*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--brand:#670A0A;--brand-dark:#4a0707;--white:#fff;--black:#1a1a1a;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#e8e8e8;--gray-300:#d4d4d4;--gray-400:#a3a3a3;--gray-500:#737373;--gray-600:#525252;--cream:#f5f0e8;--sage:#e8ede5;--badge-red:#c0392b;--max-w:1440px}
html{font-size:15px;scroll-behavior:smooth}
body{font-family:'Helvetica Neue',Arial,sans-serif;color:var(--black);background:var(--white);line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}button,input,select,textarea{font-family:inherit;font-size:inherit}
.site-header{background:var(--white);border-bottom:1px solid var(--gray-200);position:sticky;top:0;z-index:100}
.header-inner{max-width:var(--max-w);margin:0 auto;padding:12px 40px;display:flex;align-items:center;gap:28px;height:80px}
.header-logo{flex-shrink:0;display:flex;align-items:center}.header-logo svg,.header-logo img{height:46px;width:auto}
.header-phone{font-size:.9rem;white-space:nowrap;flex-shrink:0}.header-phone a{color:var(--black)}
.header-search{flex:1;max-width:680px;position:relative}
.header-search input{width:100%;padding:12px 18px 12px 44px;border:1px solid var(--gray-300);border-radius:24px;font-size:1rem;outline:none;background:var(--gray-50);height:46px}
.header-search input:focus{border-color:var(--brand)}.header-search input::placeholder{color:var(--gray-400)}
.header-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--gray-400)}
.header-catalog-btn{background:var(--brand);color:var(--white);border:none;padding:12px 40px;border-radius:10px;font-size:.9rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;text-decoration:none;display:inline-block;white-space:nowrap;transition:background .2s;height:46px;display:inline-flex;align-items:center}
.header-catalog-btn:hover{background:var(--brand-dark)}
.header-actions{display:flex;align-items:center;gap:16px;flex-shrink:0;font-size:.87rem}.header-actions a{display:flex;align-items:center;gap:4px;color:var(--black)}.header-actions svg{width:20px;height:20px}
.main-nav{padding:0 40px;max-width:var(--max-w);margin:0 auto}.main-nav-inner{background:var(--brand);border-radius:6px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;height:44px;overflow-x:auto}
.main-nav a{color:var(--white);font-size:.82rem;font-weight:500;padding:0 12px;height:44px;display:flex;align-items:center;white-space:nowrap;position:relative;transition:opacity .2s;letter-spacing:.5px}
.main-nav a:hover{opacity:.85}.main-nav a.active::after{content:'';position:absolute;bottom:0;left:18px;right:18px;height:2px;background:var(--white);border-radius:1px}
.country-pills{background:var(--white);border-bottom:1px solid var(--gray-200);padding:10px 0}
.country-pills-inner{max-width:var(--max-w);margin:0 auto;padding:0 40px;display:flex;gap:8px;overflow-x:auto;align-items:center}
.country-pills-label{font-weight:600;font-size:.87rem;white-space:nowrap;margin-right:8px}
.country-pill{padding:5px 16px;border:1px solid var(--gray-300);border-radius:20px;font-size:.8rem;white-space:nowrap;cursor:pointer;text-decoration:none;color:var(--black);background:var(--white);transition:all .2s}
.country-pill:hover,.country-pill.active{background:var(--brand);color:var(--white);border-color:var(--brand)}
.catalog-layout{max-width:var(--max-w);margin:0 auto;padding:24px 40px;display:grid;grid-template-columns:200px 1fr;gap:32px}
.catalog-sidebar h3{font-size:1.1rem;font-weight:700;margin-bottom:12px}
.category-list{margin-bottom:24px}.category-list a{display:block;padding:3px 0;font-size:.87rem;color:var(--gray-600);transition:color .15s}
.category-list a:hover,.category-list a.active{color:var(--brand);font-weight:600}
.filter-section{margin-bottom:16px}.filter-section h4{font-size:.9rem;font-weight:600;margin-bottom:8px;display:flex;justify-content:space-between;cursor:pointer}
.filter-section h4 .toggle{font-size:1rem;color:var(--gray-400)}.filter-option{display:flex;align-items:center;gap:8px;padding:2px 0;font-size:.82rem;color:var(--gray-600)}
.filter-option input[type="checkbox"]{width:14px;height:14px;accent-color:var(--brand)}
.catalog-header{margin-bottom:16px}.catalog-header h1{font-size:1.6rem;font-weight:700;margin-bottom:6px}
.catalog-header p{font-size:.87rem;color:var(--gray-500);line-height:1.5}
.catalog-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:.85rem;color:var(--gray-500)}
.catalog-sort select{border:1px solid var(--gray-300);padding:5px 10px;border-radius:4px;font-size:.82rem;background:var(--white)}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.product-card{position:relative;text-decoration:none;color:var(--black);display:flex;flex-direction:column}
.product-card:hover .product-card-image img{transform:scale(1.03)}
.product-card-image{width:100%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;padding:12px;overflow:hidden;background:var(--white)}
.product-card-image img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .25s}
.product-card-badge{position:absolute;top:8px;left:8px;background:var(--badge-red);color:var(--white);font-size:.7rem;font-weight:600;padding:3px 10px;border-radius:2px;letter-spacing:.3px;z-index:2}
.product-card-badge.out-of-stock{background:var(--gray-400)}
.product-card-info{padding:8px 0;flex:1;display:flex;flex-direction:column}
.product-card-name{font-size:.87rem;font-weight:400;line-height:1.35;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-card-price{font-size:.87rem;color:var(--black);margin-top:auto}.product-card-price.no-stock{color:var(--gray-400)}
.show-more-btn{display:block;margin:28px auto 0;padding:10px 48px;border:1px solid var(--gray-300);border-radius:24px;background:var(--white);font-size:.87rem;cursor:pointer;transition:all .2s;color:var(--black);text-decoration:none;text-align:center}
.show-more-btn:hover{border-color:var(--brand);color:var(--brand)}
.product-page{max-width:var(--max-w);margin:0 auto;padding:20px 40px}
.product-breadcrumb{font-size:.82rem;color:var(--gray-500);margin-bottom:16px}.product-breadcrumb a{color:var(--gray-500)}.product-breadcrumb a:hover{color:var(--brand)}.product-breadcrumb span{margin:0 6px}
.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:48px;margin-bottom:40px}
.product-image-wrap{display:flex;align-items:flex-start;justify-content:center;padding:24px}.product-image-wrap img{max-height:420px;object-fit:contain}
.product-country-label{font-size:.82rem;color:var(--gray-500);margin-bottom:2px}
.product-info h1{font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:8px}
.product-price{font-size:1.05rem;margin-bottom:12px}
.product-desc{font-size:.9rem;color:var(--gray-600);line-height:1.6;margin-bottom:20px}
.product-out-of-stock-label{display:inline-block;padding:6px 20px;background:var(--gray-200);color:var(--gray-500);font-size:.87rem;border-radius:4px;margin-bottom:20px}
.product-qty{display:flex;align-items:center;gap:0;margin-bottom:16px}
.product-qty label{font-size:.85rem;font-weight:500;margin-right:12px}
.product-qty button{width:36px;height:36px;border:1px solid var(--gray-300);background:var(--white);font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center}
.product-qty input{width:40px;height:36px;border-top:1px solid var(--gray-300);border-bottom:1px solid var(--gray-300);border-left:0;border-right:0;text-align:center;font-size:.9rem}
.product-btn-cart{border-radius:10px;display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px;background:var(--brand);color:var(--white);border:none;font-size:.9rem;cursor:pointer;margin-bottom:8px;transition:background .2s}
.product-btn-cart:hover{background:var(--brand-dark)}
.product-btn-buy{border-radius:10px;display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px;background:var(--black);color:var(--white);border:none;font-size:.9rem;cursor:pointer;margin-bottom:8px}
.product-btn-wish{border-radius:10px;width:100%;padding:11px;border:1px solid var(--gray-300);background:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center;margin-bottom:20px}
.product-accordion{border-top:1px solid var(--gray-200);margin-top:20px}
.accordion-item{border-bottom:1px solid var(--gray-200)}
.accordion-header{display:flex;justify-content:space-between;align-items:center;padding:14px 0;cursor:pointer;font-size:.87rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;user-select:none}
.accordion-header .icon{font-size:1.2rem;transition:transform .2s;color:var(--gray-500)}
.accordion-item.open .accordion-header .icon{transform:rotate(45deg)}
.accordion-body{max-height:0;overflow:hidden;transition:max-height .3s ease}
.accordion-item.open .accordion-body{max-height:800px}
.accordion-content{padding:0 0 16px;font-size:.87rem;line-height:1.7;color:var(--gray-600)}
.accordion-content strong{color:var(--black)}.attr-list li{padding:3px 0}.attr-list li strong{font-weight:600;margin-right:4px}
.tasting-tips{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto;gap:12px;margin-bottom:40px}
.tasting-tips-main{grid-row:1/3;background:var(--brand);color:var(--white);border-radius:8px;padding:32px}
.tasting-tips-main h2{font-size:1.8rem;font-weight:700;line-height:1.15;margin-bottom:16px;text-transform:lowercase}
.tasting-tips-main p{font-size:.85rem;line-height:1.6;margin-bottom:12px;opacity:.9}
.tasting-tips-main h3{font-size:.95rem;font-weight:700;margin-bottom:6px}
.tasting-card{background:var(--sage);border-radius:8px;padding:20px}
.tasting-card h4{font-size:.95rem;font-weight:700;margin-bottom:8px}
.tasting-card p{font-size:.82rem;line-height:1.6;color:var(--gray-600)}
.tasting-card em{display:block;margin-top:8px;font-style:italic;font-size:.82rem;color:var(--gray-500)}

.footer-inner{max-width:var(--max-w);margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1.2fr .8fr 1.2fr .8fr;gap:28px}
.footer-col h5{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px;color:var(--black)}
.footer-logo{margin-bottom:14px}.footer-logo svg,.footer-logo img{height:36px;width:auto}
.footer-links a{display:block;font-size:.8rem;color:var(--gray-600);padding:2px 0;transition:color .15s}.footer-links a:hover{color:var(--brand);text-decoration:underline}
.footer-branch{margin-bottom:10px;font-size:.8rem;color:var(--gray-600)}.footer-branch a{display:block;text-decoration:underline}
.footer-payments{display:flex;gap:6px;align-items:center}.footer-payments span{font-size:.72rem;padding:3px 8px;border:1px solid var(--gray-300);border-radius:3px;font-weight:600}
.footer-bottom{max-width:var(--max-w);margin:20px auto 0;padding:14px 40px 0;border-top:1px solid var(--gray-200);display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:var(--gray-400)}.footer-bottom a{color:var(--gray-400)}
.age-gate-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:9999;display:flex;align-items:center;justify-content:center}
.age-gate-overlay.hidden{display:none}
.age-gate{background:var(--white);border-radius:10px;padding:36px 44px;max-width:460px;width:90%;text-align:center}
.age-gate h2{font-size:1.4rem;font-weight:700;margin-bottom:14px}
.age-gate p{font-size:.87rem;color:var(--gray-600);margin-bottom:20px;line-height:1.5}
.age-gate-yes{display:block;width:100%;padding:12px;background:var(--black);color:var(--white);border:none;border-radius:24px;font-size:.9rem;cursor:pointer;margin-bottom:8px;transition:background .2s}
.age-gate-yes:hover{background:var(--brand)}
.age-gate-no{display:block;width:100%;padding:12px;background:var(--white);color:var(--black);border:1px solid var(--gray-300);border-radius:24px;font-size:.9rem;cursor:pointer}
@media(max-width:1024px){.product-grid{grid-template-columns:repeat(3,1fr)}.catalog-layout{grid-template-columns:180px 1fr;gap:20px}}
@media(max-width:768px){.header-search{display:none}.header-inner,.main-nav-inner,.catalog-layout,.product-page{padding-left:16px;padding-right:16px}.catalog-layout{grid-template-columns:1fr}.catalog-sidebar{display:none}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-detail{grid-template-columns:1fr;gap:20px}.tasting-tips{grid-template-columns:1fr}.tasting-tips-main{grid-row:auto}.footer-inner{grid-template-columns:1fr 1fr;gap:20px}.country-pills-inner{padding:0 16px}}
@media(max-width:480px){.product-grid{grid-template-columns:1fr 1fr;gap:8px}.footer-inner{grid-template-columns:1fr}}

/* Mobile hamburger & menu */
.hamburger-btn{display:none;background:none;border:none;cursor:pointer;padding:4px;color:var(--black)}
.mobile-menu-overlay{display:none;position:fixed;inset:0;z-index:1000}
.mobile-menu-overlay.open{display:flex;justify-content:flex-end}
.mobile-menu-overlay.open::before{content:'';position:absolute;inset:0;background:rgba(0,0,0,.5)}
.mobile-menu{position:relative;width:70%;max-width:360px;height:100%;background:var(--white);overflow-y:auto;padding:20px 24px;z-index:1;border-radius:10px 0 0 10px}
.mobile-menu-close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;color:var(--black);padding:4px}
.mobile-nav{display:flex;flex-direction:column;gap:0;margin-top:48px}
.mobile-nav a{padding:14px 0;font-size:1rem;color:var(--black);text-decoration:none;border-bottom:1px solid var(--gray-100)}
.mobile-nav a:first-child{font-weight:600}
.mobile-nav-active::before{content:'• '}

@media(max-width:768px){
.hamburger-btn{display:block}
.header-action-desktop{display:none !important}
.header-phone{display:none}
.header-catalog-btn{display:none !important}
.main-nav{display:none}
.header-inner{padding:10px 16px;height:56px;gap:12px}
.header-logo svg,.header-logo img{height:32px}
.header-search{flex:1}
.header-search input{font-size:.87rem;height:40px;padding:8px 14px 8px 36px}
.header-actions{flex-shrink:0}
.payment-logos{justify-content:center}
.footer-copyright{text-align:center}
.hero{padding:8px 16px;grid-template-columns:1fr;grid-template-rows:auto}
.hero-main{grid-row:auto;min-height:280px}
.hero-main h1{font-size:1.6rem}
.hero-right{grid-template-columns:1fr;grid-template-rows:auto}
.hero-card{min-height:120px}
.section{padding:20px 16px}
.home-grid{grid-template-columns:repeat(2,1fr);gap:12px}
.product-grid{grid-template-columns:repeat(2,1fr) !important;gap:12px}
.catalog-layout{grid-template-columns:1fr;padding:16px}
.catalog-sidebar{display:none}
.product-detail{grid-template-columns:1fr;gap:20px}
.product-image-wrap{padding:12px}
.product-image-wrap img{max-height:300px}
.tasting-layout{grid-template-columns:1fr}
.footer-inner{grid-template-columns:1fr;gap:24px}
.site-footer{padding:0 16px 32px}
.footer-card{padding:32px 20px 24px}
}

@media(max-width:480px){
.home-grid{grid-template-columns:1fr}
.product-grid{grid-template-columns:1fr !important}
}

@media(max-width:768px){
.header-search{display:block !important;flex:1}
.header-actions{order:3;flex-shrink:0}
.payment-logos{justify-content:center}
.footer-copyright{text-align:center}
.footer-col-payment{text-align:center}
}

@media(max-width:768px){
.footer-col-payment .payment-logos{display:flex !important;justify-content:center !important}
}

@media(max-width:768px){
.footer-col-payment{display:flex !important;flex-direction:column !important;align-items:center !important}
}

@media(max-width:768px){
.header-search input{font-size:16px !important}
input,select,textarea{font-size:16px !important}
}
