@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');
:root{--wine:#571d2d;--wine2:#721f38;--cream:#f8eee7;--gold:#cda57c;--ink:#2d2023;--muted:#76666a;--white:#fffaf7}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif;overflow-x:hidden}img{max-width:100%;display:block}[hidden]{display:none!important}
.topbar{height:82px;background:rgba(255,250,247,.96);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;padding:0 6%;position:sticky;top:0;z-index:20;border-bottom:1px solid #eadbd2}
.brand{font-family:"Playfair Display",serif;font-size:34px;font-weight:600;color:var(--wine);text-decoration:none;letter-spacing:.5px}.topbar nav{display:flex;gap:32px}.topbar nav a{color:var(--ink);text-decoration:none;font-size:14px}
.hero{min-height:620px;background:linear-gradient(90deg,rgba(55,15,28,.94),rgba(87,29,45,.72)),url("assets/logo.jpg") center/cover;display:flex;align-items:center;padding:80px 9%;color:#fff}.hero-content{max-width:650px}.eyebrow{font-size:12px;letter-spacing:3px;font-weight:600;margin:0 0 16px;color:var(--gold)}h1,h2{font-family:"Playfair Display",serif;font-weight:500}h1{font-size:clamp(48px,7vw,86px);line-height:.98;margin:0 0 24px}h1 em,h2 em{color:#e2c09f}.hero p:not(.eyebrow){font-size:18px;line-height:1.7;max-width:550px;color:#f7eae4}.btn{display:inline-flex;align-items:center;justify-content:center;max-width:100%;background:#ead1b8;color:var(--wine);border:0;padding:14px 25px;border-radius:30px;text-decoration:none;font-weight:600;cursor:pointer;margin-top:15px;text-align:center;line-height:1.3;transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease}.btn:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(87,29,45,.18)}
.catalog{padding:90px 7%}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:35px}.section-head h2,.about h2,.contact h2{font-size:48px;margin:0}.filters{display:flex;gap:8px;flex-wrap:wrap}.filter{border:1px solid #d7c5bb;background:transparent;border-radius:25px;padding:9px 15px;cursor:pointer}.filter.active{background:var(--wine);color:#fff;border-color:var(--wine)}
.products{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.product-card{background:#fffaf7;border:1px solid #eadbd2;box-shadow:0 10px 30px rgba(75,34,43,.06);overflow:hidden}.product-img{aspect-ratio:4/4.6;overflow:hidden;background:#eee}.product-img img{width:100%;height:100%;object-fit:cover;opacity:1;transition:transform .4s ease,opacity .25s ease}.product-img img.is-changing{opacity:.25}.product-card:hover img{transform:scale(1.035)}.product-info{padding:20px}.product-info span{color:#9a727d;font-size:12px;text-transform:uppercase;letter-spacing:1.5px}.product-info h3{margin:7px 0;font-family:"Playfair Display",serif;font-size:24px;font-weight:500}.product-info strong{font-size:18px;color:var(--wine)}.selected-color{margin:12px 0 10px;color:var(--ink);font-size:14px}.selected-color b{color:var(--wine);font-weight:600}.color-options{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:0 0 12px}.color-swatch{width:30px;height:30px;border:1px solid rgba(87,29,45,.22);border-radius:50%;background:var(--swatch-color);cursor:pointer;box-shadow:inset 0 0 0 3px rgba(255,250,247,.78);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.color-swatch:hover,.color-swatch.active{transform:translateY(-1px);border-color:var(--gold);box-shadow:0 0 0 3px rgba(205,165,124,.34),inset 0 0 0 3px rgba(255,250,247,.84)}.order-note{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.45}.order-whatsapp{width:100%;margin-top:16px;padding:12px;border:1px solid var(--wine);background:transparent;color:var(--wine);cursor:pointer;border-radius:5px;font-weight:600;transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease,color .25s ease}.order-whatsapp:hover{background:var(--wine);color:#fff;transform:translateY(-2px);box-shadow:0 10px 22px rgba(87,29,45,.16)}
.about{background:var(--wine);color:white;padding:100px 9%;display:grid;grid-template-columns:1.5fr .8fr;gap:70px;align-items:center}.about h2{font-size:56px}.about p:not(.eyebrow){line-height:1.8;color:#ead8d4;font-size:16px}.about-card{border:1px solid rgba(255,255,255,.2);padding:40px;text-align:center}.about-card span{font-size:50px;color:#e2c09f}.contact{text-align:center;padding:90px 20px}.contact h2{font-size:52px}.contact p:not(.eyebrow){color:var(--muted)}
footer{background:#2e111c;color:#ead8d4;text-align:center;padding:35px}.footer-brand{display:inline-block;font-family:"Playfair Display",serif;font-size:36px;font-weight:600;color:#ead1b8;text-decoration:none;letter-spacing:.5px;margin-bottom:10px}footer p{font-size:12px}
@media(max-width:800px){.topbar{height:auto;min-height:82px;flex-direction:column;justify-content:center;gap:10px;padding:12px 4%}.topbar nav{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.topbar nav a{font-size:13px}.hero{min-height:570px;padding:60px 7%}.products{grid-template-columns:repeat(2,1fr)}.section-head{align-items:start;flex-direction:column}.filters{width:100%}.about{grid-template-columns:1fr;padding:70px 7%}.about h2,.section-head h2,.contact h2{font-size:40px}}
@media(max-width:520px){.products{grid-template-columns:1fr}.catalog{padding:60px 5%}.hero h1{font-size:clamp(42px,13vw,52px)}.hero p:not(.eyebrow){font-size:16px}.brand{font-size:30px}.color-swatch{width:34px;height:34px}.about-card{padding:28px}.contact{padding:70px 20px}.footer-brand{font-size:32px}}
