@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap');
:root{--ink:#090909;--gold:#c99a42;--gold2:#f1d18a;--cream:#f7f3eb;--line:#ded7ca;--muted:#756f65;--white:#fff;--shadow:0 22px 60px rgba(12,9,4,.13)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Manrope,system-ui,sans-serif;cursor:default}button,a{font:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.announcement{background:#050505;color:var(--gold2);text-align:center;padding:9px 15px;font-size:.76rem;letter-spacing:.14em;text-transform:uppercase}
header{height:92px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 5vw;background:rgba(247,243,235,.92);backdrop-filter:blur(15px);position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(0,0,0,.08)}.brand{display:flex;align-items:center;gap:13px;width:max-content}.brand img{width:59px;height:59px;object-fit:cover;border-radius:50%;box-shadow:0 0 0 1px var(--gold),0 7px 25px rgba(0,0,0,.22)}.brand span{font-family:"Cormorant Garamond";font-weight:700;letter-spacing:.18em;font-size:1.18rem}.brand small{display:block;font-family:Manrope;font-size:.54rem;letter-spacing:.48em;text-align:center;margin-top:2px}nav{display:flex;gap:35px;font-size:.84rem;text-transform:uppercase;letter-spacing:.12em}nav a,.text-link{position:relative}nav a:after,.text-link:after{content:"";position:absolute;left:0;bottom:-7px;width:0;height:1px;background:var(--gold);transition:.25s}nav a:hover:after,.text-link:hover:after{width:100%}.header-actions{justify-self:end;display:flex;gap:10px}.icon-btn,.cart-btn{border:1px solid #cfc8bb;background:transparent;height:43px;border-radius:30px;padding:0 16px;cursor:pointer}.icon-btn span{font-size:1.6rem;line-height:1}.cart-btn b{background:var(--ink);color:var(--gold2);border-radius:20px;padding:3px 7px;margin-left:5px;font-size:.7rem}
.hero{min-height:72vh;margin:20px 2.2vw 0;border-radius:28px;background:#080808;background-size:cover;background-position:center;color:white;display:flex;align-items:center;padding:8vw;overflow:hidden;position:relative}.hero:after{content:"LS";position:absolute;right:4vw;bottom:-12vh;font:700 32vw/1 "Cormorant Garamond";color:rgba(255,255,255,.035)}.hero>div{max-width:650px;position:relative;z-index:1}.eyebrow,.section-head span,.offer-banner span{color:var(--gold2);letter-spacing:.2em;font-size:.72rem}.hero h1{font:600 clamp(3.3rem,7vw,7rem)/.88 "Cormorant Garamond";margin:22px 0}.hero p{font-size:1.02rem;line-height:1.8;color:#ddd;max-width:540px}.gold-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(120deg,#b77b20,var(--gold2),#b77b20);background-size:200%;color:#15100a;border:0;padding:15px 25px;border-radius:30px;text-transform:uppercase;font-weight:700;letter-spacing:.11em;font-size:.75rem;cursor:pointer;transition:.25s}.gold-btn:hover{background-position:100%;transform:translateY(-2px)}.category-pills{display:flex;justify-content:center;gap:12px;padding:34px 20px;flex-wrap:wrap}.category-pills a{border:1px solid var(--line);background:#fff;padding:10px 18px;border-radius:30px;font-size:.8rem}.collection{padding:70px 5vw}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:28px}.section-head span{color:#8b6727}.section-head h2{font:600 clamp(2.3rem,4vw,4.5rem)/1 "Cormorant Garamond";margin:8px 0}.section-head p{color:var(--muted);margin:0}.text-link{border:0;background:none;cursor:pointer}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:19px}.product-card{min-width:0}.product-image{background:#ece6da;border-radius:18px;aspect-ratio:4/5;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;transition:.55s}.product-card:hover img{transform:scale(1.045)}.product-image em{position:absolute;z-index:2;top:12px;left:12px;background:#0a0a0a;color:var(--gold2);padding:7px 10px;border-radius:20px;font-style:normal;font-size:.66rem}.product-card h3{font:600 1.35rem "Cormorant Garamond";margin:15px 0 7px}.price{font-size:.88rem}.price del{color:#999;margin-left:7px}.add-btn{margin-top:13px;width:100%;background:transparent;border:1px solid #aaa195;border-radius:30px;padding:11px;cursor:pointer;transition:.25s}.add-btn:hover{background:#0a0a0a;color:var(--gold2);border-color:#0a0a0a}.offer-banner{min-height:430px;margin:20px 5vw;border-radius:25px;background:#0a0a0a center/cover;color:#fff;display:flex;align-items:center;padding:7vw}.offer-banner div{max-width:560px}.offer-banner h2{font:600 clamp(2.7rem,5vw,5.7rem)/.95 "Cormorant Garamond";margin:15px 0}.offer-banner p{color:#ddd;line-height:1.7}.offer-banner a{color:var(--gold2);font-weight:700}.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);margin-top:70px}.trust div{background:#fff;text-align:center;padding:45px 20px;font-size:1.4rem}.trust b,.trust span{display:block}.trust b{font:600 1.45rem "Cormorant Garamond";margin:10px}.trust span{font-size:.8rem;color:var(--muted)}footer{background:#070707;color:#e7dfd0;padding:60px 6vw;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:25px}footer img{width:90px;border-radius:50%}footer h3{font:600 2rem "Cormorant Garamond";margin:0}footer p{color:#9f988c}footer>div:last-of-type{display:flex;gap:20px}footer small{grid-column:1/-1;color:#777;border-top:1px solid #242424;padding-top:20px}
.search-layer{position:fixed;inset:0;background:rgba(6,6,6,.97);z-index:100;color:white;display:none;place-items:center}.search-layer.open{display:grid}.search-layer>button,.checkout-modal form>button{position:absolute;right:5vw;top:5vh;border:0;background:none;color:white;font-size:2.4rem;cursor:pointer}.search-layer>div{width:min(780px,88vw)}.search-layer label{display:block;color:var(--gold2);letter-spacing:.14em}.search-layer input{width:100%;border:0;border-bottom:1px solid #555;background:transparent;color:white;font:600 clamp(2rem,5vw,4.5rem) "Cormorant Garamond";padding:20px 0;outline:0}.search-layer p{color:#888}.scrim{display:none;position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:70}.scrim.open{display:block}.cart-drawer{position:fixed;right:-470px;top:0;width:min(440px,100%);height:100vh;background:#faf7f0;z-index:80;padding:25px;transition:.35s;box-shadow:var(--shadow);overflow:auto}.cart-drawer.open{right:0}.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer-head h2{font:600 2.4rem "Cormorant Garamond"}.drawer-head button{border:0;background:none;font-size:2rem}.cart-item{display:grid;grid-template-columns:65px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-item img{width:65px;height:75px;object-fit:cover;border-radius:8px}.cart-item small{display:block;color:var(--muted)}.cart-item button{border:0;background:none;color:#9d2929;cursor:pointer}.cart-total{display:flex;justify-content:space-between;font-size:1.2rem;padding:25px 0}.wide{width:100%}.whatsapp-order{display:block;text-align:center;border:1px solid #158344;color:#126f3b;padding:13px;border-radius:30px;margin-top:10px}.floating-wa{position:fixed;right:22px;bottom:22px;width:53px;height:53px;border-radius:50%;display:grid;place-items:center;background:#168b4c;color:white;z-index:25;font-size:1.4rem;box-shadow:var(--shadow)}.checkout-modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.75);z-index:110;place-items:center}.checkout-modal.open{display:grid}.checkout-modal form{position:relative;background:#faf7f0;padding:42px;border-radius:22px;width:min(620px,93vw)}.checkout-modal form>button{color:#111;right:20px;top:10px}.checkout-modal h2{font:600 2.5rem "Cormorant Garamond"}.checkout-modal input,.checkout-modal textarea{width:100%;padding:13px;border:1px solid var(--line);background:white;border-radius:9px;margin:6px 0;font:inherit}.checkout-modal textarea{min-height:90px}.two{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.product-page{display:grid;grid-template-columns:1.05fr .95fr;gap:7vw;padding:5vw}.product-page .main-image{border-radius:25px;width:100%;aspect-ratio:4/5;object-fit:cover}.product-info{align-self:center}.product-info h1{font:600 clamp(3rem,6vw,6rem)/.95 "Cormorant Garamond";margin:15px 0}.product-info .description{line-height:1.8;color:var(--muted)}
@media(max-width:900px){header{grid-template-columns:1fr auto;height:78px;padding:0 17px}.brand img{width:48px;height:48px}.brand span{font-size:1rem}nav{display:none}.header-actions{grid-column:2}.hero{min-height:66vh;padding:35px;border-radius:18px}.product-grid{grid-template-columns:repeat(2,1fr)}.collection{padding:48px 18px}.offer-banner{margin:10px 18px;padding:35px;min-height:360px}.trust{grid-template-columns:1fr}footer{grid-template-columns:auto 1fr}footer>div:last-of-type{grid-column:1/-1}.product-page{grid-template-columns:1fr;padding:20px}.section-head{align-items:start}.section-head .text-link{display:none}}
@media(max-width:520px){.announcement{font-size:.63rem}.brand span{display:none}.hero h1{font-size:3.25rem}.product-grid{gap:12px}.product-card h3{font-size:1.12rem}.add-btn{font-size:.74rem}.two{grid-template-columns:1fr}.checkout-modal form{padding:30px 20px}.category-pills{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap}.category-pills a{white-space:nowrap}}

/* Checkout modal fix: keep only the close icon positioned; submit stays in flow. */
.checkout-modal{
  overflow-y:auto;
  padding:22px 12px;
  place-items:unset;
}
.checkout-modal.open{
  display:flex;
  align-items:flex-start;
  justify-content:center;
}
.checkout-modal form{
  margin:auto;
}
.checkout-modal form > .gold-btn{
  position:static;
  right:auto;
  top:auto;
  display:flex;
  color:#15100a;
  font-size:.75rem;
  background:linear-gradient(120deg,#b77b20,var(--gold2),#b77b20);
}
#checkoutClose{
  position:absolute;
  right:20px;
  top:10px;
  width:auto;
  color:#111;
  background:none;
  font-size:2.4rem;
}

/* Premium responsive checkout */
body.no-scroll{overflow:hidden}
.checkout-modal{background:rgba(8,7,5,.78);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:24px}
.checkout-shell{position:relative;display:grid;grid-template-columns:minmax(300px,.78fr) minmax(440px,1.22fr);width:min(980px,100%);margin:auto;background:#faf7f0;border:1px solid rgba(255,255,255,.2);border-radius:28px;overflow:hidden;box-shadow:0 35px 100px rgba(0,0,0,.45)}
.checkout-shell>#checkoutClose{z-index:4;display:grid;place-items:center;width:42px;height:42px;right:18px;top:18px;border:1px solid rgba(0,0,0,.12);border-radius:50%;font-size:1.65rem;line-height:1;transition:.2s}
.checkout-shell>#checkoutClose:hover{background:#111;color:#f1d18a;transform:rotate(8deg)}
.checkout-review{background:linear-gradient(145deg,#090909,#17130e);color:#fff;padding:48px 36px;min-width:0}
.checkout-kicker,.checkout-form-head>span{display:block;color:var(--gold2);font-size:.68rem;font-weight:700;letter-spacing:.2em}
.checkout-review>h2{margin:12px 0 8px;font:600 2.8rem/1 "Cormorant Garamond"}
.checkout-review>p{margin:0 0 26px;color:#aaa39a;font-size:.86rem;line-height:1.65}
.checkout-items{display:grid;gap:12px;max-height:230px;overflow:auto;padding-right:5px;scrollbar-width:thin;scrollbar-color:#6c5735 transparent}
.checkout-line{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:11px;padding:9px;border:1px solid rgba(255,255,255,.09);border-radius:13px;background:rgba(255,255,255,.035)}
.checkout-line img{width:54px;height:60px;object-fit:cover;border-radius:9px;background:#25211b}
.checkout-line b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem}.checkout-line small{display:block;color:#8e877d;margin-top:4px}.checkout-line strong{font-size:.78rem;color:#e9d19c}
.checkout-pricing{margin-top:24px;padding-top:16px;border-top:1px solid rgba(255,255,255,.14)}
.checkout-pricing>div{display:flex;justify-content:space-between;gap:16px;padding:6px 0;font-size:.8rem;color:#aaa39a}.checkout-pricing strong{color:#fff}
.checkout-pricing .checkout-grand-total{margin-top:10px;padding-top:16px;border-top:1px solid rgba(255,255,255,.14);font-size:1rem;color:#fff}.checkout-grand-total strong{color:var(--gold2);font-size:1.2rem}
.checkout-form{position:relative!important;width:auto!important;margin:0!important;padding:48px 46px 38px!important;border-radius:0!important;background:#faf7f0!important}
.checkout-form-head{padding-right:44px}.checkout-form-head>span{color:#8b6727}.checkout-form-head h2{margin:8px 0 5px!important;font:600 2.7rem/1 "Cormorant Garamond"!important}.checkout-form-head p{margin:0;color:var(--muted);font-size:.83rem;line-height:1.55}
.checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:24px}.checkout-fields label{display:block;color:#49433a;font-size:.72rem;font-weight:700;letter-spacing:.035em}.checkout-fields label small{font-weight:400;color:#928a7e}.checkout-fields .field-full{grid-column:1/-1}
.checkout-fields input,.checkout-fields textarea{appearance:none;display:block;width:100%;margin:7px 0 0!important;padding:12px 13px!important;border:1px solid #d9d0c2!important;border-radius:10px!important;background:#fff!important;color:#14110d;outline:0;font:500 .9rem/1.4 Manrope,sans-serif!important;transition:border-color .2s,box-shadow .2s}
.checkout-fields input:focus,.checkout-fields textarea:focus{border-color:#b7893b!important;box-shadow:0 0 0 3px rgba(183,137,59,.13)}.checkout-fields textarea{min-height:82px!important;resize:vertical}
.checkout-form>#checkoutSubmit{position:static!important;display:flex!important;justify-content:space-between!important;width:100%!important;height:52px;margin-top:19px;padding:0 21px!important;border-radius:12px!important;color:#171008!important;font-size:.72rem!important;box-shadow:0 10px 24px rgba(183,123,32,.2)}
.checkout-form>#checkoutSubmit b{font-size:.78rem}.checkout-form>#checkoutSubmit:disabled{cursor:wait;opacity:.75}.checkout-form>#checkoutSubmit.loading span:after{content:'…';display:inline-block;width:1em;animation:checkoutDots 1s infinite}
@keyframes checkoutDots{0%,20%{opacity:.25}50%{opacity:1}100%{opacity:.25}}
.checkout-security{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:15px;color:#777067}.checkout-security>span{color:#b7893b;font-size:.72rem}.checkout-security p{margin:0}.checkout-security b,.checkout-security small{display:block}.checkout-security b{font-size:.7rem}.checkout-security small{font-size:.62rem;color:#9a9287;margin-top:2px}
#checkoutMessage{min-height:20px;margin:12px 0 0;text-align:center;font-size:.75rem;color:#756f65}#checkoutMessage.error{padding:9px 11px;border-radius:8px;background:#fff0ed;color:#a33020}

@media(max-width:900px){
 body{overflow-x:hidden}.announcement{padding:7px 10px;line-height:1.4}
 header{grid-template-columns:minmax(0,1fr) auto;gap:8px}.header-actions{gap:7px}.icon-btn,.cart-btn{height:40px;padding:0 12px}.cart-btn{font-size:.78rem}
 .hero{min-height:560px;margin:10px 10px 0;padding:34px 26px;background-position:68% center}.hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.34) 70%,rgba(0,0,0,.12));z-index:0}.hero>div{max-width:520px}.hero h1{font-size:clamp(3rem,11vw,5rem)}
 .checkout-modal{padding:16px}.checkout-shell{grid-template-columns:1fr;width:min(680px,100%);overflow:visible;border-radius:22px}.checkout-review{padding:35px 30px}.checkout-review>h2{font-size:2.3rem}.checkout-items{max-height:155px}.checkout-form{padding:38px 30px 30px!important;border-radius:0 0 22px 22px!important}
}
@media(max-width:560px){
 .brand{gap:8px}.brand img{width:44px;height:44px}.header-actions{gap:5px}.icon-btn{width:40px;padding:0}.cart-btn{padding:0 10px}
 .hero{min-height:510px;padding:28px 21px;background-position:72% center}.hero h1{font-size:3.05rem;margin:16px 0}.hero p{font-size:.9rem;line-height:1.65}.gold-btn{padding:13px 18px}
 .category-pills{padding:20px 14px}.collection{padding:40px 14px}.section-head h2{font-size:2.45rem}.product-grid{gap:11px}.product-image{border-radius:13px}.product-card h3{font-size:1.02rem;margin-top:11px}.add-btn{padding:9px 5px}.offer-banner{margin:8px 10px;padding:26px 20px;min-height:420px;background-position:center}.offer-banner h2{font-size:2.75rem}
 footer{padding:42px 22px;grid-template-columns:65px 1fr;gap:16px}footer img{width:65px}footer h3{font-size:1.6rem}footer p{font-size:.78rem}footer>div:last-of-type{display:grid;grid-template-columns:repeat(3,auto);justify-content:start;font-size:.78rem}
 .cart-drawer{padding:18px}.drawer-head h2{font-size:2rem}
 .checkout-modal{align-items:flex-end!important;padding:0;background:rgba(0,0,0,.7)}.checkout-shell{display:block;width:100%;max-height:96dvh;overflow-y:auto;margin:auto 0 0;border-radius:22px 22px 0 0}.checkout-shell>#checkoutClose{position:sticky;float:right;right:14px;top:12px;margin:12px 12px -54px 0;background:#fff;box-shadow:0 4px 14px rgba(0,0,0,.1)}
 .checkout-review{padding:31px 20px 24px}.checkout-review>h2{font-size:2.15rem}.checkout-review>p{margin-bottom:18px}.checkout-items{max-height:120px}.checkout-line{grid-template-columns:44px minmax(0,1fr) auto}.checkout-line img{width:44px;height:50px}.checkout-pricing{margin-top:16px}
 .checkout-form{padding:29px 18px 25px!important}.checkout-form-head{padding-right:35px}.checkout-form-head h2{font-size:2.2rem!important}.checkout-fields{grid-template-columns:1fr;gap:10px;margin-top:19px}.checkout-fields .field-full{grid-column:auto}.checkout-fields textarea{min-height:72px!important}.checkout-form>#checkoutSubmit{position:sticky!important;bottom:8px;z-index:3;margin-top:16px;box-shadow:0 9px 26px rgba(0,0,0,.22)}
}

/* Narrow mobile product-grid fix */
@media(max-width:520px){
 .collection{position:relative;display:block;clear:both;padding:38px 14px 46px;overflow:visible}
 .collection+.collection{border-top:1px solid rgba(90,72,45,.12)}
 .section-head{display:block;margin-bottom:20px}.section-head h2{margin:7px 0;font-size:2.35rem;line-height:1}.section-head p{font-size:.82rem;line-height:1.55}
 .product-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:28px;width:100%;height:auto!important;min-height:0;margin:0;padding:0}
 .product-card{position:relative!important;display:flex!important;flex-direction:column;width:100%;height:auto!important;min-height:0;overflow:visible;isolation:isolate}
 .product-image{display:block;width:100%;aspect-ratio:4/5;border-radius:16px;overflow:hidden}
 .product-card h3{display:block;margin:13px 0 6px;font-size:1.2rem;line-height:1.25;min-height:0}
 .product-card .price{display:block;line-height:1.4}
 .product-card .add-btn{position:static!important;inset:auto!important;display:block!important;transform:none!important;width:100%;height:42px;margin:13px 0 0;padding:0 12px;z-index:2;background:#fff;border:1px solid #9f9688;border-radius:22px;color:#111;font-size:.76rem;line-height:40px;text-align:center;opacity:1;visibility:visible;pointer-events:auto;touch-action:manipulation}
 .product-card .add-btn.added{background:#111;color:var(--gold2);border-color:#111}
 .product-grid:after{content:'';display:block;clear:both}
}
