@keyframes mobileMenuScreenIn{0%{opacity:0;transform:translateY(-8px) scale(.992)}}@keyframes mobileMenuItemIn{0%{opacity:0;transform:translateY(8px)}}:root{--pg-font-body:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--pg-font-title:Georgia, "Times New Roman", serif;--pg-color-ink:var(--ink, #07111a);--pg-color-ivory:var(--ivory, #fffaf0);--pg-color-paper:var(--paper, #fffaf0);--pg-color-gold:var(--gold, #d99a2b);--pg-color-gold-bright:#e5a842;--pg-color-gold-deep:#c48720;--pg-color-text-muted-dark:rgba(255, 250, 240, .72);--pg-color-text-muted-light:#5f6875;--pg-color-line-light:rgba(7, 17, 26, .1);--pg-color-success:#1f7a4c;--pg-color-error:#b42318;--pg-surface-dark:radial-gradient(circle at 50% 18%, rgba(17, 54, 78, .15), transparent 44%), linear-gradient(180deg, #031522 0%, #03111c 58%, #020f18 100%);--pg-surface-light:#fffaf0;--pg-surface-card-light:#fffefb;--pg-section-pad-y-mobile:30px;--pg-section-pad-y-tablet:44px;--pg-section-pad-y-desktop:56px;--pg-section-pad-y-wide:64px;--pg-card-title-size-mobile:20px;--pg-card-title-size-desktop:22px;--pg-card-title-line-height:1.15;--pg-card-kicker-size:12px;--pg-card-kicker-letter-spacing:.14em;--pg-section-heading-gap:12px;--pg-section-content-gap:24px;--pg-card-gap:12px;--pg-layout-gap:18px;--pg-shell-width:1160px;--pg-shell-width-wide:1240px;--pg-shell-gutter:48px;--pg-title-size:28px;--pg-title-line-height:28px;--pg-title-weight:900;--pg-eyebrow-size-mobile:10.5px;--pg-eyebrow-size-desktop:13px;--pg-eyebrow-letter-spacing:.3em;--pg-eyebrow-line-width:68px;--pg-eyebrow-line-height:1.5px;--pg-divider-dot-size:12px;--pg-radius-card:12px;--pg-radius-button:10px;--pg-radius-pill:999px;--pg-shadow-button:inset 0 1px 0 rgba(255, 255, 255, .42);--pg-shadow-card-light:0 13px 30px rgba(7, 17, 26, .045), inset 0 1px 0 rgba(255, 255, 255, .86);--pg-focus-ring:0 0 0 3px rgba(229, 168, 66, .28);--pg-button-height-mobile:58px;--pg-button-height-tablet:58px;--pg-button-height-desktop:58px;--pg-button-font-mobile:20px;--pg-button-font-desktop:20px;--pg-button-icon-mobile:28px;--pg-button-icon-tablet:28px;--pg-button-icon-desktop:28px;--pg-button-gap:12px;--pg-button-secondary-border:rgba(7, 17, 26, .18);--pg-button-secondary-background:var(--pg-color-paper);--pg-button-secondary-color:var(--pg-color-ink);--pg-button-ghost-border:rgba(255, 255, 255, .62);--pg-button-ghost-background:rgba(7, 17, 26, .28);--pg-button-ghost-color:var(--pg-color-ivory)}.pg-section{position:relative;overflow:hidden;padding-block:var(--pg-section-pad-y-mobile)}.pg-section--dark{background:var(--pg-surface-dark);color:var(--pg-color-ivory)}.pg-section--light{background:var(--pg-surface-light);color:var(--pg-color-ink)}.pg-section__shell{width:min(var(--pg-shell-width),calc(100% - var(--pg-shell-gutter)));margin-inline:auto}.pg-layout{display:grid;gap:var(--pg-layout-gap)}.pg-layout--two-column{grid-template-columns:minmax(0,1fr)}.pg-eyebrow{display:inline-flex;align-items:center;justify-content:center;gap:clamp(14px,5vw,22px);margin:0;color:var(--pg-color-gold-bright);font-size:var(--pg-eyebrow-size-mobile);font-weight:900;line-height:1.1;letter-spacing:var(--pg-eyebrow-letter-spacing);text-transform:uppercase;text-shadow:0 0 22px rgba(217,154,43,.22);white-space:nowrap}.pg-eyebrow:after,.pg-eyebrow:before{content:"";width:clamp(38px,14vw,var(--pg-eyebrow-line-width));height:var(--pg-eyebrow-line-height);border-radius:var(--pg-radius-pill);background:linear-gradient(90deg,transparent,rgba(217,154,43,.95))}.pg-eyebrow:after{background:linear-gradient(90deg,rgba(217,154,43,.95),transparent)}.pg-title{margin:0;color:var(--pg-color-ink);font-family:var(--pg-font-title);font-size:var(--pg-title-size);font-weight:var(--pg-title-weight);line-height:var(--pg-title-line-height);letter-spacing:0}.pg-section--dark .pg-title{color:#fff3df;text-shadow:0 10px 28px rgba(0,0,0,.24)}.pg-title-divider:after,.pg-title-divider:before{content:"";width:var(--pg-divider-dot-size);height:var(--pg-divider-dot-size);border-radius:var(--pg-radius-pill);background:var(--pg-color-gold-bright);box-shadow:0 0 14px #d99a2b47}.pg-button{display:inline-flex;align-items:center;justify-content:center;gap:var(--pg-button-gap);min-height:var(--pg-button-height-mobile);border:1px solid transparent;border-radius:var(--pg-radius-button);padding:0 18px;font-size:var(--pg-button-font-mobile);font-weight:900;line-height:1.1;letter-spacing:0;text-decoration:none;cursor:pointer}.pg-button--gold{border-color:#bc7914b8;background:linear-gradient(180deg,#ebb649 0%,var(--pg-color-gold) 100%);color:#171006;box-shadow:var(--pg-shadow-button)}.pg-button--secondary{border-color:var(--pg-button-secondary-border);background:var(--pg-button-secondary-background);color:var(--pg-button-secondary-color)}.pg-button--ghost{border-color:var(--pg-button-ghost-border);background:var(--pg-button-ghost-background);color:var(--pg-button-ghost-color);box-shadow:inset 0 1px #ffffff1a}.pg-button--gold .button-icon{width:var(--pg-button-icon-mobile);height:var(--pg-button-icon-mobile)}.pg-card{border-radius:var(--pg-radius-card)}.pg-card-title{margin:0;color:var(--pg-color-ink);font-family:var(--pg-font-body);font-size:var(--pg-card-title-size-mobile);font-weight:900;line-height:var(--pg-card-title-line-height);letter-spacing:0}.pg-card--light{border:1px solid var(--pg-color-line-light);background:var(--pg-surface-card-light);box-shadow:var(--pg-shadow-card-light)}@media (min-width:720px){:root{--pg-section-heading-gap:14px;--pg-section-content-gap:30px;--pg-layout-gap:24px;--pg-shell-gutter:48px}.pg-section{padding-block:var(--pg-section-pad-y-tablet)}.pg-eyebrow{font-size:var(--pg-eyebrow-size-desktop)}.pg-card-title{font-size:var(--pg-card-title-size-desktop)}.pg-button{min-height:var(--pg-button-height-tablet);font-size:var(--pg-button-font-desktop)}.pg-button--gold .button-icon{width:var(--pg-button-icon-tablet);height:var(--pg-button-icon-tablet)}}@media (min-width:1024px){:root{--pg-layout-gap:32px;--pg-shell-gutter:64px}.pg-section{padding-block:var(--pg-section-pad-y-desktop)}.pg-layout--two-column{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center}.pg-button{min-height:var(--pg-button-height-desktop)}.pg-button--gold .button-icon{width:var(--pg-button-icon-desktop);height:var(--pg-button-icon-desktop)}}@media (min-width:1366px){:root{--pg-shell-gutter:88px}.pg-section{padding-block:var(--pg-section-pad-y-wide)}}@media (min-width:1920px){.pg-section__shell{width:min(var(--pg-shell-width-wide),calc(100% - var(--pg-shell-gutter)))}}:root{color-scheme:light;background:var(--paper);color:var(--ink);font-family:var(--pg-font-body);-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body,html{overflow-x:clip}html{scroll-behavior:smooth}body{margin:0;min-width:320px;max-width:100%;background:var(--paper);color:var(--ink)}@supports not (overflow:clip){body,html{overflow-x:hidden}}body::-moz-selection{background:#d99a2b47}body::selection{background:#d99a2b47}a{color:inherit}img{display:block;max-width:100%;height:auto}button,input,select{font:inherit}.skip-link{position:fixed;top:-80px;left:12px;z-index:1000;border-radius:8px;background:var(--gold);color:var(--ink);padding:10px 14px;text-decoration:none;font-weight:800}.skip-link:focus{top:12px}.shell{width:min(var(--pg-shell-width),calc(100% - var(--pg-shell-gutter)));margin-inline:auto}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:14px}.desktop-nav{display:none;align-items:center;gap:4px}.desktop-nav a,.market-pill{border-radius:8px;padding:10px 11px;font-size:13px;font-weight:750;text-decoration:none}.header-actions{display:flex;align-items:center;gap:8px}.market-pill{display:none}.button,.call-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;border:1px solid transparent;border-radius:8px;padding:0 18px;background:var(--gold);color:#181108;font-size:15px;font-weight:900;letter-spacing:0;text-decoration:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease}.icon{display:inline-block;width:1em;height:1em;flex:0 0 auto}.button-icon{width:20px;height:20px}.button:hover,.call-button:hover{transform:translateY(-1px);box-shadow:0 12px 26px #0000002e}.button.primary{border-color:#bc7914b8;background:linear-gradient(180deg,#ebb649 0%,var(--pg-color-gold) 100%);color:#171006;box-shadow:var(--pg-shadow-button)}.button.secondary{border-color:#07111a2e;background:var(--paper);color:var(--ink)}.button.ghost{border-color:#ffffff9e;background:#07111a47;color:var(--ivory);box-shadow:inset 0 1px #ffffff1a}.hero{position:relative;overflow:hidden;background:var(--ink);color:var(--ivory)}.hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:#ffffff29}h1,h2,p{overflow-wrap:anywhere}h1,h2{margin:0;letter-spacing:0;font-family:var(--pg-font-title)}h1{font-size:clamp(36px,9.5vw,74px);line-height:1.02;max-width:11.8ch}h2{font-size:clamp(30px,7vw,48px);line-height:1.08}.hero-lead{max-width:680px;margin:18px 0 0;color:#fffaf0e0;font-size:18px;line-height:1.58}.check-list{display:grid;gap:11px;margin:22px 0 0;padding:0;list-style:none}.check-list li{position:relative;padding-left:28px;line-height:1.48}.check-list li:before{content:"";position:absolute;top:.55em;left:0;width:13px;height:8px;border-left:2px solid var(--gold);border-bottom:2px solid var(--gold);transform:rotate(-45deg)}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.contact-panel,.service-area-card{border:1px solid rgba(7,17,26,.1);border-radius:8px;background:var(--paper);box-shadow:0 18px 40px #07111a14}.section{padding:var(--pg-section-pad-y-mobile)0}.two-column{display:grid;gap:24px}.contact-panel p{color:#52606c}.service-area-card p{color:#52606c;line-height:1.68}.safe-note{margin-top:18px;border-left:3px solid var(--gold);padding:12px 14px;background:#fff7e6;color:#5c430f;font-weight:750}.service-area-card{display:grid;gap:22px;padding:22px}.area-form,.callback-form{display:grid;gap:14px}.callback-form{border:1px solid rgba(7,17,26,.1);border-radius:8px;padding:20px;background:var(--paper);color:var(--ink);box-shadow:0 18px 40px #07111a14}.form-head h2,.form-head p{margin:0}.form-head{grid-column:1/-1}.form-head p:last-child{color:#52606c;line-height:1.5}label{display:grid;gap:7px;color:#2e3b46;font-size:14px;font-weight:850}input,select{width:100%;min-height:46px;border:1px solid #cfd6dc;border-radius:8px;padding:0 12px;background:#fff;color:var(--ink)}input:focus,select:focus{outline:3px solid rgba(217,154,43,.55);outline-offset:3px}.check{display:flex;align-items:center;gap:10px}.check input{width:18px;min-height:18px}.wide{grid-column:1/-1}.form-status{min-height:22px;margin:0;color:#52606c;font-size:14px;font-weight:800}.compact-hero{background:var(--ink)}.compact-hero-inner{padding:72px 0}.compact-hero h1{max-width:12.5ch}.contact-panel{padding:22px}.align-start{align-items:start}.sticky-call:before{content:"";position:absolute;top:0;right:10px;left:10px;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(224,160,42,.9),transparent)}.site-footer{position:relative;overflow:hidden}.site-footer:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.05),transparent 28%),linear-gradient(180deg,rgba(255,255,255,.08),transparent 18%)}.site-footer>.shell{position:relative;z-index:1}.footer-call-copy{gap:7px}.footer-call-card h2{max-width:15ch}.footer-call-card p:not(.eyebrow){font-weight:650;grid-column:1/-1;max-width:13.5em;margin:18px 0 0;color:#fffaf0c7;font-size:22px;line-height:1.32}.footer-actions .button{width:100%}.footer-grid{margin-top:24px}.footer-links h2{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.footer-link-list a{transition:color .15s ease,transform .15s ease}.footer-link-list a:hover{transform:translate(2px)}.footer-bottom{flex-wrap:wrap}@media (max-width:719px){.site-footer{margin-bottom:calc(-112px - env(safe-area-inset-bottom))}.footer-services .footer-link-list{-moz-column-gap:14px;column-gap:14px}h1{max-width:15ch;font-size:30px;line-height:1.06}.hero-lead{max-width:26ch;font-size:14px;line-height:1.34}.call-button span:last-child{font-size:0}.call-button span:last-child:after{content:"Call";font-size:13px}.call-button{padding:0 12px}.hero-actions .button{width:100%}}@media (min-width:720px){.shell{width:min(var(--pg-shell-width),calc(100% - var(--pg-shell-gutter)))}.section{padding:var(--pg-section-pad-y-tablet)0}.hero{background:linear-gradient(90deg,#07111afa,#07111ad9 52%,#07111a9e),url(/media/services/patio-door-service-setup.jpg)center/cover no-repeat}.compact-hero{background:linear-gradient(90deg,#07111af7,#07111ab8),url(/media/services/roller-track-closeup.jpg)center/cover no-repeat}.market-pill{display:inline-flex}.two-column{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.callback-form{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-actions{justify-content:end}.footer-actions .button{width:auto;min-width:178px}}@media (min-width:980px){.section{padding:var(--pg-section-pad-y-desktop)0}}@media (min-width:1366px){.section{padding:var(--pg-section-pad-y-wide)0}}.site-header .call-button{padding-inline:16px}@media (min-width:980px){.header-inner{min-height:70px}.desktop-nav{gap:12px}.desktop-nav a{padding-inline:6px;font-size:13px}}html.menu-open,html.menu-open body{overflow:hidden}.site-header{border-bottom:1px solid rgba(7,17,26,.1)}.header-inner{min-height:74px}.desktop-nav a,.market-pill{color:#33414d}.desktop-nav a:hover,.market-pill:hover{color:var(--ink);background:#d99a2b1a}.site-header .call-button{border-color:#a7660a6b}.menu-button,.mobile-menu nav a{border-radius:8px;color:var(--ink)}.menu-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(7,17,26,.14);background:#fffdf7;cursor:pointer;display:inline-grid;width:48px;height:48px;place-items:center;box-shadow:0 10px 20px #07111a14}.mobile-menu{position:fixed;inset:74px 0 auto;z-index:99;padding:12px 0 18px;background:#fffdf7fa;border-bottom:1px solid rgba(7,17,26,.1);box-shadow:0 22px 44px #07111a29}.mobile-menu[hidden]{display:none}.mobile-menu nav{display:grid;gap:8px}.mobile-menu nav a{display:flex;align-items:center;min-height:48px;border:1px solid rgba(7,17,26,.09);padding:0 14px;background:#fff;font-weight:850;text-decoration:none}.home-hero-media:after,.home-how-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(7,17,26,.54));pointer-events:none}.home-proof-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.18),transparent 34%,rgba(0,0,0,.42));pointer-events:none}.home-step-list li+li:before{content:"";position:absolute;top:-24px;bottom:calc(100% - 10px);left:21px;width:2px;background:#d99a2b}.home-area-map:after,.home-area-map:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.home-area-map:before{inset:58px 28px 70px;border:4px solid rgba(255,255,255,.78)}.home-area-map:after{top:50%;left:50%;width:34px;height:34px;border:8px solid #07111a;background:var(--gold);transform:translate(-50%,-50%) rotate(45deg)}.site-footer:before,.sticky-call:before{display:none}.footer-call-card{border-color:#07111a1a}.footer-call-icon{display:grid;place-items:center}.footer-actions .footer-callback-button{border-color:#ffffff7a}.footer-proof-list li{display:flex;align-items:center;gap:10px;color:#33414d;font-weight:760}.footer-grid{border-top-color:#07111a1a}.footer-link-list a{justify-content:space-between}.footer-link-list a:after{color:var(--ink);font-size:24px;line-height:1}.footer-areas ul,.footer-bottom,.footer-proof-list li{justify-content:center}@media (max-width:719px){.shell{width:min(var(--pg-shell-width),calc(100% - var(--pg-shell-gutter)))}.header-inner{gap:8px}.footer-services{grid-column:auto}}@media (min-width:720px){.menu-button{display:inline-grid}.footer-proof-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:980px){.menu-button{display:none}.desktop-nav{display:flex}}@media (max-width:719px){.site-header{border-bottom-color:#07111a1a;background:#fffdf7f5}.menu-button,.site-header .call-button{border-radius:8px}.footer-proof-list{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-proof-list li{display:grid;justify-items:center;line-height:1.2;text-align:center}.footer-link-list a{gap:8px;white-space:normal}}.site-footer{scroll-margin-top:78px}.footer-grid,.footer-link-list,.footer-link-list a,.footer-link-list li,.footer-links{min-width:0}.footer-link-list a{overflow-wrap:anywhere;word-break:normal;display:grid;grid-template-columns:minmax(0,var(--footer-link-label-width, 11rem)) auto minmax(0,1fr);align-items:center;-moz-column-gap:clamp(16px,2.4vw,24px);column-gap:clamp(16px,2.4vw,24px);width:100%;min-height:28px;color:#07111a;font-size:18px;font-weight:500;line-height:1.22;text-decoration:none}@media (max-width:719px){.site-footer{scroll-margin-top:76px}.home-step-list li+li:before{top:-16px;left:15px}.footer-services .footer-link-list{grid-template-columns:1fr}}.footer-bottom-links{color:#9aa3aa}.footer-bottom-links a:hover{color:#c48720}@media (max-width:719px){body{padding-bottom:82px}.footer-call-copy,.footer-proof-list li{gap:5px}.footer-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);margin-top:0}.footer-link-list a:after{font-size:15px}.footer-areas li,.footer-areas span,.footer-bottom p{font-size:11.5px}.footer-bottom{display:grid;justify-items:center;padding-top:9px;text-align:center}}.home-how-trust-item+.home-how-trust-item:before{content:"";position:absolute;top:10px;bottom:10px;left:0;width:1px;background:#d99a2b33}@media (max-width:719px){.site-header .shell{width:min(100% - 48px,840px)}.site-header{transition:background .16s ease,border-color .16s ease,color .16s ease}.header-inner{min-height:68px}.site-header .call-button{min-width:98px;padding:0 12px}.menu-button{width:42px;height:42px}.home-section-head-center .eyebrow:after,.home-section-head-center .eyebrow:before{content:"";width:34px;height:1px;background:#d99a2b9e}.home-how-trust-item+.home-how-trust-item:before{content:"";position:absolute;top:5px;bottom:5px;left:0;width:1px;background:#d99a2b33}.site-footer{padding-top:16px;padding-bottom:22px}.footer-actions{justify-content:start}.footer-proof-list{gap:7px}.footer-proof-list li{font-size:10.5px}.footer-grid{padding-top:15px;padding-bottom:15px}}.home-how-section .home-step-list:before{content:"";position:absolute;z-index:0;left:21px;top:38px;bottom:38px;width:1.5px;border-radius:999px;background:linear-gradient(180deg,#d99a2bb8,#d99a2b57)}.home-how-section .home-step-list li+li:before{content:none}.home-how-section .home-how-media:after{background:linear-gradient(90deg,#07111ad1,#07111aa3 33%,#07111a2e 61%,#07111a05),linear-gradient(180deg,#07111a29,#07111a08 42%,#07111a38)}@media (max-width:719px){.home-how-section .home-step-list:before{left:16px;top:38px;bottom:38px;width:1.35px;opacity:.92}}.site-footer{padding:34px 0 40px;background:radial-gradient(circle at 50%0,rgba(255,255,255,.9),transparent 34%),linear-gradient(180deg,#fffdf8,#fff8ec);color:#07111a}.site-footer>.shell{width:min(100% - 28px,840px)}.footer-call-card{position:relative;display:grid;grid-template-columns:76px minmax(0,1fr);gap:0 22px;min-height:308px;overflow:hidden;align-items:start;border:1px solid rgba(7,17,26,.1);border-radius:14px;padding:34px 34px 32px;background:linear-gradient(90deg,#07111afa,#07111aeb 45%,#07111a7a 73%,#07111a2e),url(/media/support/service-finder/roller-support-thumb.webp)86% 50%/cover no-repeat;box-shadow:0 22px 46px #07111a24,inset 0 1px #ffffff14;color:#fffaf0}.footer-call-card>*{position:relative;z-index:1}.footer-call-icon{width:64px;height:64px;border:1px solid rgba(217,154,43,.34);border-radius:50%;background:#07111a3d;color:#f0ac2d;box-shadow:inset 0 0 0 1px #d99a2b1a,0 12px 24px #0000002e}.footer-call-icon-svg{width:32px;height:32px;stroke-width:2.25}.footer-call-copy{display:contents}.footer-call-card h2{grid-column:1/-1;margin:26px 0 0;color:#fffdf8;font-size:43px;line-height:1.02;text-shadow:0 2px 12px rgba(0,0,0,.2)}.footer-actions{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,252px);gap:14px;justify-content:start;margin-top:32px}.footer-actions .button{min-height:58px;border-radius:8px;font-size:18px;font-weight:850}.footer-actions .button-icon{width:24px;height:24px}.footer-actions .footer-call-button{border:1px solid #b9730e;background:linear-gradient(180deg,#efb83d,#df981c);color:#07111a;box-shadow:inset 0 1px #ffffff57,0 10px 22px #d99a2b38}.footer-actions .footer-callback-button{border:1px solid rgba(255,255,255,.68);background:#07111a61;color:#fffdf8;box-shadow:inset 0 1px #ffffff14}.footer-brand-panel{display:grid;justify-items:center;gap:16px;padding:42px 0 31px;text-align:center}.footer-logo{display:inline-flex;justify-content:center;width:min(78vw,340px);max-width:100%;margin-bottom:6px;line-height:0;text-decoration:none}.footer-logo__image{display:block;width:100%;height:auto;aspect-ratio:1200/264;-o-object-fit:contain;object-fit:contain}@media (min-width:720px){.footer-logo{width:360px}}@media (min-width:1200px){.footer-logo{width:380px}}.footer-brand-panel p{max-width:24em;margin:0;color:#4e5964;font-size:20px;line-height:1.48}.footer-proof-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;width:100%;margin:26px 0 0;padding:0;list-style:none}.footer-areas li,.footer-proof-list .footer-proof-item{position:relative;align-items:center;color:#07111a;font-size:17px}.footer-proof-list .footer-proof-item{display:flex;justify-content:center;min-width:0;gap:12px;font-weight:620;line-height:1.28;text-align:left}.footer-proof-list .footer-proof-item+.footer-proof-item:before{content:"";position:absolute;left:0;width:1px;height:48px;background:#07111a24}.footer-proof-list .footer-proof-badge{display:grid;flex:0 0 auto;width:58px;height:58px;place-items:center;border:1px solid rgba(217,154,43,.19);border-radius:50%;background:radial-gradient(circle at 35% 26%,rgba(255,255,255,.88),transparent 45%),#fff6e5;box-shadow:0 10px 22px #5e472114,inset 0 1px #ffffffd1}.footer-proof-list .footer-proof-item-green .footer-proof-badge{border-color:#2f7d6221;background:radial-gradient(circle at 35% 26%,rgba(255,255,255,.9),transparent 45%),#eef6ef}.footer-proof-list .footer-proof-badge img{width:35px;height:35px}.footer-proof-list .footer-proof-label{max-width:7.4em}.footer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:64px;border-top:1px solid rgba(7,17,26,.12);border-bottom:1px solid rgba(7,17,26,.12);padding:34px 0 32px}.footer-links h2{margin:0 0 21px;color:#ce8c18;font-size:13px;font-weight:850;letter-spacing:.18em;line-height:1.2;text-transform:uppercase}.footer-link-list{display:grid;gap:16px;margin:0;padding:0;list-style:none}.footer-services{--footer-link-label-width:clamp(8.5rem, 16vw, 12rem)}.footer-company{--footer-link-label-width:clamp(6rem, 10vw, 8rem)}.footer-link-list a span{grid-column:1;min-width:0;white-space:nowrap;line-height:1.24}.footer-link-list a:after{content:"";grid-column:2;justify-self:start;flex:0 0 auto;width:9px;height:9px;border-top:1.7px solid currentColor;border-right:1.7px solid currentColor;transform:rotate(45deg)}.footer-link-list a:hover{color:#b87913}.footer-areas{display:grid;justify-items:center;gap:14px;border-bottom:1px solid rgba(7,17,26,.12);padding:34px 0 28px;text-align:center}.footer-areas ul{display:flex;flex-wrap:wrap;gap:12px 15px;margin:0;padding:0;list-style:none}.footer-areas li{display:inline-flex;gap:7px;font-weight:500;line-height:1.2}.footer-areas li+li:before{content:"";width:1px;height:20px;margin-right:2px;background:#07111a21}.footer-area-icon{width:22px;height:22px;color:#d99a2b;stroke-width:2.3}.footer-areas span{color:#07111a;font-size:16px;line-height:1.2}.footer-bottom{display:grid;justify-items:center;gap:18px;margin-top:31px;padding-top:0;border-top:0;color:#5f6a75;text-align:center}.footer-bottom-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:0 26px}.footer-bottom-links a{color:#07111a;font-size:17px;font-weight:480;text-decoration:none}.footer-bottom-links span{color:#07111a38}.footer-bottom p{margin:0;color:#65717c;font-size:16px;font-weight:460;line-height:1.3}@media (max-width:719px){.site-footer{padding:14px 0 20px}.site-footer>.shell{width:min(100% - 24px,840px)}.footer-call-card{grid-template-columns:56px minmax(0,1fr);gap:0 17px;min-height:274px;border-radius:10px;padding:20px 26px 16px;background:linear-gradient(90deg,#07111afc,#07111af0 52%,#07111a70 82%,#07111a33),url(/media/support/service-finder/roller-support-thumb.webp)92% 50%/cover no-repeat}.footer-call-icon{width:44px;height:44px}.footer-call-icon-svg,.footer-proof-list .footer-proof-badge img{width:23px;height:23px}.footer-call-card h2{margin-top:16px;font-size:26px;line-height:1.04}.footer-call-card p:not(.eyebrow){max-width:15.4em;margin-top:8px;font-size:14px;line-height:1.32}.footer-actions{grid-template-columns:minmax(0,224px);gap:8px;margin-top:14px}.footer-actions .button{min-height:42px;padding:0 16px;font-size:14px}.footer-actions .button-icon{width:19px;height:19px}.footer-brand-panel{gap:8px;padding:18px 0 12px}.footer-brand-panel p{max-width:23.5em;font-size:13.8px;line-height:1.38}.footer-proof-list{margin-top:8px}.footer-proof-list .footer-proof-item{gap:6px;font-size:11.2px;line-height:1.2}.footer-proof-list .footer-proof-item+.footer-proof-item:before{height:36px}.footer-proof-list .footer-proof-badge{width:35px;height:35px}.footer-proof-list .footer-proof-label{max-width:5.3em}.footer-grid{gap:29px;padding:17px 0 16px}.footer-links h2{margin-bottom:11px;font-size:10.8px;letter-spacing:.18em}.footer-link-list{gap:3px}.footer-link-list a{min-height:19px;-moz-column-gap:clamp(14px,4vw,22px);column-gap:clamp(14px,4vw,22px);font-size:11.8px;line-height:1.2}.footer-services{--footer-link-label-width:clamp(7rem, 31vw, 8.25rem)}.footer-company{--footer-link-label-width:clamp(4.55rem, 19.5vw, 5rem)}.footer-link-list a:after{width:7px;height:7px;border-width:1.45px}.footer-areas{gap:7px;padding:14px 0 12px}.footer-areas ul{gap:7px 6px}.footer-areas li{gap:3px;font-size:10.5px}.footer-areas li+li:before{height:13px;margin-right:0}.footer-area-icon{width:13px;height:13px}.footer-areas span{font-size:11.6px}.footer-bottom{gap:8px;margin-top:14px;padding-bottom:6px}.footer-bottom-links{gap:0 18px}.footer-bottom-links a{font-size:12.8px}.footer-bottom p{font-size:12.1px}}@media (min-width:720px){.site-footer{padding:26px 0 28px}.footer-call-card{grid-template-columns:58px minmax(0,1fr) minmax(218px,244px);align-items:center;gap:8px 24px;min-height:220px;padding:28px 32px;background:linear-gradient(90deg,#07111afc,#07111aed 46%,#07111a80 76%,#07111a33),url(/media/support/service-finder/roller-support-thumb.webp)86% 50%/cover no-repeat}.footer-call-icon{grid-column:1;grid-row:1/4;align-self:start;width:56px;height:56px}.footer-call-icon-svg{width:28px;height:28px}.footer-call-card h2{grid-column:2;grid-row:2;margin:2px 0 0;font-size:34px;line-height:1.04}.footer-call-card p:not(.eyebrow){grid-column:2;grid-row:3;max-width:19em;margin:6px 0 0;font-size:16px;line-height:1.36}.footer-actions{grid-column:3;grid-row:1/4;align-self:center;justify-self:end;grid-template-columns:minmax(0,218px);gap:10px;margin-top:0}.footer-actions .button{min-height:48px;border-radius:8px;font-size:15.5px}.footer-actions .button-icon{width:21px;height:21px}.site-footer>.shell{width:min(100% - 48px,940px)}.footer-proof-list .footer-proof-item{gap:9px;min-height:48px;font-size:13.5px;line-height:1.28}.footer-proof-list .footer-proof-badge{width:44px;height:44px}.footer-proof-list .footer-proof-badge img{width:27px;height:27px}.footer-proof-list .footer-proof-label{max-width:8em}.footer-grid{grid-template-columns:minmax(0,1.28fr) minmax(220px,.72fr);gap:38px;padding:22px 0 21px}.footer-links h2{margin-bottom:12px;font-size:11.2px;letter-spacing:.2em}.footer-link-list{gap:8px 18px}.footer-services .footer-link-list{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-company .footer-link-list{grid-template-columns:minmax(0,1fr)}.footer-link-list a{grid-template-columns:minmax(0,max-content) auto;-moz-column-gap:10px;column-gap:10px;min-height:23px;width:max-content;max-width:100%;padding-right:4px;font-size:14.2px;line-height:1.22}.footer-link-list a span{white-space:normal}.footer-link-list a:after{grid-column:2;width:7px;height:7px;border-width:1.45px}.footer-areas{gap:8px;padding:18px 0 17px}.footer-areas ul{gap:8px 12px}.footer-areas li{gap:5px;font-size:13.5px}.footer-areas li+li:before{height:16px}.footer-area-icon{width:17px;height:17px}.footer-areas span{font-size:13.2px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-top:18px;text-align:left}.footer-bottom-links{justify-content:flex-start;gap:0 16px}.footer-bottom-links a{font-size:13.5px}.footer-bottom p{font-size:13px;text-align:right}}@media (min-width:980px){.site-footer{padding:28px 0 30px}.footer-call-card{grid-template-columns:62px minmax(360px,1fr) minmax(224px,252px);gap:10px 28px;min-height:226px;padding:30px 34px}.footer-call-icon{width:60px;height:60px}.footer-call-icon-svg{width:30px;height:30px}.footer-call-card h2{font-size:38px}.footer-call-card p:not(.eyebrow){font-size:17px}.footer-actions{grid-template-columns:minmax(0,232px)}.site-footer>.shell{width:min(1160px,calc(100% - 64px))}.footer-proof-list .footer-proof-item{justify-content:flex-start;gap:10px;font-size:14px}.footer-proof-list .footer-proof-item+.footer-proof-item:before{height:38px}.footer-proof-list .footer-proof-badge{width:46px;height:46px}.footer-grid{grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:54px;border-top:0;padding:24px 0 23px}.footer-links h2{margin-bottom:12px;font-size:11.5px}.footer-services .footer-link-list{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-company .footer-link-list{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-link-list{gap:10px 24px}.footer-link-list a{min-height:22px;font-size:14.8px}.footer-areas{grid-template-columns:auto minmax(0,1fr) auto;justify-items:start;align-items:center;gap:18px;padding:18px 0;text-align:left}.footer-areas ul{justify-content:flex-start;gap:8px 13px}.footer-areas li{font-size:13.8px}.footer-areas span{justify-self:end;font-size:13.5px}.footer-bottom{margin-top:17px}}@media (min-width:1440px){.site-footer>.shell{width:min(1200px,calc(100% - 88px))}}.home-hero-copy h1:after{content:"";display:block;width:96px;height:4px;margin-top:18px;border-radius:999px;background:#d99a2b}.home-hero-media:after{background:linear-gradient(180deg,rgba(7,17,26,.08),transparent 44%,rgba(7,17,26,.3)),linear-gradient(90deg,rgba(7,17,26,.14),transparent 58%)}@media (max-width:719px){.home-hero-copy h1:after{width:70px;height:3px;margin-top:10px}}.home-area-section .eyebrow:after,.home-area-section .eyebrow:before{content:"";width:68px;height:1.5px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(217,154,43,.95))}.home-area-section .eyebrow:after{background:linear-gradient(90deg,rgba(217,154,43,.95),transparent)}@media (max-width:719px){.home-area-section .eyebrow:after,.home-area-section .eyebrow:before{width:58px}}@media (min-width:720px){.home-area-section .eyebrow:before{display:none}.home-area-section .eyebrow:after{width:62px}}@media (min-width:980px){.home-area-section .eyebrow:after{width:72px}}.site-header{position:fixed;top:0;left:0;width:100dvw;max-width:100dvw;z-index:100;padding:0;border:0;background:#fff;color:#07111a;box-shadow:none;backdrop-filter:none;transition:background .18s ease,color .18s ease}main#content{padding-top:var(--site-header-height, 128px)}.site-header .header-frame{width:100%;max-width:none;overflow:hidden;margin-inline:0;border:0;border-bottom:1px solid rgba(7,17,26,.1);border-radius:0;background:#fffaf0;box-shadow:0 16px 34px #07111a14,0 2px #fffc inset}.header-proof-strip{display:grid;grid-template-columns:minmax(420px,1.16fr) auto minmax(330px,.92fr) auto minmax(360px,1.12fr);align-items:center;min-height:clamp(56px,6.85vw,140px);padding:0 clamp(30px,4.7vw,92px);border-bottom:clamp(2px,.2vw,4px) solid #e3a531;background:radial-gradient(circle at 20%0,rgba(24,64,87,.5),transparent 34%),linear-gradient(135deg,#06111a,#071724 42%,#04101a);color:#fffaf0db}.header-proof-track{display:contents}.header-proof-item{gap:clamp(10px,1.4vw,28px)}.header-proof-item,.header-proof-rating{display:inline-flex;align-items:center;justify-content:center;min-width:0;font-size:clamp(15px,1.55vw,33px);font-weight:500;line-height:1;white-space:nowrap}.header-proof-short{display:none}.header-proof-item:first-child{justify-content:flex-start}.header-proof-openings{justify-content:flex-end}.header-proof-icon{width:clamp(31px,3.2vw,66px);height:clamp(31px,3.2vw,66px);flex:0 0 auto;color:#f0ad36;stroke-width:1.75}.header-proof-rating{gap:clamp(18px,2vw,42px)}.header-stars{color:#efb242;font-size:clamp(19px,2.05vw,43px);font-weight:900;letter-spacing:.1em;line-height:1;text-shadow:0 2px 10px rgba(239,178,66,.22)}.header-proof-divider{width:1px;height:clamp(36px,5vw,74px);background:#fffaf047}.site-header .header-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:clamp(18px,3.2vw,64px);min-height:clamp(132px,17.8vw,362px);padding:clamp(26px,3.8vw,76px) clamp(26px,4.6vw,92px);background:radial-gradient(circle at 18% 32%,rgba(217,154,43,.08),transparent 38%),linear-gradient(180deg,#fffdf8,#fff8ec)}.site-header .desktop-nav,.site-header .market-pill{display:none!important}.site-header .header-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:clamp(14px,1.85vw,36px);min-width:0}.site-header .call-button{display:inline-flex;align-items:stretch;justify-content:center;gap:0;width:clamp(236px,25.8vw,528px);min-width:0;min-height:clamp(66px,7.75vw,158px);overflow:hidden;border:clamp(2px,.18vw,4px) solid #bd7f21;border-radius:999px;padding:0;background:linear-gradient(180deg,#ffdf84,#efb43d,#d79626);color:#07111a;font-family:Georgia,Times New Roman,serif;font-size:clamp(25px,2.95vw,60px);font-weight:900;line-height:1;box-shadow:inset 0 2px #ffffff85,inset 0-3px #93580a29,0 18px 34px #d99a2b38}.site-header .call-button-icon-shell{display:grid;place-items:center;width:31%;min-width:clamp(70px,8vw,168px);align-self:stretch;background:radial-gradient(circle at 35% 20%,rgba(36,67,86,.45),transparent 48%),linear-gradient(180deg,#071724,#06111a);color:#ffd36b}.site-header .call-button .button-icon{width:clamp(27px,3vw,61px);height:clamp(27px,3vw,61px);stroke-width:2.2}.site-header .call-button .cta-text{display:inline-flex;flex:1 1 auto;align-items:center;justify-content:center;min-width:0;padding:0 clamp(20px,2vw,42px);white-space:nowrap}.site-header .menu-button{display:inline-grid;place-items:center;width:clamp(66px,7.65vw,158px);height:clamp(66px,7.65vw,158px);border:clamp(1px,.12vw,3px) solid rgba(165,121,64,.35);border-radius:clamp(14px,1.7vw,34px);background:#fffdf7b8;color:#07111a;box-shadow:inset 0 1px #ffffffe0,0 12px 30px #07111a14}.site-header .mobile-menu{border-bottom:1px solid rgba(7,17,26,.1)}@media (max-width:979px){.site-header .header-frame{width:100%}.header-proof-strip{grid-template-columns:minmax(0,1fr) auto minmax(0,.86fr) auto minmax(0,1fr);min-height:54px;padding:0 22px}.header-proof-item,.header-proof-rating{gap:10px;font-size:14px}.header-stars{font-size:19px;letter-spacing:.06em}.header-proof-icon{width:30px;height:30px}.site-header .header-inner{min-height:128px;padding:26px 24px}.site-header .call-button{width:226px;min-height:70px;font-size:27px}.site-header .call-button-icon-shell{min-width:76px}.site-header .menu-button{width:72px;height:72px}}@media (min-width:980px){.site-header{padding-top:0}.site-header .header-inner{padding-right:clamp(26px,1.85vw,38px)}}@media (max-width:719px){.site-header{padding-top:0}.site-header .header-frame{width:100%;border-radius:0}.header-proof-strip,.header-proof-track{display:grid;grid-template-columns:minmax(0,.94fr) auto minmax(0,1.24fr) auto minmax(0,.98fr);align-items:center;gap:6px}.header-proof-strip{min-height:40px;padding:0 10px;border-bottom-width:2px}.header-proof-track{grid-column:1/-1;width:100%;height:auto;padding:0;transform:none}.header-proof-item,.header-proof-rating{min-width:0;justify-content:center;gap:4px;font-size:clamp(7.35px,2.02vw,8.7px);font-weight:760;line-height:1.05;text-align:center;white-space:nowrap}.header-proof-item:first-child,.header-proof-openings{justify-content:center}.header-proof-long{display:none}.header-proof-icon{width:17px;height:17px;stroke-width:2}.header-stars{font-size:clamp(10px,2.75vw,12px);letter-spacing:.005em}.header-proof-divider{flex:0 0 1px;height:25px}.site-header .header-inner{grid-template-columns:minmax(0,1fr) auto}.header-proof-short{display:inline}.site-header .call-button{font-family:inherit;font-size:0}.site-header .call-button .button-icon{stroke-width:2.4}.site-header .call-button .cta-text:after{content:attr(data-short);font-weight:950}.site-header .mobile-menu{inset:var(--site-header-height, 128px)0 auto}}@media (max-width:374px){.site-header .header-frame{width:100%}.header-proof-item,.header-proof-rating{gap:3px;font-size:6.9px}.header-stars{font-size:9.1px}.header-proof-icon{width:15px;height:15px}.site-header .menu-button{width:44px;height:44px}}.site-header .mobile-menu{display:block;overscroll-behavior:contain;border:0}.site-header .mobile-menu .mobile-menu-link{border:0;border-radius:0;background:0 0;transition:background .16s ease,color .16s ease,transform .16s ease}.site-header .mobile-menu .mobile-menu-link:first-child{border-top:0}.site-header .mobile-menu .mobile-menu-link-icon{transition:color .16s ease,transform .16s ease,filter .16s ease}.site-header .mobile-menu .mobile-menu-link-chevron{transition:color .16s ease,transform .16s ease}.site-header .mobile-menu .mobile-menu-link:hover{background:linear-gradient(90deg,#d99a2b14,#d99a2b05);transform:translate(1px)}.site-header .mobile-menu .mobile-menu-link:hover .mobile-menu-link-icon{color:#c48720;filter:drop-shadow(0 4px 10px rgba(217,154,43,.16));transform:translate(1px)}.site-header .mobile-menu .mobile-menu-link:hover .mobile-menu-link-chevron{color:#c48720;transform:translate(3px)}.mobile-menu-call-card{position:relative;display:grid;grid-template-columns:38% minmax(0,1fr);align-items:center;min-height:clamp(72px,9vh,88px);margin:clamp(22px,5.8vw,32px)0 clamp(20px,5.2vw,30px);overflow:hidden;border:1px solid #c98922;border-radius:12px;background:linear-gradient(180deg,#ffdf83,#efb33c 52%,#d59625);color:#07111a;text-align:center;text-decoration:none;box-shadow:inset 0 2px #ffffff80,inset 0-2px #945a0e2e,0 16px 32px #d99a2b42,0 10px 28px #07111a14;transition:box-shadow .16s ease,transform .16s ease,filter .16s ease}.mobile-menu-call-card:before{content:"";position:absolute;inset:1px;border-radius:11px;background:linear-gradient(110deg,rgba(255,255,255,.42)0,rgba(255,255,255,.1) 34%,transparent 58%);opacity:.55;pointer-events:none}.mobile-menu-call-card:hover{box-shadow:inset 0 2px #ffffff94,inset 0-2px #945a0e2e,0 18px 38px #d99a2b4f,0 12px 30px #07111a1a;filter:saturate(1.03);transform:translateY(-1px)}.mobile-menu-call-icon{position:relative;z-index:1;justify-self:end;width:clamp(30px,7.7vw,38px);height:clamp(30px,7.7vw,38px);margin-right:22px;color:#07111a;stroke-width:2.45}.mobile-menu-call-card span{display:grid;justify-items:start;min-width:0;position:relative;z-index:1}.mobile-menu-call-card strong{font-family:Georgia,Times New Roman,serif;font-size:clamp(27px,7.4vw,36px);font-weight:900;line-height:1}.mobile-menu-call-card small,.mobile-menu-local-proof strong{font-family:Georgia,Times New Roman,serif;font-weight:500;line-height:1.1}.mobile-menu-call-card small{margin-top:5px;color:#07111adb;font-size:clamp(15px,4vw,20px)}.mobile-menu-local-proof{display:grid;justify-items:center;gap:5px;margin-top:auto;color:#07111a;text-align:center}.mobile-menu-local-icon{width:clamp(28px,7.6vw,36px);height:clamp(28px,7.6vw,36px);color:#d99a2b;stroke-width:2.1;filter:drop-shadow(0 5px 12px rgba(217,154,43,.16))}.mobile-menu-local-proof strong{font-size:clamp(24px,6.2vw,31px)}.mobile-menu-local-proof>span:not(.mobile-menu-local-stars){color:#07111ad1;font-family:Georgia,Times New Roman,serif;font-size:clamp(17px,4.3vw,21px);line-height:1.12}.mobile-menu-local-stars{margin-top:12px;color:#d99a2b;font-size:clamp(22px,5.8vw,29px);letter-spacing:.1em;line-height:1;text-shadow:0 5px 16px rgba(217,154,43,.16)}.site-header .mobile-menu:not([hidden]) .mobile-menu-call-card,.site-header .mobile-menu:not([hidden]) .mobile-menu-link,.site-header .mobile-menu:not([hidden]) .mobile-menu-local-proof{animation:mobileMenuItemIn .26s cubic-bezier(.2,.8,.2,1) both}.site-header .mobile-menu:not([hidden]) .mobile-menu-link:nth-child(1){animation-delay:70ms}.site-header .mobile-menu:not([hidden]) .mobile-menu-link:nth-child(2){animation-delay:88ms}.site-header .mobile-menu:not([hidden]) .mobile-menu-link:nth-child(3){animation-delay:106ms}.site-header .mobile-menu:not([hidden]) .mobile-menu-link:nth-child(4){animation-delay:124ms}.site-header .mobile-menu:not([hidden]) .mobile-menu-link:nth-child(5){animation-delay:142ms}.site-header .mobile-menu:not([hidden]) .mobile-menu-link:nth-child(6){animation-delay:.16s}.site-header .mobile-menu:not([hidden]) .mobile-menu-call-card{animation-delay:185ms}.site-header .mobile-menu:not([hidden]) .mobile-menu-local-proof{animation-delay:.21s}@media (prefers-reduced-motion:reduce){.site-header .mobile-menu *,.site-header .mobile-menu:not([hidden]) .mobile-menu-call-card,.site-header .mobile-menu:not([hidden]) .mobile-menu-link,.site-header .mobile-menu:not([hidden]) .mobile-menu-local-proof{animation:none!important;transition:none!important}}.mobile-menu-local-proof small{color:#07111a;font-family:Georgia,Times New Roman,serif;font-size:clamp(15px,4vw,19px);line-height:1.15}@media (max-width:374px),(max-height:780px){.mobile-menu-link{min-height:57px;font-size:clamp(23px,6.8vw,28px)}.mobile-menu-call-card{margin-block:22px 20px}.mobile-menu-local-stars{margin-top:7px}}.home-proof-copy .eyebrow:after,.home-proof-copy .eyebrow:before{content:"";width:68px;height:1.5px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(217,154,43,.95))}.home-proof-copy .eyebrow:after{background:linear-gradient(90deg,rgba(217,154,43,.95),transparent)}@media (min-width:980px){.home-proof-copy .eyebrow:after,.home-proof-copy .eyebrow:before{flex:0 1 52px;width:52px}}@media (min-width:720px){.home-how-section .home-step-list:before{left:18px;top:34px;bottom:34px}}@media (min-width:980px){.home-how-section .home-step-list:before{left:17px;top:30px;bottom:30px}.home-how-trust-item+.home-how-trust-item:before{top:7px;bottom:7px}}.site-header{overflow:visible}.site-header .menu-button{position:relative}.site-header .menu-button-lines{position:relative;display:grid;place-items:center;width:22px;height:18px}.site-header .menu-button-lines span{position:absolute;left:0;width:100%;height:2px;border-radius:999px;background:currentColor;transform-origin:center;transition:transform .18s ease,opacity .14s ease,top .18s ease}.site-header .menu-button-lines span:nth-child(1){top:1px}.site-header .menu-button-lines span:nth-child(2){top:8px}.site-header .menu-button-lines span:nth-child(3){top:15px}.site-header .menu-button[aria-expanded=true] .menu-button-lines span:nth-child(1){top:8px;transform:rotate(45deg)}.site-header .menu-button[aria-expanded=true] .menu-button-lines span:nth-child(2){opacity:0;transform:scaleX(.32)}.site-header .menu-button[aria-expanded=true] .menu-button-lines span:nth-child(3){top:8px;transform:rotate(-45deg)}.site-header .mobile-menu{position:absolute;inset:100%0 auto;z-index:1;width:100%;max-height:calc(100svh - var(--site-header-height, 116px));overflow-y:auto;padding:0 0 max(12px,env(safe-area-inset-bottom));border-top:1px solid rgba(196,136,42,.16);background:radial-gradient(circle at 50%0,rgba(255,255,255,.95),transparent 36%),linear-gradient(180deg,#fffdf8,#fff6e9);color:#07111a;opacity:0;pointer-events:none;transform:translateY(-14px);transform-origin:top center;transition:opacity .19s ease,transform .22s cubic-bezier(.22,1,.36,1);box-shadow:0 26px 46px #07111a2e,0 1px #ffffffeb inset}.site-header .mobile-menu[hidden]{display:block;visibility:hidden}.site-header .mobile-menu.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.site-header .mobile-menu-drop{display:grid;gap:18px;width:min(100% - 32px,420px);padding:18px 0 24px}.site-header .mobile-menu .mobile-menu-nav{display:grid;gap:0}.site-header .mobile-menu .mobile-menu-link{display:grid;grid-template-columns:50px minmax(0,1fr) 23px;align-items:center;gap:0;min-height:66px;padding:0 7px 0 0;border-bottom:1px solid rgba(196,136,42,.2);color:#07111a;text-decoration:none;font-family:Georgia,Times New Roman,serif;font-size:clamp(22.5px,5.9vw,27px);font-weight:500;line-height:1.05;letter-spacing:0}.site-header .mobile-menu .mobile-menu-link>span{display:flex;align-items:center;min-height:38px;padding-left:18px;border-left:1px solid rgba(217,154,43,.4)}.site-header .mobile-menu .mobile-menu-link-icon{justify-self:center;width:25px;height:25px;color:#d99a2b;stroke-width:1.9}.site-header .mobile-menu .mobile-menu-link-chevron{justify-self:end;width:19px;height:19px;color:#c48720;stroke-width:1.85}.site-header .mobile-menu .mobile-menu-link:hover{color:#07111a;outline:0}.site-header .mobile-menu-call-card{display:grid;grid-template-columns:clamp(118px,33vw,140px) minmax(0,1fr);align-items:center;min-height:clamp(88px,23vw,98px);margin:20px 0 0;padding:0 clamp(13px,3.6vw,20px)0 clamp(8px,2.6vw,12px);border:1px solid rgba(238,178,66,.86);border-radius:12px;background:radial-gradient(circle at 24%0,rgba(255,255,255,.035),transparent 36%),linear-gradient(180deg,#071928,#020c16);color:#fffaf0;text-align:left;box-shadow:inset 0 1px #ffffff21,inset 0-2px #72410875,0 18px 34px #07111a2e,0 9px 18px #8a560d1f}.site-header .mobile-menu-call-card:before{inset:2px;border-radius:10px;background:linear-gradient(110deg,rgba(255,255,255,.12)0,rgba(255,255,255,.03) 36%,transparent 58%);opacity:.34}.site-header .mobile-menu-call-icon{justify-self:center;width:clamp(54px,14.6vw,64px);height:clamp(54px,14.6vw,64px);margin:0;padding:clamp(12px,3.2vw,15px);border:2px solid rgba(238,178,66,.92);border-radius:999px;color:#efb242;stroke-width:2.15;filter:drop-shadow(0 5px 12px rgba(239,178,66,.18))}.site-header .mobile-menu-call-icon path,.site-header .mobile-menu-local-icon path{fill:currentColor;stroke:currentColor}.site-header .mobile-menu-call-card span{justify-items:start;align-self:center;padding-left:clamp(7px,2.4vw,12px)}.site-header .mobile-menu-call-card strong{color:#fffaf0;font-family:Georgia,Times New Roman,serif;font-size:clamp(31px,8.7vw,40px);font-weight:900;line-height:.9;text-shadow:0 2px 0 rgba(0,0,0,.24)}.site-header .mobile-menu-call-card small{margin-top:6px;color:#e3ac50;font-family:Georgia,Times New Roman,serif;font-size:clamp(15px,4.05vw,18.5px);font-weight:500;line-height:1.08}.site-header .mobile-menu-local-proof{display:grid;grid-template-columns:clamp(58px,15.8vw,68px) minmax(0,1fr) max-content;align-items:center;gap:0;min-height:clamp(72px,18.8vw,84px);margin-top:6px;padding:clamp(10px,2.8vw,13px) clamp(8px,2.8vw,13px) clamp(10px,2.8vw,13px) clamp(8px,2.7vw,12px);border:1px solid rgba(239,217,181,.86);border-radius:12px;background:radial-gradient(circle at 24%0,#fffffff5,#fff0 34%),linear-gradient(180deg,#fffdf9,#fffaf0);color:#07111a;text-align:left;box-shadow:inset 0 1px #ffffffeb,0 12px 26px #07111a0f,0 6px 18px #d99a2b12}.site-header .mobile-menu-local-icon{grid-column:1;justify-self:center;width:clamp(49px,13.2vw,58px);height:clamp(49px,13.2vw,58px);padding:clamp(8px,2.5vw,11px);border:1px solid rgba(217,154,43,.32);border-radius:999px;background:radial-gradient(circle at 34% 18%,#ffffffeb,#fff0 42%),#d99a2b17;color:#d99a2b;stroke-width:2.05;filter:drop-shadow(0 8px 14px rgba(217,154,43,.1))}.site-header .mobile-menu-local-icon circle{fill:#fffaf0;stroke:#fffaf0}.site-header .mobile-menu-local-proof small,.site-header .mobile-menu-local-proof strong{display:block}.site-header .mobile-menu-local-proof strong{color:#07111a;font-family:Baskerville,Georgia,Times New Roman,serif;font-size:clamp(13.6px,3.58vw,16.8px);font-weight:700;line-height:1.02;white-space:nowrap}.site-header .mobile-menu .mobile-menu-local-proof>span:not(.mobile-menu-local-stars){grid-column:2;min-width:0;padding-left:clamp(8px,2.5vw,12px);color:inherit;font-family:inherit;font-size:inherit;line-height:inherit}.site-header .mobile-menu-local-proof small{margin-top:2px;color:#566371;font-size:13px;font-weight:600}.site-header .mobile-menu-local-stars{position:relative;grid-column:3;display:grid;gap:6px;align-content:center;justify-items:center;align-self:center;min-width:0;margin-left:clamp(6px,1.85vw,9px);padding-left:clamp(13px,3.7vw,18px);color:#d99a2b;font-size:clamp(16px,4.45vw,20.5px);letter-spacing:0;line-height:1;white-space:nowrap}.site-header .mobile-menu-local-stars:before{content:"";position:absolute;left:0;top:50%;width:1px;height:clamp(50px,14vw,62px);border-radius:999px;background:#c4882a4d;transform:translateY(-50%)}.site-header .mobile-menu-local-stars small{margin:0;color:#07111a;font-family:Georgia,Times New Roman,serif;font-size:clamp(10.6px,2.82vw,12.8px);font-weight:500;letter-spacing:0;line-height:1.05}@media (max-width:380px){.site-header .mobile-menu-drop{width:min(100% - 24px,390px);gap:14px;padding-top:14px}.site-header .mobile-menu .mobile-menu-link{grid-template-columns:44px minmax(0,1fr) 20px;min-height:64px;padding-right:5px;font-size:21.5px}.site-header .mobile-menu .mobile-menu-link>span{min-height:38px;padding-left:17px}.site-header .mobile-menu .mobile-menu-link-icon{width:25px;height:25px}.site-header .mobile-menu-call-card{grid-template-columns:108px minmax(0,1fr);min-height:86px;padding:0 11px 0 7px;border-radius:11px}.site-header .mobile-menu-local-proof{grid-template-columns:56px minmax(0,1fr) max-content;min-height:72px;margin-top:6px;padding:9px 7px}.site-header .mobile-menu-local-stars{grid-column:3;padding-left:8px;font-size:15.6px}}@media (prefers-reduced-motion:reduce){.site-header .menu-button-lines span,.site-header .mobile-menu{transition:none}}.site-header .brand-logo{display:inline-flex;align-items:center;align-self:center;justify-self:start;min-width:0;width:clamp(154px,46vw,184px);max-width:100%;text-decoration:none;line-height:0}.site-header .brand-logo__image{display:block;width:100%;height:auto;aspect-ratio:1200/264;-o-object-fit:contain;object-fit:contain}@media (min-width:720px){.site-header .brand-logo{width:clamp(286px,24vw,350px)}}@media (min-width:1440px){.site-header .brand-logo{width:360px}}@media (max-width:719px){.site-header .header-proof-strip{min-height:34px;padding:0 10px;border-bottom-width:1px}.site-header .header-proof-track{gap:5px}.site-header .header-proof-item,.site-header .header-proof-rating{gap:3px;font-size:clamp(6.8px,1.86vw,7.9px)}.site-header .header-proof-icon{width:15px;height:15px}.site-header .header-stars{font-size:10px}.site-header .header-proof-divider{height:20px}.site-header .header-inner{min-height:60px;gap:5px;padding:6px 12px}.site-header .brand-logo{width:clamp(174px,44vw,190px)}.site-header .header-actions{gap:5px;transform:translate(-10px)}.site-header .call-button{width:94px;min-height:44px;border-width:1px;box-shadow:inset 0 1px #ffffff7a,inset 0-2px #93580a1f,0 8px 18px #d99a2b21}.site-header .call-button-icon-shell{width:35px;min-width:35px}.site-header .call-button .button-icon{width:18px;height:18px}.site-header .call-button .cta-text{padding:0 7px}.site-header .call-button .cta-text:after{font-size:13px}.site-header .menu-button{width:44px;height:44px;border-radius:11px;box-shadow:inset 0 1px #ffffffe0,0 8px 18px #07111a0f}.site-header .menu-button-lines{width:24px;height:18px}.site-header .menu-button-lines span{height:2.5px;border-radius:999px}}@media (max-width:374px){.site-header .brand-logo{width:160px}.site-header .header-inner{padding-inline:9px}.site-header .header-actions{transform:translate(-6px)}.site-header .call-button{width:90px}.site-header .call-button-icon-shell{width:34px;min-width:34px}.site-header .call-button .cta-text:after{font-size:12.5px}}@media (min-width:720px){.site-header .header-frame{overflow:visible;background:#fffaf0}.header-proof-strip{display:flex;align-items:center;min-height:38px;padding:0;border-bottom-width:1px}.header-proof-track,.site-header .header-inner{width:min(1180px,calc(100% - 48px));margin-inline:auto}.header-proof-track{display:grid;grid-template-columns:minmax(0,1.06fr) auto minmax(0,.92fr) auto minmax(0,1fr);align-items:center;gap:clamp(14px,2.2vw,28px)}.header-proof-item,.header-proof-rating{gap:clamp(7px,.9vw,11px);font-size:clamp(12px,1vw,15px);font-weight:650;line-height:1}.header-proof-icon{width:clamp(20px,1.8vw,24px);height:clamp(20px,1.8vw,24px);stroke-width:2}.header-stars{font-size:clamp(17px,1.55vw,22px);letter-spacing:.05em}.header-proof-divider{height:25px}.site-header .header-inner{grid-template-columns:minmax(0,1fr) auto;min-height:76px;gap:clamp(14px,2.4vw,34px);padding:12px 0;background:0 0}.site-header .header-actions{gap:clamp(9px,1.1vw,14px)}.site-header .call-button{width:clamp(152px,12vw,198px);min-height:48px;border-width:1px;font-size:clamp(17px,1.35vw,20px);box-shadow:inset 0 1px #ffffff7a,inset 0-2px #93580a24,0 10px 22px #d99a2b29}.site-header .call-button-icon-shell{width:32%;min-width:50px}.site-header .call-button .button-icon{width:22px;height:22px;stroke-width:2.25}.site-header .call-button .cta-text{padding:0 clamp(12px,1.2vw,18px)}.site-header .menu-button{width:50px;height:50px;border-width:1px;border-radius:12px}.home-hero-copy h1:after{width:78px;height:3px;margin-top:12px}}@media (min-width:1440px){.header-proof-track,.site-header .header-inner{width:min(1220px,calc(100% - 64px))}}.roller-hero-redesign:after{background:#e0a02a2e}.roller-expert-annotated-media:after,.roller-hero-redesign h1:after{content:none}.roller-hero-redesign .hero-proof-stage:before{position:absolute;top:2px;bottom:36px;left:50%;z-index:2;width:1px;background:linear-gradient(180deg,#ffffffc7,#ffffff85);transform:translate(-50%);pointer-events:none}.roller-hero-redesign .hero-proof-stage:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,#020a1200 52%,#020a12d6),linear-gradient(90deg,#020a1233,#020a1200 34%,#020a1229);pointer-events:none}.hero-before-after-proof:not([data-video-paused]):not([data-controls-visible]) .hero-proof-play-toggle:not(:focus){opacity:0;pointer-events:none}.hero-before-after-proof:not([data-video-paused]) .hero-proof-play-icon-play{display:none}.hero-before-after-proof:not([data-video-paused]) .hero-proof-play-icon-pause{display:block}.roller-quick-diagnosis-head .eyebrow:after,.roller-quick-diagnosis-head .eyebrow:before{content:"";display:block;width:clamp(48px,15.8vw,68px);height:1.5px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(217,154,43,.95))}.roller-quick-diagnosis-head .eyebrow:after{background:linear-gradient(90deg,rgba(217,154,43,.95),transparent)}.roller-expert-diagnosis-reference-head .eyebrow:after,.roller-expert-diagnosis-reference-head .eyebrow:before{content:"";width:68px;height:1.5px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(217,154,43,.95))}.roller-expert-diagnosis-reference-head .eyebrow:after{background:linear-gradient(90deg,rgba(217,154,43,.95),transparent)}@media (max-width:719px){.roller-expert-diagnosis-reference-head .eyebrow:after,.roller-expert-diagnosis-reference-head .eyebrow:before{width:58px}}.roller-repair-proof-reference-head .eyebrow:after{content:"";display:block;width:32px;height:2px;margin-top:7px;border-radius:999px;background:#9b6a14}.roller-proof-compare-stage:after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,#000d1800 62%,#000d182e);pointer-events:none}@media (max-width:719px){.roller-hero-redesign h1:after{width:70px;height:3px;margin-top:10px}}.pg-button--gold .button-icon{color:currentColor}.button.pg-button{display:inline-flex;align-items:center;justify-content:center;gap:var(--pg-button-gap);min-height:var(--pg-button-height-mobile);border-radius:var(--pg-radius-button);padding:0 18px;font-size:var(--pg-button-font-mobile);font-weight:900;line-height:1.1;letter-spacing:0}.button.pg-button--secondary{border-color:var(--pg-button-secondary-border);background:var(--pg-button-secondary-background);color:var(--pg-button-secondary-color);box-shadow:none}.button.pg-button--ghost{border-color:var(--pg-button-ghost-border);background:var(--pg-button-ghost-background);color:var(--pg-button-ghost-color);box-shadow:inset 0 1px #ffffff1a}.button.pg-button--secondary :is(.button-icon,.pg-icon){color:currentColor}.pg-card-kicker{margin:0;color:var(--pg-color-gold-deep);font-size:var(--pg-card-kicker-size);font-weight:900;line-height:1.1;letter-spacing:var(--pg-card-kicker-letter-spacing);text-transform:uppercase}.pg-card-title,:is(.service-temp-card,.contact-panel,.info-panel,.service-area-card,.guide-card,.guide-cta,.final-cta-card,.footer-call-copy) :is(h2,h3).pg-card-title{margin:0;color:var(--pg-color-ink);font-family:var(--pg-font-body);font-size:var(--pg-card-title-size-mobile);font-weight:900;line-height:var(--pg-card-title-line-height);letter-spacing:0}@media (min-width:720px){.button.pg-button{min-height:var(--pg-button-height-tablet);font-size:var(--pg-button-font-desktop)}.pg-card-title,:is(.service-temp-card,.contact-panel,.info-panel,.service-area-card,.guide-card,.guide-cta,.final-cta-card,.footer-call-copy) :is(h2,h3).pg-card-title{font-size:var(--pg-card-title-size-desktop)}}@media (min-width:1024px){.button.pg-button{min-height:var(--pg-button-height-desktop);font-size:var(--pg-button-font-desktop)}}.compact-hero.pg-section--dark{background:var(--pg-surface-dark);color:var(--pg-color-ivory)}.compact-hero-inner.pg-section__shell{display:grid;justify-items:center;gap:18px;text-align:center}.compact-hero .hero-lead{max-width:60ch;margin:0;color:var(--pg-color-text-muted-dark);font-size:clamp(17px,2vw,20px);line-height:1.55}.contact-panel h2{margin:0;color:var(--pg-color-ink);font-family:var(--pg-font-title);font-size:clamp(24px,4vw,34px);line-height:1.08}.contact-panel p{margin:0;color:var(--pg-color-text-muted-light);line-height:1.6}.callback-form.pg-card--light,.contact-panel.pg-card--light,.service-area-card.pg-card--light{border-color:var(--pg-color-line-light);border-radius:var(--pg-radius-card);background:var(--pg-surface-card-light);box-shadow:var(--pg-shadow-card-light);padding:clamp(22px,4vw,34px)}.callback-form input,.callback-form select,.service-area-card input{border-color:#07111a29;border-radius:10px}.callback-form input:focus,.callback-form select:focus,.service-area-card input:focus{border-color:var(--pg-color-gold);outline:0;box-shadow:var(--pg-focus-ring)}.form-status[data-state=success]{color:var(--pg-color-success)}.form-status[data-state=error]{color:var(--pg-color-error)}@media (max-width:719px){.compact-hero-inner>*{min-width:0;max-width:100%}.compact-hero-inner .hero-actions,.compact-hero-inner .hero-lead,.compact-hero-inner .pg-title{width:100%}.compact-hero-inner .pg-eyebrow{flex-wrap:wrap;white-space:normal}.compact-hero-inner .pg-eyebrow:after,.compact-hero-inner .pg-eyebrow:before{flex:1 1 38px;max-width:52px}}.compact-hero-inner .pg-title,:is(h1,h2).pg-title{font-family:var(--pg-font-title);font-size:var(--pg-title-size);font-weight:var(--pg-title-weight);line-height:var(--pg-title-line-height);letter-spacing:0}.roller-hero-redesign .hero-copy>.pg-eyebrow:after,.roller-hero-redesign .hero-copy>.pg-eyebrow:before{width:clamp(28px,8vw,34px)}.roller-hero-redesign .hero-proof-stage:before{content:none}