*{box-sizing:border-box;margin:0;padding:0}:root{--ink:#03130d;--ink-2:#082319;--gold:#d7a83f;--gold-light:#f0d68e;--cream:#f5eddd;--muted:#b9b8ad}html{scroll-behavior:smooth}body{font-family:Inter,Arial,sans-serif;background:var(--ink);color:var(--cream);line-height:1.55;overflow-x:hidden}a{text-decoration:none;color:inherit}button{font:inherit}.shop-header{position:fixed;inset:0 0 auto;z-index:20;height:86px;display:flex;align-items:center;padding:12px 5%;border-bottom:1px solid transparent;transition:.45s ease}.shop-header.scrolled{height:70px;background:rgba(3,19,13,.82);border-color:rgba(240,214,142,.16);backdrop-filter:blur(16px)}.brand{width:62px;height:62px;display:grid;place-items:center}.brand img{width:54px;height:54px;object-fit:contain;filter:drop-shadow(0 4px 8px #0005);transition:transform .35s ease}.brand:hover img{transform:rotate(6deg) scale(1.08)}.shop-nav{margin:auto;display:flex;gap:37px}.shop-nav a{position:relative;padding:8px 0;font:500 12px Inter,sans-serif;letter-spacing:1px;text-transform:uppercase;color:#dfddd4;transition:color .3s}.shop-nav a:after{content:"";position:absolute;left:50%;bottom:0;width:0;height:1px;background:var(--gold);transition:.32s ease}.shop-nav a:hover,.shop-nav .active{color:var(--gold-light)}.shop-nav a:hover:after,.shop-nav .active:after{left:0;width:100%}.header-tools{display:flex;align-items:center;gap:10px}.cart-button{border:1px solid rgba(240,214,142,.48);border-radius:22px;background:transparent;color:var(--gold-light);padding:9px 14px;font-size:11px;letter-spacing:1px;cursor:pointer;transition:.3s}.cart-button:hover{background:var(--gold);color:#12100a}.cart-button span{margin-left:6px;border-radius:50%;font-weight:700}.menu-button{display:none;border:0;background:transparent;padding:9px;cursor:pointer}.menu-button i{display:block;width:22px;height:1px;background:var(--gold-light);margin:5px}.mobile-nav{display:none}.shop-hero{min-height:580px;padding:180px 8% 85px;background:radial-gradient(circle at 84% 32%,rgba(183,132,47,.2),transparent 24%),linear-gradient(105deg,#020c08 18%,rgba(3,19,13,.82) 56%,rgba(3,19,13,.36)),url("assets/zenvora-hero-final.png") center/cover;display:flex;flex-direction:column;justify-content:center}.eyebrow{font:500 12px "Cormorant Garamond",serif;letter-spacing:3px;color:var(--gold-light)}.shop-hero h1,.collection h2,.ritual h2{font:600 clamp(48px,6vw,82px)/.93 "Cormorant Garamond",serif;color:var(--cream);margin:16px 0}.shop-hero h1 em,.collection h2 em,.ritual h2 em{color:var(--gold-light);font-style:normal}.shop-hero>p{max-width:465px;color:#d2d0c8;font-size:15px}.hero-details{display:flex;gap:13px;margin-top:34px;color:var(--gold-light);font-size:10px;letter-spacing:1.2px}.collection{padding:120px 7%}.collection-intro{display:flex;justify-content:space-between;align-items:end;gap:40px;max-width:1300px;margin:0 auto 58px}.collection h2{font-size:clamp(46px,5vw,69px);margin-bottom:0}.collection-intro>p{max-width:350px;color:var(--muted);font-size:14px}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;max-width:1300px;margin:auto}.product-card{background:#082219;border:1px solid rgba(240,214,142,.16);overflow:hidden;box-shadow:0 16px 35px #0002;transition:border-color .4s,box-shadow .4s}.product-card:hover{border-color:rgba(240,214,142,.58);box-shadow:0 28px 58px #0007}.product-image{height:365px;position:relative;overflow:hidden;background:#07150f}.product-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 65%,rgba(3,19,13,.22))}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .75s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-image img{transform:scale(1.055)}.product-image span{position:absolute;z-index:1;top:18px;left:18px;padding:5px 9px;border:1px solid rgba(240,214,142,.75);color:var(--gold-light);font-size:9px;letter-spacing:1px}.product-copy{padding:24px 27px 25px}.product-top{display:flex;justify-content:space-between;gap:20px}.product-type{font-size:9px;letter-spacing:1.5px;color:var(--gold)}.product-top h3{font:600 36px/1 "Cormorant Garamond",serif;margin-top:5px;color:var(--cream)}.product-top strong{font:600 23px "Cormorant Garamond",serif;color:var(--gold-light);white-space:nowrap}.product-copy>p{color:#bcbab2;font-size:13px;min-height:41px;margin:14px 0 20px}.product-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(240,214,142,.16);padding-top:16px}.product-bottom small{color:var(--gold-light);font-size:11px;letter-spacing:1px}.add-button{border:0;background:transparent;color:var(--cream);font-size:11px;letter-spacing:1.1px;cursor:pointer;padding:7px 0}.add-button b{font-size:17px;margin-left:7px;color:var(--gold-light)}.ritual{display:grid;grid-template-columns:1.05fr 1fr;background:#061910}.ritual-image{min-height:540px;background:linear-gradient(90deg,#06191000,#06191055),url("assets/recipe-curry.png") center/cover}.ritual-copy{padding:100px 12% 80px 11%;display:flex;flex-direction:column;justify-content:center}.ritual h2{font-size:clamp(46px,5vw,70px)}.ritual-copy>p:not(.eyebrow){color:#bab9b0;max-width:430px;font-size:14px}.ritual-copy a{margin-top:31px;color:var(--gold-light);font-size:11px;letter-spacing:1.3px}.ritual-copy a span{font-size:17px;margin-left:10px}footer{padding:48px 20px;text-align:center;border-top:1px solid rgba(240,214,142,.13);background:#020a06}.footer-mark img{width:52px;height:52px}.footer-mark+p{font:600 22px "Cormorant Garamond",serif;color:var(--gold-light);margin:10px 0 20px}footer small{color:#777;font-size:11px}.cart-drawer{position:fixed;z-index:40;right:0;top:0;width:min(430px,100%);height:100dvh;padding:27px;background:#071d14;border-left:1px solid rgba(240,214,142,.45);transform:translateX(100%);transition:transform .55s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}.cart-drawer.open{transform:none}.drawer-backdrop{position:fixed;z-index:30;inset:0;background:#000a;opacity:0;pointer-events:none;transition:.35s}.drawer-backdrop.open{opacity:1;pointer-events:auto}.drawer-head{display:flex;justify-content:space-between;padding-bottom:19px;border-bottom:1px solid rgba(240,214,142,.2)}.drawer-head h2{font:600 38px "Cormorant Garamond",serif;color:var(--cream)}.drawer-head button{border:0;background:transparent;color:var(--gold-light);font-size:32px;cursor:pointer}.cart-items{flex:1;overflow:auto}.empty-cart{color:#9d9b94;padding:35px 0}.cart-item{display:flex;justify-content:space-between;padding:18px 0;border-bottom:1px solid rgba(240,214,142,.14)}.cart-item strong{font:600 21px "Cormorant Garamond",serif}.cart-item small{color:#aaa}.cart-item button{border:0;background:transparent;color:#d78d7f;cursor:pointer;font-size:11px}.cart-footer{border-top:1px solid rgba(240,214,142,.2);padding-top:20px}.cart-footer>div{display:flex;justify-content:space-between;color:var(--gold-light);font-size:14px;margin-bottom:18px}.checkout-button{width:100%;border:0;border-radius:30px;background:linear-gradient(135deg,#f0d68e,#c9922e);padding:16px;color:#14100a;font-weight:600;letter-spacing:1px;cursor:pointer}.toast{position:fixed;z-index:50;bottom:25px;left:50%;transform:translate(-50%,30px);opacity:0;background:var(--gold-light);color:#111;padding:11px 18px;border-radius:22px;font-size:12px;transition:.3s;pointer-events:none}.toast.show{opacity:1;transform:translate(-50%,0)}main{perspective:1200px}.motion-ready .scroll-3d{opacity:var(--reveal,0);transform:translate3d(0,var(--rise,40px),var(--depth,-28px)) rotateX(var(--tilt,6deg)) rotateY(var(--yaw,0deg));transition:transform .65s cubic-bezier(.16,1,.3,1),opacity .6s ease;will-change:transform,opacity}@media(max-width:760px){.shop-header{height:72px;padding:9px 18px}.shop-header.scrolled{height:64px}.brand{width:50px;height:50px}.brand img{width:45px;height:45px}.shop-nav{display:none}.menu-button{display:block}.mobile-nav{position:fixed;z-index:19;top:0;right:-100%;display:flex;flex-direction:column;width:min(80%,330px);height:100dvh;padding:105px 30px;background:#061b12;border-left:1px solid var(--gold);transition:right .5s cubic-bezier(.16,1,.3,1)}.mobile-nav.open{right:0}.mobile-nav a{padding:15px 2px;border-bottom:1px solid rgba(240,214,142,.16);font:600 24px "Cormorant Garamond",serif;color:var(--gold-light)}.shop-hero{min-height:100svh;padding:120px 28px 52px;background-position:65% center}.shop-hero h1{font-size:55px}.shop-hero>p{font-size:14px}.hero-details{flex-wrap:wrap;font-size:9px;margin-top:27px}.collection{padding:76px 20px}.collection-intro{display:block;margin-bottom:36px}.collection-intro>p{margin-top:17px}.product-grid{grid-template-columns:1fr;gap:18px}.product-image{height:min(84vw,380px)}.product-copy{padding:20px}.ritual{grid-template-columns:1fr}.ritual-image{min-height:330px}.ritual-copy{padding:70px 25px}.cart-button{padding:8px 11px}.motion-ready .scroll-3d{transform:translate3d(0,var(--rise,24px),0) rotateX(var(--tilt,4deg)) rotateY(var(--yaw,0deg))}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
