:root{font-family:Arial,Helvetica,sans-serif;color:#211d1e;background:#fff;font-synthesis:none;--red: #bd2f3f;--red-dark: #a82534;--ink: #211d1e;--muted: #6e686a;--warm: #f7f3ef;--line: #ded9d5;--content: 1280px;--section-space: 72px;--gutter: 58px;--body-size: 17px;--heading-size: 32px}*{box-sizing:border-box}img{max-width:100%;height:auto}body{margin:0;min-width:320px;min-height:100vh;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}.site-shell{min-height:100vh;background:#fff}.site-header{position:sticky;top:0;z-index:20;min-height:82px;max-width:var(--content);margin:0 auto;padding:0 60px;display:grid;grid-template-columns:320px 1fr auto;align-items:center;gap:28px;background:#fff}.site-header:after{content:"";position:absolute;right:60px;bottom:0;left:60px;height:1px;background:var(--line);pointer-events:none}.brand{display:block;width:290px}.brand img{display:block;width:100%;height:78px;object-fit:contain;object-position:left center}.main-nav{display:flex;align-items:center;justify-content:center;gap:clamp(18px,2.1vw,38px)}.main-nav a{position:relative;padding:31px 0 24px;text-decoration:none;text-transform:uppercase;font-size:12px;font-weight:700;white-space:nowrap}.main-nav a:after{content:"";position:absolute;left:0;right:0;bottom:16px;height:3px;background:var(--red);transform:scaleX(0);transition:transform .16s ease}.main-nav a:hover:after,.main-nav a.active:after{transform:scaleX(1)}.header-cta,.button-primary{border:0;color:#fff;background:var(--red);text-transform:uppercase;letter-spacing:.04em;font-weight:800;cursor:pointer}.header-cta{min-width:190px;height:46px;padding:0 24px;border-radius:3px;font-size:13px;box-shadow:0 5px 12px #bd2f3f2e}.header-cta:hover,.button-primary:hover{background:var(--red-dark)}.menu-button{display:none}main{max-width:var(--content);margin:0 auto}.hero{display:grid;grid-template-columns:1fr 1.07fr;min-height:435px;background:var(--warm)}.hero-image{grid-column:2;background:url(/assets/bonum-pergola-hero.jpg) center / cover no-repeat}.hero-copy{grid-column:1;grid-row:1;align-self:center;padding:48px 58px}.hero h1{max-width:600px;margin:0;font-size:clamp(36px,3.4vw,46px);line-height:1.06;letter-spacing:-.035em}.red-rule{display:block;width:54px;height:4px;margin:22px 0 17px;background:var(--red)}.hero-copy>p{margin:0;color:var(--muted);font-size:21px;line-height:1.4}.hero-actions{display:flex;gap:18px;margin-top:26px}.hero-actions .button{padding-inline:18px;white-space:nowrap;font-size:12px}.hero-copy{min-width:0}.hero-image{position:relative}.concept-label{position:absolute;right:12px;bottom:12px;background:#fff;padding:6px 10px;color:#514b4c;font-size:11px}.standard-section{padding:var(--section-space) var(--gutter)}.standard-section h2,.about-section h2,.process-section h2,.service-feature h2{font-size:var(--heading-size);line-height:1.2;margin:0;letter-spacing:-.025em}.section-intro{max-width:65ch;margin:24px 0 32px;color:var(--muted);font-size:var(--body-size);line-height:1.6}.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-top:32px}.service-card{padding:24px 0;border-top:2px solid var(--red);text-decoration:none}.service-card h3{font-size:20px;line-height:1.25;margin:0}.service-card p{font-size:16px;color:var(--muted);line-height:1.6;margin:16px 0}.service-card span,.text-link{font-size:13px;font-weight:700;color:var(--red);text-underline-offset:5px}.service-card:hover h3{color:var(--red)}.about-section{border-top:1px solid var(--line)}.faq-section details{border-bottom:1px solid var(--line);padding:24px 0}.faq-section details:first-of-type{margin-top:24px}.faq-section summary{cursor:pointer;font-size:18px;font-weight:700}.faq-section details p{max-width:65ch;font-size:var(--body-size);line-height:1.6;color:var(--muted);margin:16px 0 0}.contact-section{background:var(--warm);text-align:center}.contact-section .section-intro{margin-inline:auto}.form-note{color:var(--muted);font-size:14px;line-height:1.5;margin-bottom:24px}:focus-visible{outline:3px solid #2469a0;outline-offset:5px}section[id],footer[id]{scroll-margin-top:24px}.quote-modal{max-height:90dvh;overflow:auto}.button{min-height:52px;padding:0 30px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:3px;text-decoration:none;text-transform:uppercase;letter-spacing:.03em;font-size:13px;font-weight:800;cursor:pointer}.button-secondary{border:1.5px solid var(--ink);background:transparent}.button-secondary:hover{background:#fff}.proof-strip{min-height:74px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center;border-bottom:1px solid var(--line);background:#fff}.proof-item{min-height:48px;display:flex;align-items:center;justify-content:center;gap:14px;border-right:1px solid var(--line);color:inherit;text-decoration:none}.proof-link{cursor:pointer;transition:background-color .2s ease,color .2s ease}.proof-link:hover{background:var(--warm);color:var(--red)}.proof-link:active{background:#f1e7db}.proof-item:last-child{border-right:0}.proof-item img{width:38px;height:38px;object-fit:contain}.proof-item strong,.proof-item span{display:block}.proof-item strong{font-size:15px}.proof-item span{margin-top:4px;color:var(--muted);font-size:12px}.projects-section{padding:34px 58px 42px}.section-heading-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.section-heading-row h2,.service-feature h2,.about-section h2,.process-section h2{margin:0;font-size:27px;line-height:1.15;letter-spacing:-.02em}.section-heading-row .red-rule{margin:8px 0 0}.section-heading-row>a,.service-copy>a,.project-body>a{color:var(--red);text-decoration:none;text-transform:uppercase;font-size:12px;font-weight:800}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.project-card img{display:block;width:100%;aspect-ratio:1.9 / 1;object-fit:cover}.project-image-link{display:block}.project-image-link img{transition:transform .2s ease,opacity .2s ease}.project-image-link:hover img{transform:scale(1.015);opacity:.94}.project-image-link:focus-visible{outline:3px solid var(--red);outline-offset:3px}.project-body h3{margin:12px 0 4px;font-size:16px;line-height:1.25}.project-body p{margin:0 0 9px;color:var(--muted);font-size:13px}.service-feature{display:grid;grid-template-columns:1fr 1.07fr;min-height:260px;background:var(--warm)}.service-copy{padding:34px 58px}.service-copy .red-rule{margin:0 0 18px}.service-copy h2 a{color:inherit;text-decoration:none}.service-copy h2 a:hover,.service-copy h2 a:focus-visible{color:var(--red)}.service-copy p{max-width:520px;margin:24px 0 32px;font-size:var(--body-size);color:var(--muted);line-height:1.6}.service-feature-image-link{display:block;min-width:0;overflow:hidden}.service-feature-image-link img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .18s ease}.service-feature-image-link:hover img{transform:scale(1.015)}.service-feature-image-link:focus-visible{outline:3px solid var(--red);outline-offset:-3px}.about-section,.process-section{padding:80px 58px}.about-section{background:#fff}.eyebrow{margin:0 0 12px;color:var(--red);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:800}.process-section{background:var(--warm)}.process-section ol{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin:32px 0 0;padding:0;list-style:none}.process-section li{padding-top:18px;border-top:3px solid var(--red)}.process-section li span{display:block;margin-top:9px;color:var(--muted);font-size:14px;line-height:1.5}footer{max-width:var(--content);min-height:160px;margin:0 auto;padding:38px 58px;display:grid;grid-template-columns:240px 1fr auto;align-items:center;gap:30px;background:#242020;color:#fff}footer img{width:220px;filter:grayscale(1) invert(1);mix-blend-mode:screen}footer p{color:#d9d4d1}footer button{padding:14px 22px;border:1px solid #fff;color:#fff;background:transparent;text-transform:uppercase;font-weight:800;cursor:pointer}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:20px;background:#141011b8}.quote-modal{position:relative;width:min(100%,570px);padding:44px;background:#fff;box-shadow:0 28px 80px #00000047}.quote-modal h2{margin:0 0 26px;font-size:36px}.modal-close{position:absolute;top:12px;right:16px;padding:4px 8px;border:0;background:transparent;font-size:30px;cursor:pointer}.quote-modal label{display:grid;gap:7px;margin-bottom:17px;font-size:13px;font-weight:700}.quote-modal input,.quote-modal textarea{width:100%;padding:12px;border:1px solid #aaa4a1;border-radius:2px}.success-message p:not(.eyebrow){color:var(--muted);line-height:1.55}@media(max-width:980px){.site-header{padding:0 30px;grid-template-columns:250px 1fr auto}.site-header:after{right:30px;left:30px}.main-nav{gap:14px}.main-nav a{font-size:10px}.header-cta{min-width:160px}.hero-copy,.projects-section,.service-copy,.about-section,.process-section{padding-left:36px;padding-right:36px}}@media(max-width:760px){.site-header{position:sticky;min-height:127px;padding:0 35px;grid-template-columns:1fr auto;gap:18px}.site-header:after{right:18px;left:18px}.brand{width:310px;max-width:calc(100vw - 150px)}.brand img{height:94px}.menu-button{display:block;min-width:102px;height:66px;border:2px solid var(--ink);color:var(--ink);background:#fff;text-transform:uppercase;font-size:18px;font-weight:800;cursor:pointer}.header-cta{display:none}.main-nav{position:absolute;top:100%;left:0;right:0;z-index:20;display:none;padding:20px 35px 28px;align-items:stretch;background:#fff;box-shadow:0 12px 25px #0000001f}.main-nav.is-open{display:grid}.main-nav a{padding:13px 0;border-bottom:1px solid var(--line);font-size:15px}.main-nav a:after{display:none}.hero{display:flex;flex-direction:column}.hero-image{order:0;min-height:437px;background-position:center}.hero-copy{order:1;padding:47px 40px 78px}.hero h1{font-size:clamp(40px,7.5vw,61px);line-height:1.04}.red-rule{width:95px;height:6px;margin:24px 0 29px}.hero-copy>p{font-size:clamp(22px,3.6vw,30px);line-height:1.45}.hero-actions{align-items:center;gap:38px;margin-top:30px}.button{min-height:62px;padding:0 30px;font-size:16px}.button-secondary{min-height:0;padding:7px 0;border:0;border-bottom:2px solid var(--ink);border-radius:0}.proof-strip{min-height:127px}.proof-item{flex-direction:column;gap:5px;text-align:center}.proof-item img{width:30px;height:30px}.proof-item strong{font-size:17px}.proof-item span{font-size:13px}.projects-section{padding:41px 36px 60px}.section-heading-row{align-items:flex-start}.section-heading-row h2{font-size:34px}.section-heading-row .red-rule{display:none}.section-heading-row>a{margin-top:6px;font-size:15px}.project-grid{display:block}.project-card{display:none}.project-card:first-child{display:grid;grid-template-columns:42% 1fr;gap:25px;margin-top:30px}.project-card:first-child img{height:250px;aspect-ratio:auto}.project-body h3{margin-top:12px;font-size:25px}.project-body p{margin-top:24px;font-size:17px}.project-body>a{display:inline-block;margin-top:24px;font-size:16px}.service-feature{grid-template-columns:1fr}.service-copy{padding:50px 40px}.service-feature-image-link img{min-height:260px}.about-section,.process-section{padding:64px 40px}.process-section ol{grid-template-columns:1fr}footer{padding:42px 40px;grid-template-columns:1fr}footer img{filter:grayscale(1) invert(1);mix-blend-mode:screen}}@media(max-width:520px){.site-header{min-height:96px;padding:0 20px}.site-header:after{right:20px;left:20px}.brand{max-width:calc(100vw - 120px)}.brand img{height:78px}.menu-button{min-width:78px;height:50px;font-size:14px}.hero-image{min-height:285px}.hero-copy{padding:38px 20px 50px}.hero h1{font-size:38px}.hero-copy>p{font-size:21px}.hero-actions{flex-direction:column;align-items:stretch;gap:17px}.button-secondary{align-self:center}.proof-strip{min-height:102px}.proof-item img{width:21px;height:21px}.proof-item strong{font-size:13px}.proof-item span{font-size:11px}.projects-section{padding:34px 20px 50px}.section-heading-row h2{font-size:29px}.section-heading-row>a{font-size:12px}.project-card:first-child{grid-template-columns:45% 1fr;gap:16px;margin-top:22px}.project-card:first-child img{height:200px}.project-body h3{font-size:20px}.project-body p,.project-body>a{margin-top:18px;font-size:14px}.quote-modal{padding:36px 24px 28px}}.standard-section h2,.about-section h2,.process-section h2,.service-feature h2{font-size:var(--heading-size);line-height:1.2}.service-card{display:flex;flex-direction:column}.service-card span{margin-top:auto;padding-top:8px}.service-copy{align-self:center}.about-section,.process-section{padding:var(--section-space) var(--gutter)}.process-section ol{grid-template-columns:repeat(4,minmax(0,1fr))}.service-feature-image-link,.service-feature-image-link img{max-height:380px}.service-feature-image-link img{object-position:center 60%}@media(min-width:761px)and (max-width:1100px){.site-header{grid-template-columns:250px 1fr;gap:16px}.header-cta{display:none}.brand{width:240px}.hero-actions{flex-wrap:wrap}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:761px)and (max-width:1000px){.hero{grid-template-columns:1fr}.hero-image{grid-column:1;grid-row:1;min-height:360px}.hero-copy{grid-column:1;grid-row:2;padding:40px 36px}.hero h1{max-width:700px;font-size:40px}.hero h1 br{display:none}}@media(max-width:760px){:root{--section-space: 48px;--gutter: 20px;--body-size: 16px;--heading-size: 28px}.site-header{min-height:88px;padding:0 18px}.brand{width:220px;max-width:calc(100vw - 105px)}.brand img{height:80px}.menu-button{min-width:62px;height:38px;font-size:13px}.hero-image{min-height:0;width:100%;aspect-ratio:1.78}.hero-copy{width:100%;padding:24px 20px 32px}.hero h1{font-size:clamp(27px,7.1vw,44px);line-height:1.12;letter-spacing:-.02em}.hero h1 br{display:initial}.hero-copy>p{font-size:16px;line-height:1.5}.red-rule{width:48px;height:3px;margin:12px 0}.hero-actions{flex-direction:row;flex-wrap:wrap;gap:16px;margin-top:16px}.hero-actions .button{font-size:11px;padding-inline:12px;white-space:normal}.hero-actions .button-primary{min-height:48px}.hero-actions .button-secondary{max-width:165px;text-align:center;line-height:1.4}.proof-strip{min-height:90px}.proof-item{padding:8px 4px}.proof-item strong{font-size:12px}.proof-item span{font-size:10px;line-height:1.3}.proof-item img{width:22px;height:22px}.projects-section{padding:24px 20px 48px}.section-heading-row{gap:16px;align-items:center}.section-heading-row h2{font-size:26px}.section-heading-row>a{font-size:10px;max-width:100px;line-height:1.4;margin:0;text-align:right}.project-card,.project-card:first-child{display:grid;grid-template-columns:42% minmax(0,1fr);gap:18px;margin-top:24px}.project-card img,.project-card:first-child img{width:100%;height:160px;aspect-ratio:auto;object-fit:cover}.project-body h3{font-size:18px;margin:6px 0 12px}.project-body p{margin:0 0 14px;font-size:13px}.project-body>a{font-size:12px;margin:0}.service-copy,.about-section,.process-section{padding:var(--section-space) var(--gutter)}.service-feature-image-link img{height:300px;min-height:0;object-position:center 60%}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.service-card h3{font-size:18px}.service-card p{font-size:15px}.process-section ol{gap:24px}.process-section ol{grid-template-columns:1fr}footer{padding:40px 20px;gap:20px}footer img{filter:grayscale(1) invert(1);mix-blend-mode:screen}}@media(max-width:380px){.service-grid{grid-template-columns:1fr}.hero h1 br{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}.reviews-section{background:var(--warm);text-align:center}.reviews-section .section-intro{margin-inline:auto}.review-links{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.review-links .button{white-space:normal;text-align:center}footer{display:block}.footer-columns{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:32px}.footer-columns h2{font-size:18px;margin:0 0 20px}.footer-columns a{display:block;margin:0 0 12px;overflow-wrap:anywhere}.footer-columns .footer-brand{display:block;width:180px;height:auto;max-width:100%;aspect-ratio:180 / 58;object-fit:contain}.footer-columns .social-links{display:grid;grid-template-columns:repeat(3,44px);grid-template-rows:repeat(2,44px);gap:12px 16px;width:max-content}@media(max-width:1100px){.footer-columns .social-links{grid-template-columns:repeat(2,44px);grid-template-rows:repeat(3,44px)}}.footer-columns .social-links a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin:0;border-radius:4px}.footer-columns .social-links a:hover{background:#ffffff18}.footer-columns .social-links a:focus-visible{outline:2px solid #fff;outline-offset:3px}@media(min-width:1101px){.footer-columns .social-links a[aria-label=Nextdoor]{grid-column:2;grid-row:1}.footer-columns .social-links a[aria-label=LinkedIn]{grid-column:2;grid-row:2}}.footer-columns .social-links img{width:32px;height:32px;filter:invert(1);mix-blend-mode:screen}.footer-columns .social-links a[aria-label=LinkedIn] img{filter:grayscale(1);mix-blend-mode:normal}.footer-columns a{color:#fff}.footer-columns .social-links a{min-height:44px}.copyright{padding-top:32px;margin-bottom:0;font-size:13px}.content-prose{max-width:65ch;margin:auto;color:var(--muted);font-size:var(--body-size);line-height:1.6}.content-prose p{margin:0 0 16px}.content-prose h2{margin:48px 0 24px;color:var(--ink);text-align:center}.content-prose h2:first-child{margin-top:0}.content-body{padding-top:32px}.service-page-intro:has(+.content-body){padding-bottom:0}.content-gallery{margin-top:48px}.projects-featured{padding-bottom:8px}.projects-featured article{display:grid;grid-template-columns:1.35fr 1fr;align-items:stretch;background:var(--warm)}.projects-featured-image{display:block;width:100%;min-width:0;aspect-ratio:4 / 3;overflow:hidden}.projects-featured-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .25s ease,opacity .25s ease}.projects-featured-image:hover img{transform:scale(1.01);opacity:.96}.projects-featured-image:focus-visible{outline:3px solid var(--red);outline-offset:3px}.projects-featured-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(38px,5vw,76px)}.projects-featured-copy .red-rule{width:58px;margin:0 0 30px}.projects-featured-copy h1{margin:0 0 28px;font-size:clamp(30px,3vw,48px);line-height:1.12;letter-spacing:-.035em}.projects-featured-copy h1 a{text-decoration:none}.projects-featured-copy>p{margin:0 0 28px;color:var(--muted);font-size:18px;line-height:1.6}.projects-featured-copy .text-link{color:var(--red);font-weight:800;text-underline-offset:6px}.content-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px 32px}.content-card-grid .project-image-link{width:100%;aspect-ratio:4 / 3;overflow:hidden;margin-bottom:24px;background:var(--warm)}.content-card-grid .project-image-link img{display:block;width:100%;height:100%;object-fit:cover;margin:0}.content-card-grid h2{font-size:26px;line-height:1.25;margin:0 0 24px}.content-card-grid p{color:var(--muted)}.estimate-form{display:grid;gap:24px;margin-top:32px}.estimate-form label{display:grid;gap:8px;font-weight:700}.estimate-form input,.estimate-form textarea,.estimate-form select{font:inherit;width:100%;min-width:0;padding:12px;border:1px solid #777;border-radius:0;background:#fff;color:var(--ink)}.estimate-form small{font-weight:400}.enquiry-photos{display:grid;gap:12px;min-width:0}.photo-help{margin:0;font-size:.9rem;line-height:1.5}.photo-file-list{list-style:none;padding:0;margin:0;display:grid;gap:8px}.photo-file-list li{display:flex;align-items:center;gap:16px;justify-content:space-between;border:1px solid #aaa;padding:12px}.photo-file-list li>span{min-width:0;overflow-wrap:anywhere}.photo-file-list small{display:block;margin-top:4px}.photo-remove{flex-shrink:0;min-height:44px;padding:8px 12px;font:inherit;background:#fff;color:var(--ink);border:1px solid currentColor;cursor:pointer}.photo-errors{border-left:3px solid var(--red);background:var(--warm);padding:12px 16px;overflow-wrap:anywhere}.photo-errors p{margin-top:0}.service-supplement{margin-top:32px}.service-supplement h3{margin:32px 0 16px}@media(max-width:760px){.service-supplement{margin-top:24px}}.preview-notice{padding:20px;background:var(--warm);border-left:3px solid var(--red)}@media(max-width:760px){.footer-columns{grid-template-columns:1fr 1fr}.projects-featured article{grid-template-columns:1fr}.projects-featured-copy{padding:32px 24px 38px}.projects-featured-copy .red-rule{margin-bottom:22px}.projects-featured-copy h1{font-size:28px;margin-bottom:20px}.projects-featured-copy>p{font-size:16px;margin-bottom:22px}.content-card-grid{grid-template-columns:1fr}.review-links{flex-direction:column;align-items:center}.content-prose h2{margin-top:32px}.content-body{padding-top:24px}}@media(max-width:480px){.footer-columns{grid-template-columns:1fr}}.gallery-help{text-align:center;color:var(--muted);font-size:14px;margin:0 0 24px}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px 24px}.album-cover .gallery-grid{display:block;max-width:760px;margin:0 auto}.album-cover .gallery-photo img{aspect-ratio:16 / 9}.service-project .gallery-grid figure{margin:0;min-width:0;width:100%}.gallery-photo{display:block;width:100%;border:0;padding:0;background:var(--warm);cursor:zoom-in}.service-project .gallery-photo img{aspect-ratio:3 / 4;object-fit:cover;max-height:none}.gallery-stage{display:block;font-weight:700;color:var(--ink);margin-bottom:4px}.gallery-dialog{width:min(960px,calc(100vw - 32px));max-height:calc(100dvh - 32px);padding:20px;border:0;background:#fff;color:var(--ink);overflow:hidden}.gallery-dialog[open]{display:flex;flex-direction:column}.gallery-dialog::backdrop{background:#000c}.gallery-toolbar,.gallery-controls{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:16px}.gallery-dialog figure{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;margin:16px 0;overflow:hidden}.gallery-dialog img{display:block;flex:1 1 auto;width:auto;max-width:100%;min-height:0;height:auto;max-height:calc(100dvh - 240px);object-fit:contain;margin:0 auto}.gallery-dialog figcaption{flex:0 0 auto;margin:10px 0 0;overflow-wrap:anywhere}.gallery-dialog .button{min-height:44px}.gallery-dialog .button-secondary{min-height:44px;padding:0 22px;border:1.5px solid var(--ink);border-radius:3px;background:#fff;color:var(--ink);font-size:13px}.gallery-dialog .button-secondary:hover{background:var(--warm)}.gallery-dialog .button:focus-visible{outline-color:var(--red)}@media(max-width:760px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 16px}}@media(max-width:480px){.gallery-grid{grid-template-columns:1fr}.gallery-dialog{width:calc(100vw - 24px);max-height:calc(100dvh - 24px);padding:12px;overflow-x:hidden;overflow-y:auto}.gallery-dialog[open]{display:block}.gallery-dialog figure{display:block;min-height:auto;margin:12px 0 16px;overflow:visible}.gallery-dialog img{display:block;width:100%;max-width:100%;min-height:auto;height:auto;max-height:50dvh;object-fit:contain}.gallery-dialog figcaption{display:block;margin:10px 0 0;font-size:14px;line-height:1.4;text-align:left}.gallery-controls{clear:both;margin-top:16px}.gallery-controls .button{flex:0 0 auto;min-width:112px;padding-inline:16px}}.service-page-intro{background:var(--warm)}.breadcrumbs{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;font-size:13px;line-height:1.5;margin-bottom:32px;color:var(--muted)}.breadcrumbs a{text-underline-offset:3px}.service-page-intro h1{max-width:900px;margin:0 auto;font-size:46px;line-height:1.12;letter-spacing:-.035em;text-align:center;text-wrap:balance}.service-page-description{max-width:65ch;margin:32px auto;font-size:var(--body-size);line-height:1.6;color:var(--muted)}.service-page-description p{margin:0}.service-page-description p+p{margin-top:16px}.service-page-actions{display:flex;justify-content:center;align-items:center;gap:16px;flex-wrap:wrap}.service-project h2,.service-next h2,.related-services h2{text-align:center;text-wrap:balance}.service-project .section-intro,.service-next .section-intro{margin-inline:auto}.service-project figure{margin:0 auto 24px;max-width:960px}.service-project img{display:block;width:100%;max-height:620px;object-fit:contain}.service-project figcaption{margin-top:12px;font-size:13px;line-height:1.5;color:var(--muted);text-align:center}.service-project>.text-link{display:block;text-align:center}.project-testimonial{max-width:780px;margin:42px auto 0;padding:32px clamp(24px,5vw,48px);border-left:4px solid var(--red);background:var(--warm)}.project-testimonial p{margin:0;font-size:18px;line-height:1.7;color:var(--ink)}.project-testimonial footer{margin-top:18px;font-size:14px;font-weight:700;color:var(--muted)}.decking-project-showcase{background:#fff}.decking-featured-project{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:stretch;padding-block:64px}.decking-featured-media,.decking-featured-media>div,.decking-featured-media .project-gallery,.decking-featured-media .gallery-grid,.decking-featured-media .gallery-grid>figure,.decking-featured-media .gallery-photo{height:100%}.decking-featured-media .gallery-grid>figure{margin:0}.decking-featured-media .gallery-photo img{display:block;width:100%;height:100%;min-height:520px;object-fit:cover}.decking-featured-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(40px,6vw,88px);background:var(--warm)}.decking-featured-copy .red-rule{margin-bottom:28px}.decking-featured-copy h2{margin:0 0 28px;font-size:clamp(34px,3vw,50px);line-height:1.12;letter-spacing:-.03em}.decking-featured-copy p{margin:0 0 32px;color:var(--muted);font-size:18px;line-height:1.65}.decking-featured-copy .text-link{align-self:flex-start}.project-title-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;padding:0;background:transparent;color:inherit;font:inherit;line-height:inherit;letter-spacing:inherit;text-align:inherit;cursor:pointer}.project-title-button:hover,.project-title-button:focus-visible{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:5px}.bathroom-project-showcase .decking-featured-media{background:var(--warm)}.bathroom-project-showcase .decking-featured-media .gallery-photo img{object-fit:contain}.bathroom-page-hero{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);padding-block:0;align-items:stretch}.bathroom-page-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(48px,6vw,92px);background:var(--warm)}.bathroom-page-hero-copy .breadcrumbs{margin-bottom:40px}.bathroom-page-hero-copy .red-rule{margin-bottom:28px}.bathroom-page-hero-copy h1{margin:0 0 28px;font-size:clamp(42px,4vw,64px);line-height:1.06;letter-spacing:-.04em}.bathroom-page-hero-copy .service-page-description{max-width:650px;margin:0}.bathroom-page-hero-copy .service-page-actions{justify-content:flex-start;margin-top:30px}.fencing-page-hero .service-hero-image-button{grid-column:1;grid-row:1}.fencing-page-hero .bathroom-page-hero-copy{grid-column:2;grid-row:1}.service-hero-image-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;height:100%;min-width:0;padding:0;border:0;background:transparent;cursor:pointer;overflow:hidden}.service-hero-image-button img{display:block;width:100%;height:100%;min-height:680px;object-fit:cover;object-position:center;transition:transform .25s ease}.pre-sale-page-hero .service-hero-image-button img{object-position:center}.service-hero-image-button:hover img{transform:scale(1.015)}.service-hero-image-button:focus-visible{outline:3px solid var(--red);outline-offset:-3px}.bathroom-faq-feature{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);padding-block:64px;align-items:stretch}.bathroom-faq-copy{padding:clamp(42px,6vw,88px);background:var(--warm)}.bathroom-faq-copy .red-rule{margin-bottom:28px}.bathroom-faq-copy h2{margin:0 0 38px;font-size:clamp(34px,3vw,50px);line-height:1.12;letter-spacing:-.03em}.bathroom-faq-copy .service-supplement{max-width:none;margin:0}.bathroom-faq-copy .service-supplement h3{margin-top:30px}.bathroom-faq-copy .service-supplement h3:first-child{margin-top:0}.bathroom-faq-project-link{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;min-width:0;width:100%;height:100%;padding:0;border:0;background:transparent;overflow:hidden;cursor:pointer}.bathroom-faq-project-link img{display:block;width:100%;height:100%;min-height:760px;object-fit:cover;object-position:center;transition:transform .25s ease}.bathroom-faq-project-link:hover img{transform:scale(1.015)}.bathroom-faq-project-link:focus-visible{outline:3px solid var(--red);outline-offset:-3px}.decking-project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:56px 32px;padding-top:24px}.decking-project-card .gallery-grid>figure{margin:0 0 24px}.decking-project-card .gallery-photo img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:contain;background:var(--warm)}.decking-project-card h2{margin:0 0 18px;font-size:28px;line-height:1.2;letter-spacing:-.025em}.decking-project-card p{margin:0 0 22px;color:var(--muted);font-size:16px;line-height:1.6}@media(max-width:760px){.decking-featured-project{grid-template-columns:1fr;padding-block:32px}.decking-featured-media .gallery-photo img{min-height:0;aspect-ratio:4 / 3}.decking-featured-copy{padding:36px 24px 40px}.decking-featured-copy h2{font-size:32px}.decking-project-grid{grid-template-columns:1fr;gap:44px;padding-top:8px}.bathroom-faq-feature{grid-template-columns:1fr;padding-block:32px}.bathroom-faq-copy{padding:36px 24px 40px}.bathroom-faq-copy h2{font-size:32px}.bathroom-faq-project-link img{min-height:0;height:auto;object-fit:contain}.bathroom-page-hero{grid-template-columns:1fr}.fencing-page-hero .service-hero-image-button{grid-column:1;grid-row:1}.fencing-page-hero .bathroom-page-hero-copy{grid-column:1;grid-row:2}.bathroom-page-hero-copy{padding:36px 24px 42px}.bathroom-page-hero-copy .breadcrumbs{margin-bottom:28px}.bathroom-page-hero-copy h1{font-size:40px}.service-hero-image-button img{min-height:0;height:auto;object-fit:contain}}.service-next{background:var(--warm);text-align:center}.service-page-intro+.service-next{background:#fff}.related-services .service-card{gap:16px}@media(max-width:760px){.service-page-intro h1{font-size:32px;line-height:1.15;letter-spacing:-.025em}.service-page-description{margin-block:24px 32px}.service-page-actions{flex-direction:column;gap:20px}.service-page-actions .button{max-width:100%;font-size:13px;min-height:48px;padding-inline:16px;text-align:center}.breadcrumbs{margin-bottom:24px}}
