:root{
  --red:#d61f26;
  --red-dark:#aa1116;
  --ink:#111214;
  --black:#08090b;
  --black-soft:#111318;
  --muted:#6f737b;
  --line:#e8e9ec;
  --soft:#f5f6f7;
  --white:#fff;
  --max:1320px;
  --radius:24px;
  --shadow:0 18px 50px rgba(15,18,22,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:'Plus Jakarta Sans',Arial,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(calc(100% - 48px),var(--max));margin:auto}
.eyebrow{display:block;margin-bottom:10px;color:var(--red);font-size:11px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.eyebrow.light{color:#fff}
.btn{min-height:48px;padding:0 19px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;border:1px solid transparent;transition:.2s ease}
.btn-primary{background:var(--red);color:#fff}.btn-primary:hover{background:var(--red-dark)}
.btn-secondary{border-color:#d8dadd;background:#fff;color:var(--ink)}.btn-secondary:hover{border-color:#bfc2c8}
.btn-white{background:#fff;color:#111}.btn-dark-outline{border-color:rgba(255,255,255,.32);color:#fff}
.section{padding:78px 0}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:30px}
.clean-head h2{font-size:clamp(29px,3vw,43px);line-height:1.08;letter-spacing:-.035em;margin:0}
.clean-head p{color:var(--muted);max-width:650px;margin:10px 0 0}
.section-link{color:var(--red);font-size:13px;font-weight:800;white-space:nowrap}.light-link{color:#fff}

/* HEADER */
.topbar{background:#0e0f11;color:#fff;font-size:11px}
.topbar-inner{min-height:31px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.topbar-links{display:flex;gap:16px;align-items:center}.topbar a{color:#fff;font-weight:700}
.site-header{position:sticky;top:0;z-index:70;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.header-main{min-height:80px;display:grid;grid-template-columns:minmax(210px,270px) minmax(300px,1fr) auto auto;gap:22px;align-items:center}
.brand{display:flex;align-items:center;min-width:0}
.brand-image-wrap{width:235px;height:58px;display:flex;align-items:center;overflow:hidden}
.brand-logo{width:100%;height:100%;object-fit:contain;object-position:left center;transform:scale(1.17);transform-origin:left center}
.brand-symbol{width:48px;height:48px;border-radius:13px;background:#111;color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:inset -8px -8px 0 rgba(214,31,38,.95)}
.brand-word{margin-left:10px;font-weight:800;font-size:19px}.brand-word b{color:var(--red)}
.header-search{height:48px;border:1px solid var(--line);border-radius:13px;display:grid;grid-template-columns:1fr auto;overflow:hidden;background:#fafafa}
.header-search input{border:0;background:transparent;padding:0 15px;outline:none;min-width:0}
.header-search button{border:0;border-left:1px solid var(--line);background:#fff;padding:0 18px;font-size:12px;font-weight:800}
.header-cta{height:48px;padding:0 20px;border-radius:13px;background:var(--red);color:#fff;display:grid;place-items:center;font-weight:800;font-size:13px}
.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:22px}
.nav-wrap{border-top:1px solid #f2f2f3}.main-nav{min-height:45px;display:flex;align-items:center;gap:27px;font-size:12px;font-weight:800}
.main-nav a{position:relative;white-space:nowrap}.main-nav a:hover,.main-nav a.active{color:var(--red)}
.main-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-15px;height:3px;background:var(--red);border-radius:10px}

/* HERO - imagens 1080 x 1350 / 4:5 */
.hero-modern{padding:34px 0 30px;background:linear-gradient(180deg,#f6f7f8 0,#fff 100%)}
.hero-frame{position:relative;min-height:650px;border-radius:30px;background:var(--black);overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.12)}
.hero-modern-slide{position:absolute;inset:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,540px);gap:48px;align-items:center;padding:48px 54px;opacity:0;visibility:hidden;transition:opacity .45s ease,visibility .45s ease}
.hero-modern-slide.active{opacity:1;visibility:visible}
.hero-modern-copy{color:#fff;max-width:660px}
.hero-modern-copy h1{font-size:clamp(42px,5vw,64px);line-height:1.02;letter-spacing:-.048em;margin:0 0 18px;font-weight:800}
.hero-modern-copy p{max-width:590px;margin:0 0 26px;color:#c8cbd0;font-size:17px;line-height:1.7}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap}
.hero-trust{display:flex;gap:18px;flex-wrap:wrap;margin-top:28px;color:#92969e;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.hero-trust span{position:relative;padding-left:13px}.hero-trust span:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--red);position:absolute;left:0;top:6px}
.hero-modern-visual{width:100%;max-width:520px;aspect-ratio:4/5;justify-self:end;border-radius:24px;overflow:hidden;background:#17191d;box-shadow:0 24px 55px rgba(0,0,0,.3)}
.hero-modern-visual img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-visual-fallback{height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#272a30,#0a0b0d)}.hero-visual-fallback span{font-size:110px;font-weight:900;text-shadow:9px 9px 0 var(--red)}
.hero-modern-controls{position:absolute;left:54px;bottom:34px;z-index:5;display:flex;align-items:center;gap:12px}
.hero-modern-controls>button{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:#fff}
.hero-modern-dots{display:flex;gap:6px}.hero-modern-dots button{width:20px;height:4px;border:0;border-radius:20px;background:#4a4e55;padding:0}.hero-modern-dots button.active{background:var(--red);width:31px}

/* SEARCH */
.catalog-entry{padding:16px 0 0}
.catalog-entry-grid{border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow);padding:19px 22px;display:grid;grid-template-columns:minmax(220px,.75fr) 1.25fr;gap:24px;align-items:center}
.catalog-entry h2{font-size:21px;line-height:1.2;margin:0}
.catalog-search-box{display:grid;grid-template-columns:.9fr 1.3fr auto;gap:9px}
.catalog-search-box select,.catalog-search-box input{height:46px;border:1px solid var(--line);border-radius:10px;background:#fafafa;padding:0 12px;min-width:0}

/* CATEGORIES */
.section-categories{padding-top:70px}.category-modern-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.category-modern-card{border:1px solid var(--line);border-radius:20px;background:#fff;overflow:hidden;transition:.2s ease}.category-modern-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.category-modern-media{aspect-ratio:16/10;background:#f4f5f6;overflow:hidden}.category-modern-media img{width:100%;height:100%;object-fit:cover;transition:.35s ease}.category-modern-card:hover img{transform:scale(1.035)}
.category-modern-content{padding:15px 16px 17px}.category-modern-content strong,.category-modern-content span{display:block}.category-modern-content strong{font-size:14px}.category-modern-content span{margin-top:4px;color:var(--muted);font-size:11px}
.cover-fallback{height:100%;display:grid;place-items:center;color:#aaa;font-size:36px;font-weight:800}

/* FEATURED - só 4 produtos */
.section-featured{background:#0a0b0d;color:#fff}.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.featured-card{background:#fff;color:#111;border-radius:20px;overflow:hidden;border:1px solid #202227}
.featured-image{height:235px;background:#f7f7f8;padding:16px;display:flex;align-items:center;justify-content:center;overflow:hidden}.featured-image img{width:100%;height:100%;object-fit:contain}.product-fallback{font-size:36px;font-weight:800;color:#aaa}
.featured-content{padding:16px}.product-meta{font-size:10px;color:#777b82;text-transform:uppercase;letter-spacing:.08em}.featured-content h3{font-size:15px;line-height:1.32;margin:7px 0 12px;min-height:40px}.featured-content>strong{display:block;font-size:16px;margin-bottom:14px}.featured-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.featured-actions a{height:40px;border-radius:10px;background:#111;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:800}.featured-actions a.featured-whatsapp{background:#fff;color:#169747;border:1px solid #30d36c}

/* EDITORIAL */
.section-editorial-intro{padding-bottom:52px}.editorial-intro{text-align:center;max-width:900px}.editorial-intro h2{font-size:clamp(31px,4vw,50px);line-height:1.08;letter-spacing:-.04em;margin:0 auto 16px}.editorial-intro p{max-width:780px;margin:auto;color:var(--muted);font-size:16px;line-height:1.75}
.editorial-band{padding:32px 0}.editorial-alt{background:#f6f7f8}.editorial-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:52px;align-items:center}.editorial-reverse .editorial-media{order:2}.editorial-reverse .editorial-copy{order:1}
.editorial-media{min-height:430px;border-radius:26px;overflow:hidden;background:#121316}.editorial-media img{width:100%;height:100%;min-height:430px;object-fit:cover}.editorial-fallback{min-height:430px;display:grid;place-items:center;background:linear-gradient(145deg,#1b1d21,#08090b);color:#fff}.editorial-fallback span{font-size:90px;font-weight:800;text-shadow:8px 8px 0 var(--red)}
.editorial-copy{max-width:580px}.editorial-copy h2{font-size:clamp(30px,3.5vw,46px);line-height:1.08;letter-spacing:-.038em;margin:0 0 17px}.editorial-copy p{color:var(--muted);line-height:1.78;margin:0 0 20px}.text-link{color:var(--red);font-weight:800;font-size:13px}

/* BRANDS */
.section-brands{padding-top:88px}.small-slider-controls{display:flex;gap:8px}.small-slider-controls button{width:40px;height:40px;border-radius:50%;border:1px solid var(--line);background:#fff;color:#111;font-size:16px}
.brand-modern-slider{display:grid;grid-auto-flow:column;grid-auto-columns:170px;gap:12px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:2px}.brand-modern-slider::-webkit-scrollbar{display:none}
.brand-modern-card{height:88px;border-radius:16px;border:1px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:center;padding:16px;scroll-snap-align:start}.brand-modern-card img{max-width:105px;max-height:43px;object-fit:contain}.brand-modern-card span{font-size:13px;font-weight:800;color:#464950;text-align:center}

/* ABOUT */
.section-about-modern{background:var(--black);color:#fff}.about-modern-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-modern-grid h2{font-size:clamp(32px,4vw,52px);line-height:1.08;letter-spacing:-.04em;margin:0}.about-modern-grid p{color:#c6c9ce;line-height:1.8;margin:0}.about-benefits{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}.about-benefits span{padding:13px 14px;border:1px solid #26292e;border-radius:12px;color:#d6d8dc;font-size:12px;font-weight:700}

/* VIDEOS */
.section-videos{background:#f6f7f8}.video-modern-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.video-modern-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}.video-modern-thumb{height:185px;position:relative;background:#111;overflow:hidden}.video-modern-thumb img{width:100%;height:100%;object-fit:cover}.video-fallback{height:100%;display:grid;place-items:center;color:#fff;font-size:40px}.play-badge{position:absolute;left:16px;bottom:14px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--red);color:#fff;font-size:14px;box-shadow:0 8px 20px rgba(0,0,0,.2)}.video-modern-body{padding:14px}.video-modern-body strong{font-size:14px}.video-modern-body p{margin:7px 0 0;color:var(--muted);font-size:12px}

/* FINAL CTA */
.section-final-cta{padding:64px 0}.final-cta{border-radius:26px;background:linear-gradient(135deg,#d81f26,#a80f15);color:#fff;padding:36px 40px;display:flex;align-items:center;justify-content:space-between;gap:28px}.final-cta h2{font-size:clamp(28px,3.4vw,43px);line-height:1.08;letter-spacing:-.035em;margin:0 0 10px;max-width:750px}.final-cta p{margin:0;color:#ffe2e3;max-width:680px}.final-cta-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}

/* FOOTER */
.site-footer{background:#050607;color:#fff;margin-top:0}.footer-grid{display:grid;grid-template-columns:1.3fr .65fr .8fr .9fr;gap:36px;padding:48px 0}.footer-brand{display:block;width:205px;height:64px;overflow:hidden;margin-bottom:14px}.footer-brand img{width:100%;height:100%;object-fit:contain;object-position:left center;transform:scale(1.15);transform-origin:left center}.footer-brand span{font-size:22px;font-weight:800}.footer-brand b{color:var(--red)}.footer-intro p{color:#a8abb1;max-width:420px;font-size:13px}.footer-social{display:flex;gap:9px;margin-top:14px}.footer-social a{border:1px solid #24262a;border-radius:10px;padding:8px 11px;color:#d7d9dd;font-size:12px}.footer-column{display:flex;flex-direction:column;gap:9px}.footer-column h4{margin:0 0 8px;color:var(--red);font-size:14px}.footer-column a,.footer-column span{font-size:12px;color:#b7bac0}.footer-bottom{border-top:1px solid #202226}.footer-bottom-inner{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:15px;color:#777b82;font-size:11px}.footer-bottom a{color:#888c93}.footer-bottom a:hover{color:#fff}

/* PÁGINAS INTERNAS */
.page-banner{background:#111;color:#fff;padding:50px 0}.page-banner h1{font-size:38px;line-height:1.1;margin:6px 0}.page-banner p{color:#bbb}.catalog-filters{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:10px;background:var(--soft);padding:14px;border-radius:14px}.catalog-filters input,.catalog-filters select{height:46px;border:1px solid var(--line);border-radius:9px;padding:0 11px}.results-head{display:flex;justify-content:space-between;margin:20px 0}.results-head a{color:var(--red);font-weight:800}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}.product-image{height:215px;background:#f8f8f9;padding:14px;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain}.product-body{padding:14px}.product-body h3{font-size:15px;line-height:1.3;margin:7px 0 12px;min-height:39px}.product-price{display:block;font-size:16px;margin:0 0 12px}.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.product-actions a{height:39px;border-radius:9px;background:#141518;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:800}.product-actions a.whats{border:1px solid #2fd36c;background:#fff;color:#169744}.product-page{padding-top:35px}.breadcrumb{font-size:12px;color:#777;margin-bottom:20px}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:45px}.main-photo{height:520px;border:1px solid var(--line);border-radius:16px;display:flex;align-items:center;justify-content:center;overflow:hidden}.main-photo img{width:100%;height:100%;object-fit:contain;padding:18px}.thumb-row{display:flex;gap:8px;margin-top:10px}.thumb-row button{width:70px;height:70px;border:1px solid var(--line);border-radius:9px;background:#fff;padding:4px}.thumb-row img{width:100%;height:100%;object-fit:cover}.product-details h1{font-size:37px;line-height:1.08;margin:7px 0 14px}.product-details .lead{color:#666;line-height:1.7}.sku{color:#777}.detail-price{margin:18px 0}.detail-price strong{font-size:25px}.btn-whatsapp{background:#168d46;color:#fff;width:100%;min-height:54px}.product-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.description-card{margin-top:42px;padding:26px;border:1px solid var(--line);border-radius:15px}.description-card h2{font-size:27px;margin:7px 0 13px}.description-card p{line-height:1.75;color:#555}
.contact-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:22px}.contact-side,.contact-form{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:var(--shadow)}.info-card{padding:17px 0;border-bottom:1px solid var(--line)}.info-card:last-child{border-bottom:0}.info-card h4{font-size:18px;margin:0 0 7px}.info-card p{margin:0;color:var(--muted)}.info-card a{color:var(--red);font-weight:700}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group.full{grid-column:1/-1}.form-group label{font-size:13px;font-weight:800}.form-group input,.form-group textarea{width:100%;border:1px solid var(--line);border-radius:10px;background:#fafafa;padding:12px 13px;outline:none}.form-group input{height:46px}.form-group textarea{min-height:145px;resize:vertical}
.video-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.video-card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}.video-thumb{height:190px;background:#111;overflow:hidden}.video-thumb img{width:100%;height:100%;object-fit:cover}.video-body{padding:14px}.video-body strong{font-size:16px}.video-body p{font-size:13px;color:var(--muted);margin:7px 0 0}

/* TABLET */
@media(max-width:1100px){
  .header-main{grid-template-columns:minmax(180px,230px) minmax(260px,1fr) auto auto}.brand-image-wrap{width:205px}
  .hero-modern-slide{grid-template-columns:1fr 420px;padding:42px}.hero-modern-copy h1{font-size:47px}.hero-modern-controls{left:42px}
  .category-modern-grid{grid-template-columns:repeat(3,1fr)}.featured-grid{grid-template-columns:repeat(2,1fr)}.video-modern-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-grid .footer-column:last-child{grid-column:2/4}
  .product-grid{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:900px){
  .topbar{display:none}.container{width:min(calc(100% - 32px),var(--max))}
  .header-main{grid-template-columns:1fr auto auto;grid-template-areas:"brand cta menu" "search search search";gap:10px;padding:11px 0}.brand{grid-area:brand}.header-search{grid-area:search}.header-cta{grid-area:cta}.menu-toggle{grid-area:menu;display:block}.brand-image-wrap{width:190px;height:52px}
  .nav-wrap{display:none;position:absolute;left:16px;right:16px;top:124px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);overflow:hidden}.nav-wrap.open{display:block}.main-nav{height:auto;display:grid;gap:0;padding:8px}.main-nav a{padding:12px 10px;border-radius:9px}.main-nav a.active:after{display:none}.main-nav a:hover{background:#f7f7f8}
  .hero-frame{min-height:0}.hero-modern-slide{position:relative;display:none;grid-template-columns:1fr;gap:28px;padding:34px}.hero-modern-slide.active{display:grid}.hero-modern-copy{max-width:700px}.hero-modern-visual{max-width:520px;justify-self:center;width:min(100%,520px)}.hero-modern-controls{position:relative;left:auto;bottom:auto;padding:0 34px 28px}.hero-trust{margin-top:20px}
  .catalog-entry-grid{grid-template-columns:1fr}.catalog-search-box{grid-template-columns:1fr 1fr auto}
  .category-modern-grid{grid-template-columns:repeat(2,1fr)}
  .editorial-grid{grid-template-columns:1fr;gap:26px}.editorial-reverse .editorial-media,.editorial-reverse .editorial-copy{order:initial}.editorial-media,.editorial-media img,.editorial-fallback{min-height:360px}.editorial-copy{max-width:760px}
  .about-modern-grid{grid-template-columns:1fr;gap:26px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid .footer-column:last-child{grid-column:auto}.product-layout{grid-template-columns:1fr}.contact-layout{grid-template-columns:1fr}
}

/* MOBILE */
@media(max-width:640px){
  .container{width:min(calc(100% - 24px),var(--max))}.section{padding:58px 0}.section-head{align-items:flex-start;display:block}.section-link{display:inline-block;margin-top:13px}
  .header-main{grid-template-columns:1fr auto;grid-template-areas:"brand menu" "search search"}.header-cta{display:none}.brand-image-wrap{width:170px;height:48px}.menu-toggle{display:block}.nav-wrap{top:119px}
  .hero-modern{padding-top:14px}.hero-modern-slide{padding:26px 22px;gap:24px}.hero-modern-copy h1{font-size:37px}.hero-modern-copy p{font-size:15px}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn{width:100%}.hero-trust{display:none}.hero-modern-visual{width:100%;max-width:430px}.hero-modern-controls{padding:0 22px 22px;justify-content:center}
  .catalog-entry{padding-top:12px}.catalog-entry-grid{padding:17px}.catalog-search-box{grid-template-columns:1fr}.catalog-search-box .btn{width:100%}
  .category-modern-grid{grid-template-columns:1fr 1fr;gap:10px}.category-modern-content{padding:12px}.category-modern-content strong{font-size:12px}.category-modern-media{aspect-ratio:1.15/1}
  .featured-grid{grid-template-columns:1fr}.featured-image{height:260px}.featured-content h3{min-height:0}
  .editorial-intro h2{font-size:32px}.editorial-band{padding:22px 0}.editorial-media,.editorial-media img,.editorial-fallback{min-height:320px}.editorial-copy h2{font-size:31px}
  .brand-modern-slider{grid-auto-columns:145px}.brand-modern-card{height:80px}
  .about-benefits{grid-template-columns:1fr 1fr}.video-modern-grid{grid-template-columns:1fr}.final-cta{display:block;padding:28px 24px}.final-cta-actions{margin-top:20px;justify-content:flex-start;display:grid;grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom-inner{display:block;padding:15px 0}.footer-bottom-inner a{display:block;margin-top:5px}.catalog-filters{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr}.main-photo{height:390px}.product-facts{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.form-group.full{grid-column:auto}.video-grid{grid-template-columns:1fr}
}

@media(max-width:420px){
  .brand-image-wrap{width:145px}.header-search button{padding:0 12px}.category-modern-grid{grid-template-columns:1fr}.hero-modern-copy h1{font-size:33px}.editorial-media,.editorial-media img,.editorial-fallback{min-height:280px}
}

/* =========================================================
   DAPPER SHOP V7 — HEADER + HERO + CATÁLOGO LATERAL
   Referência de estrutura: navegação enxuta, hero horizontal
   e filtros laterais no catálogo. Sem copiar identidade alheia.
   ========================================================= */

/* HEADER V7 */
.topbar-v7{background:#050505;color:#fff}
.topbar-v7 .topbar-inner{min-height:30px;font-size:10px}
.topbar-left-v7{display:flex;gap:22px;align-items:center;color:#c6c8cc}
.topbar-left-v7 span+span{position:relative;padding-left:15px}
.topbar-left-v7 span+span:before{content:"";width:5px;height:5px;background:var(--red);border-radius:50%;position:absolute;left:0;top:5px}
.site-header-v7{position:sticky;top:0;background:#08090a;border-bottom:1px solid #202226;backdrop-filter:none;z-index:80}
.header-shell-v7{min-height:92px;display:grid;grid-template-columns:260px 1fr auto auto;align-items:center;gap:28px}
.brand-v7{min-width:0}
.brand-image-v7{width:240px;height:68px;overflow:visible}
.brand-image-v7 .brand-logo{width:100%;height:100%;object-fit:contain;object-position:left center;transform:none;filter:none}
.main-nav-v7{min-height:92px;display:flex;align-items:center;justify-content:center;gap:32px;color:#fff;font-size:12px;font-weight:800;padding:0}
.main-nav-v7 a{position:relative;padding:35px 0 32px;color:#f4f4f5}
.main-nav-v7 a:hover,.main-nav-v7 a.active{color:#fff}
.main-nav-v7 a.active:after,.main-nav-v7 a:hover:after{content:"";position:absolute;left:0;right:0;bottom:22px;height:3px;background:var(--red);border-radius:20px}
.header-cta-v7{height:48px;padding:0 20px;border-radius:7px;background:var(--red);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;white-space:nowrap}
.menu-toggle-v7{display:none;border-color:#333;background:#111;color:#fff}

/* HERO V7 — proporção horizontal, imagem do banner à direita */
.hero-wide-v7{background:#090a0c;position:relative}
.hero-wide-stage{position:relative;height:650px;overflow:hidden;background:#0a0b0d}
.hero-wide-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease;background:#08090a}
.hero-wide-slide.active{opacity:1;visibility:visible}
.hero-wide-media{position:absolute;inset:0;background:#08090a;overflow:hidden}
.hero-wide-media img{position:absolute;right:0;top:0;width:58%;height:100%;object-fit:cover;object-position:center center}
.hero-wide-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#060708 0%,#07080a 37%,rgba(7,8,10,.82) 52%,rgba(7,8,10,.18) 78%,rgba(7,8,10,0) 100%);z-index:1}
.hero-wide-inner{height:100%;display:flex;align-items:center;position:relative;z-index:2}
.hero-wide-copy{max-width:680px;color:#fff;padding-bottom:16px}
.hero-wide-copy h1{font-size:clamp(45px,4.9vw,72px);line-height:1.02;letter-spacing:-.045em;margin:0 0 22px;font-weight:800;text-wrap:balance}
.hero-wide-copy p{max-width:610px;color:#c5c8ce;font-size:17px;line-height:1.7;margin:0 0 28px}
.hero-wide-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.35);background:rgba(0,0,0,.25);color:#fff;font-size:28px;display:grid;place-items:center}
.hero-wide-prev{left:20px}.hero-wide-next{right:20px}
.hero-wide-dots{position:absolute;z-index:5;bottom:24px;left:50%;transform:translateX(-50%);display:flex;gap:7px}
.hero-wide-dots button{width:8px;height:8px;border-radius:50%;padding:0;border:0;background:rgba(255,255,255,.38)}
.hero-wide-dots button.active{background:#fff}

/* Busca abaixo do hero — leve sobreposição */
.catalog-entry-v7{position:relative;z-index:10;margin-top:-34px;padding-top:0}
.catalog-entry-v7 .catalog-entry-grid{border-top:4px solid var(--red);border-radius:0 0 16px 16px;box-shadow:0 18px 45px rgba(0,0,0,.12)}

/* CATÁLOGO V7 */
.catalog-hero-v7{background:#f3f4f6;border-bottom:1px solid var(--line);padding:52px 0;text-align:center}
.catalog-hero-inner-v7 h1{font-size:clamp(35px,4vw,54px);margin:0 0 7px;letter-spacing:-.04em}
.catalog-hero-inner-v7 p{margin:0;color:var(--muted)}
.catalog-section-v7{background:#f7f8f9;padding:46px 0 74px}
.catalog-layout-v7{display:grid;grid-template-columns:280px minmax(0,1fr);gap:30px;align-items:start}
.catalog-sidebar-v7{position:sticky;top:145px;display:grid;gap:20px}
.sidebar-card-v7{background:#fff;border:1px solid #e3e5e8;padding:19px 20px 15px;box-shadow:0 8px 25px rgba(0,0,0,.035)}
.sidebar-title-v7{font-size:16px;font-weight:800;text-transform:uppercase;border-bottom:2px solid var(--red);padding:0 0 12px;margin-bottom:7px}
.sidebar-link-v7{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 11px;color:#5f646c;font-size:13px;border-radius:6px;transition:.18s ease}
.sidebar-link-v7:hover{color:var(--red);background:#fafafa}
.sidebar-link-v7.active{background:#f7f7f8;color:var(--red);font-weight:800}
.sidebar-link-v7 small{color:#a7abb2;font-size:11px}
.catalog-filter-toggle-v7{display:none;width:100%;height:48px;border:1px solid var(--line);border-radius:10px;background:#fff;font-weight:800;margin-bottom:15px}
.catalog-search-v7{height:50px;display:grid;grid-template-columns:1fr auto;border:1px solid var(--line);background:#fff;border-radius:9px;overflow:hidden;margin-bottom:26px}
.catalog-search-v7 input{border:0;padding:0 15px;outline:none;min-width:0}
.catalog-search-v7 .btn{border-radius:0;min-width:100px}
.catalog-main-head-v7{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:18px}
.catalog-main-head-v7 h2{font-size:31px;line-height:1.1;margin:0;letter-spacing:-.035em}
.catalog-main-head-v7>span{color:var(--muted);font-size:12px}
.catalog-active-filter-v7{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;border:1px solid var(--line);padding:11px 13px;margin-bottom:18px;font-size:12px}
.catalog-active-filter-v7 a{color:var(--red);font-weight:800}
.catalog-product-grid-v7{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.catalog-product-card-v7{background:#fff;border:1px solid #e7e8eb;display:flex;flex-direction:column;min-width:0;transition:.2s ease}
.catalog-product-card-v7:hover{transform:translateY(-3px);box-shadow:0 13px 30px rgba(0,0,0,.06)}
.catalog-product-image-v7{height:270px;background:#fff;padding:18px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.catalog-product-image-v7 img{width:100%;height:100%;object-fit:contain}
.catalog-product-body-v7{border-top:1px solid #f0f0f1;padding:16px 17px 18px;display:flex;flex-direction:column;flex:1}
.catalog-product-body-v7 h3{font-size:16px;line-height:1.32;margin:7px 0 12px;min-height:42px}
.catalog-product-price-v7{font-size:17px;margin-top:auto;margin-bottom:14px}
.catalog-product-actions-v7{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.catalog-product-actions-v7 a{min-height:42px;border:1px solid var(--red);color:var(--red);font-size:11px;font-weight:800;text-transform:uppercase;display:flex;align-items:center;justify-content:center;padding:0 8px}
.catalog-product-actions-v7 a:hover{background:var(--red);color:#fff}
.catalog-product-actions-v7 a.whats{border-color:#26c865;color:#159244;text-transform:none}
.catalog-product-actions-v7 a.whats:hover{background:#22b85b;color:#fff}
.catalog-filter-backdrop-v7{display:none}

/* desktop um pouco menor */
@media(max-width:1180px){
  .header-shell-v7{grid-template-columns:220px 1fr auto auto;gap:18px}.brand-image-v7{width:205px}.main-nav-v7{gap:20px}
  .hero-wide-stage{height:600px}.hero-wide-media img{width:62%}
  .catalog-product-grid-v7{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* TABLET */
@media(max-width:900px){
  .topbar-v7{display:none}
  .site-header-v7{position:sticky;top:0}
  .header-shell-v7{min-height:76px;grid-template-columns:1fr auto auto;gap:10px}
  .brand-image-v7{width:190px;height:56px}
  .header-cta-v7{height:44px}
  .menu-toggle-v7{display:block;width:44px;height:44px}
  .main-nav-v7{display:none;position:absolute;left:16px;right:16px;top:77px;height:auto;min-height:0;background:#0d0e10;border:1px solid #282a2e;border-radius:12px;padding:8px;box-shadow:0 20px 45px rgba(0,0,0,.28);z-index:100}
  .main-nav-v7.open{display:grid}
  .main-nav-v7 a{padding:12px 13px;border-radius:8px}.main-nav-v7 a.active:after,.main-nav-v7 a:hover:after{display:none}.main-nav-v7 a:hover{background:#15171a}
  .hero-wide-stage{height:570px}.hero-wide-media img{width:67%;object-position:center}.hero-wide-overlay{background:linear-gradient(90deg,#060708 0%,rgba(7,8,10,.94) 43%,rgba(7,8,10,.45) 75%,rgba(7,8,10,.1) 100%)}.hero-wide-copy{max-width:560px}.hero-wide-copy h1{font-size:49px}
  .catalog-layout-v7{grid-template-columns:1fr}
  .catalog-filter-toggle-v7{display:block}
  .catalog-sidebar-v7{position:fixed;z-index:120;top:0;bottom:0;left:0;width:min(86vw,330px);background:#f7f8f9;padding:18px;overflow:auto;transform:translateX(-104%);transition:.25s ease;box-shadow:20px 0 50px rgba(0,0,0,.18)}
  .catalog-sidebar-v7.open{transform:translateX(0)}
  .catalog-filter-backdrop-v7{position:fixed;inset:0;background:rgba(0,0,0,.48);z-index:110}.catalog-filter-backdrop-v7.open{display:block}
}

/* MOBILE */
@media(max-width:640px){
  .header-shell-v7{grid-template-columns:1fr auto}.header-cta-v7{display:none}.brand-image-v7{width:170px;height:52px}
  .hero-wide-stage{height:auto;min-height:650px}.hero-wide-slide{position:relative;display:none;min-height:650px}.hero-wide-slide.active{display:block}.hero-wide-media img{width:100%;height:48%;top:auto;bottom:0;object-fit:cover;object-position:center}.hero-wide-overlay{background:linear-gradient(180deg,#060708 0%,#060708 48%,rgba(6,7,8,.86) 65%,rgba(6,7,8,.2) 100%)}.hero-wide-inner{min-height:650px;align-items:flex-start;padding-top:54px}.hero-wide-copy{max-width:none}.hero-wide-copy h1{font-size:38px;line-height:1.05}.hero-wide-copy p{font-size:14px;line-height:1.65;max-width:100%}.hero-wide-copy .hero-actions{display:flex;flex-direction:column;align-items:stretch;max-width:300px}.hero-wide-arrow{width:38px;height:38px}.hero-wide-prev{left:10px}.hero-wide-next{right:10px}
  .catalog-entry-v7{margin-top:0;padding-top:12px}.catalog-entry-v7 .catalog-entry-grid{border-radius:14px;border-top-width:3px}
  .catalog-hero-v7{padding:38px 0}.catalog-hero-inner-v7 h1{font-size:36px}
  .catalog-section-v7{padding:28px 0 58px}.catalog-product-grid-v7{grid-template-columns:1fr}.catalog-product-image-v7{height:300px}.catalog-main-head-v7 h2{font-size:27px}.catalog-active-filter-v7{display:block}.catalog-active-filter-v7 a{display:inline-block;margin-top:6px}.catalog-product-actions-v7{grid-template-columns:1fr 1fr}
}

/* ===== DAPPER V8: referência de navegação mais compacta ===== */
html,body{font-family:'Manrope',sans-serif;background:#f5f6f7;color:#151515}
.topbar-v7,.site-header-v7,.hero-wide-v7,.catalog-entry-v7,.catalog-hero-v7,.catalog-section-v7{display:none!important}
.topbar-v8{background:#050505;color:#fff;font-size:11px}
.topbar-v8-inner{height:30px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.topbar-v8-left,.topbar-v8-right{display:flex;gap:18px;align-items:center}.topbar-v8 a{color:#fff}
.site-header-v8{background:#070707;color:#fff;position:sticky;top:0;z-index:80;border-bottom:1px solid rgba(255,255,255,.07)}
.header-v8-inner{height:92px;display:grid;grid-template-columns:230px 1fr 190px;align-items:center;gap:25px}
.brand-v8{display:flex;align-items:center;min-width:0}.brand-v8 img{width:auto;max-width:205px;max-height:62px;object-fit:contain}.brand-fallback-v8{width:48px;height:48px;border-radius:12px;background:#1c1c1c;display:grid;place-items:center;margin-right:10px}.brand-v8 strong{font-size:16px}.brand-v8 b{color:#d51d24}
.nav-v8{display:flex;align-items:center;justify-content:center;gap:28px;height:100%}.nav-v8 a{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap}.nav-v8 a:hover,.nav-v8 a.active{color:#ed1c24}
.header-whatsapp-v8{height:42px;display:flex;align-items:center;justify-content:center;border:1px solid #555;color:#fff;font-weight:800;font-size:12px;padding:0 18px}.header-whatsapp-v8:hover{background:#d71920;border-color:#d71920}.menu-toggle-v8{display:none;background:transparent;border:1px solid #555;color:#fff;width:42px;height:42px;font-size:20px}

.hero-v8{background:#090909}.hero-v8-stage{position:relative;height:620px;overflow:hidden}.hero-v8-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .55s ease}.hero-v8-slide.active{opacity:1;visibility:visible}.hero-v8-media{position:absolute;inset:0}.hero-v8-media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-v8-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.84) 0%,rgba(0,0,0,.68) 36%,rgba(0,0,0,.18) 70%,rgba(0,0,0,.03) 100%)}.hero-v8-content{position:relative;height:100%;z-index:2;display:flex;align-items:center}.hero-v8-copy{max-width:680px;color:#fff;padding-left:10px}.hero-v8-kicker{display:block;color:#ed1c24;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.16em;margin-bottom:14px}.hero-v8-copy h1{font-family:'Oswald',sans-serif;font-size:66px;line-height:1.02;text-transform:uppercase;letter-spacing:-.02em;margin:0 0 20px;max-width:650px}.hero-v8-copy p{max-width:540px;font-size:16px;line-height:1.7;color:#d5d5d5;margin:0 0 26px}.hero-v8-actions{display:flex;gap:12px}.btn-v8{height:52px;padding:0 25px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:900;text-transform:uppercase}.btn-v8-red{background:#df080d;color:#fff}.btn-v8-outline{border:2px solid #fff;color:#fff}.hero-v8-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:44px;height:44px;border:1px solid rgba(255,255,255,.38);border-radius:50%;background:rgba(0,0,0,.38);color:#fff;font-size:28px}.hero-v8-arrow.prev{left:18px}.hero-v8-arrow.next{right:18px}.hero-v8-dots{position:absolute;z-index:4;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:7px}.hero-v8-dots button{width:28px;height:3px;border:0;background:rgba(255,255,255,.4);padding:0}.hero-v8-dots button.active{background:#ed1c24}
.quickfinder-v8{position:relative;z-index:8;margin-top:-3px}.quickfinder-v8-box{background:#fff;border-top:3px solid #e20d14;box-shadow:0 18px 45px rgba(0,0,0,.08);padding:22px 28px;display:grid;grid-template-columns:280px 1fr;gap:30px;align-items:center}.quickfinder-v8-title span{display:block;color:#d71920;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.quickfinder-v8-title strong{display:block;font-size:19px;margin-top:3px}.quickfinder-v8-form{display:grid;grid-template-columns:260px 1fr 105px;gap:10px}.quickfinder-v8-form select,.quickfinder-v8-form input{height:44px;border:1px solid #ddd;background:#fafafa;padding:0 12px}.quickfinder-v8-form button{border:0;background:#d71920;color:#fff;font-weight:900;text-transform:uppercase;font-size:11px}

/* catálogo */
.catalog-title-v8{background:#eef0f3;text-align:center;padding:52px 0;border-bottom:1px solid #ddd}.catalog-title-v8 span{color:#d71920;text-transform:uppercase;font-weight:900;letter-spacing:.14em;font-size:11px}.catalog-title-v8 h1{font-family:'Oswald',sans-serif;text-transform:uppercase;font-size:46px;margin:5px 0}.catalog-title-v8 p{margin:0;color:#6d737b}.catalog-v8{padding:46px 0 80px}.catalog-layout-v8{display:grid;grid-template-columns:285px minmax(0,1fr);gap:34px;align-items:start}.catalog-sidebar-v8{position:sticky;top:140px;display:grid;gap:22px}.filter-block-v8{background:#fff;border:1px solid #ddd;box-shadow:0 6px 16px rgba(0,0,0,.035);padding:22px}.filter-block-v8 h3{font-family:'Oswald',sans-serif;text-transform:uppercase;font-size:19px;margin:0 0 14px;padding-bottom:12px;border-bottom:2px solid #e21a20}.filter-link-v8{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;color:#626b77;font-size:13px;border-radius:4px}.filter-link-v8:hover,.filter-link-v8.active{background:#f6f6f6;color:#d71920;font-weight:800}.filter-link-v8 small{color:#aab0b8}.filter-block-v8.compact{padding-bottom:16px}.catalog-content-v8{min-width:0}.catalog-search-v8{display:grid;grid-template-columns:1fr 110px;margin-bottom:20px}.catalog-search-v8 input{height:46px;border:1px solid #d7dbe0;background:#fff;padding:0 14px}.catalog-search-v8 button{border:0;background:#111;color:#fff;font-weight:900}.catalog-head-v8{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.catalog-head-v8 span{display:block;color:#d71920;font-size:10px;text-transform:uppercase;font-weight:900;letter-spacing:.15em}.catalog-head-v8 h2{font-family:'Oswald',sans-serif;text-transform:uppercase;font-size:34px;margin:2px 0 0}.catalog-head-v8>strong{font-size:12px;color:#7a8088;font-weight:700}.catalog-grid-v8{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.catalog-card-v8{background:#fff;border:1px solid #e0e3e7;box-shadow:0 4px 14px rgba(0,0,0,.035);display:flex;flex-direction:column;min-width:0}.catalog-card-image-v8{height:255px;padding:22px;display:flex;align-items:center;justify-content:center;background:#fff}.catalog-card-image-v8 img{width:100%;height:100%;object-fit:contain}.catalog-card-body-v8{padding:17px 18px 20px;display:flex;flex-direction:column;flex:1}.catalog-card-body-v8>span{font-size:10px;color:#7f858e;text-transform:uppercase;letter-spacing:.1em}.catalog-card-body-v8 h3{font-size:16px;line-height:1.35;margin:7px 0 12px;min-height:44px}.catalog-card-body-v8>strong{font-size:16px;margin-bottom:15px;margin-top:auto}.catalog-details-v8,.catalog-whatsapp-v8{height:42px;display:flex;align-items:center;justify-content:center;font-size:11px;text-transform:uppercase;font-weight:900}.catalog-details-v8{border:2px solid #e11117;color:#d71920}.catalog-whatsapp-v8{margin-top:7px;border:1px solid #1dbd57;color:#119741}.filter-toggle-v8{display:none}.filter-backdrop-v8{display:none}

@media(max-width:1180px){.header-v8-inner{grid-template-columns:190px 1fr 165px}.brand-v8 img{max-width:170px}.nav-v8{gap:18px}.hero-v8-stage{height:560px}.hero-v8-copy h1{font-size:57px}.catalog-grid-v8{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.topbar-v8{display:none}.site-header-v8{position:sticky}.header-v8-inner{height:72px;grid-template-columns:1fr auto}.brand-v8 img{max-width:165px;max-height:50px}.header-whatsapp-v8{display:none}.menu-toggle-v8{display:block}.nav-v8{position:fixed;top:72px;left:0;right:0;background:#080808;display:none;flex-direction:column;align-items:stretch;gap:0;padding:14px 20px 24px;border-top:1px solid #222}.nav-v8.open{display:flex}.nav-v8 a{padding:13px 5px;border-bottom:1px solid #222}.hero-v8-stage{height:520px}.hero-v8-copy{max-width:590px;padding:0 32px}.hero-v8-copy h1{font-size:50px}.quickfinder-v8-box{grid-template-columns:1fr;gap:12px}.quickfinder-v8-title{display:none}.quickfinder-v8-form{grid-template-columns:1fr 1.3fr 100px}.catalog-layout-v8{grid-template-columns:1fr}.filter-toggle-v8{display:inline-flex;margin-bottom:18px;border:0;background:#111;color:#fff;padding:12px 16px;font-weight:800}.catalog-sidebar-v8{position:fixed;z-index:120;left:0;top:0;bottom:0;width:min(360px,88vw);background:#f4f5f6;padding:20px;overflow:auto;transform:translateX(-105%);transition:.3s}.catalog-sidebar-v8.open{transform:translateX(0)}.filter-backdrop-v8{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:110}.filter-backdrop-v8.open{display:block}.catalog-grid-v8{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.header-v8-inner{height:66px}.hero-v8-stage{height:500px}.hero-v8-media img{object-position:center}.hero-v8-overlay{background:linear-gradient(90deg,rgba(0,0,0,.86),rgba(0,0,0,.48))}.hero-v8-copy{padding:0 22px}.hero-v8-copy h1{font-size:42px}.hero-v8-copy p{font-size:14px}.hero-v8-actions{flex-wrap:wrap}.btn-v8{height:46px}.quickfinder-v8{margin:0}.quickfinder-v8-box{padding:16px}.quickfinder-v8-form{grid-template-columns:1fr}.catalog-title-v8{padding:38px 0}.catalog-title-v8 h1{font-size:36px}.catalog-grid-v8{grid-template-columns:1fr}.catalog-card-image-v8{height:280px}.catalog-head-v8{align-items:start;flex-direction:column}.catalog-search-v8{grid-template-columns:1fr 90px}}
