@charset "UTF-8";
@import url("/typography.css");
:root{--ink:#172128;--muted:#58646c;--line:#dfe5e9;--paper:#fff;--soft:#f4f6f7;--orange:#c95a2d;--orange-hover:#b44e25;--orange-soft:#fff1eb;--orange-border:#efc4b3;--orange-ink:#8e351e;--blue:#5699c5;--dark:#1e2a32;--max:1320px;--gutter:clamp(20px,4.1vw,64px)}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:112px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-sans);font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased}body:has(dialog[open]){overflow:hidden}img{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}a:hover{color:var(--orange)}a:focus-visible,button:focus-visible{outline:3px solid var(--blue);outline-offset:5px}button{color:inherit}svg{width:22px;height:22px;flex:0 0 auto}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.12;letter-spacing:-.035em}h1{font-size:clamp(36px,4.6vw,66px);font-weight:600}h2{font-size:clamp(30px,3.15vw,46px);font-weight:500}h3{font-size:25px;font-weight:500}p{margin-bottom:1.15em}b,strong{font-weight:600}button{border:0;background:none}ul{padding-left:1.3em}.container{width:min(100%,calc(var(--max) + 2 * var(--gutter)));margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:88px}.eyebrow{display:block;font-size:12px;font-weight:600;line-height:1.5;letter-spacing:.14em;color:var(--muted);margin-bottom:18px}.skip-link{position:absolute;top:8px;left:16px;z-index:1000;padding:12px 18px;background:white;transform:translateY(-160%)}.skip-link:focus{transform:none}.site-header{position:sticky;top:0;z-index:30;background:#fffffffa;border-bottom:1px solid var(--line)}.header-inner{min-height:99px;display:flex;align-items:center;gap:clamp(18px,2.2vw,34px)}.brand{display:flex;flex-direction:column;align-items:flex-start;gap:3px;flex-shrink:0}.brand img{width:165px;height:auto}.brand span{font-size:11px;line-height:1.25;letter-spacing:.012em;color:var(--muted);margin-left:1px}.site-nav{display:flex;gap:clamp(16px,1.7vw,26px);justify-content:center;align-items:center;margin-inline:auto}.site-nav a{font-size:14px;line-height:1.4;font-weight:500;white-space:nowrap;padding-block:12px;position:relative}.site-nav a[aria-current=page]{color:var(--orange)}.site-nav a[aria-current=page]::after{content:"";height:2px;position:absolute;bottom:1px;left:0;right:0;background:var(--orange)}.header-contact{text-align:right;flex-shrink:0;display:grid;line-height:1.35;gap:5px}.phone{font-size:18px;font-weight:600;letter-spacing:-.02em;white-space:nowrap}.header-callback{font-size:13px;color:var(--muted);padding:0;text-align:right}.header-callback:hover{color:var(--orange)}.menu-toggle{display:none;width:46px;height:46px;border:1px solid var(--line);border-radius:3px;align-items:center;justify-content:center;flex-direction:column;gap:5px;padding:10px}.menu-toggle span{display:block;width:20px;height:2px;background:var(--ink)}.button,.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:20px;border:1px solid transparent;min-height:54px;padding:15px 23px;border-radius:3px;font-size:15px;line-height:1.4;font-weight:500;transition:background .18s ease,color .18s ease,border-color .18s ease}.button-primary,.primary-button{background:var(--orange);color:#fff}.button-primary:hover,.primary-button:hover{background:var(--orange-hover);color:#fff}.button-outline{background:transparent;border-color:#98a4ac;color:var(--ink)}.button-outline:hover{border-color:var(--ink);color:var(--ink);background:#edf1f4}.button-row{display:flex;gap:12px;flex-wrap:wrap}.text-action{display:inline-flex;align-items:center;gap:13px;font-size:15px;line-height:1.45;font-weight:500;padding:9px 0}.text-action svg{color:var(--orange)}.hero{background:var(--soft)}.hero-grid{display:block;min-height:0}.hero-copy{padding-block:60px 38px;max-width:960px;min-width:0}.hero-copy .eyebrow{font-size:11px;margin-bottom:24px}.hero h1{font-size:clamp(45px,4.8vw,72px);line-height:1.02;letter-spacing:-.035em;font-weight:600;margin-bottom:26px}.hero h1 span{color:var(--orange)}.hero-description{max-width:540px;font-size:clamp(17px,1.55vw,21px);line-height:1.55;margin-bottom:29px;color:#36434c}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.hero-actions .button{padding-inline:20px;gap:14px}.hero-note{font-size:13px;line-height:1.5;color:var(--muted);margin-top:16px;margin-bottom:0;max-width:500px}.hero-proof{display:flex;gap:30px;margin-top:39px;padding-top:23px;border-top:1px solid #d9e0e5}.hero-proof>div{display:flex;flex-direction:column;line-height:1.45;gap:3px}.hero-proof b{font-size:16px}.hero-proof span{font-size:12px;color:var(--muted)}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:31px}.section-heading h2{margin-bottom:0}.section-heading .eyebrow{margin-bottom:12px}.section-heading>.text-action{margin-bottom:3px;flex-shrink:0}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.product-tile{min-width:0;border:1px solid var(--line);background:white;border-radius:4px;overflow:hidden;transition:border-color .18s ease}.product-tile:hover{border-color:var(--orange);color:var(--ink)}.product-image{position:relative;background:var(--soft);overflow:hidden;aspect-ratio:1.68}.product-image img{height:100%;width:100%;object-fit:cover;transition:transform .28s ease}.product-tile:hover img{transform:scale(1.025)}.product-number{position:absolute;left:16px;top:16px;display:grid;place-items:center;width:33px;height:30px;background:#fffffff0;font-size:12px;font-weight:600;letter-spacing:.02em}.product-info{padding:23px 24px 24px}.product-info h3{margin:0 0 9px;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:25px}.product-info svg{color:var(--orange)}.product-info p{color:var(--muted);font-size:14px;line-height:1.5;margin-bottom:0;min-height:42px}.catalog-help{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:27px;border-top:1px solid var(--line);padding-top:25px}.catalog-help p{font-size:14px;margin-bottom:0;color:var(--muted)}.catalog-help b{color:var(--ink)}.catalog-help .text-action{flex-shrink:0}.full-service{background:var(--dark);color:white;padding-block:63px}.full-service .eyebrow{color:#b5c4ce}.service-heading{display:grid;grid-template-columns:1.4fr 1fr auto;gap:38px;align-items:center}.service-heading h2{margin-bottom:0}.service-heading p{font-size:16px;color:#d1dce3;margin-bottom:0;max-width:290px;line-height:1.7}.service-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-block:1px solid #4a5660;margin-top:38px;padding-block:25px}.service-steps a{display:flex;flex-direction:column;gap:10px;padding-left:26px;border-left:1px solid #4a5660}.service-steps a:first-child{padding-left:0;border-left:0}.service-steps a:hover{color:var(--orange)}.service-steps span{font-size:12px;color:#a7bac7}.service-steps b{font-size:17px;font-weight:600}.service-additional{font-size:13px;color:#b9c9d3;margin:20px 0 0;letter-spacing:.025em}.used-section{display:grid;grid-template-columns:1fr .9fr;gap:90px;align-items:center}.used-copy h2{font-size:clamp(34px,3.45vw,51px);line-height:1.12;margin-bottom:22px}.used-copy p{max-width:540px;color:var(--muted);font-size:17px;margin-bottom:27px}.used-photo{position:relative;height:420px;border-radius:4px;overflow:hidden;background:var(--soft)}.used-photo>img{width:100%;height:100%;object-fit:cover;object-position:50% 42%}.used-photo>span{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:18px 22px;background:white;border:1px solid var(--line);color:var(--ink);font-weight:600;font-size:14px}.used-photo svg{color:var(--orange)}.production-section{background:var(--soft)}.production-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:70px;align-items:center}.production-collage{display:grid;grid-template-columns:1fr 1fr;gap:12px}.production-collage>a{overflow:hidden;border-radius:3px;height:150px;min-width:0}.production-collage>a.production-large{grid-column:1/-1;height:290px}.production-collage img{width:100%;height:100%;object-fit:cover}.production-copy h2{margin-bottom:26px}.production-copy p{color:var(--muted);font-size:17px;line-height:1.75}.projects-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.project-card{display:block;min-width:0}.project-card>img{width:100%;height:350px;object-fit:cover;border-radius:3px}.project-card>span{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:16px;font-size:18px;line-height:1.4;font-weight:600;letter-spacing:-.02em}.project-card svg{color:var(--orange)}.client-section{padding-top:6px;padding-bottom:52px;border-top:1px solid var(--line)}.client-section .eyebrow{margin-top:27px;margin-bottom:0}.client-section>img{width:100%;height:auto}.reviews-section{background:var(--soft)}.home-letters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.letter-card>div{background:white;padding:25px;height:290px;border:1px solid var(--line);border-radius:3px}.letter-card img{height:100%;width:100%;object-fit:contain}.letter-card>span{display:flex;align-items:center;justify-content:space-between;margin-top:15px;font-size:17px;font-weight:600;gap:12px}.letter-card svg{color:var(--orange)}.closing-cta{background:var(--dark);color:white;padding-block:59px}.closing-inner{display:flex;gap:36px;justify-content:space-between;align-items:center}.closing-cta .eyebrow{color:#b3c4d0}.closing-cta h2{font-size:clamp(30px,3vw,43px);margin-bottom:15px}.closing-cta p{color:#c7d4dd;margin-bottom:0;max-width:630px;line-height:1.65}.closing-cta .button{flex-shrink:0}.site-footer{padding-block:56px 0;background:white;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.18fr 1fr .8fr 1.15fr;gap:48px;padding-bottom:46px}.footer-brand>a{display:block;max-width:170px;padding:0}.footer-brand p{font-size:13px;line-height:1.7;color:var(--muted);margin:19px 0 13px}.footer-brand span{font-size:12px;color:var(--muted)}.footer-grid>div:not(.footer-brand){display:flex;flex-direction:column;align-items:flex-start;gap:7px}.footer-grid h2{font-size:14px;letter-spacing:0;margin-bottom:14px;font-weight:600}.footer-grid a{font-size:13px;line-height:1.6}.footer-contacts>a.footer-phone{font-size:20px;font-weight:600;letter-spacing:-.035em}.footer-contacts .text-action{font-size:13px;padding-block:0;margin-block:9px}.footer-contacts>a:last-child{display:flex;gap:8px;align-items:center}.footer-contacts>a:last-child svg{width:16px;height:16px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;align-items:center;border-top:1px solid var(--line);padding-block:20px;color:var(--muted);font-size:12px}.inner-content{padding-block:28px 74px}.breadcrumbs{display:flex;gap:11px;align-items:center;flex-wrap:wrap;margin-bottom:38px;font-size:13px;line-height:1.45;color:var(--muted)}.breadcrumbs>span:not([aria-current]){color:#a0abb2}.inner-content>h1{margin-bottom:40px}.inner-content>p{max-width:1060px;font-size:17px;line-height:1.8;color:#3c4850}.inner-content>h2{font-size:36px;margin:48px 0 25px}.inner-content .back-link{display:inline-flex;gap:10px;align-items:center;font-size:14px;color:var(--muted);margin:-16px 0 32px;border-bottom:1px solid var(--line)}.intro-columns{display:grid;grid-template-columns:1.1fr 1fr;gap:56px;align-items:start;margin-bottom:40px}.intro-columns p{color:#3c4850;font-size:17px;line-height:1.8}.intro-columns .photo-link{display:block;background:var(--soft);overflow:hidden;border-radius:3px}.intro-columns .photo-link img{width:100%;height:380px;object-fit:cover}.service-list{display:grid;grid-template-columns:1fr 1fr;gap:12px 24px;margin:28px 0 0;padding:0;list-style:none}.service-list li{font-size:16px;padding-left:19px;position:relative}.service-list li::before{content:"";position:absolute;width:5px;height:5px;left:0;top:11px;background:var(--orange)}.photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:19px;margin:30px 0 40px}.photo-link{display:block;position:relative}.photo-grid .photo-link{border:1px solid var(--line);background:var(--soft);border-radius:3px;overflow:hidden}.photo-grid img{width:100%;height:255px;object-fit:cover}.photo-link:focus-visible{outline-offset:2px}.detail-lead{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:start}.detail-lead>.photo-link{position:sticky;top:133px;background:var(--soft);border-radius:3px;overflow:hidden}.detail-lead>.photo-link img{width:100%;height:auto;aspect-ratio:1.15;object-fit:cover}.detail-body p{font-size:17px;line-height:1.8;color:#3c4850}.product-decision{background:var(--soft);padding:33px 36px;margin-top:40px;border-left:3px solid var(--blue)}.product-decision h2{font-size:26px;margin-bottom:15px}.product-decision p{max-width:740px;margin-bottom:23px;color:var(--muted)}.product-decision .text-action{margin-left:24px}.related-title{margin-top:54px}.related-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.related-grid>a{min-width:0}.related-grid img{width:100%;height:auto;aspect-ratio:1.5;object-fit:cover;border-radius:3px}.related-grid span{display:block;font-weight:600;font-size:16px;margin-top:12px}.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.catalog-card{min-width:0;display:flex;flex-direction:column;border:1px solid var(--line);border-radius:4px;overflow:hidden;padding-bottom:24px}.catalog-card:hover{border-color:var(--orange);color:var(--ink)}.catalog-card>img{order:-1;width:100%;height:auto;aspect-ratio:1.5;object-fit:cover}.catalog-card h2{font-size:27px;margin:23px 23px 17px}.catalog-card p{font-size:14px;line-height:1.65;margin:0 23px 13px;color:var(--muted)}.catalog-card strong{color:var(--ink);font-weight:600}.catalog-more{margin:5px 23px 0;font-weight:600;font-size:14px;color:var(--orange);padding-top:10px}.used-intro{font-size:22px;line-height:1.6;max-width:930px;color:#3c4850}.used-actions{margin-bottom:40px}.archive-note{font-size:14px!important;line-height:1.7;color:var(--muted)!important;background:var(--soft);border-left:3px solid var(--blue);padding:14px 20px;max-width:none!important}.stock-row{display:grid;grid-template-columns:.75fr 2fr;gap:35px;padding-block:38px;border-bottom:1px solid var(--line)}.stock-row h3{font-size:27px;margin-bottom:18px}.stock-row p{color:var(--muted);font-size:16px;line-height:1.9}.stock-photos{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.stock-photos a{background:var(--soft);border:1px solid var(--line);border-radius:3px;overflow:hidden}.stock-photos img{width:100%;height:225px;object-fit:contain}.reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px 30px}.reviews-grid>div{min-width:0}.reviews-grid .photo-link{background:var(--soft);border:1px solid var(--line);padding:25px;border-radius:3px}.reviews-grid img{height:340px;width:100%;object-fit:contain}.caption{display:block;margin-top:14px;font-size:16px;font-weight:600;line-height:1.45}.gallery-section{margin-top:36px}.gallery-section h2{font-size:30px;margin-bottom:24px}.project-description{max-width:990px;font-size:17px;line-height:1.8}.more-projects-title{margin-top:60px}.contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px;margin-bottom:30px}.contact-grid section{padding:30px;background:var(--soft);border:1px solid var(--line)}.contact-grid h2{font-size:28px;margin-bottom:22px}.contact-grid a{display:block;font-size:17px;margin-bottom:5px;overflow-wrap:anywhere}.contact-grid a[href^="tel:"]{font-weight:600}.form-panel{max-width:870px;border:1px solid var(--line);padding:38px;margin-top:42px}.form-panel h2{font-size:31px;margin-bottom:28px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:9px;margin-bottom:19px;font-size:14px;font-weight:600;line-height:1.4}.field input,.field textarea{width:100%;min-width:0;resize:vertical;border:1px solid #b6c1c8;background:#fff;border-radius:3px;padding:13px 14px;font-size:16px;font-weight:400;line-height:1.5;color:var(--ink)}.field input:focus,.field textarea:focus{outline:2px solid var(--blue);outline-offset:1px}.field input::placeholder,.field textarea::placeholder{color:#6c7780;opacity:1}.note{font-size:12px!important;line-height:1.65!important;color:var(--muted);margin:17px 0 0;max-width:600px}.form-status{font-size:14px;line-height:1.6;margin:16px 0 0;color:var(--ink)}.form-status:empty{display:none}.page-lead{font-size:22px!important;max-width:950px!important;margin-top:-10px;margin-bottom:45px}.services-list{max-width:1100px}.services-list>section{display:grid;grid-template-columns:90px 1fr;gap:26px;padding-block:34px;border-top:1px solid var(--line);scroll-margin-top:120px}.service-index{color:var(--blue);font-size:18px;font-weight:600;padding-top:4px}.services-list h2{font-size:31px;margin-bottom:17px}.services-list p{font-size:17px;color:var(--muted);max-width:800px;line-height:1.75;margin-bottom:15px}.error-page{padding:45px 0 80px}.error-page h1{font-size:50px}.callback-dialog{width:min(660px,calc(100% - 28px));max-height:90dvh;padding:42px;border:0;border-radius:5px;box-shadow:0 20px 80px #1226373b;color:var(--ink);overflow:auto}.callback-dialog::backdrop,.lightbox::backdrop{background:#10212cd9}.callback-dialog h2{font-size:34px;margin-bottom:14px}.callback-dialog .eyebrow{margin-right:26px}.dialog-close{position:absolute;right:14px;top:10px;width:42px;height:42px;display:grid;place-items:center;font-size:31px;line-height:1;background:white;border-radius:3px;color:var(--ink);z-index:3}.request-context{font-size:15px;color:var(--muted);margin-bottom:24px}.dialog-phone{display:inline-block;margin-top:23px;font-size:14px;font-weight:600}.lightbox{border:0;background:transparent;padding:52px 0 0;color:white;width:min(1450px,calc(100% - 30px));max-height:95dvh;max-width:none;overflow:hidden}.lightbox .dialog-close{top:0;right:0}.lightbox-image{width:100%;height:auto;max-height:calc(90dvh - 112px);object-fit:contain;margin:auto;background:transparent}.lightbox-controls{display:grid;grid-template-columns:48px 1fr 48px;align-items:center;gap:15px;margin-top:16px}.lightbox-controls>button{background:white;color:var(--ink);height:45px;min-width:45px;border-radius:3px;font-size:29px;line-height:1}.lightbox-caption{font-size:14px;text-align:center;margin:0;color:white;line-height:1.45}.mobile-actions{display:none}

@media(max-width:1230px){.site-nav{gap:16px}.site-nav a{font-size:13px}.header-inner{gap:22px}.brand img{width:146px}.brand span{font-size:10px}.phone{font-size:16px}.hero-actions .button{font-size:14px;padding-inline:16px;gap:9px}.service-heading{grid-template-columns:1.2fr 1fr;gap:25px}.service-heading>.button{grid-column:2;justify-self:start;margin-top:-8px}.service-heading p{max-width:360px}.service-heading>div{grid-row:1/3}.used-section{gap:55px}.product-info{padding:20px}.product-info h3{font-size:23px}.footer-grid{gap:30px}.footer-contacts>a.footer-phone{font-size:18px}}
@media(max-width:1080px){.header-inner{min-height:89px;justify-content:space-between}.header-contact{margin-left:auto}.phone{font-size:19px}.menu-toggle{display:flex;flex-shrink:0}.brand img{width:157px}.brand span{font-size:10px}.site-nav{position:absolute;top:100%;left:0;right:0;display:none;padding:16px var(--gutter) 25px;background:white;border-bottom:1px solid var(--line);box-shadow:0 10px 15px #00000006;grid-template-columns:1fr 1fr;margin:0;gap:2px 30px}.site-nav.is-open{display:grid}.site-nav a{font-size:16px;padding-block:12px}.site-nav a[aria-current=page]::after{display:none}.hero-copy{padding-top:42px}.hero h1{font-size:55px}.hero-description{font-size:18px}.hero-actions .button{font-size:13px;min-height:49px;padding:13px 14px;gap:9px}.hero-proof{gap:22px;margin-top:27px}.hero-proof b{font-size:14px}.hero-proof span{font-size:11px}.product-grid,.catalog-grid{gap:20px}.product-info h3{font-size:21px}.product-info p{font-size:13px}.product-info{padding:19px}.product-image{aspect-ratio:1.45}.service-steps a{padding-left:16px}.service-steps b{font-size:15px}.service-heading h2{font-size:40px}.used-section{gap:40px}.used-photo{height:380px}.used-copy .button{font-size:13px;padding-inline:14px;gap:8px}.production-grid{gap:38px}.projects-grid{gap:18px}.project-card>img{height:290px}.project-card>span{font-size:16px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px 50px}.footer-brand{grid-column:1}.footer-contacts{grid-column:2}.intro-columns{gap:35px}.detail-lead{gap:35px}.photo-grid img{height:210px}.contact-grid{gap:17px}.contact-grid section{padding:23px}.contact-grid a{font-size:15px}.stock-row{grid-template-columns:.65fr 1.4fr;gap:25px}.stock-photos img{height:190px}}
@media(max-width:760px){:root{--gutter:24px}.section{padding-block:58px}.hero-copy{padding:39px 0 33px}.hero-copy .eyebrow{font-size:10px;margin-bottom:20px;letter-spacing:.095em}.hero h1{font-size:clamp(43px,7.7vw,62px);margin-bottom:23px;line-height:1.05}.hero h1 br{display:none}.hero-description{max-width:630px;font-size:18px;line-height:1.6;margin-bottom:23px}.hero-actions .button{font-size:14px;min-height:53px;padding-inline:18px}.hero-note{font-size:12px;max-width:540px;margin-top:14px}.hero-proof{margin-top:27px;padding-top:18px;gap:40px}.hero-proof b{font-size:15px}.hero-proof span{font-size:12px}.section-heading{align-items:start;gap:20px;margin-bottom:24px}.section-heading h2{font-size:32px}.section-heading .eyebrow{font-size:10px;letter-spacing:.11em;margin-bottom:11px}.section-heading>.text-action{font-size:12px;gap:8px;align-self:end;max-width:140px;text-align:right}.section-heading>.text-action svg{width:19px;height:19px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.product-image{aspect-ratio:1.4}.product-info{padding:17px 15px}.product-info h3{font-size:21px;letter-spacing:-.035em;gap:5px}.product-info h3 svg{width:18px;height:18px}.product-info p{font-size:13px;line-height:1.5;min-height:40px}.product-number{width:28px;height:26px;top:11px;left:11px;font-size:11px}.catalog-help{flex-direction:column;align-items:start;gap:7px;margin-top:24px;padding-top:21px}.catalog-help p{font-size:14px;line-height:1.7}.full-service{padding-block:47px}.service-heading{grid-template-columns:1fr;gap:21px}.service-heading>div{grid-row:auto}.service-heading>.button{grid-column:auto;margin-top:0}.service-heading h2{font-size:36px}.service-heading h2 br{display:none}.service-heading p{max-width:500px;font-size:15px}.service-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 0;margin-top:29px;padding-block:25px}.service-steps a{padding-left:18px;gap:5px}.service-steps a:nth-child(4){padding-left:0;border-left:0}.service-steps b{font-size:15px}.service-additional{font-size:12px;line-height:1.9}.used-section{grid-template-columns:1fr;gap:31px}.used-copy h2{font-size:38px}.used-copy p{font-size:16px;max-width:600px}.used-copy .button{font-size:14px;padding:14px 19px;gap:13px}.used-photo{height:340px}.used-photo>img{object-position:center 39%}.production-grid{grid-template-columns:1fr;gap:35px}.production-copy{order:-1}.production-copy h2{font-size:36px;margin-bottom:21px}.production-copy p{font-size:16px;line-height:1.75}.production-collage>a.production-large{height:270px}.production-collage>a{height:145px}.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 19px}.project-card>img{height:310px}.project-card>span{font-size:17px}.client-section{padding-bottom:30px}.client-section>.eyebrow{font-size:10px}.home-letters{gap:17px}.letter-card>div{height:215px;padding:13px}.letter-card>span{font-size:13px;gap:7px;align-items:start;line-height:1.5}.letter-card>span svg{width:17px;height:17px}.closing-inner{flex-direction:column;align-items:start;gap:28px}.closing-cta{padding-block:45px}.closing-cta h2{font-size:34px}.closing-cta p{font-size:15px}.footer-grid{gap:35px 30px}.footer-grid a{font-size:12px}.footer-contacts>a.footer-phone{font-size:19px}.footer-bottom{padding-bottom:85px;font-size:11px}.inner-content{padding-top:25px;padding-bottom:54px}.breadcrumbs{font-size:12px;gap:8px;margin-bottom:29px}.inner-content>h1{font-size:40px;margin-bottom:30px}.inner-content>h2{font-size:30px}.inner-content>p{font-size:16px}.intro-columns{grid-template-columns:1fr;gap:22px;margin-bottom:32px}.intro-columns p{font-size:16px}.intro-columns .photo-link img{height:320px}.detail-lead{grid-template-columns:1fr;gap:29px}.detail-lead>.photo-link{position:static}.detail-lead>.photo-link img{aspect-ratio:1.5}.detail-body p{font-size:16px;line-height:1.8}.product-decision{padding:28px 25px;margin-top:27px}.product-decision h2{font-size:26px}.product-decision p{font-size:15px}.product-decision .text-action{display:flex;margin:13px 0 0}.related-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 17px}.related-grid span{font-size:14px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.catalog-card h2{font-size:25px;margin:19px 19px 15px}.catalog-card p{font-size:14px;margin-inline:19px}.catalog-more{margin-inline:19px}.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.photo-grid img{height:240px}.used-intro{font-size:20px}.stock-row{grid-template-columns:1fr;gap:20px;padding-block:29px}.stock-row h3{font-size:25px}.stock-photos img{height:220px}.reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:29px 20px}.reviews-grid .photo-link{padding:16px}.reviews-grid img{height:275px}.caption{font-size:14px}.contact-grid{grid-template-columns:1fr;gap:17px}.contact-grid section{padding:26px}.contact-grid a{font-size:18px}.form-panel{padding:26px}.form-row{grid-template-columns:1fr;gap:0}.page-lead{font-size:19px!important}.services-list>section{grid-template-columns:38px 1fr;gap:18px;padding-block:28px}.services-list h2{font-size:28px}.services-list p{font-size:16px}.service-index{font-size:16px}.callback-dialog{padding:34px 25px;max-height:88dvh}.callback-dialog h2{font-size:29px}.callback-dialog .eyebrow{font-size:10px;letter-spacing:.1em}.mobile-actions{display:grid;position:fixed;bottom:0;left:0;right:0;z-index:29;grid-template-columns:1fr 1.4fr;padding:9px max(16px,env(safe-area-inset-right)) calc(9px + env(safe-area-inset-bottom)) max(16px,env(safe-area-inset-left));gap:11px;background:#fff;border-top:1px solid var(--line)}.mobile-actions>a{display:grid;place-items:center;border:1px solid #a8b4bd;border-radius:3px;font-size:14px;font-weight:600;min-height:45px}.mobile-actions>.button{min-height:45px;padding:11px 16px;font-size:14px;gap:18px}.mobile-actions svg{width:19px;height:19px}}
@media(max-width:460px){:root{--gutter:20px}.header-inner{min-height:77px;gap:12px}.brand img{width:122px}.brand span{font-size:8px}.phone{font-size:14px;letter-spacing:-.03em}.header-callback{font-size:11px}.header-contact{gap:4px}.menu-toggle{width:39px;height:42px;padding:8px}.menu-toggle span{width:19px}.hero-copy{padding-top:31px}.hero h1{font-size:46px;line-height:1.03;letter-spacing:-.045em}.hero-description{font-size:17px}.hero-actions{display:grid;grid-template-columns:1fr;gap:10px;max-width:360px}.hero-actions .button{justify-content:space-between;min-height:51px;font-size:15px;padding-inline:19px}.hero-proof{gap:28px}.hero-proof b{font-size:14px}.hero-proof span{font-size:11px}.section{padding-block:45px}.section-heading{display:block}.section-heading>.text-action{margin-top:12px;max-width:none;font-size:13px;text-align:left}.section-heading h2{font-size:34px}.product-grid{gap:14px}.product-image{aspect-ratio:1.1}.product-info{padding:15px 12px}.product-info h3{font-size:18px;line-height:1.25;flex-wrap:wrap;letter-spacing:-.03em}.product-info h3 svg{width:16px;height:16px;display:none}.product-info p{font-size:12px;line-height:1.6;min-height:57px}.service-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:23px 0}.service-steps a:nth-child(odd){padding-left:0;border-left:0}.service-steps a:nth-child(even){padding-left:18px;border-left:1px solid #4a5660}.used-copy h2{font-size:35px}.used-copy .button-row{display:grid;grid-template-columns:1fr}.used-copy .button{justify-content:space-between;min-height:51px;font-size:15px}.used-photo{height:285px}.used-photo>span{font-size:12px;padding:15px}.production-copy h2{font-size:33px}.production-collage>a.production-large{height:225px}.production-collage>a{height:115px}.projects-grid{gap:24px 15px}.project-card>img{height:245px}.project-card>span{font-size:15px;line-height:1.5;margin-top:12px}.project-card>span svg{width:17px;height:17px}.home-letters{grid-template-columns:1fr;gap:25px}.letter-card{display:grid;grid-template-columns:114px 1fr;gap:22px;align-items:center}.letter-card>div{height:159px;padding:11px}.letter-card>span{font-size:16px;align-items:center;margin-top:0}.footer-grid{gap:32px 23px}.footer-brand{grid-column:1/-1}.footer-brand>a{max-width:148px}.footer-brand p{margin-top:17px}.footer-grid>div.footer-contacts{grid-column:1/-1}.footer-contacts>a.footer-phone{font-size:22px}.footer-contacts>a{font-size:15px}.footer-bottom{display:block;font-size:11px;padding-top:20px;padding-bottom:88px}.footer-bottom>a{display:inline-block;margin-top:10px}.inner-content>h1{font-size:36px;overflow-wrap:anywhere}.inner-content .back-link{font-size:13px;margin-top:-9px}.inner-content>h2{font-size:29px}.intro-columns .photo-link img{height:250px}.service-list{grid-template-columns:1fr;gap:12px}.catalog-grid{grid-template-columns:1fr;gap:23px}.catalog-card h2{font-size:27px}.catalog-card p{font-size:15px}.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.related-grid span{font-size:14px}.photo-grid{gap:13px}.photo-grid img{height:185px}.stock-photos{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.stock-photos img{height:195px}.stock-photos>a:first-child{grid-row:span 2}.stock-photos>a:first-child img{height:100%;max-height:404px}.reviews-grid{grid-template-columns:1fr}.reviews-grid img{height:380px}.caption{font-size:16px}.form-panel{padding:23px 19px}.form-panel h2{font-size:28px}.services-list>section{grid-template-columns:27px 1fr;gap:14px}.services-list h2{font-size:26px}.services-list .text-action{font-size:14px}.button{gap:14px}.callback-dialog{padding:34px 21px 28px}.callback-dialog .button{font-size:14px;gap:10px;padding-inline:16px}.lightbox{width:calc(100% - 20px)}.lightbox-caption{font-size:12px}.lightbox-controls{gap:9px;grid-template-columns:43px 1fr 43px}.lightbox-controls>button{min-width:43px}.product-decision{padding:25px 21px}.product-decision .button{font-size:14px;padding-inline:15px}.closing-cta .button{min-height:52px;font-size:15px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}
@media(max-width:460px){.product-grid{grid-template-columns:1fr;gap:22px}.product-image{aspect-ratio:1.65}.product-info{padding:20px}.product-info h3{font-size:25px;flex-wrap:nowrap}.product-info h3 svg{display:block;width:22px;height:22px}.product-info p{font-size:15px;min-height:0;margin-top:9px}.product-number{font-size:12px;width:32px;height:29px}}
@media(max-width:360px){.header-inner{gap:8px}.brand img{width:100px}.brand span{font-size:7px}.phone{font-size:13px}.header-callback{font-size:10px}.menu-toggle{width:36px;min-width:36px}.hero h1{font-size:42px}.hero-proof{gap:18px}.hero-proof span{font-size:10px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px 18px}.footer-grid a{font-size:12px}.footer-contacts>a{font-size:15px}}

/* Keep the service summary readable below the main headline. */
.hero-copy .hero-service-line{font-size:22px;letter-spacing:0}
@media(max-width:760px){.hero-copy .hero-service-line{font-size:20px}}
.installation-title.inner-content{padding-bottom:28px}
.installation-title.inner-content>h1{margin-bottom:0}
.installation-panorama{width:100%;margin:0}
.installation-panorama img{display:block;width:100%;height:auto;object-fit:contain}
.installation-text.inner-content{padding-top:32px}
@media(max-width:760px){.installation-title.inner-content{padding-bottom:20px}.installation-text.inner-content{padding-top:24px}}
