/* ============================================================
   SANCAK SUCUKLARI - Premium E-Commerce Stylesheet
   Palette: Koyu Bordo #7B1F2B | Siyah #111 | Krem #F5ECD9 | Altın #C9A24C
   ============================================================ */

:root{
  --burgundy:#7B1F2B;
  --burgundy-dark:#5a141d;
  --burgundy-light:#a83040;
  --black:#0e0e0e;
  --cream:#F5ECD9;
  --cream-dark:#EADFC6;
  --gold:#C9A24C;
  --gold-light:#E4C276;
  --white:#ffffff;
  --gray-100:#f7f4ee;
  --gray-200:#e8e1d2;
  --gray-400:#a59c8b;
  --gray-600:#5c5447;
  --gray-800:#2a2620;
  --success:#2f7d3a;
  --danger:#b0272d;
  --shadow-sm:0 2px 8px rgba(0,0,0,.08);
  --shadow-md:0 6px 24px rgba(0,0,0,.12);
  --shadow-lg:0 18px 48px rgba(0,0,0,.22);
  --radius:10px;
  --radius-lg:18px;
  --container:1240px;
  --font-head:"Playfair Display",Georgia,serif;
  --font-body:"Inter","Segoe UI",Tahoma,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--gray-800);
  background:var(--cream);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:var(--burgundy);text-decoration:none;transition:color .2s}
a:hover{color:var(--gold)}
h1,h2,h3,h4{font-family:var(--font-head);color:var(--black);font-weight:700;letter-spacing:-.01em;margin:0 0 .6em}
h1{font-size:clamp(2rem,4.2vw,3.4rem);line-height:1.1}
h2{font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.2}
h3{font-size:1.25rem}
p{margin:0 0 1em}
.container{max-width:var(--container);margin:0 auto;padding:0 24px}
.section{padding:72px 0}
.section-tight{padding:48px 0}
.section-dark{background:var(--black);color:var(--cream)}
.section-dark h1,.section-dark h2,.section-dark h3{color:var(--white)}
.section-cream{background:var(--cream)}
.eyebrow{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:14px}
.center{text-align:center}

/* ===== Buttons ===== */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:13px 26px;border-radius:999px;font-weight:600;font-size:.95rem;
  border:2px solid transparent;cursor:pointer;transition:all .22s ease;
  text-decoration:none;white-space:nowrap;letter-spacing:.02em;
}
.btn-primary{background:var(--burgundy);color:var(--white);border-color:var(--burgundy)}
.btn-primary:hover{background:var(--burgundy-dark);color:var(--white);transform:translateY(-2px);box-shadow:var(--shadow-md)}
.btn-gold{background:var(--gold);color:var(--black);border-color:var(--gold)}
.btn-gold:hover{background:var(--gold-light);color:var(--black);transform:translateY(-2px);box-shadow:var(--shadow-md)}
.btn-outline{background:transparent;color:var(--white);border-color:var(--gold)}
.btn-outline:hover{background:var(--gold);color:var(--black)}
.btn-dark{background:var(--black);color:var(--white);border-color:var(--black)}
.btn-dark:hover{background:var(--burgundy);border-color:var(--burgundy);color:var(--white)}
.btn-wa{background:#25D366;color:#fff;border-color:#25D366}
.btn-wa:hover{background:#1ebe5b;color:#fff;transform:translateY(-2px)}
.btn-sm{padding:9px 18px;font-size:.85rem}
.btn-block{width:100%}

/* ===== Top Bar / Kargo Barı ===== */
.promo-bar{
  background:linear-gradient(90deg,var(--burgundy) 0%,var(--burgundy-dark) 100%);
  color:var(--cream);font-size:.85rem;text-align:center;padding:9px 16px;
  letter-spacing:.04em;font-weight:500;
}
.promo-bar strong{color:var(--gold-light)}

/* ===== Header ===== */
.site-header{
  background:var(--black);color:var(--cream);
  position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(201,162,76,.15);
}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 0}
.brand{display:flex;align-items:center;gap:12px;color:var(--cream)}
.brand:hover{color:var(--gold)}
.brand-mark{
  width:44px;height:44px;border-radius:50%;
  background:radial-gradient(circle at 30% 30%,var(--gold) 0%,var(--burgundy) 60%,var(--black) 100%);
  border:2px solid var(--gold);display:grid;place-items:center;
  color:var(--black);font-family:var(--font-head);font-weight:900;font-size:1.2rem;
}
.brand-text{display:flex;flex-direction:column;line-height:1}
.brand-text b{font-family:var(--font-head);font-size:1.35rem;color:var(--cream);letter-spacing:.02em}
.brand-text span{font-size:.7rem;letter-spacing:.32em;color:var(--gold);text-transform:uppercase;margin-top:3px}
.nav{display:flex;gap:28px;align-items:center}
.nav a{color:var(--cream);font-size:.92rem;font-weight:500;position:relative}
.nav a:hover,.nav a.active{color:var(--gold)}
.nav a.active::after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:2px;background:var(--gold)}
.header-actions{display:flex;gap:10px;align-items:center}
.icon-btn{
  background:transparent;border:1px solid rgba(201,162,76,.3);color:var(--cream);
  width:42px;height:42px;border-radius:50%;display:grid;place-items:center;cursor:pointer;
  transition:all .2s;position:relative;
}
.icon-btn:hover{background:var(--burgundy);border-color:var(--burgundy);color:var(--white)}
.cart-count{
  position:absolute;top:-6px;right:-6px;background:var(--gold);color:var(--black);
  font-size:.7rem;font-weight:700;min-width:20px;height:20px;border-radius:10px;
  display:grid;place-items:center;padding:0 5px;
}
.menu-toggle{display:none;background:none;border:0;color:var(--cream);font-size:1.4rem;cursor:pointer}

/* ===== Hero ===== */
.hero{
  position:relative;min-height:620px;color:var(--cream);
  background:
    linear-gradient(115deg,rgba(14,14,14,.85) 0%,rgba(123,31,43,.55) 60%,rgba(14,14,14,.4) 100%),
    url("https://images.unsplash.com/photo-1558030006-450675393462?auto=format&fit=crop&w=1800&q=80") center/cover;
  display:flex;align-items:center;overflow:hidden;
}
.hero::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(circle at 80% 20%,rgba(201,162,76,.15),transparent 50%);
}
.hero-inner{position:relative;z-index:2;max-width:720px;padding:90px 0}
.hero h1{color:var(--white);margin-bottom:18px}
.hero h1 em{color:var(--gold);font-style:normal}
.hero-sub{font-size:1.1rem;color:#e9e2d0;max-width:560px;margin-bottom:32px}
.hero-ctas{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:36px}
.hero-badges{display:flex;flex-wrap:wrap;gap:24px;color:var(--cream);font-size:.9rem}
.hero-badges .badge{display:flex;align-items:center;gap:8px}
.hero-badges .badge::before{content:"";width:8px;height:8px;border-radius:50%;background:var(--gold)}

/* ===== Featured Products Grid ===== */
.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:26px}
.product-card{
  background:var(--white);border-radius:var(--radius-lg);overflow:hidden;
  box-shadow:var(--shadow-sm);transition:transform .25s,box-shadow .25s;
  display:flex;flex-direction:column;position:relative;
}
.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.product-card .tag{
  position:absolute;top:14px;left:14px;z-index:2;
  background:var(--burgundy);color:var(--white);
  font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
  padding:5px 12px;border-radius:999px;
}
.product-card .tag.gold{background:var(--gold);color:var(--black)}
.product-card .tag.dark{background:var(--black)}
.product-img{
  aspect-ratio:1/1;background:var(--cream-dark) center/cover no-repeat;
  position:relative;overflow:hidden;
}
.product-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.product-card:hover .product-img img{transform:scale(1.06)}
.stock-badge{
  position:absolute;bottom:12px;right:12px;background:rgba(255,255,255,.95);
  color:var(--success);font-size:.72rem;font-weight:700;padding:4px 10px;border-radius:999px;
  letter-spacing:.05em;
}
.stock-badge.out{color:var(--danger)}
.product-body{padding:18px 18px 20px;display:flex;flex-direction:column;gap:6px;flex:1}
.product-cat{font-size:.72rem;letter-spacing:.2em;color:var(--gold);text-transform:uppercase;font-weight:600}
.product-name{font-family:var(--font-head);font-size:1.15rem;color:var(--black);margin:0}
.product-name a{color:inherit}
.product-gram{font-size:.85rem;color:var(--gray-600)}
.product-price{display:flex;align-items:baseline;gap:8px;margin:6px 0 10px}
.product-price .price{font-family:var(--font-head);font-size:1.45rem;font-weight:700;color:var(--burgundy)}
.product-price .old{font-size:.9rem;color:var(--gray-400);text-decoration:line-through}
.product-actions{display:flex;gap:8px;margin-top:auto}
.product-actions .btn{flex:1;padding:10px 12px;font-size:.82rem}

/* ===== Section Heads ===== */
.section-head{text-align:center;max-width:720px;margin:0 auto 48px}
.section-head p{color:var(--gray-600)}

/* ===== Features / Why ===== */
.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}
.feature{
  background:rgba(255,255,255,.04);border:1px solid rgba(201,162,76,.2);
  padding:28px 22px;border-radius:var(--radius-lg);text-align:center;
  transition:transform .2s,border-color .2s;
}
.feature:hover{transform:translateY(-4px);border-color:var(--gold)}
.feature .ico{
  width:60px;height:60px;margin:0 auto 14px;display:grid;place-items:center;
  background:var(--burgundy);border-radius:50%;color:var(--gold);font-size:1.4rem;
  border:2px solid var(--gold);
}
.feature h3{color:var(--white);font-size:1.05rem;margin-bottom:8px}
.feature p{color:#c8bfae;font-size:.9rem;margin:0}

/* ===== Categories strip ===== */
.cat-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}
.cat-card{
  background:var(--white);border-radius:var(--radius);padding:20px;
  display:flex;align-items:center;gap:14px;border:1px solid var(--gray-200);
  transition:all .2s;color:var(--black);
}
.cat-card:hover{border-color:var(--gold);transform:translateY(-3px);box-shadow:var(--shadow-md);color:var(--burgundy)}
.cat-card .cat-ico{
  width:48px;height:48px;border-radius:12px;display:grid;place-items:center;
  background:var(--cream);color:var(--burgundy);font-size:1.3rem;flex-shrink:0;
}
.cat-card b{font-family:var(--font-head);font-size:1rem;display:block}
.cat-card span{font-size:.8rem;color:var(--gray-600)}

/* ===== Testimonials ===== */
.testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}
.t-card{
  background:var(--white);padding:28px;border-radius:var(--radius-lg);
  box-shadow:var(--shadow-sm);border-top:3px solid var(--gold);
}
.t-stars{color:var(--gold);letter-spacing:2px;margin-bottom:10px}
.t-card p{font-style:italic;color:var(--gray-800)}
.t-card b{display:block;margin-top:12px;color:var(--burgundy);font-family:var(--font-head)}
.t-card small{color:var(--gray-600)}

/* ===== FAQ ===== */
.faq{max-width:820px;margin:0 auto}
.faq-item{background:var(--white);border-radius:var(--radius);margin-bottom:12px;overflow:hidden;border:1px solid var(--gray-200)}
.faq-item summary{
  padding:18px 22px;cursor:pointer;font-weight:600;color:var(--black);
  display:flex;justify-content:space-between;align-items:center;list-style:none;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+";color:var(--burgundy);font-size:1.3rem;font-weight:400;transition:transform .2s}
.faq-item[open] summary::after{content:"−"}
.faq-item[open]{border-color:var(--gold)}
.faq-item .ans{padding:0 22px 20px;color:var(--gray-600)}

/* ===== Contact mini ===== */
.contact-split{display:grid;grid-template-columns:1.1fr 1fr;gap:40px;align-items:stretch}
.contact-card{
  background:linear-gradient(135deg,var(--burgundy) 0%,var(--burgundy-dark) 100%);
  color:var(--cream);padding:40px;border-radius:var(--radius-lg);
}
.contact-card h2{color:var(--white)}
.contact-row{display:flex;gap:14px;align-items:flex-start;margin-bottom:18px}
.contact-row .ci{
  width:44px;height:44px;border-radius:50%;background:rgba(201,162,76,.2);
  border:1px solid var(--gold);display:grid;place-items:center;color:var(--gold);flex-shrink:0;
}
.contact-row b{display:block;color:var(--white);margin-bottom:2px}
.contact-row span{color:#e4d9c1;font-size:.92rem}
.map-embed{border-radius:var(--radius-lg);overflow:hidden;min-height:340px;background:var(--gray-200)}
.map-embed iframe{width:100%;height:100%;border:0;min-height:340px}

/* ===== Footer ===== */
.site-footer{
  background:var(--black);color:var(--cream);padding:64px 0 0;
  border-top:3px solid var(--gold);
}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;margin-bottom:48px}
.footer-grid h4{color:var(--gold);font-family:var(--font-head);font-size:1.1rem;margin-bottom:16px;letter-spacing:.02em}
.footer-grid a{color:#c8bfae;font-size:.9rem;display:block;padding:4px 0}
.footer-grid a:hover{color:var(--gold)}
.footer-brand p{color:#b8af9e;font-size:.92rem;margin-top:14px;max-width:320px}
.socials{display:flex;gap:10px;margin-top:18px}
.socials a{
  width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.05);
  display:grid;place-items:center;color:var(--cream);border:1px solid rgba(201,162,76,.2);padding:0;
}
.socials a:hover{background:var(--gold);color:var(--black);border-color:var(--gold)}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.08);padding:22px 0;text-align:center;
  font-size:.82rem;color:#8e8576;
}
.footer-bottom a{color:#c8bfae;margin:0 8px}
.footer-bottom a:hover{color:var(--gold)}

/* ===== Page Head ===== */
.page-head{
  background:linear-gradient(135deg,var(--black) 0%,var(--burgundy-dark) 100%);
  color:var(--cream);padding:64px 0 56px;text-align:center;
}
.page-head h1{color:var(--white);margin:0}
.breadcrumb{font-size:.85rem;color:var(--gold);letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}
.breadcrumb a{color:var(--gold);opacity:.85}

/* ===== Filters ===== */
.listing{display:grid;grid-template-columns:260px 1fr;gap:32px}
.filter-card{
  background:var(--white);border-radius:var(--radius-lg);padding:22px;
  border:1px solid var(--gray-200);height:fit-content;position:sticky;top:100px;
}
.filter-card h4{font-family:var(--font-head);font-size:1rem;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--gray-200);color:var(--burgundy)}
.filter-card label{display:flex;align-items:center;gap:8px;margin-bottom:9px;font-size:.92rem;cursor:pointer;color:var(--gray-800)}
.filter-card input[type="checkbox"],.filter-card input[type="radio"]{accent-color:var(--burgundy)}
.search-bar{
  display:flex;gap:10px;margin-bottom:26px;background:var(--white);
  border:1px solid var(--gray-200);border-radius:999px;padding:6px 6px 6px 18px;
}
.search-bar input{
  flex:1;border:0;background:transparent;padding:10px 4px;font-size:.95rem;color:var(--gray-800);
  outline:none;font-family:var(--font-body);
}
.toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:22px;flex-wrap:wrap}
.toolbar select{
  border:1px solid var(--gray-200);border-radius:999px;padding:9px 16px;background:var(--white);
  font-family:inherit;font-size:.9rem;color:var(--gray-800);cursor:pointer;
}

/* ===== Product detail ===== */
.pd-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.pd-gallery{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}
.pd-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover}
.pd-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:10px}
.pd-thumbs img{aspect-ratio:1/1;border-radius:var(--radius);border:2px solid transparent;cursor:pointer;object-fit:cover;background:var(--white)}
.pd-thumbs img.active,.pd-thumbs img:hover{border-color:var(--gold)}
.pd-info h1{font-size:2rem;margin-bottom:6px}
.pd-meta{color:var(--gold);letter-spacing:.15em;font-size:.8rem;text-transform:uppercase;margin-bottom:14px}
.pd-price{display:flex;align-items:baseline;gap:14px;margin:18px 0}
.pd-price .big{font-family:var(--font-head);font-size:2.1rem;color:var(--burgundy);font-weight:700}
.pd-price .old{font-size:1rem;color:var(--gray-400);text-decoration:line-through}
.pd-price .off{background:var(--gold);color:var(--black);font-size:.75rem;padding:3px 10px;border-radius:999px;font-weight:700}
.pd-desc{color:var(--gray-600);margin-bottom:22px}
.pd-options{display:flex;flex-direction:column;gap:16px;margin-bottom:22px}
.pd-options label{font-size:.85rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-600);display:block;margin-bottom:6px}
.chip-group{display:flex;gap:8px;flex-wrap:wrap}
.chip{
  padding:10px 16px;border:1.5px solid var(--gray-200);border-radius:999px;background:var(--white);
  cursor:pointer;font-size:.88rem;transition:all .18s;font-family:inherit;color:var(--gray-800);
}
.chip.active,.chip:hover{border-color:var(--burgundy);background:var(--burgundy);color:var(--white)}
.qty-box{display:inline-flex;align-items:center;border:1.5px solid var(--gray-200);border-radius:999px;overflow:hidden;background:var(--white)}
.qty-box button{border:0;background:transparent;width:42px;height:42px;font-size:1.1rem;cursor:pointer;color:var(--burgundy);font-weight:700}
.qty-box button:hover{background:var(--cream)}
.qty-box input{width:52px;border:0;text-align:center;font-weight:600;font-size:1rem;background:transparent;font-family:inherit;color:var(--black);outline:none}
.pd-actions{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}
.pd-actions .btn{flex:1;min-width:160px}
.pd-tabs{margin-top:20px;border-top:1px solid var(--gray-200);padding-top:20px}
.tab-heads{display:flex;gap:24px;border-bottom:1px solid var(--gray-200);margin-bottom:18px;flex-wrap:wrap}
.tab-head{
  background:none;border:0;padding:12px 0;font-family:inherit;font-weight:600;font-size:.95rem;
  color:var(--gray-600);cursor:pointer;position:relative;
}
.tab-head.active{color:var(--burgundy)}
.tab-head.active::after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--gold)}
.tab-pane{display:none;color:var(--gray-600);line-height:1.7}
.tab-pane.active{display:block}
.tab-pane ul{padding-left:20px}

/* ===== Cart ===== */
.cart-grid{display:grid;grid-template-columns:2fr 1fr;gap:32px;align-items:start}
.cart-table{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}
.cart-row{
  display:grid;grid-template-columns:90px 1fr auto auto auto;gap:18px;align-items:center;
  padding:18px 22px;border-bottom:1px solid var(--gray-200);
}
.cart-row:last-child{border-bottom:0}
.cart-row img{width:90px;aspect-ratio:1/1;object-fit:cover;border-radius:var(--radius);background:var(--cream)}
.cart-row .pname{font-family:var(--font-head);color:var(--black);font-size:1.05rem;margin-bottom:4px}
.cart-row .pmeta{color:var(--gray-600);font-size:.85rem}
.cart-row .qty-mini{display:inline-flex;align-items:center;border:1px solid var(--gray-200);border-radius:999px}
.cart-row .qty-mini button{border:0;background:none;width:32px;height:32px;cursor:pointer;color:var(--burgundy);font-weight:700}
.cart-row .qty-mini input{width:36px;border:0;text-align:center;background:transparent;font-weight:600;outline:none;font-family:inherit}
.cart-row .line-price{font-family:var(--font-head);font-weight:700;color:var(--burgundy);font-size:1.05rem;min-width:90px;text-align:right}
.cart-row .remove{background:none;border:0;color:var(--gray-400);cursor:pointer;padding:6px;font-size:1.1rem}
.cart-row .remove:hover{color:var(--danger)}
.summary-card{
  background:var(--white);border-radius:var(--radius-lg);padding:28px;
  box-shadow:var(--shadow-sm);position:sticky;top:100px;
}
.summary-card h3{font-family:var(--font-head);margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid var(--gray-200)}
.summary-row{display:flex;justify-content:space-between;margin-bottom:12px;font-size:.95rem;color:var(--gray-600)}
.summary-row b{color:var(--black)}
.summary-total{display:flex;justify-content:space-between;margin:18px 0;padding-top:18px;border-top:1px solid var(--gray-200);font-family:var(--font-head);font-size:1.4rem;font-weight:700;color:var(--burgundy)}
.coupon{display:flex;gap:8px;margin:16px 0}
.coupon input{flex:1;padding:10px 14px;border:1px solid var(--gray-200);border-radius:999px;font-family:inherit;outline:none}
.empty{text-align:center;padding:64px 24px;color:var(--gray-600)}
.empty .big-ico{font-size:3rem;margin-bottom:14px;color:var(--gray-400)}

/* ===== Forms / Checkout ===== */
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}
.field.full{grid-column:1/-1}
.field label{font-size:.82rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-600)}
.field input,.field select,.field textarea{
  padding:12px 14px;border:1px solid var(--gray-200);border-radius:10px;background:var(--white);
  font-family:inherit;font-size:.95rem;color:var(--gray-800);outline:none;transition:border-color .18s;
}
.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--burgundy)}
.field textarea{min-height:110px;resize:vertical}
.card-panel{background:var(--white);padding:28px;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:22px}
.card-panel h3{font-family:var(--font-head);font-size:1.2rem;margin-bottom:18px;color:var(--burgundy)}
.pay-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-bottom:20px}
.pay-option{
  border:1.5px solid var(--gray-200);border-radius:var(--radius);padding:16px;cursor:pointer;
  transition:all .2s;background:var(--white);display:flex;flex-direction:column;gap:4px;
}
.pay-option:hover,.pay-option.active{border-color:var(--burgundy);background:#fdf9f0}
.pay-option b{font-family:var(--font-head);color:var(--black);display:block;margin-bottom:2px}
.pay-option small{color:var(--gray-600);font-size:.82rem}
.pay-option input{display:none}

/* ===== Admin ===== */
.admin-wrap{display:grid;grid-template-columns:240px 1fr;min-height:100vh}
.admin-side{background:var(--black);color:var(--cream);padding:28px 0}
.admin-side .logo{padding:0 24px 22px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:14px}
.admin-nav a{display:flex;align-items:center;gap:10px;padding:12px 24px;color:#c8bfae;border-left:3px solid transparent;font-size:.92rem}
.admin-nav a:hover,.admin-nav a.active{background:rgba(201,162,76,.1);color:var(--gold);border-left-color:var(--gold)}
.admin-main{padding:32px 40px;background:#faf6ed}
.admin-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;flex-wrap:wrap;gap:16px}
.admin-card{background:var(--white);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow-sm);margin-bottom:22px}
.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:18px;margin-bottom:28px}
.stat{background:var(--white);padding:22px;border-radius:var(--radius);border-left:4px solid var(--gold)}
.stat .label{font-size:.78rem;color:var(--gray-600);letter-spacing:.12em;text-transform:uppercase}
.stat .val{font-family:var(--font-head);font-size:1.75rem;color:var(--burgundy);font-weight:700;margin-top:4px}
.admin-table{width:100%;border-collapse:collapse;background:var(--white)}
.admin-table th,.admin-table td{padding:12px 14px;text-align:left;border-bottom:1px solid var(--gray-200);font-size:.9rem}
.admin-table th{background:#f5efe0;font-weight:700;color:var(--burgundy);font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}
.admin-table tr:hover td{background:#fdf9f0}
.admin-table .actions{display:flex;gap:6px}
.badge-status{padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:600}
.bs-pending{background:#fff2e0;color:#b56a00}
.bs-sent{background:#e5f2ff;color:#0066cc}
.bs-done{background:#e4f6e4;color:var(--success)}
.bs-cancel{background:#fde0e0;color:var(--danger)}

/* ===== Fixed WhatsApp ===== */
.whatsapp-fab{
  position:fixed;bottom:22px;right:22px;width:60px;height:60px;border-radius:50%;
  background:#25D366;color:#fff;display:grid;place-items:center;z-index:90;
  box-shadow:0 6px 20px rgba(37,211,102,.5);transition:transform .2s;
}
.whatsapp-fab:hover{transform:scale(1.08);color:#fff}
.whatsapp-fab svg{width:30px;height:30px}

/* ===== Toast ===== */
.toast{
  position:fixed;top:100px;right:22px;background:var(--black);color:var(--cream);
  padding:14px 20px;border-radius:var(--radius);box-shadow:var(--shadow-lg);
  border-left:4px solid var(--gold);z-index:200;transform:translateX(120%);transition:transform .3s;
}
.toast.show{transform:translateX(0)}

/* ===== Utility & Legal ===== */
.legal-body{max-width:820px;margin:0 auto}
.legal-body h2{color:var(--burgundy);margin-top:32px}
.legal-body h3{color:var(--black);margin-top:22px}
.legal-body p{color:var(--gray-600)}

/* ===== Responsive ===== */
@media (max-width:980px){
  .nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--black);padding:20px;flex-direction:column;align-items:flex-start;gap:14px;border-bottom:1px solid rgba(201,162,76,.15)}
  .nav.open{display:flex}
  .menu-toggle{display:grid;place-items:center}
  .contact-split{grid-template-columns:1fr}
  .listing{grid-template-columns:1fr}
  .filter-card{position:static}
  .pd-grid{grid-template-columns:1fr}
  .cart-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px}
  .admin-wrap{grid-template-columns:1fr}
  .admin-side{position:static}
  .form-grid{grid-template-columns:1fr}
  .cart-row{grid-template-columns:70px 1fr auto;gap:12px}
  .cart-row .qty-mini,.cart-row .line-price{grid-column:2}
  .cart-row .remove{grid-column:3;grid-row:1/3;align-self:start}
}
@media (max-width:560px){
  .section{padding:56px 0}
  .hero{min-height:540px}
  .footer-grid{grid-template-columns:1fr}
  .product-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}
  .hero-ctas{flex-direction:column;align-items:stretch}
  .hero-ctas .btn{width:100%}
}
