*{box-sizing:border-box;margin:0;padding:0}
:root{--dark:#101010;--dark2:#181818;--gold:#f5b942;--orange:#ff7a18;--cream:#f7f4ef;--white:#fff;--muted:#777;--green:#25d366}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,sans-serif;background:var(--cream);color:var(--dark);line-height:1.5}
a{text-decoration:none;color:inherit}
.header{height:76px;background:#111;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 6%;position:sticky;top:0;z-index:20;box-shadow:0 4px 20px #0002}
.logo{font-size:1.45rem;font-weight:900;letter-spacing:1px}.logo span,.footer-logo span{color:var(--gold)}
.nav{display:flex;gap:30px}.nav a{font-weight:700;color:#ddd;transition:.2s}.nav a:hover{color:var(--gold)}
.menu-btn{display:none;background:none;border:0;color:#fff;font-size:1.7rem}
.hero{min-height:650px;padding:70px 7%;display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center;background:radial-gradient(circle at 90% 20%,#ffd27a55,transparent 30%),linear-gradient(135deg,#fff,#eee9df)}
.eyebrow{font-size:.78rem;font-weight:900;letter-spacing:2px;color:#b16a00;margin-bottom:12px}
.hero h1{font-size:clamp(3rem,6vw,5.8rem);line-height:.98;max-width:700px;margin-bottom:25px}.hero h1 span{color:var(--orange)}
.hero-content>p:not(.eyebrow){font-size:1.1rem;color:#555;max-width:590px;margin-bottom:30px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{border:0;border-radius:12px;padding:14px 23px;font-weight:900;display:inline-block;cursor:pointer}.primary{background:#111;color:#fff}.primary:hover{background:#333}.whatsapp{background:var(--green);color:#072b15}
.hero-card{position:relative;background:#fff;border-radius:28px;padding:18px;box-shadow:0 25px 60px #0002;transform:rotate(2deg)}.hero-card img{width:100%;height:440px;object-fit:cover;border-radius:20px}.hero-badge{position:absolute;z-index:2;top:28px;left:28px;background:var(--orange);color:#fff;padding:8px 14px;border-radius:30px;font-weight:900}.hero-caption{padding:15px 7px 5px;display:grid;gap:2px}.hero-caption span{color:#888;font-size:.8rem}.hero-caption b{color:#d86b00}
.shop-section{padding:85px 7%}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:35px}.section-heading h2,.contact-section h2{font-size:2.5rem}.filters{display:flex;gap:8px}.filter{border:1px solid #ddd;background:#fff;padding:10px 17px;border-radius:30px;cursor:pointer;font-weight:800}.filter.active{background:#111;color:#fff}
.products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 30px #0000000b;transition:.25s;position:relative}.product:hover{transform:translateY(-7px);box-shadow:0 18px 40px #0002}.product-img{height:290px;position:relative;background:#eee}.product-img img{width:100%;height:100%;object-fit:cover}.tag{position:absolute;top:13px;left:13px;background:#111;color:#fff;border-radius:20px;padding:6px 10px;font-size:.7rem;font-weight:900}.product-info{padding:18px}.product-info h3{font-size:1.05rem}.category{color:#999;font-size:.78rem;text-transform:uppercase;letter-spacing:1px}.price{font-size:1.15rem;font-weight:900;margin:9px 0 15px}.add{width:100%;border:0;background:#111;color:#fff;border-radius:10px;padding:12px;font-weight:800;cursor:pointer}.add:hover{background:var(--orange)}
.features{background:#111;color:#fff;padding:55px 7%;display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.feature{display:flex;gap:15px}.feature>span{font-size:1.7rem;color:var(--gold)}.feature h3{margin-bottom:4px}.feature p{color:#aaa;font-size:.92rem}
.contact-section{margin:70px 7%;background:linear-gradient(120deg,#191919,#292929);color:#fff;border-radius:25px;padding:50px;display:flex;justify-content:space-between;align-items:center;gap:30px}.contact-section .eyebrow{color:var(--gold)}.contact-section p:not(.eyebrow){color:#bbb}.contact-actions{display:grid;gap:12px;min-width:280px}.contact-btn{background:#fff;color:#111;padding:14px 18px;border-radius:12px;font-weight:900;text-align:center}.contact-btn.green{background:var(--green)}
footer{background:#0b0b0b;color:#aaa;padding:35px 7%;display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap}.footer-logo{color:#fff;font-weight:900;letter-spacing:1px}
.floating-cart{position:fixed;right:25px;bottom:25px;z-index:30;border:0;background:var(--orange);color:#fff;width:60px;height:60px;border-radius:50%;font-size:1.4rem;box-shadow:0 10px 30px #0004;cursor:pointer}.floating-cart span{position:absolute;top:-5px;right:-5px;background:#111;border-radius:50%;width:23px;height:23px;font-size:.75rem;display:grid;place-items:center}
.overlay{display:none;position:fixed;inset:0;background:#0008;z-index:35}.overlay.show{display:block}.cart{position:fixed;right:-430px;top:0;width:min(420px,100%);height:100vh;background:#fff;z-index:40;padding:25px;transition:.3s;box-shadow:-10px 0 30px #0002}.cart.open{right:0}.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.cart-header button{border:0;background:none;font-size:2rem;cursor:pointer}.cart-item{display:grid;grid-template-columns:65px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #eee}.cart-item img{width:65px;height:65px;object-fit:cover;border-radius:10px}.remove{border:0;background:#eee;border-radius:6px;padding:5px;cursor:pointer}.cart-total{display:flex;justify-content:space-between;font-size:1.2rem;margin:25px 0}.checkout{width:100%;text-align:center}
@media(max-width:1000px){.products{grid-template-columns:repeat(2,1fr)}.hero{grid-template-columns:1fr}.hero-card{max-width:600px}.features{grid-template-columns:1fr}}
@media(max-width:650px){.header{padding:0 5%}.nav{display:none;position:absolute;top:76px;left:0;right:0;background:#111;padding:20px 7%;flex-direction:column;gap:18px}.nav.show{display:flex}.menu-btn{display:block}.hero{padding:55px 5%;min-height:auto}.hero-card img{height:330px}.shop-section{padding:60px 5%}.section-heading{align-items:start;flex-direction:column}.products{grid-template-columns:1fr}.product-img{height:330px}.contact-section{margin:50px 5%;padding:35px 25px;display:block}.contact-actions{margin-top:25px}.features{padding:45px 5%}footer{padding:30px 5%;display:block}footer p{margin-top:8px}}
