/* ═══════════════════════════════════════════════════════
   CALM JEWELRY — Luxury Design System
   Inspired by Tiffany & Co. elegance
   ═══════════════════════════════════════════════════════ */

*{margin:0;padding:0;box-sizing:border-box}

:root{
  --black:#000;
  --charcoal:#1a1a1a;
  --dark:#2d2d2d;
  --grey:#6b6b6b;
  --silver:#999;
  --light:#e0e0e0;
  --pearl:#f0ede8;
  --cream:#f7f5f2;
  --white:#fff;
  --gold:#b8956a;
  --gold-light:#d4b48a;
  --gold-pale:#e8d5c4;
  --red:#c0392b;
  --green:#27ae60;
  --purple:#8e44ad;
  --blue:#2980b9;
}

::selection{background:var(--gold);color:var(--white)}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-family:'Jost',sans-serif;background:var(--white);color:var(--charcoal);font-weight:300;line-height:1.7}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block;object-fit:cover}
button,input,select,textarea{font-family:'Jost',sans-serif;cursor:pointer}
input,select,textarea{cursor:text}

/* ─── NAVIGATION ─── */
nav{position:fixed;top:0;width:100%;z-index:100;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--light);transition:all .4s}
.ni{display:flex;align-items:center;justify-content:space-between;height:68px;padding:0 6%;max-width:1440px;margin:0 auto}
.logo{font-family:'Cormorant Garamond',serif;font-size:1.4rem;font-weight:300;letter-spacing:.18em;text-transform:uppercase;color:var(--black)}
.logo span{color:var(--gold)}
.navl{display:flex;gap:1.6rem;list-style:none}
.navl a{font-size:.64rem;letter-spacing:.16em;text-transform:uppercase;color:var(--dark);transition:color .3s;position:relative;white-space:nowrap}
.navl a::after{content:'';position:absolute;bottom:-.3rem;left:0;width:0;height:1px;background:var(--gold);transition:width .3s}
.navl a:hover{color:var(--black)}
.navl a:hover::after,.navl a.active::after{width:100%}
.navl a.active{color:var(--black)}
.navr{display:flex;align-items:center;gap:.6rem}
.nbtn{background:transparent;border:1px solid var(--light);color:var(--grey);padding:.4rem .9rem;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;transition:all .3s}
.nbtn:hover,.nbtn.active-user{border-color:var(--black);color:var(--black)}
.cartbtn{display:flex;align-items:center;gap:.4rem;background:var(--black);color:var(--white);border:none;padding:.45rem 1rem;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;transition:all .3s}
.cartbtn:hover{background:var(--gold)}
.cartc{background:var(--gold);border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:.52rem;font-weight:600;color:var(--white)}
.hmb{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:4px}
.hmb span{width:22px;height:1px;background:var(--black);transition:all .3s}
.mob-menu{display:none;position:fixed;top:68px;left:0;right:0;background:var(--white);z-index:99;padding:2rem 6%;border-bottom:1px solid var(--light)}
.mob-menu ul{list-style:none;display:flex;flex-direction:column;gap:1.4rem}
.mob-menu a{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--charcoal)}

/* ─── CAMPAIGN BANNER ─── */
.camp-banner{background:var(--black);color:var(--white);padding:.5rem 1.2rem;font-size:.65rem;letter-spacing:.12em;text-align:center;font-weight:300;text-transform:uppercase;display:none}

/* ─── HERO ─── */
.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;padding-top:68px}
.hero-txt{padding:6rem 5% 5rem 8%;display:flex;flex-direction:column;justify-content:center}
.ey{font-size:.6rem;letter-spacing:.35em;text-transform:uppercase;color:var(--gold);margin-bottom:1.6rem;font-weight:400}
.hero-h1{font-family:'Cormorant Garamond',serif;font-size:clamp(3rem,5.5vw,5rem);font-weight:300;line-height:1.05;color:var(--black);margin-bottom:1.5rem;letter-spacing:-.01em}
.hero-h1 em{font-style:italic;color:var(--gold)}
.hero-sub{font-size:.88rem;color:var(--grey);max-width:40ch;line-height:2;margin-bottom:2.8rem;font-weight:300}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}
.btn-dk{background:var(--black);color:var(--white);padding:.85rem 2.2rem;font-size:.64rem;letter-spacing:.18em;text-transform:uppercase;border:none;transition:all .4s cubic-bezier(.25,.8,.25,1);display:inline-block}
.btn-dk:hover{background:var(--gold);color:var(--white)}
.btn-ol{background:transparent;color:var(--black);padding:.85rem 2.2rem;font-size:.64rem;letter-spacing:.18em;text-transform:uppercase;border:1px solid var(--black);transition:all .4s cubic-bezier(.25,.8,.25,1);display:inline-block}
.btn-ol:hover{background:var(--black);color:var(--white)}
.hero-grid{background:var(--pearl);display:grid;grid-template-columns:1fr 1fr;gap:2px;padding:2px}
.hcell{aspect-ratio:1;background:var(--cream);overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}
.hcell img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.25,.8,.25,1)}
.hcell:hover img{transform:scale(1.08)}
.hcell-lbl{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.6);color:var(--white);font-size:.56rem;letter-spacing:.18em;text-transform:uppercase;padding:.5rem .75rem;font-weight:300;backdrop-filter:blur(4px)}
.hph{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;color:var(--silver);font-size:.6rem;letter-spacing:.1em;text-align:center;padding:1rem}

/* ─── MARQUEE ─── */
.mq{background:var(--black);padding:.75rem 0;overflow:hidden;white-space:nowrap}
.mtrack{display:inline-flex;animation:mscr 35s linear infinite;gap:3.5rem}
.mitem{font-size:.58rem;letter-spacing:.25em;text-transform:uppercase;color:rgba(255,255,255,.7);display:flex;align-items:center;gap:.75rem;font-weight:300}
.mdot{width:4px;height:4px;background:var(--gold);border-radius:50%;flex-shrink:0}
@keyframes mscr{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ─── SECTIONS ─── */
section{padding:6rem 8%}
.sec-ey{font-size:.58rem;letter-spacing:.35em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem;font-weight:400}
.sec-ti{font-family:'Cormorant Garamond',serif;font-size:clamp(1.8rem,3.5vw,3rem);font-weight:300;color:var(--black);line-height:1.15;margin-bottom:.9rem;letter-spacing:-.01em}
.sec-su{color:var(--grey);max-width:55ch;line-height:1.9;font-size:.86rem;margin-bottom:3rem;font-weight:300}

/* ─── CATEGORY GRID ─── */
.cats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.cat-card{background:var(--white);border:1px solid var(--light);overflow:hidden;cursor:pointer;transition:all .5s cubic-bezier(.25,.8,.25,1)}
.cat-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px rgba(0,0,0,.08)}
.cat-img{aspect-ratio:4/5;background:var(--cream);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;color:var(--silver);font-size:.6rem;letter-spacing:.1em;overflow:hidden}
.cat-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.25,.8,.25,1)}
.cat-card:hover .cat-img img{transform:scale(1.06)}
.cat-body{padding:1.3rem}
.cat-name{font-family:'Cormorant Garamond',serif;font-size:1.15rem;font-weight:400;color:var(--black);margin-bottom:.25rem}
.cat-desc{font-size:.72rem;color:var(--grey);line-height:1.75;margin-bottom:.7rem;font-weight:300}
.cat-link{font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-weight:400;transition:letter-spacing .3s}
.cat-card:hover .cat-link{letter-spacing:.24em}

/* ─── WHY CALM (HOMEPAGE) ─── */
.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}
.why-card{text-align:center;padding:2rem 1.2rem}
.why-card .icon{font-size:1.6rem;margin-bottom:1rem;display:block}
.why-card h3{font-family:'Cormorant Garamond',serif;font-size:1.05rem;font-weight:400;color:var(--black);margin-bottom:.4rem}
.why-card p{font-size:.75rem;color:var(--grey);line-height:1.75;font-weight:300}

/* ─── PRODUCT TABS ─── */
.tabs{display:flex;border-bottom:1px solid var(--light);margin-bottom:2.5rem;overflow-x:auto;gap:.5rem}
.tab{background:none;border:none;font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;padding:.9rem 1.4rem;color:var(--silver);border-bottom:2px solid transparent;margin-bottom:-1px;white-space:nowrap;transition:all .3s;font-weight:400}
.tab:hover{color:var(--charcoal)}
.tab.active{color:var(--black);border-bottom-color:var(--gold)}
.panel{display:none}
.panel.active{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}

/* ─── PRODUCT CARD ─── */
.pcard{background:var(--white);border:1px solid var(--light);overflow:hidden;cursor:pointer;transition:all .5s cubic-bezier(.25,.8,.25,1);position:relative}
.pcard:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,.07)}
.pcard-img{aspect-ratio:1;background:var(--cream);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.pcard-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.25,.8,.25,1)}
.pcard:hover .pcard-img img{transform:scale(1.08)}
.pph{color:var(--silver);font-size:.55rem;letter-spacing:.1em;text-align:center;padding:1rem}
.pbadge{position:absolute;top:.55rem;left:.55rem;background:var(--black);color:var(--white);font-size:.5rem;letter-spacing:.12em;text-transform:uppercase;padding:3px 8px;z-index:1;font-weight:400}
.disc-badge{position:absolute;top:.55rem;right:.55rem;background:var(--red);color:var(--white);font-size:.5rem;letter-spacing:.1em;text-transform:uppercase;padding:3px 8px;z-index:1}
.bund-badge{position:absolute;bottom:.55rem;left:.55rem;background:var(--purple);color:var(--white);font-size:.5rem;letter-spacing:.1em;text-transform:uppercase;padding:3px 8px;z-index:1}
.pcard-body{padding:1rem 1rem .9rem}
.pcard-name{font-family:'Cormorant Garamond',serif;font-size:.95rem;color:var(--black);margin-bottom:.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:400}
.pcard-sub{font-size:.6rem;color:var(--grey);margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:300}
.pcard-spec{font-size:.55rem;color:var(--silver);margin-bottom:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pcard-row{display:flex;align-items:center;justify-content:space-between;gap:.35rem}
.pcard-price{font-size:.82rem;font-weight:400;color:var(--black);letter-spacing:.02em}
.pcard-orig{font-size:.66rem;color:var(--silver);text-decoration:line-through;margin-right:.15rem}
.add-btn{background:var(--black);color:var(--white);border:none;padding:.3rem .7rem;font-size:.52rem;letter-spacing:.12em;text-transform:uppercase;transition:all .3s;white-space:nowrap;font-weight:400}
.add-btn:hover{background:var(--gold)}
.pcard-actions{display:flex;align-items:center;gap:.4rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--light)}
.like-btn,.wish-btn{background:none;border:none;font-size:.7rem;color:var(--silver);transition:color .2s;padding:0;display:flex;align-items:center;gap:.15rem}
.like-btn.liked{color:#e74c3c}.wish-btn.wished{color:var(--gold)}
.like-btn:hover{color:#e74c3c}.wish-btn:hover{color:var(--gold)}
.like-cnt{font-size:.54rem;color:var(--silver)}
.share-btn{background:none;border:none;font-size:.68rem;color:var(--silver);margin-left:auto;transition:color .2s}
.share-btn:hover{color:var(--gold)}
.dislike-btn{background:none;border:none;font-size:.68rem;color:var(--silver);transition:color .2s;padding:0;display:flex;align-items:center;gap:.15rem}
.dislike-btn.disliked{color:var(--blue)}.dislike-btn:hover{color:var(--blue)}
.price-note{background:var(--cream);border:1px solid var(--light);padding:.85rem 1.3rem;margin-bottom:1.8rem;font-size:.76rem;color:var(--charcoal);line-height:1.75;font-weight:300}

/* ─── DISCOUNT PACKAGES ─── */
.disc-pkgs{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}
.disc-pkg{background:var(--white);border:1px solid var(--light);padding:2rem;position:relative;transition:all .4s}
.disc-pkg:hover{border-color:var(--gold);box-shadow:0 12px 40px rgba(0,0,0,.06)}
.disc-pkg.featured{border-color:var(--gold)}
.disc-pkg-star{position:absolute;top:-11px;left:50%;transform:translateX(-50%);background:var(--gold);color:var(--white);font-size:.55rem;letter-spacing:.16em;text-transform:uppercase;padding:3px 14px;white-space:nowrap;font-weight:400}
.disc-icon{font-size:1.5rem;margin-bottom:.7rem}
.disc-name{font-family:'Cormorant Garamond',serif;font-size:1.35rem;font-weight:300;color:var(--black);margin-bottom:.2rem}
.disc-pct{font-size:2rem;font-weight:300;color:var(--gold);font-family:'Cormorant Garamond',serif;line-height:1;margin-bottom:.7rem}
.disc-desc{font-size:.74rem;color:var(--grey);line-height:1.75;margin-bottom:1.1rem;font-weight:300}
.disc-apply{width:100%;background:var(--black);color:var(--white);border:none;padding:.75rem;font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;transition:all .3s;font-weight:400}
.disc-apply:hover{background:var(--gold)}.disc-apply.applied{background:var(--green)}

/* ─── BUNDLES ─── */
.bundles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}
.bundle-card{background:var(--white);border:1px solid var(--light);padding:1.8rem;position:relative}
.bundle-tag{display:inline-block;background:var(--black);color:var(--white);font-size:.54rem;letter-spacing:.14em;text-transform:uppercase;padding:3px 10px;margin-bottom:.7rem;font-weight:400}
.bundle-name{font-family:'Cormorant Garamond',serif;font-size:1.2rem;font-weight:300;color:var(--black);margin-bottom:.45rem}
.bundle-items{font-size:.74rem;color:var(--grey);line-height:1.85;margin-bottom:.8rem;font-weight:300}
.bundle-pricing{display:flex;align-items:baseline;gap:.55rem;margin-bottom:1rem}
.bundle-price{font-size:1.15rem;font-weight:400;color:var(--black)}
.bundle-orig{font-size:.8rem;color:var(--silver);text-decoration:line-through}
.bundle-save{font-size:.7rem;color:var(--green);font-weight:400}
.bundle-add{width:100%;background:var(--black);color:var(--white);border:none;padding:.72rem;font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;transition:all .3s;font-weight:400}
.bundle-add:hover{background:var(--gold)}

/* ─── CART ─── */
.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:200;opacity:0;pointer-events:none;transition:opacity .4s}
.cart-overlay.open{opacity:1;pointer-events:all}
.cart-side{position:fixed;top:0;right:0;width:min(420px,95vw);height:100vh;background:var(--white);z-index:201;transform:translateX(100%);transition:transform .5s cubic-bezier(.25,.8,.25,1);display:flex;flex-direction:column}
.cart-side.open{transform:translateX(0)}
.cart-hd{padding:1.5rem 1.6rem;border-bottom:1px solid var(--light);display:flex;align-items:center;justify-content:space-between}
.cart-hd h2{font-family:'Cormorant Garamond',serif;font-size:1.35rem;font-weight:300;letter-spacing:.05em}
.cart-x,.modal-x,.panel-x{background:none;border:none;font-size:1rem;color:var(--charcoal);padding:.2rem;transition:color .3s}
.cart-x:hover,.modal-x:hover,.panel-x:hover{color:var(--gold)}
.cart-body{flex:1;overflow-y:auto;padding:1.2rem 1.6rem}
.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:var(--silver);gap:1rem;text-align:center;font-weight:300}
.citem{display:flex;gap:.9rem;padding:.9rem 0;border-bottom:1px solid var(--light)}
.citem-thumb{width:60px;height:60px;background:var(--cream);flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:.55rem;color:var(--silver)}
.citem-thumb img{width:100%;height:100%;object-fit:cover}
.citem-name{font-family:'Cormorant Garamond',serif;font-size:.9rem;margin-bottom:.1rem;color:var(--black)}
.citem-sub,.citem-price{font-size:.64rem;color:var(--grey);font-weight:300}
.citem-price{font-weight:400;color:var(--black);margin-top:.2rem}
.citem-rm{background:none;border:none;color:var(--silver);font-size:.6rem;text-decoration:underline;padding:0;margin-top:.15rem;transition:color .3s}
.citem-rm:hover{color:var(--black)}
.cart-ft{padding:1.4rem 1.6rem;border-top:1px solid var(--light)}
.cart-disc-info{background:var(--cream);padding:.55rem .85rem;font-size:.7rem;color:var(--charcoal);margin-bottom:.8rem;display:none;font-weight:300}
.cart-total{display:flex;justify-content:space-between;font-size:.82rem;margin-bottom:.35rem;font-weight:400}
.cart-ship{font-size:.65rem;color:var(--grey);margin-bottom:1.2rem;line-height:1.65;font-weight:300}
.checkout-btn{width:100%;background:var(--black);color:var(--white);border:none;padding:.95rem;font-size:.64rem;letter-spacing:.18em;text-transform:uppercase;transition:all .4s;font-weight:400}
.checkout-btn:hover{background:var(--gold)}

/* ─── PRODUCT MODAL ─── */
.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:300;opacity:0;pointer-events:none;transition:opacity .4s;display:flex;align-items:center;justify-content:center;padding:1rem}
.modal-overlay.open{opacity:1;pointer-events:all}
.modal{background:var(--white);max-width:640px;width:100%;max-height:92vh;overflow-y:auto;position:relative}
.modal-img{aspect-ratio:4/3;background:var(--cream);overflow:hidden;display:flex;align-items:center;justify-content:center}
.modal-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s}
.modal-body{padding:2.4rem}
.modal-cat{font-size:.56rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:.35rem;font-weight:400}
.modal-title{font-family:'Cormorant Garamond',serif;font-size:1.8rem;font-weight:300;color:var(--black);margin-bottom:.35rem}
.modal-price-wrap{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.7rem}
.modal-price{font-size:1rem;font-weight:400;color:var(--black)}
.modal-orig{font-size:.8rem;color:var(--silver);text-decoration:line-through}
.modal-specs{font-size:.76rem;color:var(--grey);background:var(--cream);padding:.7rem 1rem;margin-bottom:1.2rem;line-height:1.95;font-weight:300}
.fl{font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;color:var(--grey);display:block;margin-bottom:.35rem;font-weight:400}
.fsel{width:100%;border:1px solid var(--light);padding:.6rem 1rem;font-size:.78rem;background:var(--cream);outline:none;color:var(--charcoal);margin-bottom:.9rem}
.modal-add{width:100%;background:var(--black);color:var(--white);border:none;padding:.88rem;font-size:.64rem;letter-spacing:.18em;text-transform:uppercase;transition:all .4s;font-weight:400}
.modal-add:hover{background:var(--gold)}
.modal-x{position:absolute;top:.9rem;right:.9rem;background:var(--white);border:1px solid var(--light);width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:.82rem;color:var(--charcoal);z-index:1;transition:all .3s}
.modal-x:hover{border-color:var(--black)}
.modal-social{display:flex;gap:.7rem;margin-top:1rem;padding-top:.9rem;border-top:1px solid var(--light)}
.socbtn{display:flex;align-items:center;gap:.28rem;background:none;border:1px solid var(--light);padding:.35rem .8rem;font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;color:var(--grey);transition:all .3s;font-weight:400}
.socbtn:hover{border-color:var(--black);color:var(--black)}.socbtn.liked{border-color:#e74c3c;color:#e74c3c}.socbtn.wished{border-color:var(--gold);color:var(--gold)}.socbtn.disliked{border-color:var(--blue);color:var(--blue)}

/* ─── FULL-SCREEN PANEL BASE ─── */
.panel-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:400;opacity:0;pointer-events:none;transition:opacity .4s;display:flex;align-items:center;justify-content:center;padding:1rem}
.panel-overlay.open{opacity:1;pointer-events:all}
.panel-box{background:var(--white);width:100%;max-height:94vh;overflow-y:auto;position:relative;display:flex;flex-direction:column}
.panel-hd{padding:1.2rem 2rem;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}
.panel-hd h2{font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:300}
.panel-tabs{display:flex;border-bottom:1px solid var(--light);background:var(--cream);flex-shrink:0;overflow-x:auto}
.panel-tab{background:none;border:none;font-size:.6rem;letter-spacing:.16em;text-transform:uppercase;padding:.8rem 1.2rem;color:var(--silver);border-bottom:2px solid transparent;margin-bottom:-1px;white-space:nowrap;transition:all .3s;font-weight:400}
.panel-tab.active{color:var(--black);border-bottom-color:var(--gold)}
.panel-content{padding:1.8rem;flex:1;overflow-y:auto}
.panel-sec{display:none}.panel-sec.active{display:block}

/* ─── CUSTOMER PANEL ─── */
#custPanel .panel-hd{background:var(--black);color:var(--white)}
#custPanel .panel-hd h2{color:var(--white)}
#custPanel .panel-hd span{font-size:.6rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-light)}

/* ─── STAFF PANEL ─── */
#cmsPanel .panel-hd{background:var(--black);color:var(--white)}
#cmsPanel .panel-hd h2{color:var(--white)}
.role-badge{font-size:.6rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-light)}

/* ─── AUTH PANEL ─── */
#authPanel .panel-box{max-width:420px}
#authPanel .panel-hd{background:var(--cream);border-bottom:1px solid var(--light)}
.auth-form{display:none}.auth-form.active{display:block}
.auth-err{background:#fdecea;border:1px solid #f5c6cb;color:var(--red);padding:.55rem .9rem;font-size:.72rem;margin-bottom:.85rem;display:none}

/* ─── STAFF LOGIN ─── */
#staffLogin .panel-box{max-width:380px}
#staffLogin .panel-hd{background:var(--cream);border-bottom:1px solid var(--light)}
.staff-err{background:#fdecea;border:1px solid #f5c6cb;color:var(--red);padding:.55rem .9rem;font-size:.72rem;margin-bottom:.8rem;display:none}

/* ─── FORM ELEMENTS ─── */
.cf{margin-bottom:.95rem}
.cf label,.fl2{display:block;font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;color:var(--grey);margin-bottom:.35rem;font-weight:400}
.fi{width:100%;background:var(--cream);border:1px solid var(--light);color:var(--charcoal);padding:.62rem .95rem;font-size:.78rem;outline:none;transition:border-color .3s;font-weight:300}
.fi:focus{border-color:var(--gold)}
.fsl{width:100%;background:var(--cream);border:1px solid var(--light);color:var(--charcoal);padding:.62rem .95rem;font-size:.78rem;outline:none}
.fta{width:100%;background:var(--cream);border:1px solid var(--light);color:var(--charcoal);padding:.62rem .95rem;font-size:.78rem;outline:none;min-height:80px;resize:vertical}
.fg2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.btn-main{background:var(--black);color:var(--white);border:none;padding:.65rem 1.6rem;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;transition:all .3s;font-weight:400}
.btn-main:hover{background:var(--gold)}
.btn-sm{background:var(--black);color:var(--white);border:none;padding:.32rem .72rem;font-size:.55rem;letter-spacing:.1em;text-transform:uppercase;transition:all .3s;font-weight:400}
.btn-sm:hover{background:var(--gold)}
.btn-red{background:var(--red);color:var(--white);border:none;padding:.32rem .72rem;font-size:.55rem;letter-spacing:.1em;text-transform:uppercase}
.btn-pu{background:var(--black);color:var(--white);border:none;padding:.65rem 1.6rem;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;transition:all .3s;font-weight:400}
.btn-pu:hover{background:var(--gold)}
.btn-gold{background:var(--gold);color:var(--white);border:none;padding:.65rem 1.6rem;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;font-weight:400;transition:opacity .3s}
.btn-gold:hover{opacity:.88}
.btn-wide{width:100%}
.ok-msg{background:#eaf4ec;border:1px solid #b2d8b8;color:#1a6b2b;padding:.6rem .95rem;font-size:.74rem;margin-top:.65rem;display:none}

/* ─── CMS TABLE ─── */
.cms-tbl{width:100%;border-collapse:collapse;font-size:.72rem;margin-top:.85rem}
.cms-tbl th{background:var(--cream);border:1px solid var(--light);padding:.6rem .85rem;font-size:.56rem;letter-spacing:.12em;text-transform:uppercase;color:var(--grey);font-weight:400;text-align:left}
.cms-tbl td{border:1px solid var(--light);padding:.6rem .85rem;color:var(--charcoal);vertical-align:middle}
.cms-tbl tr:hover td{background:var(--cream)}
.status-badge{font-size:.52rem;letter-spacing:.1em;text-transform:uppercase;padding:2px 7px;border-radius:0}
.status-badge.active{background:#eaf4ec;color:#1a6b2b}.status-badge.draft{background:#fef9e7;color:#9a7d0a}.status-badge.ready{background:#eaf0fb;color:#1a4f9b}.status-badge.inactive{background:#f8d7da;color:#721c24}

/* ─── ORDERS ─── */
.order-card{background:var(--cream);border:1px solid var(--light);padding:1.15rem;margin-bottom:.85rem}
.order-hd{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.6rem;flex-wrap:wrap;gap:.35rem}
.order-id{font-family:'Cormorant Garamond',serif;font-size:.98rem;color:var(--black)}
.order-st{font-size:.54rem;letter-spacing:.1em;text-transform:uppercase;padding:2px 8px}
.order-st.pending{background:#fef9e7;color:#9a7d0a}.order-st.shipped{background:#eaf4ec;color:#1a6b2b}.order-st.processing{background:#eaf0fb;color:#1a4f9b}.order-st.delivered{background:#e8f5e9;color:#1b5e20}
.order-meta{font-size:.68rem;color:var(--grey);margin-bottom:.6rem;line-height:1.75;font-weight:300}
.order-actions{display:flex;gap:.4rem;flex-wrap:wrap;align-items:center}
.track-input{border:1px solid var(--light);background:var(--white);padding:.35rem .65rem;font-size:.7rem;outline:none;color:var(--charcoal);flex:1;min-width:110px}

/* ─── ANALYTICS ─── */
.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}
.metric{background:var(--cream);border:1px solid var(--light);padding:1.15rem}
.metric-lbl{font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;color:var(--grey);margin-bottom:.4rem;font-weight:400}
.metric-val{font-family:'Cormorant Garamond',serif;font-size:1.95rem;font-weight:300;color:var(--black);line-height:1}
.metric-sub{font-size:.64rem;color:var(--green);margin-top:.2rem}
.chart-box{background:var(--white);border:1px solid var(--light);padding:1.4rem;margin-bottom:1.4rem}
.chart-lbl{font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:var(--grey);margin-bottom:1rem;font-weight:400}
.bar-chart{display:flex;align-items:flex-end;gap:.38rem;height:115px}
.bar{background:var(--gold);opacity:.65;min-width:16px;transition:opacity .3s;position:relative;cursor:pointer}
.bar:hover{opacity:1}
.bar-lbl{position:absolute;bottom:-1.15rem;left:50%;transform:translateX(-50%);font-size:.5rem;color:var(--grey);white-space:nowrap}
.bar-val{position:absolute;top:-.85rem;left:50%;transform:translateX(-50%);font-size:.5rem;color:var(--charcoal);white-space:nowrap}
.top-list{display:grid;grid-template-columns:1fr 1fr;gap:.95rem}
.top-item{display:flex;align-items:center;gap:.7rem;background:var(--cream);border:1px solid var(--light);padding:.85rem}
.top-rank{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:300;color:var(--gold);min-width:1.4rem}
.top-name{font-size:.73rem;font-weight:400;color:var(--black)}
.top-stats{font-size:.6rem;color:var(--grey);margin-top:.08rem}
.eng-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(175px,1fr));gap:.85rem}
.eng-item{background:var(--cream);border:1px solid var(--light);padding:.85rem;display:flex;align-items:center;gap:.6rem}
.eng-rank{width:28px;height:28px;border-radius:50%;background:var(--gold-pale);display:flex;align-items:center;justify-content:center;font-size:.62rem;font-weight:500;color:var(--gold);flex-shrink:0}
.eng-name{font-size:.68rem;color:var(--black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.eng-stats{font-size:.56rem;color:var(--grey)}

/* ─── CAMPAIGN CARD ─── */
.camp-card{background:var(--cream);border:1px solid var(--light);padding:1.2rem;margin-bottom:.85rem;position:relative}
.camp-active-badge{position:absolute;top:.8rem;right:.8rem;background:var(--green);color:var(--white);font-size:.52rem;letter-spacing:.1em;text-transform:uppercase;padding:2px 8px}
.camp-name{font-family:'Cormorant Garamond',serif;font-size:1.08rem;font-weight:300;color:var(--black);margin-bottom:.25rem}
.camp-meta{font-size:.68rem;color:var(--grey);margin-bottom:.6rem;line-height:1.75;font-weight:300}
.camp-actions{display:flex;gap:.45rem}

/* ─── WISHLIST ─── */
.wish-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:.9rem}
.wish-card{background:var(--cream);border:1px solid var(--light);padding:1rem;text-align:center}
.wish-card-name{font-family:'Cormorant Garamond',serif;font-size:.9rem;margin-bottom:.3rem;color:var(--black)}
.wish-card-sub{font-size:.6rem;color:var(--grey);margin-bottom:.55rem;font-weight:300}
.wish-card-btn{background:var(--black);color:var(--white);border:none;padding:.32rem .75rem;font-size:.55rem;letter-spacing:.1em;text-transform:uppercase;width:100%;transition:all .3s;font-weight:400}
.wish-card-btn:hover{background:var(--gold)}

/* ─── ORDER ROW (customer) ─── */
.cust-order{background:var(--cream);border:1px solid var(--light);padding:1.05rem;margin-bottom:.7rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.45rem}
.cust-order-id{font-size:.72rem;font-weight:400;color:var(--black)}
.cust-order-info{font-size:.67rem;color:var(--grey);font-weight:300}
.cust-order-st{font-size:.55rem;letter-spacing:.1em;text-transform:uppercase;padding:2px 8px}
.cust-order-st.pending{background:#fef9e7;color:#9a7d0a}.cust-order-st.shipped{background:#eaf4ec;color:#1a6b2b}.cust-order-st.delivered{background:#eaf0fb;color:#1a4f9b}
.rebuy-btn{background:var(--black);color:var(--white);border:none;padding:.32rem .72rem;font-size:.56rem;letter-spacing:.1em;text-transform:uppercase;transition:all .3s;font-weight:400}
.rebuy-btn:hover{background:var(--gold)}

/* ─── REVIEWS ─── */
.rev-card{background:var(--white);border:1px solid var(--light);padding:1.7rem}
.rev-stars{color:var(--gold);font-size:.78rem;letter-spacing:.12em}
.rev-date{font-size:.62rem;color:var(--silver)}
.rev-title{font-family:'Cormorant Garamond',serif;font-size:1rem;color:var(--black);margin-bottom:.45rem}
.rev-body{font-size:.78rem;color:var(--charcoal);line-height:1.85;margin-bottom:.72rem;font-weight:300}
.rev-author{display:flex;align-items:center;gap:.55rem}
.rev-av{width:28px;height:28px;border-radius:50%;background:var(--gold-pale);display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:500;color:var(--gold);flex-shrink:0}
.rev-name{font-size:.68rem;color:var(--grey)}
.rev-product{font-size:.6rem;color:var(--silver);margin-top:.12rem}
.rev-verified{font-size:.55rem;letter-spacing:.1em;text-transform:uppercase;color:var(--green);margin-top:.12rem}
.rev-filter{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem;align-items:center}
.rfbtn{background:none;border:1px solid var(--light);padding:.38rem .95rem;font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:var(--grey);transition:all .3s;font-weight:400}
.rfbtn.active,.rfbtn:hover{background:var(--black);color:var(--white);border-color:var(--black)}
.star-pick{display:flex;gap:.35rem;margin-bottom:1.2rem}
.star-pick button{background:none;border:none;font-size:1.3rem;color:var(--light);transition:color .2s;padding:0}
.star-pick button.lit{color:var(--gold)}

/* ─── BLOG ─── */
.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:1.6rem}
.blog-card{background:var(--white);border:1px solid var(--light);overflow:hidden;transition:all .4s}
.blog-card:hover{box-shadow:0 12px 40px rgba(0,0,0,.06)}
.blog-img{aspect-ratio:16/9;background:var(--cream);display:flex;align-items:center;justify-content:center;color:var(--silver);font-size:.62rem;letter-spacing:.1em;overflow:hidden}
.blog-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s}
.blog-card:hover .blog-img img{transform:scale(1.05)}
.blog-body{padding:1.4rem}
.blog-cat{font-size:.55rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:.4rem;font-weight:400}
.blog-title{font-family:'Cormorant Garamond',serif;font-size:1.12rem;font-weight:300;color:var(--black);margin-bottom:.45rem;line-height:1.4}
.blog-excerpt{font-size:.74rem;color:var(--grey);line-height:1.75;margin-bottom:.65rem;font-weight:300}
.blog-date{font-size:.6rem;color:var(--silver)}

/* ─── FAQ ─── */
.faq-grid{display:grid;gap:0}
.faq-item{border-bottom:1px solid var(--light)}
.faq-q{padding:1.2rem 0;font-family:'Cormorant Garamond',serif;font-size:1.05rem;font-weight:400;color:var(--black);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;background:none;border:none;width:100%;text-align:left;transition:color .3s}
.faq-q:hover{color:var(--gold)}
.faq-a{display:none;padding:0 0 1.2rem;font-size:.8rem;color:var(--grey);line-height:1.9;font-weight:300}

/* ─── SHOP POLICY ─── */
.policy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}
.policy-card{text-align:center;padding:2rem 1.2rem}
.policy-card h3{font-family:'Cormorant Garamond',serif;font-size:1.05rem;font-weight:400;color:var(--black);margin-bottom:.4rem}
.policy-card p{font-size:.75rem;color:var(--grey);line-height:1.75;font-weight:300}

/* ─── NEWSLETTER / FOOTER ─── */
.newsletter{background:var(--black);padding:5rem 8%;text-align:center}
.newsletter h2{font-family:'Cormorant Garamond',serif;font-size:2rem;font-weight:300;color:var(--white);margin-bottom:.5rem;letter-spacing:.02em}
.newsletter p{color:rgba(255,255,255,.5);margin-bottom:2rem;font-size:.84rem;font-weight:300}
.nl-form{display:flex;max-width:440px;margin:0 auto}
.nl-form input{flex:1;border:1px solid rgba(255,255,255,.2);background:transparent;padding:.78rem 1rem;font-size:.78rem;outline:none;color:var(--white);transition:border-color .3s}
.nl-form input::placeholder{color:rgba(255,255,255,.3)}
.nl-form input:focus{border-color:var(--gold)}
.nl-form button{background:var(--gold);color:var(--white);border:none;padding:.78rem 1.5rem;font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;transition:opacity .3s;white-space:nowrap;font-weight:400}
.nl-form button:hover{opacity:.85}
footer{background:var(--charcoal);color:var(--white);padding:4rem 8% 2.5rem}
.foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem}
.foot-logo{font-family:'Cormorant Garamond',serif;font-size:1.35rem;font-weight:300;letter-spacing:.18em;text-transform:uppercase;margin-bottom:.9rem}
.foot-about{font-size:.72rem;color:rgba(255,255,255,.35);line-height:1.85;max-width:28ch;font-weight:300}
.foot-col h4{font-size:.56rem;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.35);margin-bottom:.9rem;font-weight:400}
.foot-col ul{list-style:none}
.foot-col li{margin-bottom:.48rem}
.foot-col a{color:rgba(255,255,255,.45);font-size:.72rem;transition:color .3s;font-weight:300}
.foot-col a:hover{color:var(--gold)}
.foot-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:1.6rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.65rem}
.foot-legal{font-size:.6rem;color:rgba(255,255,255,.18);font-weight:300}

/* ─── CUSTOM ENQUIRY (HOMEPAGE) ─── */
.enquiry-section{background:var(--cream);padding:5rem 8%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
@media(max-width:860px){.enquiry-section{grid-template-columns:1fr;padding:3.5rem 5%}}

/* ─── TOAST ─── */
.toast{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%) translateY(1rem);background:var(--black);color:var(--white);padding:.65rem 1.4rem;font-size:.68rem;letter-spacing:.08em;z-index:600;opacity:0;transition:all .4s cubic-bezier(.25,.8,.25,1);pointer-events:none;white-space:nowrap;font-weight:300}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}

/* ─── RESPONSIVE ─── */
@media(max-width:1024px){
  .cats-grid{grid-template-columns:repeat(2,1fr)}
  .metrics-grid{grid-template-columns:repeat(2,1fr)}
  .fg2{grid-template-columns:1fr}
}
@media(max-width:860px){
  .hero{grid-template-columns:1fr;min-height:auto}
  .hero-txt{padding:4rem 6% 3rem}
  .hero-grid{height:58vw;min-height:260px}
  .foot-grid{grid-template-columns:1fr 1fr;gap:2rem}
  .top-list{grid-template-columns:1fr}
  section{padding:4.5rem 6%}
}
@media(max-width:600px){
  section{padding:3.5rem 5%}
  .navl{display:none}
  .hmb{display:flex}
  .ni{height:56px;padding:0 4%}
  .logo{font-size:1.1rem;letter-spacing:.12em}
  .nbtn{padding:.3rem .6rem;font-size:.55rem;letter-spacing:.1em}
  .cartbtn{padding:.3rem .6rem;font-size:.55rem;letter-spacing:.1em}
  .cartc{width:14px;height:14px;font-size:.48rem}
  .cats-grid{grid-template-columns:1fr 1fr}
  .foot-grid{grid-template-columns:1fr}
  .nl-form{flex-direction:column}
  .nl-form button{width:100%}
  .metrics-grid{grid-template-columns:1fr 1fr}
  .panel.active{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}
  .hero-txt{padding:3rem 5% 2.5rem}
  .hero-h1{font-size:2.6rem}
  .hero-sub{font-size:.82rem}
  .btn-dk,.btn-ol{padding:.72rem 1.6rem;font-size:.58rem}
}

/* ─── ANIMATIONS ─── */
@keyframes fuA{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
.fu{animation:fuA .8s cubic-bezier(.25,.8,.25,1) forwards;opacity:0}
.d1{animation-delay:.12s}.d2{animation-delay:.26s}.d3{animation-delay:.4s}

/* ═══════════════════════════════════════════════════════
   COLLECTION / SUB-PAGE STYLES
   ═══════════════════════════════════════════════════════ */

.page-hero{background:var(--black);padding:6rem 8% 5rem;display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center;min-height:70vh}
@media(max-width:860px){.page-hero{grid-template-columns:1fr;padding:4rem 5% 3rem;min-height:auto}}
.page-hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2.4rem,4.5vw,3.8rem);font-weight:300;color:var(--white);line-height:1.1;margin-bottom:1.1rem;letter-spacing:-.01em}
.page-hero h1 em{font-style:italic;color:var(--gold-light)}
.page-hero p{font-size:.86rem;color:rgba(255,255,255,.6);line-height:1.9;margin-bottom:2rem;max-width:44ch;font-weight:300}
.page-hero .eyebrow{font-size:.58rem;letter-spacing:.35em;text-transform:uppercase;color:var(--gold-light);margin-bottom:.7rem;font-weight:400}
.page-section{padding:5rem 8%}
@media(max-width:600px){.page-section{padding:3.5rem 5%}}
.page-h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.8rem,3.2vw,2.8rem);font-weight:300;color:var(--black);line-height:1.15;margin-bottom:1rem;letter-spacing:-.01em}
.page-p{color:var(--grey);font-size:.86rem;line-height:1.9;max-width:58ch;margin-bottom:2.5rem;font-weight:300}
.page-eyebrow{font-size:.58rem;letter-spacing:.35em;text-transform:uppercase;color:var(--gold);margin-bottom:.7rem;font-weight:400}

/* Benefits */
.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.5rem}
.benefit-card{background:var(--white);border:1px solid var(--light);padding:2rem;transition:all .4s}
.benefit-card:hover{box-shadow:0 12px 40px rgba(0,0,0,.05)}
.benefit-card .icon{font-size:1.5rem;margin-bottom:.9rem;display:block}
.benefit-card h3{font-family:'Cormorant Garamond',serif;font-size:1.12rem;font-weight:400;color:var(--black);margin-bottom:.5rem}
.benefit-card p{font-size:.78rem;color:var(--grey);line-height:1.8;font-weight:300}

/* Trust row */
.trust-row{display:flex;gap:1.6rem;flex-wrap:wrap;margin-top:1.5rem}
.trust-item{font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-light);display:flex;align-items:center;gap:.45rem;font-weight:400}

/* CTA band */
.cta-band{background:var(--black);padding:5rem 8%;text-align:center}
.cta-band h2{font-family:'Cormorant Garamond',serif;font-size:clamp(1.8rem,3.2vw,3rem);font-weight:300;color:var(--white);margin-bottom:1rem;letter-spacing:-.01em}
.cta-band p{font-size:.86rem;color:rgba(255,255,255,.5);margin-bottom:2rem;font-weight:300}

/* Hero image block */
.hero-img-block{display:grid;grid-template-columns:1fr 1fr;gap:3px;background:var(--gold);padding:3px}
.hero-img-cell{aspect-ratio:1;background:var(--dark);display:flex;align-items:center;justify-content:center;font-size:2rem;color:rgba(255,255,255,.15);overflow:hidden}
.hero-img-cell img{width:100%;height:100%;object-fit:cover;transition:transform .7s}
.hero-img-cell:hover img{transform:scale(1.06)}

/* FAQ accordion (sub-pages) */
.page-faq-item{border-bottom:1px solid var(--light);margin-bottom:0;overflow:hidden}
.page-faq-q{padding:1.2rem 0;font-family:'Cormorant Garamond',serif;font-size:1.08rem;font-weight:400;color:var(--black);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;background:none;border:none;width:100%;text-align:left;transition:color .3s}
.page-faq-q:hover{color:var(--gold)}
.page-faq-a{display:none;padding:0 0 1.2rem;font-size:.8rem;color:var(--grey);line-height:1.9;font-weight:300}

/* ─── DESIGN PAGE ─── */
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem;max-width:720px}
@media(max-width:600px){.form-grid{grid-template-columns:1fr}}
.form-group{display:flex;flex-direction:column;gap:.4rem}
.form-group.full{grid-column:1/-1}
.form-section label{font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.45);font-weight:400}
.form-section input,.form-section select,.form-section textarea{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:var(--white);padding:.72rem .95rem;font-family:'Jost',sans-serif;font-size:.82rem;font-weight:300;width:100%;outline:none;transition:border .3s}
.form-section input::placeholder,.form-section textarea::placeholder{color:rgba(255,255,255,.25)}
.form-section input:focus,.form-section select:focus,.form-section textarea:focus{border-color:var(--gold)}
.form-section select option{background:var(--charcoal);color:var(--white)}
.form-section textarea{resize:vertical;min-height:105px}
.submit-btn{background:var(--gold);color:var(--white);border:none;padding:.88rem 2.8rem;font-family:'Jost',sans-serif;font-size:.64rem;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;transition:all .3s;margin-top:.6rem;font-weight:400}
.submit-btn:hover{opacity:.85}

/* Steps */
.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1.5rem;counter-reset:step}
.step{background:var(--white);border:1px solid var(--light);padding:2rem;position:relative;counter-increment:step;transition:all .4s}
.step:hover{box-shadow:0 12px 40px rgba(0,0,0,.05)}
.step::before{content:counter(step);font-family:'Cormorant Garamond',serif;font-size:3.2rem;font-weight:300;color:var(--light);position:absolute;top:.7rem;right:1.1rem;line-height:1}
.step h3{font-family:'Cormorant Garamond',serif;font-size:1.08rem;font-weight:400;color:var(--black);margin-bottom:.45rem}
.step p{font-size:.78rem;color:var(--grey);line-height:1.8;font-weight:300}

/* Options grid */
.options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.3rem}
.opt{border:1px solid var(--light);padding:2.2rem;background:var(--white);transition:all .4s}
.opt:hover{box-shadow:0 12px 40px rgba(0,0,0,.05)}
.opt-tag{font-size:.56rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);margin-bottom:.55rem;font-weight:400}
.opt h3{font-family:'Cormorant Garamond',serif;font-size:1.18rem;font-weight:300;color:var(--black);margin-bottom:.5rem}
.opt p{font-size:.78rem;color:var(--grey);line-height:1.8;margin-bottom:1.1rem;font-weight:300}
.opt-list{list-style:none;font-size:.74rem;color:var(--charcoal)}
.opt-list li{padding:.22rem 0;padding-left:1rem;position:relative}
.opt-list li::before{content:'—';position:absolute;left:0;color:var(--gold);font-size:.7rem}

/* ─── ABOUT PAGE ─── */
.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:start}
@media(max-width:860px){.story-grid{grid-template-columns:1fr}}
.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.4rem}
.value-card{background:var(--white);border:1px solid var(--light);padding:1.8rem;transition:all .4s}
.value-card:hover{box-shadow:0 12px 40px rgba(0,0,0,.05)}
.value-card h3{font-family:'Cormorant Garamond',serif;font-size:1.08rem;font-weight:400;color:var(--black);margin-bottom:.45rem}
.value-card p{font-size:.78rem;color:var(--grey);line-height:1.8;font-weight:300}
.collections-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
@media(max-width:700px){.collections-row{grid-template-columns:1fr}}
.coll-card{background:var(--black);padding:2.2rem;position:relative;overflow:hidden;transition:all .4s}
.coll-card:hover{background:var(--charcoal)}
.coll-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:var(--gold)}
.coll-card h3{font-family:'Cormorant Garamond',serif;font-size:1.12rem;font-weight:300;color:var(--white);margin-bottom:.4rem}
.coll-card p{font-size:.74rem;color:rgba(255,255,255,.45);line-height:1.75;margin-bottom:1rem;font-weight:300}
.coll-card a{font-size:.56rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);transition:letter-spacing .3s;font-weight:400}
.coll-card:hover a{letter-spacing:.24em}

/* ─── QUOTE BLOCK (ABOUT PAGE) ─── */
.quote-block{background:var(--cream);border-left:2px solid var(--gold);padding:2.5rem;font-family:'Cormorant Garamond',serif;font-size:1.4rem;font-weight:300;color:var(--black);line-height:1.5;font-style:italic}
.quote-block cite{display:block;margin-top:1.2rem;font-family:'Jost',sans-serif;font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-style:normal;font-weight:400}

/* ─── UTILITY ─── */
.text-center{text-align:center}
.text-gold{color:var(--gold)}
.bg-cream{background:var(--cream)}
.bg-black{background:var(--black)}
.mb-0{margin-bottom:0}
.mt-2{margin-top:2rem}
