@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap";:root{--wine:#641c32;--wine-dark:#3c0d1d;--wine-light:#8b3450;--gold:#b38a4c;--gold-dark:#8c6732;--gold-soft:#d8c19a;--ivory:#fffaf0;--cream:#f6eddd;--sand:#ead9bd;--rose:#f3e3df;--ink:#271c1d;--muted:#746768;--white:#fff;--border:#641c3226;--shadow-small:0 5px 20px #3c0d1d14;--shadow-medium:0 14px 40px #3c0d1d21;--shadow-large:0 24px 70px #3c0d1d2e;--serif:"Cormorant Garamond", Georgia, serif;--sans:"Manrope", Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:130px}body{background:var(--ivory);min-width:320px;color:var(--ink);font-family:var(--sans);line-height:1.6;overflow-x:hidden}body.cart-open,body.checkout-open{overflow:hidden}button,input,select,textarea{font:inherit}button{border:0}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}img{max-width:100%}::selection{background:var(--wine);color:var(--white)}.announcement-bar{z-index:1100;color:#f9ead3;background:linear-gradient(90deg,#3b0b1b,#6c1c38,#3b0b1b);border-bottom:1px solid #d8c19a73;position:relative;overflow:hidden}.announcement-inner{text-align:center;letter-spacing:1.2px;text-transform:uppercase;justify-content:center;align-items:center;gap:18px;max-width:1250px;min-height:35px;margin:auto;padding:7px 24px;font-size:11px;font-weight:700;display:flex}.announcement-divider{color:var(--gold-soft);font-size:7px}.site-header{z-index:1000;-webkit-backdrop-filter:blur(14px);background:#fffaf0f0;border-bottom:1px solid #b38a4c61;position:sticky;top:0;box-shadow:0 5px 24px #3c0d1d12}.site-header:before{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);opacity:.35;pointer-events:none;height:1px;position:absolute;bottom:3px;left:0;right:0}.header-container{grid-template-columns:150px minmax(0,1fr) auto;align-items:center;gap:35px;width:min(100% - 48px,1260px);min-height:94px;margin:auto;display:grid}.brand{background:#fffdf7;border:1px solid #b38a4ca6;border-radius:50%;justify-content:center;place-self:center start;align-items:center;width:106px;height:106px;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;transform:translateY(7px);box-shadow:0 6px 22px #3c0d1d1a}.brand:hover{transform:translateY(7px)scale(1.035);box-shadow:0 10px 30px #3c0d1d29}.site-logo{object-fit:contain;width:96px;height:96px;display:block}.desktop-nav{justify-content:center;align-items:center;gap:clamp(18px,2.5vw,38px);display:flex}.desktop-nav a{color:var(--wine-dark);letter-spacing:.7px;text-transform:uppercase;padding:35px 0;font-size:13px;font-weight:700;text-decoration:none;transition:color .25s;position:relative}.desktop-nav a:after{content:"";background:var(--gold-dark);width:0;height:1px;transition:width .25s;position:absolute;bottom:25px;left:50%;transform:translate(-50%)}.desktop-nav a:hover{color:var(--gold-dark)}.desktop-nav a:hover:after{width:100%}.header-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.icon-button,.menu-button{width:43px;height:43px;color:var(--wine-dark);cursor:pointer;background:0 0;border:1px solid #641c322e;border-radius:50%;justify-content:center;align-items:center;transition:background .25s,color .25s,transform .25s;display:flex}.icon-button{font-size:24px}.icon-button:hover,.menu-button:hover{background:var(--wine);color:var(--white);transform:translateY(-2px)}.cart-button{background:linear-gradient(135deg, var(--wine-dark), var(--wine));min-height:43px;color:var(--white);border:1px solid var(--wine);cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:0 14px;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 6px 16px #641c322e}.cart-button:hover{transform:translateY(-2px);box-shadow:0 10px 24px #641c3240}.cart-icon{font-size:16px}.cart-text{letter-spacing:.5px;text-transform:uppercase;font-size:12px;font-weight:700}.cart-count{background:var(--gold-soft);min-width:21px;height:21px;color:var(--wine-dark);border-radius:999px;justify-content:center;align-items:center;padding:0 5px;font-size:11px;font-weight:800;display:inline-flex}.menu-button{flex-direction:column;gap:4px;display:none}.menu-button span{background:currentColor;border-radius:5px;width:18px;height:2px;transition:transform .25s,opacity .25s;display:block}.menu-button.active span:first-child{transform:translateY(6px)rotate(45deg)}.menu-button.active span:nth-child(2){opacity:0}.menu-button.active span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.mobile-menu{border-top:1px solid var(--border);background:#fffaf0;max-height:0;transition:max-height .35s;display:none;overflow:hidden}.mobile-menu.open{max-height:420px}.mobile-menu a{color:var(--wine-dark);letter-spacing:.7px;text-transform:uppercase;border-bottom:1px solid #641c321a;padding:15px 24px;font-size:13px;font-weight:700;text-decoration:none;display:block}.header-search{background:#fffdf8;border-top:1px solid #0000;max-height:0;transition:max-height .3s,border-color .3s;overflow:hidden}.header-search.open{border-color:var(--border);max-height:100px}.header-search-inner{gap:10px;width:min(100% - 48px,850px);margin:auto;padding:16px 0;display:flex}.header-search input{background:var(--white);min-width:0;color:var(--ink);border:1px solid #641c3238;border-radius:4px;outline:none;flex:1;padding:12px 15px}.header-search input:focus{border-color:var(--gold-dark);box-shadow:0 0 0 3px #b38a4c21}#close-header-search{background:var(--wine);width:45px;color:var(--white);cursor:pointer;border-radius:4px;font-size:22px}.eyebrow{color:var(--wine);letter-spacing:2.3px;text-transform:uppercase;font-size:11px;font-weight:800}.section-heading{text-align:center;max-width:760px;margin:0 auto 48px}.section-heading h2{color:var(--wine-dark);font-family:var(--serif);margin:8px 0 12px;font-size:clamp(38px,5vw,58px);font-weight:600;line-height:1.02}.section-heading>p:last-child{max-width:650px;color:var(--muted);margin:auto;font-size:15px}.primary-button,.secondary-button{letter-spacing:.8px;text-transform:uppercase;cursor:pointer;justify-content:center;align-items:center;min-height:48px;padding:0 25px;font-size:12px;font-weight:800;text-decoration:none;transition:transform .25s,box-shadow .25s,background .25s;display:inline-flex}.primary-button{background:linear-gradient(135deg, var(--wine-dark), var(--wine));color:var(--white);border:1px solid var(--wine-dark);box-shadow:0 8px 22px #3c0d1d2e}.primary-button:hover{transform:translateY(-3px);box-shadow:0 13px 30px #3c0d1d40}.secondary-button{color:var(--wine-dark);background:#fffaf0bf;border:1px solid #641c3261}.secondary-button:hover{background:var(--white);transform:translateY(-3px)}.hero{text-align:center;background:radial-gradient(circle at 15% 20%,#b38a4c24,#0000 27%),radial-gradient(circle at 88% 75%,#641c321a,#0000 30%),linear-gradient(135deg,#fffaf0,#f5e7d4 55%,#f1ddd8);justify-content:center;align-items:center;min-height:clamp(570px,78vh,760px);padding:110px 24px 100px;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;border:1px solid #b38a4c59;position:absolute;inset:22px}.hero:after{content:"✦";color:#8c673299;font-size:18px;position:absolute;bottom:38px;left:50%;transform:translate(-50%)}.hero-content{z-index:2;max-width:900px;position:relative}.hero .eyebrow{margin-bottom:20px}.hero h1{color:var(--wine-dark);font-family:var(--serif);letter-spacing:-2px;font-size:clamp(56px,7.4vw,102px);font-weight:600;line-height:.92}.hero h1 span{color:var(--wine);margin-top:12px;font-style:italic;font-weight:500;display:block}.hero-description{color:#655657;max-width:690px;margin:28px auto 34px;font-size:clamp(15px,1.7vw,18px)}.hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.hero-decoration{pointer-events:none;border-radius:50%;position:absolute}.hero-decoration-one{border:1px solid #b38a4c40;width:270px;height:270px;top:80px;left:-100px;box-shadow:inset 0 0 0 25px #b38a4c06}.hero-decoration-two{border:1px solid #641c322e;width:230px;height:230px;bottom:30px;right:-80px;box-shadow:inset 0 0 0 20px #641c3206}.trust-strip{z-index:5;width:min(100% - 48px,1180px);box-shadow:var(--shadow-medium);background:#fffdf8;border:1px solid #b38a4c59;grid-template-columns:repeat(4,1fr);margin:-38px auto 0;display:grid;position:relative}.trust-item{border-right:1px solid #641c321f;justify-content:center;align-items:center;gap:13px;min-height:118px;padding:25px 20px;display:flex}.trust-item:last-child{border-right:0}.trust-icon{width:40px;height:40px;color:var(--gold-dark);font-family:var(--serif);border:1px solid #b38a4c8c;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:20px;display:flex}.trust-item strong{color:var(--wine-dark);font-family:var(--serif);font-size:20px;line-height:1.1;display:block}.trust-item p{color:var(--muted);margin-top:5px;font-size:11px}.collections-section{background:linear-gradient(180deg, var(--ivory), #f8efdf);padding:130px 24px 105px}.collection-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:26px;width:min(100%,1180px);margin:auto;display:grid}.collection-card{min-width:0;color:var(--ink);cursor:pointer;text-align:left;box-shadow:var(--shadow-small);background:#fffdf8;border:1px solid #b38a4c4d;transition:transform .35s,box-shadow .35s,border-color .35s;position:relative;overflow:hidden}.collection-card:after{content:"";pointer-events:none;border:1px solid #fffaf073;position:absolute;inset:10px}.collection-card:hover,.collection-card.active-collection{box-shadow:var(--shadow-medium);border-color:#8c6732a6;transform:translateY(-7px)}.collection-image-wrap{background:var(--cream);height:390px;position:relative;overflow:hidden}.collection-image-wrap:after{content:"";background:linear-gradient(#0000 40%,#2b0a1899);position:absolute;inset:0}.collection-image-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .65s;display:block}.collection-card:hover .collection-image-wrap img{transform:scale(1.06)}.collection-card-content{z-index:3;color:var(--white);padding:28px 30px 30px;position:absolute;bottom:0;left:0;right:0}.collection-card-content p{color:#f1d8ae;letter-spacing:1.7px;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:800}.collection-card-content h3{max-width:390px;font-family:var(--serif);font-size:31px;font-weight:600;line-height:1.05}.collection-card-content span{letter-spacing:1px;text-transform:uppercase;margin-top:15px;font-size:11px;font-weight:800;display:inline-block}.products-section{background:linear-gradient(180deg, #fffdf8, var(--ivory));padding:115px 24px 125px}.products-toolbar{width:min(100%,1050px);box-shadow:var(--shadow-small);background:#ffffffd1;border:1px solid #b38a4c4d;grid-template-columns:minmax(0,1fr) 230px auto;gap:12px;margin:0 auto 24px;padding:13px;display:grid}.search-box{min-width:0;position:relative}.search-box>span{color:var(--gold-dark);pointer-events:none;font-size:22px;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.search-input,.print-filter{width:100%;height:48px;color:var(--ink);background:#fffdf9;border:1px solid #641c322e;border-radius:0;outline:none}.search-input{padding:0 15px 0 46px}.print-filter{cursor:pointer;padding:0 14px}.search-input:focus,.print-filter:focus{border-color:var(--gold-dark);box-shadow:0 0 0 3px #b38a4c1f}.clear-filters{background:var(--wine-dark);min-width:92px;color:var(--white);cursor:pointer;letter-spacing:.8px;text-transform:uppercase;padding:0 18px;font-size:11px;font-weight:800;transition:background .25s,transform .25s}.clear-filters:hover{background:var(--wine);transform:translateY(-2px)}.products-result-row{width:min(100%,1180px);color:var(--muted);letter-spacing:.6px;text-transform:uppercase;border-bottom:1px solid #641c3221;justify-content:space-between;align-items:center;gap:20px;margin:0 auto 22px;padding-bottom:12px;font-size:11px;display:flex}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;width:min(100%,1180px);margin:auto;display:grid}.product-card{background:#fffdf9;border:1px solid #641c321f;min-width:0;transition:transform .35s,box-shadow .35s,border-color .35s;overflow:hidden;box-shadow:0 5px 18px #3c0d1d12}.product-card:hover{box-shadow:var(--shadow-medium);border-color:#b38a4c73;transform:translateY(-8px)}.product-media{background:var(--cream);height:350px;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .65s;display:block}.product-card:hover .product-image{transform:scale(1.045)}.product-category-badge{max-width:calc(100% - 24px);color:var(--wine-dark);letter-spacing:.6px;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffaf0eb;border:1px solid #b38a4c59;padding:7px 9px;font-size:8px;font-weight:800;position:absolute;bottom:12px;left:12px;overflow:hidden}.stock-badge{letter-spacing:.7px;text-transform:uppercase;padding:6px 9px;font-size:9px;font-weight:800;position:absolute;top:12px;right:12px}.in-stock{color:#3d6541;background:#f7f2e2f0;border:1px solid #3d654140}.sold-out{color:var(--white);background:#641c32f0}.product-info{padding:20px 19px 21px}.product-code{color:var(--gold-dark);letter-spacing:1.2px;text-transform:uppercase;font-size:9px;font-weight:800}.product-info h3{min-height:53px;color:var(--wine-dark);font-family:var(--serif);margin:7px 0 8px;font-size:23px;font-weight:600;line-height:1.12}.product-description{min-height:44px;color:var(--muted);font-size:12px}.product-meta{border-top:1px solid #641c321a;border-bottom:1px solid #641c321a;flex-wrap:wrap;gap:7px;margin:15px 0 13px;padding:11px 0;display:flex}.product-meta span{color:#6d5557;letter-spacing:.3px;background:#f7eee1;padding:4px 7px;font-size:9px}.product-price-row{justify-content:space-between;align-items:end;gap:10px;margin-bottom:15px;display:flex}.price{color:var(--wine);font-family:var(--serif);font-size:28px;font-weight:700;line-height:1}.tax-note{color:var(--muted);text-align:right;text-transform:uppercase;font-size:8px}.add-to-cart,.out-of-stock-button{letter-spacing:.8px;text-transform:uppercase;width:100%;min-height:45px;padding:0 15px;font-size:11px;font-weight:800}.add-to-cart{background:linear-gradient(135deg, var(--wine-dark), var(--wine));color:var(--white);cursor:pointer;transition:background .25s,transform .25s,box-shadow .25s}.add-to-cart:hover{transform:translateY(-2px);box-shadow:0 8px 18px #3c0d1d33}.add-to-cart.added{background:#536e49}.out-of-stock-button{color:#776e68;cursor:not-allowed;background:#ded6ce}.no-products{text-align:center;background:#fffdf9;border:1px solid #b38a4c4d;grid-column:1/-1;padding:80px 20px}.no-products-icon{color:var(--gold-dark);font-family:var(--serif);font-size:55px;display:block}.no-products h3{color:var(--wine-dark);font-family:var(--serif);margin:10px 0 5px;font-size:35px}.no-products p{color:var(--muted)}.reset-filters{background:var(--wine);color:var(--white);cursor:pointer;letter-spacing:.8px;text-transform:uppercase;margin-top:22px;padding:12px 22px;font-size:11px;font-weight:800}.story-section{background:linear-gradient(135deg,#f0dfc8,#f8eee0 55%,#efdcd7);grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr);align-items:center;gap:clamp(55px,8vw,120px);padding:125px 24px;display:grid;position:relative}.story-section:before{content:"";pointer-events:none;border:1px solid #b38a4c4d;position:absolute;inset:24px}.story-content{z-index:2;justify-self:end;max-width:530px;position:relative}.story-content h2{color:var(--wine-dark);font-family:var(--serif);margin:10px 0 25px;font-size:clamp(44px,5.3vw,70px);font-weight:600;line-height:.98}.story-content>p:not(.eyebrow){color:#695a5b;margin-bottom:16px;font-size:15px}.text-link{color:var(--wine);border-bottom:1px solid var(--gold-dark);letter-spacing:.8px;text-transform:uppercase;margin-top:12px;font-size:11px;font-weight:800;text-decoration:none;display:inline-block}.story-visual{z-index:2;width:min(100%,630px);min-height:590px;position:relative}.story-image-large{width:72%;height:510px;box-shadow:var(--shadow-large);border:8px solid #fffaf0cc;position:absolute;top:0;left:0;overflow:hidden}.story-image-small{border:8px solid var(--ivory);width:45%;height:320px;box-shadow:var(--shadow-medium);position:absolute;bottom:0;right:0;overflow:hidden}.story-image-large img,.story-image-small img{object-fit:cover;width:100%;height:100%;display:block}.story-badge{width:145px;height:145px;color:var(--wine-dark);border:1px solid var(--gold);text-align:center;box-shadow:var(--shadow-medium);background:#fffaf0f0;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;padding:18px;display:flex;position:absolute;top:55px;left:55%;transform:translate(-50%)}.story-badge strong{font-family:var(--serif);letter-spacing:2px;font-size:25px}.story-badge span{color:var(--gold-dark);letter-spacing:.6px;text-transform:uppercase;margin-top:4px;font-size:8px;font-weight:800}.service-section{background:var(--wine-dark);color:var(--white);padding:115px 24px}.service-section .section-heading h2{color:var(--ivory)}.service-section .section-heading>p:last-child{color:#d9c5c7}.service-section .eyebrow{color:var(--gold-soft)}.service-grid{border-top:1px solid #d8c19a4d;border-bottom:1px solid #d8c19a4d;grid-template-columns:repeat(4,1fr);width:min(100%,1180px);margin:auto;display:grid}.service-card{border-right:1px solid #d8c19a38;min-height:275px;padding:35px 27px;transition:background .3s,transform .3s}.service-card:last-child{border-right:0}.service-card:hover{background:#fffaf00f;transform:translateY(-5px)}.service-card>span{color:var(--gold-soft);font-family:var(--serif);font-size:37px}.service-card h3{color:var(--ivory);font-family:var(--serif);margin:24px 0 10px;font-size:28px;font-weight:600}.service-card p{color:#d4c1c4;font-size:12px}.contact-section{background:radial-gradient(circle at 85% 30%, #b38a4c29, transparent 25%), var(--cream);border-bottom:1px solid #b38a4c4d;justify-content:space-between;align-items:center;gap:50px;padding:85px max(24px,50% - 590px);display:flex}.contact-section>div{max-width:700px}.contact-section h2{color:var(--wine-dark);font-family:var(--serif);margin:7px 0 10px;font-size:clamp(39px,5vw,60px);font-weight:600;line-height:1}.contact-section>div>p:last-child{color:var(--muted)}.cart-overlay{z-index:1990;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#1f0811ad;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.cart-overlay.show{opacity:1;visibility:visible}.cart-panel{z-index:2000;background:#fffdf9;flex-direction:column;width:480px;max-width:100%;height:100dvh;transition:right .35s;display:flex;position:fixed;top:0;right:-510px;box-shadow:-15px 0 50px #1f08114d}.cart-panel.open{right:0}.cart-header{background:linear-gradient(135deg,#fffaf0,#f5e8d6);border-bottom:1px solid #b38a4c59;justify-content:space-between;align-items:center;gap:20px;padding:25px 24px;display:flex}.cart-header h2{color:var(--wine-dark);font-family:var(--serif);font-size:32px;font-weight:600;line-height:1}.close-cart,.close-checkout{width:42px;height:42px;color:var(--wine-dark);cursor:pointer;background:0 0;border:1px solid #641c3240;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:25px;transition:background .25s,color .25s;display:flex}.close-cart:hover,.close-checkout:hover{background:var(--wine);color:var(--white)}.cart-items{flex:1;padding:12px 24px;overflow-y:auto}.cart-item{border-bottom:1px solid #641c321f;grid-template-columns:92px minmax(0,1fr);gap:15px;padding:18px 38px 18px 0;display:grid;position:relative}.cart-item>img{object-fit:cover;width:92px;height:112px}.cart-item-code{color:var(--gold-dark);letter-spacing:1px;text-transform:uppercase;font-size:8px}.cart-item-info h3{color:var(--wine-dark);font-family:var(--serif);margin:4px 0 7px;font-size:20px;line-height:1.1}.cart-item-info strong{color:var(--wine);font-family:var(--serif);font-size:21px}.remove-cart-item{color:#9a5365;cursor:pointer;background:0 0;border:1px solid #641c322e;border-radius:50%;width:30px;height:30px;font-size:18px;position:absolute;top:18px;right:0}.quantity-controls{border:1px solid #641c322e;align-items:center;margin-top:11px;display:inline-flex}.quantity-controls button{width:31px;height:31px;color:var(--wine-dark);cursor:pointer;background:#f7eee1;font-size:18px}.quantity-controls span{text-align:center;min-width:35px;font-size:12px;font-weight:800}.empty-cart{text-align:center;padding:80px 20px}.empty-cart-icon{margin-bottom:12px;font-size:50px}.empty-cart h3{color:var(--wine-dark);font-family:var(--serif);font-size:34px}.empty-cart p{color:var(--muted);margin-top:5px}.continue-shopping{background:var(--wine);color:var(--white);cursor:pointer;letter-spacing:.8px;text-transform:uppercase;margin-top:22px;padding:12px 20px;font-size:11px;font-weight:800}.cart-footer{background:#fffaf0;border-top:1px solid #b38a4c59;padding:22px 24px 25px}.cart-total{color:var(--wine-dark);font-family:var(--serif);justify-content:space-between;align-items:center;gap:20px;font-size:25px;display:flex}.cart-footer-note{color:var(--muted);margin:8px 0 17px;font-size:10px}.checkout-button{background:linear-gradient(135deg, var(--wine-dark), var(--wine));width:100%;min-height:50px;color:var(--white);cursor:pointer;letter-spacing:1px;text-transform:uppercase;font-size:11px;font-weight:800}.checkout-section{z-index:3000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#1f0811c7;padding:35px 20px;position:fixed;inset:0;overflow-y:auto}.checkout-container{width:min(100%,1000px);box-shadow:var(--shadow-large);background:#fffdf9;border:1px solid #b38a4c73;margin:auto;overflow:hidden}.checkout-header{background:linear-gradient(135deg,#fffaf0,#f1dfc7);border-bottom:1px solid #b38a4c66;justify-content:space-between;align-items:center;gap:25px;padding:24px 30px;display:flex}.checkout-header h2{color:var(--wine-dark);font-family:var(--serif);font-size:37px;font-weight:600;line-height:1}.checkout-layout{grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:38px;padding:34px;display:grid}.checkout-form h3,.checkout-summary h3{color:var(--wine-dark);font-family:var(--serif);margin-bottom:20px;font-size:27px;font-weight:600}.checkout-form label{color:#4e3b3d;letter-spacing:.5px;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:800;display:block}.checkout-form input[type=text],.checkout-form input[type=tel],.checkout-form textarea{width:100%;color:var(--ink);background:#fffdf9;border:1px solid #641c3233;border-radius:0;outline:none;margin-bottom:17px;padding:12px 13px}.checkout-form textarea{resize:vertical;min-height:105px}.checkout-form input:focus,.checkout-form textarea:focus{border-color:var(--gold-dark);box-shadow:0 0 0 3px #b38a4c1f}.checkout-row{grid-template-columns:1fr 1fr;gap:15px;display:grid}.payment-heading{margin-top:10px}.payment-option{cursor:pointer;background:#f7eee1;border:1px solid #b38a4c52;align-items:center;gap:12px;padding:15px;display:flex!important}.payment-option input{accent-color:var(--wine)}.payment-option span{flex-direction:column;display:flex}.payment-option strong{color:var(--wine-dark);font-size:13px}.payment-option small{color:var(--muted);margin-top:2px;font-size:10px}.place-order-button{background:linear-gradient(135deg, var(--wine-dark), var(--wine));width:100%;min-height:52px;color:var(--white);cursor:pointer;letter-spacing:.9px;text-transform:uppercase;margin-top:24px;padding:0 15px;font-size:11px;font-weight:800;transition:transform .25s,box-shadow .25s,opacity .25s}.place-order-button:hover{transform:translateY(-2px);box-shadow:0 9px 22px #3c0d1d38}.place-order-button:disabled{opacity:.65;cursor:not-allowed;transform:none}.checkout-summary{background:linear-gradient(145deg,#f9f0e3,#fffaf1);border:1px solid #b38a4c4d;align-self:start;padding:23px}.checkout-summary-items{max-height:390px;overflow-y:auto}.checkout-item{border-bottom:1px solid #641c321c;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px 0;display:grid}.checkout-item img{object-fit:cover;width:58px;height:70px}.checkout-item div{flex-direction:column;min-width:0;display:flex}.checkout-item span{color:var(--wine-dark);font-family:var(--serif);font-size:16px;line-height:1.1}.checkout-item small{color:var(--muted);margin-top:5px;font-size:9px}.checkout-item strong{color:var(--wine);font-family:var(--serif);white-space:nowrap;font-size:17px}.checkout-total{color:var(--wine-dark);font-family:var(--serif);border-top:2px solid #b38a4c66;justify-content:space-between;align-items:center;margin-top:18px;padding-top:16px;font-size:25px;display:flex}.order-success{text-align:center;background:radial-gradient(circle,#b38a4c1f,#0000 35%),linear-gradient(135deg,#fffaf0,#f1e0ca);flex-direction:column;justify-content:center;align-items:center;min-height:570px;padding:80px 25px;display:flex}.success-icon{width:78px;height:78px;color:var(--white);background:#526d48;border-radius:50%;justify-content:center;align-items:center;margin-bottom:22px;font-size:35px;display:flex;box-shadow:0 10px 28px #526d483d}.order-success h2{color:var(--wine-dark);font-family:var(--serif);margin:8px 0 17px;font-size:clamp(42px,6vw,67px);font-weight:600;line-height:1}.order-success>p:not(.eyebrow){max-width:540px;color:var(--muted);margin-bottom:8px}.order-success .primary-button{margin-top:24px}.site-footer{background:linear-gradient(135deg, #260812, var(--wine-dark));color:var(--white);padding:75px 24px 22px}.footer-grid{border-bottom:1px solid #d8c19a40;grid-template-columns:1.4fr repeat(3,1fr);gap:55px;width:min(100%,1180px);margin:auto;padding-bottom:55px;display:grid}.footer-brand{max-width:330px}.footer-logo{object-fit:contain;background:#fffaf0;border:1px solid #d8c19a8c;border-radius:50%;width:120px;height:120px;display:block}.footer-brand p{color:#d8c6c8;margin-top:18px;font-size:12px}.footer-column{flex-direction:column;align-items:flex-start;gap:10px;display:flex}.footer-column h3{color:var(--gold-soft);font-family:var(--serif);margin-bottom:8px;font-size:23px;font-weight:600}.footer-column a,.footer-column span{color:#d8c6c8;font-size:11px;text-decoration:none;transition:color .25s}.footer-column a:hover{color:var(--gold-soft)}.footer-bottom{color:#bfaeb0;letter-spacing:.5px;text-transform:uppercase;justify-content:space-between;align-items:center;gap:25px;width:min(100%,1180px);margin:auto;padding-top:20px;font-size:9px;display:flex}@keyframes heroReveal{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.hero-content{animation:.8s both heroReveal}.trust-strip{animation:.8s .18s both heroReveal}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=1100px){.header-container{grid-template-columns:120px minmax(0,1fr) auto;gap:20px}.brand{width:94px;height:94px}.site-logo{width:85px;height:85px}.desktop-nav{gap:17px}.desktop-nav a{font-size:11px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.trust-strip{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid #641c321f}.story-section{grid-template-columns:minmax(0,.9fr) minmax(380px,1.1fr);gap:55px}.service-grid{grid-template-columns:repeat(2,1fr)}.service-card:nth-child(2){border-right:0}.service-card:nth-child(-n+2){border-bottom:1px solid #d8c19a38}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=850px){html{scroll-padding-top:105px}.announcement-inner{letter-spacing:.6px;gap:9px;font-size:9px}.announcement-inner span:nth-child(3),.announcement-inner span:nth-child(4),.announcement-inner span:nth-child(5){display:none}.header-container{grid-template-columns:auto 1fr auto;gap:12px;width:min(100% - 28px,1260px);min-height:82px}.brand{width:74px;height:74px;transform:none}.brand:hover{transform:scale(1.03)}.site-logo{width:68px;height:68px}.desktop-nav{display:none}.menu-button{display:flex}.mobile-menu{display:block}.header-search-inner{width:min(100% - 28px,850px)}.hero{min-height:610px;padding:90px 20px 95px}.hero:before{inset:13px}.hero h1{font-size:clamp(52px,10vw,76px)}.collections-section,.products-section,.service-section{padding:90px 20px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.story-section{grid-template-columns:1fr;gap:55px;padding:95px 24px}.story-content{text-align:center;justify-self:center;max-width:720px}.story-visual{margin:auto}.contact-section{flex-direction:column;align-items:flex-start;padding:70px 24px}.checkout-layout{grid-template-columns:1fr}.checkout-summary{order:-1}}@media (width<=600px){.announcement-inner{min-height:31px;padding:6px 12px;font-size:8px}.header-container{min-height:72px}.brand{width:62px;height:62px}.site-logo{width:57px;height:57px}.icon-button,.menu-button{width:38px;height:38px}.cart-button{min-height:38px;padding:0 10px}.cart-text{display:none}.hero{min-height:560px;padding:80px 18px 85px}.hero h1{letter-spacing:-1px;font-size:clamp(45px,14vw,64px)}.hero-description{margin-top:23px;font-size:14px}.hero-actions{flex-direction:column}.hero-actions .primary-button,.hero-actions .secondary-button{width:min(100%,310px)}.hero-decoration-one{width:180px;height:180px}.hero-decoration-two{width:160px;height:160px}.trust-strip{grid-template-columns:1fr;width:calc(100% - 28px);margin-top:-28px}.trust-item{border-bottom:1px solid #641c321f;border-right:0;justify-content:flex-start;min-height:95px}.trust-item:last-child{border-bottom:0}.collections-section{padding:85px 14px 75px}.section-heading{margin-bottom:35px}.section-heading h2{font-size:clamp(38px,12vw,50px)}.collection-grid{grid-template-columns:1fr}.collection-image-wrap{height:410px}.products-section{padding:80px 14px}.products-toolbar{grid-template-columns:1fr;padding:10px}.clear-filters{min-height:45px}.products-result-row{flex-direction:column;align-items:flex-start;gap:3px}.product-grid{grid-template-columns:1fr;gap:25px}.product-media{height:430px}.product-info{padding:21px}.product-info h3{min-height:0;font-size:27px}.product-description{min-height:0}.story-section{padding:80px 18px}.story-section:before{inset:12px}.story-content h2{font-size:clamp(43px,13vw,58px)}.story-visual{min-height:480px}.story-image-large{border-width:5px;width:82%;height:410px}.story-image-small{border-width:5px;width:47%;height:235px}.story-badge{width:112px;height:112px;padding:12px;top:35px;left:68%}.story-badge strong{font-size:19px}.service-section{padding:80px 14px}.service-grid{grid-template-columns:1fr}.service-card{border-bottom:1px solid #d8c19a38;border-right:0;min-height:auto;padding:30px 22px}.service-card:last-child{border-bottom:0}.contact-section{text-align:center;align-items:center;padding:65px 20px}.contact-section h2{font-size:clamp(40px,12vw,53px)}.cart-panel{width:100%}.cart-header{padding:20px 17px}.cart-items{padding:10px 17px}.cart-footer{padding:18px 17px calc(18px + env(safe-area-inset-bottom))}.checkout-section{padding:0}.checkout-container{border:0;min-height:100dvh}.checkout-header{padding:20px 17px}.checkout-header h2{font-size:30px}.checkout-layout{gap:25px;padding:20px 16px 35px}.checkout-row{grid-template-columns:1fr}.checkout-summary{padding:18px}.checkout-item{grid-template-columns:50px minmax(0,1fr) auto}.checkout-item img{width:50px;height:62px}.order-success{min-height:100dvh;padding:60px 20px}.site-footer{padding:60px 20px 20px}.footer-grid{grid-template-columns:1fr;gap:35px;padding-bottom:40px}.footer-brand{max-width:100%}.footer-logo{width:100px;height:100px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:8px}}@media (width<=380px){.header-actions{gap:5px}.icon-button,.menu-button{width:35px;height:35px}.cart-button{min-height:35px;padding:0 8px}.hero h1{font-size:43px}.product-media{height:380px}.story-badge{width:100px;height:100px;left:70%}.cart-item{grid-template-columns:78px minmax(0,1fr)}.cart-item>img{width:78px;height:100px}}.product-details-page{max-width:1400px;margin:0 auto;padding:40px}.details-header{margin-bottom:30px}.details-header a{color:#7d3b28;font-size:15px;font-weight:600;text-decoration:none}.details-gallery{flex-direction:column;display:flex;position:sticky;top:20px}.details-main-image{object-fit:cover;object-position:center;width:100%;min-height:550px;max-height:650px;transition:transform .35;background:#f7f5f2;border-radius:20px;padding:25px}.gallery-thumbnails{grid-template-columns:repeat(5,90px);gap:12px;margin-top:18px;display:grid}.gallery-thumb{object-fit:cover;cursor:pointer;border:2px solid #0000;border-radius:10px;width:90px;height:90px;transition:all .25s}.gallery-thumb:hover{border-color:#7d3b28;transform:translateY(-3px)}.active-thumb{border-color:#7d3b28}.details-category{color:#8a6f5d;text-transform:uppercase;letter-spacing:2px;font-size:13px}.details-code{color:#777;margin-bottom:25px}.details-description{color:#444;margin-bottom:30px;line-height:1.9}.details-meta strong{margin-bottom:6px;display:block}.details-cart-button,.details-buy-button{cursor:pointer;border:none;border-radius:14px;flex:1;padding:18px;font-size:16px;font-weight:700;transition:all .25s}.details-cart-button{color:#fff;background:#7d3b28}.details-buy-button{color:#fff;background:#111}.details-cart-button:hover{background:#612816;transform:translateY(-2px)}.details-buy-button:hover{background:#333;transform:translateY(-2px)}.details-divider{border:none;border-top:1px solid #ececec;margin:45px 0}.extra-details{gap:14px;display:grid}.extra-details h2{margin-bottom:12px}.detail-row{border-bottom:1px solid #efefef;justify-content:space-between;align-items:center;padding:14px 0;display:flex}.detail-row strong{color:#222}.detail-row span{color:#666}.related-products{margin-top:80px}.related-title{margin-bottom:30px;font-size:32px}.related-grid{grid-template-columns:repeat(4,1fr);gap:25px;display:grid}.related-card{background:#fff;border-radius:18px;transition:all .25s;overflow:hidden;box-shadow:0 12px 35px #00000014}.related-card:hover{transform:translateY(-6px)}.related-card img{object-fit:cover;width:100%;height:300px}.related-card h3{color:#222;padding:18px;font-size:18px}.related-price{color:#7d3b28;padding:0 18px 18px;font-size:20px;font-weight:700}.related-card a{color:inherit;text-decoration:none}@media (width<=992px){.details-layout{grid-template-columns:1fr}.details-gallery{position:static}.details-meta{grid-template-columns:1fr}.related-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.details-content h1{font-size:28px}.related-grid{grid-template-columns:1fr}.gallery-thumb{width:70px;height:85px}.details-buttons{flex-direction:column}.details-price{font-size:28px}}.details-main-image:hover{transform:scale(1.05)}.gallery-thumb{opacity:.7}.gallery-thumb:hover,.active-thumb{opacity:1}.details-content{animation:.6s fadeUp}.details-gallery{animation:.6s fadeLeft}.related-card img{transition:all .35s}.related-card:hover img{transform:scale(1.08)}.details-cart-button,.details-buy-button{position:relative;overflow:hidden}.details-cart-button:after,.details-buy-button:after{content:"";background:#fff3;width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.details-cart-button:hover:after,.details-buy-button:hover:after{left:100%}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.product-not-found{flex-direction:column;justify-content:center;align-items:center;gap:20px;height:80vh;display:flex}.product-not-found a{color:#fff;background:#7d3b28;border-radius:10px;padding:12px 24px;text-decoration:none}.variant-button{cursor:pointer;border:2px solid #ddd;border-radius:50%;width:34px;height:34px;transition:all .25s}.gallery-thumb{cursor:pointer;transition:all .25s}.active-thumb{border:2px solid #111}.product-details-page{box-sizing:border-box;width:min(100% - 40px,1400px);margin:0 auto;padding:40px 0}.details-layout{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:start;gap:50px;display:grid}.details-gallery{width:100%;min-width:0}.details-main-image{aspect-ratio:4/5;object-fit:cover;object-position:center;background:#f7f5f2;border-radius:20px;width:100%;height:auto;min-height:0;max-height:700px;padding:0;transition:transform .35s;display:block}.gallery-thumbnails{scrollbar-width:thin;gap:12px;margin-top:18px;padding:3px 2px 8px;display:flex;overflow-x:auto}.gallery-thumb{object-fit:cover;cursor:pointer;border:2px solid #0000;border-radius:10px;flex:0 0 90px;width:90px;height:90px;transition:all .25s}.gallery-thumb:hover{transform:translateY(-3px)}.gallery-thumb.active-thumb,.active-thumb{opacity:1;border-color:#7d3b28}.details-content{min-width:0}.details-content h1{margin:10px 0 14px;font-size:clamp(30px,4vw,42px);line-height:1.2}.details-price{color:#7d3b28;margin-bottom:20px;font-size:clamp(28px,3vw,36px);font-weight:700}.details-description{margin-bottom:25px;line-height:1.8}.details-meta{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:25px;display:grid}.details-meta div{background:#faf8f4;border-radius:12px;padding:16px}.details-buttons{gap:14px;margin:30px 0;display:flex}.details-cart-button,.details-buy-button{cursor:pointer;border:none;border-radius:14px;flex:1;min-height:55px;font-size:16px;font-weight:700}.variant-button{cursor:pointer;border:2px solid #ddd;border-radius:50%;flex:0 0 36px;width:36px;height:36px;transition:all .25s}.variant-button:hover{transform:scale(1.08)}.active-variant{border:3px solid #111;transform:scale(1.1);box-shadow:0 0 0 3px #0000001f}@media (width<=992px){.product-details-page{width:min(100% - 30px,900px);padding:30px 0}.details-layout{grid-template-columns:1fr;gap:35px}.details-gallery{position:static}.details-main-image{max-height:650px}.details-content h1{font-size:34px}}@media (width<=600px){.product-details-page{box-sizing:border-box;width:100%;padding:20px 14px 40px}.details-header{margin-bottom:18px}.details-header a{font-size:14px}.details-layout{flex-direction:column;gap:25px;display:flex}.details-main-image{aspect-ratio:4/5;object-fit:cover;border-radius:16px;width:100%;height:auto;min-height:0;max-height:none;padding:0}.gallery-thumbnails{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:9px;margin-top:12px;padding:2px 2px 7px;display:flex;overflow-x:auto}.gallery-thumb{scroll-snap-align:start;border-radius:8px;flex:0 0 68px;width:68px;height:78px}.details-content h1{margin:5px 0 10px;font-size:28px;line-height:1.2}.details-category{letter-spacing:1.5px;font-size:11px}.details-code{margin-bottom:15px;font-size:13px}.details-price{margin-bottom:15px;font-size:28px}.details-description{margin-bottom:20px;font-size:14px;line-height:1.7}.details-meta{grid-template-columns:1fr;gap:9px;margin-bottom:20px}.details-meta div{border-radius:10px;padding:13px}.details-buttons{flex-direction:column;gap:10px;margin:25px 0}.details-cart-button,.details-buy-button{width:100%;min-height:52px;padding:15px;font-size:15px}.details-divider{margin:30px 0}.related-products{margin-top:45px}.related-title{margin-bottom:20px;font-size:26px}.related-grid{grid-template-columns:1fr;gap:18px}.related-card img{height:280px}}@media (width<=380px){.product-details-page{padding-left:11px;padding-right:11px}.details-content h1,.details-price{font-size:25px}.gallery-thumb{flex-basis:62px;width:62px;height:72px}}
