:root{--black:#0b0b0b;--dark:#151515;--orange:#f36d2f;--paper:#f1eee8;--white:#fff;--muted:#a6a6a6;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:#fff;font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}.container{width:min(calc(100% - 48px),var(--max));margin:auto}
.site-header{height:86px;background:#0b0b0b;border-bottom:1px solid #242424;position:sticky;top:0;z-index:20}.nav{height:100%;display:flex;align-items:center;gap:34px}.logo{display:block;width:190px;height:78px}.logo img{width:100%;height:100%;object-fit:contain;object-position:left center}.nav nav{display:flex;gap:28px;margin-left:auto;font-size:13px;color:#bbb}.nav nav a:hover{color:#fff}.top-btn,.btn{font-size:11px;text-transform:uppercase;letter-spacing:.07em;font-weight:800}.top-btn{border:1px solid #555;padding:13px 17px}.top-btn span,.btn span{color:var(--orange);margin-left:9px}
.hero{background:#0c0c0c;border-bottom:1px solid #262626}.hero-copy{min-height:620px;display:grid;grid-template-columns:1fr 1fr;gap:0}.hero-left{padding:110px 60px 95px 0;display:flex;flex-direction:column;justify-content:center}.kicker{color:var(--orange);font-size:10px;font-weight:800;letter-spacing:.24em;margin:0 0 20px}.kicker.dark{color:#c85b27}h1,h2,h3{font-family:"Barlow Condensed",Impact,sans-serif;text-transform:uppercase}h1{font-size:clamp(62px,7vw,94px);line-height:.88;margin:0;letter-spacing:-.02em}h1 em,h2 em{font-style:normal;color:var(--orange)}.hero-sub{color:#bdbdbd;max-width:520px;font-size:16px;line-height:1.75;margin:28px 0 32px}.hero-actions{display:flex;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:17px 21px}.orange{background:var(--orange);color:#111}.outline{border:1px solid #555}.hero-photo{position:relative;min-height:620px;overflow:hidden}.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0c0c0c 0%,transparent 24%,rgba(0,0,0,.1) 100%)}.hero-photo img{width:100%;height:100%;object-fit:cover;filter:grayscale(.12) contrast(1.05);display:block}.photo-tag{position:absolute;right:30px;bottom:28px;z-index:2;border-left:3px solid var(--orange);padding:9px 14px;color:#fff;font-family:"Barlow Condensed";font-size:17px;line-height:.9;letter-spacing:.05em}.photo-tag strong{color:var(--orange)}
.intro,.products,.company{background:var(--paper);color:#111}.intro{padding:80px 0 45px}.intro-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:80px}.intro h2,.section-title h2{font-size:57px;line-height:.9;margin:0}.intro-grid>p{align-self:end;color:#606060;font-size:16px;line-height:1.75;margin:0;max-width:500px}
.products{padding:55px 0 105px}.section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:32px}.section-title>span{text-align:right;text-transform:uppercase;letter-spacing:.1em;font-size:10px;color:#777;line-height:1.6}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product{background:#fff;padding:0 0 22px;overflow:hidden;border:1px solid #e0ddd6}.product-image{height:250px;background:#202020;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.product:nth-child(1) .product-image img,.product:nth-child(2) .product-image img,.product:nth-child(3) .product-image img,.product:nth-child(4) .product-image img{object-position:center}.product>p,.product>h3,.product>strong,.product>a{margin-left:20px;margin-right:20px}.product>p{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#777;margin-top:20px;margin-bottom:8px}.product h3{font-size:38px;line-height:1;margin-top:0;margin-bottom:5px}.product h3 b{color:var(--orange)}.product strong{display:block;font-size:13px;margin-bottom:24px}.product>a{font-size:10px;text-transform:uppercase;font-weight:800}.product i{font-style:normal;color:var(--orange);font-size:17px;margin-left:4px}
.quality{padding:92px 0;background:#171717}.quality-inner{display:grid;grid-template-columns:.8fr 1.2fr;gap:85px}.quality-heading h2{font-size:70px;line-height:.88;margin:0}.features{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid #444}.features>div{padding:7px 26px;border-right:1px solid #444}.features b{font-family:"Barlow Condensed";font-size:30px;color:var(--orange)}.features h3{font-size:25px;margin:28px 0 10px}.features p{color:#999;font-size:12px;line-height:1.65;margin:0}
.company{display:grid;grid-template-columns:1fr 1fr}.company-image{height:510px}.company-image img{width:100%;height:100%;object-fit:cover;display:block}.company-copy{padding:82px max(35px,calc((100vw - 1180px)/2)) 70px 75px;display:flex;flex-direction:column;justify-content:center}.company-copy h2{font-size:65px;line-height:.88;margin:0 0 28px;max-width:600px}.company-copy p:not(.kicker){color:#5d5d5d;line-height:1.8;font-size:14px;max-width:550px}.text-link{margin-top:16px;font-size:11px;text-transform:uppercase;font-weight:800;border-bottom:2px solid var(--orange);width:max-content;padding-bottom:5px}
.real-photo{padding:90px 0;background:#101010}.real-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:50px;align-items:center}.real-grid h2{font-size:65px;line-height:.88;margin:0}.real-grid img{width:100%;height:360px;object-fit:cover}
.cta{background:var(--orange);color:#111;padding:58px 0}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.cta h2{font-size:58px;line-height:.9;margin:0}.cta p:not(.kicker){margin:12px 0 0;font-size:14px;color:#48230f}.black{background:#111;color:#fff;white-space:nowrap}
footer{background:#080808;padding:48px 0 22px}.footer-top{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:30px}.footer-top img{width:180px;height:76px;object-fit:contain;object-position:left center}.footer-top div{display:flex;gap:23px;font-size:11px;color:#aaa}.footer-top p{text-align:right;color:#777;font-size:11px}.footer-bottom{border-top:1px solid #242424;margin-top:35px;padding-top:18px;color:#555;font-size:10px}
@media(max-width:900px){.nav nav{display:none}.hero-copy{grid-template-columns:1fr}.hero-left{padding:75px 0 55px}.hero-photo{min-height:390px}.intro-grid,.quality-inner,.real-grid{grid-template-columns:1fr;gap:35px}.product-grid{grid-template-columns:1fr 1fr}.company{grid-template-columns:1fr}.company-image{height:400px}.company-copy{padding:65px 24px}.features{border-left:0}.cta-inner{display:block}.cta .btn{margin-top:25px}.footer-top{grid-template-columns:1fr}.footer-top p{text-align:left}}
@media(max-width:580px){.container{width:calc(100% - 32px)}.site-header{height:74px}.logo{width:145px;height:68px}.top-btn{padding:10px 11px;font-size:9px}.hero-left{padding:62px 0 50px}.hero-photo{min-height:300px}.hero-photo img{object-position:center}.intro{padding-top:65px}.intro h2,.section-title h2{font-size:46px}.product-grid{grid-template-columns:1fr}.product-image{height:220px}.quality-heading h2,.company-copy h2,.real-grid h2,.cta h2{font-size:52px}.features{grid-template-columns:1fr}.features>div{border-right:0;border-bottom:1px solid #444;padding:22px 0}.features h3{margin-top:12px}.company-image{height:300px}.real-grid img{height:260px}.hero-actions{flex-direction:column;align-items:flex-start}}
.local{background:#111;color:#fff;border-top:1px solid #222;border-bottom:1px solid #222;padding:56px 0}.local-inner{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:end}.local h2{font-family:"Barlow Condensed",Impact,sans-serif;text-transform:uppercase;font-size:64px;line-height:.9;margin:0}.local p:not(.kicker){margin:0;color:#aaa;line-height:1.75;max-width:520px;font-size:15px}.footer-bottom{display:flex;justify-content:space-between;gap:20px}.footer-bottom span:last-child{color:#777}@media(max-width:900px){.local-inner{grid-template-columns:1fr;gap:25px}}@media(max-width:580px){.local h2{font-size:50px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-bottom:8px}}
.hero-proof{display:flex;gap:18px;flex-wrap:wrap;margin-top:34px;padding-top:18px;border-top:1px solid #292929;color:#777;font-size:9px;font-weight:800;letter-spacing:.12em}.hero-proof span+span{border-left:1px solid #444;padding-left:18px}.catalog-note{margin:28px 0 0;color:#777;font-size:11px}.local-address{margin-top:22px!important;color:#aaa!important;font-size:14px!important;line-height:1.8!important}.local-card{border:1px solid #333;padding:30px;display:flex;justify-content:space-between;gap:30px;align-items:flex-end}.local-label{display:block;color:var(--orange);font-size:9px;font-weight:800;letter-spacing:.15em;margin-bottom:10px}.local-card strong{display:block;font-family:"Barlow Condensed";font-size:31px}.local-card p{color:#888!important;font-size:12px!important;line-height:1.6!important;margin-top:10px!important}.local-card .btn{white-space:nowrap}.real-copy{color:#888;line-height:1.7;max-width:380px;font-size:13px;margin-top:20px}.real-grid{align-items:center}@media(max-width:900px){.local-card{align-items:flex-start;flex-direction:column}.local-card .btn{width:max-content}}@media(max-width:580px){.hero-proof{gap:10px}.hero-proof span+span{padding-left:10px}.local-card{padding:22px}.local-card strong{font-size:26px}}

.hero-phone{margin:16px 0 0;color:#777;font-size:11px;letter-spacing:.04em}.hero-phone strong{color:#ddd;font-weight:700}.hero-left .kicker{max-width:620px;line-height:1.5}
@media(max-width:580px){.hero-phone{font-size:10px}}

/* Mapa real da fábrica */
.local-inner{align-items:stretch}.local-copy{display:flex;flex-direction:column;justify-content:center}.local-note{margin-top:18px!important;max-width:470px!important;color:#999!important;font-size:13px!important}.local-directions{width:max-content;margin-top:25px}.local-map{min-height:390px;border:1px solid #333;overflow:hidden;background:#202020}.local-map iframe{display:block;width:100%;height:390px;border:0;filter:saturate(.92) contrast(1.02)}
@media(max-width:900px){.local-map{min-height:340px}.local-map iframe{height:340px}}
@media(max-width:580px){.local-map{min-height:300px}.local-map iframe{height:300px}.local-directions{width:100%}}

/* Atendimento ao consumidor final e pequenas obras */
.customer-focus{background:#0b0b0b;color:#fff;padding:78px 0 76px;border-top:1px solid #242424;border-bottom:1px solid #242424}.customer-focus-inner{display:block}.customer-focus .kicker{display:flex;align-items:center;gap:16px;margin-bottom:20px}.customer-focus .kicker::after{content:"";display:block;width:42px;height:1px;background:var(--orange)}.customer-focus h2{font-size:58px;line-height:.92;margin:0 0 26px;max-width:none}.customer-focus h2 em{font-style:normal;color:var(--orange)}.customer-copy>p{color:#c3c3c3;line-height:1.65;font-size:16px;margin:0 0 32px;max-width:1100px}.customer-copy>p strong{color:#fff}.customer-points{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:0 0 30px;border-top:1px solid #353535;border-bottom:1px solid #353535}.customer-points>div{padding:18px 20px 19px 0;min-height:120px}.customer-points>div+div{border-left:1px solid #353535;padding-left:20px}.customer-points b{display:block;color:var(--orange);font-family:"Barlow Condensed";font-size:26px;line-height:1;margin-bottom:10px}.customer-points strong{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.06em;line-height:1.35;color:#fff}.customer-points p{color:#888;font-size:11px;line-height:1.55;margin:8px 0 0;max-width:170px}.customer-copy .btn{width:max-content}
@media(max-width:900px){.customer-points{grid-template-columns:repeat(3,1fr)}}
@media(max-width:580px){.customer-focus{padding:58px 0 60px}.customer-focus .kicker{margin-bottom:18px}.customer-focus h2{font-size:48px;line-height:.94;margin-bottom:24px}.customer-copy>p{font-size:15px;line-height:1.7}.customer-points{grid-template-columns:1fr;border-top:1px solid #353535;border-bottom:0}.customer-points>div{min-height:0;padding:20px 0;border-bottom:1px solid #353535}.customer-points>div+div{border-left:0;padding-left:0}.customer-points p{max-width:280px}.customer-copy .btn{width:100%;font-size:10px}}

/* Ajuste mobile final — preserva o desktop aprovado e organiza somente o celular */
@media(max-width:580px){
  .customer-focus{padding:50px 0 54px}
  .customer-focus .kicker{display:flex;align-items:center;gap:12px;margin:0 0 20px;font-size:10px;line-height:1.2}
  .customer-focus .kicker::after{width:36px}
  .customer-focus h2{font-size:43px;line-height:.94;margin:0 0 24px}
  .customer-copy>p{font-size:16px;line-height:1.55;margin:0 0 30px}
  .customer-points{display:block!important;margin:0 0 28px;border-top:1px solid #353535;border-bottom:0}
  .customer-points>div{display:block!important;min-height:0;padding:22px 0 24px;border-bottom:1px solid #353535}
  .customer-points>div+div{border-left:0!important;padding-left:0!important}
  .customer-points>div>b{display:block!important;color:#f36d2f!important;font-family:"Barlow Condensed",Impact,sans-serif;font-size:34px!important;line-height:1!important;margin:0 0 12px!important}
  .customer-points>div>strong{display:block!important;color:#fff!important;font-family:"Barlow Condensed",Impact,sans-serif;font-size:23px!important;text-transform:uppercase;letter-spacing:0;line-height:1.08!important;margin:0!important;padding:0!important}
  .customer-points>div>p{display:block!important;color:#aaa!important;font-size:14px!important;line-height:1.5!important;margin:9px 0 0!important;max-width:100%!important}
  .customer-copy .btn{width:100%;font-size:10px}
}

/* V6: readable small text, accessible mobile navigation, quote guidance. */
.mobile-menu{display:none}.skip-link{position:fixed;top:-80px;left:16px;background:#fff;color:#111;padding:14px;z-index:100}.skip-link:focus{top:8px}
section[id],main[id]{scroll-margin-top:100px}a:focus-visible,summary:focus-visible{outline:3px solid #f36d2f;outline-offset:5px}
.hero-phone,.hero-proof,.features p,.real-copy{color:#aaa}.hero-phone{font-size:13px}.hero-proof{font-size:11px}
.product>p{font-size:11px;color:#626262}.product>a{display:inline-flex;align-items:center;min-height:44px;font-size:12px}.catalog-note{font-size:13px;color:#626262}
.footer-top p,.footer-bottom,.footer-bottom span:last-child{color:#aaa}.footer-top div{flex-wrap:wrap;gap:12px 20px}.footer-top a{padding:8px 0}.footer-bottom{font-size:12px;line-height:1.6}
.budget-help,.faq{background:var(--paper);color:#111;padding:64px 0}.budget-help{border-bottom:1px solid #d7d2c9}.budget-help h2,.faq h2{font-size:52px;line-height:1.05;margin:0 0 24px}
.budget-help p:not(.kicker){max-width:780px;line-height:1.75;font-size:16px}.budget-help .help-note{font-size:14px!important;color:#555}.budget-help .btn{margin-top:16px;white-space:normal;text-align:center;line-height:1.6}
.faq details{border-bottom:1px solid #d2cdc5;padding:0;max-width:920px}.faq summary{padding:21px 8px;cursor:pointer;font-weight:600;font-size:16px;line-height:1.5}.faq details p{padding:0 8px 20px;margin:0;max-width:800px;line-height:1.75;color:#4d4d4d}
@media(max-width:900px){
 .nav{gap:12px;position:relative}.nav>.logo{margin-right:auto;flex-shrink:0}.top-btn{white-space:nowrap}.mobile-menu{display:block;flex-shrink:0}
 .mobile-menu summary{cursor:pointer;list-style:none;border:1px solid #777;padding:12px;font-size:13px;min-height:44px;display:flex;align-items:center}.mobile-menu summary::-webkit-details-marker{display:none}
 .mobile-menu summary:after{content:'☰';margin-left:8px}.mobile-menu[open] summary:after{content:'×'}
 .nav .mobile-menu nav{display:flex;position:absolute;right:0;top:100%;margin:0;min-width:220px;max-width:100%;padding:12px;background:#151515;border:1px solid #444;flex-direction:column;gap:0;box-shadow:0 12px 20px #0005}
 .mobile-menu:not([open]) nav{display:none}.mobile-menu nav a{padding:14px 16px;color:#eee;font-size:15px;min-height:48px}.mobile-menu nav a:hover{background:#272727}
}
@media(max-width:580px){
 .nav>.logo{width:94px}.nav{gap:8px}.top-btn{font-size:10px;padding:12px 9px}.top-btn span{display:none}.mobile-menu summary{padding:10px;font-size:12px}
 .hero-phone{font-size:12px;line-height:1.7}.hero-proof{font-size:10px}.budget-help,.faq{padding:48px 0}.budget-help h2,.faq h2{font-size:40px}.footer-top div{font-size:13px}.black{white-space:normal;text-align:center;line-height:1.6}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
