/* =====================================================================
   Golden Wine Shop — Démo statique
   Charte : Élégant & doré premium (bordeaux / noir profond / or)
   « Le vin qui vous fait confiance »
   ===================================================================== */

/* ------------------------------ Tokens ------------------------------ */
:root {
  --gold:        #C9A227;
  --gold-light:  #E4C766;
  --gold-dark:   #9c7d1a;
  --bordeaux:    #5A1220;
  --bordeaux-dk: #3d0c16;
  --ink:         #1a1416;   /* noir profond chaud */
  --ink-soft:    #2a2226;
  --cream:       #FBF7EF;
  --cream-2:     #F3EADB;
  --paper:       #ffffff;
  --muted:       #8a7f76;
  --line:        rgba(201,162,39,.22);

  --serif: 'Cormorant Garamond', 'Cormorant', Georgia, 'Times New Roman', serif;
  --sans:  'Mulish', 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --wrap: 1240px;
  --radius: 4px;
  --shadow: 0 18px 50px -20px rgba(0,0,0,.35);
  --shadow-sm: 0 8px 24px -14px rgba(0,0,0,.4);
  --t: .3s cubic-bezier(.22,.61,.36,1);
}

/* ------------------------------ Reset ------------------------------- */
*,*::before,*::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; transition: color var(--t); }
ul { list-style: none; padding: 0; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }
h1,h2,h3,h4 { font-family: var(--serif); font-weight: 600; line-height: 1.12; letter-spacing: .2px; }

/* ---------------------------- Utilities ---------------------------- */
.wrap { width: min(var(--wrap), 92%); margin-inline: auto; }
.section { padding: clamp(3.5rem, 8vw, 6.5rem) 0; }
.eyebrow {
  font-family: var(--sans);
  font-size: .72rem; font-weight: 700; letter-spacing: .32em;
  text-transform: uppercase; color: var(--gold-dark);
  display: inline-flex; align-items: center; gap: .7rem;
}
.eyebrow::before { content:""; width: 28px; height: 1px; background: var(--gold); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto clamp(2rem,4vw,3.2rem); }
.section-head .eyebrow::before,
.section-head .eyebrow::after { content:""; width: 28px; height: 1px; background: var(--gold); }
.section-head .eyebrow { justify-content: center; }
.section-title { font-size: clamp(2rem, 4.2vw, 3.1rem); color: var(--bordeaux); margin-top: .5rem; }
.section-sub { color: var(--muted); margin-top: .75rem; font-size: 1.02rem; }

.btn {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--sans); font-weight: 700; font-size: .82rem;
  letter-spacing: .12em; text-transform: uppercase;
  padding: .95rem 2rem; border-radius: var(--radius);
  transition: all var(--t); cursor: pointer; white-space: nowrap;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: var(--ink); box-shadow: 0 10px 24px -12px rgba(201,162,39,.8);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -12px rgba(201,162,39,.9); color: var(--ink); }
.btn-outline { border: 1.5px solid var(--gold); color: var(--gold-dark); }
.btn-outline:hover { background: var(--gold); color: var(--ink); }
.btn-ghost-light { border: 1.5px solid rgba(255,255,255,.5); color:#fff; }
.btn-ghost-light:hover { background:#fff; color: var(--bordeaux); }
.btn-block { width: 100%; justify-content: center; }

/* ------------------------- Announcement bar ------------------------ */
.topbar {
  background: var(--ink); color: var(--cream-2);
  font-size: .78rem; letter-spacing: .04em;
}
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 40px; gap: 1rem; }
.topbar strong { color: var(--gold-light); font-weight: 700; }
.topbar-msg { display: flex; align-items: center; gap: .5rem; }
.topbar-msg svg { color: var(--gold); }
.lang-switch { display: flex; gap: .15rem; align-items: center; }
.lang-switch a { padding: .2rem .5rem; border-radius: 3px; color: var(--muted); font-weight: 700; font-size: .72rem; letter-spacing: .06em; }
.lang-switch a.active { color: var(--ink); background: var(--gold-light); }
.lang-switch a:hover { color: var(--gold-light); }
.lang-switch a.active:hover { color: var(--ink); }

/* ------------------------------ Header ----------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(251,247,239,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow var(--t);
}
.site-header.scrolled { box-shadow: var(--shadow-sm); }
.header-inner { display: flex; align-items: center; gap: 2rem; min-height: 82px; }
.logo { display: flex; align-items: center; gap: .7rem; margin-right: auto; }
.logo-mark {
  width: 44px; height: 44px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--gold-light), var(--gold-dark));
  display: grid; place-items: center; color: var(--bordeaux-dk); box-shadow: var(--shadow-sm);
}
.logo-mark svg { width: 24px; height: 24px; }
.logo-text b { font-family: var(--serif); font-size: 1.5rem; color: var(--bordeaux); display:block; line-height: 1; letter-spacing: .5px; }
.logo-text span { font-size: .62rem; letter-spacing: .34em; text-transform: uppercase; color: var(--gold-dark); font-weight: 700; }

.nav { display: flex; gap: 2rem; }
.nav > a, .nav > .has-mega > a { font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft); position: relative; padding: .3rem 0; display: inline-flex; align-items: center; gap: .35rem; }
.nav > a::after, .nav > .has-mega > a::after { content:""; position:absolute; left:0; bottom:-2px; width:0; height:2px; background: var(--gold); transition: width var(--t); }
.nav > a:hover, .nav > a.active, .nav > .has-mega > a:hover, .nav > .has-mega.active > a { color: var(--bordeaux); }
.nav > a:hover::after, .nav > a.active::after, .nav > .has-mega:hover > a::after, .nav > .has-mega.active > a::after { width: 100%; }
.nav .caret { width: 12px; height: 12px; transition: transform var(--t); }
.nav .has-mega:hover .caret { transform: rotate(180deg); }

/* ------------------------- Méga-menu ------------------------------- */
.has-mega { position: static; }               /* le panneau s'étend sur toute la largeur */
.mega {
  position: absolute; left: 0; right: 0; top: 100%;
  background: var(--paper); border-top: 1px solid var(--line);
  box-shadow: 0 24px 40px -18px rgba(0,0,0,.28);
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity var(--t), transform var(--t), visibility var(--t);
  z-index: 55;
}
.has-mega:hover .mega, .has-mega:focus-within .mega { opacity: 1; visibility: visible; transform: translateY(0); }
.mega-inner { width: min(var(--wrap), 92%); margin-inline: auto; display: grid; grid-template-columns: 1fr 1fr 1fr 1.3fr; gap: 2.5rem; padding: 2.4rem 0 2.6rem; }
.mega-col h5 { font-family: var(--sans); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 1rem; padding-bottom: .6rem; border-bottom: 1px solid var(--line); }
.mega-col ul { display: grid; gap: .1rem; }
.mega-col li a { display: flex; align-items: center; justify-content: space-between; padding: .5rem .6rem; margin: 0 -.6rem; border-radius: 5px; font-size: .95rem; color: var(--ink-soft); font-weight: 500; transition: all var(--t); }
.mega-col li a:hover { background: var(--cream-2); color: var(--bordeaux); padding-left: 1rem; }
.mega-col li a .flag { margin-right: .55rem; }
.mega-col li a .m-count { color: var(--muted); font-size: .78rem; font-weight: 400; }
.mega-col .see-all { color: var(--gold-dark); font-weight: 700; font-size: .82rem; letter-spacing: .04em; }
.mega-col .see-all:hover { color: var(--bordeaux); }
.mega-promo { position: relative; border-radius: 10px; overflow: hidden; color:#fff; display: flex; align-items: flex-end; min-height: 220px; }
.mega-promo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mega-promo::after { content:""; position:absolute; inset:0; background: linear-gradient(to top, rgba(58,12,22,.9) 12%, rgba(58,12,22,.15) 70%); }
.mega-promo-body { position: relative; z-index: 2; padding: 1.5rem; }
.mega-promo .tagline { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-light); font-weight: 700; }
.mega-promo h4 { font-size: 1.4rem; margin: .3rem 0 .8rem; line-height: 1.15; }
.mega-promo .btn { padding: .6rem 1.2rem; font-size: .72rem; }

.header-actions { display: flex; align-items: center; gap: .35rem; }
.icon-btn {
  width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center;
  color: var(--ink-soft); position: relative; transition: all var(--t);
}
.icon-btn:hover { background: var(--cream-2); color: var(--bordeaux); }
.icon-btn svg { width: 20px; height: 20px; }
.badge {
  position: absolute; top: 4px; right: 4px; min-width: 17px; height: 17px; padding: 0 4px;
  background: var(--bordeaux); color:#fff; border-radius: 9px; font-size: .62rem; font-weight: 800;
  display: grid; place-items: center; font-family: var(--sans);
}
.burger { display: none; }

/* ------------------------------- Hero ------------------------------ */
.hero {
  position: relative; color: #fff; overflow: hidden;
  background: linear-gradient(105deg, var(--bordeaux-dk) 0%, var(--bordeaux) 45%, #6e1a2b 100%);
}
.hero::before {
  content:""; position:absolute; inset:0;
  background: url('../img/hero-bg.jpg') center/cover no-repeat;
  opacity: .22; mix-blend-mode: luminosity;
}
.hero::after {
  content:""; position:absolute; inset:0;
  background: radial-gradient(ellipse at 80% 20%, rgba(201,162,39,.28), transparent 55%);
}
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: center; padding: clamp(3.5rem,7vw,6rem) 0; }
.hero-badge {
  display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 1.5rem;
  padding: .5rem 1.1rem; border: 1px solid rgba(228,199,102,.45); border-radius: 40px;
  font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-light); font-weight: 700;
}
.hero h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); line-height: 1.02; }
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero-slogan {
  font-family: var(--serif); font-style: italic; font-size: clamp(1.3rem,2.6vw,1.9rem);
  color: var(--gold-light); margin: 1.2rem 0 .3rem;
}
.hero p.lead { color: rgba(255,255,255,.82); font-size: 1.08rem; max-width: 46ch; margin: 1.3rem 0 2rem; }
.hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-figure { position: relative; }
.hero-figure img { border-radius: 8px; box-shadow: var(--shadow); border: 4px solid rgba(228,199,102,.3); }
.hero-trust { display: flex; gap: 2.2rem; margin-top: 2.6rem; padding-top: 1.8rem; border-top: 1px solid rgba(255,255,255,.14); }
.hero-trust div { }
.hero-trust b { font-family: var(--serif); font-size: 1.9rem; color: var(--gold-light); display: block; }
.hero-trust span { font-size: .78rem; color: rgba(255,255,255,.7); letter-spacing: .04em; }

/* --------------------------- Trust strip --------------------------- */
.trust-strip { background: var(--ink); }
.trust-strip .wrap { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; }
.trust-item { display: flex; align-items: center; gap: 1rem; padding: 1.6rem 1.2rem; color: var(--cream-2); }
.trust-item svg { color: var(--gold); flex-shrink: 0; width: 30px; height: 30px; }
.trust-item b { display: block; font-family: var(--serif); font-size: 1.12rem; color: #fff; }
.trust-item span { font-size: .8rem; color: var(--muted); }

/* ---------------------------- Categories --------------------------- */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.cat-card {
  position: relative; border-radius: 8px; overflow: hidden; aspect-ratio: 3/4;
  display: flex; align-items: flex-end; color: #fff; box-shadow: var(--shadow-sm);
}
.cat-card img { position:absolute; inset:0; width:100%; height:100%; object-fit: cover; transition: transform .6s ease; }
.cat-card::after { content:""; position:absolute; inset:0; background: linear-gradient(to top, rgba(30,10,14,.85) 8%, transparent 60%); }
.cat-card:hover img { transform: scale(1.07); }
.cat-card-body { position: relative; z-index: 2; padding: 1.5rem; width: 100%; }
.cat-card h3 { font-size: 1.5rem; }
.cat-card span { font-size: .78rem; color: var(--gold-light); letter-spacing: .1em; text-transform: uppercase; }
.cat-card .arrow { margin-top: .6rem; display: inline-flex; align-items: center; gap: .4rem; font-size: .8rem; font-weight: 700; opacity: 0; transform: translateX(-6px); transition: all var(--t); }
.cat-card:hover .arrow { opacity: 1; transform: translateX(0); }

/* --------------------------- Product grid -------------------------- */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.6rem; }
.product-grid.cols-3 { grid-template-columns: repeat(3,1fr); }
.product-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 8px; overflow: hidden;
  display: flex; flex-direction: column; transition: all var(--t); position: relative;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--gold); }
.product-media { position: relative; aspect-ratio: 1; overflow: hidden;
  background: radial-gradient(circle at 50% 38%, #fff 0%, var(--cream-2) 78%); }
.product-media img { width: 100%; height: 100%; object-fit: contain; padding: 1.4rem 1rem; transition: transform .5s ease; }
.product-card:hover .product-media img { transform: scale(1.06); }
.ribbon {
  position: absolute; top: .9rem; left: .9rem; z-index: 3;
  background: var(--bordeaux); color:#fff; font-size: .68rem; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase; padding: .35rem .7rem; border-radius: 3px;
}
.ribbon.gold { background: linear-gradient(135deg,var(--gold),var(--gold-dark)); color: var(--ink); }
.wish {
  position: absolute; top: .8rem; right: .8rem; z-index: 3; width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,.9); display: grid; place-items: center; color: var(--bordeaux);
  opacity: 0; transform: translateY(-6px); transition: all var(--t); box-shadow: var(--shadow-sm);
}
.product-card:hover .wish { opacity: 1; transform: translateY(0); }
.wish:hover { background: var(--bordeaux); color:#fff; }
.product-body { padding: 1.2rem 1.3rem 1.4rem; display: flex; flex-direction: column; flex: 1; }
.product-region { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-dark); font-weight: 700; }
.product-name { font-family: var(--serif); font-size: 1.28rem; color: var(--ink); margin: .25rem 0 .1rem; }
.product-name a:hover { color: var(--bordeaux); }
.product-meta { font-size: .82rem; color: var(--muted); }
.stars { color: var(--gold); font-size: .85rem; letter-spacing: 1px; margin: .5rem 0; }
.stars small { color: var(--muted); margin-left: .3rem; letter-spacing: normal; }
.product-foot { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: .8rem; padding-top: .9rem; }
.price { font-family: var(--serif); font-size: 1.5rem; font-weight: 700; color: var(--bordeaux); }
.price small { font-size: .8rem; color: var(--muted); font-weight: 400; }
.price del { font-size: .95rem; color: var(--muted); font-weight: 400; margin-right: .4rem; }
.add-btn {
  width: 46px; height: 46px; border-radius: 50%; background: var(--ink); color: var(--gold-light);
  display: grid; place-items: center; transition: all var(--t); flex-shrink: 0;
}
.add-btn:hover { background: var(--gold); color: var(--ink); transform: rotate(90deg); }
.add-btn svg { width: 20px; height: 20px; }

/* --------------------------- Split feature -------------------------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4.5rem); align-items: center; }
.split-media img { border-radius: 10px; box-shadow: var(--shadow); }
.split-media { position: relative; }
.split-media .tag {
  position: absolute; bottom: -22px; left: -22px; background: var(--bordeaux); color:#fff;
  padding: 1.2rem 1.6rem; border-radius: 8px; box-shadow: var(--shadow); text-align: center;
}
.split-media .tag b { font-family: var(--serif); font-size: 2.2rem; color: var(--gold-light); display: block; line-height: 1; }
.split-media .tag span { font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.split ul.checks { margin: 1.6rem 0 2rem; display: grid; gap: .9rem; }
.split ul.checks li { display: flex; gap: .8rem; align-items: flex-start; }
.split ul.checks svg { color: var(--gold-dark); flex-shrink: 0; margin-top: 3px; }
.split ul.checks b { display: block; }
.split ul.checks p { color: var(--muted); font-size: .92rem; }

/* ------------------------------ Bandeau ---------------------------- */
.cta-band { background: linear-gradient(105deg, var(--bordeaux-dk), var(--bordeaux)); color:#fff; position: relative; overflow: hidden; }
.cta-band::after { content:""; position:absolute; inset:0; background: radial-gradient(circle at 15% 50%, rgba(201,162,39,.25), transparent 45%); }
.cta-band .wrap { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; padding: clamp(2.5rem,5vw,3.5rem) 0; }
.cta-band h2 { font-size: clamp(1.8rem,3.5vw,2.6rem); }
.cta-band h2 em { color: var(--gold-light); font-style: italic; }
.cta-band p { color: rgba(255,255,255,.8); margin-top: .5rem; }

/* --------------------------- Testimonials -------------------------- */
.testi { background: var(--ink) url('../img/testimonial-bg.jpg') center/cover; background-blend-mode: multiply; color:#fff; position: relative; }
.testi::before { content:""; position:absolute; inset:0; background: rgba(20,12,14,.86); }
.testi .wrap { position: relative; z-index: 2; }
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.testi-card { background: rgba(255,255,255,.04); border: 1px solid rgba(228,199,102,.18); border-radius: 8px; padding: 2rem; }
.testi-card .stars { margin-bottom: 1rem; }
.testi-card blockquote { font-family: var(--serif); font-size: 1.15rem; font-style: italic; line-height: 1.5; color: var(--cream); }
.testi-author { display: flex; align-items: center; gap: .8rem; margin-top: 1.4rem; }
.testi-author .av { width: 44px; height: 44px; border-radius: 50%; background: var(--gold); color: var(--bordeaux-dk); display: grid; place-items: center; font-weight: 800; font-family: var(--serif); }
.testi-author b { display: block; }
.testi-author span { font-size: .8rem; color: var(--muted); }

/* --------------------------- Newsletter ---------------------------- */
.newsletter { background: var(--cream-2); }
.newsletter .box { text-align: center; max-width: 620px; margin: 0 auto; }
.news-form { display: flex; gap: .6rem; margin-top: 1.5rem; }
.news-form input { flex: 1; padding: 1rem 1.2rem; border: 1px solid var(--line); border-radius: var(--radius); font-family: inherit; font-size: .95rem; background: #fff; }
.news-form input:focus { outline: 2px solid var(--gold); border-color: var(--gold); }

/* ------------------------------ Footer ----------------------------- */
.site-footer { background: var(--ink); color: var(--cream-2); padding-top: clamp(3rem,6vw,4.5rem); }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2.5rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-brand .logo-text b { color: #fff; }
.footer-brand p { color: var(--muted); font-size: .92rem; margin-top: 1rem; max-width: 34ch; }
.footer-social { display: flex; gap: .6rem; margin-top: 1.4rem; }
.footer-social a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(228,199,102,.3); display: grid; place-items: center; color: var(--gold-light); transition: all var(--t); }
.footer-social a:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.footer-col h4 { color: #fff; font-size: 1.05rem; margin-bottom: 1.2rem; }
.footer-col ul { display: grid; gap: .7rem; }
.footer-col a { color: var(--muted); font-size: .9rem; }
.footer-col a:hover { color: var(--gold-light); }
.footer-contact li { display: flex; gap: .7rem; align-items: flex-start; color: var(--muted); font-size: .9rem; margin-bottom: .8rem; }
.footer-contact svg { color: var(--gold); flex-shrink: 0; margin-top: 3px; width: 18px; height: 18px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding: 1.6rem 0; font-size: .82rem; color: var(--muted); flex-wrap: wrap; gap: 1rem; }
.footer-bottom a { color: var(--muted); }
.footer-bottom a:hover { color: var(--gold-light); }
.pay-note { display: inline-flex; align-items: center; gap: .5rem; color: var(--gold-light); }

/* --------------------------- Page header --------------------------- */
.page-hero { background: linear-gradient(105deg,var(--bordeaux-dk),var(--bordeaux)); color:#fff; padding: clamp(3rem,6vw,4.5rem) 0; position: relative; overflow: hidden; }
.page-hero::after { content:""; position:absolute; inset:0; background: radial-gradient(circle at 85% 30%, rgba(201,162,39,.22), transparent 50%); }
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(2.2rem,5vw,3.4rem); }
.breadcrumb { font-size: .82rem; color: rgba(255,255,255,.7); margin-top: .6rem; display: flex; gap: .5rem; }
.breadcrumb a:hover { color: var(--gold-light); }
.breadcrumb span { color: var(--gold-light); }

/* ------------------------------ Shop ------------------------------- */
.shop-layout { display: grid; grid-template-columns: 260px 1fr; gap: 2.5rem; align-items: start; }
.filters { position: sticky; top: 110px; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; padding: 1.6rem; }
.filter-group { padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.filter-group:last-child { border-bottom: 0; padding-bottom: 0; }
.filter-group:first-child { padding-top: 0; }
.filter-group h4 { font-family: var(--sans); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: var(--bordeaux); margin-bottom: .9rem; }
.filter-opt { display: flex; align-items: center; gap: .6rem; padding: .3rem 0; font-size: .9rem; color: var(--ink-soft); cursor: pointer; }
.filter-opt input { accent-color: var(--gold-dark); width: 16px; height: 16px; }
.filter-opt .count { margin-left: auto; color: var(--muted); font-size: .8rem; }
.filter-opt:hover { color: var(--bordeaux); }
.shop-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.6rem; gap: 1rem; flex-wrap: wrap; }
.shop-toolbar .count { color: var(--muted); font-size: .9rem; }
.shop-toolbar select { padding: .6rem 1rem; border: 1px solid var(--line); border-radius: var(--radius); font-family: inherit; background: #fff; color: var(--ink); }
.pagination { display: flex; gap: .5rem; justify-content: center; margin-top: 3rem; }
.pagination a { width: 44px; height: 44px; border-radius: 6px; display: grid; place-items: center; border: 1px solid var(--line); font-weight: 700; color: var(--ink-soft); }
.pagination a.active { background: var(--bordeaux); color:#fff; border-color: var(--bordeaux); }
.pagination a:hover:not(.active) { border-color: var(--gold); color: var(--bordeaux); }

/* ---------------------------- Single product ----------------------- */
.pdp { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,4vw,3.5rem); align-items: start; }
.pdp-gallery { position: sticky; top: 110px; }
.pdp-main { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; aspect-ratio: 1;
  background: radial-gradient(circle at 50% 40%, #fff 0%, var(--cream-2) 80%); }
.pdp-main img { width: 100%; height: 100%; object-fit: contain; padding: 2rem; }
.pdp-thumbs { display: grid; grid-template-columns: repeat(4,1fr); gap: .7rem; margin-top: .8rem; }
.pdp-thumbs img { border: 1px solid var(--line); border-radius: 6px; aspect-ratio: 1; object-fit: cover; cursor: pointer; transition: border-color var(--t); }
.pdp-thumbs img:hover { border-color: var(--gold); }
.pdp-info h1 { font-size: clamp(2rem,4vw,2.8rem); color: var(--ink); margin: .4rem 0; }
.pdp-price { font-family: var(--serif); font-size: 2.4rem; font-weight: 700; color: var(--bordeaux); margin: 1rem 0; }
.pdp-price small { font-size: 1rem; color: var(--muted); font-weight: 400; }
.pdp-desc { color: var(--ink-soft); margin: 1.2rem 0; }
.pdp-specs { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; margin: 1.5rem 0; }
.pdp-specs div { display: flex; justify-content: space-between; padding: .8rem 1.2rem; font-size: .92rem; }
.pdp-specs div:nth-child(odd) { background: var(--cream-2); }
.pdp-specs span:first-child { color: var(--muted); }
.pdp-specs span:last-child { font-weight: 700; color: var(--ink); }
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.qty button { width: 44px; height: 48px; font-size: 1.2rem; color: var(--bordeaux); background: var(--cream-2); }
.qty input { width: 54px; height: 48px; text-align: center; border: 0; font-family: inherit; font-size: 1rem; font-weight: 700; }
.pdp-actions { display: flex; gap: .8rem; margin: 1.5rem 0; flex-wrap: wrap; }
.pdp-trust { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 1.5rem; }
.pdp-trust div { text-align: center; padding: 1.2rem .5rem; background: var(--cream-2); border-radius: 8px; }
.pdp-trust svg { color: var(--gold-dark); margin: 0 auto .5rem; }
.pdp-trust b { display: block; font-size: .85rem; }
.pdp-trust span { font-size: .74rem; color: var(--muted); }

/* ------------------------------ Cart ------------------------------- */
.cart-layout { display: grid; grid-template-columns: 1fr 380px; gap: 2.5rem; align-items: start; }
.cart-table { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.cart-row { display: grid; grid-template-columns: 90px 1fr auto auto auto; gap: 1.2rem; align-items: center; padding: 1.3rem 1.5rem; border-bottom: 1px solid var(--line); }
.cart-row:last-child { border-bottom: 0; }
.cart-row img { width: 90px; height: 90px; object-fit: cover; border-radius: 6px; }
.cart-row .c-name { font-family: var(--serif); font-size: 1.15rem; color: var(--ink); }
.cart-row .c-region { font-size: .78rem; color: var(--gold-dark); text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.cart-row .c-price { font-weight: 700; color: var(--bordeaux); font-family: var(--serif); font-size: 1.2rem; }
.cart-row .c-remove { color: var(--muted); width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; }
.cart-row .c-remove:hover { background: #f7e8e8; color: var(--bordeaux); }
.cart-qty { display: inline-flex; border: 1px solid var(--line); border-radius: var(--radius); }
.cart-qty button { width: 34px; height: 38px; color: var(--bordeaux); }
.cart-qty input { width: 42px; text-align: center; border: 0; font-weight: 700; font-family: inherit; }
.summary { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: 1.8rem; position: sticky; top: 110px; }
.summary h3 { color: var(--bordeaux); font-size: 1.5rem; margin-bottom: 1.2rem; }
.summary-row { display: flex; justify-content: space-between; padding: .7rem 0; font-size: .95rem; }
.summary-row.total { border-top: 2px solid var(--line); margin-top: .6rem; padding-top: 1.1rem; font-size: 1.3rem; font-family: var(--serif); font-weight: 700; color: var(--bordeaux); }
.summary .pay-highlight { background: linear-gradient(135deg, rgba(201,162,39,.14), rgba(201,162,39,.05)); border: 1px solid var(--line); border-radius: 8px; padding: 1rem 1.2rem; margin: 1.2rem 0; display: flex; gap: .8rem; align-items: flex-start; }
.summary .pay-highlight svg { color: var(--gold-dark); flex-shrink: 0; margin-top: 2px; }
.summary .pay-highlight b { color: var(--bordeaux); font-size: .92rem; display: block; }
.summary .pay-highlight span { font-size: .82rem; color: var(--muted); }
.promo { display: flex; gap: .5rem; margin: 1.2rem 0; }
.promo input { flex: 1; padding: .8rem 1rem; border: 1px solid var(--line); border-radius: var(--radius); font-family: inherit; }

/* ------------------------- Steps (checkout) ------------------------ */
.steps { display: flex; justify-content: center; gap: 0; margin-bottom: 2.5rem; flex-wrap: wrap; }
.step { display: flex; align-items: center; gap: .6rem; color: var(--muted); font-size: .85rem; font-weight: 700; }
.step .n { width: 30px; height: 30px; border-radius: 50%; border: 2px solid var(--line); display: grid; place-items: center; font-family: var(--serif); }
.step.active { color: var(--bordeaux); }
.step.active .n { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.step.done .n { background: var(--bordeaux); border-color: var(--bordeaux); color:#fff; }
.step-line { width: 60px; height: 2px; background: var(--line); margin: 0 1rem; }

/* -------------------------------- Fade ----------------------------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------------------------- Responsive --------------------------- */
@media (max-width: 1080px) {
  .cat-grid, .product-grid, .product-grid.cols-3 { grid-template-columns: repeat(3,1fr); }
  .testi-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 900px) {
  .nav, .header-actions .icon-btn.search-only { display: none; }
  .burger { display: grid; }
  .hero-inner, .split, .pdp, .cart-layout, .shop-layout { grid-template-columns: 1fr; }
  .hero-figure { order: -1; max-width: 420px; }
  .pdp-gallery, .filters, .summary { position: static; }
  .cart-layout { gap: 1.8rem; }
  .trust-strip .wrap { grid-template-columns: 1fr 1fr; }
  .shop-layout { grid-template-columns: 1fr; }
  .filters { display: none; }
  .filters.open { display: block; }
}
@media (max-width: 620px) {
  .cat-grid, .product-grid, .product-grid.cols-3 { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .trust-strip .wrap { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .topbar .topbar-msg span.hide-sm { display: none; }
  .hero-trust { gap: 1.3rem; }
  .cart-row { grid-template-columns: 70px 1fr; grid-auto-flow: row; }
  .cart-row img { width: 70px; height: 70px; }
  .pdp-actions .btn { flex: 1; }
  .news-form { flex-direction: column; }
  .section-title { font-size: 1.8rem; }
}

/* ------------------------- Mobile drawer nav ----------------------- */
.drawer-backdrop { position: fixed; inset: 0; background: rgba(20,12,14,.6); z-index: 60; opacity: 0; visibility: hidden; transition: all var(--t); }
.drawer-backdrop.open { opacity: 1; visibility: visible; }
.drawer { position: fixed; top: 0; right: -320px; width: 300px; max-width: 85vw; height: 100%; background: var(--cream); z-index: 61; transition: right var(--t); padding: 1.5rem; overflow-y: auto; box-shadow: var(--shadow); }
.drawer.open { right: 0; }
.drawer-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; }
.drawer nav > a,
.drawer .m-acc > button { display: flex; width: 100%; align-items: center; justify-content: space-between; text-align: left; padding: 1rem 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.3rem; color: var(--bordeaux); }
.drawer .m-acc > button svg { width: 18px; height: 18px; color: var(--gold-dark); transition: transform var(--t); flex-shrink: 0; }
.drawer .m-acc.open > button svg { transform: rotate(180deg); }
.drawer .m-acc-panel { max-height: 0; overflow: hidden; transition: max-height var(--t); }
.drawer .m-acc.open .m-acc-panel { max-height: 620px; }
.drawer .m-acc-panel a { display: block; padding: .6rem 0 .6rem 1rem; font-family: var(--sans); font-size: .98rem; color: var(--ink-soft); border-bottom: 1px solid var(--cream-2); }
.drawer .m-acc-panel a:hover { color: var(--bordeaux); }
.drawer .m-acc-panel h6 { font-family: var(--sans); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-dark); margin: .9rem 0 .3rem; padding-left: 1rem; }
.drawer .lang-switch { margin-top: 1.5rem; justify-content: center; }
.drawer .lang-switch a { color: var(--ink-soft); }
