/* ============================================================
   Bollywood Bazaar — Arabische couture webshop (demo)
   All styling in one file. Mobile-first (~375px base),
   then 768px + 1024px breakpoints. No horizontal overflow.
   ============================================================ */

/* ---------- Design tokens ---------- */
:root{
  --ivory:#FBF5F2;
  --poudre:#F6E8E2;
  --poudre-deep:#F2DDD6;
  --aubergine:#3E2A35;
  --rose-muted:#7A5E68;
  --rose:#C4808C;
  --rose-soft:#D9A6AF;
  --gold:#C9A867;
  --gold-deep:#B9924E;
  --voile:#EBD9D3;
  --ivory-light:#FFFDFC;

  --shadow-soft:0 12px 40px rgba(62,42,53,0.08);
  --shadow-lift:0 20px 54px rgba(62,42,53,0.16);
  --radius:0.75rem;
  --radius-lg:1.25rem;

  --serif:'Cormorant Garamond',Georgia,serif;
  --sans:'Mulish','Segoe UI',Tahoma,sans-serif;
  --script:'Parisienne',cursive;

  --container:1200px;
  --header-h:76px;
  --ease:cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset-ish ---------- */
*,*::before,*::after{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;}
body{
  margin:0;
  font-family:var(--sans);
  font-weight:400;
  font-size:1rem;
  line-height:1.65;
  color:var(--aubergine);
  background:var(--ivory);
  overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block;}
a{color:inherit;text-decoration:none;}
button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit;}
input,select,textarea{font-family:inherit;font-size:1rem;color:inherit;}
ul{list-style:none;margin:0;padding:0;}
h1,h2,h3,h4,p{margin:0;}

/* ---------- Typography ---------- */
h1,h2,h3{font-family:var(--serif);font-weight:600;color:var(--aubergine);line-height:1.1;}
h1{font-size:2.25rem;}
h2{font-size:1.75rem;line-height:1.15;}
h3{font-size:1.25rem;}
.eyebrow{
  font-family:var(--script);
  font-size:1.5rem;
  color:var(--gold-deep);
  line-height:1;
  display:block;
  margin-bottom:.35rem;
}
.label{
  font-family:var(--sans);
  font-weight:700;
  font-size:.8125rem;
  text-transform:uppercase;
  letter-spacing:.14em;
  color:var(--gold-deep);
}
.lede{font-size:1.0625rem;color:var(--rose-muted);max-width:56ch;}
.meta{font-size:.875rem;color:var(--rose-muted);}

/* ---------- Layout helpers ---------- */
.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:1.25rem;}
.section{padding-block:3.25rem;}
.section-tight{padding-block:2rem;}
.center{text-align:center;}
.hide-mobile{display:none;}
.mt-2{margin-top:1.5rem;}
.mt-3{margin-top:2.25rem;}
.section-head{max-width:60ch;margin-inline:auto;margin-bottom:2rem;}
.section-head.center{text-align:center;}
.stack-sm>*+*{margin-top:.6rem;}

.skip-link{
  position:absolute;left:.5rem;top:-3rem;z-index:200;
  background:var(--aubergine);color:var(--ivory);
  padding:.6rem 1rem;border-radius:var(--radius);
  transition:top .2s var(--ease);
}
.skip-link:focus{top:.5rem;}

:focus-visible{outline:2px solid var(--gold-deep);outline-offset:3px;border-radius:4px;}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  min-height:48px;padding:.85rem 1.5rem;
  font-family:var(--sans);font-weight:700;font-size:.9375rem;
  letter-spacing:.02em;
  border-radius:999px;
  transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .25s var(--ease),color .25s var(--ease),border-color .25s var(--ease);
  border:1.5px solid transparent;
}
.btn-primary{background:var(--aubergine);color:var(--ivory);}
.btn-primary:hover{border-color:var(--gold);box-shadow:var(--shadow-soft);transform:translateY(-2px);}
.btn-secondary{border-color:var(--rose);color:var(--aubergine);background:transparent;}
.btn-secondary:hover{background:var(--rose);color:#fff;transform:translateY(-2px);}
.btn-gold{background:var(--gold-deep);color:#fff;}
.btn-gold:hover{background:var(--gold);transform:translateY(-2px);}
.btn-block{width:100%;}
.btn-lg{min-height:52px;padding:1rem 1.75rem;font-size:1rem;}

/* ---------- Gold arabesque divider ---------- */
.divider{display:block;width:100%;max-width:340px;margin:2.25rem auto;height:26px;color:var(--gold);opacity:.85;}
.divider svg{width:100%;height:100%;display:block;}

/* ---------- Ruit ornament bullet ---------- */
.diamond-bullet{position:relative;padding-left:1.6rem;}
.diamond-bullet::before{
  content:'';position:absolute;left:0;top:.55em;
  width:8px;height:8px;background:var(--gold);
  transform:rotate(45deg);border-radius:1px;
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(251,245,242,.86);
  backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
  border-bottom:1px solid var(--voile);
  transition:box-shadow .3s var(--ease),padding .3s var(--ease),background .3s var(--ease);
}
.site-header.condensed{box-shadow:0 6px 24px rgba(62,42,53,.07);background:rgba(251,245,242,.96);}
.header-inner{
  display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.3rem;
  min-height:var(--header-h);padding-inline:0.9rem;
  transition:min-height .3s var(--ease);
}
/* mobile: hamburger left, logo centered, actions right */
.header-inner>.hamburger{justify-self:start;}
.header-inner>.logo{justify-self:center;}
.header-inner>.header-actions{justify-self:end;}
/* mobile: language pills stay (compacted); only the header WhatsApp icon is hidden (floating button stays) */
.header-actions .icon-btn.hide-mobile{display:none;}
.site-header.condensed .header-inner{min-height:60px;}

/* Logo (pure CSS wordmark) */
.logo{display:block;text-align:center;line-height:1;padding:.25rem 0;}
.logo-pre{
  display:block;
  font-family:var(--sans);font-weight:600;
  font-size:.6875rem;letter-spacing:.42em;text-transform:uppercase;
  color:var(--gold-deep);margin-bottom:.15rem;margin-right:-.42em;
}
.logo-main{
  display:block;position:relative;
  font-family:var(--serif);font-weight:500;
  font-size:2rem;letter-spacing:.06em;color:var(--aubergine);line-height:1;
}
.logo-main::after{
  content:'';display:block;margin:.4rem auto 0;width:72px;height:1px;
  background:linear-gradient(90deg,transparent,var(--gold) 20%,var(--gold) 80%,transparent);
}
.logo::after{
  content:'';display:block;width:5px;height:5px;margin:-.5rem auto 0;
  background:var(--gold);transform:rotate(45deg);position:relative;
}
.site-header.condensed .logo-pre{opacity:0;height:0;margin:0;overflow:hidden;transition:.2s;}
.site-header.condensed .logo-main{font-size:1.5rem;}
.site-header.condensed .logo-main::after,.site-header.condensed .logo::after{opacity:0;}

/* Desktop nav */
.main-nav{display:none;}
.main-nav ul{display:flex;gap:1.6rem;align-items:center;}
.main-nav a{
  font-weight:600;font-size:.95rem;color:var(--aubergine);
  padding:.35rem 0;position:relative;transition:color .2s var(--ease);
}
.main-nav a::after{
  content:'';position:absolute;left:0;right:0;bottom:-2px;height:1.5px;
  background:var(--gold);transform:scaleX(0);transform-origin:center;
  transition:transform .25s var(--ease);
}
.main-nav a:hover,.main-nav a[aria-current="page"]{color:var(--gold-deep);}
.main-nav a:hover::after,.main-nav a[aria-current="page"]::after{transform:scaleX(1);}

/* Header actions */
.header-actions{display:flex;align-items:center;gap:.2rem;}
.icon-btn{
  display:inline-flex;align-items:center;justify-content:center;
  width:44px;height:44px;border-radius:50%;position:relative;
  color:var(--aubergine);transition:background .2s var(--ease),color .2s var(--ease);
}
.icon-btn:hover{background:var(--poudre);color:var(--gold-deep);}
.icon-btn svg{width:22px;height:22px;}
.cart-badge{
  position:absolute;top:4px;right:2px;min-width:18px;height:18px;padding:0 4px;
  background:var(--rose);color:#fff;border-radius:999px;
  font-size:.6875rem;font-weight:700;line-height:18px;text-align:center;
  transition:transform .25s var(--ease);
}
.cart-badge.pop{transform:scale(1.4);}

/* Language switcher */
.lang-switch{display:flex;align-items:center;gap:.1rem;border:1px solid var(--voile);border-radius:999px;padding:.1rem;background:var(--ivory-light);}
.lang-switch button{
  font-size:.64rem;font-weight:700;letter-spacing:0;color:var(--rose-muted);
  padding:.24rem .26rem;border-radius:999px;min-height:30px;min-width:23px;
  transition:background .2s,color .2s;
}
.lang-switch button[aria-pressed="true"]{background:var(--aubergine);color:var(--ivory);}
.lang-switch button:hover{color:var(--gold-deep);}

/* Hamburger */
.hamburger{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;}
.hamburger span{display:block;height:2px;width:100%;background:var(--aubergine);border-radius:2px;transition:transform .3s var(--ease),opacity .2s;}
.hamburger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.hamburger[aria-expanded="true"] span:nth-child(2){opacity:0;}
.hamburger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

/* Mobile drawer */
.drawer-backdrop{
  position:fixed;inset:0;z-index:110;background:rgba(62,42,53,.42);
  opacity:0;visibility:hidden;transition:opacity .3s var(--ease),visibility .3s;
  backdrop-filter:blur(2px);
}
.drawer-backdrop.open{opacity:1;visibility:visible;}
.mobile-drawer{
  position:fixed;top:0;left:0;bottom:0;z-index:120;width:min(84vw,340px);
  background:var(--ivory);padding:1.5rem 1.5rem 2rem;
  transform:translateX(-102%);transition:transform .34s var(--ease);
  overflow-y:auto;box-shadow:var(--shadow-lift);
  display:flex;flex-direction:column;
}
.mobile-drawer.open{transform:translateX(0);}
.drawer-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;}
.drawer-close{width:44px;height:44px;font-size:1.6rem;line-height:1;color:var(--aubergine);}
.mobile-drawer nav ul{display:flex;flex-direction:column;gap:.25rem;}
.mobile-drawer nav a{
  display:block;font-family:var(--serif);font-size:1.5rem;font-weight:600;
  padding:.7rem 0;border-bottom:1px solid var(--voile);color:var(--aubergine);
}
.mobile-drawer nav a[aria-current="page"]{color:var(--gold-deep);}
.drawer-foot{margin-top:auto;padding-top:1.5rem;}
.drawer-foot .btn{margin-top:1rem;}

/* RTL flips */
[dir="rtl"] .mobile-drawer{left:auto;right:0;transform:translateX(102%);}
[dir="rtl"] .mobile-drawer.open{transform:translateX(0);}
[dir="rtl"] .logo-pre{margin-right:0;margin-left:-.42em;}

/* ============================================================
   HERO
   ============================================================ */
/* Dark, dramatic, spotlit hero */
.hero{
  background:
    radial-gradient(62% 60% at 72% 42%,rgba(201,168,103,.24),transparent 62%),
    linear-gradient(150deg,#281620 0%,#3E2A35 52%,#301d29 100%);
  color:var(--poudre);position:relative;overflow:hidden;
}
.hero::before{ /* soft top-down vignette for depth */
  content:'';position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(120% 80% at 50% 0%,transparent 55%,rgba(0,0,0,.28));
}
.hero::after{ /* fine grain */
  content:'';position:absolute;inset:0;pointer-events:none;opacity:.4;
  background-image:radial-gradient(rgba(255,255,255,.05) .5px,transparent .5px);
  background-size:4px 4px;
}
.hero-inner{
  display:flex;flex-direction:column;gap:1.4rem;
  padding-block:2.25rem 2.75rem;position:relative;z-index:1;
}
.hero .eyebrow{color:var(--gold);font-size:1.3rem;}
.hero-copy h1{margin-bottom:.9rem;color:var(--ivory);font-size:2.35rem;line-height:1.12;}
/* smaller, better-proportioned hero buttons on mobile */
.hero .hero-cta .btn{min-height:46px;padding:.7rem 1.25rem;font-size:.9rem;}
/* Gold accent word — plain gold; renders in NL/FR/AR (AR in Arabic font) */
.script-word{font-family:var(--script);font-weight:400;color:var(--gold-deep);font-size:1.18em;}
.hero .script-word{color:#e6c483;}
[lang="ar"] .script-word{font-family:'Noto Naskh Arabic',var(--serif);font-weight:600;}
.hero-sub{font-size:1.0625rem;color:rgba(246,232,226,.82);max-width:46ch;margin-bottom:1.6rem;}
.hero-cta{display:flex;flex-wrap:wrap;gap:.85rem;}
.hero .btn-primary{background:var(--gold-deep);color:#2b1a24;}
.hero .btn-primary:hover{background:var(--gold);border-color:transparent;box-shadow:0 12px 34px rgba(201,168,103,.32);}
.hero .btn-secondary{border-color:rgba(246,232,226,.45);color:var(--ivory);}
.hero .btn-secondary:hover{background:rgba(246,232,226,.12);border-color:var(--gold);color:var(--ivory);}
.hero-media{position:relative;}
.hero-media::before{ /* warm spotlight glow behind the gown */
  content:'';position:absolute;inset:-14% -10%;z-index:0;
  background:radial-gradient(50% 52% at 50% 42%,rgba(201,168,103,.55),transparent 68%);
  filter:blur(34px);
}
.hero-media img{
  position:relative;z-index:1;
  width:100%;border-radius:var(--radius-lg);
  box-shadow:0 34px 80px rgba(0,0,0,.55),0 0 0 1px rgba(201,168,103,.4);
  aspect-ratio:4/5;object-fit:cover;object-position:top center;
}
.hero-badge{
  position:absolute;bottom:1rem;left:1rem;z-index:2;
  background:rgba(40,22,32,.72);backdrop-filter:blur(6px);
  border:1px solid rgba(201,168,103,.55);
  border-radius:999px;padding:.5rem 1rem;font-size:.8125rem;font-weight:700;
  color:var(--ivory);box-shadow:0 8px 24px rgba(0,0,0,.35);
  display:flex;align-items:center;gap:.4rem;
}
.hero-badge .stars{color:var(--gold);}

/* ============================================================
   USP row
   ============================================================ */
.usp-grid{display:grid;gap:1.25rem;grid-template-columns:1fr;}
.usp{
  background:var(--ivory-light);border:1px solid var(--voile);
  border-radius:var(--radius);padding:1.4rem 1.4rem 1.5rem;
  box-shadow:var(--shadow-soft);
}
.usp h3{font-size:1.125rem;margin-bottom:.4rem;position:relative;padding-left:1.5rem;}
.usp h3::before{
  content:'';position:absolute;left:0;top:.45em;width:9px;height:9px;
  background:var(--gold);transform:rotate(45deg);border-radius:1px;
}
.usp p{font-size:.95rem;color:var(--rose-muted);margin:0;}

/* ============================================================
   Category tiles
   ============================================================ */
.cat-grid{display:grid;gap:1rem;grid-template-columns:1fr 1fr;}
.cat-tile{
  position:relative;border-radius:var(--radius);overflow:hidden;
  aspect-ratio:3/4;box-shadow:var(--shadow-soft);display:block;
}
.cat-tile img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .5s var(--ease);}
.cat-tile:hover img{transform:scale(1.06);}
.cat-tile::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(62,42,53,.7) 0%,rgba(62,42,53,.12) 45%,transparent 70%);}
.cat-tile .cat-body{position:absolute;left:0;right:0;bottom:0;z-index:1;padding:1rem;color:#fff;}
.cat-tile h3{color:#fff;font-size:1.25rem;margin-bottom:.15rem;}
.cat-tile p{font-size:.8rem;color:rgba(255,255,255,.9);margin:0;line-height:1.4;}
.cat-tile .cat-link{display:inline-flex;align-items:center;gap:.3rem;margin-top:.5rem;font-size:.8rem;font-weight:700;color:var(--gold);letter-spacing:.03em;}

/* ============================================================
   Product grid + cards
   ============================================================ */
.product-grid{display:grid;gap:1.25rem;grid-template-columns:1fr 1fr;}
.product-card{
  background:var(--ivory-light);border:1px solid var(--voile);
  border-radius:var(--radius);overflow:hidden;position:relative;
  display:flex;flex-direction:column;
  transition:transform .3s var(--ease),box-shadow .3s var(--ease);
}
.product-card:not(.sold):hover{transform:translateY(-5px);box-shadow:var(--shadow-lift);}
.product-card a.card-media{display:block;position:relative;}
.card-media{aspect-ratio:3/4;overflow:hidden;background:var(--poudre);}
.card-media img{width:100%;height:100%;object-fit:cover;object-position:top center;transition:transform .5s var(--ease);}
.product-card:not(.sold):hover .card-media img{transform:scale(1.05);}
.card-body{padding:.85rem .9rem 1.1rem;display:flex;flex-direction:column;gap:.15rem;flex:1;}
.card-cat{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:var(--gold-deep);}
.card-name{font-family:var(--serif);font-weight:600;font-size:1.125rem;line-height:1.2;margin-top:.1rem;}
.card-name a:hover{color:var(--gold-deep);}
.card-price{font-weight:700;font-size:1.0625rem;color:var(--aubergine);margin-top:.3rem;}
.card-rent{font-size:.8125rem;color:var(--rose-muted);}
.card-price .was{text-decoration:line-through;color:var(--rose-muted);font-weight:400;margin-right:.4rem;}

/* Badges */
.badges{position:absolute;top:.6rem;left:.6rem;display:flex;flex-direction:column;gap:.35rem;z-index:2;}
.badge{
  font-size:.7rem;font-weight:700;letter-spacing:.03em;
  padding:.28rem .6rem;border-radius:999px;white-space:nowrap;
  box-shadow:0 2px 8px rgba(62,42,53,.12);
}
.badge-rent{background:var(--gold-deep);color:#fff;}
.badge-new{background:var(--poudre);color:var(--aubergine);border:1px solid var(--gold);}
.badge-best{background:var(--aubergine);color:var(--ivory);}
.badge-sold{background:var(--rose);color:#fff;}
.product-card.sold{opacity:.72;}
.product-card.sold .card-media img{filter:grayscale(.25);}
.product-card.sold{pointer-events:auto;}
.product-card.sold .card-media{pointer-events:none;cursor:default;}

.filter-empty{grid-column:1/-1;text-align:center;color:var(--rose-muted);padding:2rem 0;display:none;}

/* Filter chips */
.filter-bar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.75rem;justify-content:center;}
.chip{
  border:1.5px solid var(--voile);border-radius:999px;
  padding:.5rem 1rem;min-height:40px;font-size:.875rem;font-weight:600;
  color:var(--rose-muted);background:var(--ivory-light);
  transition:all .2s var(--ease);
}
.chip:hover{border-color:var(--gold);color:var(--gold-deep);}
.chip[aria-pressed="true"]{background:var(--aubergine);color:var(--ivory);border-color:var(--aubergine);}

/* Colour filter row */
.color-bar{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;align-items:center;margin:-.5rem 0 1.9rem;}
.color-bar-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--rose-muted);margin-right:.2rem;}
.color-chip{
  display:inline-flex;align-items:center;gap:.45rem;
  border:1.5px solid var(--voile);border-radius:999px;
  padding:.4rem .85rem;min-height:38px;font-size:.85rem;font-weight:600;
  color:var(--rose-muted);background:var(--ivory-light);transition:all .2s var(--ease);
}
.color-chip:hover{border-color:var(--gold);color:var(--gold-deep);}
.color-chip[aria-pressed="true"]{background:var(--aubergine);color:var(--ivory);border-color:var(--aubergine);}
.color-dot{
  display:inline-block;width:14px;height:14px;border-radius:50%;
  background:var(--dot,#ccc);border:1px solid rgba(62,42,53,.15);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.45);flex:0 0 auto;
}

/* Colour dot on product-card preview */
.card-dot{
  position:absolute;top:.6rem;right:.6rem;z-index:2;
  width:18px;height:18px;border-radius:50%;
  background:var(--dot,#ccc);border:2px solid rgba(255,255,255,.92);
  box-shadow:0 2px 6px rgba(62,42,53,.28);
}
[dir="rtl"] .card-dot{right:auto;left:.6rem;}

/* ============================================================
   Waarom / watermark section
   ============================================================ */
.watermark-wrap{position:relative;overflow:hidden;background:var(--poudre);border-radius:var(--radius-lg);}
.watermark-wrap::before{
  content:'B';position:absolute;right:-2rem;top:50%;transform:translateY(-50%);
  font-family:var(--serif);font-style:italic;font-weight:600;
  font-size:24rem;line-height:.7;color:var(--aubergine);opacity:.04;
  pointer-events:none;z-index:0;
}
.watermark-wrap .container{position:relative;z-index:1;}

/* ============================================================
   Testimonials
   ============================================================ */
.reviews-strip{display:grid;gap:1rem;grid-template-columns:1fr;}
.review-card{
  background:var(--ivory-light);border:1px solid var(--voile);border-radius:var(--radius);
  padding:1.4rem;box-shadow:var(--shadow-soft);
}
.review-card .stars{color:var(--gold);font-size:1rem;letter-spacing:.1em;}
.review-card blockquote{margin:.6rem 0 .8rem;font-family:var(--serif);font-style:italic;font-size:1.15rem;line-height:1.4;color:var(--aubergine);}
.review-card cite{font-style:normal;font-weight:700;font-size:.875rem;color:var(--rose-muted);}
.verified{display:inline-block;margin-left:.5rem;font-size:.7rem;font-weight:700;color:var(--gold-deep);background:var(--poudre);padding:.15rem .5rem;border-radius:999px;letter-spacing:.02em;}

/* ============================================================
   WhatsApp / Instagram band
   ============================================================ */
.contact-band{
  background:linear-gradient(150deg,var(--aubergine),#54394a);color:var(--ivory);
  border-radius:var(--radius-lg);padding:2.25rem 1.5rem;text-align:center;position:relative;overflow:hidden;
}
.contact-band::after{
  content:'';position:absolute;inset:0;opacity:.12;
  background:radial-gradient(circle at 80% 20%,var(--gold),transparent 55%);
}
.contact-band h2{color:var(--ivory);position:relative;z-index:1;}
.contact-band p{color:rgba(246,232,226,.85);max-width:52ch;margin:.75rem auto 1.4rem;position:relative;z-index:1;}
.contact-band .band-cta{display:flex;flex-wrap:wrap;gap:.85rem;justify-content:center;position:relative;z-index:1;}
.band-cta .btn-outline{border:1.5px solid rgba(201,168,103,.6);color:var(--ivory);}
.band-cta .btn-outline:hover{background:rgba(201,168,103,.18);border-color:var(--gold);}

/* ============================================================
   Newsletter
   ============================================================ */
.newsletter{text-align:center;}
.newsletter-form{display:flex;flex-wrap:wrap;gap:.6rem;max-width:480px;margin:1.25rem auto 0;}
.newsletter-form input{
  flex:1 1 200px;min-height:48px;padding:.75rem 1rem;
  border:1.5px solid var(--voile);border-radius:999px;background:var(--ivory-light);
}
.newsletter-form input:focus{outline:none;border-color:var(--gold);}
.newsletter-form .btn{flex:0 0 auto;}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer{background:var(--aubergine);color:var(--poudre);margin-top:3rem;}
.footer-grid{display:grid;gap:2rem;grid-template-columns:1fr;padding-block:3rem 2rem;}
.footer-brand .logo-main{color:var(--poudre);}
.footer-brand .logo-pre{color:var(--gold);}
.footer-brand .logo-main::after{background:linear-gradient(90deg,transparent,var(--gold) 20%,var(--gold) 80%,transparent);}
.footer-brand .logo::after{background:var(--gold);}
.footer-tagline{font-family:var(--serif);font-style:italic;color:var(--rose-soft);margin-top:.75rem;letter-spacing:.04em;}
.footer-col h4{font-family:var(--sans);font-weight:700;font-size:.8125rem;text-transform:uppercase;letter-spacing:.14em;color:var(--gold);margin-bottom:.9rem;}
.footer-col ul{display:flex;flex-direction:column;gap:.5rem;}
.footer-col a,.footer-col li{font-size:.9375rem;color:rgba(246,232,226,.82);transition:color .2s;}
.footer-col a:hover{color:var(--gold);}
.footer-social{display:flex;gap:.6rem;margin-top:.5rem;}
.footer-social a{width:42px;height:42px;border-radius:50%;border:1px solid rgba(201,168,103,.4);display:inline-flex;align-items:center;justify-content:center;color:var(--poudre);transition:all .2s;}
.footer-social a:hover{background:var(--gold);color:var(--aubergine);border-color:var(--gold);}
.footer-social svg{width:20px;height:20px;}
.footer-news input{width:100%;min-height:46px;padding:.65rem 1rem;border-radius:999px;border:1px solid rgba(235,217,211,.28);background:rgba(255,255,255,.05);color:var(--poudre);margin-bottom:.6rem;}
.footer-news input::placeholder{color:rgba(246,232,226,.5);}
.footer-bottom{border-top:1px solid rgba(235,217,211,.16);padding-block:1.25rem;display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;justify-content:space-between;align-items:center;font-size:.8125rem;color:rgba(246,232,226,.6);}
.footer-bottom .demo-line{color:var(--gold);letter-spacing:.06em;}

/* ============================================================
   Floating WhatsApp + back-to-top
   ============================================================ */
.wa-float{
  position:fixed;right:1rem;bottom:1rem;z-index:90;
  width:56px;height:56px;border-radius:50%;
  background:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;
  box-shadow:0 8px 24px rgba(37,211,102,.4);
  transition:transform .25s var(--ease);
}
.wa-float:hover{transform:scale(1.08);}
.wa-float svg{width:30px;height:30px;}
[dir="rtl"] .wa-float{right:auto;left:1rem;}

.to-top{
  position:fixed;right:1rem;bottom:5.25rem;z-index:89;
  width:46px;height:46px;border-radius:50%;
  background:var(--ivory-light);color:var(--aubergine);border:1px solid var(--voile);
  display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-soft);
  opacity:0;visibility:hidden;transform:translateY(8px);transition:all .3s var(--ease);
}
.to-top.show{opacity:1;visibility:visible;transform:translateY(0);}
.to-top:hover{color:var(--gold-deep);}
[dir="rtl"] .to-top{right:auto;left:1rem;}

/* ============================================================
   Toast
   ============================================================ */
.toast-wrap{position:fixed;left:50%;bottom:1.5rem;transform:translateX(-50%);z-index:200;display:flex;flex-direction:column;gap:.5rem;align-items:center;width:calc(100% - 2rem);max-width:400px;pointer-events:none;}
.toast{
  background:var(--aubergine);color:var(--ivory);
  padding:.85rem 1.25rem;border-radius:var(--radius);box-shadow:var(--shadow-lift);
  font-size:.9375rem;font-weight:600;display:flex;align-items:center;gap:.6rem;
  opacity:0;transform:translateY(14px);transition:opacity .3s var(--ease),transform .3s var(--ease);width:100%;
}
.toast.show{opacity:1;transform:translateY(0);}
.toast .tick{color:var(--gold);font-size:1.1rem;}

/* ============================================================
   PRODUCT DETAIL PAGE
   ============================================================ */
.breadcrumb{font-size:.8125rem;color:var(--rose-muted);padding-block:1rem 0;display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;}
.breadcrumb a:hover{color:var(--gold-deep);}
.breadcrumb .sep{color:var(--voile);}

.pdp{display:grid;gap:1.75rem;grid-template-columns:1fr;}
.pdp-gallery .main-img{
  border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lift);
  aspect-ratio:4/5;background:var(--poudre);
}
.pdp-gallery .main-img img{width:100%;height:100%;object-fit:cover;object-position:top center;}
.thumbs{display:flex;gap:.6rem;margin-top:.75rem;}
.thumb{
  width:72px;height:90px;border-radius:.5rem;overflow:hidden;border:2px solid transparent;
  flex:0 0 auto;transition:border-color .2s;background:var(--poudre);
}
.thumb img{width:100%;height:100%;object-fit:cover;object-position:top center;}
.thumb[aria-current="true"]{border-color:var(--gold);}

.pdp-info .pdp-badges{display:flex;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap;}
.pdp-info h1{font-size:2rem;margin-bottom:.5rem;}
.pdp-rating{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--rose-muted);margin-bottom:1rem;}
.pdp-rating .stars{color:var(--gold);font-size:1.05rem;letter-spacing:.08em;}

.price-toggle{display:inline-flex;background:var(--poudre);border-radius:999px;padding:.25rem;margin-bottom:1rem;border:1px solid var(--voile);}
.price-toggle button{padding:.5rem 1.1rem;border-radius:999px;font-weight:700;font-size:.875rem;color:var(--rose-muted);min-height:40px;transition:.2s;}
.price-toggle button[aria-pressed="true"]{background:var(--aubergine);color:var(--ivory);}
.pdp-price{font-size:2rem;font-family:var(--serif);font-weight:600;color:var(--aubergine);margin-bottom:.25rem;}
.pdp-price small{font-size:1rem;font-weight:400;color:var(--rose-muted);font-family:var(--sans);}
.pdp-price-note{font-size:.875rem;color:var(--rose-muted);margin-bottom:1.4rem;}

.opt-group{margin-bottom:1.25rem;}
.opt-group .opt-label{font-weight:700;font-size:.8125rem;text-transform:uppercase;letter-spacing:.1em;color:var(--aubergine);display:block;margin-bottom:.6rem;}
.size-chips{display:flex;flex-wrap:wrap;gap:.5rem;}
.size-chip{
  min-width:46px;min-height:46px;padding:.4rem .7rem;border:1.5px solid var(--voile);
  border-radius:.5rem;font-weight:700;font-size:.9375rem;color:var(--aubergine);background:var(--ivory-light);transition:.2s;
}
.size-chip:hover{border-color:var(--gold);}
.size-chip[aria-pressed="true"]{background:var(--aubergine);color:var(--ivory);border-color:var(--aubergine);}
.swatch-row{display:flex;gap:.6rem;align-items:center;}
.swatch{width:36px;height:36px;border-radius:50%;border:2px solid var(--voile);position:relative;transition:.2s;}
.swatch[aria-pressed="true"]{border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,168,103,.25);}
.swatch-bordeaux{background:#6d2233;}
.swatch-name{font-size:.9rem;color:var(--rose-muted);}

.qty-add{display:flex;gap:.75rem;align-items:stretch;margin-bottom:1rem;flex-wrap:wrap;}
.stepper{display:inline-flex;align-items:center;border:1.5px solid var(--voile);border-radius:999px;overflow:hidden;}
.stepper button{width:44px;height:48px;font-size:1.25rem;color:var(--aubergine);transition:background .2s;}
.stepper button:hover{background:var(--poudre);}
.stepper input{width:44px;text-align:center;border:none;background:transparent;font-weight:700;-moz-appearance:textfield;}
.stepper input::-webkit-outer-spin-button,.stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
.qty-add .btn{flex:1 1 auto;}

.pdp-longdesc{margin-top:1.5rem;}
.pdp-longdesc p{margin-bottom:1rem;color:var(--aubergine);}

/* Accordion */
.accordion{margin-top:1.5rem;border-top:1px solid var(--voile);}
.acc-item{border-bottom:1px solid var(--voile);}
.acc-head{
  width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem;
  padding:1.1rem 0;font-family:var(--serif);font-weight:600;font-size:1.2rem;text-align:left;color:var(--aubergine);
}
.acc-head .acc-icon{flex:0 0 auto;width:24px;height:24px;position:relative;transition:transform .3s;}
.acc-head .acc-icon::before,.acc-head .acc-icon::after{content:'';position:absolute;background:var(--gold-deep);border-radius:2px;}
.acc-head .acc-icon::before{top:11px;left:3px;right:3px;height:2px;}
.acc-head .acc-icon::after{left:11px;top:3px;bottom:3px;width:2px;transition:transform .3s;}
.acc-head[aria-expanded="true"] .acc-icon::after{transform:rotate(90deg);}
.acc-panel{overflow:hidden;max-height:0;transition:max-height .35s var(--ease);}
.acc-panel-inner{padding:0 0 1.2rem;color:var(--rose-muted);font-size:.95rem;}
.acc-panel-inner ul{display:flex;flex-direction:column;gap:.5rem;}
.acc-panel-inner li{position:relative;padding-left:1.3rem;}
.acc-panel-inner li::before{content:'';position:absolute;left:0;top:.55em;width:7px;height:7px;background:var(--gold);transform:rotate(45deg);}

/* Reviews block on PDP */
.reviews-full{display:grid;gap:1rem;grid-template-columns:1fr;margin-top:1.5rem;}
.rating-summary{display:flex;flex-direction:column;align-items:center;gap:.4rem;background:var(--poudre);border-radius:var(--radius);padding:1.75rem;text-align:center;}
.rating-summary .big{font-family:var(--serif);font-size:3.5rem;font-weight:600;line-height:1;color:var(--aubergine);}
.rating-summary .stars{color:var(--gold);font-size:1.4rem;letter-spacing:.1em;}

/* Sticky mobile add-to-cart bar */
.sticky-buy{
  position:fixed;left:0;right:0;bottom:0;z-index:85;
  background:rgba(251,245,242,.97);backdrop-filter:blur(8px);
  border-top:1px solid var(--voile);padding:.7rem 1rem;
  display:flex;gap:.75rem;align-items:center;
  box-shadow:0 -6px 24px rgba(62,42,53,.08);
  transform:translateY(110%);transition:transform .3s var(--ease);
}
.sticky-buy.show{transform:translateY(0);}
.sticky-buy .sb-price{font-weight:700;font-size:1.1rem;white-space:nowrap;}
.sticky-buy .btn{flex:1;}

/* Cross-sell */
.cross-sell .product-grid{grid-template-columns:1fr 1fr;}

/* ============================================================
   OVER ONS
   ============================================================ */
.about-hero{display:grid;gap:1.75rem;grid-template-columns:1fr;align-items:center;}
.about-hero .about-img{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lift);aspect-ratio:4/5;}
.about-hero .about-img img{width:100%;height:100%;object-fit:cover;object-position:top center;}
.about-text p{margin-bottom:1.1rem;font-size:1.0625rem;color:var(--aubergine);}
.pull-quote{
  font-family:var(--serif);font-style:italic;font-size:1.6rem;line-height:1.35;
  color:var(--aubergine);text-align:center;max-width:24ch;margin:2.5rem auto;position:relative;padding-top:1.5rem;
}
.pull-quote::before{content:'“';font-size:4rem;color:var(--gold);position:absolute;top:-.5rem;left:50%;transform:translateX(-50%);line-height:1;}
.pull-quote cite{display:block;font-style:normal;font-size:.875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-deep);margin-top:1rem;font-family:var(--sans);}

/* Steps row (verhuur / over-ons) */
.steps{display:grid;gap:1.25rem;grid-template-columns:1fr;counter-reset:step;}
.step{background:var(--ivory-light);border:1px solid var(--voile);border-radius:var(--radius);padding:1.75rem 1.4rem 1.5rem;text-align:center;box-shadow:var(--shadow-soft);position:relative;}
.step .step-num{counter-increment:step;display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:var(--poudre);border:1px solid var(--gold);color:var(--gold-deep);font-family:var(--serif);font-size:1.6rem;font-weight:600;margin-bottom:.85rem;}
.step .step-num::before{content:counter(step);}
.step h3{font-size:1.2rem;margin-bottom:.4rem;}
.step p{font-size:.9375rem;color:var(--rose-muted);margin:0;}

/* B2B callout */
.callout{background:var(--poudre);border-radius:var(--radius-lg);padding:2rem 1.5rem;text-align:center;border:1px solid var(--voile);}
.callout h2{margin-bottom:.6rem;}
.callout p{color:var(--rose-muted);max-width:54ch;margin:0 auto 1.4rem;}

/* Page intro banner */
.page-hero{background:linear-gradient(160deg,#FBF5F2,#F6E8E2);text-align:center;padding-block:2.75rem;border-bottom:1px solid var(--voile);}
.page-hero h1{margin-bottom:.6rem;}
.page-hero p{max-width:56ch;margin-inline:auto;color:var(--rose-muted);}

/* ============================================================
   CONTACT
   ============================================================ */
.contact-grid{display:grid;gap:2rem;grid-template-columns:1fr;}
.contact-form{background:var(--ivory-light);border:1px solid var(--voile);border-radius:var(--radius-lg);padding:1.75rem 1.4rem;box-shadow:var(--shadow-soft);}
.field{margin-bottom:1.1rem;}
.field label{display:block;font-weight:700;font-size:.8125rem;letter-spacing:.06em;text-transform:uppercase;color:var(--aubergine);margin-bottom:.4rem;}
.field input,.field select,.field textarea{
  width:100%;min-height:48px;padding:.7rem .9rem;
  border:1.5px solid var(--voile);border-radius:var(--radius);background:var(--ivory);color:var(--aubergine);
  transition:border-color .2s;
}
.field textarea{min-height:130px;resize:vertical;line-height:1.5;}
.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--gold);}
.contact-aside .info-card{background:var(--poudre);border-radius:var(--radius);padding:1.4rem;margin-bottom:1rem;}
.contact-aside .info-card h3{font-size:1.2rem;margin-bottom:.5rem;}
.contact-aside .info-card p{font-size:.95rem;color:var(--rose-muted);margin-bottom:.4rem;}
.info-list{margin-top:.5rem;}
.info-list li{font-size:.9375rem;color:var(--aubergine);padding:.3rem 0;display:flex;gap:.5rem;}
.info-list li strong{color:var(--rose-muted);font-weight:700;min-width:88px;display:inline-block;}
.map-placeholder{
  border-radius:var(--radius);overflow:hidden;background:
    linear-gradient(135deg,var(--poudre),var(--poudre-deep));
  aspect-ratio:16/10;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem;
  color:var(--rose-muted);border:1px solid var(--voile);position:relative;text-align:center;padding:1rem;
}
.map-placeholder svg{width:40px;height:40px;color:var(--gold-deep);opacity:.7;}
.map-placeholder::after{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(201,168,103,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(201,168,103,.08) 1px,transparent 1px);background-size:28px 28px;}
.map-placeholder span{position:relative;z-index:1;}

/* Verhuur explainer intro list */
.rent-features{display:grid;gap:.85rem;grid-template-columns:1fr;margin-top:1.25rem;}
.rent-feature{display:flex;gap:.75rem;align-items:flex-start;font-size:.95rem;color:var(--aubergine);}
.rent-feature .tick{color:var(--gold-deep);font-weight:800;flex:0 0 auto;}

/* ============================================================
   Scroll reveal
   ============================================================ */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .6s var(--ease),transform .6s var(--ease);}
.reveal.in{opacity:1;transform:none;}

/* ============================================================
   RESPONSIVE — 768px
   ============================================================ */
@media (min-width:768px){
  h1{font-size:3.25rem;}
  h2{font-size:2.25rem;}
  h3{font-size:1.375rem;}
  .section{padding-block:4.5rem;}
  .hero-inner{flex-direction:row;align-items:center;gap:3rem;padding-block:4.5rem 5rem;}
  .hero-copy{flex:1 1 50%;}
  .hero-media{flex:1 1 46%;}
  .hero-copy h1{font-size:3.5rem;}
  .usp-grid{grid-template-columns:1fr 1fr;}
  .cat-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;}
  .product-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;}
  .reviews-strip{grid-template-columns:repeat(3,1fr);}
  .footer-grid{grid-template-columns:1.4fr 1fr 1fr 1.3fr;gap:2.5rem;}
  .steps{grid-template-columns:repeat(3,1fr);}
  .pdp{grid-template-columns:1.05fr 1fr;gap:3rem;align-items:start;}
  .pdp-gallery{position:sticky;top:calc(var(--header-h) + 1rem);}
  .about-hero{grid-template-columns:1fr 1.1fr;gap:3rem;}
  .contact-grid{grid-template-columns:1.3fr 1fr;}
  .rent-features{grid-template-columns:1fr 1fr;}
  .cross-sell .product-grid{grid-template-columns:repeat(3,1fr);}
  .sticky-buy{display:none;}
  .reviews-full{grid-template-columns:1fr 1fr;}
  .hide-mobile{display:inline-flex;}
  .header-inner{display:flex;justify-content:space-between;gap:1rem;padding-inline:1.25rem;}
  .header-actions .icon-btn.hide-mobile{display:inline-flex;}
  .hero .eyebrow{font-size:1.5rem;}
  .hero .hero-cta .btn{min-height:52px;padding:1rem 1.75rem;font-size:1rem;}
  .header-actions{gap:.35rem;}
  .lang-switch{gap:.15rem;padding:.15rem;}
  .lang-switch button{font-size:.75rem;padding:.3rem .5rem;min-width:34px;min-height:32px;letter-spacing:.04em;}
}

/* ============================================================
   RESPONSIVE — 1024px
   ============================================================ */
@media (min-width:1024px){
  .main-nav{display:block;}
  .hamburger{display:none;}
  .product-grid{grid-template-columns:repeat(4,1fr);}
  .cross-sell .product-grid{grid-template-columns:repeat(3,1fr);}
  .hero-copy h1{font-size:4rem;}
  .reviews-full{grid-template-columns:repeat(2,1fr);}
}

@media (min-width:1200px){
  .product-grid{grid-template-columns:repeat(4,1fr);}
}

/* ============================================================
   Reduced motion
   ============================================================ */
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important;}
  .reveal{opacity:1;transform:none;}
}
