:root{--ink:#1d241b;--paper:#fcfcf7;--green:#caff50;--blue:#b0b9f2;--line:#d9dccf;--muted:#5a6254;--white:#fff;--radius:22px;font-family:'DM Sans',Arial,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0}a{color:inherit}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}a,button{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #4c56b6;outline-offset:5px}button,input,select,textarea{color:var(--ink)}img{display:block;max-width:100%}.wrap{width:min(1280px,calc(100% - 96px));margin-inline:auto}.skip{position:absolute;z-index:10;left:20px;top:-100px;background:var(--ink);color:white;padding:14px}.skip:focus{top:10px}.site-header{height:108px;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{font-family:'Space Grotesk',Arial,sans-serif;font-weight:700;font-size:29px;letter-spacing:-1.6px;text-decoration:none;white-space:nowrap}.brand-dot{display:inline-flex;vertical-align:top;margin:2px 0 0 5px;font-family:'DM Sans',sans-serif;font-size:12px;letter-spacing:0;gap:4px}.brand-dot small{font-size:12px;margin-top:25px;margin-left:-22px;font-weight:500}nav{display:flex;align-items:center;gap:32px}nav>a:not(.button){font-size:14px;font-weight:600;text-decoration:none}nav>a:hover:not(.button){text-decoration:underline;text-underline-offset:6px}.button{display:inline-flex;gap:28px;align-items:center;justify-content:center;min-height:54px;padding:15px 24px;border:1px solid var(--ink);border-radius:8px;font-weight:600;text-decoration:none;transition:transform .2s,background .2s;font-size:16px}.button:hover{transform:translateY(-2px)}.button.dark{background:var(--ink);color:var(--paper)}.button.dark:hover{background:#35422e}.button.small{min-height:46px;padding:11px 19px;font-size:14px}.button span{font-size:23px;font-weight:400}.hero{position:relative;background:var(--green);border-radius:24px;display:grid;grid-template-columns:1.05fr 1fr;overflow:hidden;min-height:618px}.hero-copy{padding:52px 0 46px 52px;position:relative;z-index:1}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.6px;margin:0 0 23px;line-height:1.5}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:'Space Grotesk',Arial,sans-serif}h1{font-size:clamp(56px,5.6vw,81px);line-height:.99;letter-spacing:-5px;font-weight:700;margin-bottom:26px}h1 em{font-style:normal;text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:9px}.hero-description{font-size:20px;line-height:1.5;margin-bottom:28px}.hero-note{font-size:13px;margin:15px 0 0}.hero-art{position:relative;margin:28px 28px 28px 20px;min-width:0;border-radius:18px;background:var(--blue);display:grid;place-items:center;overflow:visible}.price-statement{text-align:center;padding:30px}.price-statement>span{font-size:12px;letter-spacing:1px;font-weight:700}.price-statement>strong{display:block;font-family:'Space Grotesk',sans-serif;font-size:120px;letter-spacing:-8px;line-height:1.4}.price-statement strong span{font-size:25px;letter-spacing:-1px}.price-statement p{line-height:1.6;font-size:19px}.price-badge{position:absolute;right:-10px;bottom:35px;border:2px solid var(--ink);border-radius:50%;background:var(--paper);width:128px;height:128px;display:flex;flex-direction:column;justify-content:center;align-items:center;transform:rotate(12deg);box-shadow:4px 4px 0 var(--ink)}.price-badge strong{font-family:'Space Grotesk',sans-serif;font-size:46px;letter-spacing:-3px;line-height:1.1}.price-badge span{font-size:11px;line-height:1.2;font-weight:700;text-align:center;letter-spacing:1px}.fact-strip{border-bottom:1px solid var(--line);margin-top:24px}.facts{display:flex;align-items:center;justify-content:space-between;gap:22px;padding-block:28px}.facts p{font-size:14px;margin:0}.facts strong{font-weight:600}.facts>span{font-size:27px}.quote-section{padding-block:90px;display:grid;grid-template-columns:1fr 1.2fr;gap:70px}.section-heading h2{font-size:52px;line-height:1.04;letter-spacing:-2.5px;margin-bottom:24px}.section-heading>p:not(.eyebrow){max-width:360px;color:var(--muted);line-height:1.7;font-size:17px}.quote-intro{background:#edf0e5;border-radius:var(--radius);padding:44px}.quote-intro strong{font-family:'Space Grotesk',sans-serif;font-size:36px;letter-spacing:-1.5px}.quote-intro p:not(.eyebrow){line-height:1.7;margin-top:25px}.text-link{font-weight:600;text-underline-offset:5px}footer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:38px;border-top:1px solid var(--line)}footer .brand{font-size:24px}footer p{font-size:14px;color:var(--muted);margin:0}footer>a:last-child{font-size:14px;font-weight:600;text-underline-offset:5px}@media(min-width:1500px){h1{font-size:81px}}@media(max-width:1050px){.wrap{width:calc(100% - 48px)}.hero-copy{padding:38px 0 38px 36px}h1{font-size:64px;letter-spacing:-3.5px}.hero-art{margin:20px}.hero{min-height:575px}.facts{gap:16px;flex-wrap:wrap}.facts p{font-size:13px}.facts>span{display:none}.quote-section{gap:40px}.brand{font-size:26px}nav{gap:22px}}@media(max-width:760px){.wrap{width:calc(100% - 32px)}.site-header{height:88px;gap:14px}.brand{font-size:24px;letter-spacing:-1.2px}.brand-dot{display:none}nav{gap:0}nav>a:not(.button){display:none}.button.small{padding:10px 14px;gap:13px}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{padding:34px 28px 20px}h1{font-size:clamp(54px,10vw,76px);line-height:1.01;letter-spacing:-3.5px}.hero-description{font-size:18px}.hero-art{min-height:310px;margin:10px 20px 25px}.price-statement>strong{font-size:90px;line-height:1.2}.price-badge{width:105px;height:105px;right:5px;bottom:15px}.price-badge strong{font-size:38px}.hero-note{margin-top:16px}.facts{justify-content:center;text-align:center;flex-direction:column;gap:12px;padding-block:20px}.facts p{font-size:14px}.quote-section{grid-template-columns:1fr;padding-block:60px;gap:26px}.section-heading h2{font-size:43px}.section-heading>p:not(.eyebrow){max-width:440px}.quote-intro{padding:28px}.quote-intro strong{font-size:30px}footer{flex-wrap:wrap;justify-content:space-between;padding-block:30px}footer p{order:3;width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
.brand-dot small{margin-left:0}.hero-art{background:#4489f3;overflow:visible}.hero-art>img{width:100%;height:100%;object-fit:cover;border-radius:18px;position:absolute;inset:0}.art-caption{position:absolute;left:18px;top:18px;background:rgba(252,252,247,.93);padding:7px 11px;border-radius:4px;font-size:12px;font-weight:500}.price-badge{bottom:30px}.gallery{padding-block:80px 68px}.gallery-heading,.quote-heading{display:flex;justify-content:space-between;align-items:end;gap:32px;margin-bottom:32px}.gallery-heading h2,.quote-heading h2,.faq h2{font-size:40px;line-height:1.1;letter-spacing:-1.8px;margin-bottom:0}.gallery-heading .eyebrow{margin-bottom:14px}.gallery-heading .text-link{font-size:14px;white-space:nowrap}.gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}figure{margin:0}.gallery-image{position:relative;overflow:hidden;border-radius:16px}.gallery-image img{width:100%;height:300px;object-fit:cover;transition:transform .45s}.gallery-image:hover img{transform:scale(1.035)}.image-label{position:absolute;bottom:18px;left:18px;background:var(--paper);font-size:11px;letter-spacing:1px;font-weight:700;padding:9px 12px;border-radius:4px}figcaption h3{font-size:23px;letter-spacing:-.6px;margin:20px 0 7px}figcaption p{font-size:15px;color:var(--muted);line-height:1.55;margin-bottom:0}.gallery-note{font-size:12px;color:var(--muted);line-height:1.6;margin:24px 0 0}.quote-area{background:#eaf0df;border-block:1px solid #d6dec8;padding-block:72px 78px}.quote-heading{align-items:center;margin-bottom:38px}.quote-heading .eyebrow{margin-bottom:14px}.quote-heading>p{font-size:16px;line-height:1.7;color:var(--muted);margin-bottom:0;max-width:400px}.quote-layout{display:grid;grid-template-columns:1.12fr 1fr;gap:36px;align-items:start}.quote-form{background:var(--paper);border:1px solid #d4ddc8;border-radius:18px;padding:32px}fieldset{padding:0;border:0;margin:0 0 28px;min-width:0}fieldset:last-child{margin-bottom:0}legend{display:flex;gap:12px;align-items:center;font-family:'Space Grotesk',sans-serif;font-size:21px;font-weight:600;letter-spacing:-.6px;width:100%;margin-bottom:22px}legend>span{font-size:12px;letter-spacing:0;display:grid;place-items:center;background:var(--green);border:1px solid #b3d466;border-radius:50%;width:29px;height:29px;flex-shrink:0}label{display:block;font-size:14px;font-weight:500}select,input[type=number],textarea{display:block;background:var(--white);border:1px solid #cdd1c3;border-radius:7px;width:100%;padding:12px;margin-top:8px;font-size:15px;min-height:46px}select{padding-right:30px;text-overflow:ellipsis}textarea{resize:vertical;line-height:1.5;max-height:400px}input[readonly]{background:#f0f2e9;color:#606653}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:16px}.dimensions{grid-template-columns:1fr 16px 1fr;align-items:center;gap:10px;margin-bottom:10px}.dimensions>span{padding-top:26px;color:var(--muted);text-align:center}.field-hint{font-size:12px;line-height:1.6;color:var(--muted);margin:10px 0 0}.delivery-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}.choice{display:flex;align-items:center;gap:9px;padding:13px 10px;border:1px solid #cdd1c3;border-radius:7px;background:#fff;cursor:pointer}.choice:has(input:checked){background:#edffc8;border-color:#71884b}.choice input{accent-color:var(--ink);width:17px;height:17px;flex-shrink:0;margin:0}.choice strong{display:block;font-size:14px}.choice small{display:block;margin-top:3px;font-size:12px;font-weight:400;color:var(--muted)}.delivery-options+.field-hint{margin-bottom:22px}.optional{font-weight:400;color:var(--muted)}.estimate-card{border:1px solid #c7d0bb;background:var(--paper);border-radius:18px;padding:30px;position:sticky;top:24px;box-shadow:0 5px 0 #dde5d1}.estimate-header{display:flex;align-items:center;justify-content:space-between;gap:14px}.estimate-header h3{font-size:19px;letter-spacing:-.65px;line-height:1.25;margin:0}.estimate-tag{font-size:10px;font-weight:700;letter-spacing:1px;background:var(--green);padding:5px 8px;border-radius:4px;flex-shrink:0}.sheet-area{margin:28px 0 23px;display:flex;align-items:center;justify-content:center;gap:46px;background:#f0f2e9;border-radius:11px;padding:29px 16px 23px}.sheet-diagram-wrap{position:relative;width:108px;flex-shrink:0;padding-top:16px}.sheet-preview{width:108px;aspect-ratio:4/7;background:white;box-shadow:0 3px 9px #1921111c;position:relative;border:1px solid #c6ccb8}.sheet-width{position:absolute;top:-5px;text-align:center;width:100%;font-size:11px;color:var(--muted)}.sheet-height{position:absolute;left:100%;top:50%;width:58px;text-align:center;transform:rotate(90deg);transform-origin:18px 50%;font-size:11px;color:var(--muted)}.layout-sticker{position:absolute;border:1px solid #526043;background:#caff50;border-radius:3px}.layout-sticker.circle{border-radius:50%}.layout-sticker.contour,.layout-sticker.rounded{border-radius:22%}.sheet-facts{max-width:160px}.sheet-facts>strong{font-family:'Space Grotesk',sans-serif;font-size:27px;letter-spacing:-1px;display:block;line-height:1.2}.sheet-facts>span{font-size:12px}.sheet-facts p{font-size:12px;line-height:1.65;margin:17px 0 0;color:var(--muted)}.price-row{display:flex;justify-content:space-between;gap:15px;margin-bottom:13px;line-height:1.5;font-size:14px}.price-row strong{text-align:right;font-weight:600}.price-row.total{margin:20px 0 0;padding-top:18px;border-top:1px dashed #b3bba6;align-items:center;font-weight:500}.price-row.total strong{font-family:'Space Grotesk',sans-serif;font-size:43px;letter-spacing:-2px;line-height:1.1}.price-row.total strong span{font:400 11px 'DM Sans',sans-serif;letter-spacing:0}.estimate-disclaimer{font-size:12px;line-height:1.65;color:var(--muted);margin:21px 0}.email-button{width:100%;gap:20px;font-size:15px}.copy-button{background:transparent;border:0;text-decoration:underline;text-underline-offset:4px;text-align:center;display:block;width:100%;margin-top:18px;font-size:13px;font-weight:500;padding:4px 0}.send-note{font-size:11px;text-align:center;line-height:1.6;color:var(--muted);margin:17px 0 0}.copy-status{font-size:12px;line-height:1.5;text-align:center;margin:12px 0 0}.copy-status:empty{display:none}.request-details{font-size:12px;color:var(--muted);margin-top:18px}.request-details summary{cursor:pointer}.request-details textarea{font-size:12px;font-family:monospace}.quote-error{border:1px solid #d3a079;background:#fff2e6;color:#713a13;padding:14px;border-radius:8px;line-height:1.6;font-size:14px;margin:0}.story{display:grid;grid-template-columns:1fr 1.1fr;gap:100px;padding-block:95px 74px}.story h2{font-size:53px;line-height:1.07;letter-spacing:-2.5px;margin-bottom:25px}.story-aside{font-size:13px;line-height:1.8;color:var(--muted);border-left:2px solid #afc886;padding-left:17px}.story-aside strong{font-weight:500}.story-copy{padding-top:38px;font-size:17px;line-height:1.7;color:var(--muted)}.story-copy p{margin-bottom:22px}.story-copy .story-lead{font-family:'Space Grotesk',sans-serif;color:var(--ink);font-size:25px;letter-spacing:-.6px;line-height:1.35}.story-copy .story-signoff{font-size:16px;font-weight:500;color:var(--ink);margin:26px 0 0}.how-it-works{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;border-block:1px solid var(--line);padding-block:36px}.how-it-works article{padding-right:24px}.how-it-works article+article{border-left:1px solid var(--line);padding-left:30px}.how-it-works span{font-size:11px;letter-spacing:1px;font-weight:600}.how-it-works h3{font-size:23px;letter-spacing:-.65px;margin:16px 0 12px}.how-it-works p{font-size:15px;line-height:1.7;color:var(--muted);margin:0}.faq{display:grid;grid-template-columns:.9fr 1.3fr;gap:70px;padding-block:80px}.faq .eyebrow{margin-bottom:16px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list details:first-child{border-top:1px solid var(--line)}.faq-list summary{font-size:16px;font-weight:500;list-style:none;display:flex;justify-content:space-between;gap:22px;padding-block:23px;cursor:pointer;line-height:1.5}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{font-size:23px;line-height:1}.faq-list details[open] summary>span{transform:rotate(45deg)}.faq-list p{font-size:15px;line-height:1.7;color:var(--muted);padding-right:24px;margin:0 0 22px}.no-script{padding:25px;background:white;font-size:16px;line-height:1.6}[hidden]{display:none!important}
@media(max-width:1100px){.quote-layout{gap:24px}.quote-form,.estimate-card{padding:25px}.form-row{gap:12px}.gallery-heading{align-items:start}.gallery-heading h2{max-width:500px}.story{gap:60px}.sheet-area{gap:32px}.sheet-facts>strong{font-size:25px}.sheet-facts{max-width:120px}.estimate-header{flex-wrap:wrap}.quote-heading h2{font-size:37px}.quote-heading>p{max-width:330px}.choice{padding:12px 9px}.choice strong{font-size:13px}}
@media(min-width:761px) and (max-width:900px){h1{font-size:55px;letter-spacing:-3px}.hero-copy{padding-left:30px}.hero-description{font-size:18px}.hero-copy>.button{gap:12px;padding-inline:18px}.hero{min-height:575px}.hero-art{margin-left:12px}.art-caption{left:10px;right:10px;top:12px;text-align:center;font-size:11px}.quote-layout{grid-template-columns:1fr 1fr;gap:18px}.quote-form,.estimate-card{padding:22px}.form-row:not(.dimensions){grid-template-columns:1fr;gap:16px}.delivery-options{grid-template-columns:1fr}.sheet-area{gap:27px;padding-inline:8px}.sheet-facts p{display:none}.sheet-facts>strong{font-size:22px}.estimate-header h3{font-size:19px}.email-button{padding-inline:12px;gap:12px}.quote-heading{align-items:start}.quote-heading>p{max-width:275px;font-size:15px}.gallery-heading h2{font-size:35px}.gallery-heading .text-link{white-space:normal;max-width:150px}.story h2{font-size:44px}.story{gap:38px}.faq{gap:35px}}
@media(max-width:760px){.hero-art{height:350px;min-height:0}.hero-art>img{object-fit:cover}.art-caption{font-size:11px;top:12px;left:12px}.gallery{padding-block:52px 45px}.gallery-heading,.quote-heading{display:block;margin-bottom:26px}.gallery-heading h2,.quote-heading h2,.faq h2{font-size:35px}.gallery-heading .text-link{display:inline-block;margin-top:22px}.gallery-grid{gap:26px;grid-template-columns:1fr}.gallery-image img{height:auto;aspect-ratio:4/3}.gallery-note{font-size:12px}.quote-area{padding-block:50px}.quote-heading>p{margin-top:18px;max-width:none}.quote-layout{grid-template-columns:1fr;gap:22px}.quote-form,.estimate-card{padding:25px}.estimate-card{position:static}.estimate-header{flex-wrap:nowrap}.sheet-area{gap:50px}.sheet-facts{max-width:160px}.sheet-facts>strong{font-size:27px}.form-row{gap:15px}.choice strong{font-size:14px}.story{grid-template-columns:1fr;gap:28px;padding-block:60px 42px}.story h2{font-size:44px}.story-copy{padding-top:0;font-size:16px}.story-copy .story-lead{font-size:24px}.story-aside{font-size:13px}.how-it-works{grid-template-columns:1fr;gap:0;padding-block:0}.how-it-works article{padding:26px 0}.how-it-works article+article{border-left:0;border-top:1px solid var(--line);padding-left:0}.how-it-works h3{margin-top:12px}.faq{grid-template-columns:1fr;gap:28px;padding-block:54px}.faq-list summary{font-size:15px;padding-block:22px}.faq-list p{font-size:14px}.brand-dot small{display:none}.hero-copy .eyebrow{font-size:11px}.price-badge{right:4px;bottom:16px}}
@media(max-width:380px){.hero-copy{padding-inline:22px}h1{font-size:49px;letter-spacing:-2.7px}.hero-description{font-size:17px}.hero-copy .button{font-size:14px;gap:18px;padding-inline:18px}.site-header .brand{font-size:21px}.site-header .button.small{font-size:12px;min-height:42px}.quote-form,.estimate-card{padding:20px}.form-row:not(.dimensions){grid-template-columns:1fr}.delivery-options{grid-template-columns:1fr}.estimate-header{flex-wrap:wrap}.sheet-area{gap:34px}.sheet-facts>strong{font-size:24px}}

/* Local service content. */
.local-area{display:grid;grid-template-columns:1fr 1.1fr;gap:70px;padding-block:70px;border-bottom:1px solid var(--line)}.local-area h2{font-size:40px;line-height:1.12;letter-spacing:-1.8px;margin-bottom:0}.local-copy p{font-size:16px;line-height:1.75;color:var(--muted);margin-bottom:19px}.local-copy .text-link{display:inline-block;margin-top:5px;font-size:15px}@media(max-width:1050px){.local-area{gap:40px}.local-area h2{font-size:35px}}@media(max-width:760px){.local-area{grid-template-columns:1fr;gap:26px;padding-block:50px}.local-area h2{font-size:34px}.local-copy p{font-size:16px}footer p{line-height:1.6}}
