@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');
:root{--wine:#97003d;--wine2:#72002e;--ink:#24171c;--muted:#76676c;--cream:#fff8f5;--pink:#ffe9e0;--line:#ead5d5;--gold:#ffeaa8}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",system-ui,sans-serif}button,input,textarea{font:inherit}button{cursor:pointer}
.topbar{position:sticky;top:0;z-index:30;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:12px 5%;box-shadow:0 2px 16px #00000012}
.brand{display:flex;align-items:center;gap:12px;cursor:pointer}.brand img{width:58px;height:58px;border-radius:50%;object-fit:contain}.brand b{display:block;font-size:24px;letter-spacing:.5px;color:var(--wine)}.brand span{display:block;font-size:16px;font-weight:700;color:var(--wine)}
.cart-pill{border:0;border-radius:999px;background:var(--wine);color:#fff;padding:13px 20px;font-weight:700;font-size:17px}.cart-pill strong{background:#fff;color:var(--wine);padding:3px 8px;border-radius:50%;margin-left:5px}
.hero{max-width:1200px;margin:auto;padding:75px 5%;display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:center;background:linear-gradient(120deg,#fff8f5,#ffe9e0)}.hero h1{font:700 clamp(42px,6vw,76px)/.98 "Playfair Display",serif;color:var(--wine2);margin:15px 0}.hero p{font-size:20px;color:#68565c;max-width:650px}.eyebrow{font-weight:800;letter-spacing:1.5px;color:var(--wine);font-size:14px}.hero-logo{display:flex;justify-content:center}.hero-logo img{width:min(360px,80%);aspect-ratio:1;object-fit:contain;filter:drop-shadow(0 20px 25px #97003d22)}
.primary{border:0;background:var(--wine);color:white;border-radius:13px;padding:15px 26px;font-weight:800;font-size:17px;box-shadow:0 8px 20px #97003d24}.primary:hover{background:var(--wine2)}.full{width:100%}
.trust-row{max-width:1200px;margin:18px auto;padding:18px 5%;display:flex;gap:16px;justify-content:center;flex-wrap:wrap;background:var(--gold);border:1px solid #e8d06a;border-radius:18px;font-size:16px}
.menu{max-width:1200px;margin:auto;padding:45px 5%}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px}.section-head h2{font:700 42px "Playfair Display",serif;margin:5px 0;color:var(--wine2)}.search-wrap{background:#fff;border:1px solid var(--line);border-radius:14px;padding:10px 14px;min-width:280px}.search-wrap input{border:0;outline:0;width:85%;background:transparent}
.tabs{display:flex;gap:10px;overflow:auto;padding:4px 0 18px;position:sticky;top:82px;z-index:10;background:var(--cream)}.tab{white-space:nowrap;border:1px solid #dcbfc7;background:#fff;color:var(--wine);border-radius:999px;padding:10px 16px;font-weight:700}.tab.active{background:var(--wine);color:#fff}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-title{grid-column:1/-1;font:700 34px "Playfair Display",serif;color:var(--wine2);margin:30px 0 0;padding-top:8px;border-bottom:2px solid #ead2d2;padding-bottom:10px}
.card{background:#fff;border:1px solid #eadede;border-radius:20px;overflow:hidden;box-shadow:0 6px 22px #5a23300a}.photo{width:100%;aspect-ratio:4/3;object-fit:cover;background:#fff4ef;display:block}.card-body{padding:16px}.card h3{margin:5px 0 8px;font-size:19px}.unit{color:#8a7a7f;font-size:14px}.price{font-size:20px;color:var(--wine);font-weight:800;margin:8px 0 12px}.add{width:100%;padding:12px;border:1.5px solid var(--wine);color:var(--wine);background:#fff;border-radius:12px;font-weight:800}.add:hover{background:var(--wine);color:#fff}
footer{background:#2d1b21;color:#fff;padding:40px 5%;text-align:center;margin-top:40px}.footer-brand{display:flex;justify-content:center;align-items:center;gap:10px;font-size:18px}.footer-brand img{width:45px;height:45px;border-radius:50%}.footer-brand+ p{color:#dfcfd4}footer a{color:#fff}footer small{color:#bfaeb4}
.overlay{position:fixed;inset:0;background:#14070bbb;z-index:100;display:flex;justify-content:flex-end}.hidden{display:none!important}.drawer{height:100%;width:min(500px,100%);background:#fff;padding:22px;overflow:auto}.drawer-head{display:flex;align-items:center;justify-content:space-between}.drawer-head h2{margin:0;font:700 30px "Playfair Display",serif;color:var(--wine2)}.drawer-head button,.x{border:0;background:#f1edef;border-radius:50%;width:42px;height:42px;font-size:20px}.cart-line{display:grid;grid-template-columns:72px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid #eee;align-items:center}.cart-line img{width:72px;height:72px;object-fit:cover;border-radius:12px}.cart-line h4{margin:0 0 5px}.cart-line small{color:#777}.qty{display:flex;gap:7px;align-items:center;margin-top:7px}.qty button{width:30px;height:30px;border:1px solid #ddd;background:#fff;border-radius:8px}.bill{padding:18px 0}.bill>div{display:flex;justify-content:space-between;padding:6px 0}.bill .total{font-size:21px;border-top:1px solid #ddd;margin-top:8px;padding-top:14px}.checkout{width:min(560px,100%);height:100%;background:#fff;padding:24px;overflow:auto}.checkout label{display:block;font-weight:700;margin:13px 0}.checkout input,.checkout textarea{width:100%;margin-top:7px;padding:13px;border:1px solid #d8cbd0;border-radius:12px;outline:0;background:#fff}.hint,.secure-note{font-size:13px;color:#776a70;margin:8px 0}.pay-options{display:grid;gap:10px;margin:18px 0}.pay-choice{text-align:left;border:1.5px solid #ddd;background:#fff;border-radius:13px;padding:13px;font-weight:800}.pay-choice.active{border-color:var(--wine);background:#fff4f8}.pay-choice small{color:#7b6b71;font-weight:500}.checkout-total{display:flex;justify-content:space-between;font-size:22px;margin:18px 0}.checkout-total strong{color:var(--wine)}.status{margin-top:12px;text-align:center;font-weight:700}.mini-summary{background:#fff8f5;border:1px solid #f0dfe2;padding:12px;border-radius:12px;font-size:14px}
.variant{width:min(430px,92%);background:#fff;border-radius:24px;padding:20px;position:relative;margin:auto}.variant .x{position:absolute;right:14px;top:14px}.variant>img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:16px}.variant h2{margin:5px 0}.choice{display:flex;align-items:center;justify-content:space-between;border:1px solid #ddd;border-radius:12px;padding:12px;margin:8px 0}.choice input{accent-color:var(--wine)}
@media(max-width:850px){.hero{grid-template-columns:1fr;padding:45px 5%}.hero-logo{display:none}.product-grid{grid-template-columns:repeat(2,1fr)}.section-head{display:block}.search-wrap{margin-top:15px}.tabs{top:82px}.category-title{font-size:30px}}
@media(max-width:520px){.brand img{width:48px;height:48px}.brand b{font-size:20px}.brand span{font-size:13px}.cart-pill{padding:11px 14px;font-size:15px}.hero h1{font-size:45px}.trust-row{border-radius:14px}.product-grid{grid-template-columns:1fr 1fr;gap:12px}.card-body{padding:12px}.card h3{font-size:16px}.price{font-size:18px}.drawer,.checkout{padding:18px}.category-title{font-size:27px}}

.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 18px;margin:18px auto;max-width:900px}.footer-links a{text-decoration:none;color:#fff}.footer-links a:hover{text-decoration:underline}.policy-page{max-width:900px;margin:0 auto;padding:28px 5% 50px}.policy-page h1{margin:10px 0 8px}.policy-page h2{margin-top:30px}.policy-page p,.policy-page li{line-height:1.65;color:#4b4145}.policy-page ul{padding-left:22px}.back-home{display:inline-block;margin-top:12px;text-decoration:none;font-weight:700}.policy-card{background:#fff;border:1px solid #eadde1;border-radius:18px;padding:22px;margin-top:20px;box-shadow:0 8px 24px rgba(45,27,33,.06)}.policy-contact{font-size:1.05rem}
