/* === LUMÉRA Store CSS === */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --obsidian:#0E0C0A;--obsidian-light:#1a1714;--cream:#F3ECE0;--cream-dark:#e8dcc8;
  --gold:#C9A86A;--gold-light:#d4b87a;--gold-dim:rgba(201,168,106,0.15);
  --text-muted:rgba(243,236,224,0.55);--champagne:#F5EDD8;--noir:#1C1A18;
  --celeste:#8FAAB5;--rose:#D4A0A0
}
html{font-size:16px;scroll-behavior:smooth}
body{background:var(--obsidian);color:var(--cream);font-family:'Inter',system-ui,sans-serif;line-height:1.6;overflow-x:hidden}

/* === NAV === */
.nav{
  position:fixed;top:0;left:0;right:0;z-index:100;
  display:flex;align-items:center;justify-content:space-between;
  padding:1.25rem 2.5rem;
  background:linear-gradient(to bottom,rgba(14,12,10,0.95) 0%,transparent 100%);
}
.nav-logo{font-family:'Playfair Display',serif;font-size:1.35rem;font-weight:600;letter-spacing:0.2em;color:var(--cream);text-decoration:none}
.nav-links{display:flex;gap:2rem}
.nav-link{font-size:0.8rem;letter-spacing:0.12em;text-transform:uppercase;color:var(--text-muted);text-decoration:none;transition:color 0.2s}
.nav-link:hover{color:var(--gold)}
.nav-cart{font-family:'Playfair Display',serif;font-size:0.85rem;color:var(--cream);text-decoration:none;position:relative;letter-spacing:0.1em}
.cart-badge{
  position:absolute;top:-6px;right:-16px;
  background:var(--gold);color:var(--obsidian);
  width:18px;height:18px;border-radius:50%;
  font-size:0.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;
  font-family:'Inter',sans-serif;
}

/* === HERO === */
.hero-store{
  min-height:100vh;display:grid;grid-template-columns:1fr 1fr;
  align-items:center;gap:3rem;padding:7rem 3rem 4rem;position:relative;overflow:hidden;
}
.hero-bg-ring{position:absolute;border-radius:50%;border:1px solid rgba(201,168,106,0.07);pointer-events:none}
.hero-bg-ring-1{width:700px;height:700px;top:-200px;right:-150px}
.hero-bg-ring-2{width:500px;height:500px;top:-100px;right:-50px;border-color:rgba(201,168,106,0.04)}
.hero-bg-glow{position:absolute;width:600px;height:600px;top:-100px;right:-100px;background:radial-gradient(circle,rgba(201,168,106,0.06) 0%,transparent 70%);pointer-events:none}
.hero-store-content{position:relative;z-index:2;max-width:560px}
.hero-overline{font-size:0.7rem;letter-spacing:0.35em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;font-weight:500}
.hero-headline-store{font-family:'Playfair Display',serif;font-size:clamp(4rem,8vw,7rem);font-weight:600;line-height:0.9;letter-spacing:-0.02em;color:var(--cream);margin-bottom:1.5rem}
.hero-rule{width:3rem;height:1.5px;background:var(--gold);margin-bottom:1.5rem}
.hero-sub{font-family:'Playfair Display',serif;font-size:1.1rem;font-style:italic;color:var(--gold);margin-bottom:1.5rem;letter-spacing:0.05em}
.hero-desc{font-size:1rem;color:var(--text-muted);max-width:420px;line-height:1.7;margin-bottom:2rem}
.hero-cta-row{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}
.hero-prices{display:flex;align-items:baseline;gap:0.75rem}
.price-anchor{font-size:0.85rem;color:var(--text-muted);text-decoration:line-through}
.price-main{font-family:'Playfair Display',serif;font-size:1.8rem;font-weight:600;color:var(--cream)}
.price-badge{font-size:0.75rem;color:var(--gold);letter-spacing:0.08em;font-weight:500;background:rgba(201,168,106,0.12);padding:3px 10px;border-radius:12px}
.hero-visual-store{display:flex;justify-content:center;align-items:center;position:relative;z-index:2}
.hero-product-img{width:100%;max-width:420px;aspect-ratio:4/5;object-fit:cover;border-radius:4px;box-shadow:0 24px 60px rgba(0,0,0,0.5)}

/* === BUTTONS === */
.btn-primary{display:inline-block;background:var(--gold);color:var(--obsidian);font-weight:600;letter-spacing:0.06em;text-transform:uppercase;font-size:0.78rem;padding:0.85rem 2rem;border-radius:2px;text-decoration:none;transition:background 0.2s,transform 0.15s;border:none;cursor:pointer;font-family:'Inter',sans-serif}
.btn-primary:hover{background:var(--gold-light);transform:translateY(-1px)}
.btn-gold{display:inline-block;background:var(--gold);color:var(--obsidian);font-weight:600;letter-spacing:0.06em;text-transform:uppercase;font-size:0.75rem;padding:0.75rem 1.75rem;border-radius:2px;text-decoration:none;transition:background 0.2s;border:none;cursor:pointer;font-family:'Inter',sans-serif}
.btn-gold:hover{background:var(--gold-light)}
.btn-outline{display:inline-block;border:1px solid var(--cream);color:var(--cream);font-size:0.75rem;letter-spacing:0.1em;text-transform:uppercase;padding:0.7rem 1.5rem;text-decoration:none;transition:all 0.2s;font-family:'Inter',sans-serif}
.btn-outline:hover{background:rgba(243,236,224,0.1)}
.btn-outline-sm{background:none;border:1px solid var(--gold);color:var(--gold);font-size:0.7rem;letter-spacing:0.08em;text-transform:uppercase;padding:0.5rem 1rem;border-radius:2px;cursor:pointer;font-family:'Inter',sans-serif;transition:all 0.2s}
.btn-outline-sm:hover{background:rgba(201,168,106,0.1)}
.btn-add-bag{display:block;width:100%;background:var(--gold);color:var(--obsidian);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;font-size:0.85rem;padding:1rem;border-radius:2px;text-decoration:none;border:none;cursor:pointer;text-align:center;font-family:'Inter',sans-serif;transition:background 0.2s}
.btn-add-bag:hover{background:var(--gold-light)}
.btn-checkout{display:block;width:100%;background:var(--gold);color:var(--obsidian);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;font-size:0.85rem;padding:1rem;border-radius:2px;text-decoration:none;text-align:center;transition:background 0.2s;font-family:'Inter',sans-serif}
.btn-checkout:hover{background:var(--gold-light)}
.btn-place-order{display:block;width:100%;background:var(--gold);color:var(--obsidian);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;font-size:0.9rem;padding:1.1rem;border-radius:2px;border:none;cursor:pointer;text-align:center;font-family:'Inter',sans-serif;transition:background 0.2s;margin-top:1.5rem}
.btn-place-order:hover{background:var(--gold-light)}
.btn-place-order:disabled{opacity:0.6;cursor:not-allowed}

/* === PRODUCT IMAGE BG REMOVAL (mix-blend-mode multiply) === */
/* White studio pixels disappear on the dark obsidian background */
.hero-product-img,.product-image,.product-main-img,.cart-item-img,.checkout-line-img{
  mix-blend-mode: multiply;
}
/* Containers with dark backgrounds make the blend work */
.product-image-wrap,.product-gallery,.hero-visual-store{background:var(--obsidian)}

/* === SHOP SECTION === */
.shop-section{padding:5rem 3rem;background:var(--obsidian-light)}
.shop-header{text-align:center;margin-bottom:3.5rem}
.section-label{font-size:0.7rem;letter-spacing:0.3em;text-transform:uppercase;color:var(--gold);font-weight:500;margin-bottom:0.75rem}
.section-headline{font-family:'Playfair Display',serif;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:500;color:var(--cream);line-height:1.2}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1100px;margin:0 auto}
.product-card{text-decoration:none;display:block;color:inherit}
.product-image-wrap{position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:3px;background:var(--obsidian)}
.product-image{width:100%;height:100%;object-fit:cover;transition:transform 0.4s}
.product-card:hover .product-image{transform:scale(1.04)}
.product-overlay{position:absolute;inset:0;background:rgba(14,12,10,0.4);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity 0.3s}
.product-card:hover .product-overlay{opacity:1}
.product-info{padding:1rem 0 0}
.product-colorway{font-family:'Playfair Display',serif;font-size:1rem;font-weight:500;color:var(--cream);margin-bottom:0.25rem}
.product-pricing{display:flex;align-items:baseline;gap:0.5rem}
.product-price{font-size:0.95rem;font-weight:500;color:var(--cream)}
.product-compare{font-size:0.8rem;color:var(--text-muted);text-decoration:line-through}

/* Bundle Banner */
.bundle-banner{background:linear-gradient(135deg,rgba(201,168,106,0.08) 0%,rgba(201,168,106,0.03) 100%);border:1px solid rgba(201,168,106,0.2);border-radius:4px;padding:2.5rem;margin-top:3.5rem;text-align:center}
.bundle-inner{max-width:600px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;align-items:center}
.bundle-label{font-size:0.7rem;letter-spacing:0.25em;text-transform:uppercase;color:var(--gold);font-weight:500}
.bundle-headline{font-family:'Playfair Display',serif;font-size:1.8rem;font-weight:500;color:var(--cream)}
.bundle-sub{font-size:0.9rem;color:var(--text-muted)}
.bundle-link{color:var(--gold);text-decoration:none}
.bundle-link:hover{text-decoration:underline}

/* === BRAND STORY === */
.brand-story{background:var(--cream);padding:7rem 3rem;text-align:center}
.brand-story-inner{max-width:720px;margin:0 auto}
.brand-story .section-label{color:var(--gold)}
.brand-story .section-headline{color:var(--obsidian)}
.brand-story-body{font-size:1.05rem;color:#5a5550;line-height:1.75;margin-top:2rem}

/* === EMAIL CAPTURE === */
.email-section{background:var(--obsidian);padding:6rem 3rem;text-align:center}
.email-inner{max-width:560px;margin:0 auto}
.email-tagline{font-family:'Playfair Display',serif;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:500;color:var(--cream);margin-bottom:0.75rem}
.email-sub{font-size:0.9rem;color:var(--text-muted);margin-bottom:2rem;line-height:1.6}
.email-form-wrap{display:flex;gap:0.75rem;max-width:440px;margin:0 auto;flex-wrap:wrap;justify-content:center}
.email-input{background:rgba(243,236,224,0.08);border:1px solid rgba(243,236,224,0.2);color:var(--cream);padding:0.85rem 1.25rem;font-size:0.9rem;border-radius:2px;min-width:260px;font-family:'Inter',sans-serif;outline:none;transition:border-color 0.2s}
.email-input:focus{border-color:var(--gold)}
.email-input::placeholder{color:var(--text-muted)}
.email-success p{color:var(--gold);font-family:'Playfair Display',serif;font-size:1.1rem;font-style:italic;margin-top:1rem}

/* === TRUST BAR === */
.trust-bar{background:var(--obsidian-light);border-top:1px solid rgba(201,168,106,0.12);border-bottom:1px solid rgba(201,168,106,0.12);padding:2rem 3rem}
.trust-inner{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;max-width:900px;margin:0 auto}
.trust-item{display:flex;align-items:center;gap:0.6rem;font-size:0.8rem;letter-spacing:0.04em;color:var(--text-muted)}
.trust-icon{font-size:1rem}

/* === PRODUCT PAGE === */
.product-page{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:100vh;padding-top:70px}
.product-gallery{position:sticky;top:70px;height:calc(100vh - 70px);overflow:hidden;background:var(--obsidian-light)}
.product-main-img{width:100%;height:100%;object-fit:cover}
.product-detail{padding:4rem 4rem 4rem 4rem;overflow-y:auto}
.product-detail-header{margin-bottom:2.5rem}
.product-detail-colorway{font-size:0.7rem;letter-spacing:0.3em;text-transform:uppercase;color:var(--gold);font-weight:500;margin-bottom:0.5rem}
.product-detail-name{font-family:'Playfair Display',serif;font-size:clamp(2rem,3vw,2.8rem);font-weight:500;color:var(--cream);margin-bottom:1rem;line-height:1.1}
.product-detail-pricing{display:flex;align-items:baseline;gap:0.75rem}
.detail-price{font-family:'Playfair Display',serif;font-size:1.8rem;font-weight:600;color:var(--cream)}
.detail-compare{font-size:1rem;color:var(--text-muted);text-decoration:line-through}
.detail-save{font-size:0.75rem;color:var(--gold);background:rgba(201,168,106,0.12);padding:2px 10px;border-radius:12px;font-weight:500}

/* Color swatches */
.color-swatches{margin-bottom:2rem}
.swatches-label{font-size:0.7rem;letter-spacing:0.2em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem}
.swatches-row{display:flex;gap:1.5rem;flex-wrap:wrap}
.swatch-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;gap:0.4rem}
.swatch{width:32px;height:32px;border-radius:50%;transition:transform 0.2s}
.swatch-active .swatch{box-shadow:0 0 0 2px var(--obsidian),0 0 0 4px var(--gold)}
.swatch-link:hover .swatch{transform:scale(1.1)}
.swatch-name{font-size:0.65rem;color:var(--text-muted);letter-spacing:0.05em}

/* Add to cart */
.add-to-cart-form{margin-bottom:1.5rem;position:relative}
.add-to-cart-msg{color:var(--gold);font-family:'Playfair Display',serif;font-style:italic;font-size:0.9rem;margin-top:0.75rem}

/* Bundle callout */
.bundle-callout{background:rgba(201,168,106,0.08);border:1px solid rgba(201,168,106,0.15);border-radius:3px;padding:1.25rem;margin-bottom:1.5rem}
.bundle-callout-text{font-size:0.9rem;color:var(--cream);margin-bottom:0.25rem}
.bundle-callout-sub{font-size:0.8rem;color:var(--text-muted)}
.bundle-link{color:var(--gold)}
.stock-counter{font-size:0.8rem;color:var(--text-muted);margin-bottom:2rem}

/* Product description */
.product-desc-section{margin-bottom:2.5rem}
.product-description{font-size:0.95rem;color:var(--text-muted);line-height:1.75;margin-bottom:1.5rem}
.product-features{display:flex;flex-direction:column;gap:0}
.feature-row{display:flex;justify-content:space-between;padding:0.75rem 0;border-bottom:1px solid rgba(201,168,106,0.1);gap:1rem}
.feature-key{font-size:0.7rem;letter-spacing:0.15em;text-transform:uppercase;color:var(--gold);font-weight:500;flex-shrink:0}
.feature-val{font-size:0.85rem;color:var(--cream);text-align:right}

/* Product trust */
.product-trust{display:flex;gap:0.75rem;flex-wrap:wrap;margin-bottom:2.5rem}
.trust-pill{font-size:0.72rem;letter-spacing:0.04em;color:var(--text-muted);border:1px solid rgba(243,236,224,0.1);padding:6px 12px;border-radius:20px}

/* Product email capture */
.product-email-capture{border-top:1px solid rgba(201,168,106,0.12);padding-top:1.5rem}
.product-email-label{font-size:0.85rem;color:var(--text-muted);margin-bottom:0.75rem}

/* === CART === */
.cart-page{max-width:1100px;margin:0 auto;padding:6rem 2rem 4rem}
.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem}
.cart-title{font-family:'Playfair Display',serif;font-size:clamp(2rem,4vw,3rem);font-weight:500;color:var(--cream)}
.continue-shopping{font-size:0.8rem;color:var(--text-muted);text-decoration:none;letter-spacing:0.04em;transition:color 0.2s}
.continue-shopping:hover{color:var(--gold)}
.cart-empty{text-align:center;padding:6rem 2rem;display:flex;flex-direction:column;align-items:center;gap:2rem}
.cart-empty-text{font-family:'Playfair Display',serif;font-size:1.5rem;color:var(--text-muted)}
.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:4rem;align-items:start}
.cart-items{display:flex;flex-direction:column;gap:1.5rem}
.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:1.5rem;align-items:center;padding-bottom:1.5rem;border-bottom:1px solid rgba(201,168,106,0.1)}
.cart-item-img{width:100px;height:130px;object-fit:cover;border-radius:3px}
.cart-item-name{font-family:'Playfair Display',serif;font-size:1.05rem;font-weight:500;color:var(--cream);margin-bottom:0.2rem}
.cart-item-colorway{font-size:0.8rem;color:var(--text-muted);margin-bottom:0.4rem}
.cart-item-price{font-size:0.95rem;color:var(--cream)}
.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:0.75rem}
.qty-control{display:flex;align-items:center;gap:0.75rem;border:1px solid rgba(243,236,224,0.15);border-radius:2px;padding:0.25rem 0.5rem}
.qty-btn{background:none;border:none;color:var(--cream);font-size:1rem;cursor:pointer;padding:0 0.25rem;line-height:1}
.qty-val{font-size:0.85rem;color:var(--cream);min-width:1.5rem;text-align:center}
.remove-btn{background:none;border:none;color:var(--text-muted);font-size:0.72rem;letter-spacing:0.08em;text-transform:uppercase;cursor:pointer;text-decoration:underline}
.remove-btn:hover{color:var(--cream)}

/* Cart Summary */
.cart-summary{position:sticky;top:90px}
.summary-card{background:var(--obsidian-light);border-radius:4px;padding:2rem;border:1px solid rgba(201,168,106,0.12)}
.summary-title{font-family:'Playfair Display',serif;font-size:1.25rem;font-weight:500;color:var(--cream);margin-bottom:1.5rem}
.summary-row{display:flex;justify-content:space-between;padding:0.6rem 0;font-size:0.85rem;color:var(--text-muted);border-bottom:1px solid rgba(201,168,106,0.08)}
.summary-free{color:var(--gold)}
.summary-total{display:flex;justify-content:space-between;padding:1rem 0;font-size:1rem;font-weight:600;color:var(--cream);margin-top:0.5rem}
.free-shipping-bar{margin:1.25rem 0;padding:1rem;background:rgba(201,168,106,0.06);border-radius:3px}
.fsb-text{font-size:0.8rem;color:var(--text-muted);line-height:1.5}
.fsb-text strong{color:var(--cream)}
.fsb-text.success{color:var(--gold)}
.fsb-progress{height:3px;background:rgba(243,236,224,0.1);border-radius:2px;margin-top:0.5rem;overflow:hidden}
.fsb-fill{height:100%;background:var(--gold);border-radius:2px;transition:width 0.4s}
.summary-trust{display:flex;justify-content:center;gap:1rem;margin-top:1.25rem;font-size:0.7rem;color:var(--text-muted);letter-spacing:0.04em}

/* === CHECKOUT === */
.checkout-page{max-width:1100px;margin:0 auto;padding:2rem 2rem 4rem}
.checkout-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;border-bottom:1px solid rgba(243,236,224,0.1);margin-bottom:3rem}
.checkout-logo{font-family:'Playfair Display',serif;font-size:1.5rem;font-weight:600;letter-spacing:0.2em;color:var(--cream);text-decoration:none}
.checkout-secure{font-size:0.75rem;color:var(--text-muted);letter-spacing:0.05em}
.checkout-layout{display:grid;grid-template-columns:1fr 420px;gap:4rem;align-items:start}
.checkout-section-title{font-family:'Playfair Display',serif;font-size:1.2rem;font-weight:500;color:var(--cream);margin-bottom:1.5rem}
.form-field{margin-bottom:1.25rem}
.form-field label{display:block;font-size:0.72rem;letter-spacing:0.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:0.4rem}
.form-field input,.form-field select{width:100%;background:rgba(243,236,224,0.06);border:1px solid rgba(243,236,224,0.15);color:var(--cream);padding:0.75rem 1rem;font-size:0.9rem;border-radius:2px;font-family:'Inter',sans-serif;outline:none;transition:border-color 0.2s;-webkit-appearance:none}
.form-field input:focus,.form-field select:focus{border-color:var(--gold)}
.form-field input::placeholder{color:var(--text-muted)}
.form-field select option{background:var(--obsidian);color:var(--cream)}
.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.form-row-3{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1rem}
.payment-notice{display:flex;align-items:flex-start;gap:0.75rem;background:rgba(201,168,106,0.08);border:1px solid rgba(201,168,106,0.15);padding:1rem;border-radius:3px;margin-bottom:1.5rem;font-size:0.8rem;color:var(--text-muted);line-height:1.5}
.payment-notice-icon{font-size:1rem;flex-shrink:0;margin-top:1px}
.checkout-error{color:#e07070;font-size:0.85rem;margin-top:0.75rem;text-align:center}

/* Checkout summary */
.checkout-summary-card{background:var(--obsidian-light);border-radius:4px;padding:2rem;border:1px solid rgba(201,168,106,0.12);margin-bottom:1.5rem}
.checkout-summary-title{font-family:'Playfair Display',serif;font-size:1.1rem;font-weight:500;color:var(--cream);margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(201,168,106,0.1)}
.checkout-line-item{display:flex;align-items:center;gap:1rem;padding:0.75rem 0;border-bottom:1px solid rgba(243,236,224,0.05)}
.checkout-line-img-wrap{position:relative;flex-shrink:0}
.checkout-line-img{width:60px;height:75px;object-fit:cover;border-radius:2px}
.checkout-line-qty{position:absolute;top:-6px;right:-6px;background:var(--gold);color:var(--obsidian);width:18px;height:18px;border-radius:50%;font-size:0.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;font-family:'Inter',sans-serif}
.checkout-line-name{font-size:0.85rem;color:var(--cream);font-weight:500}
.checkout-line-colorway{font-size:0.75rem;color:var(--text-muted)}
.checkout-line-price{margin-left:auto;font-size:0.85rem;color:var(--cream);font-weight:500;flex-shrink:0}
.checkout-summary-rows{margin-top:1rem}
.checkout-summary-row{display:flex;justify-content:space-between;padding:0.5rem 0;font-size:0.85rem;color:var(--text-muted)}
.checkout-summary-total{font-size:1rem;font-weight:600;color:var(--cream);padding-top:0.75rem;border-top:1px solid rgba(201,168,106,0.15);margin-top:0.5rem}
.text-gold{color:var(--gold)}
.checkout-guarantee{background:rgba(201,168,106,0.08);border:1px solid rgba(201,168,106,0.12);border-radius:3px;padding:1rem;text-align:center;display:flex;align-items:center;gap:0.75rem;justify-content:center}
.guarantee-icon{font-size:1.2rem}
.guarantee-text{font-size:0.8rem;color:var(--text-muted);line-height:1.5}

/* === ORDER SUCCESS === */
.success-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 2rem 4rem;text-align:center}
.success-ring{width:60px;height:60px;border-radius:50%;border:1.5px solid var(--gold);margin:0 auto 2.5rem;box-shadow:0 0 0 8px rgba(201,168,106,0.08),0 0 0 16px rgba(201,168,106,0.04)}
.success-content{max-width:600px}
.success-overline{font-size:0.7rem;letter-spacing:0.3em;text-transform:uppercase;color:var(--gold);font-weight:500;margin-bottom:1rem}
.success-headline{font-family:'Playfair Display',serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:500;color:var(--cream);line-height:1.1;margin-bottom:1.5rem}
.success-rule{width:3rem;height:1.5px;background:var(--gold);margin:0 auto 1.5rem}
.success-order-num{font-size:0.85rem;color:var(--text-muted);margin-bottom:0.5rem}
.success-order-id{font-family:'Playfair Display',serif;font-size:1rem;color:var(--cream)}
.success-message{font-size:0.95rem;color:var(--text-muted);margin-bottom:2.5rem}
.success-items{background:var(--obsidian-light);border-radius:4px;padding:1.5rem;margin-bottom:2.5rem;text-align:left}
.success-item{display:flex;align-items:center;gap:1rem;padding:0.5rem 0;font-size:0.85rem;border-bottom:1px solid rgba(201,168,106,0.08)}
.success-item:last-of-type{border-bottom:none}
.success-item-qty{color:var(--gold);font-weight:500;flex-shrink:0}
.success-item-name{color:var(--cream);font-weight:500;flex:1}
.success-item-colorway{color:var(--text-muted);font-size:0.8rem}
.success-item-price{color:var(--cream);font-weight:500;flex-shrink:0}
.success-total{display:flex;justify-content:space-between;padding:1rem 0 0;margin-top:0.5rem;font-size:1rem;font-weight:600;color:var(--cream)}
.success-share{margin-bottom:2.5rem}
.success-share-label{font-size:0.8rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem}
.success-share-btns{display:flex;justify-content:center;gap:1rem}
.share-btn{display:inline-block;padding:0.6rem 1.5rem;border-radius:2px;font-size:0.8rem;font-weight:500;letter-spacing:0.05em;text-decoration:none;transition:opacity 0.2s}
.share-instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff}
.share-tiktok{background:#000;color:#fff}
.share-btn:hover{opacity:0.85}
.success-guarantee{display:flex;align-items:center;justify-content:center;gap:0.75rem;margin-bottom:2rem;font-size:0.85rem;color:var(--text-muted)}
.success-guarantee-icon{font-size:1.1rem}

/* === EXIT INTENT POPUP === */
.popup-overlay{
  position:fixed;inset:0;z-index:999;
  background:rgba(14,12,10,0.85);backdrop-filter:blur(4px);
  display:none;align-items:center;justify-content:center;padding:1rem;
}
.popup-modal{
  background:var(--obsidian);border:1px solid rgba(201,168,106,0.2);
  border-radius:6px;padding:3rem 2.5rem;max-width:480px;width:100%;
  position:relative;text-align:center;
  box-shadow:0 32px 80px rgba(0,0,0,0.5);
}
.popup-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:var(--text-muted);font-size:1rem;cursor:pointer;padding:0.25rem 0.5rem;transition:color 0.2s}
.popup-close:hover{color:var(--cream)}
.popup-overline{font-size:0.7rem;letter-spacing:0.25em;text-transform:uppercase;color:var(--gold);margin-bottom:0.75rem}
.popup-headline{font-family:'Playfair Display',serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:500;color:var(--cream);margin-bottom:0.75rem;line-height:1.2}
.popup-sub{font-size:0.9rem;color:var(--text-muted);margin-bottom:1.75rem;line-height:1.6}

/* === STORE FOOTER === */
.store-footer{background:var(--obsidian);border-top:1px solid rgba(201,168,106,0.12);padding:4rem 2rem 3rem}
.store-footer-inner{max-width:900px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}
.footer-logo-row{display:flex;align-items:center;gap:0.75rem}
.footer-logo-text{font-family:'Playfair Display',serif;font-size:1.25rem;font-weight:600;letter-spacing:0.2em;color:var(--cream)}
.footer-logo-ring{width:14px;height:14px;border-radius:50%;border:1px solid var(--gold)}
.footer-tagline{font-family:'Playfair Display',serif;font-size:0.9rem;font-style:italic;color:var(--gold)}
.footer-nav{display:flex;gap:2rem}
.footer-nav a{font-size:0.78rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--text-muted);text-decoration:none;transition:color 0.2s}
.footer-nav a:hover{color:var(--gold)}
.footer-copy{font-size:0.75rem;color:rgba(243,236,224,0.3)}

/* === RESPONSIVE === */
@media (max-width: 900px) {
  .product-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}
  .cart-layout{grid-template-columns:1fr}
  .checkout-layout{grid-template-columns:1fr}
  .checkout-summary{order:-1}
  .product-page{grid-template-columns:1fr}
  .product-gallery{position:relative;top:0;height:auto;aspect-ratio:3/2}
  .product-detail{padding:2rem}
  .hero-store{grid-template-columns:1fr;padding:6rem 1.5rem 3rem}
  .hero-visual-store{display:none}
}
@media (max-width: 600px) {
  .product-grid{grid-template-columns:1fr 1fr;gap:1rem}
  .form-row-2,.form-row-3{grid-template-columns:1fr}
  .trust-inner{gap:1.5rem}
  .trust-item{font-size:0.72rem}
  .nav{padding:1rem 1.5rem}
  .shop-section,.brand-story,.email-section{padding:3rem 1.5rem}
  .checkout-page{padding:1rem}
  .checkout-header{flex-direction:column;gap:0.5rem;align-items:flex-start}
  .cart-page{padding:5rem 1rem 2rem}
  .hero-cta-row{flex-direction:column;align-items:flex-start;gap:1rem}
  .email-form-wrap{flex-direction:column}
  .email-input{min-width:unset;width:100%}
}
@media (max-width: 400px) {
  .product-grid{grid-template-columns:1fr}
}