:root{--red:#e51b24;--red-dark:#b70d14;--ink:#111315;--muted:#676966;--paper:#f8f6f1;--surface:#fff;--line:#dfdcd6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}button,input,select{font:inherit}button,a{color:inherit}a{text-decoration:none}.announcement{min-height:34px;padding:7px 20px;display:flex;align-items:center;justify-content:center;gap:14px;background:var(--ink);color:#fff;font-size:10px;font-weight:750;letter-spacing:.07em;text-transform:uppercase}.announcement i{color:var(--red);font-style:normal}.site-header{position:sticky;top:0;z-index:30;min-height:84px;padding:8px clamp(20px,4vw,64px);display:grid;grid-template-columns:215px auto minmax(250px,360px) auto;align-items:center;gap:clamp(18px,2.5vw,42px);border-bottom:1px solid rgba(17,19,21,.08);background:rgba(248,246,241,.95);backdrop-filter:blur(15px)}.brand{position:relative;width:210px;height:64px;display:block;overflow:hidden;border:1px solid rgba(17,19,21,.08);border-radius:12px;background:#fff;box-shadow:0 5px 18px rgba(17,19,21,.045)}.brand img{position:absolute;top:2px;left:50%;width:158px;height:auto;max-width:none;transform:translateX(-50%)}.site-header nav{display:flex;gap:30px;font-size:13px;font-weight:700}.site-header nav a{position:relative;padding:13px 0}.site-header nav a:after{content:"";position:absolute;left:0;right:100%;bottom:4px;height:2px;background:var(--red);transition:right .2s}.site-header nav a:hover:after,.site-header nav a.active:after{right:0}.site-header nav a.active{color:var(--red)}.header-search{height:46px;padding:0 16px;display:flex;align-items:center;gap:10px;border:1px solid #c9c6c0;border-radius:999px;background:#fff}.header-search input{width:100%;border:0;outline:0;background:transparent;font-size:12px}.cart-toggle{height:42px;padding:0 13px;border:0;border-radius:10px;background:var(--ink);color:#fff;font-size:11px;font-weight:800}.cart-toggle b{min-width:18px;height:18px;margin-left:5px;display:inline-grid;place-items:center;border-radius:50%;background:var(--red);font-size:9px}.hero{position:relative;min-height:670px;margin:16px;display:grid;grid-template-columns:42% 1fr;overflow:hidden;border:1px solid var(--line);border-radius:28px;background:#fff}.hero-copy{z-index:2;padding:95px 30px 55px clamp(38px,5.5vw,84px);display:flex;flex-direction:column;align-items:flex-start}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--red);font-size:10px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.eyebrow:before{content:"";width:23px;height:2px;background:currentColor}.hero h1{margin:22px 0 20px;font-size:clamp(58px,6.3vw,100px);line-height:.9;letter-spacing:-.07em}.hero p{max-width:500px;margin:0;color:var(--muted);font-size:18px;line-height:1.55}.hero-actions{margin-top:31px;display:flex;align-items:center;gap:24px}.btn{min-height:52px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:16px;border:0;border-radius:11px;font-size:12px;font-weight:800;cursor:pointer}.btn.primary{background:var(--red);color:#fff;box-shadow:0 9px 25px rgba(229,27,36,.2)}.btn.dark{background:var(--ink);color:#fff}.btn.white{background:#fff;color:var(--ink)}.text-link{padding-bottom:4px;border-bottom:1px solid var(--ink);font-size:12px;font-weight:750}.hero-proof{margin-top:auto;display:flex;gap:20px;align-items:center}.hero-proof strong{font-size:12px}.hero-proof span{padding-left:20px;border-left:1px solid var(--line);color:var(--red);font-size:11px;font-weight:750}.hero-visual{position:relative;min-width:0;background:linear-gradient(133deg,transparent 0 64%,var(--red) 64% 67%,transparent 67%),#f3f0ea}.hero-visual img{position:absolute;inset:3% -5% 0 -10%;width:115%;height:97%;object-fit:contain;animation:hero .65s ease both}@keyframes hero{from{opacity:0;transform:translateX(20px)}to{opacity:1;transform:none}}.category-strip{position:relative;z-index:3;margin:-90px 32px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.category-strip a{min-height:150px;padding:23px;display:flex;flex-direction:column;align-items:flex-start;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 15px 36px rgba(17,19,21,.07);transition:.2s}.category-strip a:hover{transform:translateY(-5px);border-color:rgba(229,27,36,.4)}.category-strip span{color:var(--red);font-size:9px;font-weight:850}.category-strip strong{margin-top:24px;font-size:25px;letter-spacing:-.04em}.category-strip small{margin-top:5px;color:var(--muted);font-size:10px}.category-strip b{align-self:flex-end;margin-top:-16px;color:var(--red)}.fit-finder,.catalog,.brands,.cta,footer{width:min(1240px,calc(100% - 48px));margin-left:auto;margin-right:auto}.fit-finder{margin-top:105px;padding:32px 37px;display:grid;grid-template-columns:.8fr 1.2fr;align-items:end;gap:40px;border:1px solid var(--line);border-radius:20px;background:#fff}.fit-finder h2,.section-heading h2,.cta h2{margin:12px 0 0;font-size:clamp(32px,3.6vw,52px);line-height:1;letter-spacing:-.055em}.fit-finder form{display:grid;grid-template-columns:1fr 1fr auto;gap:9px}.fit-finder label{padding:9px 11px;display:flex;flex-direction:column;gap:5px;border:1px solid var(--line);border-radius:9px;color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase}.fit-finder select,.fit-finder input{height:23px;border:0;outline:0;background:transparent;color:var(--ink);font-size:11px;text-transform:none}.catalog{margin-top:110px}.section-heading{display:grid;grid-template-columns:1fr 400px;align-items:end;gap:45px}.section-heading p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}.catalog-controls{margin-top:36px;display:flex;align-items:center;justify-content:space-between;gap:20px}.filter-tabs{display:flex;flex-wrap:wrap;gap:7px}.filter-tabs a{min-height:37px;padding:0 16px;display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:10px;font-weight:750}.filter-tabs a.active,.filter-tabs a:hover{border-color:var(--ink);background:var(--ink);color:#fff}.catalog-search{height:40px;display:flex}.catalog-search input{width:230px;padding:0 13px;border:1px solid #c9c6c0;border-right:0;border-radius:9px 0 0 9px;outline:0}.catalog-search button{padding:0 14px;border:0;border-radius:0 9px 9px 0;background:var(--red);color:#fff;font-size:10px;font-weight:800}.results-summary{margin-top:18px;display:flex;justify-content:space-between;color:var(--muted);font-size:10px}.results-summary a{color:var(--red);font-weight:800}.product-grid{margin-top:25px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product-card{overflow:hidden;border:1px solid var(--line);border-radius:17px;background:#fff;transition:.2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(17,19,21,.08)}.product-image{position:relative;height:220px;overflow:hidden;border-bottom:1px solid var(--line);background:#f3f1ec url('../images/product-strip.png') 0 center/400% auto no-repeat}.product-image.cat-frenos{background-position:33.333% center}.product-image.cat-motor{background-position:66.666% center}.product-image.cat-accesorios{background-position:100% center}.product-image img{width:100%;height:100%;object-fit:cover}.badge,.stock-label{position:absolute;top:12px;padding:6px 8px;border-radius:7px;font-size:8px;font-weight:850;text-transform:uppercase}.badge{left:12px;background:var(--red);color:#fff}.stock-label{right:12px;background:rgba(255,255,255,.9);color:#28713c}.stock-label.out{color:#a20f16}.product-content{padding:17px}.product-category{color:var(--red);font-size:8px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.product-card h3{min-height:42px;margin:8px 0;font-size:15px;line-height:1.35}.product-card p{min-height:26px;margin:0;color:var(--muted);font-size:9px;line-height:1.5}.product-footer{margin-top:17px;padding-top:13px;display:flex;align-items:flex-end;justify-content:space-between;border-top:1px solid #eceae6}.product-footer>div{display:flex;flex-direction:column;gap:3px}.product-footer strong{font-size:15px}.product-footer del{color:#969793;font-size:9px}.add-cart{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:9px;background:var(--ink);color:#fff;font-size:19px;cursor:pointer}.add-cart:hover{background:var(--red)}.add-cart:disabled{opacity:.35;cursor:not-allowed}.empty-state{margin-top:25px;padding:60px 20px;text-align:center;border:1px dashed #c9c6bf;border-radius:16px;background:#fff}.empty-state h3{font-size:24px}.empty-state p{color:var(--muted)}.service-band{margin-top:90px;padding:40px max(24px,calc((100vw - 1180px)/2));display:grid;grid-template-columns:repeat(3,1fr);background:var(--ink);color:#fff}.service-band div{padding:0 35px;display:flex;flex-direction:column;gap:5px;border-right:1px solid rgba(255,255,255,.13)}.service-band div:last-child{border:0}.service-band strong{font-size:13px}.service-band span{color:rgba(255,255,255,.55);font-size:9px}.brands{margin-top:60px;margin-bottom:60px;display:flex;align-items:center;justify-content:space-between;gap:35px}.brands>span{max-width:170px;color:var(--muted);font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.brands>div{flex:1;display:flex;justify-content:space-around;gap:25px;flex-wrap:wrap}.brands a{color:#858681;font-size:19px;font-weight:900;text-transform:uppercase}.brands a:hover{color:var(--red)}.cta{min-height:300px;padding:55px 65px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px;border-radius:24px;background:var(--red);color:#fff}.cta>div{max-width:700px}.eyebrow.light{color:#fff}.cta p{max-width:650px;color:rgba(255,255,255,.8);line-height:1.6}.cta .btn{white-space:nowrap}footer{margin-top:18px;margin-bottom:20px;padding:45px;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px;border:1px solid var(--line);border-radius:22px;background:#fff}.footer-brand img{width:154px;height:224px;object-fit:contain;object-position:center}.footer-brand p{max-width:260px;color:var(--muted);font-size:11px;line-height:1.6}footer>div:not(.footer-brand){padding-top:18px;display:flex;flex-direction:column;align-items:flex-start;gap:11px;color:var(--muted);font-size:11px}footer>div strong{margin-bottom:4px;color:var(--ink);font-size:10px;text-transform:uppercase;letter-spacing:.06em}footer a:hover{color:var(--red)}footer>small{grid-column:1/-1;padding-top:22px;border-top:1px solid var(--line);color:#8b8c88;font-size:9px}.drawer-backdrop{position:fixed;inset:0;z-index:50;display:none;border:0;background:rgba(17,19,21,.43);backdrop-filter:blur(3px)}.drawer-backdrop.open{display:block}.cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:60;width:min(430px,100%);display:flex;flex-direction:column;background:var(--paper);box-shadow:-20px 0 60px rgba(17,19,21,.2);transform:translateX(103%);transition:transform .28s}.cart-drawer.open{transform:translateX(0)}.drawer-head{padding:24px;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line);background:#fff}.drawer-head>div>span{color:var(--red);font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.1em}.drawer-head h2{margin:5px 0 0;font-size:25px}.drawer-head h2 b{display:inline-grid;min-width:21px;height:21px;place-items:center;border-radius:50%;background:var(--red);color:#fff;font-size:9px}.drawer-close{width:38px;height:38px;border:0;border-radius:50%;background:#f2f0eb;font-size:25px}.drawer-items{flex:1;padding:16px;overflow:auto}.cart-item{padding:12px 0;display:grid;grid-template-columns:78px 1fr auto;gap:12px;border-bottom:1px solid var(--line)}.cart-item img,.cart-thumb{width:78px;height:78px;border-radius:10px;object-fit:cover;background:#eae7e0}.cart-item h3{margin:3px 0 6px;font-size:12px}.cart-item strong{font-size:11px}.cart-qty{margin-top:8px;display:flex;align-items:center;gap:8px}.cart-qty button{width:24px;height:24px;border:1px solid var(--line);border-radius:6px;background:#fff}.cart-remove{border:0;background:transparent;color:var(--red);font-size:9px}.drawer-total{padding:21px 24px;border-top:1px solid var(--line);background:#fff}.drawer-total>div{display:flex;justify-content:space-between}.drawer-total>div strong{font-size:21px}.drawer-total small{display:block;margin:8px 0 15px;color:var(--muted);font-size:9px}.drawer-total .btn{width:100%}.empty-cart{padding:70px 25px;text-align:center;color:var(--muted)}@media(max-width:1050px){.site-header{grid-template-columns:170px 1fr auto}.brand{width:165px}.brand img{width:145px}.site-header nav{display:none}.hero{grid-template-columns:1fr}.hero-copy{min-height:520px}.hero-visual{min-height:480px}.category-strip{margin-top:12px}.fit-finder{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.announcement span:last-child,.announcement i{display:none}.site-header{grid-template-columns:145px 1fr auto;padding:7px 14px}.brand{width:142px;height:58px}.brand img{width:136px}.header-search{justify-self:end;width:46px;padding:0 13px;transition:.2s}.header-search input{min-width:0}.header-search:focus-within{width:min(300px,45vw)}.cart-toggle{padding:0 10px}.cart-toggle{font-size:0}.cart-toggle b{font-size:9px}.hero{margin:13px 8px;border-radius:20px}.hero-copy{padding:60px 28px 42px}.hero h1{font-size:64px}.hero-visual{min-height:380px}.category-strip{margin:8px;grid-template-columns:repeat(2,1fr)}.fit-finder,.catalog,.brands,.cta,footer{width:calc(100% - 16px)}.fit-finder{margin-top:75px;padding:26px 20px}.fit-finder form{grid-template-columns:1fr}.section-heading{grid-template-columns:1fr;gap:18px}.catalog-controls{align-items:flex-start;flex-direction:column}.catalog-search{width:100%}.catalog-search input{width:100%}.product-grid{grid-template-columns:repeat(2,1fr);gap:8px}.service-band{grid-template-columns:1fr}.service-band div{padding:20px;border-right:0;border-bottom:1px solid rgba(255,255,255,.13)}.brands{align-items:flex-start;flex-direction:column}.brands>div{justify-content:flex-start}.cta{padding:45px 25px;grid-template-columns:1fr}.cta .btn{justify-self:start}footer{grid-template-columns:1fr 1fr;gap:30px}.footer-brand,footer>small{grid-column:1/-1}}@media(max-width:480px){.site-header{grid-template-columns:1fr auto}.header-search{position:absolute;top:72px;left:10px;right:10px;width:auto;background:#fff;box-shadow:0 8px 20px rgba(17,19,21,.1)}.header-search:focus-within{width:auto}.hero{margin-top:65px}.hero-copy{min-height:520px;padding:50px 22px 35px}.hero h1{font-size:53px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-actions .btn{width:100%}.hero-proof{align-items:flex-start;flex-direction:column}.hero-proof span{padding-left:0;border:0}.hero-visual{min-height:310px}.category-strip a{min-height:132px;padding:18px}.category-strip strong{font-size:18px}.product-image{height:145px}.product-content{padding:12px}.product-card h3{min-height:50px;font-size:13px}.product-footer strong{font-size:12px}.add-cart{width:33px;height:33px}.filter-tabs{width:calc(100vw - 16px);overflow:auto;flex-wrap:nowrap}.filter-tabs a{white-space:nowrap}.cta h2{font-size:38px}footer{padding:30px 22px;grid-template-columns:1fr}}

