:root {
    --green-950: #071b12;
    --green-900: #0b2d1d;
    --green-800: #114329;
    --green-650: #2d6e2a;
    --green-500: #5c9d27;
    --blue-500: #1677ba;
    --stone-950: #181713;
    --stone-850: #29261f;
    --stone-650: #696257;
    --stone-150: #e8e2d7;
    --stone-100: #f3efe7;
    --stone-50: #faf8f3;
    --white: #fff;
    --shadow: 0 16px 40px rgba(7, 27, 18, 0.14);
    --shadow-hover: 0 24px 58px rgba(7, 27, 18, 0.22);
    --bounce: cubic-bezier(0.2, 0.9, 0.22, 1.18);
    --max: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--stone-950);
    background: var(--stone-50);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: clamp(24px, 4vw, 56px);
    align-items: center;
    height: 84px;
    min-height: 84px;
    padding: 11px clamp(18px, 4vw, 42px);
    color: var(--white);
    background: rgba(7, 27, 18, 0.98);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 14px 36px rgba(7, 27, 18, 0.22);
    backdrop-filter: blur(16px);
    transition: box-shadow 260ms ease, background-color 260ms ease;
}

body.has-scrolled .site-header {
    background: rgba(7, 27, 18, 0.98);
    box-shadow: 0 14px 36px rgba(7, 27, 18, 0.22);
}

.brand {
    position: relative;
    isolation: isolate;
    display: inline-grid;
    grid-template-columns: 58px auto;
    gap: 13px;
    align-items: center;
    justify-self: start;
    min-height: 76px;
    min-width: 275px;
    padding: 7px clamp(102px, 11vw, 172px) 7px clamp(18px, 4vw, 42px);
    margin: -7px 0 -7px calc(clamp(18px, 4vw, 42px) * -1);
    overflow: visible;
    transition: min-height 260ms ease, padding 260ms ease, margin 260ms ease;
}

.brand::before {
    content: "";
    position: absolute;
    inset: 0 -28px 0 0;
    z-index: -1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 330 76' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='bed' x1='0' y1='0' x2='1' y2='1'%3E%3Cstop offset='0' stop-color='%23fbfcf4'/%3E%3Cstop offset='1' stop-color='%23eef6df'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 0H310C300 24 304 50 326 76H0Z' fill='url(%23bed)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    filter: drop-shadow(4px 0 8px rgba(7, 27, 18, 0.13));
    pointer-events: none;
    transition: inset 260ms ease, filter 260ms ease;
}

body.has-scrolled .brand {
    min-height: 76px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: -7px;
    margin-bottom: -7px;
}

body.has-scrolled .brand::before {
    inset: 0 -28px 0 0;
    filter: drop-shadow(4px 0 8px rgba(7, 27, 18, 0.13));
}

.brand img {
    width: 52px;
    height: 58px;
    object-fit: contain;
    transform-origin: center bottom;
    transition: width 260ms ease, height 260ms ease, transform 420ms var(--bounce);
}

body.has-scrolled .brand img {
    width: 52px;
    height: 58px;
}

.brand:hover img {
    transform: rotate(-3deg) translateY(-2px);
}

.brand-text {
    display: grid;
    gap: 0;
    text-transform: uppercase;
    line-height: 1.02;
}

.brand-text span {
    color: var(--green-650);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    transition: font-size 260ms ease;
}

.brand-text strong {
    color: var(--green-950);
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
    transition: font-size 260ms ease;
}

body.has-scrolled .brand-text span {
    font-size: 12px;
}

body.has-scrolled .brand-text strong {
    font-size: 18px;
}

.primary-nav {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.primary-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 10px 18px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 999px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0);
    transition: color 220ms ease, background-color 220ms ease, box-shadow 220ms ease;
}

.primary-nav a::after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 7px;
    left: 16px;
    height: 2px;
    background: var(--green-500);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 260ms ease;
}

.primary-nav a:hover,
.primary-nav a.is-active {
    color: var(--white);
    background: rgba(92, 157, 39, 0.26);
    box-shadow: inset 0 0 0 1px rgba(167, 220, 100, 0.2), 0 8px 18px rgba(7, 27, 18, 0.16);
}

.primary-nav a:hover::after,
.primary-nav a.is-active::after {
    transform: scaleX(1);
}

.header-call,
.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 44px;
    padding: 12px 18px;
    border-radius: 6px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 10px 22px rgba(7, 27, 18, 0.12);
    transition: min-height 260ms ease, padding 260ms ease, transform 240ms var(--bounce), box-shadow 240ms ease, background-color 240ms ease;
}

.header-call {
    min-height: 40px;
    padding: 10px 15px;
    color: var(--white);
    background: var(--green-650);
    white-space: nowrap;
}

body.has-scrolled .header-call {
    min-height: 40px;
    padding: 10px 15px;
}

.is-disabled {
    opacity: 0.82;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    background: rgba(255, 255, 255, 0.13);
    border: 0;
    border-radius: 6px;
    box-shadow: 0 12px 24px rgba(7, 27, 18, 0.18);
    transition: transform 240ms var(--bounce), box-shadow 240ms ease, background-color 220ms ease;
}

body.has-scrolled .nav-toggle {
    background: rgba(255, 255, 255, 0.13);
}

.nav-toggle:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(7, 27, 18, 0.24);
}

.nav-toggle span:not(.screen-reader-text) {
    display: block;
    width: 20px;
    height: 2px;
    margin: 5px auto;
    background: var(--white);
    transition: transform 260ms var(--bounce), opacity 180ms ease;
}

body.nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

body.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
}

body.nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: clamp(500px, 68svh, 660px);
    padding: clamp(44px, 7vw, 88px) clamp(18px, 5vw, 64px);
    color: var(--white);
    background-image: var(--hero-image);
    background-position: center calc(50% + var(--hero-parallax, 0px));
    background-size: cover;
    isolation: isolate;
    overflow: hidden;
}

.hero-service {
    min-height: 58svh;
}

.hero-curved:not(.hero-map) {
    padding-bottom: clamp(86px, 9vw, 124px);
}

.hero-map {
    min-height: clamp(420px, 56svh, 620px);
    padding: 0;
    background-position: center center;
    background-size: cover;
    border-bottom: 0;
}

.hero-map.hero-curved {
    min-height: clamp(460px, 60svh, 660px);
}

.impact-hero {
    min-height: clamp(680px, calc(100svh - 76px), 920px);
    padding-top: clamp(64px, 8vw, 110px);
    padding-bottom: clamp(86px, 9vw, 130px);
    background-position: center calc(48% + var(--hero-parallax, 0px));
}

.impact-hero::after,
.hero-curved::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    z-index: 1;
    height: clamp(86px, 11vw, 144px);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 150' preserveAspectRatio='none'%3E%3Cpath d='M0 84C280 44 520 48 720 78C960 114 1180 104 1440 72V150H0Z' fill='%23faf8f3'/%3E%3Cpath d='M0 84C280 44 520 48 720 78C960 114 1180 104 1440 72' fill='none' stroke='%235c9d27' stroke-opacity='.18' stroke-width='4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
}

.hero-curved::after {
    z-index: 3;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 27, 18, 0.9), rgba(7, 27, 18, 0.58) 46%, rgba(7, 27, 18, 0.14)),
        linear-gradient(0deg, rgba(7, 27, 18, 0.2), rgba(7, 27, 18, 0.2));
}

.impact-hero .hero-overlay {
    background:
        radial-gradient(circle at 82% 20%, rgba(92, 157, 39, 0.26), transparent 24%),
        radial-gradient(circle at 14% 80%, rgba(167, 220, 100, 0.18), transparent 24%),
        linear-gradient(90deg, rgba(7, 27, 18, 0.95), rgba(7, 27, 18, 0.78) 42%, rgba(7, 27, 18, 0.28) 74%, rgba(7, 27, 18, 0.08)),
        linear-gradient(0deg, rgba(7, 27, 18, 0.24), rgba(7, 27, 18, 0.24));
}

.hero-pattern {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    opacity: 0.72;
}

.hero-pattern-left {
    bottom: 12%;
    left: clamp(18px, 4vw, 64px);
    width: clamp(120px, 17vw, 220px);
    height: clamp(120px, 17vw, 220px);
    border: 2px solid rgba(167, 220, 100, 0.38);
    border-radius: 46% 54% 42% 58%;
    transform: rotate(-12deg);
}

.hero-pattern-right {
    top: 16%;
    right: clamp(24px, 8vw, 120px);
    width: clamp(80px, 11vw, 150px);
    height: clamp(80px, 11vw, 150px);
    background-image: radial-gradient(rgba(255, 255, 255, 0.56) 2px, transparent 2px);
    background-size: 18px 18px;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(760px, 100%);
    transform: translate3d(0, calc(var(--hero-parallax, 0px) * -0.14), 0);
    will-change: transform;
}

.hero-content > * {
    animation: heroRise 720ms var(--bounce) both;
}

.hero-content > :nth-child(2) {
    animation-delay: 90ms;
}

.hero-content > :nth-child(3) {
    animation-delay: 170ms;
}

.hero-content > :nth-child(4) {
    animation-delay: 240ms;
}

.hero-content > :nth-child(5) {
    animation-delay: 310ms;
}

.impact-hero-content {
    width: min(920px, 100%);
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--green-500);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero .eyebrow {
    color: #a7dc64;
}

.hero-pill {
    display: inline-flex;
    width: fit-content;
    padding: 8px 12px;
    color: var(--white);
    background: rgba(92, 157, 39, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    box-shadow: 0 16px 34px rgba(7, 27, 18, 0.18);
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    max-width: 820px;
    margin-bottom: 18px;
    font-size: clamp(36px, 4.2vw, 52px);
    line-height: 1;
    letter-spacing: 0;
}

.hero-service h1 {
    font-size: clamp(38px, 6vw, 68px);
}

.impact-hero h1 {
    max-width: 970px;
    margin-bottom: 24px;
    font-size: clamp(48px, 8vw, 104px);
    line-height: 0.88;
}

.impact-hero h1 span {
    display: block;
    width: fit-content;
    padding: 0.04em 0.11em 0.1em;
    color: var(--white);
    background: rgba(7, 27, 18, 0.74);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    text-shadow: 0 10px 26px rgba(0, 0, 0, 0.24);
}

.impact-hero h1 span + span {
    margin-top: 0.07em;
}

.impact-hero h1 span:nth-child(2) {
    color: var(--green-950);
    background: rgba(255, 255, 255, 0.95);
}

.impact-hero h1 span:nth-child(3) {
    color: var(--white);
    background: rgba(92, 157, 39, 0.96);
}

h2 {
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: 0;
}

h3 {
    font-size: 22px;
    line-height: 1.15;
    letter-spacing: 0;
}

.hero-copy {
    max-width: 760px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(18px, 1.8vw, 21px);
}

.impact-hero .hero-copy {
    max-width: 760px;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.92);
    border-left: 4px solid #a7dc64;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-owner-promise {
    position: relative;
    width: min(760px, 100%);
    padding: clamp(18px, 3vw, 26px) clamp(22px, 4vw, 34px) clamp(18px, 3vw, 24px);
    margin: 28px 0 0;
    overflow: hidden;
    color: var(--white);
    background: rgba(7, 27, 18, 0.34);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    backdrop-filter: blur(12px);
    box-shadow: 0 22px 46px rgba(7, 27, 18, 0.18);
}

.hero-owner-promise p {
    max-width: 660px;
    margin: 0;
    font-size: clamp(18px, 2.1vw, 24px);
    font-style: italic;
    font-weight: 450;
    line-height: 1.32;
}

.hero-owner-promise footer {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-style: italic;
    font-weight: 600;
}

.button-primary {
    color: var(--white);
    background: var(--green-650);
}

.button-secondary {
    color: var(--green-950);
    background: var(--white);
}

.button-light {
    color: var(--green-950);
    background: var(--white);
}

.button:hover,
.header-call:hover {
    transform: translateY(-3px) scale(1.015);
    box-shadow: var(--shadow-hover);
}

.button:active,
.header-call:active,
.nav-toggle:active {
    transform: translateY(0) scale(0.98);
}

.intro-band,
.section,
.proof-section,
.reviews-band,
.service-layout,
.faq-section,
.related-section,
.contact-section,
.feature-stack,
.process-section {
    width: min(var(--max), calc(100% - 36px));
    margin: 0 auto;
    padding: clamp(58px, 8vw, 96px) 0;
}

.intro-band {
    display: grid;
    grid-template-columns: minmax(260px, 0.85fr) minmax(300px, 1fr);
    gap: clamp(28px, 6vw, 76px);
    align-items: start;
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.section-heading.align-left {
    margin-left: 0;
    text-align: left;
}

.intro-copy {
    color: var(--stone-650);
    font-size: 18px;
}

.intro-copy-large {
    font-size: 20px;
}

.intro-marks {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.intro-marks span {
    padding: 10px 13px;
    color: var(--green-950);
    background: #edf5e6;
    border: 1px solid rgba(92, 157, 39, 0.24);
    border-radius: 6px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.home-service-overview {
    padding-top: 0;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 18px;
}

.service-card,
.trust-card,
.service-side,
.contact-panel,
.quote-form {
    background: var(--white);
    border: 1px solid rgba(17, 67, 41, 0.11);
    border-radius: 8px;
    box-shadow: var(--shadow);
    transition: transform 280ms var(--bounce), box-shadow 280ms ease, border-color 280ms ease;
}

.service-card {
    overflow: hidden;
}

.service-card:hover,
.trust-card:hover,
.service-side:hover,
.contact-panel:hover,
.quote-form:hover {
    border-color: rgba(92, 157, 39, 0.34);
    box-shadow: var(--shadow-hover);
    transform: translateY(-6px);
}

.service-card a {
    display: grid;
    grid-template-columns: 122px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    height: 100%;
    padding: 18px;
}

.service-card-content {
    min-width: 0;
}

.service-card img {
    width: 122px;
    height: 122px;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 420ms ease, filter 420ms ease;
}

.service-card:hover img {
    filter: saturate(1.08) contrast(1.02);
    transform: scale(1.045) rotate(-0.5deg);
}

.service-card span {
    display: inline-flex;
    width: fit-content;
    margin: 0 0 8px;
    padding: 7px 10px;
    color: var(--green-800);
    background: #edf5e6;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    transition: transform 240ms var(--bounce), background-color 240ms ease;
}

.service-card:hover span,
.trust-card:hover span {
    transform: translateY(-2px);
}

.service-card h3,
.service-card p {
    margin-right: 0;
    margin-left: 0;
}

.service-card h3 {
    margin-bottom: 8px;
    font-size: 19px;
}

.service-card p {
    margin-bottom: 0;
    color: var(--stone-650);
    font-size: 14px;
    line-height: 1.45;
}

.impact-band {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: clamp(24px, 5vw, 68px);
    align-items: end;
    padding: clamp(54px, 7vw, 86px) clamp(18px, 5vw, 64px);
    color: var(--white);
    background:
        linear-gradient(135deg, rgba(7, 27, 18, 0.98), rgba(17, 67, 41, 0.92)),
        radial-gradient(circle at 85% 20%, rgba(167, 220, 100, 0.26), transparent 30%);
    overflow: hidden;
}

.impact-band::before {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    pointer-events: none;
}

.impact-band .eyebrow {
    color: #c6ee8c;
}

.impact-band h2 {
    max-width: 860px;
    margin-bottom: 0;
}

.impact-band p:not(.eyebrow) {
    position: relative;
    z-index: 1;
    max-width: 520px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
}

.feature-stack {
    display: grid;
    gap: clamp(40px, 7vw, 86px);
}

.feature-row {
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(26px, 5vw, 64px);
    align-items: center;
}

.feature-row-reverse {
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
}

.feature-row-reverse .feature-media {
    order: 2;
}

.feature-media {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: var(--shadow-hover);
}

.feature-media::after {
    content: "";
    position: absolute;
    inset: 14px;
    border: 2px solid rgba(255, 255, 255, 0.74);
    border-radius: 6px;
    pointer-events: none;
}

.feature-media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 700ms ease, filter 700ms ease;
}

.feature-row:hover .feature-media img {
    filter: saturate(1.08);
    transform: scale(1.045);
}

.feature-copy {
    max-width: 620px;
}

.feature-copy > p:not(.eyebrow) {
    color: var(--stone-650);
    font-size: 18px;
}

.impact-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 0;
    margin: 26px 0 0;
    list-style: none;
}

.impact-list li {
    position: relative;
    padding: 14px 14px 14px 40px;
    background: var(--white);
    border: 1px solid rgba(17, 67, 41, 0.12);
    border-radius: 6px;
    box-shadow: 0 10px 24px rgba(7, 27, 18, 0.08);
    font-weight: 850;
    transition: transform 240ms var(--bounce), box-shadow 240ms ease;
}

.impact-list li::before {
    content: "";
    position: absolute;
    top: 19px;
    left: 17px;
    width: 10px;
    height: 10px;
    background: var(--green-500);
    border-radius: 50%;
}

.impact-list li:hover {
    box-shadow: 0 16px 30px rgba(7, 27, 18, 0.13);
    transform: translateY(-3px);
}

.proof-section {
    width: 100%;
    max-width: none;
    padding-right: clamp(18px, 5vw, 64px);
    padding-left: clamp(18px, 5vw, 64px);
    background: var(--stone-100);
}

.proof-section-expanded {
    padding-top: clamp(68px, 8vw, 110px);
    padding-bottom: clamp(70px, 9vw, 120px);
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 220px));
    justify-content: center;
    gap: 16px;
}

.proof-grid-large {
    grid-template-columns: repeat(auto-fit, minmax(190px, 260px));
    gap: 18px;
}

.proof-grid figure {
    margin: 0;
    overflow: hidden;
    background: var(--white);
    border-radius: 8px;
    box-shadow: var(--shadow);
    transition: transform 320ms var(--bounce), box-shadow 320ms ease;
}

.proof-grid figure:hover {
    transform: translateY(-8px) rotate(var(--tilt, -0.4deg));
    box-shadow: var(--shadow-hover);
}

.proof-grid figure:nth-child(even) {
    --tilt: 0.4deg;
}

.proof-grid img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 520ms ease, filter 520ms ease;
}

.proof-grid figure:hover img {
    filter: saturate(1.08);
    transform: scale(1.055);
}

.proof-grid figcaption {
    padding: 13px 14px 15px;
    color: var(--stone-850);
    font-size: 14px;
    font-weight: 800;
}

.process-section {
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(28px, 5vw, 68px);
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.process-step {
    position: relative;
    min-height: 220px;
    padding: 28px;
    background: var(--white);
    border: 1px solid rgba(17, 67, 41, 0.11);
    border-radius: 8px;
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: transform 280ms var(--bounce), box-shadow 280ms ease;
}

.process-step::after {
    content: "";
    position: absolute;
    right: -44px;
    bottom: -44px;
    width: 118px;
    height: 118px;
    background: rgba(92, 157, 39, 0.1);
    border-radius: 50%;
}

.process-step:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-6px);
}

.process-step span {
    display: inline-flex;
    margin-bottom: 26px;
    color: var(--green-650);
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

.process-step p {
    color: var(--stone-650);
}

.reviews-band-deep {
    padding-top: clamp(68px, 8vw, 106px);
}

.areas-copy {
    max-width: 620px;
}

.areas-copy > p:not(.eyebrow) {
    color: var(--stone-650);
    font-size: 18px;
}

.areas-copy .button {
    margin-top: 24px;
}

.postcode-checker {
    display: grid;
    gap: 12px;
    margin: 24px 0 26px;
    padding: clamp(18px, 3vw, 24px);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(244, 249, 235, 0.94)),
        radial-gradient(circle at 88% 18%, rgba(167, 220, 100, 0.28), transparent 28%);
    border: 1px solid rgba(92, 157, 39, 0.22);
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(7, 27, 18, 0.08);
}

.postcode-checker label {
    color: var(--green-950);
    font-size: 15px;
    font-weight: 900;
}

.postcode-checker-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
}

.postcode-checker input {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    color: var(--green-950);
    background: var(--white);
    border: 1px solid rgba(17, 67, 41, 0.18);
    border-radius: 6px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    font: inherit;
    font-size: 17px;
    font-weight: 850;
    text-transform: uppercase;
}

.postcode-checker input:focus {
    outline: none;
    border-color: rgba(92, 157, 39, 0.72);
    box-shadow: 0 0 0 4px rgba(92, 157, 39, 0.14);
}

.postcode-checker .button {
    min-height: 52px;
    margin-top: 0;
    white-space: nowrap;
}

.postcode-checker-result {
    position: relative;
    margin: 2px 0 0;
    padding: 13px 14px 13px 40px;
    color: var(--green-950);
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(17, 67, 41, 0.11);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    transition: border-color 220ms ease, background-color 220ms ease, transform 220ms var(--bounce);
}

.postcode-checker-result::before {
    content: "?";
    position: absolute;
    top: 50%;
    left: 14px;
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    color: var(--white);
    background: var(--green-650);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 900;
    transform: translateY(-50%);
}

.postcode-checker-result.is-success {
    background: rgba(237, 245, 230, 0.96);
    border-color: rgba(92, 157, 39, 0.34);
    transform: translateY(-2px);
}

.postcode-checker-result.is-success::before {
    content: "OK";
    font-size: 9px;
}

.postcode-checker-result.is-maybe {
    background: rgba(255, 248, 226, 0.96);
    border-color: rgba(196, 145, 37, 0.3);
}

.postcode-checker-result.is-maybe::before {
    content: "!";
    background: #b98320;
}

.area-map-card {
    position: relative;
    overflow: hidden;
    margin: 0;
    background: var(--stone-100);
    border: 1px solid rgba(17, 67, 41, 0.14);
    border-radius: 8px;
    box-shadow: var(--shadow-hover);
    isolation: isolate;
}

.area-map-card::after {
    content: "";
    position: absolute;
    inset: 14px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 6px;
    pointer-events: none;
}

.area-map-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform 800ms ease, filter 800ms ease;
}

.area-map-card:hover img {
    filter: saturate(1.06) contrast(1.02);
    transform: scale(1.035);
}

.area-map-card figcaption {
    position: absolute;
    right: 18px;
    bottom: 18px;
    left: 18px;
    z-index: 3;
    width: fit-content;
    max-width: min(440px, calc(100% - 36px));
    padding: 10px 12px;
    color: var(--white);
    background: rgba(7, 27, 18, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    backdrop-filter: blur(8px);
    font-size: 13px;
    font-weight: 800;
}

.areas-detail-section {
    display: grid;
    grid-template-columns: minmax(420px, 1.15fr) minmax(280px, 0.85fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
}

.areas-detail-section-simple {
    display: block;
}

.areas-detail-section-simple .areas-copy-panel {
    max-width: 940px;
    margin: 0 auto;
}

.area-map-card-large {
    min-height: 100%;
}

.areas-copy-panel {
    padding: clamp(24px, 4vw, 40px);
    background: rgba(244, 249, 235, 0.78);
    border: 1px solid rgba(17, 67, 41, 0.12);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(7, 27, 18, 0.08);
}

.home-faq-section {
    border-top: 1px solid rgba(17, 67, 41, 0.1);
}

.home-quote-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    padding: clamp(58px, 8vw, 92px) clamp(18px, 5vw, 64px);
    color: var(--white);
    background:
        linear-gradient(90deg, rgba(7, 27, 18, 0.95), rgba(17, 67, 41, 0.82)),
        url("../img/jobs/hero-new-gravel-driveway.webp") center / cover;
    overflow: hidden;
}

.home-quote-panel h2 {
    max-width: 850px;
    margin-bottom: 12px;
}

.home-quote-panel .eyebrow {
    color: #c6ee8c;
}

.home-quote-panel p:not(.eyebrow) {
    max-width: 720px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.trust-card {
    padding: 28px;
}

.trust-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    color: var(--white);
    background: var(--green-800);
    border-radius: 6px;
    font-weight: 900;
    transition: transform 240ms var(--bounce);
}

.trust-card h3 {
    margin-bottom: 10px;
}

.trust-card p {
    color: var(--stone-650);
}

.cta-band {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: clamp(44px, 7vw, 70px) clamp(18px, 5vw, 64px);
    color: var(--white);
    background: linear-gradient(135deg, var(--green-900), var(--green-650));
    position: relative;
    overflow: hidden;
}

.cta-band::before {
    content: "";
    position: absolute;
    inset: -40% -10%;
    background: radial-gradient(circle at 20% 50%, rgba(198, 238, 140, 0.2), transparent 28%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.12), transparent 24%);
    transform: translate3d(calc(var(--cta-drift, 0px) * 0.4), 0, 0);
    animation: ctaGlow 9s ease-in-out infinite alternate;
}

.cta-band > * {
    position: relative;
    z-index: 1;
}

.cta-band .eyebrow {
    color: #c6ee8c;
}

.cta-band h2 {
    max-width: 860px;
    margin-bottom: 0;
}

.launch-note {
    padding: 14px 18px;
    color: var(--green-950);
    background: #f5df76;
    font-weight: 900;
    text-align: center;
    animation: noteDrop 520ms var(--bounce) both;
}

.service-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 42px;
}

.job-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr));
    gap: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.job-card {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    min-height: 124px;
    padding: 12px;
    background: var(--white);
    border: 1px solid rgba(17, 67, 41, 0.1);
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(7, 27, 18, 0.08);
    overflow: hidden;
    transition: transform 240ms var(--bounce), box-shadow 240ms ease, border-color 240ms ease, background-color 240ms ease;
}

.job-card:hover {
    background: #fbfdf8;
    border-color: rgba(92, 157, 39, 0.34);
    box-shadow: 0 14px 28px rgba(7, 27, 18, 0.13);
    transform: translateY(-4px);
}

.job-card-image {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(7, 27, 18, 0.1);
    transition: transform 360ms ease, filter 360ms ease;
}

.job-card:hover .job-card-image {
    filter: saturate(1.08) contrast(1.03);
    transform: scale(1.04);
}

.job-card-copy {
    min-width: 0;
    padding: 4px 4px 4px 0;
}

.job-card strong {
    display: block;
    margin-bottom: 6px;
    color: var(--green-950);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.15;
}

.job-card p {
    margin: 0;
    color: var(--stone-650);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.42;
}

.service-side {
    align-self: start;
    padding: 24px;
}

.service-side strong {
    display: block;
    margin-bottom: 12px;
    font-size: 22px;
}

.faq-section {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 44px;
}

.faq-list {
    display: grid;
    gap: 12px;
}

details {
    padding: 18px 20px;
    background: var(--white);
    border: 1px solid rgba(17, 67, 41, 0.11);
    border-radius: 8px;
    transition: transform 240ms var(--bounce), box-shadow 240ms ease, border-color 240ms ease;
}

details:hover,
details[open] {
    border-color: rgba(92, 157, 39, 0.32);
    box-shadow: 0 12px 28px rgba(7, 27, 18, 0.1);
    transform: translateY(-2px);
}

summary {
    cursor: pointer;
    color: var(--green-900);
    font-weight: 900;
}

details p {
    margin: 12px 0 0;
    color: var(--stone-650);
    animation: detailReveal 240ms ease both;
}

.related-section {
    padding-top: 0;
}

.related-links,
.area-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.related-links a,
.area-grid span {
    padding: 12px 15px;
    color: var(--green-950);
    background: var(--white);
    border: 1px solid rgba(17, 67, 41, 0.14);
    border-radius: 6px;
    font-weight: 850;
    transition: transform 230ms var(--bounce), box-shadow 230ms ease, border-color 230ms ease, background-color 230ms ease;
}

.related-links a:hover,
.area-grid span:hover {
    background: #f8fbf3;
    border-color: rgba(92, 157, 39, 0.42);
    box-shadow: 0 12px 24px rgba(7, 27, 18, 0.1);
    transform: translateY(-3px);
}

.related-links.centered {
    justify-content: center;
}

.contact-section {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 28px;
}

.contact-section-direct {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: start;
}

.contact-panel,
.quote-form {
    padding: clamp(22px, 4vw, 34px);
}

.contact-coverage-panel {
    position: sticky;
    top: 112px;
}

.contact-coverage-panel h2 {
    margin-bottom: 16px;
}

.postcode-checker-contact {
    margin-top: 0;
}

.contact-direct-copy {
    margin: 20px 0 0;
    color: var(--stone-650);
    font-size: 17px;
    font-weight: 750;
    line-height: 1.5;
}

.contact-methods {
    display: grid;
    gap: 12px;
    margin-bottom: 22px;
}

.contact-method {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    column-gap: 13px;
    row-gap: 5px;
    align-items: center;
    padding: 14px;
    color: var(--green-950);
    background: linear-gradient(135deg, rgba(244, 249, 235, 0.96), rgba(255, 255, 255, 0.9));
    border: 1px solid rgba(17, 67, 41, 0.13);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(7, 27, 18, 0.07);
    transition: transform 240ms var(--bounce), box-shadow 240ms ease, border-color 240ms ease;
}

.contact-method:hover {
    border-color: rgba(92, 157, 39, 0.42);
    box-shadow: 0 16px 30px rgba(7, 27, 18, 0.12);
    transform: translateY(-3px);
}

.contact-method-whatsapp {
    background: linear-gradient(135deg, rgba(226, 250, 226, 0.98), rgba(255, 255, 255, 0.92));
}

.contact-method-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    color: var(--white);
    background: var(--green-650);
    border-radius: 50%;
    box-shadow: 0 10px 22px rgba(7, 27, 18, 0.12);
}

.contact-method-whatsapp .contact-method-icon {
    background: #20b358;
}

.contact-method-icon svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.contact-method strong,
.contact-method small,
.contact-method em {
    display: block;
}

.contact-method strong {
    font-size: 16px;
    line-height: 1.1;
}

.contact-method small {
    margin-top: 4px;
    color: var(--stone-650);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
}

.contact-method em {
    grid-column: 2;
    color: var(--green-800);
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.2;
    text-align: left;
    white-space: normal;
}

.whatsapp-photo-preview {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 28px;
    padding: 12px;
    background: #111915;
    background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 16px 16px;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.whatsapp-photo-preview div {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 6px;
}

.whatsapp-photo-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whatsapp-photo-preview span {
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 5px 7px;
    color: var(--white);
    background: rgba(7, 27, 18, 0.78);
    border-radius: 5px;
    font-size: 11px;
    font-weight: 900;
}

.whatsapp-photo-preview p {
    grid-column: 1 / -1;
    margin: 2px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 13px;
    font-weight: 800;
}

.contact-checklist {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 18px 0 0;
    list-style: none;
}

.contact-checklist li {
    position: relative;
    padding-left: 28px;
    color: var(--stone-650);
    font-weight: 750;
}

.contact-checklist li::before {
    content: "";
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 10px;
    height: 10px;
    background: var(--green-500);
    border-radius: 50%;
    animation: dotPulse 3.4s ease-in-out infinite;
}

.contact-note {
    margin-top: 24px;
    padding-top: 18px;
    color: var(--green-800);
    border-top: 1px solid rgba(17, 67, 41, 0.14);
    font-weight: 900;
}

.quote-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.quote-form label {
    display: grid;
    gap: 7px;
    color: var(--green-900);
    font-weight: 850;
}

.quote-form label:has(textarea),
.quote-form button {
    grid-column: 1 / -1;
}

input,
select,
textarea {
    width: 100%;
    padding: 13px 14px;
    color: var(--stone-950);
    background: var(--stone-50);
    border: 1px solid rgba(17, 67, 41, 0.2);
    border-radius: 6px;
    font: inherit;
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--green-500);
    box-shadow: 0 0 0 4px rgba(92, 157, 39, 0.15);
    outline: 0;
    transform: translateY(-1px);
}

textarea {
    resize: vertical;
}

.site-footer {
    color: rgba(255, 255, 255, 0.82);
    background: var(--green-950);
}

.footer-inner {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(260px, 1.15fr) minmax(220px, 0.8fr);
    gap: 34px;
    width: min(var(--max), calc(100% - 36px));
    margin: 0 auto;
    padding: 48px 0;
}

.footer-brand {
    display: grid;
    grid-template-columns: 64px auto;
    gap: 14px;
    align-items: center;
}

.footer-brand strong {
    display: block;
    color: var(--white);
    font-size: 20px;
    line-height: 1.1;
}

.footer-brand p {
    margin: 6px 0 0;
}

.footer-summary {
    align-content: center;
}

.footer-summary strong {
    display: block;
    color: var(--white);
    font-size: 18px;
    line-height: 1.15;
}

.footer-summary p {
    max-width: 560px;
    margin: 8px 0 0;
}

.footer-contact {
    display: grid;
    gap: 8px;
    align-content: center;
    text-align: right;
    font-weight: 800;
}

.generic-page {
    min-height: 50svh;
}

.motion-ready .reveal-item {
    opacity: 0;
    filter: blur(7px);
    transform: translate3d(0, 26px, 0) scale(0.985);
}

.motion-ready .reveal-item.is-visible {
    animation: revealUp 720ms var(--bounce) both;
    animation-delay: var(--reveal-delay, 0ms);
}

.motion-ready .reveal-item.has-revealed {
    opacity: 1;
    filter: none;
    transform: none;
    animation: none;
}

.float-soft {
    translate: 0 var(--float-y, 0px);
    will-change: translate;
}

@keyframes heroRise {
    from {
        opacity: 0;
        transform: translate3d(0, 22px, 0) scale(0.985);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes revealUp {
    from {
        opacity: 0;
        filter: blur(7px);
        transform: translate3d(0, 26px, 0) scale(0.985);
    }
    72% {
        filter: blur(0);
        transform: translate3d(0, -3px, 0) scale(1.003);
    }
    to {
        opacity: 1;
        filter: blur(0);
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes ctaGlow {
    from {
        transform: translate3d(-18px, -4px, 0) scale(1);
    }
    to {
        transform: translate3d(18px, 4px, 0) scale(1.04);
    }
}

@keyframes noteDrop {
    from {
        opacity: 0;
        transform: translateY(-16px);
    }
    72% {
        transform: translateY(3px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes detailReveal {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes dotPulse {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(92, 157, 39, 0);
    }
    50% {
        transform: scale(1.18);
        box-shadow: 0 0 0 6px rgba(92, 157, 39, 0.13);
    }
}

@media (max-width: 960px) {
    .site-header {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 18px;
    }

    .header-call {
        display: none;
    }

    .primary-nav {
        justify-content: flex-end;
    }

    .service-grid,
    .trust-grid,
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

.feature-row,
.feature-row-reverse,
.process-section,
.areas-detail-section,
.impact-band {
    grid-template-columns: 1fr;
}

    .feature-row-reverse .feature-media {
        order: 0;
    }
}

@media (max-width: 700px) {
    .site-header {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
    }

    .header-call {
        display: none;
    }

    .nav-toggle {
        display: block;
        justify-self: end;
    }

    .primary-nav {
        position: absolute;
        top: 100%;
        right: 18px;
        left: 18px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 14px;
        background: rgba(7, 27, 18, 0.98);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 8px;
        box-shadow: var(--shadow);
        transform-origin: top;
    }

    .primary-nav.is-open {
        display: flex;
        animation: menuPop 260ms var(--bounce) both;
    }

    .primary-nav a {
        color: rgba(255, 255, 255, 0.84);
        border-bottom: 0;
    }

    .primary-nav a::after {
        right: 6px;
        left: 6px;
    }
}

@media (max-width: 760px) {
    .site-header {
        height: 80px;
        min-height: 80px;
        padding: 9px 16px;
    }

    .brand {
        grid-template-columns: 50px auto;
        min-height: 72px;
        min-width: 0;
        padding: 8px 18px 8px 16px;
        margin: -9px 0 -9px -16px;
    }

    .brand::before {
        inset: 0 -12px 0 0;
        filter: drop-shadow(8px 0 14px rgba(7, 27, 18, 0.18));
    }

    body.has-scrolled .brand {
        min-height: 72px;
    }

    body.has-scrolled .brand::before {
        inset: 0 -12px 0 0;
    }

    .brand img {
        width: 46px;
        height: 52px;
    }

    body.has-scrolled .brand img {
        width: 46px;
        height: 52px;
    }

    .brand-text span {
        font-size: 11px;
    }

    body.has-scrolled .brand-text span {
        font-size: 11px;
    }

    .brand-text strong {
        max-width: 210px;
        font-size: 15px;
    }

    body.has-scrolled .brand-text strong {
        font-size: 15px;
    }

    .primary-nav {
        gap: 2px;
    }

    .primary-nav a {
        padding: 9px 12px;
        font-size: 13px;
    }

    .hero,
    .hero-service {
        min-height: 64svh;
        padding-top: 62px;
        padding-bottom: 62px;
    }

    .hero-map {
        min-height: clamp(360px, 54svh, 520px);
        padding: 0;
        background-position: center center;
    }

    .hero-map.hero-curved {
        min-height: clamp(390px, 58svh, 540px);
    }

    .hero-curved:not(.hero-map) {
        padding-bottom: 94px;
    }

    .hero-curved::after {
        height: clamp(74px, 17vw, 104px);
    }

    .impact-hero {
        min-height: clamp(620px, 78svh, 720px);
        padding-top: 46px;
        padding-bottom: 92px;
    }

    .hero-overlay {
        background: linear-gradient(90deg, rgba(7, 27, 18, 0.9), rgba(7, 27, 18, 0.62));
    }

    h1 {
        font-size: clamp(34px, 10.8vw, 44px);
    }

    .impact-hero h1 {
        font-size: clamp(42px, 13vw, 62px);
        line-height: 0.92;
    }

    h2 {
        font-size: clamp(28px, 9vw, 40px);
    }

    .service-grid,
    .trust-grid,
    .intro-band,
    .service-layout,
    .faq-section,
    .contact-section,
    .quote-form,
    .footer-inner,
    .job-list,
    .process-grid,
    .impact-list {
        grid-template-columns: 1fr;
    }

    .cta-band,
    .home-quote-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-contact {
        text-align: left;
    }

    .hero-owner-promise {
        padding: 16px 18px;
        margin-top: 20px;
    }

    .hero-owner-promise p {
        font-size: 17px;
    }

    .contact-coverage-panel {
        position: static;
    }

    .contact-method {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .contact-method-icon {
        width: 42px;
        height: 42px;
    }

    .contact-method em {
        grid-column: 2;
        text-align: left;
    }

    .whatsapp-photo-preview {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .whatsapp-photo-preview div,
    .whatsapp-photo-preview img {
        min-height: 0;
    }

    .impact-band,
    .home-quote-panel {
        padding-right: 18px;
        padding-left: 18px;
    }
}

@media (min-width: 701px) and (max-width: 760px) {
    .brand {
        padding-right: 124px;
    }

    .brand::before {
        inset: 0 -22px 0 0;
    }

    body.has-scrolled .brand::before {
        inset: 0 -22px 0 0;
    }
}

@media (max-width: 560px) {
    .service-grid {
        grid-template-columns: 1fr;
    }

    .service-card a {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 14px;
        padding: 14px;
    }

    .service-card img {
        width: 96px;
        height: 96px;
    }

    .service-card h3 {
        margin-bottom: 0;
        font-size: 17px;
    }

    .service-card p {
        display: none;
    }

    .postcode-checker-row {
        grid-template-columns: 1fr;
    }

    .postcode-checker .button {
        width: 100%;
    }

    .job-card {
        grid-template-columns: 78px minmax(0, 1fr);
        min-height: 108px;
        gap: 12px;
        padding: 10px;
    }

    .job-card-image {
        width: 78px;
        height: 78px;
    }

    .job-card strong {
        font-size: 15px;
    }

    .job-card p {
        font-size: 12px;
        line-height: 1.35;
    }

    .impact-hero .hero-copy {
        padding-left: 12px;
        font-size: 17px;
    }

    .hero-actions .button {
        width: 100%;
    }

    .proof-grid-large {
        grid-template-columns: minmax(0, 1fr);
    }

    .proof-grid-large figure {
        width: min(100%, 320px);
        margin-right: auto;
        margin-left: auto;
    }

    .area-map-card figcaption {
        position: static;
        width: auto;
        max-width: none;
        margin: 0;
        border-radius: 0;
        border-right: 0;
        border-bottom: 0;
        border-left: 0;
        background: rgba(7, 27, 18, 0.9);
    }

    .area-map-card::after {
        inset: 10px;
    }
}

@keyframes menuPop {
    from {
        opacity: 0;
        transform: translateY(-8px) scaleY(0.96);
    }
    to {
        opacity: 1;
        transform: translateY(0) scaleY(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto !important;
    }

    *,
    *::before,
    *::after {
        animation-duration: 240ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 120ms !important;
    }

    .contact-checklist li::before,
    .cta-band::before {
        animation: none !important;
    }
}
