:root{
  --bg:#060807;
  --bg-2:#0a0d0b;
  --panel:#0d100e;
  --panel-2:#121613;
  --line:#262c28;
  --line-2:#343b36;
  --text:#f3f1e9;
  --muted:#9ba29d;
  --acid:#a7d721;
  --acid-soft:#7f9f1c;
  --yellow:#f0c232;
  --whatsapp:#25D366;
  --max:1480px;
  --display:Anton,Impact,sans-serif;
  --condensed:Oswald,Arial,sans-serif;
  --sans:Inter,Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);overflow-x:hidden}
body:before{content:"";position:fixed;inset:0;pointer-events:none;background:url('../img/texture-concrete.webp') center/620px repeat;opacity:.055;mix-blend-mode:screen;z-index:9999}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{color:inherit}
img{display:block;max-width:100%}
::selection{background:var(--acid);color:#0b0d0c}

/* TOP / HEADER */
.topbar{height:31px;display:flex;align-items:center;justify-content:center;gap:14px;padding:0 24px;border-bottom:1px solid #181c1a;background:#040505;color:#c9ceca;font:600 9px var(--sans);letter-spacing:.15em;white-space:nowrap}
.topbar i{width:3px;height:3px;border-radius:50%;background:var(--acid);opacity:.9}
.topbar-location{position:absolute;right:max(24px,calc((100vw - var(--max))/2));color:#8e9690;font-weight:500}
.site-header{height:79px;position:sticky;top:0;z-index:80;display:grid;grid-template-columns:170px 1fr 170px;align-items:center;width:100%;padding:0 max(24px,calc((100vw - var(--max))/2));background:rgba(5,7,6,.94);backdrop-filter:blur(15px);border-bottom:1px solid #202521}
.brand{display:inline-flex;width:max-content;align-items:center;height:70px}
.brand img{width:102px;height:64px;object-fit:contain;object-position:left center;filter:drop-shadow(0 4px 10px rgba(0,0,0,.42))}
.desktop-nav{justify-self:center;display:flex;align-items:center;gap:42px;height:100%;font:600 11px var(--sans);letter-spacing:.07em}
.desktop-nav a{position:relative;display:flex;align-items:center;height:100%;color:#dedfd9;transition:.2s}
.desktop-nav a:after{content:"";position:absolute;left:50%;right:50%;bottom:17px;height:2px;background:var(--acid);transition:.2s}
.desktop-nav a:hover{color:#fff}.desktop-nav a:hover:after{left:12%;right:12%}
.header-actions{justify-self:end;display:flex;align-items:center;gap:10px}
.icon-link{position:relative;display:grid;place-items:center;width:42px;height:42px;border:1px solid transparent;border-radius:50%;transition:.2s}
.icon-link:hover{border-color:#303730;background:#0d100e}
.icon-link img{width:24px;height:24px}
.cart-icon b{position:absolute;right:-2px;top:0;min-width:18px;height:18px;padding:0 5px;border-radius:20px;display:grid;place-items:center;background:#325dff;color:#fff;font:800 9px var(--sans);box-shadow:0 0 0 2px #070907}
.mobile-menu{display:none;background:none;border:0;padding:0;width:42px;height:42px;place-items:center;cursor:pointer}.mobile-menu img{width:29px;height:29px}
.mobile-nav{position:fixed;z-index:92;left:0;top:0;bottom:0;width:min(390px,88vw);padding:26px;background:#070a08 url('../img/texture-concrete.webp') center/600px repeat;transform:translateX(-105%);transition:transform .3s cubic-bezier(.2,.8,.2,1);border-right:1px solid #2a302c;display:flex;flex-direction:column;box-shadow:20px 0 80px rgba(0,0,0,.55)}
.mobile-nav.open{transform:translateX(0)}
.mobile-nav-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:20px;margin-bottom:12px;border-bottom:1px solid var(--line);font:700 10px var(--sans);letter-spacing:.14em;color:var(--muted)}
.mobile-close{border:0;background:transparent;font:300 34px/1 var(--sans);cursor:pointer}
.mobile-nav>a{display:flex;justify-content:space-between;align-items:center;padding:17px 0;border-bottom:1px solid #202521;font:600 23px var(--condensed);text-transform:uppercase}
.mobile-nav>a span{font:700 9px var(--sans);letter-spacing:.1em;color:#707871}.mobile-nav>a:hover{color:var(--acid)}
.mobile-nav .mobile-nav-new{color:var(--acid)}
.nav-scrim{position:fixed;z-index:90;inset:0;background:rgba(0,0,0,.68);opacity:0;pointer-events:none;transition:.25s}.nav-scrim.open{opacity:1;pointer-events:auto}

/* HERO */
.hero{position:relative;min-height:650px;max-width:var(--max);margin:0 auto;overflow:hidden;isolation:isolate;background:#0a0d0b;border-left:1px solid #151a17;border-right:1px solid #151a17}
.hero:before{content:"";position:absolute;inset:0;background:url('../img/texture-concrete.webp') center/740px repeat;opacity:.55;filter:contrast(1.15)}
.hero-backdrop{position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(4,6,5,.98) 0%,rgba(6,8,7,.95) 29%,rgba(7,9,8,.43) 57%,rgba(6,8,7,.18) 72%,rgba(5,7,6,.73) 100%),linear-gradient(0deg,rgba(2,3,2,.84) 0%,transparent 38%,rgba(0,0,0,.18) 100%)}
.hero-copy{position:relative;z-index:5;width:43%;padding:67px 0 56px 42px}
.hero-crown{width:55px;height:42px;margin-bottom:1px}
.eyebrow,.section-kicker{display:block;color:#929a94;font:700 9px var(--sans);letter-spacing:.19em;text-transform:uppercase}
.hero h1,.shop-hero h1,.product-info h1,.success h1{font-family:var(--display);font-weight:400;text-transform:uppercase}
.hero h1{font-size:clamp(84px,8vw,132px);line-height:.77;margin:9px 0 22px;letter-spacing:.012em;text-shadow:0 7px 0 rgba(0,0,0,.15)}
.hero h1 span{color:#636966}
.hero h2{margin:0 0 21px;font:700 25px var(--condensed);letter-spacing:.02em}
.hero-lead{display:flex;align-items:flex-start;gap:10px;color:#d0d4d0;font:600 11px/1.65 var(--sans);letter-spacing:.04em}
.hero-lead img{width:17px;height:24px;margin-top:0}
.hero-actions{display:flex;align-items:center;gap:22px;margin-top:22px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:47px;border:1px solid #545c56;padding:0 21px;background:#101411;color:#eeefe9;font:800 10px var(--sans);letter-spacing:.08em;text-transform:uppercase;transition:.2s}
.btn span{color:var(--acid);font-size:16px}.btn:hover{border-color:var(--acid);transform:translateY(-2px)}
.btn-light{background:#f1f0e9;color:#0a0c0a;border-color:#f1f0e9}.btn-light:hover{color:#0a0c0a;background:#fff}
.btn-wide{width:100%}
.text-link{font:800 10px var(--sans);letter-spacing:.1em;color:#b3bab4;border-bottom:1px solid #4a514c;padding:8px 0}.text-link:hover{color:var(--acid);border-color:var(--acid)}
.hero-dots{display:flex;gap:8px;margin-top:27px}.hero-dots i{display:block;width:18px;height:2px;background:#777d79}.hero-dots i:first-child{width:28px;background:var(--acid)}
.hero-product{position:absolute;z-index:2;top:-40px;bottom:-20px;right:7%;width:61%;display:flex;align-items:center;justify-content:center;pointer-events:none;mask-image:radial-gradient(ellipse 72% 88% at 52% 49%,#000 55%,rgba(0,0,0,.92) 70%,transparent 99%)}
.hero-product:after{content:"";position:absolute;inset:8% 5%;background:radial-gradient(circle at 48% 42%,rgba(217,220,209,.08),transparent 55%);mix-blend-mode:screen}
.hero-product img{width:100%;height:100%;object-fit:contain;object-position:center;filter:contrast(1.08) saturate(.72) brightness(.91);transform:scale(1.04)}
.hero-stamp{position:absolute;z-index:5;right:3.2%;bottom:112px;width:150px;height:115px;border:1px dashed rgba(235,238,233,.48);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;transform:rotate(-8deg);font:700 8px var(--sans);letter-spacing:.23em;color:#c2c7c2;background:rgba(7,9,8,.2);backdrop-filter:blur(2px)}
.hero-stamp strong{font:400 22px/1 var(--display);letter-spacing:.04em;color:var(--acid);text-align:center}
.hero-graffiti{position:absolute;z-index:4;right:5%;top:65px;font:400 100px/1 var(--display);letter-spacing:-.08em;color:transparent;-webkit-text-stroke:2px rgba(8,9,8,.58);transform:rotate(-12deg);text-shadow:7px 7px 0 rgba(0,0,0,.24);opacity:.9}

/* MARQUEE */
.marquee{overflow:hidden;white-space:nowrap;border-block:1px solid #242925;background:#080a09;color:#dbded9;padding:10px 0;font:600 10px var(--sans);letter-spacing:.14em}
.marquee div{display:flex;gap:18px;width:max-content;animation:marquee 26s linear infinite}.marquee b{color:#6f7771}.marquee .acid{color:var(--acid)}.marquee .yellow{color:var(--yellow)}
@keyframes marquee{to{transform:translateX(-50%)}}

/* GLOBAL SECTIONS */
.section{max-width:var(--max);margin:auto;padding:28px 24px}
.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:17px;padding-bottom:12px;border-bottom:1px solid #202521}
.section-heading h1,.section-heading h2,.details-intro h2,.brand-story h2{font:400 40px/1 var(--display);margin:5px 0 0;letter-spacing:.02em;text-transform:uppercase}
.section-heading a{font:800 10px var(--sans);letter-spacing:.08em;color:#d9ddd8}.section-heading a b{color:var(--acid);font-size:15px;margin-left:7px}

/* CATEGORY */
.category-section{padding-top:16px}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.category-card{position:relative;height:245px;overflow:hidden;border:1px solid #2c322d;background:#101310;isolation:isolate}
.category-card:before{content:"";position:absolute;z-index:-2;inset:-5%;background-image:var(--cat-bg);background-size:cover;background-position:center;filter:saturate(.68) contrast(1.1);transition:.45s cubic-bezier(.2,.8,.2,1)}
.category-card:hover:before{transform:scale(1.045);filter:saturate(.85) contrast(1.08)}
.category-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(0,0,0,.04) 15%,rgba(0,0,0,.38) 55%,rgba(4,6,5,.96) 100%),linear-gradient(90deg,rgba(0,0,0,.45),transparent 62%)}
.category-copy{position:absolute;inset:auto 17px 16px;display:flex;flex-direction:column;align-items:flex-start}
.category-copy span{font:400 35px/.95 var(--display);letter-spacing:.02em}
.category-copy em{font:600 9px var(--sans);letter-spacing:.08em;color:#b7bdb7;font-style:normal;margin-top:5px}
.category-copy small{margin-top:17px;border:1px solid rgba(255,255,255,.24);padding:8px 10px;font:700 8px var(--sans);letter-spacing:.08em;background:rgba(7,9,8,.4);backdrop-filter:blur(4px)}
.category-copy small b{color:var(--acid);margin-left:6px}

/* PRODUCT CARDS */
.product-grid{display:grid;gap:10px}.featured-grid{grid-template-columns:repeat(3,1fr)}.compact-grid{grid-template-columns:repeat(6,1fr)}
.product-card{position:relative;background:#0e110f;border:1px solid #282e2a;overflow:hidden;transition:.24s}
.product-card:hover{border-color:#48514a;transform:translateY(-4px);box-shadow:0 18px 50px rgba(0,0,0,.22)}
.product-media{position:relative;aspect-ratio:4/4.7;overflow:hidden;background:#181c19}
.product-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 63%,rgba(0,0,0,.42) 100%);pointer-events:none}
.product-media img{width:100%;height:100%;object-fit:cover;transition:.45s;filter:saturate(.78) contrast(1.06)}
.product-card:hover .product-media img{transform:scale(1.035);filter:saturate(.95) contrast(1.05)}
.badge{position:absolute;z-index:3;top:10px;left:10px;background:#111512;color:#e4e7e3;padding:5px 7px;font:800 8px var(--sans);letter-spacing:.06em;border:1px solid rgba(255,255,255,.08)}
.badge-green{color:#0b0d0c;background:var(--acid);border-color:var(--acid)}
.wishlist{position:absolute;z-index:3;right:10px;top:7px;font:300 27px/1 var(--sans);color:#fff;text-shadow:0 2px 8px #000}
.product-meta{padding:13px 14px 14px}.product-meta small{color:#929a94;font:700 8px var(--sans);letter-spacing:.1em}.product-meta h3{font:600 14px/1.25 var(--condensed);margin:5px 0 10px;text-transform:uppercase;letter-spacing:.01em}.product-price{display:flex;align-items:center;justify-content:space-between;gap:10px}.product-meta strong{font:700 13px var(--sans)}.product-price span{font:700 8px var(--sans);letter-spacing:.07em;color:#8d958f}.product-card:hover .product-price span{color:var(--acid)}
.compact-card .product-media{aspect-ratio:4/5}.compact-card .product-meta{padding:10px}.compact-card .product-meta h3{font-size:12px;margin-bottom:7px}

/* DETAILS */
.details-section{display:grid;grid-template-columns:1.05fr repeat(4,1fr);gap:8px;padding-top:36px}
.details-intro{min-height:335px;padding:24px;background:linear-gradient(145deg,#0c0f0d,#070908);border:1px solid #292f2a;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.details-intro h2{font-size:44px;margin:8px 0 14px}.details-intro p{max-width:280px;margin:0;color:#aab0ab;font:400 12px/1.65 var(--sans)}
.detail-tile{position:relative;min-height:335px;overflow:hidden;border:1px solid #2d332f;background:#111411}
.detail-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 68%,rgba(3,4,3,.92) 100%)}
.detail-tile img{width:100%;height:100%;object-fit:cover;filter:saturate(.6) contrast(1.08);transition:.4s}.detail-tile:hover img{transform:scale(1.04);filter:saturate(.85) contrast(1.04)}
.detail-tile span{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:13px 12px;font:700 9px var(--sans);letter-spacing:.06em}.detail-tile span b{color:var(--acid);margin-right:8px}

/* BRAND STORY */
.brand-story{display:grid;grid-template-columns:1.1fr 1fr .65fr;min-height:330px;margin-top:10px;margin-bottom:8px;padding:0;border:1px solid #2b312d;background:#0c0f0d;overflow:hidden}
.story-collage{position:relative;min-height:330px;overflow:hidden;background:#111512}
.story-collage:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.1),rgba(6,8,7,.84));z-index:4}
.story-collage img{position:absolute;width:45%;height:112%;object-fit:cover;top:-6%;filter:grayscale(1) contrast(1.15) brightness(.58)}
.story-a{left:-2%;transform:rotate(-5deg)}.story-b{left:30%;z-index:2}.story-c{right:-4%;transform:rotate(5deg)}
.story-mark{position:absolute;z-index:5;left:28px;bottom:17px;font:400 88px var(--display);color:transparent;-webkit-text-stroke:1px rgba(167,215,33,.8);transform:rotate(-8deg)}
.story-copy{padding:38px 34px;display:flex;flex-direction:column;justify-content:center;border-left:1px solid #282e2a}.story-copy small{color:var(--acid);font:800 9px var(--sans);letter-spacing:.14em}.story-copy h2{font-size:45px;margin:6px 0 13px}.story-copy p{max-width:550px;color:#b2b8b3;font:400 12px/1.72 var(--sans);margin:0}.story-sign{margin-top:24px;color:#9da49f;font:700 9px var(--sans);letter-spacing:.12em}.story-sign span{color:var(--acid)}
.story-points{display:flex;flex-direction:column;justify-content:center;border-left:1px solid #282e2a}.story-points>div{padding:21px 23px;border-bottom:1px solid #242a26;display:grid;grid-template-columns:32px 1fr;gap:2px 10px}.story-points>div:last-child{border-bottom:0}.story-points span{grid-row:1/3;color:var(--acid);font:700 9px var(--sans);padding-top:2px}.story-points strong{font:700 10px var(--sans);letter-spacing:.05em}.story-points small{color:#8f9791;font:400 10px/1.4 var(--sans)}

/* FOOTER */
.footer{max-width:var(--max);margin:0 auto 0;padding:0 24px 20px;border-top:1px solid #252b27;background:#070908}
.footer-features{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #282e2a;border-top:0;margin-bottom:8px}
.feature-item{min-height:86px;padding:16px 22px;display:flex;align-items:center;gap:16px;border-right:1px solid #282e2a;background:linear-gradient(90deg,#090c0a,#070908)}.feature-item:last-child{border-right:0}
.feature-icon{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border:1px solid #303731;background:#0d100e;transform:rotate(2deg)}.feature-item:nth-child(2) .feature-icon{transform:rotate(-2deg)}
.feature-icon img{width:35px;height:35px}.feature-item>div{display:grid;gap:5px}.feature-item strong{font:700 11px var(--condensed);letter-spacing:.035em}.feature-item>div span{color:#96a099;font:400 10px var(--sans)}
.footer-grid{display:grid;grid-template-columns:1.5fr .8fr .9fr 1.15fr;gap:38px;padding:31px 12px 29px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.footer-grid h4{margin:0 0 7px;font:700 9px var(--sans);letter-spacing:.14em;color:#cbd0cc}.footer-grid a,.footer-grid span,.footer-grid p{margin:0;color:#8f9791;font:400 10px/1.45 var(--sans)}.footer-grid a:hover{color:var(--acid)}
.footer-identity img{width:105px;height:70px;object-fit:contain;object-position:left center;margin-bottom:2px}.footer-tag{margin-top:7px!important;color:var(--acid)!important;font-weight:700!important;letter-spacing:.09em!important}
.footer-whatsapp{display:inline-flex!important;align-items:center;gap:8px}.footer-whatsapp img{width:18px;height:18px;background:var(--whatsapp);border-radius:50%;padding:3px}
.copyright{display:flex;justify-content:space-between;padding:17px 12px 0;border-top:1px solid #1e231f;color:#636b65;font:600 8px var(--sans);letter-spacing:.15em}
.wa-float{position:fixed;z-index:85;right:22px;bottom:22px;width:57px;height:57px;border-radius:50%;display:grid;place-items:center;background:var(--whatsapp);border:1px solid rgba(255,255,255,.18);box-shadow:0 15px 40px rgba(0,0,0,.45),0 0 0 5px rgba(37,211,102,.08);transition:.2s}.wa-float:hover{transform:translateY(-4px) scale(1.03);box-shadow:0 19px 48px rgba(0,0,0,.52),0 0 0 7px rgba(37,211,102,.1)}.wa-float img{width:31px;height:35px}

/* SHOP */
.shop-hero{padding-top:58px;padding-bottom:18px;position:relative}.shop-hero:before{content:"";position:absolute;inset:20px 0 0;background:url('../img/texture-concrete.webp') center/650px repeat;opacity:.3;z-index:-1;mask-image:linear-gradient(90deg,#000,transparent 80%)}
.shop-hero small{color:var(--acid);font:800 9px var(--sans);letter-spacing:.16em}.shop-hero h1{font-size:84px;line-height:.88;margin:9px 0 12px}.shop-hero p{color:var(--muted);font-size:12px}
.shop-toolbar{padding-top:9px}.shop-toolbar form{display:flex;max-width:640px}.shop-toolbar input,.shop-toolbar button,.add-form input,.add-form select,.checkout-form input,.checkout-form textarea{background:#0e110f;border:1px solid #353b37;color:#fff;padding:14px;font:inherit;outline:0}.shop-toolbar input:focus,.add-form input:focus,.add-form select:focus,.checkout-form input:focus,.checkout-form textarea:focus{border-color:var(--acid)}.shop-toolbar input{flex:1}.shop-toolbar button{font:800 10px var(--sans);letter-spacing:.08em;cursor:pointer}.shop-toolbar button:hover{color:var(--acid)}
.chips{display:flex;gap:7px;flex-wrap:wrap;margin-top:16px}.chips a{border:1px solid #313632;padding:9px 12px;font:700 9px var(--sans);letter-spacing:.05em;text-transform:uppercase}.chips .active{background:var(--acid);color:#0a0d0b;border-color:var(--acid)}.shop-grid{grid-template-columns:repeat(4,1fr)}

/* PRODUCT */
.product-detail{display:grid;grid-template-columns:1.3fr .75fr;gap:30px;align-items:start;padding-top:38px}.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.gallery img{width:100%;aspect-ratio:4/5;object-fit:cover;background:#151816;border:1px solid #292f2b;filter:saturate(.8) contrast(1.04)}
.product-info{position:sticky;top:110px;padding:22px 20px;background:linear-gradient(145deg,#0c0f0d,#080a09);border:1px solid #292f2b}.product-info>small{color:var(--acid);font:800 9px var(--sans);letter-spacing:.12em}.product-info h1{font-size:66px;line-height:.88;margin:12px 0 22px}.product-info>p{color:#b4bab5;font:400 12px/1.72 var(--sans)}.price{font-size:27px;font-weight:800;display:flex;gap:16px;align-items:center}.price del{font-size:15px;color:#6e756f}
.add-form{display:grid;gap:9px;margin-top:25px}.add-form label,.checkout-form label{font:800 9px var(--sans);letter-spacing:.1em;margin-top:6px;color:#cbd0cc}.product-benefits{display:grid;gap:0;margin-top:24px;padding-top:6px;border-top:1px solid #2d322e}.product-benefits span{display:flex;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid #252a27;color:#c0c5c1;font:500 10px var(--sans)}.product-benefits img{width:27px;height:27px;object-fit:contain}.product-benefits .wa-mini{width:25px;height:25px;padding:4px;background:var(--whatsapp);border-radius:50%}

/* CART / CHECKOUT / SUCCESS */
.cart-page{min-height:500px}.notice,.error{padding:12px 14px;margin:12px 0;background:#172014;border:1px solid #3b6030}.error{background:#231313;border-color:#713838}.empty-cart{padding:70px 0;text-align:center}.cart-list{display:grid;gap:8px}.cart-row{display:grid;grid-template-columns:100px 1fr 90px 130px;gap:18px;align-items:center;border-bottom:1px solid #2a2f2b;padding:12px 0}.cart-row img{width:100px;height:120px;object-fit:cover}.cart-row>div{display:grid;gap:6px}.cart-row small{color:var(--muted)}.cart-row input{background:#0e110f;border:1px solid #343a36;color:#fff;padding:10px}.cart-summary{margin-left:auto;margin-top:28px;max-width:420px;border:1px solid #2a302c;padding:22px;display:grid;gap:12px;background:#0b0e0c}.cart-summary strong{font-size:32px}.checkout{display:grid;grid-template-columns:.7fr 1fr;gap:50px;min-height:600px;padding-top:70px}.checkout h1{font:400 72px/.9 var(--display);margin:8px 0}.checkout p{color:var(--muted);line-height:1.6}.checkout-form{display:grid;gap:8px}.success{text-align:center;min-height:600px;display:flex;flex-direction:column;align-items:center;justify-content:center}.success .success-crown{width:75px;margin-bottom:10px}.success h1{font-size:72px;line-height:.9;margin:10px 0}.success p{max-width:600px;color:#bec3bf}.success .btn{min-width:260px}

/* RESPONSIVE */
@media(max-width:1180px){
  .desktop-nav{gap:24px}.site-header{grid-template-columns:140px 1fr 140px}.hero-copy{width:48%}.hero-product{right:-2%;width:67%}.hero-stamp{right:1%;bottom:85px}.hero-graffiti{right:3%}.compact-grid{grid-template-columns:repeat(3,1fr)}.details-section{grid-template-columns:1fr repeat(2,1fr)}.details-intro{grid-row:span 2}.brand-story{grid-template-columns:1fr 1fr}.story-points{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);border-left:0;border-top:1px solid #282e2a}.story-points>div{border-bottom:0;border-right:1px solid #242a26}.story-points>div:last-child{border-right:0}
}
@media(max-width:900px){
  .topbar{justify-content:flex-start;overflow:hidden;padding:0 14px;font-size:8px}.topbar-location{display:none}.site-header{height:70px;grid-template-columns:54px 1fr 94px;padding:0 12px}.mobile-menu{display:grid}.brand{justify-self:center;height:64px}.brand img{width:116px;height:60px;object-position:center}.desktop-nav{display:none}.header-actions{gap:1px}.icon-link{width:42px;height:42px}.search-link{display:none}
  .hero{min-height:700px}.hero-copy{width:100%;padding:39px 18px 0}.hero h1{font-size:88px}.hero h2{font-size:20px}.hero-product{top:170px;right:-24%;bottom:-40px;width:125%;mask-image:radial-gradient(ellipse 70% 73% at 58% 56%,#000 56%,rgba(0,0,0,.86) 72%,transparent 100%)}.hero-product img{object-position:center bottom;filter:contrast(1.08) saturate(.68) brightness(.78)}.hero-backdrop{background:linear-gradient(180deg,rgba(5,7,6,.98) 0%,rgba(5,7,6,.82) 34%,rgba(5,7,6,.18) 64%,rgba(4,6,5,.85) 100%),linear-gradient(90deg,rgba(5,7,6,.78),transparent 80%)}.hero-stamp{right:15px;bottom:45px;width:125px;height:96px}.hero-graffiti{right:18px;top:190px;font-size:70px;opacity:.48}.hero-actions{margin-top:15px}.hero-dots{margin-top:17px}
  .category-grid{grid-template-columns:repeat(2,1fr)}.category-card{height:205px}.featured-grid,.shop-grid{grid-template-columns:repeat(2,1fr)}.compact-grid{grid-template-columns:repeat(3,1fr)}
  .details-section{grid-template-columns:repeat(2,1fr)}.details-intro{grid-column:1/-1;grid-row:auto;min-height:230px}.detail-tile{min-height:300px}
  .brand-story{grid-template-columns:1fr}.story-copy{border-left:0;border-top:1px solid #282e2a}.story-points{grid-column:auto;grid-template-columns:1fr}.story-points>div{border-right:0;border-bottom:1px solid #242a26}.story-points>div:last-child{border-bottom:0}
  .footer-features{grid-template-columns:1fr}.feature-item{border-right:0;border-bottom:1px solid #282e2a}.feature-item:last-child{border-bottom:0}.footer-grid{grid-template-columns:1.3fr 1fr;gap:28px}.copyright{gap:20px;flex-wrap:wrap}.product-detail{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr}.product-info{position:static}.checkout{grid-template-columns:1fr;gap:18px}.cart-row{grid-template-columns:75px 1fr 70px}.cart-row img{width:75px;height:90px}.cart-row>strong{grid-column:2/4}.shop-hero h1{font-size:62px}.section{padding:24px 14px}
}
@media(max-width:560px){
  .topbar span:nth-of-type(2),.topbar span:nth-of-type(3),.topbar i{display:none}.site-header{grid-template-columns:48px 1fr 52px}.brand img{width:112px}.header-actions{justify-self:end}.hero{min-height:680px}.hero-copy{padding-top:28px}.hero-crown{width:46px}.eyebrow{font-size:8px}.hero h1{font-size:76px}.hero h2{font-size:17px;max-width:290px}.hero-lead{font-size:10px}.hero-actions{gap:12px}.text-link{display:none}.hero-product{top:185px;right:-39%;width:150%;bottom:-25px}.hero-stamp{width:112px;height:86px;right:9px;bottom:26px}.hero-stamp strong{font-size:18px}.hero-graffiti{display:none}.marquee{font-size:8px}.marquee div{gap:12px}
  .category-section{padding-top:11px}.category-grid{gap:7px}.category-card{height:172px}.category-copy{left:11px;bottom:11px}.category-copy span{font-size:28px}.category-copy em{font-size:7px}.category-copy small{font-size:7px;margin-top:11px;padding:6px 7px}
  .section-heading{align-items:flex-end;gap:10px}.section-heading h1,.section-heading h2{font-size:31px}.section-heading a{font-size:8px;text-align:right}.section-kicker{font-size:7px}.featured-grid,.compact-grid,.shop-grid{grid-template-columns:repeat(2,1fr);gap:7px}.product-meta{padding:9px}.product-meta h3{font-size:11px}.product-meta strong{font-size:11px}.product-price span{display:none}.wishlist{font-size:24px}.badge{font-size:7px}.compact-card .product-meta h3{font-size:10px}
  .details-section{grid-template-columns:1fr;gap:7px}.details-intro{min-height:220px}.details-intro h2{font-size:39px}.detail-tile{min-height:315px}
  .story-collage{min-height:270px}.story-copy{padding:28px 20px}.story-copy h2{font-size:40px}.footer{padding-inline:10px}.footer-grid{grid-template-columns:1fr;padding-inline:10px}.feature-item{padding:13px 14px;min-height:76px}.feature-icon{width:44px;height:44px;flex-basis:44px}.feature-icon img{width:32px;height:32px}.copyright{padding-inline:10px}.wa-float{width:54px;height:54px;right:15px;bottom:15px}.gallery{grid-template-columns:1fr}.gallery img{aspect-ratio:1/1.18}.product-info{padding:17px 14px}.product-info h1{font-size:50px}.success h1{font-size:52px}.shop-hero h1{font-size:54px}.section{padding-inline:10px}
}

/* =========================================================
   HOME V4 — MATCH DEL MOCKUP APROBADO
   ========================================================= */
:root{--home-max:1280px}
.home-page{background:#050706}
.home-page main{background:#050706}
.home-page .topbar{height:28px;background:#050606;border-bottom:1px solid #20231f;font-size:8px;letter-spacing:.12em;justify-content:flex-start;padding:0 max(18px,calc((100vw - var(--home-max))/2))}
.home-page .topbar-location{right:max(18px,calc((100vw - var(--home-max))/2))}
.home-page .site-header{height:70px;grid-template-columns:150px 1fr 150px;padding:0 max(18px,calc((100vw - var(--home-max))/2));background:#060807;border-bottom:1px solid #292d29}
.home-page .brand{height:68px}
.home-page .brand img{width:92px;height:61px;object-fit:contain;object-position:left center}
.home-page .desktop-nav{gap:42px;font-size:9px;letter-spacing:.09em}
.home-page .desktop-nav a:after{bottom:13px;height:2px}
.home-page .header-actions{gap:3px}
.home-page .icon-link{width:38px;height:38px}
.home-page .icon-link img{width:19px;height:19px}
.home-page .cart-icon b{right:0;top:1px}

.home-hero{position:relative;isolation:isolate;height:clamp(420px,41vw,520px);max-width:var(--home-max);margin:0 auto;overflow:hidden;border-inline:1px solid #1d211e;background:#0c0e0d}
.home-hero:before{content:"";position:absolute;inset:0;z-index:-4;background:url('../img/texture-concrete.webp') center/650px repeat;filter:grayscale(.1) contrast(1.22) brightness(.78);opacity:.96}
.home-hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(2,3,3,.97) 0%,rgba(3,4,4,.86) 28%,rgba(4,5,5,.15) 53%,rgba(3,4,4,.18) 73%,rgba(3,4,4,.72) 100%),linear-gradient(0deg,rgba(3,4,4,.58),transparent 35%,rgba(0,0,0,.06))}
.home-hero-copy{position:absolute;z-index:5;left:32px;top:28px;width:34%}
.hero-crown-doodle{height:34px;color:#e1b71f;font:400 40px/1 Georgia,serif;transform:rotate(-10deg);transform-origin:left bottom;margin-bottom:2px}
.home-hero h1{margin:0 0 17px;font:400 clamp(68px,7.7vw,104px)/.78 var(--display);letter-spacing:.005em;text-transform:uppercase;color:#efece3;text-shadow:0 3px 0 rgba(0,0,0,.2)}
.home-hero h1 span{color:#5d625f}
.home-hero h2{margin:0 0 15px;font:700 clamp(16px,1.65vw,22px)/1.1 var(--condensed);letter-spacing:.025em}
.home-hero-lead{display:flex;gap:9px;align-items:flex-start;margin:0;color:#d5d7d3;font:600 9px/1.48 var(--sans);letter-spacing:.045em}
.home-hero-lead img{width:15px;height:22px;object-fit:contain}
.home-cta{display:inline-flex;align-items:center;justify-content:space-between;gap:36px;margin-top:19px;min-width:176px;padding:12px 14px;background:#eeeae0;color:#0c0d0c;border:1px solid #fff;font:800 9px var(--sans);letter-spacing:.035em;box-shadow:0 2px 0 #8e918d;transition:.2s}
.home-cta:hover{transform:translateY(-2px);background:#fff}.home-cta b{font-size:16px;line-height:.7;color:#92b420}
.home-hero-dots{display:flex;align-items:center;gap:8px;margin-top:18px}.home-hero-dots i{width:18px;height:2px;background:#e5e7e2}.home-hero-dots i:first-child{width:30px;background:#9bc31b}.home-hero-dots i:last-child{width:4px;border-radius:50%}
.home-hero-product{position:absolute;z-index:1;left:29%;top:-8%;bottom:-8%;width:55%;display:grid;place-items:center;overflow:hidden;mask-image:linear-gradient(90deg,transparent 0%,#000 10%,#000 90%,transparent 100%)}
.home-hero-product:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(255,255,255,.06),transparent 62%);z-index:2;pointer-events:none}
.home-hero-product img{width:100%;height:100%;object-fit:cover;object-position:center 46%;filter:contrast(1.05) saturate(.72) brightness(.92);mix-blend-mode:normal}
.home-hero-graffiti{position:absolute;z-index:3;right:7.5%;top:56px;color:transparent;-webkit-text-stroke:3px rgba(8,8,8,.7);font:400 88px/.8 var(--display);letter-spacing:-.1em;transform:rotate(-13deg);opacity:.9;text-shadow:5px 6px 0 rgba(0,0,0,.18)}
.home-hero-stamp{position:absolute;z-index:4;right:4.5%;bottom:62px;width:130px;height:105px;border:1px dashed rgba(224,226,221,.6);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;transform:rotate(-8deg);color:#d4d7d2;font:700 7px var(--sans);letter-spacing:.23em;background:rgba(4,5,5,.14)}
.home-hero-stamp img{width:67px;height:52px;object-fit:contain;margin:-3px 0 -4px}

.home-marquee{max-width:100%;overflow:hidden;border-block:1px solid #252925;background:#070908;color:#d5d8d4;white-space:nowrap;font:600 8px var(--sans);letter-spacing:.12em}
.home-marquee>div{display:flex;align-items:center;gap:16px;width:max-content;padding:8px 0;animation:marquee 28s linear infinite}.home-marquee b{color:#757c77}.home-marquee .acid{color:#a5cf20}.home-marquee .yellow{color:#deb71b}

.home-strip{max-width:var(--home-max);margin:0 auto}
.home-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;padding:13px 22px 7px}
.home-category{position:relative;height:178px;overflow:hidden;border:1px solid #2d312e;background:#101311;isolation:isolate}
.home-category:before{content:"";position:absolute;inset:-3%;z-index:-2;background-image:var(--cat-bg);background-size:cover;background-position:center 42%;filter:grayscale(.15) saturate(.66) contrast(1.12) brightness(.75);transition:.35s}
.home-category:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(3,4,4,.72),rgba(3,4,4,.08) 56%),linear-gradient(0deg,rgba(3,4,4,.82),transparent 58%)}
.home-category:hover:before{transform:scale(1.045);filter:grayscale(0) saturate(.85) contrast(1.1) brightness(.83)}
.home-category-title{position:absolute;left:16px;top:13px;font:400 31px/.9 var(--display);letter-spacing:.01em}
.home-category small{position:absolute;left:16px;top:45px;color:#d3d5d1;font:600 7px var(--sans);letter-spacing:.08em}
.home-category em{position:absolute;left:16px;bottom:12px;padding:7px 9px;border:1px solid rgba(255,255,255,.26);background:rgba(4,5,5,.48);font:700 7px var(--sans);font-style:normal;letter-spacing:.07em}.home-category em b{color:#a7d721;margin-left:7px;font-size:11px}

.home-details{display:grid;grid-template-columns:1.05fr repeat(4,1fr);gap:6px;padding:0 22px 7px}
.home-details-copy{height:204px;padding:18px 13px;display:flex;flex-direction:column;justify-content:center;border:1px solid #292e2a;background:#070908}
.home-details-copy h2{margin:0;font:400 38px/.89 var(--display);letter-spacing:.01em}
.home-details-copy p{margin:11px 0 0;color:#b0b5b0;font:400 9px/1.46 var(--sans)}
.home-cta-small{margin-top:12px;min-width:145px;padding:8px 11px;font-size:7px;gap:22px;box-shadow:none}
.home-detail-card{position:relative;height:204px;overflow:hidden;border:1px solid #2e332f;background:#111410}
.home-detail-card img{width:100%;height:100%;object-fit:cover;filter:saturate(.55) contrast(1.06) brightness(.78);transition:.3s}
.home-detail-card:hover img{transform:scale(1.03);filter:saturate(.72) contrast(1.06) brightness(.84)}
.home-detail-card span{position:absolute;left:0;right:0;bottom:0;padding:9px 10px;background:rgba(3,4,4,.94);border-top:1px solid #313632;color:#e2e3df;font:600 7px var(--sans);letter-spacing:.04em;white-space:nowrap}

.home-latest{display:grid;grid-template-columns:1.12fr repeat(6,1fr);gap:6px;padding:8px 22px 8px}
.home-latest-title{min-height:183px;padding:13px 4px 9px 0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.home-latest-title h2{margin:0;font:400 35px/.86 var(--display);letter-spacing:.01em}
.home-latest-title a{margin-top:15px;padding:7px 9px;border:1px solid #353a36;font:700 6.5px var(--sans);letter-spacing:.065em}.home-latest-title a b{color:#a7d721;margin-left:7px;font-size:10px}
.home-product-card{min-width:0;border:1px solid #292e2a;background:#0c0f0d;overflow:hidden;transition:.2s}
.home-product-card:hover{border-color:#515852;transform:translateY(-2px)}
.home-product-media{position:relative;height:137px;overflow:hidden;background:#151816}
.home-product-media>span{position:absolute;z-index:2;left:7px;top:7px;padding:4px 6px;background:#9fce1b;color:#080a08;font:800 6px var(--sans);letter-spacing:.04em}
.home-product-media>i{position:absolute;z-index:2;right:6px;top:5px;font:400 19px Arial;color:#fff;font-style:normal;text-shadow:0 1px 3px #000}
.home-product-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.68) contrast(1.03) brightness(.86);transition:.25s}.home-product-card:hover img{transform:scale(1.035);filter:saturate(.82) contrast(1.04) brightness(.9)}
.home-product-info{min-height:44px;padding:7px 8px 8px;display:flex;flex-direction:column;gap:4px}.home-product-info strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:600 7.5px var(--condensed);letter-spacing:.025em}.home-product-info b{font:700 9px var(--sans)}

.home-story{max-width:var(--home-max);margin:0 auto;display:grid;grid-template-columns:1.12fr 1fr .78fr;min-height:181px;border-top:1px solid #2b302c;border-bottom:1px solid #2b302c;background:#080a09}
.home-story-photo{position:relative;overflow:hidden;border-right:1px solid #292e2a;background:#111311}
.home-story-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,4,4,.15),rgba(3,4,4,.82));z-index:5}
.home-story-photo img{position:absolute;top:-16%;height:135%;width:46%;object-fit:cover;filter:grayscale(1) contrast(1.12) brightness(.48)}.home-story-photo img:nth-child(1){left:-3%;transform:rotate(-4deg)}.home-story-photo img:nth-child(2){left:29%;z-index:2}.home-story-photo img:nth-child(3){right:-5%;transform:rotate(5deg)}
.home-story-photo>span{position:absolute;z-index:6;right:18px;top:10px;color:transparent;-webkit-text-stroke:1px rgba(170,215,33,.75);font:400 55px var(--display);transform:rotate(-10deg)}
.home-story-copy{padding:22px 26px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid #292e2a}.home-story-copy small{color:#a7d721;font:800 7px var(--sans);letter-spacing:.12em}.home-story-copy h2{margin:4px 0 8px;font:400 27px/.95 var(--display);letter-spacing:.015em}.home-story-copy p{margin:0;max-width:440px;color:#a9afa9;font:400 8.5px/1.5 var(--sans)}.home-signature{align-self:flex-end;margin-top:7px;color:#a7d721;font:italic 700 20px cursive;transform:rotate(-5deg)}
.home-story-benefits{display:flex;flex-direction:column;justify-content:center}.home-story-benefits>div{display:flex;align-items:center;gap:12px;min-height:55px;padding:10px 15px;border-bottom:1px solid #282d29}.home-story-benefits>div:last-child{border-bottom:0}.home-story-benefits img{width:26px;height:26px;object-fit:contain}.home-story-benefits p{display:flex;flex-direction:column;gap:2px;margin:0}.home-story-benefits strong{font:700 8px var(--sans);letter-spacing:.04em}.home-story-benefits span{color:#9ca29d;font:400 7.5px var(--sans)}

.footer-v4{max-width:var(--home-max);padding:0 22px 9px;background:#070908;border-top:0}
.footer-v4 .footer-grid{grid-template-columns:1.15fr .72fr .95fr 1.05fr;gap:28px;padding:17px 7px 16px}
.footer-v4 .footer-identity img{width:92px;height:62px;object-fit:contain;object-position:left center}
.footer-v4 .footer-grid h4{font-size:7px;margin-bottom:2px}.footer-v4 .footer-grid a,.footer-v4 .footer-grid span{font-size:7px;line-height:1.25}.footer-v4 .footer-whatsapp img{width:14px;height:14px;padding:2px}.footer-v4 .copyright{justify-content:center;padding:8px 0 0;font-size:6px;letter-spacing:.18em}
.home-page .wa-float{width:48px;height:48px;right:19px;bottom:18px}.home-page .wa-float img{width:28px;height:31px}

@media(max-width:1100px){
  .home-page .desktop-nav{gap:26px}.home-hero-copy{left:25px}.home-hero-product{left:27%;width:59%}.home-hero-stamp{right:2.5%}
  .home-categories,.home-details,.home-latest,.footer-v4{padding-left:14px;padding-right:14px}.home-latest{grid-template-columns:1.08fr repeat(3,1fr)}.home-product-card:nth-of-type(n+5){display:none}
}
@media(max-width:900px){
  .home-page .site-header{height:68px;grid-template-columns:48px 1fr 90px;padding:0 12px}.home-page .brand{justify-self:center}.home-page .brand img{width:104px;height:58px}.home-page .desktop-nav{display:none}
  .home-hero{height:650px}.home-hero-copy{top:25px;left:18px;width:68%}.home-hero h1{font-size:82px}.home-hero-product{left:9%;top:170px;bottom:-30px;width:103%;mask-image:linear-gradient(180deg,transparent 0%,#000 10%,#000 88%,transparent 100%)}.home-hero-product img{object-position:center 40%;filter:contrast(1.08) saturate(.67) brightness(.75)}.home-hero:after{background:linear-gradient(180deg,rgba(3,4,4,.94) 0%,rgba(3,4,4,.74) 27%,rgba(3,4,4,.12) 58%,rgba(3,4,4,.76) 100%)}.home-hero-graffiti{right:18px;top:195px}.home-hero-stamp{right:15px;bottom:35px}
  .home-categories{grid-template-columns:repeat(2,1fr)}.home-category{height:185px}.home-details{grid-template-columns:repeat(2,1fr)}.home-details-copy{grid-column:1/-1;height:190px}.home-detail-card{height:235px}
  .home-latest{grid-template-columns:repeat(2,1fr)}.home-latest-title{grid-column:1/-1;min-height:100px;flex-direction:row;justify-content:space-between;align-items:end;border-bottom:1px solid #252a26}.home-latest-title h2{font-size:38px}.home-product-card:nth-of-type(n){display:block}.home-product-media{height:260px}.home-product-info{min-height:55px}.home-product-info strong{font-size:10px}.home-product-info b{font-size:11px}
  .home-story{grid-template-columns:1fr}.home-story-photo{min-height:255px;border-right:0;border-bottom:1px solid #292e2a}.home-story-copy{border-right:0;border-bottom:1px solid #292e2a;padding:28px 20px}.home-story-copy h2{font-size:37px}.home-story-copy p{font-size:10px}.home-story-benefits{display:grid;grid-template-columns:1fr 1fr 1fr}.home-story-benefits>div{border-bottom:0;border-right:1px solid #282d29}.home-story-benefits>div:last-child{border-right:0}.footer-v4 .footer-grid{grid-template-columns:1.1fr 1fr;gap:20px}
}
@media(max-width:560px){
  .home-page .topbar{justify-content:center;padding:0 10px}.home-page .topbar-location{display:none}.home-page .site-header{grid-template-columns:46px 1fr 48px}.home-page .brand img{width:106px}.home-page .header-actions .search-link{display:none}
  .home-hero{height:620px}.home-hero-copy{width:82%;top:23px}.home-hero h1{font-size:72px}.home-hero h2{font-size:16px}.home-hero-product{top:178px;left:-14%;width:136%;bottom:-5px}.home-hero-product img{object-position:center 42%}.home-hero-graffiti{display:none}.home-hero-stamp{width:104px;height:83px;right:7px;bottom:24px}.home-hero-stamp img{width:55px;height:42px}.home-cta{min-width:158px;padding:10px 12px}.home-marquee>div{padding:7px 0;font-size:7px}
  .home-categories{gap:6px;padding:8px 8px 6px}.home-category{height:155px}.home-category-title{left:10px;top:10px;font-size:25px}.home-category small{left:10px;top:36px;font-size:6px}.home-category em{left:10px;bottom:9px;padding:6px 7px;font-size:6px}
  .home-details{grid-template-columns:1fr;padding:0 8px 6px;gap:6px}.home-details-copy{grid-column:auto;height:185px;padding:17px}.home-details-copy h2{font-size:36px}.home-detail-card{height:295px}.home-detail-card span{font-size:7px}
  .home-latest{grid-template-columns:repeat(2,1fr);padding:5px 8px 7px;gap:6px}.home-latest-title{padding:9px 0;min-height:92px}.home-latest-title h2{font-size:34px}.home-latest-title a{font-size:6px}.home-product-media{height:185px}.home-product-info{min-height:48px}.home-product-info strong{font-size:8px}.home-product-info b{font-size:9px}
  .home-story-photo{min-height:225px}.home-story-copy{padding:24px 16px}.home-story-copy h2{font-size:34px}.home-story-benefits{grid-template-columns:1fr}.home-story-benefits>div{border-right:0;border-bottom:1px solid #282d29}.home-story-benefits>div:last-child{border-bottom:0}.footer-v4{padding-inline:8px}.footer-v4 .footer-grid{grid-template-columns:1fr 1fr;gap:18px;padding:17px 4px}.footer-v4 .footer-identity{grid-column:1/-1}.footer-v4 .footer-identity img{width:105px}.home-page .wa-float{right:13px;bottom:13px}
}

/* =========================================================
   MENINO REI — HOME V4 / faithful streetwear art direction
   ========================================================= */
.home-page{background:#050706}
.home-page:before{opacity:.035}
.home-page .site-header{padding-left:34px;padding-right:34px}
.home-page .desktop-nav a.active{color:#fff}
.home-page .desktop-nav a.active:after{left:12%;right:12%}
.home-page .brand img{width:116px;height:68px}

.home-page .hero,
.home-page .home-wide,
.home-page + .footer,
.footer-v4{max-width:none;width:100%}

/* HERO — full bleed, more like the approved mockup */
.hero-v4{height:clamp(440px,40vw,650px);min-height:0;margin:0;border:0;background:#111411;overflow:hidden}
.hero-v4:before{z-index:0;background:
  linear-gradient(90deg,rgba(0,0,0,.28),rgba(0,0,0,.06) 42%,rgba(0,0,0,.17)),
  url('../img/texture-concrete.webp') center/720px repeat;opacity:1;filter:contrast(1.5) brightness(.78)}
.hero-v4:after{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;background:
  linear-gradient(90deg,rgba(3,5,4,.95) 0%,rgba(4,6,5,.74) 22%,rgba(4,6,5,.16) 46%,rgba(4,6,5,.04) 70%,rgba(3,5,4,.28) 100%),
  linear-gradient(180deg,rgba(0,0,0,.05),transparent 55%,rgba(0,0,0,.28));}
.hero-v4 .hero-backdrop{z-index:1;background:
  radial-gradient(circle at 65% 42%,rgba(255,255,255,.11),transparent 35%),
  radial-gradient(circle at 56% 57%,rgba(255,255,255,.05),transparent 34%)}
.hero-v4 .hero-copy{position:absolute;z-index:7;left:0;top:0;width:37%;height:100%;padding:46px 0 34px 48px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.hero-v4 .hero-crown{width:48px;height:36px;margin:0 0 -2px 2px;filter:sepia(1) saturate(6) hue-rotate(357deg) brightness(1.15)}
.hero-v4 h1{display:flex;flex-direction:column;font-size:clamp(80px,9vw,164px);line-height:.72;margin:0 0 22px;letter-spacing:-.015em;text-shadow:4px 7px 0 rgba(0,0,0,.22)}
.hero-v4 h1 span{display:block;width:max-content;background-image:linear-gradient(180deg,#f0f0e9 0%,#d6d7d0 55%,#bfc1ba 100%),url('../img/texture-concrete.webp');background-blend-mode:multiply;-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-v4 h1 .hero-word-dark{background-image:linear-gradient(180deg,#8b8e89 0%,#666b67 55%,#505451 100%),url('../img/texture-concrete.webp')}
.hero-v4 h2{font-size:clamp(18px,2vw,31px);margin:0 0 16px;font-family:var(--condensed);font-weight:700;letter-spacing:.012em;white-space:nowrap}
.hero-v4 .hero-lead{margin:0 0 20px;font-size:clamp(9px,.75vw,12px);line-height:1.55;letter-spacing:.05em}
.hero-v4 .hero-lead img{width:18px;height:23px}
.hero-main-cta{min-width:176px;height:44px;padding:0 21px;margin-top:0}
.hero-v4 .hero-dots{margin-top:20px;gap:7px}.hero-v4 .hero-dots i{width:15px}.hero-v4 .hero-dots i:first-child{width:25px}
.hero-v4 .hero-product{z-index:3;top:-3%;bottom:-4%;right:13.5%;width:57%;display:block;mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.96) 8%,#000 88%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.96) 8%,#000 88%,transparent 100%)}
.hero-v4 .hero-product:after{inset:0;background:linear-gradient(90deg,rgba(13,16,14,.22),transparent 21%,transparent 83%,rgba(9,11,10,.4))}
.hero-v4 .hero-product img{width:100%;height:100%;object-fit:cover;object-position:center 10%;transform:scale(1.03);filter:contrast(1.07) saturate(.72) brightness(.93)}
.hero-v4 .hero-stamp{z-index:8;right:5.5%;bottom:55px;width:142px;height:122px;gap:4px;border:1px dashed rgba(235,238,233,.48);background:rgba(8,10,9,.18);transform:rotate(-9deg);letter-spacing:.22em}
.hero-v4 .hero-stamp img{width:73px;height:58px;object-fit:contain;filter:drop-shadow(0 3px 7px rgba(0,0,0,.5))}
.hero-v4 .hero-stamp span{font-size:8px;color:#d1d4cf}
.hero-v4 .hero-graffiti{z-index:7;right:4.5%;top:46px;width:176px;height:130px;display:flex;align-items:center;justify-content:center;gap:0;opacity:.52;transform:rotate(-12deg) skewX(-9deg);font-family:var(--display);font-size:92px;letter-spacing:-.25em;color:transparent;-webkit-text-stroke:4px rgba(8,9,8,.82);text-shadow:6px 6px 0 rgba(0,0,0,.28)}
.hero-v4 .hero-graffiti span:last-child{transform:translateY(16px) rotate(8deg)}

/* ticker */
.home-page .marquee{border-color:#2b302c;background:#080a09;padding:9px 0;font-size:9px}

/* HOME WIDTH / density */
.home-page .home-wide{padding-left:24px;padding-right:24px}
.home-page .category-section{padding-top:14px;padding-bottom:8px}
.home-page .category-grid{gap:8px}
.home-page .category-card{height:clamp(180px,18vw,315px);border-color:#2a2f2c;background:#111512}
.home-page .category-card:before{inset:-2%;background-position:center 47%;filter:saturate(.66) contrast(1.08) brightness(.78)}
.home-page .category-shade{background:linear-gradient(180deg,rgba(0,0,0,.34) 0%,rgba(0,0,0,.03) 45%,rgba(4,6,5,.76) 100%),linear-gradient(90deg,rgba(0,0,0,.38),transparent 62%)}
.home-page .category-copy{inset:14px 14px 13px;justify-content:flex-start;height:calc(100% - 27px)}
.home-page .category-copy span{font-size:clamp(28px,2.8vw,49px);line-height:.86}
.home-page .category-copy em{font-size:clamp(7px,.62vw,10px);margin-top:7px}
.home-page .category-copy small{margin-top:auto;padding:8px 11px;background:rgba(4,6,5,.55);border-color:rgba(255,255,255,.27)}

/* DETAILS — exactly the intro + four closeups structure */
.home-page .details-section{grid-template-columns:1.02fr repeat(4,1fr);gap:7px;padding-top:0;padding-bottom:19px}
.home-page .details-intro{min-height:clamp(220px,20vw,360px);padding:27px 25px;background:#070908;border-color:#252b27;justify-content:center}
.home-page .details-intro h2{font-size:clamp(39px,3.5vw,62px);line-height:.88;margin:0 0 16px}
.home-page .details-intro p{font-size:clamp(9px,.75vw,12px);line-height:1.55;margin-bottom:18px}
.home-page .details-cta{margin-top:0;min-height:40px;font-size:8px}
.home-page .detail-tile{min-height:clamp(220px,20vw,360px);border-color:#303632}
.home-page .detail-tile img{filter:saturate(.46) contrast(1.12) brightness(.87)}
.home-page .detail-tile span{padding:11px 13px;background:rgba(4,6,5,.86);font-size:clamp(7px,.6vw,10px)}
.home-page .detail-tile span b{font-size:12px;color:#f1f1ed}

/* LATEST — left title block + six cards */
.home-page .latest-section{padding-top:0;padding-bottom:14px}
.latest-layout{display:grid;grid-template-columns:152px 1fr;gap:10px;align-items:stretch}
.latest-intro{border:0;padding:21px 0 18px 5px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}
.latest-intro h2{font:400 clamp(35px,3.1vw,54px)/.86 var(--display);margin:0 0 28px;text-transform:uppercase;letter-spacing:.015em}
.latest-intro a{margin-top:auto;border:1px solid #333a35;padding:10px 11px;font:800 7px var(--sans);letter-spacing:.06em;white-space:nowrap}.latest-intro a span{color:var(--acid);font-size:13px;margin-left:6px}
.latest-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:6px}
.home-page .latest-grid .product-card{border-color:#282e2a;background:#0c0f0d;transform:none}
.home-page .latest-grid .product-card:hover{transform:translateY(-3px)}
.home-page .latest-grid .product-media{aspect-ratio:4/4.55}
.home-page .latest-grid .product-meta{padding:9px 9px 10px}
.home-page .latest-grid .product-meta h3{font-size:clamp(9px,.72vw,12px);margin:0 0 6px;line-height:1.15}
.home-page .latest-grid .product-meta strong{font-size:clamp(9px,.72vw,12px)}
.home-page .latest-grid .badge{top:8px;left:8px;font-size:7px;padding:4px 6px}
.home-page .latest-grid .wishlist{font-size:22px;right:7px;top:5px}

/* STORY / services — same composition as the reference */
.home-page .brand-story{grid-template-columns:1.17fr 1.15fr .9fr;min-height:clamp(185px,17vw,310px);margin-top:0;margin-bottom:0;border-left:0;border-right:0;background:#080a09}
.home-page .story-collage{min-height:inherit;background:#111512}
.home-page .story-collage:after{background:linear-gradient(90deg,rgba(0,0,0,.08),rgba(6,8,7,.36));z-index:2}
.home-page .story-collage img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.12) brightness(.78);transform:none}
.home-page .story-copy{padding:24px 32px;border-left:1px solid #282e2a}
.home-page .story-copy small{font-size:8px}
.home-page .story-copy h2{font-size:clamp(29px,2.6vw,46px);line-height:.95;margin:4px 0 11px}
.home-page .story-copy p{font-size:clamp(8px,.62vw,10px);line-height:1.55;color:#b9beb9}
.home-page .story-sign{margin-top:10px;margin-left:auto;font:400 clamp(22px,2.3vw,38px)/1 var(--display);color:var(--acid);transform:rotate(-5deg)}
.story-benefits{border-left:1px solid #282e2a;justify-content:center}
.story-benefits>div{display:flex;align-items:center;gap:14px;grid-template-columns:none;padding:16px 20px;min-height:0}
.story-benefits>div img{width:34px;height:34px;flex:0 0 34px;object-fit:contain}
.story-benefits>div>span{display:flex;flex-direction:column;gap:4px}
.story-benefits>div strong{font-size:clamp(8px,.67vw,11px)}
.story-benefits>div small{font-size:clamp(7px,.6vw,10px)}

/* FOOTER closer to the approved composition */
.footer-v4{padding:0 30px 10px;background:#050706;border-top:1px solid #252a27}
.footer-v4 .footer-grid{grid-template-columns:1.05fr .75fr .9fr 1.05fr .7fr;gap:32px;padding:23px 10px 20px}
.footer-v4 .footer-identity img{width:108px;height:67px}
.footer-v4 .footer-grid h4{font-size:8px;margin-bottom:4px}
.footer-v4 .footer-grid a,.footer-v4 .footer-grid span{font-size:9px;line-height:1.34}
.footer-v4 .footer-tag{font-size:7px!important;color:#727b74!important}
.footer-social-col{align-items:flex-start!important}
.social-row{display:flex;gap:7px}.social-icon{width:31px;height:31px;border:1px solid #303630;display:grid;place-items:center;border-radius:2px;background:#0b0e0c}.social-icon:hover{border-color:var(--acid)}
.whatsapp-icon img{width:18px!important;height:18px!important;padding:2px!important;background:var(--whatsapp)!important;border-radius:50%!important}
.instagram-icon span{position:relative;width:17px;height:17px;border:1.7px solid #e9ece9;border-radius:5px}.instagram-icon span:before{content:"";position:absolute;left:4px;top:4px;width:6px;height:6px;border:1.5px solid #e9ece9;border-radius:50%}.instagram-icon span:after{content:"";position:absolute;right:2px;top:2px;width:2.5px;height:2.5px;background:#e9ece9;border-radius:50%}
.footer-v4 .copyright{justify-content:center;text-align:center;padding:10px 0 0;font-size:7px;letter-spacing:.18em}

/* desktop home should feel full-screen, not a centered narrow template */
@media(min-width:901px){
  .home-page .section{max-width:none}
  .home-page .site-header{grid-template-columns:180px 1fr 180px}
}

/* TABLET */
@media(max-width:1180px){
  .hero-v4 .hero-copy{width:42%;padding-left:34px}.hero-v4 .hero-product{right:5%;width:67%}.hero-v4 .hero-stamp{right:2.5%;bottom:40px}.hero-v4 .hero-graffiti{right:2%}
  .latest-layout{grid-template-columns:125px 1fr}.latest-grid{grid-template-columns:repeat(3,1fr)}
  .footer-v4 .footer-grid{grid-template-columns:1.1fr repeat(4,1fr);gap:20px}
}

/* MOBILE */
@media(max-width:900px){
  .home-page .site-header{padding-left:12px;padding-right:12px}
  .home-page .brand img{width:120px;height:62px}
  .hero-v4{height:690px}
  .hero-v4 .hero-copy{width:100%;height:auto;top:0;padding:29px 18px 0;justify-content:flex-start}
  .hero-v4 .hero-crown{width:42px;height:31px}
  .hero-v4 h1{font-size:86px;margin-bottom:16px;line-height:.72}
  .hero-v4 h2{font-size:18px}.hero-v4 .hero-lead{font-size:9px}.hero-main-cta{height:42px;min-width:163px}
  .hero-v4 .hero-product{top:245px;bottom:-5px;right:-25%;width:130%;mask-image:linear-gradient(180deg,transparent 0,#000 9%,#000 90%,transparent 100%);-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 9%,#000 90%,transparent 100%)}
  .hero-v4 .hero-product img{object-position:center 8%;filter:contrast(1.07) saturate(.69) brightness(.76)}
  .hero-v4 .hero-stamp{right:12px;bottom:27px;width:112px;height:92px}.hero-v4 .hero-stamp img{width:59px;height:45px}.hero-v4 .hero-graffiti{display:none}
  .home-page .home-wide{padding-left:10px;padding-right:10px}
  .home-page .category-grid{grid-template-columns:repeat(2,1fr)}.home-page .category-card{height:190px}.home-page .category-copy{inset:11px}.home-page .category-copy span{font-size:31px}
  .home-page .details-section{grid-template-columns:repeat(2,1fr);gap:7px}.home-page .details-intro{grid-column:1/-1;min-height:215px}.home-page .detail-tile{min-height:270px}
  .latest-layout{display:block}.latest-intro{padding:15px 2px 12px;display:flex;flex-direction:row;align-items:end;justify-content:space-between}.latest-intro h2{font-size:38px;margin:0}.latest-intro a{margin:0 0 2px}.latest-grid{grid-template-columns:repeat(2,1fr);gap:7px}
  .home-page .brand-story{grid-template-columns:1fr}.home-page .story-collage{min-height:260px}.home-page .story-copy{border-left:0;border-top:1px solid #282e2a;padding:26px 20px}.story-benefits{border-left:0;border-top:1px solid #282e2a}.story-benefits>div{padding:14px 18px}
  .footer-v4{padding:0 14px 10px}.footer-v4 .footer-grid{grid-template-columns:1.1fr 1fr;gap:24px;padding:24px 0}.footer-social-col{grid-column:2}
}

@media(max-width:560px){
  .hero-v4{height:650px}.hero-v4 .hero-copy{padding-top:24px}.hero-v4 h1{font-size:74px}.hero-v4 h2{font-size:16px}.hero-v4 .hero-product{top:235px;right:-45%;width:165%;bottom:-10px}.hero-v4 .hero-stamp{right:8px;bottom:20px;width:100px;height:82px}
  .home-page .category-card{height:165px}.home-page .category-copy span{font-size:27px}.home-page .category-copy small{padding:6px 8px;font-size:6px}
  .home-page .details-section{grid-template-columns:1fr}.home-page .detail-tile{min-height:310px}.home-page .details-intro{min-height:205px}.home-page .details-intro h2{font-size:39px}
  .latest-intro h2{font-size:34px}.latest-intro a{font-size:6px;padding:8px}.home-page .latest-grid .product-media{aspect-ratio:4/5}
  .footer-v4 .footer-grid{grid-template-columns:1fr 1fr;gap:22px 18px}.footer-v4 .footer-identity{grid-column:1/-1}.footer-social-col{grid-column:auto}
}
