:root{--ink:#111318;--muted:#666d78;--gold:#c8a443;--gold-dark:#9c7b20;--paper:#fff;--soft:#f5f4f0;--line:#e7e4dc;--shadow:0 18px 45px rgba(17,19,24,.10);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}img,video{max-width:100%;display:block}a{text-decoration:none;color:inherit}.container{width:min(1160px,calc(100% - 32px));margin:auto}.section{padding:88px 0}.eyebrow{font-size:.78rem;text-transform:uppercase;letter-spacing:.18em;color:var(--gold-dark);font-weight:800}.section-title{font-size:clamp(2rem,4vw,3.4rem);line-height:1.08;margin:.5rem 0 1rem}.section-lead{max-width:700px;color:var(--muted);font-size:1.08rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;padding:.92rem 1.25rem;border-radius:999px;font-weight:800;transition:.25s;border:1px solid transparent}.btn-primary{background:var(--gold);color:#101010}.btn-primary:hover{background:#dab750;transform:translateY(-2px)}.btn-outline{border-color:rgba(255,255,255,.45);color:#fff}.btn-outline:hover{border-color:var(--gold);color:var(--gold)}
.site-header{position:fixed;inset:0 0 auto;z-index:50;background:rgba(13,15,18,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.09)}.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:155px;max-height:60px;object-fit:contain}.nav{display:flex;align-items:center;gap:26px;color:#fff;font-weight:650}.nav a{font-size:.94rem}.nav a:hover{color:var(--gold)}.menu-toggle{display:none;background:transparent;border:0;color:white;font-size:1.5rem}.nav-cta{background:var(--gold);color:#111!important;padding:.62rem 1rem;border-radius:999px}
.hero{min-height:92vh;display:grid;align-items:end;padding:150px 0 72px;position:relative;color:#fff;background:linear-gradient(90deg,rgba(8,10,12,.88),rgba(8,10,12,.48)),url('../images/hero-background.png') center/cover}.hero:after{content:"";position:absolute;inset:auto 0 0;height:180px;background:linear-gradient(transparent,#111318)}.hero-copy{position:relative;z-index:2;max-width:820px}.hero h1{font-size:clamp(2.8rem,7vw,5.8rem);line-height:.98;margin:.5rem 0 1.2rem;max-width:900px}.hero p{font-size:clamp(1.05rem,2vw,1.35rem);max-width:720px;color:rgba(255,255,255,.82)}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.trust-row{display:flex;gap:20px;flex-wrap:wrap;margin-top:42px}.trust-item{display:flex;align-items:center;gap:9px;color:rgba(255,255,255,.86);font-size:.92rem}.trust-item i{color:var(--gold)}
.quick-cards{background:#111318;color:#fff;padding:0 0 62px}.quick-grid{position:relative;z-index:3;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.quick-card{background:#1a1d22;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:26px}.quick-card strong{display:block;font-size:1.35rem}.quick-card span{color:#b9bec8}
.services-grid,.product-grid,.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:38px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 24px rgba(17,19,24,.06);transition:.25s}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.card-media{aspect-ratio:16/10;overflow:hidden;background:#eee}.card-media img{width:100%;height:100%;object-fit:cover;transition:.4s}.card:hover .card-media img{transform:scale(1.035)}.card-body{padding:24px}.card h3{font-size:1.3rem;margin:0 0 .45rem}.card p{color:var(--muted);margin:0 0 1.2rem}.text-link{font-weight:800;color:var(--gold-dark)}
.band{background:var(--soft)}.about-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:48px}.video-frame{border-radius:26px;overflow:hidden;box-shadow:var(--shadow);background:#111}.video-frame video{width:100%;aspect-ratio:4/3;object-fit:cover}.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:30px}.stat{padding:20px;border-left:3px solid var(--gold);background:#fff;border-radius:0 14px 14px 0}.stat strong{font-size:1.65rem;display:block}.stat span{color:var(--muted)}
.product-card{position:relative}.product-badge{position:absolute;top:16px;left:16px;background:rgba(17,19,24,.86);color:#fff;padding:.35rem .7rem;border-radius:999px;font-size:.75rem;font-weight:800}.product-card .card-body{display:flex;flex-direction:column;min-height:220px}.product-card .btn{margin-top:auto;border-radius:12px}.product-note{margin-top:26px;padding:18px 22px;background:#fff7dc;border:1px solid #ead18a;border-radius:16px;color:#665117}
.gallery-grid{grid-template-columns:2fr 1fr 1fr}.gallery-tile{min-height:240px;border-radius:20px;overflow:hidden;position:relative}.gallery-tile:first-child{grid-row:span 2}.gallery-tile img{width:100%;height:100%;object-fit:cover}.gallery-label{position:absolute;inset:auto 0 0;padding:45px 20px 18px;background:linear-gradient(transparent,rgba(0,0,0,.8));color:#fff;font-weight:800}
.cta{background:#111318;color:#fff;border-radius:30px;padding:52px;display:grid;grid-template-columns:1.5fr auto;gap:24px;align-items:center}.cta h2{margin:0;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05}.cta p{color:#bec3cc}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:32px}.contact-panel{background:var(--soft);padding:30px;border-radius:22px}.contact-item{display:flex;gap:14px;margin:20px 0}.contact-item i{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:var(--gold);color:#111}.map iframe{width:100%;height:430px;border:0;border-radius:22px}.footer{background:#0c0e11;color:#fff;padding:50px 0 24px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:40px}.footer img{width:180px}.footer p,.footer a{color:#adb3bd}.footer a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:32px;padding-top:20px;color:#858c98;font-size:.9rem}.float-wa{position:fixed;right:18px;bottom:18px;z-index:60;width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:#25d366;color:#fff;font-size:1.8rem;box-shadow:0 10px 25px rgba(0,0,0,.25)}
.page-hero{padding:150px 0 70px;background:#111318;color:#fff}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.catalog-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff}.catalog-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.catalog-card-body{padding:22px}.category-list{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.chip{background:var(--soft);border-radius:999px;padding:.38rem .7rem;font-size:.82rem;color:#525966}
@media(max-width:900px){.menu-toggle{display:block}.nav{position:fixed;inset:76px 0 auto;background:#111318;padding:24px 20px;flex-direction:column;align-items:flex-start;transform:translateY(-130%);transition:.25s}.nav.active{transform:translateY(0)}.services-grid,.product-grid,.catalog-grid{grid-template-columns:repeat(2,1fr)}.quick-grid{grid-template-columns:1fr}.about-grid,.contact-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-tile:first-child{grid-column:span 2}.cta{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.container{width:min(100% - 22px,1160px)}.section{padding:64px 0}.header-inner{height:68px}.brand img{width:135px}.nav{inset:68px 0 auto}.hero{min-height:86vh;padding:126px 0 54px;background-position:60% center}.hero h1{font-size:2.75rem}.hero-actions .btn{width:100%}.services-grid,.product-grid,.catalog-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr}.gallery-tile:first-child{grid-column:auto;grid-row:auto}.gallery-tile{min-height:220px}.stats{grid-template-columns:1fr}.cta{padding:32px 24px;border-radius:22px}.footer-grid{grid-template-columns:1fr}.map iframe{height:340px}}
/* Ajustes v2 */
.hero{background-image:linear-gradient(90deg,rgba(8,10,12,.90),rgba(8,10,12,.42)),url('../images/gallery/pisos/Piso-Laminado-para-Quarto-2.jpg');background-position:center;background-size:cover}
.video-frame video{pointer-events:none}
.featured-products{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:38px}.featured-product{display:block;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 24px rgba(17,19,24,.06);transition:.25s}.featured-product:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.featured-product img{width:100%;aspect-ratio:16/10;object-fit:cover}.featured-product>div{padding:23px}.featured-product span{font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;color:var(--gold-dark);font-weight:800}.featured-product h3{font-size:1.35rem;margin:.35rem 0}.featured-product p{color:var(--muted);margin:.2rem 0 1rem}.featured-product strong{color:var(--gold-dark)}.products-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn-dark-outline{border-color:#1b1e23;color:#1b1e23}.btn-dark-outline:hover{background:#1b1e23;color:#fff}.footer img{height:auto;object-fit:contain}
@media(max-width:900px){.featured-products{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.featured-products{grid-template-columns:1fr}.featured-product{display:grid;grid-template-columns:42% 1fr}.featured-product img{height:100%;aspect-ratio:auto}.featured-product>div{padding:18px}.products-actions .btn{width:100%}.hero{background-position:56% center}}

/* Preview produtos — aquecedores */
.product-hero-clean{padding-bottom:42px}
.products-showcase{padding-top:32px}
.heater-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}
.heater-card{position:relative;background:#fff;border:1px solid rgba(24,24,24,.1);border-radius:22px;overflow:hidden;box-shadow:0 14px 35px rgba(0,0,0,.06);display:flex;flex-direction:column}
.heater-card.heater-featured{border-color:#b99552;box-shadow:0 18px 42px rgba(84,63,27,.13)}
.featured-label{position:absolute;right:16px;top:16px;z-index:2;background:#1f1f1f;color:#fff;border-radius:999px;padding:7px 11px;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.heater-image{height:330px;display:flex;align-items:center;justify-content:center;padding:30px;background:linear-gradient(180deg,#fff,#f7f7f5)}
.heater-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:normal}
.heater-body{padding:0 24px 26px;display:flex;flex-direction:column;flex:1}
.heater-line{color:#a98443;font-size:.75rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase;margin-bottom:5px}
.heater-body h2{font-size:1.45rem;margin:0 0 17px;color:#222}
.capacity-list{border-top:1px solid rgba(0,0,0,.08);margin-bottom:22px}
.capacity-list div{display:flex;align-items:center;gap:15px;padding:12px 0;border-bottom:1px solid rgba(0,0,0,.08)}
.capacity-list strong{min-width:38px;color:#222;font-size:.98rem}
.capacity-list span{font-size:.88rem;color:#666}
.heater-body .btn{margin-top:auto;width:100%}
.capacity-note{text-align:center;color:#777;font-size:.8rem;margin:18px 0 48px}
.installed-product-block{display:grid;grid-template-columns:1fr .82fr;gap:0;background:#202020;border-radius:26px;overflow:hidden;color:#fff;min-height:420px}
.installed-copy{padding:54px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.installed-copy h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.05;margin:8px 0 18px;max-width:600px}
.installed-copy p{color:#c9c9c9;max-width:530px;margin:0 0 25px}
.installed-image{min-height:420px}
.installed-image img{width:100%;height:100%;object-fit:cover}
.future-categories{margin-top:34px;padding:22px 26px;border:1px dashed rgba(0,0,0,.18);border-radius:16px;display:flex;justify-content:space-between;gap:20px;color:#777}
.future-categories strong{color:#333}
@media(max-width:900px){.heater-grid{grid-template-columns:1fr}.heater-card{max-width:560px;width:100%;margin:auto}.heater-image{height:300px}.installed-product-block{grid-template-columns:1fr}.installed-copy{padding:38px 28px}.installed-image{min-height:360px;order:-1}}
@media(max-width:560px){.product-hero-clean{padding-bottom:24px}.products-showcase{padding-top:18px}.heater-grid{gap:16px}.heater-card{border-radius:18px}.heater-image{height:250px;padding:22px}.heater-body{padding:0 19px 21px}.heater-body h2{font-size:1.3rem}.capacity-list span{font-size:.82rem}.installed-copy{padding:30px 22px}.installed-image{min-height:310px}.future-categories{flex-direction:column;gap:5px}}

/* Home enxuta — preview v4 */
.compact-title{max-width:760px;margin-bottom:28px}.products-home{padding-top:82px}.product-callout{display:grid;grid-template-columns:minmax(280px,.85fr) 1.15fr;max-width:900px;border:1px solid var(--line);border-radius:26px;overflow:hidden;background:#fff;box-shadow:0 12px 34px rgba(17,19,24,.07);transition:.25s}.product-callout:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-callout-image{min-height:350px;background:linear-gradient(180deg,#fff,#f5f5f2);padding:24px}.product-callout-image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:normal}.product-callout-copy{display:flex;flex-direction:column;justify-content:center;padding:44px}.product-callout-copy>span{font-size:.78rem;text-transform:uppercase;letter-spacing:.15em;color:var(--gold-dark);font-weight:800}.product-callout-copy h3{font-size:clamp(2rem,4vw,3.4rem);line-height:1;margin:.45rem 0 .75rem}.product-callout-copy p{color:var(--muted);font-size:1.08rem}.product-callout-copy strong{margin-top:16px;color:var(--gold-dark)}
.clean-services .card-body{padding:20px 22px}.clean-services .card-body h3{margin:0 0 5px}.clean-services .card-media{aspect-ratio:4/3}.short-points{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.short-points span{padding:11px 16px;border:1px solid var(--line);border-radius:999px;font-weight:750;background:#fff}
.brands-strip{padding:34px 0;background:#f2f2ef;border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden}.brands-track{display:flex;align-items:center;justify-content:space-between;gap:34px;overflow-x:auto;scrollbar-width:none}.brands-track::-webkit-scrollbar{display:none}.brand-logo{flex:0 0 115px;height:58px;display:flex;align-items:center;justify-content:center}.brand-logo img{max-width:100%;max-height:100%;object-fit:contain}.gallery-page-hero h1{font-size:clamp(2.6rem,7vw,5rem);margin:.35rem 0}.gallery-page-hero p{color:#bfc4cc}.simple-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery-photo{border:0;padding:0;background:none;border-radius:18px;overflow:hidden;cursor:zoom-in;box-shadow:0 7px 20px rgba(0,0,0,.08)}.gallery-photo img{width:100%;height:310px;object-fit:cover;transition:.35s}.gallery-photo:hover img{transform:scale(1.035)}
@media(max-width:900px){.product-callout{grid-template-columns:1fr}.product-callout-image{min-height:300px}.simple-gallery{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.product-callout{border-radius:20px}.product-callout-image{min-height:250px}.product-callout-copy{padding:28px 22px}.brands-strip{padding:25px 0}.brand-logo{flex-basis:100px;height:48px}.simple-gallery{grid-template-columns:1fr}.gallery-photo img{height:290px}.simple-nav{display:flex;position:static;transform:none;padding:0;background:transparent;flex-direction:row}.simple-nav>a:not(.nav-cta){display:none}}

/* Ajustes preview v5 */
.brand-logo img{filter:none;mix-blend-mode:normal}.products-home .compact-title{max-width:900px}.simple-gallery{align-items:stretch}

/* Ajustes preview v6 */
.about-copy{max-width:650px;color:var(--muted);font-size:1.04rem}.about-copy p{margin:0 0 14px}.heater-image{background:#f8f8f6}.heater-image img{border-radius:14px}.product-callout-image{background:#f8f8f6}

/* Catálogo de pisos laminados — v7 */
.laminate-hero{min-height:590px;padding:165px 0 80px;display:flex;align-items:flex-end;color:#fff;background:linear-gradient(90deg,rgba(8,10,12,.88),rgba(8,10,12,.22)),url('../images/produtos/laminados/quickstep-visum-imbirema-ambiente.webp') center 70%/cover}.laminate-hero-copy{max-width:790px}.laminate-hero h1{font-size:clamp(3rem,7vw,5.7rem);line-height:.98;margin:.4rem 0 1rem}.laminate-hero p{font-size:1.14rem;max-width:690px;color:rgba(255,255,255,.84);margin-bottom:28px}.laminate-catalog{background:#f7f6f2}.brand-heading{display:flex;align-items:center;gap:28px;margin-bottom:38px}.brand-heading>img{width:190px;max-height:75px;object-fit:contain;background:#fff;border-radius:14px;padding:13px 16px;border:1px solid var(--line)}.brand-heading h2{font-size:clamp(1.8rem,4vw,3rem);line-height:1.08;margin:.25rem 0}.laminate-lines{display:grid;gap:30px}.laminate-line-card{display:grid;grid-template-columns:1.17fr .83fr;min-height:500px;background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:0 14px 38px rgba(17,19,24,.07)}.laminate-line-card.reverse .line-ambient{order:2}.line-ambient{min-height:500px}.line-ambient img{width:100%;height:100%;object-fit:cover}.line-content{padding:46px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.line-top{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.line-brand{font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-dark);font-weight:850}.line-content h3,.durafloor-copy h3{font-size:clamp(2rem,4vw,3.1rem);line-height:1;margin:.35rem 0 .65rem}.texture-swatch{width:98px;height:98px;border-radius:18px;object-fit:cover;border:5px solid #fff;box-shadow:0 7px 22px rgba(0,0,0,.16);flex:0 0 auto}.texture-swatch.large{width:120px;height:120px}.color-name{margin:0 0 14px;color:#3c424b}.line-content>p:not(.color-name){color:var(--muted);font-size:1.02rem;margin:0 0 22px}.line-facts{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:26px}.line-facts span{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border-radius:999px;background:#f1efe8;font-size:.84rem;font-weight:750}.line-facts i{color:var(--gold-dark)}.catalog-disclaimer{text-align:center;color:#777;font-size:.82rem;margin:24px 0 0}.durafloor-preview{background:#fff}.compact-brand-heading{margin-bottom:28px}.durafloor-first-card{display:grid;grid-template-columns:1.15fr .85fr;border-radius:26px;overflow:hidden;border:1px solid var(--line);background:#f6f5f1}.durafloor-image{min-height:430px}.durafloor-image img{width:100%;height:100%;object-fit:cover}.durafloor-copy{padding:44px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.durafloor-copy p:last-child{color:var(--muted)}.laminate-works{background:#17191d;color:#fff}.laminate-works-inner{display:flex;align-items:center;justify-content:space-between;gap:28px}.laminate-works h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.06;margin:.35rem 0;max-width:760px}
@media(max-width:900px){.laminate-line-card,.durafloor-first-card{grid-template-columns:1fr}.laminate-line-card.reverse .line-ambient{order:0}.line-ambient,.durafloor-image{min-height:420px}.line-content,.durafloor-copy{padding:34px}.laminate-works-inner{align-items:flex-start;flex-direction:column}.brand-heading{align-items:flex-start;flex-direction:column;gap:16px}}
@media(max-width:620px){.laminate-hero{min-height:520px;padding:135px 0 56px;background-position:60% center}.laminate-hero h1{font-size:3rem}.brand-heading>img{width:155px}.laminate-line-card{border-radius:20px;min-height:0}.line-ambient,.durafloor-image{min-height:300px}.line-content,.durafloor-copy{padding:26px 21px}.line-top{gap:12px}.texture-swatch{width:75px;height:75px;border-radius:14px}.line-content h3,.durafloor-copy h3{font-size:2rem}.line-facts{gap:7px}.line-facts span{border-radius:13px;padding:9px 10px;font-size:.78rem}.durafloor-first-card{border-radius:20px}}
.home-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.compact-callout{display:block;max-width:none}.compact-callout .product-callout-image{min-height:300px;height:300px}.compact-callout .product-callout-image img{object-fit:cover}.compact-callout:nth-child(2) .product-callout-image img{object-fit:contain}.compact-callout .product-callout-copy{padding:28px}.compact-callout .product-callout-copy h3{font-size:clamp(1.8rem,3vw,2.6rem)}
@media(max-width:780px){.home-product-grid{grid-template-columns:1fr}.compact-callout .product-callout-image{height:270px}}

/* Catálogo CR Service v8 */
.brand-catalog{background:#fff}.floorest-section{background:#f7f6f2}.text-brand-heading{align-items:center}.text-brand-logo{min-width:190px;padding:18px 24px;border:1px solid var(--line);border-radius:14px;background:#fff;font-size:2rem;font-weight:900;letter-spacing:-.05em;text-align:center}.text-brand-heading p,.brand-heading p{margin:.5rem 0 0;color:var(--muted);max-width:680px}.floorest-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.floorest-card{position:relative;overflow:hidden;border-radius:22px;background:#fff;border:1px solid var(--line);box-shadow:0 10px 30px rgba(17,19,24,.06)}.floorest-card img{width:100%;aspect-ratio:1/1;object-fit:cover}.floorest-card div{padding:20px 22px}.floorest-card span{font-size:.72rem;text-transform:uppercase;letter-spacing:.15em;color:var(--gold-dark);font-weight:800}.floorest-card h3{font-size:1.55rem;margin:.2rem 0 0}.center-cta{text-align:center;margin-top:32px}
.vinyl-hero{min-height:620px;padding:165px 0 80px;display:flex;align-items:flex-end;color:#fff;background:linear-gradient(90deg,rgba(8,10,12,.86),rgba(8,10,12,.2)),url('../images/produtos/vinilicos/modaza/citrino-ambiente.webp') center/cover}.vinyl-hero h1{font-size:clamp(3rem,7vw,5.7rem);line-height:.98;margin:.4rem 0 1rem}.vinyl-hero p{font-size:1.14rem;max-width:690px;color:rgba(255,255,255,.84);margin-bottom:28px}.vinyl-intro{background:#f7f6f2;padding-bottom:48px}.vinyl-benefits{display:flex;flex-wrap:wrap;gap:10px}.vinyl-benefits span{display:inline-flex;align-items:center;gap:9px;padding:11px 15px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:.86rem;font-weight:750}.vinyl-benefits i{color:var(--gold-dark)}.vinyl-catalog{background:#fff;padding-top:52px}.vinyl-list{display:grid;gap:32px}.vinyl-card{display:grid;grid-template-columns:1.18fr .82fr;min-height:590px;border:1px solid var(--line);border-radius:28px;overflow:hidden;background:#f7f6f2;box-shadow:0 14px 38px rgba(17,19,24,.07)}.vinyl-card.reverse .vinyl-ambient{order:2}.vinyl-ambient img{width:100%;height:100%;object-fit:cover}.vinyl-copy{padding:42px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.vinyl-copy h2{font-size:clamp(2.3rem,5vw,3.8rem);line-height:1;margin:.35rem 0 1rem}.vinyl-copy>p{color:var(--muted);font-size:1.02rem;margin:0 0 24px}.vinyl-details{display:grid;grid-template-columns:1fr 1fr;gap:14px;width:100%;margin-bottom:26px}.vinyl-details figure{margin:0;background:#fff;border-radius:18px;overflow:hidden;border:1px solid var(--line)}.vinyl-details img{width:100%;aspect-ratio:1/1;object-fit:cover}.vinyl-details figcaption{padding:10px 12px;font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:#555}
@media(max-width:900px){.floorest-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vinyl-card{grid-template-columns:1fr}.vinyl-card.reverse .vinyl-ambient{order:0}.vinyl-ambient{min-height:430px}.vinyl-copy{padding:34px}}
@media(max-width:620px){.floorest-grid{grid-template-columns:1fr}.text-brand-logo{min-width:155px}.vinyl-hero{min-height:540px;padding:135px 0 56px;background-position:58% center}.vinyl-hero h1{font-size:3rem}.vinyl-card{border-radius:20px;min-height:0}.vinyl-ambient{min-height:310px}.vinyl-copy{padding:27px 21px}.vinyl-details{gap:9px}.vinyl-details figure{border-radius:13px}}
.home-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.compact-callout .product-callout-image{min-height:220px;height:220px;padding:34px}.compact-callout .product-callout-image img{object-fit:contain}.compact-callout .product-callout-copy{padding:25px}.compact-callout .product-callout-copy h3{font-size:clamp(1.55rem,2.5vw,2.25rem)}
@media(max-width:980px){.home-product-grid{grid-template-columns:1fr 1fr}}@media(max-width:680px){.home-product-grid{grid-template-columns:1fr}.compact-callout .product-callout-image{height:210px}}

/* v9: galerias unificadas e catálogos compactos */
.gallery-page{padding-top:84px}.gallery-container{padding:64px 0}.gallery-title{text-align:center;margin-bottom:36px}.gallery-title h1{margin-bottom:10px}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px}.gallery-item{overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 12px 32px rgba(0,0,0,.08);transition:transform .25s ease}.gallery-item:hover{transform:translateY(-4px)}.gallery-item img{width:100%;height:260px;object-fit:cover;display:block}.gallery-item-caption{padding:18px}.gallery-item-caption h3{margin:0 0 7px}.gallery-item-caption p{margin:0;color:var(--muted,#666)}.external-gallery,.back-link{text-align:center;margin-top:32px}.page-header{margin-top:0!important}.section-padding{padding:72px 0}.text-center{text-align:center}.about-content{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:center}.about-image img{width:100%;height:auto}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.service-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:18px;padding:22px}.bg-light{background:#f7f5f1}.btn-outline{border:1px solid currentColor;background:transparent}.product-jump-nav{position:sticky;top:76px;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.07)}.jump-inner{display:flex;gap:10px;padding-top:12px;padding-bottom:12px;overflow:auto}.jump-inner a{white-space:nowrap;padding:9px 15px;border-radius:999px;background:#f3f0ea;color:#222;text-decoration:none;font-weight:700;font-size:.9rem}.jump-inner a:hover{background:#1f1f1f;color:#fff}.product-disclosure{margin:0 0 18px;border:1px solid rgba(0,0,0,.08);border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 10px 28px rgba(0,0,0,.05)}.product-disclosure>summary{display:flex;align-items:center;gap:16px;padding:14px 18px;cursor:pointer;list-style:none}.product-disclosure>summary::-webkit-details-marker{display:none}.product-disclosure>summary>img{width:84px;height:60px;object-fit:cover;border-radius:10px}.summary-copy{display:flex;flex-direction:column;flex:1}.summary-copy strong{font-size:1.05rem}.summary-copy small{color:#6a6a6a;margin-top:3px}.product-disclosure>summary i{transition:transform .2s ease}.product-disclosure[open]>summary i{transform:rotate(180deg)}.product-disclosure>article{margin:0!important;border:0!important;border-top:1px solid rgba(0,0,0,.07)!important;border-radius:0!important;box-shadow:none!important}.laminate-lines,.vinyl-list{display:block!important}.product-disclosure .line-ambient img,.product-disclosure .vinyl-ambient img{max-height:520px;object-fit:cover}.product-disclosure:not([open]) article{display:none}@media(max-width:760px){.gallery-page{padding-top:72px}.gallery-grid{grid-template-columns:1fr}.gallery-item img{height:240px}.about-content{grid-template-columns:1fr}.product-jump-nav{top:68px}.product-disclosure>summary>img{width:70px;height:52px}.product-disclosure .laminate-line-card,.product-disclosure .vinyl-card{display:block!important}}
/* Ajustes de refinamento — revisão guiada */
.hero{background-image:linear-gradient(90deg,rgba(8,10,12,.88),rgba(8,10,12,.42)),url('../images/Piso-Laminado-para-Quarto-2.jpg')!important;background-position:center 58%!important}
.home-product-grid{align-items:stretch}.compact-callout{height:100%;display:flex;flex-direction:column}.compact-callout .product-callout-image{height:230px;min-height:230px;padding:18px}.compact-callout .product-callout-image img{width:100%;height:100%;object-fit:cover;border-radius:14px}.compact-callout .product-callout-copy{flex:1;justify-content:space-between;min-height:148px}.compact-callout .product-callout-copy h3{margin:0 0 18px}.compact-callout .product-callout-copy strong{margin-top:auto}
.brand-selector-wrap{background:#f5f3ee;border-bottom:1px solid var(--line);padding:28px 0}.brand-selector{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.brand-choice-card{display:flex;align-items:center;gap:18px;padding:22px;border-radius:20px;background:#fff;border:1px solid var(--line);box-shadow:0 9px 28px rgba(17,19,24,.06);transition:.25s}.brand-choice-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.brand-choice-card img{width:120px;height:55px;object-fit:contain}.brand-choice-card div{display:flex;flex-direction:column;gap:5px}.brand-choice-card strong{font-size:1.12rem}.brand-choice-card span{font-size:.86rem;color:var(--muted);line-height:1.35}.brand-zone{position:relative;border-top:9px solid #e8e2d5}.brand-zone:nth-of-type(even){background:#f7f6f2}.floorest-brand-logo{width:190px;max-height:75px;object-fit:contain;background:#fff;border-radius:14px;padding:13px 16px;border:1px solid var(--line)}.back-to-brands{display:block;width:max-content;margin:34px auto 0;font-weight:750;color:var(--gold-dark)}
.gallery-item{background:transparent}.gallery-item-caption{display:none!important}.gallery-bottom-nav{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:38px}.gallery-photo img{background:#ececec}
@media(max-width:900px){.brand-selector{grid-template-columns:1fr}.brand-choice-card img{width:105px}.compact-callout .product-callout-image{height:215px}}


/* Padrão oficial de catálogo: categoria visual -> página dedicada */
.catalog-category-hero,.catalog-subpage-hero{padding:150px 0 72px;background:#111318;color:#fff}
.catalog-category-hero h1,.catalog-subpage-hero h1{font-size:clamp(2.8rem,6vw,5rem);line-height:1;margin:.35rem 0 1rem}
.catalog-category-hero p,.catalog-subpage-hero p{max-width:720px;color:#c7ccd3;font-size:1.08rem}
.catalog-back{display:inline-flex;align-items:center;gap:9px;margin-bottom:26px;color:#f0c96b;font-weight:800}
.catalog-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.catalog-choice-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 12px 34px rgba(17,19,24,.08);transition:transform .25s,box-shadow .25s}
.catalog-choice-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.catalog-choice-media{aspect-ratio:4/3;overflow:hidden;background:#eceae5}
.catalog-choice-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s}
.catalog-choice-card:hover .catalog-choice-media img{transform:scale(1.035)}
.catalog-choice-copy{display:flex;flex-direction:column;align-items:flex-start;min-height:178px;padding:24px}
.catalog-choice-logo{width:145px;height:48px;object-fit:contain;object-position:left center;margin-bottom:16px}
.catalog-choice-copy h2{font-size:1.65rem;margin:0 0 18px}
.catalog-choice-copy span{display:flex;align-items:center;gap:9px;margin-top:auto;color:var(--gold-dark);font-weight:800}
.dedicated-catalog .brand-zone{border:0}.dedicated-catalog .brand-heading{margin-bottom:36px}
.dedicated-catalog .laminate-lines{display:grid!important;gap:28px}
.dedicated-catalog .laminate-line-card,.dedicated-catalog .vinyl-card{display:grid!important}
.catalog-single-product{max-width:1080px;margin:auto}
.single-heater-wrap{max-width:760px;margin:auto}.heater-detail-card{width:100%}.heater-detail-card .heater-image{height:420px}
/* Cards da home: mesmo formato, crop e tratamento visual */
.products-home .product-callout-image{aspect-ratio:1/1!important;height:auto!important;min-height:0!important;padding:0!important;background:#e9e8e4}
.products-home .product-callout-image img{width:100%;height:100%;object-fit:cover!important;border-radius:0!important;filter:brightness(.98) contrast(1.04)}
@media(max-width:900px){.catalog-choice-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.catalog-category-hero,.catalog-subpage-hero{padding:125px 0 52px}.catalog-choice-grid{grid-template-columns:1fr}.catalog-choice-copy{min-height:155px}.heater-detail-card .heater-image{height:320px}}

/* v11: rodapés, Rheem e ajustes responsivos */
.vinyl-benefits span{color:var(--text)!important}.vinyl-benefits i{color:var(--gold-dark)}
.catalog-choice-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:900px;margin:auto}
.heater-product-media{background:#f4f2ed;padding:28px}.heater-product-media img{object-fit:contain!important;transform:none!important}.heater-line-card .catalog-choice-copy{min-height:190px}.dark-product{background:#ecebe7}.rheem-wordmark{font-size:2.2rem!important;font-weight:800;letter-spacing:-.04em;margin-bottom:28px!important}.heater-image-contain{background:#f4f2ed;padding:28px}.heater-image-contain img{object-fit:contain!important;width:100%;height:100%}
.rodape-category{background:linear-gradient(90deg,rgba(14,15,18,.9),rgba(14,15,18,.38)),url('../images/produtos/rodapes/rodape-instalado.webp') center/cover}.rodape-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.rodape-feature-card{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 12px 34px rgba(17,19,24,.08)}.rodape-feature-wide{grid-column:1/-1;display:grid;grid-template-columns:1.35fr .65fr}.rodape-feature-media{aspect-ratio:4/3;background:#f4f2ed}.rodape-feature-wide .rodape-feature-media{aspect-ratio:auto;min-height:430px}.rodape-feature-media img{width:100%;height:100%;object-fit:cover}.rodape-feature-card:not(.rodape-feature-wide) .rodape-feature-media img{object-fit:contain;padding:12px}.rodape-feature-copy{padding:28px}.rodape-feature-copy>span{color:var(--gold-dark);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.rodape-feature-copy h2{font-size:1.8rem;margin:.55rem 0 .7rem}.rodape-feature-copy p{color:var(--muted);margin:0}.rodape-feature-wide .rodape-feature-copy{display:flex;flex-direction:column;justify-content:center}.rodape-options-head{max-width:720px;margin-bottom:34px}.rodape-options-head h2{font-size:clamp(2rem,4vw,3.2rem);margin:.4rem 0 .8rem}.rodape-option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.rodape-option{background:#fff;border:1px solid var(--line);border-radius:20px;padding:26px}.rodape-option>i{font-size:1.55rem;color:var(--gold-dark)}.rodape-option h3{font-size:1.35rem;margin:14px 0}.option-chips{display:flex;gap:9px;flex-wrap:wrap}.option-chips span{padding:8px 12px;border-radius:999px;background:#f1eee7;font-weight:750;font-size:.9rem}.section-heading-row{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.section-heading-row h2{font-size:clamp(2rem,4vw,3.1rem);margin:.4rem 0 0}.rodape-install-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.rodape-install-grid img{width:100%;height:360px;object-fit:cover;border-radius:20px}.rodape-cta{margin-top:34px;padding:30px;border-radius:22px;background:#111318;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px}.rodape-cta h2{margin:0 0 8px}.rodape-cta p{margin:0;color:#c7ccd3}
@media(max-width:900px){.catalog-choice-grid-2{grid-template-columns:1fr}.rodape-feature-wide{display:block}.rodape-feature-wide .rodape-feature-media{min-height:340px}.rodape-option-grid{grid-template-columns:1fr}.rodape-install-grid{grid-template-columns:1fr 1fr}.rodape-install-grid img:last-child{display:none}.section-heading-row,.rodape-cta{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.rodape-feature-grid{grid-template-columns:1fr}.rodape-feature-wide{grid-column:auto}.rodape-feature-wide .rodape-feature-media{min-height:260px}.rodape-install-grid{grid-template-columns:1fr}.rodape-install-grid img{height:300px}.rodape-install-grid img:last-child{display:block}.rodape-feature-copy{padding:22px}.heater-product-media{padding:20px}.catalog-choice-media{aspect-ratio:1/1}}

/* v13 — Catálogo de automação residencial */
.vinyl-benefits span{color:var(--ink)!important}
.automation-hero{padding:160px 0 88px;background:radial-gradient(circle at 82% 15%,rgba(200,164,67,.22),transparent 28%),linear-gradient(135deg,#0c0e11,#1a1e25);color:#fff}
.automation-hero h1{font-size:clamp(3rem,7vw,5.8rem);line-height:.98;margin:.45rem 0 1.2rem;max-width:860px}.automation-hero p{max-width:700px;color:#c7ccd3;font-size:1.12rem}.automation-tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.automation-tags span{border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:.55rem .9rem;color:#fff;font-weight:750}
.automation-heading{max-width:720px;margin-bottom:34px}.automation-heading h2{font-size:clamp(2.2rem,5vw,3.8rem);line-height:1.05;margin:.4rem 0 .8rem}.automation-heading p{color:var(--muted)}
.automation-choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.automation-choice-card{overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 12px 34px rgba(17,19,24,.07);transition:.25s}.automation-choice-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.automation-choice-media{aspect-ratio:1/1;background:#f5f4f0;overflow:hidden}.automation-choice-media img{width:100%;height:100%;object-fit:contain;padding:28px;transition:.35s}.automation-choice-card:hover img{transform:scale(1.035)}.automation-choice-copy{padding:24px;min-height:245px;display:flex;flex-direction:column}.automation-choice-copy>span{font-size:.77rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--gold-dark)}.automation-choice-copy h2{font-size:1.55rem;line-height:1.12;margin:.55rem 0}.automation-choice-copy p{color:var(--muted);margin:0 0 18px}.automation-choice-copy strong{margin-top:auto;color:var(--gold-dark)}
.full-service-block{display:grid;grid-template-columns:1.15fr .85fr;gap:44px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:28px;padding:44px}.full-service-block h2{font-size:clamp(2rem,4vw,3.3rem);line-height:1.06;margin:.45rem 0 .8rem}.full-service-block p{color:var(--muted)}.full-service-list{display:grid;grid-template-columns:1fr 1fr;gap:14px}.full-service-list span{display:flex;align-items:center;gap:10px;background:var(--soft);padding:16px;border-radius:16px;font-weight:750}.full-service-list i{color:var(--gold-dark)}.full-service-block.compact{margin:0}
.automation-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:28px}.automation-steps article{padding:28px;border-radius:22px;background:#111318;color:#fff}.automation-steps b{color:var(--gold);font-size:1.2rem}.automation-steps h3{font-size:1.35rem;margin:12px 0 6px}.automation-steps p{color:#bcc2cb;margin:0}
.automation-detail{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.automation-detail-media{background:#f5f4f0;border-radius:28px;min-height:560px;display:grid;place-items:center;padding:40px}.automation-detail-media img{width:100%;height:100%;max-height:500px;object-fit:contain}.automation-detail-copy h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1.08;margin:.5rem 0 1rem}.automation-detail-copy p{color:var(--muted)}.automation-detail-copy ul{list-style:none;padding:0;margin:26px 0}.automation-detail-copy li{display:flex;align-items:center;gap:11px;margin:12px 0;font-weight:700}.automation-detail-copy li i{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#eee7d4;color:var(--gold-dark);font-size:.75rem}
@media(max-width:900px){.automation-choice-grid{grid-template-columns:1fr 1fr}.full-service-block,.automation-detail{grid-template-columns:1fr}.automation-steps{grid-template-columns:1fr}.automation-detail-media{min-height:420px}}
@media(max-width:620px){.automation-hero{padding:130px 0 62px}.automation-choice-grid{grid-template-columns:1fr}.automation-choice-copy{min-height:215px}.full-service-block{padding:26px}.full-service-list{grid-template-columns:1fr}.automation-detail{gap:28px}.automation-detail-media{min-height:330px;padding:24px}}

/* v14 — aquecedores por marca na mesma página */
.heater-brand-tabs{display:flex;justify-content:center;gap:14px;margin:0 auto 38px;flex-wrap:wrap}
.heater-brand-tab{min-width:210px;height:86px;border:1px solid var(--line);border-radius:18px;background:#fff;padding:18px 28px;display:grid;place-items:center;cursor:pointer;transition:.22s;box-shadow:0 8px 24px rgba(17,19,24,.05)}
.heater-brand-tab img{width:155px;height:44px;object-fit:contain}
.heater-brand-tab:hover,.heater-brand-tab.active{border-color:var(--gold);transform:translateY(-2px);box-shadow:0 14px 30px rgba(17,19,24,.09)}
.heater-brand-panel{animation:heaterFade .24s ease}
@keyframes heaterFade{from{opacity:.25;transform:translateY(6px)}to{opacity:1;transform:none}}
.heater-card{text-decoration:none;color:inherit}
.heater-image{background:#efefed!important;padding:22px!important}
.heater-image img{object-fit:contain!important;border-radius:12px!important;width:100%;height:100%}
.heater-card .btn{pointer-events:none;text-align:center}
.automation-work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:26px 0}
.automation-work-grid img{width:100%;height:340px;object-fit:cover;border-radius:22px;border:1px solid var(--line)}
@media(max-width:800px){.automation-work-grid{grid-template-columns:1fr 1fr}.automation-work-grid img:last-child{grid-column:1/-1}}
@media(max-width:560px){.heater-brand-tab{min-width:145px;height:74px;padding:14px}.heater-brand-tab img{width:120px;height:38px}.automation-work-grid{grid-template-columns:1fr}.automation-work-grid img,.automation-work-grid img:last-child{grid-column:auto;height:280px}}


/* v15 — refinamento de aquecedores e automação */
.heater-card .capacity-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  border-top:1px solid rgba(0,0,0,.08);
  padding-top:16px;
  margin:2px 0 22px;
}
.heater-card .capacity-list>span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:64px;
  min-height:38px;
  padding:.55rem .85rem;
  border:1px solid rgba(25,25,25,.14);
  border-radius:10px;
  background:#fff;
  color:#262626;
  font-size:.9rem;
  font-weight:800;
  line-height:1;
  white-space:nowrap;
}
.heater-card .capacity-list>div{width:100%}
.heater-card .heater-body h2{margin-top:4px}
.heater-image{isolation:isolate}
.heater-image img{max-width:100%;max-height:100%}
.automation-choice-media{background:linear-gradient(180deg,#fbfbfa,#f1f0ec)}
.automation-choice-media img{object-fit:contain;padding:24px}
.compact-callout[href="aquecedores.html"] .product-callout-image img,
.compact-callout[href="automacao.html"] .product-callout-image img{
  object-fit:contain;
  padding:8px;
  background:#f8f8f6;
}
@media(max-width:560px){
  .heater-card .capacity-list{gap:8px}
  .heater-card .capacity-list>span{min-width:58px;min-height:36px;padding:.5rem .7rem;font-size:.84rem}
}
