:root{--red:#A52F25;--red-dark:#86241C;--terracota:#C65A3A;--grafite:#252525;--concreto:#686868;--offwhite:#F6F4F0;--white:#FFFFFF;--line:#E4DFD7;--wa:#0E7A5F;--radius:10px;--shadow:0 8px 28px rgba(37,37,37,.10);--container:1200px;--font-head:"Barlow Condensed","Arial Narrow",Arial,sans-serif;--font-body:"Barlow","Segoe UI",Arial,sans-serif}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-body);font-size:17px;line-height:1.65;color:var(--grafite);background:var(--white)}img{max-width:100%;height:auto;display:block}svg{width:20px;height:20px;flex-shrink:0}a{color:var(--red);text-underline-offset:3px}a:hover{color:var(--red-dark)}h1,h2,h3,h4{font-family:var(--font-head);font-weight:700;line-height:1.15;margin:0 0 .5em;color:var(--grafite);letter-spacing:.2px}h1{font-size:38px}h2{font-size:28px}h3{font-size:21px}p{margin:0 0 1em}ul{padding-left:1.2em}:focus-visible{outline:3px solid var(--terracota);outline-offset:2px}.skip-link{position:absolute;left:-999px;top:0;background:var(--grafite);color:#fff;padding:10px 16px;z-index:999}.skip-link:focus{left:10px;top:10px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 20px}.section{padding:72px 0}.section--alt{background:var(--offwhite)}.section--dark{background:var(--grafite);color:#E9E6E1}.section--dark h2,.section--dark h3{color:#fff}.section-head{max-width:760px;margin:0 0 40px}.section-head.center{margin-left:auto;margin-right:auto;text-align:center}.eyebrow{display:inline-block;font-family:var(--font-head);font-weight:700;font-size:15px;letter-spacing:1.6px;text-transform:uppercase;color:var(--red);margin-bottom:8px}.section--dark .eyebrow{color:#F0A58F}.lead{font-size:19px;color:#444}.grid{display:grid;gap:24px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.split{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}.split--top{align-items:start}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:12px 24px;border-radius:6px;border:2px solid transparent;font-family:var(--font-head);font-weight:700;font-size:18px;letter-spacing:.4px;text-decoration:none;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.btn svg{width:20px;height:20px}.btn--primary{background:var(--red);color:#fff}.btn--primary:hover{background:var(--red-dark);color:#fff}.btn--wa{background:var(--wa);color:#fff}.btn--wa:hover{background:#0A5E49;color:#fff}.btn--ghost{border-color:#fff;color:#fff}.btn--ghost:hover{background:#fff;color:var(--grafite)}.btn--outline{border-color:var(--red);color:var(--red);background:transparent}.btn--outline:hover{background:var(--red);color:#fff}.btn-row{display:flex;flex-wrap:wrap;gap:12px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.card__img{aspect-ratio:740 / 481;object-fit:cover;width:100%;background:var(--offwhite)}.card__body{padding:22px;display:flex;flex-direction:column;flex:1}.card__body p{color:#4a4a4a;font-size:16px}.card__link{margin-top:auto;font-family:var(--font-head);font-weight:700;font-size:17px;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.card__link svg{width:16px;height:16px}.feature{background:#fff;border-radius:var(--radius);padding:28px;border-top:4px solid var(--red);box-shadow:0 2px 10px rgba(0,0,0,.04)}.feature__num{font-family:var(--font-head);font-weight:700;font-size:34px;color:var(--terracota);line-height:1;display:block;margin-bottom:10px}.feature p{margin:0;color:#4a4a4a;font-size:16px}.steps{counter-reset:step;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;list-style:none;padding:0;margin:0}.steps li{position:relative;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:26px 24px 24px 76px}.steps li::before{counter-increment:step;content:counter(step);position:absolute;left:22px;top:24px;width:40px;height:40px;border-radius:50%;background:var(--red);color:#fff;font-family:var(--font-head);font-weight:700;font-size:20px;display:grid;place-items:center}.steps h3{margin-bottom:6px}.steps p{margin:0;font-size:16px;color:#D8D4CE}.chips{display:flex;flex-wrap:wrap;gap:10px;list-style:none;padding:0;margin:0}.chips li{background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 18px;font-family:var(--font-head);font-weight:700;font-size:17px;color:var(--grafite)}.review{background:#fff;border-radius:var(--radius);padding:28px;border:1px solid var(--line);display:flex;flex-direction:column}.stars{color:#B8860B;font-size:20px;letter-spacing:3px;margin-bottom:10px}.review blockquote{margin:0 0 18px;font-size:16.5px;color:#3a3a3a}.review cite{margin-top:auto;font-style:normal;font-family:var(--font-head);font-weight:700;font-size:18px}.review small{display:block;color:var(--concreto);font-family:var(--font-body);font-weight:400;font-size:14px}.store{background:#fff;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line)}.store img{width:100%;aspect-ratio:1200 / 776;object-fit:cover}.store__body{padding:26px}.store__list{list-style:none;padding:0;margin:0 0 20px}.store__list li{display:flex;gap:10px;align-items:flex-start;padding:6px 0}.store__list svg{color:var(--red);margin-top:4px;width:18px;height:18px}.store__list a{color:var(--grafite)}.faq details{background:#fff;border:1px solid var(--line);border-radius:8px;margin-bottom:12px}.faq summary{cursor:pointer;padding:18px 52px 18px 22px;font-family:var(--font-head);font-weight:700;font-size:19px;position:relative;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary::after{content:"+";position:absolute;right:22px;top:50%;transform:translateY(-50%);font-size:26px;color:var(--red)}.faq details[open] summary::after{content:"–"}.faq details>div{padding:0 22px 18px;color:#444}.faq details>div p:last-child{margin:0}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.gallery figure{margin:0;background:#fff;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line)}.gallery img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.gallery img.contain{object-fit:contain;background:#fff;padding:8px}.gallery figcaption{padding:12px 14px;font-size:15px;font-weight:600}.prose h2{margin-top:1.4em}.prose h2:first-child{margin-top:0}.prose h3{margin-top:1.2em}.prose ul li{margin-bottom:6px}.media-frame{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#fff}.media-frame img{width:100%}.aside-box{background:var(--offwhite);border-left:4px solid var(--red);border-radius:0 var(--radius) var(--radius) 0;padding:22px 24px;margin-top:24px}.aside-box p:last-child{margin:0}.checklist{list-style:none;padding:0}.checklist li{position:relative;padding-left:30px;margin-bottom:10px}.checklist li::before{content:"";position:absolute;left:0;top:7px;width:18px;height:18px;border-radius:50%;background:var(--red) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3.5'%3E%3Cpath d='M5 12l4 4 10-10'/%3E%3C/svg%3E") center / 12px no-repeat}.form{display:grid;gap:16px}.form label{font-weight:600;font-size:15px;display:block;margin-bottom:6px}.form input,.form select,.form textarea{width:100%;font:inherit;font-size:16px;padding:12px 14px;border:1px solid #BDB6AB;border-radius:6px;background:#fff;color:var(--grafite)}.form textarea{min-height:130px;resize:vertical}.form input:focus,.form select:focus,.form textarea:focus{outline:3px solid rgba(165,47,37,.25);border-color:var(--red)}.form .row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form small{color:var(--concreto);font-size:14px}.map-box{position:relative;aspect-ratio:16 / 10;background:var(--grafite) center / cover no-repeat;border-radius:var(--radius);overflow:hidden;display:grid;place-items:center}.map-box::before{content:"";position:absolute;inset:0;background:rgba(25,25,25,.62)}.map-box .btn{position:relative}.map-box iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.cta-band{background:var(--red);color:#fff;padding:56px 0}.cta-band h2{color:#fff;margin-bottom:8px}.cta-band p{margin:0;color:#FBE9E5}.cta-band .container{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}.cta-band .btn--light{background:#fff;color:var(--red)}.cta-band .btn--light:hover{background:var(--grafite);color:#fff}.topbar{background:var(--grafite);color:#D9D5CF;font-size:14px}.topbar .container{display:flex;justify-content:space-between;align-items:center;gap:16px;min-height:40px;flex-wrap:wrap}.topbar ul{list-style:none;display:flex;gap:22px;margin:0;padding:0;flex-wrap:wrap}.topbar li{display:flex;align-items:center;gap:7px}.topbar svg{width:15px;height:15px;color:#E0795A}.topbar a{color:#fff;text-decoration:none}.topbar a:hover{text-decoration:underline;color:#fff}.header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--line);transition:box-shadow .2s}.header.is-scrolled{box-shadow:0 4px 18px rgba(0,0,0,.08)}.header .container{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:80px}.logo{display:block;line-height:0}.logo img{width:200px;height:56px}.nav ul{list-style:none;display:flex;align-items:center;gap:4px;margin:0;padding:0}.nav a,.nav button.nav__toggle-sub{display:flex;align-items:center;gap:4px;padding:10px 14px;font-family:var(--font-head);font-weight:700;font-size:18px;color:var(--grafite);text-decoration:none;border-radius:6px;background:none;border:0;cursor:pointer}.nav a:hover,.nav a[aria-current="page"],.nav button.nav__toggle-sub:hover{color:var(--red)}.nav a[aria-current="page"]{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:8px}.nav .has-sub{position:relative}.nav .has-sub svg{width:14px;height:14px}.nav .sub{position:absolute;top:100%;left:0;min-width:260px;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);padding:8px;display:none;flex-direction:column;align-items:stretch;gap:0}.nav .has-sub:hover .sub,.nav .has-sub:focus-within .sub,.nav .has-sub.open .sub{display:flex}.nav .sub a{font-family:var(--font-body);font-weight:600;font-size:16px;padding:9px 12px}.nav .sub a:hover{background:var(--offwhite)}.header__cta{display:flex;gap:10px;align-items:center}.header__cta .btn{min-height:44px;padding:8px 18px;font-size:17px}.menu-btn{display:none;width:48px;height:48px;border:1px solid var(--line);border-radius:8px;background:#fff;cursor:pointer;align-items:center;justify-content:center;color:var(--grafite)}.menu-btn svg{width:26px;height:26px}.hero{position:relative;color:#fff;overflow:hidden;background:var(--grafite)}.hero__bg,.hero__bg img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero__bg img{object-position:center 40%}.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(20,20,20,.86) 0%,rgba(20,20,20,.66) 50%,rgba(20,20,20,.40) 100%)}.hero__inner{position:relative;z-index:2;padding:88px 0 80px;max-width:720px}.hero h1{color:#fff;margin-bottom:16px}.hero p{font-size:19px;color:#F1EEE9;max-width:620px}.hero--home{min-height:600px;display:flex;align-items:center}.hero--home .hero__inner{padding:110px 0 100px}.hero--home::after{background:linear-gradient(90deg,rgba(18,18,18,.90) 0%,rgba(18,18,18,.72) 42%,rgba(18,18,18,.28) 75%,rgba(18,18,18,.12) 100%)}.hero--page{min-height:360px;display:flex;align-items:center}.hero--page .hero__inner{padding:64px 0 56px}.hero__badges{display:flex;flex-wrap:wrap;gap:12px 28px;list-style:none;padding:0;margin:28px 0 0}.hero__badges li{display:flex;align-items:center;gap:8px;font-weight:600;font-size:16px}.hero__badges svg{color:#F0A58F}.breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;gap:6px;padding:0;margin:0 0 18px;font-size:15px}.breadcrumb li{color:#E6E1DA}.breadcrumb li + li::before{content:"›";margin-right:6px;color:#F0A58F}.breadcrumb a{color:#fff}.brands{background:var(--offwhite);border-bottom:1px solid var(--line);padding:26px 0}.brands .container{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.brands p{margin:0;font-family:var(--font-head);font-weight:700;font-size:17px;color:var(--concreto);text-transform:uppercase;letter-spacing:1px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}.stat{background:var(--offwhite);border-radius:var(--radius);padding:18px;text-align:center}.stat strong{display:block;font-family:var(--font-head);font-size:34px;color:var(--red);line-height:1.1}.stat span{font-size:15px;color:#4a4a4a}.facade{margin:0}.facade img{border-radius:var(--radius);box-shadow:var(--shadow)}.facade figcaption{font-size:14px;color:var(--concreto);margin-top:10px}.info-list{list-style:none;padding:0;margin:0;display:grid;gap:14px}.info-list li{display:flex;gap:12px}.info-list svg{color:var(--red);margin-top:4px}.info-list a{color:var(--grafite)}.footer{background:#1B1B1B;color:#CFCAC3;font-size:15.5px}.footer__top{padding:60px 0 40px;display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:36px}.footer h3{color:#fff;font-size:20px;margin-bottom:14px}.footer ul{list-style:none;padding:0;margin:0}.footer li{margin-bottom:8px}.footer a{color:#E9E4DD;text-decoration:none}.footer a:hover{color:#fff;text-decoration:underline}.footer__logo img{width:210px;height:59px;margin-bottom:16px}.footer__bottom{border-top:1px solid #333;padding:20px 0;font-size:14px}.footer__bottom .container{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.footer__bottom p{margin:0;color:#FFF}.footer__bottom p a{color:#ffff00;text-decoration:underline}.footer__bottom p a:hover{color:#fff}.wa-float{position:fixed;right:18px;bottom:18px;z-index:60;width:60px;height:60px;border-radius:50%;background:var(--wa);color:#fff;display:grid;place-items:center;box-shadow:0 6px 20px rgba(0,0,0,.25)}.wa-float svg{width:32px;height:32px}.wa-float:hover{background:#0A5E49;color:#fff}.cookie{position:fixed;left:16px;right:16px;bottom:16px;z-index:70;max-width:720px;margin:0 auto;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.18);padding:20px 22px;display:none;gap:16px;align-items:center;justify-content:space-between;flex-wrap:wrap;font-size:15px}.cookie.show{display:flex}.cookie p{margin:0;flex:1 1 320px}.cookie .btn{min-height:44px;padding:8px 18px;font-size:16px}.notfound{text-align:center;padding:100px 0}.notfound strong{font-family:var(--font-head);font-size:110px;color:var(--red);line-height:1;display:block}.mt-0{margin-top:0}.mt-2{margin-top:24px}.center{text-align:center}@media (max-width:1080px){.footer__top{grid-template-columns:1fr 1fr}.grid-4,.gallery{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr)}.header__cta .btn--outline{display:none}}@media (max-width:920px){.menu-btn{display:inline-flex}.nav{position:fixed;inset:80px 0 0 0;background:#fff;transform:translateX(100%);transition:transform .25s;overflow-y:auto;padding:16px 20px 40px;border-top:1px solid var(--line);visibility:hidden}.nav.open{transform:none;visibility:visible}.nav ul{flex-direction:column;align-items:stretch}.nav a,.nav button.nav__toggle-sub{font-size:20px;padding:14px 8px;width:100%;justify-content:space-between}.nav .sub{position:static;display:none;box-shadow:none;border:0;padding:0 0 0 12px}.nav .has-sub:hover .sub{display:none}.nav .has-sub.open .sub,.nav .has-sub.open:hover .sub{display:flex}.split,.grid-3,.grid-2{grid-template-columns:1fr}.split{gap:32px}.header__cta .btn--wa span{display:none}.header__cta .btn--wa{padding:8px 12px}}@media (max-width:640px){body{font-size:16.5px}.section{padding:56px 0}.topbar .hide-sm{display:none}.topbar ul{gap:14px}.logo img{width:160px;height:45px}.hero--home{min-height:560px;align-items:flex-end}.hero--home::after{background:linear-gradient(180deg,rgba(18,18,18,.35) 0%,rgba(18,18,18,.78) 45%,rgba(18,18,18,.92) 100%)}.hero--home .hero__inner{padding:180px 0 48px}.hero p{font-size:17.5px}.grid-4,.gallery,.steps,.stats,.form .row{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr;gap:12px}.footer__top{grid-template-columns:1fr}.btn-row .btn{width:100%}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{transition:none!important;scroll-behavior:auto!important}}