/* ═══════════════════════════════════════════════════
   OG SILVER — Global Stylesheet
   Warm Ivory + Deep Charcoal + Antique Gold
   All pages share this file
═══════════════════════════════════════════════════ */

/* ── TOKENS ── */
:root {
  --gold:      #B8943F;
  --gold-l:    #D4AF6A;
  --gold-pale: #FBF5E6;
  --gold-dk:   #8A6A20;
  --rose:      #F0E4DC;
  --blush:     #FAF4F0;
  --cream:     #FDFAF7;
  --char:      #1A1A1A;
  --dark:      #0F0F0F;
  --muted:     #6B6560;
  --border:    rgba(184,148,63,0.18);
  --fd:        'Cormorant Garamond', Georgia, serif;
  --fb:        'Inter', -apple-system, sans-serif;
  --wa:        #25D366;
  --radius:    0px; /* deliberate: sharp corners = premium silverware */
}

/* ── RESET ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: var(--fb); font-weight: 300; font-size: 0.9rem; line-height: 1.6; background: var(--cream); color: var(--char); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
button { font-family: var(--fb); cursor: pointer; border: none; background: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
::-webkit-scrollbar { width: 2px; }
::-webkit-scrollbar-thumb { background: var(--gold); }

/* ── ANNOUNCEMENT BAR ── */
.ann { background: var(--char); color: rgba(255,255,255,0.5); text-align: center; padding: 8px 1rem; font-family: var(--fb); font-size: 0.62rem; font-weight: 300; letter-spacing: 0.22em; text-transform: uppercase; }
.ann b { color: var(--gold-l); font-weight: 400; }

/* ── NAVIGATION ── */
.nav-wrap { position: sticky; top: 0; z-index: 500; background: rgba(253,250,247,0.97); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); }
nav { max-width: 1320px; margin: 0 auto; padding: 0 2.5rem; height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.logo-wrap { cursor: pointer; flex-shrink: 0; line-height: 1; }
.logo { font-family: var(--fd); font-size: 1.6rem; font-weight: 500; color: var(--char); letter-spacing: 0.14em; line-height: 1; }
.logo em { font-style: normal; color: var(--gold); }
.logo-sub { font-family: var(--fb); font-size: 0.48rem; font-weight: 300; letter-spacing: 0.38em; text-transform: uppercase; color: #C4B49A; margin-top: 2px; }
.nav-links { display: flex; gap: 1.6rem; list-style: none; }
.nav-links a { font-family: var(--fb); font-size: 0.72rem; font-weight: 400; letter-spacing: 0.06em; color: var(--muted); transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--char); }
.nav-links a.active { border-bottom: 1px solid var(--gold); padding-bottom: 2px; }
.nav-r { display: flex; gap: 0.8rem; align-items: center; }
.nav-wa { font-family: var(--fb); font-size: 0.68rem; font-weight: 400; letter-spacing: 0.06em; color: var(--muted); transition: color 0.2s; padding: 0.45rem 0; }
.nav-wa:hover { color: var(--wa); }
.nav-divider { width: 1px; height: 14px; background: var(--border); }
.cart-btn { position: relative; background: var(--char); color: #fff; font-family: var(--fb); font-size: 0.68rem; font-weight: 400; letter-spacing: 0.08em; border-radius: 100px; padding: 0.5rem 1.1rem; display: flex; align-items: center; gap: 6px; transition: background 0.2s; }
.cart-btn:hover { background: var(--gold); }
.cart-count { position: absolute; top: -5px; right: -5px; background: var(--gold); color: #fff; font-family: var(--fb); font-size: 0.5rem; font-weight: 500; width: 16px; height: 16px; border-radius: 50%; display: none; align-items: center; justify-content: center; }
.cart-count.show { display: flex; }
.ham-btn { display: none; flex-direction: column; gap: 5px; padding: 6px; }
.ham-line { width: 22px; height: 1.5px; background: var(--char); }
@media (max-width: 1100px) { .nav-links { gap: 1rem; } .nav-links a { font-size: 0.68rem; } }
@media (max-width: 960px) { .nav-links { display: none; } .ham-btn { display: flex; } }
@media (max-width: 480px) { nav { padding: 0 1.2rem; } .nav-wa { display: none; } }

/* ── SIDEBAR ── */
.sb-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.4); z-index: 800; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.sb-overlay.open { opacity: 1; pointer-events: all; }
.sidebar { position: fixed; top: 0; left: 0; bottom: 0; width: 280px; background: var(--cream); z-index: 900; transform: translateX(-100%); transition: transform 0.32s cubic-bezier(0.32,0,0.67,0); overflow-y: auto; }
.sidebar.open { transform: translateX(0); }
.sb-head { padding: 1.4rem 1.4rem 1rem; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; }
.sb-head-logo { font-family: var(--fd); font-size: 1.2rem; font-weight: 500; letter-spacing: 0.14em; }
.sb-head-logo em { font-style: normal; color: var(--gold); }
.sb-close { font-size: 1.2rem; color: var(--muted); padding: 2px; }
.sb-sec { padding: 0.8rem 0; }
.sb-lbl { font-family: var(--fb); font-size: 0.52rem; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); padding: 0 1.4rem; margin-bottom: 0.4rem; }
.sb-link { display: block; padding: 0.65rem 1.4rem; font-family: var(--fb); font-size: 0.82rem; font-weight: 300; color: var(--muted); cursor: pointer; border-left: 2px solid transparent; transition: all 0.15s; }
.sb-link:hover { color: var(--char); border-left-color: var(--gold); background: var(--gold-pale); }
.sb-rule { height: 1px; background: var(--border); margin: 0.3rem 1.4rem; }

/* ── SECTION BASE ── */
.sec { padding: 4.5rem 2.5rem; }
.sec-inner { max-width: 1320px; margin: 0 auto; }
.sec-eyebrow { font-family: var(--fb); font-size: 0.6rem; font-weight: 400; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.6rem; display: flex; align-items: center; gap: 10px; }
.sec-eyebrow::before { content: ''; display: block; width: 20px; height: 1px; background: var(--gold); }
.sec-title { font-family: var(--fd); font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 400; color: var(--char); line-height: 1.1; margin-bottom: 0.4rem; }
.sec-title em { font-style: italic; color: var(--gold); }
.sec-body { font-family: var(--fb); font-size: 0.85rem; font-weight: 300; color: var(--muted); line-height: 1.7; margin-bottom: 2rem; max-width: 520px; }
@media (max-width: 600px) { .sec { padding: 3rem 1.2rem; } }

/* ── PAGE HERO (inner pages) ── */
.page-hero { background: var(--blush); border-bottom: 1px solid var(--border); padding: 4rem 2.5rem 3.5rem; }
.page-hero-inner { max-width: 1320px; margin: 0 auto; }
.page-hero-eyebrow { font-family: var(--fb); font-size: 0.58rem; font-weight: 400; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; display: flex; align-items: center; gap: 10px; }
.page-hero-eyebrow::before { content: ''; display: block; width: 24px; height: 1px; background: var(--gold); }
.page-hero h1 { font-family: var(--fd); font-size: clamp(2.5rem, 5vw, 4.5rem); font-weight: 400; line-height: 1.05; color: var(--char); margin-bottom: 1rem; }
.page-hero h1 em { font-style: italic; color: var(--gold); }
.page-hero p { font-family: var(--fb); font-size: 0.9rem; font-weight: 300; color: var(--muted); max-width: 540px; line-height: 1.85; }
@media (max-width: 600px) { .page-hero { padding: 2.5rem 1.2rem 2rem; } }

/* ── MARQUEE ── */
.mq { background: var(--gold); padding: 10px 0; overflow: hidden; }
.mq-track { display: flex; white-space: nowrap; animation: mq-scroll 28s linear infinite; }
.mq-track:hover { animation-play-state: paused; }
.mq-item { font-family: var(--fb); font-size: 0.6rem; font-weight: 300; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(255,255,255,0.85); padding: 0 2rem; flex-shrink: 0; }
@keyframes mq-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── BUTTONS ── */
.btn-primary { background: var(--char); color: #fff; font-family: var(--fb); font-size: 0.7rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.9rem 2.2rem; transition: background 0.2s; display: inline-flex; align-items: center; gap: 8px; }
.btn-primary:hover { background: var(--gold); }
.btn-outline { background: transparent; color: var(--char); font-family: var(--fb); font-size: 0.7rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.9rem 2rem; border: 1px solid var(--border); transition: all 0.2s; display: inline-flex; align-items: center; gap: 8px; }
.btn-outline:hover { background: var(--char); color: #fff; border-color: var(--char); }
.btn-gold { background: var(--gold); color: #fff; font-family: var(--fb); font-size: 0.7rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.9rem 2.2rem; transition: background 0.2s; display: inline-flex; align-items: center; gap: 8px; }
.btn-gold:hover { background: var(--gold-dk); }

/* ── PRODUCT GRID ── */
.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.prod-card { cursor: pointer; background: var(--cream); }
.prod-card:hover .prod-img img { transform: scale(1.04); }
.prod-img { aspect-ratio: 1; overflow: hidden; position: relative; background: var(--rose); }
.prod-img img { transition: transform 0.6s ease; }
.prod-ph { width: 100%; height: 100%; background: linear-gradient(145deg, var(--rose), var(--blush)); display: flex; align-items: center; justify-content: center; font-size: 2.5rem; }
.prod-badge-tag { position: absolute; top: 0; left: 0; background: var(--char); color: #fff; font-family: var(--fb); font-size: 0.55rem; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; padding: 4px 9px; }
.prod-badge-tag.new { background: var(--gold); }
.prod-info { padding: 0.8rem 0 0; }
.prod-name { font-family: var(--fd); font-size: 0.95rem; font-weight: 400; color: var(--char); line-height: 1.3; margin-bottom: 4px; }
.prod-price-row { font-family: var(--fb); font-size: 0.78rem; font-weight: 300; color: var(--muted); display: flex; align-items: center; gap: 7px; margin-bottom: 8px; }
.prod-price-row s { color: #bbb; font-size: 0.72rem; }
.prod-save-tag { color: var(--gold-dk); font-size: 0.65rem; font-weight: 400; }
.prod-btns { display: flex; gap: 6px; }
.btn-add-bag { flex: 1; background: var(--char); color: #fff; font-family: var(--fb); font-size: 0.6rem; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.55rem 0.5rem; transition: background 0.2s; }
.btn-add-bag:hover { background: var(--gold); }
.btn-buy-now { background: transparent; color: var(--char); font-family: var(--fb); font-size: 0.6rem; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.55rem 0.8rem; border: 1px solid var(--border); transition: all 0.2s; }
.btn-buy-now:hover { background: var(--gold-pale); border-color: var(--gold); }
.prod-loading, .prod-empty { color: var(--muted); font-size: 0.85rem; padding: 3rem 0; text-align: center; grid-column: 1/-1; }
@media (max-width: 1100px) { .prod-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px) { .prod-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; } }
@media (max-width: 400px) { .prod-grid { grid-template-columns: 1fr; } }

/* ── OCCASION GRID ── */
.occ-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.occ-card { cursor: pointer; text-align: center; }
.occ-card:hover .occ-img { border-color: var(--gold); }
.occ-card:hover .occ-img img { transform: scale(1.06); }
.occ-img { aspect-ratio: 1; border-radius: 50%; overflow: hidden; border: 2px solid var(--border); margin: 0 auto 0.7rem; width: 120px; background: var(--rose); transition: border-color 0.2s; }
.occ-img img { transition: transform 0.4s ease; }
.occ-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 2rem; }
.occ-name { font-family: var(--fd); font-size: 0.9rem; font-weight: 400; color: var(--char); }
@media (max-width: 900px) { .occ-grid { grid-template-columns: repeat(3, 1fr); } .occ-img { width: 90px; } }
@media (max-width: 500px) { .occ-grid { grid-template-columns: repeat(2, 1fr); } }

/* ── CATEGORY GRID ── */
.cat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.cat-card { cursor: pointer; position: relative; aspect-ratio: 3/4; overflow: hidden; background: var(--rose); }
.cat-card img { transition: transform 0.5s ease; }
.cat-card:hover img { transform: scale(1.06); }
.cat-ph { width: 100%; height: 100%; background: linear-gradient(145deg, var(--rose), var(--blush)); display: flex; align-items: center; justify-content: center; font-size: 2.5rem; }
.cat-label { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(26,26,26,0.82), transparent); padding: 1.5rem 1rem 0.8rem; }
.cat-name { font-family: var(--fd); font-size: 1rem; font-weight: 400; color: #fff; }
@media (max-width: 900px) { .cat-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 500px) { .cat-grid { grid-template-columns: repeat(2, 1fr); } }

/* ── CART DRAWER ── */
.cart-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.45); z-index: 1000; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.cart-overlay.open { opacity: 1; pointer-events: all; }
.cart-drawer { position: absolute; top: 0; right: 0; bottom: 0; width: 380px; max-width: 100vw; background: var(--cream); display: flex; flex-direction: column; transform: translateX(100%); transition: transform 0.32s cubic-bezier(0.32,0,0.67,0); }
.cart-overlay.open .cart-drawer { transform: translateX(0); }
.cart-head { padding: 1.3rem 1.5rem; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.cart-title { font-family: var(--fd); font-size: 1.25rem; font-weight: 400; letter-spacing: 0.08em; }
.cart-close { font-size: 1.2rem; color: var(--muted); }
.cart-items { flex: 1; overflow-y: auto; padding: 1rem 1.5rem; }
.cart-item { display: flex; gap: 1rem; padding: 0.85rem 0; border-bottom: 1px solid var(--border); position: relative; }
.ci-img { width: 62px; height: 62px; flex-shrink: 0; background: var(--rose); overflow: hidden; }
.ci-img-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; }
.ci-info { flex: 1; }
.ci-name { font-family: var(--fd); font-size: 0.9rem; font-weight: 400; color: var(--char); margin-bottom: 4px; line-height: 1.3; }
.ci-price { font-family: var(--fb); font-size: 0.78rem; font-weight: 300; color: var(--muted); margin-bottom: 8px; }
.ci-qty { display: flex; align-items: center; gap: 10px; }
.ci-qty button { width: 22px; height: 22px; border: 1px solid var(--border); font-size: 1rem; color: var(--char); display: flex; align-items: center; justify-content: center; transition: all 0.15s; }
.ci-qty button:hover { background: var(--char); color: #fff; border-color: var(--char); }
.ci-qty span { font-family: var(--fb); font-size: 0.78rem; font-weight: 400; min-width: 20px; text-align: center; }
.ci-del { position: absolute; top: 0.85rem; right: 0; font-size: 0.75rem; color: #bbb; transition: color 0.15s; }
.ci-del:hover { color: var(--char); }
.cart-empty { padding: 3rem 0; text-align: center; }
.cart-empty .cart-empty-ico { font-size: 2.5rem; margin-bottom: 1rem; }
.cart-empty p { font-family: var(--fb); font-size: 0.85rem; color: var(--muted); margin-bottom: 1.5rem; }
.cart-foot { padding: 1.2rem 1.5rem; border-top: 1px solid var(--border); }
.cart-total-row { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 1rem; }
.cart-total-lbl { font-family: var(--fb); font-size: 0.72rem; font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.cart-total-val { font-family: var(--fd); font-size: 1.5rem; font-weight: 400; }
.btn-checkout { width: 100%; background: var(--char); color: #fff; font-family: var(--fb); font-size: 0.68rem; font-weight: 400; letter-spacing: 0.16em; text-transform: uppercase; padding: 1rem; transition: background 0.2s; }
.btn-checkout:hover { background: var(--gold); }

/* ── CHECKOUT MODAL ── */
.ck-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 1100; opacity: 0; pointer-events: none; transition: opacity 0.3s; display: flex; align-items: center; justify-content: center; padding: 1rem; }
.ck-overlay.open { opacity: 1; pointer-events: all; }
.ck-box { background: var(--cream); width: 100%; max-width: 460px; max-height: 90vh; overflow-y: auto; transform: translateY(10px); transition: transform 0.25s; }
.ck-overlay.open .ck-box { transform: translateY(0); }
.ck-head { padding: 1.3rem 1.5rem; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
.ck-title { font-family: var(--fd); font-size: 1.15rem; font-weight: 400; letter-spacing: 0.08em; }
.ck-close { font-size: 1.2rem; color: var(--muted); }
.ck-body { padding: 1.3rem 1.5rem; }
.order-sum { background: var(--blush); padding: 1.1rem; margin-bottom: 1.3rem; }
.os-head { font-family: var(--fb); font-size: 0.55rem; font-weight: 400; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); margin-bottom: 0.7rem; }
.os-line { display: flex; justify-content: space-between; font-family: var(--fb); font-size: 0.78rem; font-weight: 300; padding: 3px 0; color: var(--char); }
.os-line span:first-child { color: var(--muted); flex: 1; }
.os-total { display: flex; justify-content: space-between; align-items: baseline; border-top: 1px solid var(--border); margin-top: 0.5rem; padding-top: 0.5rem; }
.os-total-lbl { font-family: var(--fb); font-size: 0.7rem; font-weight: 400; }
.os-total-val { font-family: var(--fd); font-size: 1.25rem; font-weight: 400; }
.form-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; margin-bottom: 0.7rem; }
.form-f { display: flex; flex-direction: column; gap: 4px; margin-bottom: 0.7rem; }
.form-lbl { font-family: var(--fb); font-size: 0.52rem; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }
.form-inp { font-family: var(--fb); font-size: 0.82rem; font-weight: 300; border: 1px solid var(--border); padding: 0.7rem 0.8rem; background: #fff; color: var(--char); outline: none; transition: border-color 0.2s; width: 100%; }
.form-inp:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(184,148,63,0.1); }
.btn-pay { width: 100%; background: var(--char); color: #fff; font-family: var(--fb); font-size: 0.65rem; font-weight: 400; letter-spacing: 0.16em; text-transform: uppercase; padding: 0.95rem; margin-top: 0.4rem; transition: background 0.2s; display: flex; align-items: center; justify-content: center; gap: 8px; }
.btn-pay:hover { background: var(--gold); }
.btn-pay:disabled { opacity: 0.5; cursor: not-allowed; }
.cf-note { font-family: var(--fb); font-size: 0.6rem; font-weight: 300; color: #bbb; text-align: center; margin-top: 0.6rem; }
@media (max-width: 460px) { .form-2 { grid-template-columns: 1fr; } }

/* ── PRODUCT DETAIL MODAL ── */
.pd-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.65); z-index: 1050; opacity: 0; pointer-events: none; transition: opacity 0.3s; display: flex; align-items: center; justify-content: center; padding: 1rem; }
.pd-overlay.open { opacity: 1; pointer-events: all; }
.pd-box { background: var(--cream); width: 100%; max-width: 780px; max-height: 90vh; overflow-y: auto; display: grid; grid-template-columns: 1fr 1fr; position: relative; }
.pd-close { position: absolute; top: 1rem; right: 1rem; z-index: 10; font-size: 1.1rem; color: var(--muted); background: rgba(253,250,247,0.9); width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.pd-img-side { position: relative; background: var(--rose); min-height: 340px; overflow: hidden; }
.pd-img-side img { width: 100%; height: 100%; object-fit: cover; cursor: zoom-in; transition: transform 0.3s; }
.pd-img-side img.zoomed { cursor: zoom-out; transform: scale(2) translate(calc(var(--zx,50%) - 50%), calc(var(--zy,50%) - 50%)); }
.pd-img-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 4rem; }
.pd-zoom-tip { position: absolute; bottom: 0.5rem; right: 0.5rem; font-family: var(--fb); font-size: 0.55rem; color: rgba(255,255,255,0.8); background: rgba(0,0,0,0.35); padding: 3px 8px; letter-spacing: 0.1em; display: none; }
.pd-info-side { padding: 2rem; display: flex; flex-direction: column; gap: 0.8rem; }
.pd-cat { font-family: var(--fb); font-size: 0.55rem; font-weight: 400; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); }
.pd-name { font-family: var(--fd); font-size: 1.5rem; font-weight: 400; color: var(--char); line-height: 1.2; }
.pd-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.pd-tag { font-family: var(--fb); font-size: 0.58rem; font-weight: 300; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); border: 1px solid var(--border); padding: 3px 10px; }
.pd-prices { display: flex; align-items: baseline; gap: 10px; }
.pd-price { font-family: var(--fd); font-size: 1.6rem; font-weight: 400; color: var(--char); }
.pd-old { font-family: var(--fb); font-size: 0.85rem; font-weight: 300; color: #bbb; text-decoration: line-through; }
.pd-save { font-family: var(--fb); font-size: 0.65rem; font-weight: 400; color: var(--gold-dk); }
.pd-desc { font-family: var(--fb); font-size: 0.82rem; font-weight: 300; color: var(--muted); line-height: 1.85; }
.pd-trust-row { display: flex; gap: 1rem; flex-wrap: wrap; font-family: var(--fb); font-size: 0.62rem; font-weight: 300; color: var(--muted); }
.pd-btns { display: flex; gap: 0.7rem; margin-top: auto; }
.pd-btns .btn-add-bag { flex: 1; padding: 0.8rem; font-size: 0.65rem; }
.pd-btns .btn-buy-now { flex: 1; padding: 0.8rem; font-size: 0.65rem; }
@media (max-width: 640px) { .pd-box { grid-template-columns: 1fr; } .pd-img-side { min-height: 260px; } }

/* ── SUCCESS MODAL ── */
.succ-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.68); z-index: 1200; opacity: 0; pointer-events: none; transition: opacity 0.3s; display: flex; align-items: center; justify-content: center; padding: 1rem; }
.succ-overlay.open { opacity: 1; pointer-events: all; }
.succ-box { background: var(--cream); width: 100%; max-width: 400px; padding: 2.8rem 2rem; text-align: center; }
.succ-ico { font-size: 2.2rem; margin-bottom: 1rem; }
.succ-h { font-family: var(--fd); font-size: 1.9rem; font-weight: 400; color: var(--char); margin-bottom: 0.4rem; }
.succ-h em { font-style: italic; color: var(--gold); }
.succ-order { font-family: var(--fb); font-size: 0.6rem; font-weight: 300; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); margin-bottom: 1rem; }
.succ-msg { font-family: var(--fb); font-size: 0.82rem; font-weight: 300; color: var(--muted); line-height: 1.8; margin-bottom: 1.8rem; }
.succ-btns { display: flex; gap: 0.7rem; justify-content: center; flex-wrap: wrap; }
.btn-succ-wa { background: var(--wa); color: #fff; font-family: var(--fb); font-size: 0.62rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.8rem 1.4rem; display: flex; align-items: center; gap: 7px; }
.btn-succ-cont { background: var(--char); color: #fff; font-family: var(--fb); font-size: 0.62rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.8rem 1.4rem; }

/* ── POLICY MODAL ── */
.pol-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.58); z-index: 1300; opacity: 0; pointer-events: none; transition: opacity 0.25s; display: flex; align-items: center; justify-content: center; padding: 1rem; }
.pol-overlay.open { opacity: 1; pointer-events: all; }
.pol-box { background: var(--cream); width: 100%; max-width: 580px; max-height: 85vh; overflow-y: auto; }
.pol-head { padding: 1.3rem 1.5rem; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; background: var(--cream); }
.pol-title { font-family: var(--fd); font-size: 1.15rem; font-weight: 400; }
.pol-close { font-size: 1.2rem; color: var(--muted); }
.pol-body { padding: 1.8rem; }
.pol-body h3 { font-family: var(--fd); font-size: 1rem; font-weight: 400; color: var(--char); margin: 1.3rem 0 0.4rem; }
.pol-body h3:first-child { margin-top: 0; }
.pol-body p { font-family: var(--fb); font-size: 0.82rem; font-weight: 300; color: var(--muted); line-height: 1.85; margin-bottom: 0.7rem; }

/* ── TRUST BAR ── */
.trust { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: #fff; display: flex; justify-content: center; flex-wrap: wrap; gap: 0; }
.ti { display: flex; align-items: center; gap: 10px; padding: 1.2rem 2rem; border-right: 1px solid var(--border); }
.ti:last-child { border-right: none; }
.ti-ico { font-size: 1.1rem; }
.ti-txt { font-family: var(--fb); font-size: 0.72rem; font-weight: 300; color: var(--muted); line-height: 1.4; }
.ti-txt b { display: block; font-weight: 500; color: var(--char); font-size: 0.7rem; letter-spacing: 0.02em; }
@media (max-width: 800px) { .ti { border-right: none; padding: 0.9rem 1.2rem; } }

/* ── FOOTER ── */
footer { background: var(--char); color: rgba(255,255,255,0.55); padding: 3.5rem 2.5rem 0; }
.foot-inner { max-width: 1320px; margin: 0 auto; }
.foot-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1.3fr; gap: 3rem; padding-bottom: 3rem; }
.foot-brand {}
.foot-logo { font-family: var(--fd); font-size: 1.5rem; font-weight: 500; letter-spacing: 0.14em; color: #fff; margin-bottom: 0.8rem; }
.foot-logo em { font-style: normal; color: var(--gold); }
.foot-desc { font-family: var(--fb); font-size: 0.78rem; font-weight: 300; line-height: 1.75; color: rgba(255,255,255,0.45); margin-bottom: 1.2rem; }
.foot-social { display: flex; gap: 1.2rem; }
.foot-social a { font-family: var(--fb); font-size: 0.65rem; font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.35); transition: color 0.2s; }
.foot-social a:hover { color: var(--gold); }
.foot-col-h { font-family: var(--fb); font-size: 0.55rem; font-weight: 500; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.foot-links { list-style: none; display: flex; flex-direction: column; gap: 0.55rem; }
.foot-links a, .foot-links li { font-family: var(--fb); font-size: 0.78rem; font-weight: 300; color: rgba(255,255,255,0.45); transition: color 0.2s; cursor: pointer; }
.foot-links a:hover { color: rgba(255,255,255,0.85); }
.foot-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 1.2rem 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; font-family: var(--fb); font-size: 0.65rem; font-weight: 300; color: rgba(255,255,255,0.25); }
.foot-pay-icons { letter-spacing: 0.1em; }
@media (max-width: 1000px) { .foot-top { grid-template-columns: 1fr 1fr; gap: 2rem; } .foot-brand { grid-column: 1/-1; } }
@media (max-width: 500px) { footer { padding: 2.5rem 1.2rem 0; } .foot-top { grid-template-columns: 1fr 1fr; gap: 1.5rem; } }

/* ── WA FAB & TOAST ── */
.wa-fab { position: fixed; bottom: 1.4rem; right: 1.4rem; z-index: 400; width: 50px; height: 50px; border-radius: 50%; background: var(--wa); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; box-shadow: 0 4px 18px rgba(37,211,102,0.35); transition: transform 0.2s; }
.wa-fab:hover { transform: scale(1.08); }
.toast { position: fixed; bottom: 5rem; right: 1.4rem; z-index: 9999; background: var(--char); color: #fff; font-family: var(--fb); font-size: 0.78rem; font-weight: 300; padding: 0.85rem 1.2rem; border-left: 2px solid var(--gold); transform: translateX(200%); transition: transform 0.4s cubic-bezier(0.34,1.56,0.64,1); max-width: 260px; }
.toast.show { transform: translateX(0); }

/* ── SEARCH INPUT ── */
.search-inp { font-family: var(--fb); font-size: 0.8rem; font-weight: 300; padding: 0.65rem 1.2rem; border: 1px solid var(--border); background: #fff; color: var(--char); outline: none; width: 260px; transition: border-color 0.2s; }
.search-inp:focus { border-color: var(--gold); }
.active-filter-tag { display: inline-flex; align-items: center; gap: 7px; background: var(--gold-pale); color: var(--gold-dk); font-family: var(--fb); font-size: 0.65rem; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 12px; margin-bottom: 1.5rem; }
.active-filter-tag button { color: var(--gold-dk); font-size: 1rem; }

/* ── FILTER TABS ── */
.filter-tabs { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 2rem; }
.filter-tab { font-family: var(--fb); font-size: 0.65rem; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.5rem 1.2rem; border: 1px solid var(--border); color: var(--muted); cursor: pointer; transition: all 0.2s; background: transparent; }
.filter-tab:hover, .filter-tab.active { background: var(--char); color: #fff; border-color: var(--char); }

/* ── STORY SECTION ── */
.story-wrap { display: grid; grid-template-columns: 1fr 1fr; min-height: 540px; }
.story-img-side { position: relative; background: var(--rose); overflow: hidden; }
.story-img-side img { width: 100%; height: 100%; object-fit: cover; }
.story-img-ph { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; background: linear-gradient(145deg, var(--rose), var(--blush)); min-height: 400px; }
.story-img-ph-ico { font-size: 3rem; }
.story-img-ph-txt { font-family: var(--fd); font-size: 0.85rem; color: var(--gold); letter-spacing: 0.1em; }
.story-text-side { padding: 4rem 3.5rem; display: flex; flex-direction: column; justify-content: center; }
.story-eyebrow { font-family: var(--fb); font-size: 0.58rem; font-weight: 400; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.story-h { font-family: var(--fd); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 400; line-height: 1.1; color: var(--char); margin-bottom: 1.5rem; }
.story-h em { font-style: italic; color: var(--gold); }
.story-p { font-family: var(--fb); font-size: 0.85rem; font-weight: 300; color: var(--muted); line-height: 1.85; margin-bottom: 1rem; }
.story-rule { width: 40px; height: 1px; background: var(--gold); margin: 1.5rem 0; }
.story-tagline { font-family: var(--fd); font-size: 1rem; font-weight: 400; color: var(--muted); font-style: italic; }
@media (max-width: 900px) { .story-wrap { grid-template-columns: 1fr; } .story-text-side { padding: 2.5rem 1.8rem; } }

/* ── BULK SECTION ── */
.bulk-sec { background: var(--char); color: #fff; padding: 5rem 2.5rem; text-align: center; }
.bulk-inner { max-width: 680px; margin: 0 auto; }
.bulk-eyebrow { font-family: var(--fb); font-size: 0.58rem; font-weight: 400; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold-l); margin-bottom: 1.2rem; }
.bulk-h { font-family: var(--fd); font-size: clamp(2.2rem, 4vw, 3.5rem); font-weight: 400; line-height: 1.1; color: #fff; margin-bottom: 1.2rem; }
.bulk-h em { font-style: italic; color: var(--gold-l); }
.bulk-desc { font-family: var(--fb); font-size: 0.88rem; font-weight: 300; color: rgba(255,255,255,0.55); line-height: 1.85; max-width: 520px; margin: 0 auto 2rem; }
.bulk-pills { display: flex; gap: 0.7rem; flex-wrap: wrap; justify-content: center; margin-bottom: 2.2rem; }
.bulk-pill { font-family: var(--fb); font-size: 0.62rem; font-weight: 300; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.65); border: 1px solid rgba(184,148,63,0.3); padding: 5px 14px; }
.btn-wa-bulk { display: inline-flex; align-items: center; gap: 10px; background: var(--wa); color: #fff; font-family: var(--fb); font-size: 0.72rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; padding: 1rem 2.2rem; transition: opacity 0.2s; }
.btn-wa-bulk:hover { opacity: 0.88; }

/* ── TESTIMONIALS ── */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2rem; }
.testi-card { background: #fff; padding: 1.8rem; border: 1px solid var(--border); }
.testi-stars { color: var(--gold); font-size: 0.8rem; margin-bottom: 0.9rem; letter-spacing: 3px; }
.testi-text { font-family: var(--fd); font-size: 1rem; font-weight: 400; color: var(--char); line-height: 1.6; margin-bottom: 1.2rem; font-style: italic; }
.testi-name { font-family: var(--fb); font-size: 0.72rem; font-weight: 500; color: var(--char); letter-spacing: 0.04em; }
.testi-city { font-family: var(--fb); font-size: 0.65rem; font-weight: 300; color: var(--muted); margin-bottom: 4px; }
.testi-detail { font-family: var(--fb); font-size: 0.6rem; font-weight: 300; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); }
@media (max-width: 800px) { .testi-grid { grid-template-columns: 1fr; } }

/* ── HERO (homepage) ── */
.hero { display: grid; grid-template-columns: 52% 48%; min-height: calc(100vh - 106px); background: var(--blush); }
.hero-l { padding: 4.5rem 3rem 4rem 3.5rem; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--border); }
.hero-eyebrow { font-family: var(--fb); font-size: 0.62rem; font-weight: 400; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.6rem; display: flex; align-items: center; gap: 10px; }
.hero-eyebrow::before { content: ''; display: block; width: 28px; height: 1px; background: var(--gold); }
.hero-h1 { font-family: var(--fd); font-size: clamp(3rem, 5vw, 5.5rem); font-weight: 400; line-height: 1.0; color: var(--char); margin-bottom: 1.6rem; }
.hero-h1 em { font-style: italic; color: var(--gold); display: block; }
.hero-desc { font-family: var(--fb); font-size: 0.92rem; font-weight: 300; line-height: 1.85; color: var(--muted); max-width: 400px; margin-bottom: 2.4rem; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; }
.hero-proof { display: flex; gap: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--border); }
.hp-num { font-family: var(--fd); font-size: 2rem; font-weight: 400; color: var(--char); line-height: 1; }
.hp-lbl { font-family: var(--fb); font-size: 0.6rem; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: #aaa; margin-top: 5px; }
.hero-r { position: relative; background: var(--rose); overflow: hidden; }
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 0.8s ease; }
.hero-slide.active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.slide-ph { width: 100%; height: 100%; background: linear-gradient(145deg, var(--rose), var(--blush)); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; }
.slide-ph-ico { font-size: 3rem; }
.slide-ph-txt { font-family: var(--fd); font-size: 0.9rem; color: var(--gold); letter-spacing: 0.1em; text-align: center; padding: 0 1rem; }
.slide-prev, .slide-next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; background: rgba(253,250,247,0.88); border: none; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: var(--char); cursor: pointer; transition: all 0.2s; box-shadow: 0 2px 12px rgba(0,0,0,0.1); }
.slide-prev { left: 12px; }
.slide-next { right: 12px; }
.slide-prev:hover, .slide-next:hover { background: var(--gold); color: #fff; }
.slide-dots { position: absolute; bottom: 1rem; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; z-index: 10; }
.slide-dot { width: 18px; height: 2px; background: rgba(255,255,255,0.35); border: none; cursor: pointer; transition: all 0.3s; padding: 0; }
.slide-dot.active { background: var(--gold); width: 28px; }
@media (max-width: 1000px) { .hero { grid-template-columns: 1fr; } .hero-r { min-height: 70vw; order: -1; } .hero-l { padding: 2.5rem 1.8rem; border-right: none; } }
@media (max-width: 600px) { .hero-h1 { font-size: 2.6rem; } .hero-r { min-height: 85vw; } .hero-desc { font-size: 0.85rem; margin-bottom: 1.8rem; } .hero-proof { gap: 1.5rem; } .hp-num { font-size: 1.7rem; } }

/* ── SHOP TOP ── */
.shop-top { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 1.8rem; flex-wrap: wrap; gap: 1rem; }

/* ── OCCASION PAGE ── */
.occ-page-card { background: #fff; border: 1px solid var(--border); overflow: hidden; cursor: pointer; transition: border-color 0.2s; }
.occ-page-card:hover { border-color: var(--gold); }
.occ-page-card:hover .occ-page-img img { transform: scale(1.04); }
.occ-page-img { aspect-ratio: 4/3; overflow: hidden; background: var(--rose); }
.occ-page-img img { transition: transform 0.5s ease; }
.occ-page-info { padding: 1.2rem 1.3rem; }
.occ-page-name { font-family: var(--fd); font-size: 1.1rem; font-weight: 400; color: var(--char); margin-bottom: 0.3rem; }
.occ-page-sub { font-family: var(--fb); font-size: 0.72rem; font-weight: 300; color: var(--muted); }
.occ-page-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
@media (max-width: 800px) { .occ-page-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .occ-page-grid { grid-template-columns: 1fr; } }

/* ── WHY GERMAN SILVER ── */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.why-card { padding: 2rem; border: 1px solid var(--border); background: #fff; }
.why-icon { font-size: 2rem; margin-bottom: 1rem; }
.why-title { font-family: var(--fd); font-size: 1.2rem; font-weight: 400; color: var(--char); margin-bottom: 0.6rem; }
.why-body { font-family: var(--fb); font-size: 0.82rem; font-weight: 300; color: var(--muted); line-height: 1.8; }
.compare-table { width: 100%; border-collapse: collapse; margin-top: 2rem; }
.compare-table th { font-family: var(--fb); font-size: 0.62rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--muted); padding: 0.8rem 1.2rem; text-align: left; border-bottom: 2px solid var(--border); }
.compare-table td { font-family: var(--fb); font-size: 0.82rem; font-weight: 300; color: var(--char); padding: 0.85rem 1.2rem; border-bottom: 1px solid var(--border); vertical-align: top; line-height: 1.6; }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table td:first-child { font-weight: 400; }
.compare-yes { color: var(--gold-dk); font-weight: 500; }
.compare-no  { color: #bbb; }
@media (max-width: 800px) { .why-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .why-grid { grid-template-columns: 1fr; } }

/* ── ABOUT PAGE ── */
.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-img { aspect-ratio: 3/4; background: var(--rose); overflow: hidden; }
.about-img img { width: 100%; height: 100%; object-fit: cover; }
.about-img-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 5rem; }
.about-stat-row { display: flex; gap: 2rem; margin: 2rem 0; padding: 2rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.about-stat-num { font-family: var(--fd); font-size: 2.2rem; font-weight: 400; color: var(--char); line-height: 1; }
.about-stat-lbl { font-family: var(--fb); font-size: 0.6rem; font-weight: 300; letter-spacing: 0.16em; text-transform: uppercase; color: #aaa; margin-top: 4px; }
@media (max-width: 800px) { .about-split { grid-template-columns: 1fr; gap: 2rem; } }

/* ── CONTACT PAGE ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.contact-info-block { margin-bottom: 2rem; }
.contact-info-lbl { font-family: var(--fb); font-size: 0.55rem; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.4rem; }
.contact-info-val { font-family: var(--fd); font-size: 1.1rem; font-weight: 400; color: var(--char); }
.contact-info-sub { font-family: var(--fb); font-size: 0.78rem; font-weight: 300; color: var(--muted); margin-top: 2px; }
.contact-form-wrap { background: #fff; border: 1px solid var(--border); padding: 2.5rem; }
.contact-form-h { font-family: var(--fd); font-size: 1.5rem; font-weight: 400; color: var(--char); margin-bottom: 1.5rem; }
.contact-form-h em { font-style: italic; color: var(--gold); }
@media (max-width: 800px) { .contact-grid { grid-template-columns: 1fr; gap: 2rem; } }
