:root{--dark:#22211f;--dark-2:#111;--dark-3:#2f2d2a;--yellow:#fff900;--yellow-dark:#d9d400;--white:#fff;--light:#f5f5f3;--text:#252525;--muted:#676767;--line:#deded9;--radius:3px;--shadow:0 18px 50px rgba(0,0,0,.13);--max:1180px;--section:clamp(4rem,7vw,7rem)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:#fff;font-family:Arial,"Helvetica Neue",sans-serif;font-size:17px;line-height:1.7;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:3px}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,h3{font-weight:900;line-height:1.05;letter-spacing:-.025em;margin:0 0 1rem}h1{font-size:clamp(3rem,7vw,6.4rem);text-transform:uppercase}h2{font-size:clamp(2rem,4vw,3.7rem)}h3{font-size:1.25rem}p{margin:0 0 1.25rem}.container{width:min(var(--max),calc(100% - 2.5rem));margin-inline:auto}.narrow{max-width:880px}.section{padding:var(--section) 0}.light{background:var(--light)}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link{position:fixed;top:.5rem;left:.5rem;z-index:9999;background:var(--yellow);color:#000;padding:.7rem 1rem;transform:translateY(-150%);font-weight:800}.skip-link:focus{transform:none}.eyebrow{display:inline-flex;align-items:center;gap:.6rem;color:var(--yellow);font-size:.77rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin-bottom:1rem}.eyebrow::before{content:"";width:30px;height:3px;background:currentColor}.eyebrow.dark{color:#8a7900}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.8rem 1.35rem;border:2px solid var(--yellow);border-radius:var(--radius);background:var(--yellow);color:#050505;font-weight:900;text-decoration:none;line-height:1.1;transition:background .2s,border-color .2s,color .2s,transform .2s}.button:hover,.button:focus-visible{background:var(--white);border-color:var(--white);transform:translateY(-2px)}.button-outline{background:transparent;color:var(--white);border-color:rgba(255,255,255,.72)}.button-outline:hover,.button-outline:focus-visible{color:#000}.button-dark{background:var(--dark);border-color:var(--dark);color:#fff}.button-dark:hover,.button-dark:focus-visible{background:#000;border-color:#000;color:var(--yellow)}.button-small{min-height:43px;padding:.65rem 1rem;font-size:.9rem}.text-link{display:inline-flex;align-items:center;gap:.35rem;color:#111;font-weight:900;text-decoration:none;border-bottom:2px solid var(--yellow)}.text-link svg{width:20px;fill:currentColor}.topbar{background:var(--yellow);color:#111;font-size:.86rem;font-weight:800}.topbar-inner{height:42px;display:flex;justify-content:space-between;align-items:center}.socials{display:flex;gap:.45rem}.socials a{width:31px;height:31px;display:grid;place-items:center;background:var(--dark);color:#fff;text-decoration:none}.socials svg{width:17px;height:17px;fill:currentColor}.socials a:hover,.socials a:focus-visible{background:#000;color:var(--yellow)}.site-header{background:var(--dark);color:#fff;position:relative;z-index:100}.header-inner{min-height:106px;display:flex;align-items:center;gap:1.25rem}.brand{display:block;flex:0 0 230px;text-decoration:none}.brand img{width:230px;height:auto}.site-nav{margin-left:auto;display:flex;align-items:center;gap:1.25rem;font-size:.92rem;font-weight:800}.site-nav>a,.nav-group>button{color:#fff;background:none;border:0;text-decoration:none;padding:.75rem .1rem;white-space:nowrap}.site-nav>a:hover,.site-nav>a:focus-visible,.nav-group>button:hover,.nav-group>button:focus-visible{color:var(--yellow)}.nav-group{position:relative}.dropdown{position:absolute;top:100%;left:-1rem;min-width:255px;background:#111;border-top:3px solid var(--yellow);box-shadow:var(--shadow);padding:.5rem;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s}.nav-group:hover .dropdown,.nav-group:focus-within .dropdown,.nav-group.open .dropdown{opacity:1;visibility:visible;transform:none}.dropdown a{display:block;padding:.65rem .75rem;color:#fff;text-decoration:none}.dropdown a:hover,.dropdown a:focus-visible{background:var(--yellow);color:#000}.header-cta{margin-left:.6rem;padding-left:1.2rem;border-left:1px solid #555;line-height:1.25;white-space:nowrap}.header-cta span{display:block;color:var(--yellow);font-size:.7rem;font-weight:900;text-transform:uppercase}.header-cta a{color:#fff;font-size:1rem;font-weight:900;text-decoration:none}.quote-top{display:none}.menu-toggle{display:none;width:46px;height:44px;background:transparent;border:1px solid #555;padding:10px}.menu-toggle>span:not(.sr-only){display:block;height:2px;background:#fff;margin:5px 0}.home-hero{position:relative;background:#111;color:#fff;isolation:isolate}.hero-bg{position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,10,10,.96) 0%,rgba(10,10,10,.77) 48%,rgba(10,10,10,.5) 100%),url('/assets/images/hero-driveway.webp') center/cover;z-index:-1}.hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,.75fr);gap:4rem;align-items:center;min-height:740px;padding-block:5rem}.hero-copy h1 span{display:block;color:#fff}.hero-copy h1{color:var(--yellow);max-width:750px}.hero-lead{font-size:clamp(1.05rem,1.7vw,1.3rem);font-weight:700;max-width:720px}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:2rem}.hero-form{background:rgba(24,24,23,.97);border:3px solid var(--yellow);padding:2rem;box-shadow:var(--shadow)}.hero-form h2{font-size:2rem;color:#fff}.hero-form .form-grid{grid-template-columns:1fr 1fr}.hero-form label span{font-size:.82rem}.hero-form input,.hero-form select,.hero-form textarea{background:#090909;color:#fff;border-color:#444}.hero-form option{background:#111}.hero-form .button{width:100%}.hero-form .form-note{color:#aaa}.hero-form .form-note a{color:#fff}.trust-strip{background:var(--yellow);color:#111}.trust-strip .container{display:grid;grid-template-columns:repeat(4,1fr)}.trust-strip span{display:block;text-align:center;padding:1.35rem .8rem;border-right:1px solid rgba(0,0,0,.2);font-weight:800;font-size:.9rem}.trust-strip span:first-child{border-left:1px solid rgba(0,0,0,.2)}.trust-strip strong{display:block;font-size:1.3rem;line-height:1}.split{display:grid;grid-template-columns:1.2fr .8fr;gap:clamp(2.5rem,6vw,7rem);align-items:center}.intro-section p{max-width:760px}.feature-panel{background:var(--dark);color:#fff;padding:clamp(2rem,5vw,4rem);border-bottom:8px solid var(--yellow);box-shadow:var(--shadow)}.feature-panel .big-number{display:block;color:var(--yellow);font-size:clamp(4rem,9vw,7rem);line-height:.85;font-weight:900}.feature-panel h3{font-size:1.7rem;margin-top:1rem}.feature-panel .text-link{color:#fff}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:3rem;margin-bottom:2.5rem}.section-heading>div{max-width:760px}.section-heading>p{max-width:430px}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.service-card{background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.08);overflow:hidden;border-bottom:4px solid transparent;transition:.2s}.service-card:hover{transform:translateY(-5px);border-color:var(--yellow)}.service-card img{width:100%;aspect-ratio:1.25/1;object-fit:cover}.service-card>div{padding:1.6rem}.service-card h3{font-size:1.4rem}.service-card p{font-size:.95rem;color:var(--muted)}.table-wrap{overflow-x:auto;border:1px solid var(--line)}table{width:100%;border-collapse:collapse;min-width:800px}th,td{text-align:left;vertical-align:top;padding:1rem;border-bottom:1px solid var(--line);border-right:1px solid var(--line)}thead th{background:var(--dark);color:var(--yellow);font-size:.9rem}tbody th{background:#f1f1ed}.fine-print{margin-top:1rem;color:var(--muted);font-size:.9rem}.dark-section{background:var(--dark);color:#fff}.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#4a4946}.benefit-grid article{background:var(--dark);padding:2rem}.benefit-grid article>span{color:var(--yellow);font-weight:900}.benefit-grid h3{margin-top:.6rem}.benefit-grid p{color:#c9c9c5;font-size:.95rem}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}.problem-grid article{background:#fff;padding:1.6rem;border-left:5px solid var(--yellow)}.problem-grid h3{font-size:1.15rem}.problem-grid p{font-size:.94rem;color:var(--muted);margin:0}.area-cloud{display:flex;flex-wrap:wrap;gap:.7rem;list-style:none;padding:0;margin:0}.area-cloud li{background:var(--light);padding:.75rem 1rem;font-weight:800}.area-cloud a{text-decoration:none}.area-cloud a:hover{color:#766a00}.cost-section{background:linear-gradient(125deg,#22211f,#111);color:#fff}.cost-list{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#4a4946}.cost-list span{padding:1.2rem;background:#22211f;font-weight:800}.cost-list span::before{content:"✓";color:var(--yellow);margin-right:.65rem}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.gallery figure{margin:0;position:relative;overflow:hidden;background:#111}.gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .35s}.gallery figure:hover img{transform:scale(1.035)}.gallery figcaption{position:absolute;inset:auto 0 0;background:linear-gradient(transparent,rgba(0,0,0,.88));color:#fff;padding:2rem 1rem .8rem;font-size:.85rem;font-weight:800}.faq-list{border-top:1px solid var(--line)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{padding:1.2rem 3rem 1.2rem 0;cursor:pointer;font-weight:900;position:relative;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary::after{content:"+";position:absolute;right:.5rem;top:.9rem;color:#766a00;font-size:1.7rem}.faq-list details[open] summary::after{content:"−"}.faq-list details div{padding:0 2rem .5rem 0;color:var(--muted)}.cta{padding:4rem 0;background:var(--yellow);color:#111}.cta .container{display:flex;justify-content:space-between;align-items:center;gap:3rem}.cta h2{max-width:780px}.cta p{max-width:780px}.cta .eyebrow{color:#111}.cta .button{background:#111;border-color:#111;color:#fff}.cta .button:hover{color:var(--yellow)}.cta-actions{display:flex;flex-direction:column;align-items:center;gap:.7rem;min-width:240px}.cta-phone{font-size:1.35rem;font-weight:900;text-decoration:none}.page-hero{position:relative;min-height:490px;display:flex;align-items:center;color:#fff;background:#111}.page-hero-bg{position:absolute;inset:0;background-position:center;background-size:cover}.page-hero .container{position:relative;padding-block:5rem}.page-hero h1{font-size:clamp(2.7rem,6vw,5.2rem);max-width:980px}.page-hero p:not(.eyebrow){font-size:1.15rem;max-width:740px;font-weight:600}.breadcrumbs{display:flex;gap:.6rem;align-items:center;padding-block:1rem;border-bottom:1px solid var(--line);font-size:.84rem;color:var(--muted);overflow:auto;white-space:nowrap}.breadcrumbs a{color:#111}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:5rem;align-items:start}.prose{max-width:790px}.prose h2{font-size:clamp(1.9rem,3.2vw,2.75rem);margin-top:3.2rem}.prose h2:first-of-type{margin-top:0}.prose h3{margin-top:1.4rem}.prose a{font-weight:800;text-decoration-color:#a28d00}.inline-benefits{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.6rem 0}.inline-benefits>section{background:var(--light);border-top:4px solid var(--yellow);padding:1.3rem}.inline-benefits h3{margin-top:0}.inline-benefits p{font-size:.95rem;margin:0;color:var(--muted)}.process-step{display:grid;grid-template-columns:48px 1fr;gap:1rem;margin:1rem 0;padding:1.2rem;background:var(--light)}.process-step>span{width:42px;height:42px;display:grid;place-items:center;background:var(--yellow);font-weight:900}.process-step h3{margin:.2rem 0 .5rem}.process-step p{margin:0}.sidebar{position:sticky;top:1.5rem;display:grid;gap:1.3rem}.sidebar-card{background:var(--dark);color:#fff;padding:1.7rem;border-top:5px solid var(--yellow)}.sidebar-card h2{font-size:1.6rem}.sidebar-card .button{width:100%;margin-bottom:.9rem}.side-phone{display:block;text-align:center;color:var(--yellow);font-size:1.3rem;font-weight:900;text-decoration:none}.tick-list{list-style:none;padding:0;margin:0}.tick-list li{padding:.55rem 0;border-bottom:1px solid #494949}.tick-list li::before{content:"✓";color:var(--yellow);margin-right:.6rem}.sidebar-image{width:100%;aspect-ratio:1/1;object-fit:cover}.location-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.3rem}.location-grid article{padding:2rem;background:var(--light);border-left:5px solid var(--yellow)}.location-grid h2{font-size:1.5rem}.location-grid h2 a{text-decoration:none}.location-grid p{font-size:.95rem;color:var(--muted)}.link-list{columns:2}.link-list li{margin:.6rem 0}.contact-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:5rem}.contact-grid aside{display:grid;gap:1rem}.contact-card{background:var(--light);padding:1.7rem;border-top:4px solid var(--yellow)}.contact-card>span{display:block;font-size:.8rem;font-weight:900;text-transform:uppercase}.contact-card>a[href^="tel"]{display:block;font-size:2rem;font-weight:900;color:#111;text-decoration:none}.contact-card h2{font-size:1.5rem}.contact-card ol{padding-left:1.4rem}.enquiry-form{margin-top:1.5rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.enquiry-form label{display:block}.enquiry-form label span{display:block;font-weight:800;margin-bottom:.35rem}.enquiry-form .full{grid-column:1/-1}.enquiry-form input,.enquiry-form select,.enquiry-form textarea{width:100%;border:1px solid #bbb;border-radius:2px;padding:.78rem;background:#fff;color:#111}.enquiry-form textarea{resize:vertical}.enquiry-form input:focus,.enquiry-form select:focus,.enquiry-form textarea:focus{outline:3px solid rgba(255,249,0,.45);border-color:#6b6400}.enquiry-form [aria-invalid="true"]{border-color:#b42318}.hp{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.form-note{font-size:.8rem;margin-top:.8rem;color:var(--muted)}.form-status{display:none;padding:.8rem;margin-top:1rem;font-weight:800}.form-status.success{display:block;background:#e5f6e8;color:#145c24}.form-status.error{display:block;background:#fde8e7;color:#8e1b14}.enquiry-form.is-loading button{opacity:.65;pointer-events:none}.legal h2{font-size:1.8rem;margin-top:2.5rem}.sitemap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.sitemap-grid>div{background:var(--light);padding:2rem;border-top:4px solid var(--yellow)}.sitemap-grid h2{font-size:1.6rem}.sitemap-grid li{margin:.55rem 0}.site-footer{background:var(--dark);color:#ddd}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.1fr;gap:3rem;padding-block:4rem}.site-footer .brand{margin-bottom:1.2rem}.footer-about p{font-size:.9rem;max-width:340px;color:#aaa}.footer-phone{color:var(--yellow);font-size:1.45rem;font-weight:900;text-decoration:none}.site-footer h2{font-size:1rem;color:var(--yellow);text-transform:uppercase;letter-spacing:.08em}.site-footer ul{list-style:none;padding:0;margin:0}.site-footer li{margin:.45rem 0}.site-footer li a{font-size:.9rem;text-decoration:none}.site-footer li a:hover{color:var(--yellow)}.footer-socials{margin-top:1.2rem}.profile-links{display:grid;gap:.45rem;margin-top:1.2rem}.profile-links a{font-size:.83rem;color:#bbb}.footer-bottom{border-top:1px solid #444;padding:1rem 0;font-size:.78rem;color:#aaa}.footer-bottom .container{display:flex;justify-content:space-between;gap:1rem}.mobile-sticky{display:none}
@media (max-width:1080px){.site-nav{gap:.8rem}.header-cta{display:none}.quote-top{display:inline-flex}.card-grid{grid-template-columns:repeat(2,1fr)}.benefit-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.3fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2/4}.hero-grid{gap:2rem}}
@media (max-width:860px){body{padding-bottom:68px}.topbar-inner{justify-content:center}.topbar-inner>span{display:none}.topbar .socials{width:100%;justify-content:center}.header-inner{min-height:84px}.brand{flex-basis:188px}.brand img{width:188px}.menu-toggle{display:block;margin-left:auto}.quote-top{display:none}.site-nav{position:absolute;left:0;right:0;top:100%;height:calc(100vh - 84px);background:#171717;display:none;flex-direction:column;align-items:stretch;gap:0;padding:1rem 1.25rem 5rem;overflow:auto}.site-nav.open{display:flex}.site-nav>a,.nav-group>button{display:block;width:100%;text-align:left;padding:1rem;border-bottom:1px solid #393939}.dropdown{position:static;display:none;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;background:#0d0d0d;padding:.25rem 1rem}.nav-group.open .dropdown{display:block}.hero-grid{grid-template-columns:1fr;padding-block:4rem}.hero-form{max-width:650px}.trust-strip .container{grid-template-columns:1fr 1fr}.trust-strip span:nth-child(odd){border-left:1px solid rgba(0,0,0,.2)}.split,.contact-grid{grid-template-columns:1fr}.section-heading{display:block}.section-heading>p{max-width:650px}.content-grid{grid-template-columns:1fr;gap:3rem}.sidebar{position:static;grid-template-columns:1fr 1fr}.sidebar-image{display:none}.problem-grid{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:last-child{grid-column:auto}.mobile-sticky{position:fixed;left:0;right:0;bottom:0;height:68px;background:#111;border-top:2px solid var(--yellow);z-index:1000;display:grid;grid-template-columns:1fr 1fr;gap:2px;padding:7px}.mobile-sticky a{display:flex;align-items:center;justify-content:center;gap:.5rem;background:var(--dark);color:#fff;text-decoration:none;font-weight:900}.mobile-sticky a:last-child{background:var(--yellow);color:#111}.mobile-sticky svg{width:21px;fill:currentColor}.mobile-sticky.single{grid-template-columns:1fr}.mobile-sticky.single a{background:var(--yellow);color:#111}.page-hero{min-height:430px}.cta .container{display:block}.cta-actions{align-items:flex-start;margin-top:1.5rem}.sitemap-grid{grid-template-columns:1fr 1fr}}
@media (max-width:600px){:root{--section:3.75rem}.container{width:min(100% - 1.5rem,var(--max))}body{font-size:16px}h1{font-size:3rem}.home-hero .hero-grid{padding-block:3rem}.hero-form{padding:1.25rem}.hero-form .form-grid,.form-grid{grid-template-columns:1fr}.hero-form h2{font-size:1.6rem}.hero-actions{display:grid}.hero-actions .button{width:100%}.trust-strip .container{width:100%}.trust-strip span{padding:1rem .4rem;font-size:.75rem}.trust-strip strong{font-size:1rem}.card-grid,.benefit-grid,.problem-grid,.gallery,.location-grid,.sitemap-grid{grid-template-columns:1fr}.inline-benefits{grid-template-columns:1fr}.sidebar{grid-template-columns:1fr}.page-hero{min-height:450px}.page-hero .container{padding-block:4rem}.page-hero h1{font-size:2.75rem}.page-hero .hero-actions{display:grid}.section-heading{margin-bottom:1.8rem}.table-wrap{margin-inline:-.75rem}.cta{padding:3rem 0}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-grid>div:last-child{grid-column:auto}.footer-bottom .container{display:block}.link-list{columns:1}.contact-card>a[href^="tel"]{font-size:1.6rem}.topbar{height:36px}.topbar-inner{height:36px}.topbar .socials a{width:28px;height:28px}.site-header{position:sticky;top:0}.brand{flex-basis:166px}.brand img{width:166px}.header-inner{min-height:74px}.site-nav{height:calc(100vh - 74px)}}
@media (max-width:600px){.hero-bg{background-image:linear-gradient(90deg,rgba(10,10,10,.94),rgba(10,10,10,.68)),url('/assets/images/hero-driveway-800.webp')}}
.project-gallery-block{margin:3.5rem 0;padding:2rem;background:var(--light);border-left:6px solid var(--yellow)}.project-gallery-block h2{margin-top:0}.project-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.project-gallery-block figure,.local-photo-band figure,.area-photo-montage figure{margin:0;position:relative;overflow:hidden;background:#111}.project-gallery-block img,.local-photo-band img,.area-photo-montage img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .3s}.project-gallery-block figure:hover img,.local-photo-band figure:hover img,.area-photo-montage figure:hover img{transform:scale(1.025)}.project-gallery-block figcaption,.local-photo-band figcaption,.area-photo-montage figcaption{position:absolute;inset:auto 0 0;padding:2rem .8rem .65rem;background:linear-gradient(transparent,rgba(0,0,0,.9));color:#fff;font-size:.73rem;font-weight:800;line-height:1.35}.local-photo-band{margin:3rem 0}.local-photo-band>div{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.area-photo-montage{padding:var(--section) 0;background:#fff}.area-photo-montage h2{max-width:800px}.area-photo-montage .container>div{display:grid;grid-template-columns:1.35fr .65fr .65fr 1.35fr;gap:.8rem;margin-top:2rem}.area-photo-montage figure{min-height:280px}.area-photo-montage figure:nth-child(2),.area-photo-montage figure:nth-child(3){margin-top:2.5rem;margin-bottom:2.5rem}
@media (max-width:860px){.project-gallery-grid{grid-template-columns:1fr 1fr}.project-gallery-grid figure:first-child{grid-column:1/-1}.area-photo-montage .container>div{grid-template-columns:1fr 1fr}.area-photo-montage figure:nth-child(2),.area-photo-montage figure:nth-child(3){margin:0}}
@media (max-width:600px){.project-gallery-block{margin:2.5rem -.25rem;padding:1.1rem}.project-gallery-grid,.local-photo-band>div,.area-photo-montage .container>div{grid-template-columns:1fr}.project-gallery-grid figure:first-child{grid-column:auto}.area-photo-montage figure{min-height:220px}.project-gallery-block figcaption,.local-photo-band figcaption,.area-photo-montage figcaption{font-size:.78rem}}
.company-legal{display:inline-block;margin-top:.55rem;line-height:1.45}.company-legal strong{color:var(--yellow);letter-spacing:.025em}.intro-section .company-legal strong,.prose .company-legal strong{color:inherit}
.service-card-image{display:block;overflow:hidden;outline-offset:-4px}.service-card-image img{transition:transform .3s ease}.service-card-image:hover img,.service-card-image:focus-visible img{transform:scale(1.04)}.service-card-image:focus-visible{outline:4px solid var(--yellow)}
/* Final typography, brand-surface and gallery interaction refinements */
h1{font-size:clamp(2.5rem,5vw,4.8rem)}h2{font-size:clamp(1.75rem,3vw,3rem)}h3{font-size:1.15rem}.page-hero h1{font-size:clamp(2.5rem,4.6vw,4.2rem)}.prose h2{font-size:clamp(1.7rem,2.5vw,2.25rem)}.service-card h3{font-size:1.28rem}.site-footer h2{font-size:.95rem}.site-header,.site-footer{background:#161412}.footer-bottom{background:#161412}.gallery figure,.project-gallery-grid figure,.local-photo-band figure,.area-photo-montage figure{cursor:zoom-in;outline-offset:3px}.gallery figure:focus-visible,.project-gallery-grid figure:focus-visible,.local-photo-band figure:focus-visible,.area-photo-montage figure:focus-visible{outline:4px solid #867b00}.gallery-modal[hidden]{display:none}.gallery-modal{position:fixed;inset:0;z-index:5000;display:grid;place-items:center;padding:1.25rem;background:rgba(0,0,0,.92)}.gallery-modal-panel{position:relative;width:min(1120px,100%);height:min(820px,calc(100vh - 2.5rem));display:grid;grid-template-columns:64px minmax(0,1fr) 64px;align-items:center}.gallery-modal figure{grid-column:2;margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;height:100%}.gallery-modal img{display:block;max-width:100%;max-height:calc(100% - 70px);width:auto;height:auto;object-fit:contain;background:#111;box-shadow:0 20px 70px rgba(0,0,0,.55)}.gallery-modal figcaption{width:100%;display:flex;justify-content:space-between;gap:1rem;padding:1rem 0;color:#fff;font-size:.95rem}.gallery-modal figcaption small{flex:none;color:var(--yellow);font-weight:900}.gallery-modal-close,.gallery-modal-nav{border:0;background:#161412;color:#fff;display:grid;place-items:center}.gallery-modal-close:hover,.gallery-modal-close:focus-visible,.gallery-modal-nav:hover,.gallery-modal-nav:focus-visible{background:var(--yellow);color:#111;outline:0}.gallery-modal-close{position:absolute;z-index:2;right:0;top:0;width:48px;height:48px;font-size:2rem;line-height:1}.gallery-modal-nav{width:52px;height:76px;font-size:3rem;line-height:1}.gallery-modal-prev{grid-column:1;grid-row:1;justify-self:start}.gallery-modal-next{grid-column:3;grid-row:1;justify-self:end}.gallery-modal-open{overflow:hidden}
@media (max-width:600px){h1{font-size:2.45rem}h2{font-size:2rem}h3{font-size:1.08rem}.page-hero h1{font-size:2.35rem}.prose h2{font-size:1.8rem}.gallery-modal{padding:.5rem}.gallery-modal-panel{height:calc(100vh - 1rem);grid-template-columns:48px minmax(0,1fr) 48px}.gallery-modal-nav{width:44px;height:62px;font-size:2.4rem}.gallery-modal-close{width:44px;height:44px}.gallery-modal figcaption{font-size:.82rem}}
/* Compact heading scale requested for the finished layout */
h1{font-size:clamp(2.3rem,4vw,4rem)}h2{font-size:clamp(1.65rem,2.5vw,2.6rem)}h3{font-size:1.1rem}.page-hero h1{font-size:clamp(2.3rem,3.8vw,3.7rem)}.prose h2{font-size:clamp(1.6rem,2.15vw,2.05rem)}.hero-form h2{font-size:1.75rem}.feature-panel h3{font-size:1.4rem}.service-card h3{font-size:1.22rem}.sidebar-card h2,.contact-card h2,.location-grid h2,.sitemap-grid h2{font-size:1.35rem}
@media (max-width:600px){h1{font-size:2.25rem}h2{font-size:1.8rem}h3{font-size:1.05rem}.page-hero h1{font-size:2.15rem}.prose h2{font-size:1.65rem}.hero-form h2{font-size:1.55rem}}
.service-media-row{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(250px,.92fr);gap:1.5rem;align-items:stretch;margin:2.6rem 0;padding:1.4rem;background:var(--light);border-left:5px solid var(--yellow)}.service-media-row.reverse{grid-template-columns:minmax(250px,.92fr) minmax(0,1.08fr);border-left:0;border-right:5px solid var(--yellow)}.service-media-row.reverse .service-media-copy{order:2}.service-media-row.reverse .service-media-image{order:1}.service-media-row h2{margin-top:0!important}.service-media-row p:last-child{margin-bottom:0}.service-media-image{position:relative;min-height:330px;margin:0;overflow:hidden;background:#111}.service-media-image img{width:100%;height:100%;object-fit:cover}.service-media-image figcaption{position:absolute;inset:auto 0 0;padding:2.3rem .8rem .7rem;background:linear-gradient(transparent,rgba(0,0,0,.9));color:#fff;font-size:.76rem;font-weight:800;line-height:1.35}
@media (max-width:700px){.service-media-row,.service-media-row.reverse{grid-template-columns:1fr;gap:1rem;margin:2rem 0;padding:1rem;border-right:0}.service-media-row.reverse .service-media-copy,.service-media-row.reverse .service-media-image{order:initial}.service-media-image{min-height:250px}.service-media-row h2{font-size:1.65rem}}
/* Wider homepage form and shared hero enquiry forms */
.home .hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(470px,.92fr);gap:3rem}.page-hero.has-form{min-height:760px}.page-hero-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(450px,.88fr);gap:3rem;align-items:center}.page-hero.no-form .page-hero-grid{grid-template-columns:minmax(0,820px)}.page-hero-form{padding:1.6rem}.page-hero-form .form-grid{grid-template-columns:1fr 1fr;gap:.75rem}.page-hero-form .enquiry-form{margin-top:1rem}.page-hero-form textarea{min-height:92px}.page-hero-form .button{min-height:48px}.page-hero-form .form-note{margin-bottom:0}
@media (max-width:950px){.page-hero-grid{grid-template-columns:1fr}.page-hero.has-form{min-height:auto}.page-hero-form{width:min(680px,100%)}}
@media (max-width:860px){.home .hero-grid{grid-template-columns:1fr}.home .hero-form{width:min(680px,100%)}}
@media (max-width:600px){.page-hero-form{padding:1.15rem}.page-hero-form .form-grid{grid-template-columns:1fr}.page-hero-form textarea{min-height:110px}}
.page-hero .hero-form .form-note{font-size:.8rem;font-weight:400;max-width:none}
.hero-form select option{background:#fff;color:#111}
.home .gallery-section .gallery{grid-template-columns:repeat(4,1fr)}
@media (max-width:1080px){.home .gallery-section .gallery{grid-template-columns:repeat(3,1fr)}}
@media (max-width:860px){.home .gallery-section .gallery{grid-template-columns:repeat(2,1fr)}}
@media (max-width:600px){.home .gallery-section .gallery{grid-template-columns:1fr}}
.compact-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.compact-reviews-section .google-review-card{height:245px}.compact-reviews-section .google-review-card blockquote p{max-height:92px}.home-area-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.home-area-grid article{padding:1.5rem;background:var(--light);border-top:4px solid var(--yellow)}.home-area-grid h3{margin-bottom:.75rem}.home-area-grid h3 a{text-decoration:none}.home-area-grid p{font-size:.94rem;color:var(--muted)}.area-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:2rem}
@media (max-width:900px){.home-area-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:780px){.compact-reviews-grid{grid-template-columns:1fr}.compact-reviews-section .google-review-card{height:auto;min-height:225px}}
@media (max-width:600px){.home-area-grid{grid-template-columns:1fr}.area-actions{display:grid}.area-actions .button{width:100%}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

/* Extended content, gallery and responsive layout additions */
.h1-accent{color:var(--yellow)}
.site-nav{gap:.85rem;font-size:.86rem}
.map-section{background:var(--light)}
.map-frame{overflow:hidden;border:5px solid #fff;border-bottom:7px solid var(--yellow);box-shadow:var(--shadow);background:#ddd}
.map-frame iframe{display:block;width:100%;height:460px;border:0}
.about-row{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(330px,.95fr);gap:clamp(2rem,5vw,5rem);align-items:center}
.about-row.reverse>div{order:2}.about-row.reverse>figure{order:1}
.about-image{position:relative;margin:0;min-height:430px;overflow:hidden;background:#111;box-shadow:var(--shadow)}
.about-image img{width:100%;height:100%;min-height:430px;object-fit:cover}.about-image figcaption,.guide-feature figcaption{position:absolute;inset:auto 0 0;padding:2.5rem 1rem .8rem;background:linear-gradient(transparent,rgba(0,0,0,.88));color:#fff;font-size:.78rem;font-weight:800}
.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.guide-card{background:#fff;box-shadow:0 10px 32px rgba(0,0,0,.09);border-bottom:4px solid transparent;overflow:hidden;transition:.2s}
.guide-card:hover{transform:translateY(-4px);border-color:var(--yellow)}
.guide-card-image{display:block;overflow:hidden}.guide-card-image img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .3s}.guide-card-image:hover img,.guide-card-image:focus-visible img{transform:scale(1.035)}
.guide-card>div{padding:1.5rem}.guide-card h2{font-size:1.38rem;line-height:1.18}.guide-card h2 a{text-decoration:none}.guide-card p:not(.eyebrow){font-size:.94rem;color:var(--muted)}
.guide-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:5rem;align-items:start}
.guide-article{min-width:0}.guide-article>section{margin-top:3rem}.guide-article>section h2{font-size:clamp(1.6rem,2.15vw,2.05rem)}
.quick-answer{padding:2rem;background:#fffde1;border-left:7px solid var(--yellow);box-shadow:0 10px 30px rgba(0,0,0,.07)}.quick-answer h2{font-size:1.7rem}.quick-answer p:last-child{margin-bottom:0}
.guide-feature{position:relative;margin:2.2rem 0 3rem;overflow:hidden;background:#111}.guide-feature img{width:100%;aspect-ratio:16/9;object-fit:cover}
.guide-article a{font-weight:800;text-decoration-color:#9a8700}
.guide-layout .sidebar .link-list{columns:1;list-style:none;padding:0}.guide-layout .sidebar .link-list a{color:#fff}.guide-grid.compact .guide-card h2{font-size:1.25rem}
@media (max-width:1080px){.guide-grid{grid-template-columns:repeat(2,1fr)}.guide-layout{gap:2.5rem}.site-nav{font-size:.84rem;gap:.65rem}}
@media (max-width:860px){.about-row,.guide-layout{grid-template-columns:1fr}.about-row.reverse>div,.about-row.reverse>figure{order:initial}.about-image,.about-image img{min-height:320px}.guide-layout .sidebar{grid-template-columns:1fr 1fr}}
@media (max-width:600px){.guide-grid,.guide-layout .sidebar{grid-template-columns:1fr}.map-frame iframe{height:360px}.about-image,.about-image img{min-height:250px}.quick-answer{padding:1.3rem}.guide-card>div{padding:1.25rem}}
.search-intent-summary{margin:0 0 1.5rem;padding:1.1rem 1.25rem;background:#fffde1;border-left:5px solid var(--yellow)}.search-intent-summary p{margin:0}.location-intent-copy>h2{margin-top:3rem}.location-service-grid{grid-template-columns:1fr 1fr}.location-service-grid>section{min-height:100%}
@media (max-width:600px){.location-service-grid{grid-template-columns:1fr}}
.google-reviews-section{padding:clamp(3.5rem,6vw,5.5rem) 0;background:#1d1c1b;color:#fff;border-top:1px solid #343230}.reviews-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.reviews-heading>div{max-width:820px}.reviews-heading h2{max-width:760px}.reviews-heading p:not(.eyebrow){color:#c8c6c2;margin-bottom:0}.reviews-heading .button{flex:none}.reviews-carousel{position:relative;padding:0 44px}.reviews-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 3rem)/4);gap:1rem;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scroll-behavior:smooth;padding:.25rem 0 .8rem;scrollbar-width:thin;scrollbar-color:#57534e transparent}.reviews-track::-webkit-scrollbar{height:7px}.reviews-track::-webkit-scrollbar-thumb{background:#57534e;border-radius:10px}.google-review-card{scroll-snap-align:start;min-width:0;height:270px;padding:1.15rem;background:#201f1e;border:1px solid #292826;border-radius:10px;box-shadow:0 12px 30px rgba(0,0,0,.18)}.google-review-card header{display:grid;grid-template-columns:44px minmax(0,1fr) 28px;gap:.75rem;align-items:center}.reviewer-avatar{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;color:#fff;font-size:.82rem;font-weight:900;letter-spacing:.03em}.avatar-0{background:#7a4cb8}.avatar-1{background:#267a6e}.avatar-2{background:#a5572f}.avatar-3{background:#4267a9}.avatar-4{background:#8b3f68}.avatar-5{background:#53732e}.google-review-card h3{margin:0 0 .1rem;font-size:.96rem;line-height:1.2;letter-spacing:0}.google-review-card header p{margin:0;color:#aaa6a0;font-size:.78rem;line-height:1.3}.google-mark{font-size:1.45rem;font-weight:900;font-family:Arial,sans-serif;background:conic-gradient(from -30deg,#4285f4 0 25%,#34a853 0 43%,#fbbc05 0 68%,#ea4335 0 83%,#4285f4 0);background-clip:text;-webkit-background-clip:text;color:transparent;justify-self:end}.review-stars{margin:.65rem 0 .55rem;color:#fbbc04;font-size:1.25rem;letter-spacing:.05em;line-height:1}.google-review-card blockquote{margin:0;padding:0}.google-review-card blockquote p{max-height:116px;overflow-y:auto;margin:0;padding-right:.45rem;color:#fff;font-size:.9rem;font-weight:650;line-height:1.45;scrollbar-width:thin;scrollbar-color:#55514d transparent}.reviews-arrow{position:absolute;top:50%;z-index:2;width:36px;height:36px;display:grid;place-items:center;transform:translateY(-50%);border:0;border-radius:50%;background:#111;color:#fff;font-size:2rem;line-height:1;box-shadow:0 4px 16px rgba(0,0,0,.35)}.reviews-arrow:hover,.reviews-arrow:focus-visible{background:var(--yellow);color:#111;outline:0}.reviews-arrow:disabled{opacity:.28;cursor:default}.reviews-prev{left:0}.reviews-next{right:0}.reviews-source{margin:.85rem 44px 0;color:#96928c;font-size:.78rem}.google-reviews-section+*{border-top-color:#343230}
@media (max-width:1050px){.reviews-track{grid-auto-columns:calc((100% - 2rem)/3)}}
@media (max-width:780px){.reviews-heading{display:block}.reviews-heading .button{margin-top:1rem}.reviews-track{grid-auto-columns:calc((100% - 1rem)/2)}}
@media (max-width:560px){.google-reviews-section{padding:3.25rem 0}.reviews-carousel{padding:0 34px}.reviews-track{grid-auto-columns:88%;gap:.75rem}.google-review-card{height:278px;padding:1rem}.reviews-arrow{width:30px;height:30px;font-size:1.65rem}.reviews-source{margin-inline:34px}.reviews-heading h2{font-size:1.7rem}}
.hero-form .form-title{margin:0 0 1rem;color:#fff;font-size:2rem;font-weight:900;line-height:1.05;letter-spacing:-.025em}.site-footer .footer-title{margin:0 0 1rem;color:var(--yellow);font-size:.95rem;font-weight:900;line-height:1.2;letter-spacing:.08em;text-transform:uppercase}.google-review-card .review-card__name{margin:0 0 .1rem;color:#fff;font-size:.96rem;font-weight:900;line-height:1.2;letter-spacing:0}.google-review-card header .review-card__name{color:#fff;font-size:.96rem;line-height:1.2}
@media (max-width:600px){.hero-form .form-title{font-size:1.6rem}}
.local-context-panel{margin:2.5rem 0;padding:clamp(1.4rem,3vw,2rem);background:#f5f4ed;border-left:5px solid var(--yellow)}.local-context-panel h2{margin-top:0}.local-context-panel p:last-child{margin-bottom:0}.location-postcode{margin:0 0 .65rem;color:#746700;font-size:.76rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.location-grid article>p:not(.location-postcode){min-height:0}
.location-project-gallery .project-gallery-grid{grid-template-columns:repeat(2,1fr)}
@media (max-width:600px){.location-project-gallery .project-gallery-grid{grid-template-columns:1fr}}

/* Leicester site components */
.site-header,.site-footer,.footer-bottom{background:#0f0f0f}.brand img{background:#0f0f0f}.section-dark{background:#1d1c1b;color:#fff}.section-muted{background:#f4f3ee}.section-dark .text-link{color:#fff}.section-dark .service-card{color:#111}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.35rem}.service-card-image{display:block;overflow:hidden;text-decoration:none}.service-card-image img{transition:transform .3s}.service-card-image:hover img,.service-card-image:focus-visible img{transform:scale(1.035)}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.gallery-item{position:relative;display:block;width:100%;padding:0;border:0;background:#111;overflow:hidden;color:#fff;text-align:left}.gallery-item img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .3s}.gallery-item:hover img,.gallery-item:focus-visible img{transform:scale(1.035)}.gallery-item>span{position:absolute;right:.7rem;bottom:.7rem;padding:.25rem .55rem;background:rgba(15,15,15,.82);font-size:.75rem;font-weight:800}.gallery-item:focus-visible{outline:4px solid #867b00;outline-offset:3px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#ccc}.process-grid article{position:relative;padding:2rem;background:#f4f3ee}.process-grid article>span{display:block;margin-bottom:.8rem;color:#776b00;font-size:1.7rem;font-weight:900}.process-grid h3{font-size:1.2rem}.split-cards{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem}.split-cards article{padding:clamp(1.5rem,3vw,2.3rem);background:#f4f3ee;border-top:5px solid var(--yellow)}.split-cards h2{font-size:clamp(1.7rem,2.6vw,2.5rem)}.link-panels{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem}.link-panels>div{padding:2rem;background:#f4f3ee;border-left:5px solid var(--yellow)}.link-panels ul{columns:2;margin-bottom:0}.location-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.location-card-grid article{padding:1.6rem;background:#f4f3ee;border-top:4px solid var(--yellow)}.location-card-grid h3{font-size:1.3rem}.location-card-grid h3 a{text-decoration:none}.location-card-grid article>p:not(.location-postcode){font-size:.94rem;color:var(--muted)}.section-intro{max-width:850px}.contact-form-card{padding:2rem;background:#171717;color:#fff;border:3px solid var(--yellow)}.contact-form-card .form-title{font-size:2rem;font-weight:900;line-height:1.1}.contact-form-card label span{color:#fff}.contact-call{margin:2rem 0;padding:1.4rem;background:#f4f3ee;border-left:5px solid var(--yellow)}.contact-call span{display:block;font-size:.8rem;font-weight:900;text-transform:uppercase}.contact-call a{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:900;text-decoration:none}.privacy-note{margin:.8rem 0 0;color:#c7c7c7;font-size:.8rem;line-height:1.45}.privacy-note a{color:#fff;font-weight:800}.hero-form select option,.contact-form-card select option{background:#fff;color:#111}.compact-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.contact-section+.google-reviews-section{margin-top:0}
@media (max-width:1080px){.service-grid,.location-card-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid{grid-template-columns:repeat(3,1fr)}.process-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:760px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.split-cards,.link-panels,.compact-reviews-grid{grid-template-columns:1fr}.link-panels ul{columns:1}}
@media (max-width:600px){.service-grid,.location-card-grid,.process-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr 1fr}.contact-form-card{padding:1.25rem}.contact-form-card .form-title{font-size:1.6rem}.brand{flex-basis:190px}.brand img{width:190px}}
.gallery-item{margin:0;cursor:zoom-in}.gallery-item figcaption{position:absolute;inset:auto 0 0;padding:2.5rem .8rem .65rem;background:linear-gradient(transparent,rgba(15,15,15,.92));color:#fff;font-size:.75rem;font-weight:800}.gallery-item:focus-visible{outline:4px solid #867b00;outline-offset:3px}
.page-hero .privacy-note,.hero-form .privacy-note,.contact-form-card .privacy-note{margin:.8rem 0 0;color:#c7c7c7;font-size:.76rem!important;font-weight:400!important;line-height:1.4}.service-card img{height:clamp(220px,24vw,340px);max-height:340px;aspect-ratio:auto;object-fit:cover}.gallery-item img{height:clamp(180px,20vw,300px);max-height:300px;aspect-ratio:auto;object-fit:cover}.benefit-grid h3{color:var(--yellow)}
.contact-section .contact-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
@media (max-width:860px){.contact-section .contact-grid{grid-template-columns:1fr}}
@media (max-width:600px){.service-card img{height:260px}.gallery-item img{height:190px}}
.section-dark .service-card .text-link{color:#111}
