 :root{--bg:#F7F1E8;--text:#111;--primary:#0B0B0B;--gold:#A47B3C;--border:#E5D8C8;--shadow:0 24px 60px rgba(17,17,17,.11)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;line-height:1.55}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.topbar{background:var(--primary);color:var(--bg);text-align:center;padding:10px 16px;font-size:13px}.site-header{position:sticky;top:0;z-index:10;background:rgba(247,241,232,.94);display:flex;align-items:center;justify-content:space-between;padding:14px clamp(18px,4vw,60px);border-bottom:1px solid var(--border)}.brand{display:flex;align-items:center;gap:13px;text-transform:uppercase;letter-spacing:.05em;font-size:21px;font-family:Georgia,serif}.brand img{width:60px;height:60px;object-fit:cover;border-radius:14px}.site-header nav{display:flex;gap:22px;flex-wrap:wrap;font-size:14px;text-transform:uppercase;font-weight:700}.hero{display:grid;grid-template-columns:.95fr 1.05fr;gap:48px;align-items:center;padding:70px clamp(20px,5vw,84px) 54px}.eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:800}.hero h1{font-family:Georgia,serif;font-size:clamp(48px,7vw,92px);line-height:1.04;margin:12px 0}.hero p{font-size:18px;color:#4f4740;max-width:620px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;justify-content:center;align-items:center;border-radius:999px;padding:14px 22px;font-weight:800;font-size:14px;border:1px solid transparent;transition:.25s}.btn-primary,.btn-whatsapp{background:var(--primary);color:#fff}.btn-secondary{border-color:var(--primary)}.btn:hover,.filter-btn:hover{background:var(--gold);color:#111;transform:translateY(-2px)}.hero-logo-panel{position:relative;background:#050505;border-radius:34px;padding:34px;box-shadow:var(--shadow);border:1px solid #2b2417;display:flex;align-items:center;justify-content:center;min-height:520px}.hero-logo-panel img{width:min(100%,560px);height:auto;object-fit:contain;border-radius:26px}.trust-strip{margin:12px clamp(20px,5vw,84px) 70px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.trust-strip div,.product-trust-box{background:#fff;border:1px solid var(--border);border-radius:24px;padding:24px;box-shadow:0 12px 35px rgba(17,17,17,.05)}.trust-strip strong,.section-heading h2,.product-trust-box h2{font-family:Georgia,serif}.category-section,.products-section,.product-trust-box{padding:20px clamp(20px,5vw,84px) 70px}.section-heading{text-align:center;max-width:850px;margin:0 auto 34px}.section-heading h2,.product-trust-box h2{font-size:clamp(34px,5vw,58px);line-height:1.04;margin:8px 0}.section-heading p,.note{color:#5e554e}.category-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.category-card{min-height:230px;border-radius:30px;display:flex;align-items:flex-end;padding:28px;color:#fff;overflow:hidden;position:relative;box-shadow:var(--shadow);background:#111}.category-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 10%,rgba(164,123,60,.45),transparent 32%),linear-gradient(135deg,rgba(17,17,17,.45),rgba(17,17,17,.88))}.category-card span{position:relative;font-family:Georgia,serif;font-size:34px}.women{background-color:#7a595a}.men{background-color:#1d2326}.filters{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:28px}.filter-btn{border:1px solid var(--border);background:#fff;border-radius:999px;padding:11px 22px;cursor:pointer;font-weight:800;transition:.25s}.filter-btn.active{background:var(--primary);color:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{background:#fff;border:1px solid var(--border);border-radius:26px;overflow:hidden;box-shadow:0 16px 44px rgba(17,17,17,.07);transition:.25s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-image-wrap{position:relative;aspect-ratio:4/5;overflow:hidden;background:#fbf7ef}.product-image-wrap img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;left:14px;top:14px;background:rgba(17,17,17,.82);color:#fff;border-radius:999px;padding:8px 12px;font-size:12px}.product-content{padding:22px}.product-meta{font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:var(--gold);font-weight:800}.product-content h3{font-family:Georgia,serif;font-size:25px;line-height:1.12;margin:9px 0}.product-content p{color:#5f554d;margin:0 0 16px}.product-info{display:grid;grid-template-columns:1fr;gap:8px;margin:0 0 16px}.product-info div{display:flex;justify-content:space-between;gap:12px;background:#fbf7ef;border:1px solid var(--border);border-radius:14px;padding:10px 12px}.product-info span{color:#6a6058;font-size:12px;text-transform:uppercase}.product-info strong{font-size:13px;text-align:right}.product-content .btn{width:100%}.product-trust-box{margin:0 clamp(20px,5vw,84px) 70px}.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.trust-grid div{background:#fbf7ef;border:1px solid var(--border);border-radius:22px;padding:22px}.trust-grid strong{display:block;font-family:Georgia,serif;font-size:23px;margin-bottom:8px}.trust-grid p{color:#5e554e;margin:0}.site-footer{background:var(--primary);color:var(--bg);padding:46px clamp(20px,5vw,84px);display:flex;justify-content:space-between;gap:30px;align-items:center}.site-footer img{width:82px;border-radius:16px}.footer-links{display:flex;flex-direction:column;gap:10px;text-align:right}.footer-links a{color:var(--gold)}.floating-whatsapp{position:fixed;right:20px;bottom:20px;background:#25D366;color:#07140c;border-radius:999px;padding:14px 20px;font-weight:800;box-shadow:0 14px 35px rgba(0,0,0,.2);z-index:20}.hidden{display:none!important}@media(max-width:1100px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:980px){.hero{grid-template-columns:1fr}.trust-strip,.trust-grid{grid-template-columns:1fr}.hero-logo-panel{min-height:420px}}@media(max-width:680px){.site-header{align-items:flex-start;flex-direction:column}.hero h1{font-size:42px}.category-cards,.product-grid{grid-template-columns:1fr}.hero-logo-panel{min-height:340px;padding:22px}.site-footer{flex-direction:column;text-align:center}.footer-links{text-align:center}}