:root{--wine:#701c22;--deep:#4f1419;--cream:#fffaf3;--paper:#fffdf9;--blush:#f4e4da;--gold:#aa7639;--ink:#321716;--line:#dfcbbd}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"Cormorant Garamond",Georgia,serif;font-size:18px}a{color:inherit;text-decoration:none}button{font:inherit}.announcement{height:30px;padding:0 7%;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(90deg,#762127,#521319,#762127);color:#fff7eb;font:500 11px Montserrat,sans-serif;letter-spacing:2.5px}.announcement em{font:400 12px "Cormorant Garamond",serif;letter-spacing:0}.header{height:88px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 4%;background:#fffdf8;border-bottom:1px solid #eadbd1}.nav{display:flex;align-items:center;gap:28px;font-size:17px;font-weight:600}.nav-right{justify-content:flex-end}.brand{display:flex;flex-direction:column;align-items:center;color:var(--wine);line-height:1}.brand img{width:30px;height:30px;object-fit:contain;margin-bottom:3px}.brand strong{font-size:25px;font-weight:500}.brand small{font:500 7px Montserrat,sans-serif;letter-spacing:5px;margin-top:5px}.cart-pill{position:relative;font-size:25px}.cart-count{position:absolute;right:-9px;top:-4px;background:var(--wine);color:#fff;border-radius:50%;min-width:17px;height:17px;text-align:center;font:600 10px/17px Montserrat,sans-serif}.menu-toggle{display:none;border:0;background:none;color:var(--wine);font-size:25px}.collection-hero{min-height:270px;display:flex;align-items:center;justify-content:center;text-align:center;padding:55px 20px;background:linear-gradient(105deg,#f5e2d7,#fffaf4 55%,#f0ddd2)}.collection-hero .eyebrow{font:500 11px Montserrat,sans-serif;letter-spacing:4px;color:#875047;margin:0 0 10px}.collection-hero h1{font-size:56px;line-height:1;font-weight:500;color:var(--wine);margin:0 0 12px}.collection-hero p{max-width:650px;margin:0 auto;font-size:20px;line-height:1.35}.category-nav{display:flex;justify-content:center;gap:12px;padding:22px 20px;background:#fffdf9;border-bottom:1px solid var(--line)}.category-nav a{border:1px solid var(--line);padding:10px 22px;font:500 11px Montserrat,sans-serif;letter-spacing:1.2px}.category-nav a.active,.category-nav a:hover{background:var(--wine);border-color:var(--wine);color:#fff}.catalog{max-width:1250px;margin:0 auto;padding:48px 28px 70px}.catalog-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}.catalog-heading h2{font-size:30px;font-weight:500;color:var(--wine);margin:0}.catalog-heading p{margin:0;font-size:15px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 24px}.product-card{background:#fff;border:1px solid #eadbd1;display:flex;flex-direction:column}.product-card>a:first-child{display:block;overflow:hidden}.product-card img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .35s ease}.product-card:hover img{transform:scale(1.025)}.card-copy{padding:17px 18px 19px;text-align:center;display:flex;flex-direction:column;flex:1}.category{font:500 9px Montserrat,sans-serif;letter-spacing:2px;color:#8b5b4f;margin:0 0 5px}.product-card h2{font-size:24px;line-height:1.05;color:var(--wine);font-weight:500;margin:0 0 5px}.scent{font:500 9px Montserrat,sans-serif;letter-spacing:1.4px;color:#7f413a;margin:0 0 10px}.price{font-size:20px;font-weight:600;margin:0 0 12px}.shop-button{display:inline-block;align-self:center;margin-top:auto;border:1px solid var(--wine);padding:10px 25px;color:var(--wine);font:500 10px Montserrat,sans-serif;letter-spacing:1.2px}.shop-button:hover{background:var(--wine);color:#fff}.empty-collection{max-width:700px;margin:25px auto;text-align:center;padding:65px 30px;border:1px solid var(--line);background:#fffdf9}.empty-collection img{width:54px;height:54px;margin:0 auto 14px}.empty-collection h2{font-size:32px;color:var(--wine);font-weight:500;margin:0 0 8px}.empty-collection p{font-size:18px;line-height:1.4;margin:0 auto;max-width:480px}footer{display:grid;grid-template-columns:1fr 1fr 1fr;gap:25px;align-items:center;background:radial-gradient(circle at 50% 20%,#81282e,#4d1217);color:#f7e4d2;text-align:center;padding:25px 5%;min-height:130px}.footer-brand strong{display:block;font-size:23px;font-weight:500}.footer-brand small{font:7px Montserrat,sans-serif;letter-spacing:4px}.footer-brand p{font:20px Parisienne,cursive;margin:8px}.footer-links{display:flex;justify-content:center;gap:25px}.footer-shipping{font-size:18px;letter-spacing:2px}
@media(max-width:850px){.announcement{justify-content:center}.announcement em{display:none}.header{height:76px;grid-template-columns:42px 1fr 42px}.menu-toggle{display:block}.nav{display:none}.header.open .nav-left{display:flex;position:absolute;z-index:10;top:106px;left:0;right:0;flex-direction:column;padding:20px;background:#fffaf4}.header:after{content:"♡";color:var(--wine);text-align:right}.brand img{width:26px;height:26px}.brand strong{font-size:21px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-hero h1{font-size:46px}footer{grid-template-columns:1fr}}
@media(max-width:560px){.collection-hero{min-height:220px;padding:40px 18px}.collection-hero h1{font-size:40px}.category-nav{gap:7px;overflow-x:auto;justify-content:flex-start}.category-nav a{white-space:nowrap;padding:9px 15px}.catalog{padding:38px 16px 55px}.catalog-heading{display:block}.catalog-heading p{margin-top:5px}.product-grid{grid-template-columns:1fr}.footer-links{gap:15px}}
