/* ============================================================
   SURUBURI-HOLSURUBURI.RO — REDESIGN 2026 · "FIȘĂ TEHNICĂ"
   The DIN datasheet made warm: light commerce canvas, brand blue
   for information, zinc-gold ONLY for money actions, dark steel
   bands for footer/newsletter. Fonts: Archivo (display) + Manrope.

   CONTRAST (WCAG 2.1 AA): blue #2E6BD6 only as a BACKGROUND with
   white text (5.0:1); blue TEXT on light uses --accent-ink (6.9:1).
   Zinc #E9A13B only as a background with --zinc-text on it (≈10:1);
   zinc-toned text on white uses --zinc-ink (≥5:1).
   ============================================================ */

:root {
  /* Surfaces */
  --bg:        #FFFFFF;
  --panel:     #F4F7FB;   /* cool paper — alternating sections */
  --panel-2:   #E9EFF7;   /* inputs, tiles, info cards */
  --card:      #FFFFFF;
  --steel:     #0E1621;   /* dark bands: footer, newsletter */
  --steel-2:   #16212F;   /* raised surfaces on steel */

  /* Lines */
  --line:      #E2E8F1;
  --line-2:    #CBD6E4;
  --line-input:#7E8CA3;   /* form-control borders — 3:1 against white */
  --line-steel:#243244;   /* hairlines on dark */

  /* Text */
  --ink:       #0E1621;   /* headings, ~18:1 */
  --body:      #2E3947;   /* body, ~10:1 */
  --muted:     #55606F;   /* secondary, ~6.2:1 */
  --on-steel:      rgba(255,255,255,0.92);
  --on-steel-mut:  rgba(255,255,255,0.64);

  /* Brand blue (client's logo) */
  --accent:     #2E6BD6;  /* bg use, white text (5.0:1) */
  --accent-2:   #2457B8;  /* hover */
  --accent-ink: #1D55B8;  /* blue text/icons on light (6.9:1) */
  --accent-tint:   rgba(46,107,214,0.10);
  --accent-tint-2: rgba(46,107,214,0.16);

  /* Zinc gold — commerce actions ONLY */
  --zinc:      #E9A13B;   /* bg use with --zinc-text on it */
  --zinc-2:    #D88E23;   /* hover */
  --zinc-text: #221503;   /* text on zinc (≈10:1) */
  --zinc-ink:  #8A5A00;   /* zinc-toned small text on white (≥5:1) */
  --zinc-tint: rgba(233,161,59,0.14);

  /* Status */
  --success: #217A3C;  --alert: #C0392B;
  --whatsapp: #25D366; --whatsapp-btn: #0A7C43;

  /* Shape — tighter, more machined than before */
  --r-sm: 6px;  --r: 10px;  --r-lg: 16px;

  /* Shadows */
  --shadow-sm: 0 1px 2px rgba(14,22,33,0.06);
  --shadow:    0 10px 30px rgba(14,22,33,0.09);
  --shadow-lg: 0 22px 50px rgba(14,22,33,0.14);
  --shadow-zinc: 0 8px 24px rgba(216,142,35,0.35);

  /* Motion */
  --t-ui: 0.18s ease;  --t-reveal: 0.45s cubic-bezier(.2,.7,.3,1);

  /* Layout */
  --maxw: 1240px;  --topbar-h: 112px;

  /* Fonts */
  --f-display: 'Archivo', 'Manrope', system-ui, sans-serif;
  --f-body:    'Manrope', system-ui, sans-serif;
  --f-mono:    'Manrope', system-ui, sans-serif; /* legacy alias, keep working */
}

/* ============================================================
   RESET
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  background: var(--bg);
  color: var(--body);
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg, canvas { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--accent-ink); text-decoration: none; }
a:hover { text-decoration: underline; }
button, input, select, textarea { font: inherit; color: inherit; }
button { background: none; border: none; cursor: pointer; }
ul { list-style: none; }
h1, h2, h3, h4 { font-family: var(--f-display); color: var(--ink); line-height: 1.12; letter-spacing: -0.015em; }

/* Display voice: Archivo 800 slightly extended — industrial signage.
   Applied wherever --f-display carries a heavy weight. */
h1, h2,
.section-h2, .price, .pd-price, .stat-num, .brand-name,
.p-dim, .sum-total, .cat-name, .order-done h1 {
  font-variation-settings: "wdth" 116;
}

/* Data voice: tabular figures for dimensions, counts, prices, SKUs. */
.eyebrow, .p-dim, .price, .pd-price, .pd-sku, .stat-num,
.cat-count, .filter-count, .stock, .marquee-item, .chip, .dim-label,
.brand-tag, .coupon, .dropdown-item .count, .drawer-acc-panel .count {
  font-feature-settings: "tnum" 1;
}

/* ============================================================
   FOCUS — visible blue ring, never removed
   ============================================================ */
:focus-visible {
  outline: 2px solid var(--accent-ink);
  outline-offset: 3px;
  border-radius: 3px;
}

/* ============================================================
   UTILITIES
   ============================================================ */
.container { max-width: var(--maxw); margin: 0 auto; padding-left: 2rem; padding-right: 2rem; }

.mono { font-family: var(--f-mono); }

.eyebrow {
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-ink);
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}
/* Hairline tick before every eyebrow — datasheet leader line */
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 18px; height: 1.5px;
  background: var(--accent);
  flex-shrink: 0;
}

.section-h2 {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: clamp(1.7rem, 3.6vw, 2.6rem);
  line-height: 1.06;
  letter-spacing: -0.015em;
  color: var(--ink);
}

.section-sub { color: var(--muted); font-size: 0.95rem; line-height: 1.7; }

.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}

.skip-link {
  position: fixed;
  top: 0.5rem; left: 0.5rem;
  z-index: 4000;
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  padding: 0.6rem 1rem;
  border-radius: var(--r);
  transform: translateY(-160%);
  transition: transform var(--t-ui);
}
.skip-link:focus { transform: translateY(0); text-decoration: none; }

/* Thread divider — repeating screw-thread zigzag (reusable CSS bg) */
.thread-divider {
  width: 100%;
  height: 10px;
  display: block;
  opacity: 0.8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10'%3E%3Cpath d='M0 5 L8 1 L16 5' fill='none' stroke='%23D2DCEB' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: center;
}
.section .thread-divider { margin-bottom: 2.5rem; }

/* ------------------------------------------------------------
   Dimension-line motif  |←— label —→|  (datasheet accessory)
   ------------------------------------------------------------ */
.dim-line {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  max-width: 440px;
}
.dim-tick { width: 1.5px; height: 15px; background: var(--line-2); flex-shrink: 0; }
.dim-arrow { flex: 1; min-width: 22px; height: 1.5px; background: var(--line-2); position: relative; }
.dim-arrow::before {
  content: "";
  position: absolute; top: 50%;
  transform: translateY(-50%);
  border-top: 3.5px solid transparent;
  border-bottom: 3.5px solid transparent;
}
.dim-arrow--l::before { left: -1px; border-right: 7px solid var(--line-2); }
.dim-arrow--r::before { right: -1px; border-left: 7px solid var(--line-2); }
.dim-label {
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
  flex-shrink: 0;
}

/* Custom fastener icon sizing (inline SVG, currentColor strokes) */
.icon { width: 24px; height: 24px; flex-shrink: 0; }
.icon--sm { width: 18px; height: 18px; }
.icon--lg { width: 32px; height: 32px; }
.icon--xl { width: 48px; height: 48px; }

/* Reveal-on-scroll */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity var(--t-reveal), transform var(--t-reveal); }
.reveal.is-visible { opacity: 1; transform: none; }

/* ============================================================
   BUTTONS — zinc = money actions ONLY, blue = information
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1;
  padding: 12px 20px;
  border-radius: var(--r);
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background var(--t-ui), color var(--t-ui), border-color var(--t-ui), transform var(--t-ui), box-shadow var(--t-ui);
  white-space: nowrap;
}
.btn i { font-size: 0.9em; }
.btn:active { transform: translateY(0) scale(0.98); }

/* Commerce action — zinc-gold (.btn--gold kept as legacy alias) */
.btn--buy,
.btn--gold {
  background: var(--zinc);
  color: var(--zinc-text);
  box-shadow: var(--shadow-zinc);
}
.btn--buy:hover,
.btn--gold:hover { background: var(--zinc-2); color: var(--zinc-text); transform: translateY(-1px); text-decoration: none; }

/* Informational primary (rare) — blue */
.btn--primary {
  background: var(--accent);
  color: #fff;
}
.btn--primary:hover { background: var(--accent-2); color: #fff; transform: translateY(-1px); text-decoration: none; }

/* Secondary on light */
.btn--secondary {
  background: var(--bg);
  border-color: var(--line-2);
  color: var(--ink);
}
.btn--secondary:hover { border-color: var(--accent); color: var(--accent-ink); text-decoration: none; }

.btn--secondary:disabled {
  border-color: var(--line-2);
  color: var(--muted);
  background: transparent;
  cursor: not-allowed;
  box-shadow: none;
}

/* Ghost on dark steel bands */
.btn--ghost-steel {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.35);
  color: var(--on-steel);
}
.btn--ghost-steel:hover { border-color: rgba(255,255,255,0.7); color: #fff; text-decoration: none; }

/* WhatsApp labeled button */
.btn--whatsapp {
  background: var(--whatsapp-btn);
  color: #fff;
  border-color: var(--whatsapp-btn);
}
.btn--whatsapp:hover { background: #08683a; transform: translateY(-1px); text-decoration: none; }

.btn--block { width: 100%; }
.btn--lg { padding: 14px 26px; font-size: 0.95rem; }

/* ============================================================
   TOP BAR (promo + navbar, sticky as a group)
   ============================================================ */
.topbar { position: sticky; top: 0; z-index: 1000; }

/* Promo bar */
.promo { background: var(--accent); color: #fff; }
.promo-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0.55rem 2.6rem 0.55rem 2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 40px;
}
.promo p { font-weight: 600; font-size: 0.78rem; line-height: 1.4; }
.promo i.fa-bolt { margin-right: 6px; }
.coupon {
  font-family: var(--f-mono);
  font-weight: 600;
  background: rgba(255,255,255,0.18);
  padding: 2px 8px;
  border-radius: 4px;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.promo-close {
  position: absolute;
  right: 0.9rem; top: 50%;
  transform: translateY(-50%);
  color: #fff;
  width: 26px; height: 26px;
  display: grid; place-items: center;
  border-radius: 6px;
  font-size: 0.9rem;
}
.promo-close:hover { background: rgba(255,255,255,0.18); }
.promo-short { display: none; }
.topbar.promo-hidden .promo { display: none; }

/* Navbar */
.nav {
  background: rgba(255,255,255,0.82);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  height: 72px;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

/* Brand */
.brand { display: flex; align-items: center; gap: 0.7rem; flex-shrink: 0; }
.logo-chip {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 4px;
  display: inline-flex;
  line-height: 0;
  flex-shrink: 0;
}
.logo-chip img { border-radius: 6px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-family: var(--f-display); font-weight: 800; font-size: 0.92rem; letter-spacing: -0.01em; color: var(--ink); }
.brand-tag { font-family: var(--f-body); font-weight: 600; font-size: 0.72rem; letter-spacing: 0.02em; color: var(--muted); }

/* Center links (desktop) */
.nav-links { display: none; align-items: center; gap: 1.6rem; }
.nav-links > li { position: relative; }
.nav-link {
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--body);
  padding: 0.4rem 0;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
  transition: color var(--t-ui);
}
.nav-link:hover { color: var(--ink); text-decoration: none; }
.nav-link[aria-current="page"] {
  color: var(--accent-ink);
  border-bottom: 2px solid var(--accent);
  padding-bottom: 4px;
  margin-bottom: -6px;
}
.nav-link .caret { font-size: 0.7em; transition: transform var(--t-ui); }
.dropdown-toggle[aria-expanded="true"] .caret { transform: rotate(180deg); }

/* Dropdown */
.dropdown-panel {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  width: 460px;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  padding: 1.2rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--t-ui), transform var(--t-ui), visibility var(--t-ui);
  z-index: 1200;
}
/* Opened by js (.open) on hover OR click; an invisible bridge covers the
   14px gap above the panel so the mouse can travel from the toggle into
   the panel without leaving the hover area. */
.dropdown-panel::after {
  content: "";
  position: absolute;
  top: -16px; left: 0; right: 0;
  height: 16px;
}
.dropdown-panel.open {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.dropdown-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.35rem 1.4rem; }
.dropdown-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.45rem 0.5rem;
  border-radius: var(--r-sm);
  color: var(--body);
  font-size: 0.85rem;
  font-weight: 500;
  transition: background var(--t-ui), color var(--t-ui);
}
.dropdown-item:hover { background: var(--panel-2); color: var(--ink); text-decoration: none; }
.dropdown-item .count { font-family: var(--f-mono); font-size: 0.72rem; color: var(--muted); }
.dropdown-foot { margin-top: 0.9rem; padding-top: 0.9rem; border-top: 1px solid var(--line); }
.dropdown-foot a { font-size: 0.82rem; font-weight: 600; }

/* Right cluster */
.nav-right { display: none; align-items: center; gap: 1.4rem; }

/* Navbar search (desktop) */
.nav-search { position: relative; display: none; align-items: center; }
.nav-search i {
  position: absolute; left: 14px;
  color: var(--muted); font-size: 0.8rem; pointer-events: none;
}
.nav-search-input {
  width: 210px;
  background: var(--panel-2);
  border: 1px solid var(--line-2);
  border-radius: 999px;
  color: var(--ink);
  padding: 9px 16px 9px 36px;
  font-size: 0.85rem;
  transition: border-color var(--t-ui), background var(--t-ui), width var(--t-ui);
}
.nav-search-input::placeholder { color: var(--muted); }
.nav-search-input:focus { border-color: var(--accent); background: var(--bg); }
.nav-search-input:focus:not(:focus-visible) { outline: none; }
.nav-search:focus-within i { color: var(--accent-ink); }

/* Hamburger */
.hamburger {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px; height: 44px;
  padding: 10px;
  border-radius: 8px;
}
.hamburger span { height: 2px; width: 100%; background: var(--ink); border-radius: 2px; transition: var(--t-ui); }

/* ============================================================
   MOBILE DRAWER
   ============================================================ */
.overlay {
  position: fixed; inset: 0;
  background: rgba(22,29,41,0.4);
  opacity: 0; visibility: hidden;
  transition: opacity var(--t-ui), visibility var(--t-ui);
  z-index: 1500;
}
.overlay.open { opacity: 1; visibility: visible; }

.drawer {
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: 320px; max-width: 88vw;
  background: var(--bg);
  border-left: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  z-index: 1600;
  transform: translateX(100%);
  transition: transform 0.28s ease;
  display: flex;
  flex-direction: column;
  padding: 1.4rem;
  overflow-y: auto;
}
/* Closed drawer carries `inert` (toggled in main.js) so its controls
   stay out of the tab order + a11y tree, including on desktop. */
.drawer.open { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.2rem; }
.drawer-search { position: relative; display: flex; align-items: center; margin-bottom: 1rem; }
.drawer-search i { position: absolute; left: 14px; color: var(--muted); font-size: 0.85rem; pointer-events: none; }
.drawer-search input {
  width: 100%;
  background: var(--panel-2);
  border: 1px solid var(--line-2);
  border-radius: 999px;
  color: var(--ink);
  padding: 11px 14px 11px 38px;
  font-size: 0.95rem;
}
.drawer-search input::placeholder { color: var(--muted); }
.drawer-search input:focus { border-color: var(--accent); background: var(--bg); }
.drawer-search input:focus:not(:focus-visible) { outline: none; }
.drawer-head .brand-name { font-size: 0.85rem; }
.drawer-close { width: 40px; height: 40px; border-radius: 8px; color: var(--body); font-size: 1.1rem; display: grid; place-items: center; }
.drawer-close:hover { background: var(--panel-2); color: var(--ink); }
.drawer-links { display: flex; flex-direction: column; gap: 0.2rem; }
.drawer-links a {
  color: var(--body); font-weight: 600; font-size: 1rem;
  padding: 0.8rem 0.4rem; border-bottom: 1px solid var(--line);
  display: block;
}
.drawer-links a[aria-current="page"] { color: var(--accent-ink); }
.drawer-acc-toggle {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  color: var(--body); font-weight: 600; font-size: 1rem;
  padding: 0.8rem 0.4rem; border-bottom: 1px solid var(--line);
}
.drawer-acc-toggle .caret { transition: transform var(--t-ui); }
.drawer-acc-toggle[aria-expanded="true"] .caret { transform: rotate(180deg); }
.drawer-acc-panel { display: none; padding: 0.4rem 0.4rem 0.4rem 0.9rem; }
.drawer-acc-panel.open { display: block; }
.drawer-acc-panel a { border-bottom: none; padding: 0.5rem 0; font-weight: 500; font-size: 0.9rem; }
.drawer-acc-panel .count { font-family: var(--f-mono); font-size: 0.72rem; color: var(--muted); float: right; }
.drawer-phones { margin-top: 1.2rem; display: flex; flex-direction: column; gap: 0.5rem; }
.drawer-phones a { color: var(--body); font-size: 0.9rem; display: inline-flex; gap: 0.5rem; align-items: center; }
.drawer-phones i { color: var(--accent-ink); width: 16px; }
.drawer-cta { margin-top: auto; padding-top: 1.4rem; }

/* ============================================================
   HERO — split composition: copy LEFT, 3D bolt weighted RIGHT.
   A white→transparent scrim over the canvas's left third keeps
   the copy readable without the old blur halo.
   ============================================================ */
.hero { background: var(--panel); position: relative; overflow: hidden; }

.hero-3d { position: absolute; inset: 0; z-index: 0; }
.hero-3d canvas { width: 100% !important; height: 100% !important; display: block; }
.hero-3d[hidden] { display: none; }

/* Gradient scrim — strengthens on mobile (see media query below) */
.hero-scrim {
  position: absolute; inset: 0; z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg,
    rgba(255,255,255,0.94) 0%,
    rgba(255,255,255,0.78) 26%,
    rgba(255,255,255,0.30) 48%,
    transparent 72%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 2rem;
  min-height: calc(100svh - var(--topbar-h));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-copy { position: relative; max-width: 560px; will-change: opacity, transform; }
.hero h1 {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: clamp(2.6rem, 6.2vw, 4.6rem);
  line-height: 1.04;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 1.1rem 0 0;
}
.hero h1 .gold { color: var(--accent-ink); }
.hero .dim-line { margin: 1.3rem auto 0; }
.hero-sub {
  color: var(--body);
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 540px;
  margin: 1.3rem auto 0;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.1rem; justify-content: center; }
.trust-row { display: flex; flex-wrap: wrap; gap: 2rem 2.6rem; margin-top: 2.6rem; justify-content: center; }
.stat { display: flex; flex-direction: column; gap: 0.25rem; align-items: center; }
.stat-num { font-family: var(--f-display); font-weight: 800; font-size: 1.5rem; color: var(--ink); line-height: 1; letter-spacing: -0.01em; font-feature-settings: "tnum" 1; }
.stat-label { font-weight: 700; font-size: 0.72rem; letter-spacing: 0.1em; color: var(--muted); text-transform: uppercase; }

/* Desktop: copy column left-aligned, scene fills right */
@media (min-width: 900px) {
  .hero-inner { align-items: flex-start; text-align: left; }
  .hero .dim-line, .hero-sub { margin-left: 0; margin-right: 0; }
  .hero-cta, .trust-row { justify-content: flex-start; }
  .stat { align-items: flex-start; }
}
/* Mobile: scrim strengthens so centered copy always passes contrast */
@media (max-width: 899px) {
  .hero-scrim {
    background: linear-gradient(180deg,
      rgba(255,255,255,0.88) 0%,
      rgba(255,255,255,0.72) 55%,
      rgba(255,255,255,0.40) 100%);
  }
}

/* Caption + scroll cue get a local pill scrim so they stay readable
   over the 3D metal, whatever the render behind them looks like. */
.hero-3d-caption {
  position: absolute;
  bottom: 0.7rem; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  background: rgba(255,255,255,0.82);
  padding: 4px 12px;
  border-radius: 999px;
}
@media (max-width: 480px) {
  .hero-3d-caption { white-space: normal; max-width: 86vw; line-height: 1.5; }
}
.hero.no-3d .hero-scrim { opacity: 0.75; }
/* Fallback hero has no real-time render — the caption would lie */
.hero.no-3d .hero-3d-caption { display: none; }

/* Scroll cue — sits clear above the caption pill */
.scroll-cue {
  position: absolute;
  left: 50%; bottom: 3.4rem;
  transform: translateX(-50%);
  color: var(--muted);
  font-size: 1.1rem;
  z-index: 3;
  background: rgba(255,255,255,0.82);
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  animation: floatCue 2s ease-in-out infinite;
}
.scroll-cue:hover { color: var(--ink); }
/* the wrapped caption is taller below 480px — keep the cue clear of it */
@media (max-width: 480px) { .scroll-cue { bottom: 4.6rem; } }
.scroll-cue.hidden { opacity: 0; pointer-events: none; transition: opacity 0.4s ease; }
@keyframes floatCue {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

/* ============================================================
   MARQUEE
   ============================================================ */
.marquee {
  background: var(--panel);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 0.9rem 0;
  overflow: hidden;
  white-space: nowrap;
}
.marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 2.2rem;
  animation: marquee 34s linear infinite;
  will-change: transform;
}
.marquee.paused .marquee-track { animation-play-state: paused; }
.marquee-item {
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 2.2rem;
}
/* Separator: tiny hex nut silhouette (datasheet wink) */
.marquee-item::after {
  content: "";
  width: 7px; height: 6px;
  background: var(--accent);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  display: inline-block;
  opacity: 0.75;
}
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee.static .marquee-track { animation: none; justify-content: center; width: 100%; flex-wrap: wrap; white-space: normal; }
.marquee.static .marquee-dupe { display: none; }

/* ============================================================
   SECTIONS
   ============================================================ */
.section { padding: 90px 0; }
.section--panel { background: var(--panel); }
.section--graphite { background: var(--bg); }   /* base (white) section */
.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}
.section-head .heads { display: flex; flex-direction: column; gap: 0.5rem; }
.section-head .head-link { font-weight: 600; font-size: 0.85rem; color: var(--accent-ink); white-space: nowrap; }

/* ============================================================
   CATEGORY GRID (icon tiles)
   ============================================================ */
.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.cat-tile {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
  transition: border-color var(--t-ui), transform var(--t-ui), box-shadow var(--t-ui);
  display: block;
  color: inherit;
}
.cat-tile:hover { border-color: var(--accent); transform: translateY(-3px); box-shadow: var(--shadow); text-decoration: none; }
.cat-ico {
  width: 48px; height: 48px;
  border-radius: 14px;   /* squircle */
  background: var(--accent-tint);
  display: grid; place-items: center;
  color: var(--accent-ink);
  font-size: 1.4rem;
  transition: background var(--t-ui), color var(--t-ui);
}
.cat-ico svg { width: 28px; height: 28px; }
.cat-tile:hover .cat-ico { background: var(--zinc-tint); color: var(--zinc-ink); }
.cat-name { font-family: var(--f-display); font-weight: 700; font-size: 0.98rem; color: var(--ink); margin-top: 0.9rem; letter-spacing: -0.01em; display: block; }
.cat-count { font-weight: 700; font-size: 0.72rem; color: var(--muted); margin-top: 0.3rem; letter-spacing: 0.1em; text-transform: uppercase; display: block; }

/* ============================================================
   PRODUCT CARDS
   ============================================================ */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.product-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--t-ui), transform var(--t-ui), border-color var(--t-ui);
}
.product-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); border-color: var(--line-2); }
.p-media {
  position: relative;
  aspect-ratio: 1 / 1;
  padding: 1.2rem;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
}
.p-media img { width: 100%; height: 100%; object-fit: contain; transition: transform var(--t-reveal); }
.product-card:hover .p-media img { transform: scale(1.04); }

/* Placeholder Variant A inside a product card media slot */
.p-media.ph {
  background: linear-gradient(160deg, #F7FAFD 0%, #E9F0F9 100%);
  padding: 0;
  position: relative;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.6rem;
}
.p-media.ph::before {
  content: "";
  position: absolute; inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(93,104,121,0.08) 0 1px, transparent 1px 24px),
    repeating-linear-gradient(90deg, rgba(93,104,121,0.08) 0 1px, transparent 1px 24px);
  pointer-events: none;
}
.p-media.ph .ph-ico { position: relative; z-index: 1; }
.p-media.ph .ph-cap { margin-top: 0; }

/* Badge (BESTSELLER / PROMO) — over the media, top-left */
.p-badge {
  position: absolute;
  top: 10px; left: 10px;
  z-index: 1;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 9px;
  border-radius: var(--r-sm);
  background: var(--zinc-tint);
  color: var(--zinc-ink);
}
.p-badge--promo { background: var(--accent-tint); color: var(--accent-ink); }

/* Out-of-stock media treatment */
.product-card.is-oos .p-media img { filter: grayscale(1); opacity: 0.75; }
.p-oos-chip {
  position: absolute;
  left: 50%; bottom: 12px;
  transform: translateX(-50%);
  z-index: 1;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  border-radius: var(--r-sm);
  background: rgba(14,22,33,0.78);
  color: #fff;
  white-space: nowrap;
}

.p-body { padding: 1.1rem 1.2rem 1.3rem; display: flex; flex-direction: column; flex: 1; }

/* Dimension line — the primary spec, first text element */
.p-dim-row { display: flex; align-items: baseline; gap: 0.55rem; flex-wrap: wrap; }
.p-dim {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--ink);
  letter-spacing: 0;
  white-space: nowrap;
}
.p-std { font-size: 0.72rem; font-weight: 600; color: var(--muted); letter-spacing: 0.03em; }

.p-title {
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ink);
  line-height: 1.4;
  margin-top: 0.45rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.5em;
}
.price-row { display: flex; align-items: baseline; gap: 0.4rem; flex-wrap: wrap; margin-top: 0.7rem; }
.price { font-family: var(--f-display); font-weight: 800; font-size: 1.2rem; color: var(--ink); letter-spacing: -0.01em; }
.price-cur { font-weight: 700; font-size: 0.8rem; color: var(--ink); }
.price-vat { font-size: 0.72rem; color: var(--muted); }
.p-unit-price { font-size: 0.72rem; color: var(--muted); margin-top: 0.15rem; font-feature-settings: "tnum" 1; }

/* Stock row: 8px dot + label */
.p-stock-row { display: inline-flex; align-items: center; gap: 0.45rem; margin-top: 0.6rem; }
.stock-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.stock-dot.in { background: var(--success); }
.stock-dot.out { background: var(--alert); }
.stock { font-size: 0.78rem; letter-spacing: 0.01em; font-weight: 600; }
.stock--in { color: var(--success); }
.stock--out { color: var(--alert); }
.p-cta { margin-top: 0.9rem; }

/* ============================================================
   VALUE PROPS
   ============================================================ */
.why-wrap { max-width: 1100px; margin: 0 auto; }
.why-head { text-align: center; margin-bottom: 3rem; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.why-item i { font-size: 1.5rem; color: var(--accent-ink); }
.why-item h3 { font-family: var(--f-display); font-weight: 700; font-size: 1rem; color: var(--ink); margin: 0.8rem 0 0.4rem; letter-spacing: -0.01em; }
.why-item p { font-size: 0.85rem; color: var(--muted); line-height: 1.7; }

/* ============================================================
   FINAL CTA BAND — soft blue-tinted panel
   ============================================================ */
.cta-band {
  position: relative;
  max-width: var(--maxw);
  margin: 90px auto;
  background: linear-gradient(135deg, #EDF4FE 0%, #DFEBFB 100%);
  border: 1px solid #C7DAF5;
  border-radius: var(--r-lg);
  padding: 3.5rem 2rem;
  text-align: center;
  overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute; inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(29,85,184,0.04) 0 1px, transparent 1px 26px),
    repeating-linear-gradient(90deg, rgba(29,85,184,0.04) 0 1px, transparent 1px 26px);
  pointer-events: none;
}
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { font-family: var(--f-display); font-weight: 800; font-size: clamp(1.6rem, 3.4vw, 2.4rem); color: var(--ink); letter-spacing: -0.025em; }
.cta-band p { color: var(--muted); font-size: 0.95rem; max-width: 620px; margin: 0.8rem auto 0; }
.cta-band .cta-row { display: flex; justify-content: center; gap: 1rem; margin-top: 1.8rem; flex-wrap: wrap; }

/* ============================================================
   PLACEHOLDER — Variant A (blueprint panel, light)
   ============================================================ */
.ph-blueprint {
  position: relative;
  background: linear-gradient(160deg, #F7FAFD 0%, #E9F0F9 100%);
  border: 1px solid var(--line-2);
  border-radius: var(--r);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 2rem;
  overflow: hidden;
}
.ph-blueprint::before {
  content: "";
  position: absolute; inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(93,104,121,0.09) 0 1px, transparent 1px 24px),
    repeating-linear-gradient(90deg, rgba(93,104,121,0.09) 0 1px, transparent 1px 24px);
  pointer-events: none;
}
.ph-ico { font-size: 2.2rem; color: var(--accent-ink); opacity: 0.6; position: relative; z-index: 1; }
.ph-cap {
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 0.8rem;
  position: relative;
  z-index: 1;
}
.ph-4x3 { aspect-ratio: 4 / 3; }

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */
.page-hero { background: var(--panel); padding: 120px 0 50px; border-bottom: 1px solid var(--line); }
.page-hero.centered { text-align: center; }
.page-hero .container.narrow { max-width: 760px; }
.page-hero h1 {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  letter-spacing: -0.03em;
  color: var(--ink);
  margin-top: 0.8rem;
}
.page-hero p { color: var(--muted); font-size: 0.95rem; line-height: 1.7; margin-top: 1rem; max-width: 640px; }
.page-hero.centered p { margin-left: auto; margin-right: auto; }

/* ============================================================
   FILTER BAR (produse)
   ============================================================ */
.filter-bar {
  position: sticky;
  top: var(--topbar-h);
  z-index: 900;
  background: rgba(255,255,255,0.9);
  -webkit-backdrop-filter: saturate(1.4) blur(14px);
  backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid var(--line);
  padding: 1rem 0;
}
.filter-inner { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.filter-field { position: relative; display: flex; align-items: center; }
.filter-field.search { flex: 1; min-width: 200px; }
.filter-field i { position: absolute; left: 12px; color: var(--muted); font-size: 0.85rem; pointer-events: none; }
.filter-input, .filter-select {
  background: var(--card);
  border: 1px solid var(--line-input, var(--line-2));
  border-radius: var(--r);
  color: var(--ink);
  padding: 10px 14px;
  font-size: 0.9rem;
  width: 100%;
}
.filter-input { padding-left: 34px; }
.filter-input::placeholder { color: var(--muted); }
.filter-select { min-width: 190px; cursor: pointer; }
.filter-count {
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
}

/* Category chip rail — horizontal scroll on mobile */
.chip-rail {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  flex: 1 1 100%;
  padding-bottom: 2px; /* keep focus ring visible inside scroll clip */
}
.chip-rail::-webkit-scrollbar { display: none; }
.chip {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  font-size: 0.8rem;
  color: var(--body);
  background: var(--card);
  border: 1.5px solid var(--line-2);
  border-radius: 999px;
  padding: 7px 15px;
  transition: background var(--t-ui), color var(--t-ui), border-color var(--t-ui);
  white-space: nowrap;
}
.chip:hover { border-color: var(--accent); color: var(--accent-ink); }
.chip[aria-pressed="true"] {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.chip[aria-pressed="true"]:hover { background: var(--accent-2); border-color: var(--accent-2); color: #fff; }
.chip .chip-count { font-size: 0.72rem; font-weight: 700; opacity: 0.75; }
.chip[aria-pressed="true"] .chip-count { opacity: 1; color: rgba(255,255,255,0.92); }

/* Sort control (right-aligned next to the count) */
.filter-sort { display: flex; align-items: center; gap: 0.6rem; margin-left: auto; }
.filter-sort label { font-weight: 700; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
.filter-sort .filter-select { min-width: 170px; }

.empty-state { text-align: center; padding: 4rem 1rem; display: none; }
.empty-state.show { display: block; }
.empty-state i, .empty-state .icon--xl { font-size: 2.4rem; color: var(--muted); opacity: 0.7; margin: 0 auto; }
.empty-state p { color: var(--ink); margin-top: 1rem; }
.empty-state .empty-actions { display: flex; justify-content: center; gap: 0.8rem; margin-top: 1.4rem; flex-wrap: wrap; }

/* ============================================================
   ABOUT (despre-noi)
   ============================================================ */
.story { max-width: 760px; margin: 0 auto; }
.story p { color: var(--body); font-size: 1.05rem; line-height: 1.85; margin-bottom: 1.4rem; }
.story p strong { color: var(--ink); font-weight: 700; }
.story .story-lead { font-size: 1.2rem; line-height: 1.75; }

.stats-band { background: var(--panel); padding: 70px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; text-align: center; }
.stats-grid .stat-num { font-size: clamp(1.8rem, 4vw, 2.6rem); color: var(--accent-ink); }
.stats-grid .stat-label { margin-top: 0.4rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.split .ph-blueprint { width: 100%; }

/* ============================================================
   CONTACT
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 2.5rem; align-items: start; }
.info-card {
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 2.5rem;
}
.info-card h3 { font-family: var(--f-display); font-weight: 700; font-size: 1.2rem; color: var(--ink); margin-bottom: 1.4rem; letter-spacing: -0.02em; }
.contact-row { display: flex; gap: 0.9rem; align-items: flex-start; margin-bottom: 1.1rem; }
.contact-row i { color: var(--accent-ink); width: 20px; text-align: center; margin-top: 0.25rem; flex-shrink: 0; }
.contact-row .c-val { color: var(--body); font-weight: 500; font-size: 0.92rem; line-height: 1.5; }
.contact-row .c-val a { color: var(--body); }
.contact-row .c-val a:hover { color: var(--ink); }
.info-card .btn { margin-top: 1rem; }

/* Click-to-call rows — whole row is the tel: link */
.call-rows { display: flex; flex-direction: column; gap: 0.6rem; margin-bottom: 1rem; }
.call-row {
  display: flex; align-items: center; gap: 0.9rem;
  background: var(--card); border: 1px solid var(--line-2); border-radius: var(--r);
  padding: 0.85rem 1rem;
  transition: border-color var(--t-ui), box-shadow var(--t-ui);
}
.call-row:hover { border-color: var(--accent); box-shadow: var(--shadow-sm); text-decoration: none; }
.call-ico {
  width: 40px; height: 40px; border-radius: var(--r-sm);
  background: var(--accent-tint); color: var(--accent-ink);
  display: grid; place-items: center; flex-shrink: 0;
}
.call-body { display: flex; flex-direction: column; gap: 0.1rem; line-height: 1.3; min-width: 0; }
.call-num {
  font-family: var(--f-display); font-weight: 800; font-variation-settings: "wdth" 116;
  font-size: 1.05rem; color: var(--ink); letter-spacing: -0.01em;
  font-feature-settings: "tnum" 1; white-space: nowrap;
}
.call-sub { font-size: 0.78rem; font-weight: 500; color: var(--muted); }
.call-go { margin-left: auto; color: var(--line-2); font-size: 0.8rem; transition: color var(--t-ui), transform var(--t-ui); }
.call-row:hover .call-go { color: var(--accent-ink); transform: translateX(2px); }
.call-hours {
  display: flex; align-items: center; gap: 0.5rem;
  font-weight: 700; font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 1.4rem;
}
.call-hours i { color: var(--accent-ink); }
@media (prefers-reduced-motion: reduce) { .call-row:hover .call-go { transform: none; } }

.map-embed { border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); }
.map-embed iframe { width: 100%; height: 280px; border: 0; display: block; }

.contact-form { margin-top: 2rem; }
.contact-form h3 { font-family: var(--f-display); font-weight: 700; font-size: 1.2rem; color: var(--ink); margin-bottom: 1.2rem; letter-spacing: -0.02em; }
.form-field { margin-bottom: 1.1rem; }
.form-field label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--ink); margin-bottom: 0.4rem; }
.form-field label .req { color: var(--accent-ink); }
.form-control {
  width: 100%;
  background: var(--card);
  border: 1px solid var(--line-input, var(--line-2));
  border-radius: var(--r);
  color: var(--ink);
  padding: 11px 14px;
  font-size: 0.92rem;
  font-family: var(--f-body);
}
.form-control::placeholder { color: var(--muted); }
textarea.form-control { min-height: 120px; resize: vertical; }
.form-control[aria-invalid="true"] { border-color: var(--alert); }
.field-error { color: var(--alert); font-size: 0.76rem; margin-top: 0.35rem; display: none; }
.field-error.show { display: block; }
.field-error::before { content: "\26A0"; margin-right: 0.35rem; }
.form-check { display: flex; gap: 0.6rem; align-items: flex-start; margin-bottom: 1.2rem; }
.form-check input { margin-top: 0.25rem; width: 16px; height: 16px; flex-shrink: 0; accent-color: var(--accent); }
.form-check label { font-size: 0.8rem; color: var(--muted); font-weight: 400; line-height: 1.5; }
.form-status {
  display: none;
  margin-top: 1rem;
  padding: 0.9rem 1.1rem;
  background: var(--accent-tint);
  border: 1px solid #C7DAF5;
  border-radius: var(--r);
  color: var(--ink);
  font-size: 0.86rem;
}
.form-status.show { display: block; }

/* ============================================================
   FLOATING BUTTONS
   ============================================================ */
/* Bottom-fixed layer contract: main.js adds body.cookie-open + measures
   --cookie-h on <html>; shop.js adds body.buybar-open with .buybar.show.
   These switches translate the classes into insets every fixed layer
   (fab stack, buy bar, assistant) can consume. */
body { --cookie-h-active: 0px; --buybar-h-active: 0px; }
body.cookie-open { --cookie-h-active: var(--cookie-h, 0px); }
@media (max-width: 900px) {
  body.buybar-open { --buybar-h-active: 66px; } /* .buybar exists only ≤900px */
}
.fab-stack {
  position: fixed;
  right: 1.5rem;
  bottom: calc(1.5rem + var(--cookie-h-active, 0px) + var(--buybar-h-active, 0px));
  z-index: 1400;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
}
.fab-whatsapp {
  width: 54px; height: 54px;
  border-radius: 50%;
  background: var(--whatsapp-btn); /* 5.3:1 with the white glyph */
  color: #fff;
  display: grid; place-items: center;
  font-size: 1.5rem;
  box-shadow: var(--shadow);
  transition: transform var(--t-ui);
}
.fab-whatsapp:hover { transform: scale(1.06); text-decoration: none; }
.fab-top {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--bg);
  border: 1px solid var(--line-2);
  color: var(--ink);
  display: grid; place-items: center;
  font-size: 0.95rem;
  box-shadow: var(--shadow-sm);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity var(--t-ui), visibility var(--t-ui), transform var(--t-ui), background var(--t-ui);
}
.fab-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.fab-top:hover { background: var(--panel-2); border-color: var(--accent); }

/* ============================================================
   COOKIE NOTICE
   ============================================================ */
.cookie {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 9999;
  background: var(--bg);
  border-top: 1px solid var(--line);
  box-shadow: 0 -8px 30px rgba(22,29,41,0.06);
  padding: 1rem 2rem;
  display: none;
}
.cookie.show { display: flex; }
.cookie-inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
  flex-wrap: wrap;
}
.cookie p { font-size: 0.8rem; color: var(--muted); }
.cookie .btn { flex-shrink: 0; }

/* ============================================================
   FOOTER — dark steel band, zinc top rule
   ============================================================ */
.site-footer { background: var(--steel); border-top: 3px solid var(--zinc); padding: 4.5rem 0 0; }
.footer-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 2.5rem;
}
.footer-brand .brand-name { font-size: 0.95rem; margin-top: 0.8rem; color: var(--on-steel); }
.footer-brand p { font-size: 0.82rem; color: var(--on-steel-mut); line-height: 1.7; margin-top: 0.6rem; }
.footer-brand .logo-chip { background: var(--steel-2); border-color: var(--line-steel); }
.footer-social {
  width: 38px; height: 38px;
  border: 1px solid var(--line-steel);
  border-radius: var(--r);
  display: inline-grid; place-items: center;
  color: var(--on-steel-mut);
  margin-top: 1rem;
  transition: border-color var(--t-ui), color var(--t-ui), background var(--t-ui);
}
.footer-social:hover { border-color: var(--zinc); color: #F0B95C; background: var(--steel-2); }
.footer-col h3 {
  font-family: var(--f-body);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  color: #F0B95C;   /* zinc heading on steel (≈8:1) */
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}
.footer-col ul { display: flex; flex-direction: column; gap: 0.7rem; }
.footer-col a { color: var(--on-steel-mut); font-size: 0.85rem; transition: color var(--t-ui); }
.footer-col a:hover { color: #fff; }
.footer-contact li { display: flex; gap: 0.6rem; align-items: flex-start; margin-bottom: 0.7rem; font-size: 0.82rem; color: var(--on-steel-mut); line-height: 1.5; }
.footer-contact i { color: #F0B95C; width: 16px; text-align: center; margin-top: 0.25rem; flex-shrink: 0; }
.footer-contact a { color: var(--on-steel-mut); }
.footer-contact a:hover { color: #fff; }
/* Payment / trust text badges — bordered chips on steel */
.pay-badges { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.1rem; }
.pay-badges span {
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--on-steel-mut);
  border: 1px solid var(--line-steel);
  border-radius: var(--r-sm);
  padding: 4px 9px;
  white-space: nowrap;
}

.footer-bottom {
  max-width: var(--maxw);
  margin: 3rem auto 0;
  padding: 1.4rem 2rem;
  border-top: 1px solid var(--line-steel);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.footer-bottom p, .footer-bottom a { font-size: 0.72rem; color: var(--on-steel-mut); }
.footer-bottom a:hover { color: #fff; }

/* Focus ring needs to stay visible on the dark band */
.site-footer :focus-visible, .newsletter :focus-visible { outline-color: #F0B95C; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
/* Full desktop nav (with search) only when there is room; below this the
   hamburger + drawer take over (the drawer has its own search). */
@media (min-width: 1140px) {
  .nav-links { display: flex; }
  .nav-right { display: flex; }
  .nav-search { display: flex; }
  .hamburger { display: none; }
}
@media (min-width: 1140px) and (max-width: 1260px) {
  .nav-search-input { width: 160px; }
  .nav-links { gap: 1.3rem; }
}

@media (max-width: 1100px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem 1.5rem; }
}

@media (max-width: 1023px) {
  .cat-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

@media (max-width: 900px) {
  .hero-inner { max-width: 640px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem 1rem; }
  .split { grid-template-columns: 1fr; gap: 2rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
  .section { padding: 70px 0; }
}

@media (max-width: 640px) {
  .container { padding-left: 1.2rem; padding-right: 1.2rem; }
  .nav-inner { padding: 0 1.2rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { padding: 1.4rem 1.2rem; }
  .promo-full { display: none; }
  .promo-short { display: inline; }
  .promo-inner { padding: 0.55rem 2.4rem 0.55rem 1.2rem; }
  .why-grid { grid-template-columns: 1fr; }
  .filter-inner { flex-direction: column; align-items: stretch; }
  .filter-select { width: 100%; }
  .cta-band { padding: 2.5rem 1.4rem; margin: 70px auto; }
  .info-card { padding: 1.6rem; }
  .section-head { margin-bottom: 1.8rem; }
}

/* Narrow phones: the full brand block + cart + hamburger exceed the
   viewport, pushing the hamburger off-screen — shrink and let the brand
   name ellipsize instead of overflowing. */
@media (max-width: 520px) {
  .nav-inner { padding: 0 1rem; gap: 0.6rem; }
  .brand { gap: 0.55rem; flex-shrink: 1; min-width: 0; }
  .logo-chip img { width: 36px; height: 36px; }
  .brand-text { min-width: 0; }
  .brand-name { font-size: 0.78rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .brand-tag { display: none; }
  .hamburger { flex-shrink: 0; }
}

/* Product cards stay TWO columns all the way down to 360px (see the
   compact card treatment in the ROUND 2 block at the end of this file). */

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
  .marquee-track { animation: none; }
  .scroll-cue { animation: none; }
  .btn--buy:hover, .btn--gold:hover, .btn--primary:hover, .btn--whatsapp:hover,
  .cat-tile:hover, .product-card:hover, .fab-whatsapp:hover, .nav-cart:hover { transform: none; }
  .toast, .buybar, .ship-fill { transition: none; }
}

/* ============================================================
   SHOP — cart button, toast, product page, cart, checkout, order
   ============================================================ */

/* Navbar cart button (always visible) — "real shop" style: icon with a
   floating count badge + label and live cart total. */
.nav-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  background: var(--bg);
  border: 1.5px solid var(--line-2);
  border-radius: var(--r);
  padding: 6px 14px 6px 8px;
  transition: border-color var(--t-ui), box-shadow var(--t-ui), transform var(--t-ui);
  flex-shrink: 0;
}
.nav-cart:hover { border-color: var(--accent); box-shadow: var(--shadow-sm); transform: translateY(-1px); text-decoration: none; }
.nav-cart-ico {
  position: relative;
  width: 36px; height: 36px;
  display: grid; place-items: center;
  background: var(--accent-tint);
  border-radius: 10px;
  color: var(--accent-ink);
  font-size: 1rem;
}
.nav-cart-count {
  position: absolute;
  top: -7px; right: -7px;
  min-width: 20px; height: 20px; padding: 0 5px;
  background: var(--accent); color: #fff;
  border: 2px solid var(--bg);
  border-radius: 999px;
  font-size: 0.72rem; font-weight: 800; line-height: 1;
  display: inline-grid; place-items: center;
}
.nav-cart-count.zero { display: none; }
.nav-cart-text { display: none; flex-direction: column; line-height: 1.25; text-align: left; }
.nav-cart-label { font-size: 0.72rem; font-weight: 600; color: var(--muted); letter-spacing: 0.02em; }
.nav-cart-total { font-family: var(--f-display); font-size: 0.88rem; font-weight: 800; color: var(--ink); letter-spacing: -0.01em; white-space: nowrap; }
@media (min-width: 560px) { .nav-cart-text { display: flex; } }
@media (min-width: 1140px) { .nav-cart { margin-left: 0.2rem; } }

/* Toast — steel card with product thumb + free-shipping line */
.toast {
  position: fixed;
  left: 50%;
  bottom: calc(1.5rem + var(--cookie-h-active, 0px) + var(--buybar-h-active, 0px));
  transform: translate(-50%, 140%);
  z-index: 3000;
  background: var(--steel);
  color: var(--on-steel);
  padding: 0.8rem 1.1rem;
  border: 1px solid var(--line-steel);
  border-radius: var(--r);
  box-shadow: var(--shadow-lg);
  font-size: 0.88rem; font-weight: 600;
  display: flex; align-items: center; gap: 0.8rem;
  width: max-content;
  max-width: min(92vw, 480px);
  opacity: 0;
  visibility: hidden;         /* keep the "Vezi coșul" link out of the tab order while hidden */
  pointer-events: none;
  transition: transform 0.32s cubic-bezier(.2,.9,.3,1), opacity 0.32s ease, visibility 0.32s;
}
.toast.show { transform: translate(-50%, 0); opacity: 1; visibility: visible; pointer-events: auto; }
.toast i { color: #8FB4F2; font-size: 1.1rem; }
.toast a { color: #fff; text-decoration: underline; font-weight: 700; white-space: nowrap; }
.toast-thumb {
  width: 40px; height: 40px;
  flex-shrink: 0;
  background: #fff;
  border-radius: var(--r-sm);
  overflow: hidden;
  display: grid; place-items: center;
}
.toast-thumb img { width: 100%; height: 100%; object-fit: contain; padding: 3px; }
.toast-thumb svg { width: 24px; height: 24px; color: var(--accent-ink); }
.toast-body { display: flex; flex-direction: column; gap: 0.15rem; min-width: 0; }
.toast-msg {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
}
.toast-ship { font-size: 0.74rem; font-weight: 500; color: var(--on-steel-mut); line-height: 1.4; }
.toast-ship.ok { color: #7BD89A; }

/* Product card links (image + title) */
.p-media-link, .p-title-link { display: block; color: inherit; }
.p-media-link:hover, .p-title-link:hover { text-decoration: none; }
.p-title-link:hover .p-title { color: var(--accent-ink); }

/* Breadcrumb */
.breadcrumb { padding-top: 1.6rem; padding-bottom: 0; display: flex; flex-wrap: wrap; gap: 0.5rem; font-size: 0.8rem; color: var(--muted); align-items: center; }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--accent-ink); }
.breadcrumb span[aria-current] { color: var(--ink); font-weight: 600; }

/* Quantity stepper */
.qty { display: inline-flex; align-items: center; border: 1px solid var(--line-input, var(--line-2)); border-radius: var(--r); overflow: hidden; background: var(--card); }
.qty-btn { width: 40px; height: 44px; font-size: 1.1rem; color: var(--ink); display: grid; place-items: center; transition: background var(--t-ui); }
.qty-btn:hover { background: var(--panel-2); }
.qty-input { width: 46px; height: 44px; text-align: center; border: none; border-left: 1px solid var(--line); border-right: 1px solid var(--line); background: transparent; color: var(--ink); font-weight: 700; font-size: 0.95rem; }
.qty-input:focus:not(:focus-visible) { outline: none; }
/* Inset ring — the stepper wrapper clips overflow, so offset inward */
.qty-input:focus-visible { outline: 2px solid var(--accent-ink); outline-offset: -2px; border-radius: 0; }

/* Product detail */
.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; padding-top: 2rem; padding-bottom: 1rem; align-items: start; }
.pd-media { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); aspect-ratio: 1/1; display: grid; place-items: center; overflow: hidden; padding: 2rem; box-shadow: var(--shadow-sm); }
.pd-media img { width: 100%; height: 100%; object-fit: contain; }
.pd-info h1 { font-family: var(--f-display); font-weight: 800; font-size: clamp(1.6rem, 3.2vw, 2.3rem); color: var(--ink); margin: 0.5rem 0 0.4rem; letter-spacing: -0.025em; line-height: 1.15; }
.pd-sku { font-size: 0.72rem; color: var(--muted); letter-spacing: 0.06em; }
.pd-price { font-family: var(--f-display); font-weight: 800; font-size: 2rem; color: var(--ink); margin: 1rem 0 0.2rem; letter-spacing: -0.01em; font-variation-settings: "wdth" 116; }
.pd-vat { font-family: var(--f-body); font-size: 0.8rem; font-weight: 500; color: var(--muted); letter-spacing: 0; font-variation-settings: normal; }
.pd-unit { font-size: 0.8rem; color: var(--muted); margin-bottom: 0.7rem; font-feature-settings: "tnum" 1; }
.pd-stock { font-size: 0.85rem; font-weight: 600; margin-bottom: 1.2rem; display: inline-flex; align-items: center; gap: 0.4rem; }
.pd-stock.in { color: var(--success); }
.pd-stock.out { color: var(--alert); }
.pd-desc { color: var(--body); font-size: 0.95rem; line-height: 1.75; margin-bottom: 1.5rem; }
.p-buy { display: flex; flex-wrap: wrap; gap: 0.8rem; align-items: center; margin-bottom: 1.5rem; }
.pd-meta { display: flex; flex-direction: column; gap: 0.5rem; padding-top: 1.2rem; border-top: 1px solid var(--line); font-size: 0.84rem; color: var(--muted); }
.pd-meta i { color: var(--accent-ink); width: 18px; }
.pd-meta a { color: var(--accent-ink); }

.pd-tabs { display: grid; grid-template-columns: 1.4fr 1fr; gap: 3rem; padding-top: 3rem; padding-bottom: 1rem; align-items: start; }
.pd-block h2 { font-size: 1.3rem; margin-bottom: 1rem; }
.pd-block p { color: var(--body); line-height: 1.8; font-size: 0.95rem; }
/* Spec table — zebra rows, data-voice headers */
.spec-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; border: 1px solid var(--line); border-radius: var(--r-sm); overflow: hidden; }
.spec-table th, .spec-table td { text-align: left; padding: 0.7rem 0.9rem; border-bottom: 1px solid var(--line); }
.spec-table tr:last-child th, .spec-table tr:last-child td { border-bottom: none; }
.spec-table tr:nth-child(even) th, .spec-table tr:nth-child(even) td { background: var(--panel); }
.spec-table th { color: var(--muted); font-weight: 700; font-size: 0.74rem; letter-spacing: 0.08em; text-transform: uppercase; width: 45%; }
.spec-table td { color: var(--ink); font-weight: 500; font-feature-settings: "tnum" 1; }
.pd-related { padding-top: 3rem; padding-bottom: 2rem; }
.pd-related h2 { margin-bottom: 1.5rem; }

/* Cart page */
.cart-layout { display: grid; grid-template-columns: 1fr 360px; gap: 2.5rem; align-items: start; }
.cart-items { min-width: 0; }
.cart-head { display: grid; grid-template-columns: 2.2fr 1fr 1.3fr 1fr 40px; gap: 1rem; padding: 0 0 0.8rem; border-bottom: 2px solid var(--line-2); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.cart-head span:nth-child(2), .cart-head span:nth-child(3), .cart-head span:nth-child(4) { text-align: right; }
.cart-row { display: grid; grid-template-columns: 2.2fr 1fr 1.3fr 1fr 40px; gap: 1rem; align-items: center; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.cart-cell { font-size: 0.92rem; color: var(--ink); }
.cart-cell[data-label="Preț"], .cart-cell[data-label="Subtotal"] { text-align: right; }
.cart-cell[data-label="Cantitate"] { display: flex; justify-content: flex-end; }
.cart-prod { display: flex; gap: 1rem; align-items: center; }
.cart-thumb { width: 64px; height: 64px; border: 1px solid var(--line); border-radius: var(--r-sm); overflow: hidden; flex-shrink: 0; background: #fff; display: block; }
.cart-thumb img { width: 100%; height: 100%; object-fit: contain; padding: 4px; }
.cart-name { font-weight: 600; color: var(--ink); font-size: 0.9rem; line-height: 1.35; display: block; }
.cart-name:hover { color: var(--accent-ink); }
.cart-sku { font-size: 0.72rem; color: var(--muted); margin-top: 0.2rem; font-feature-settings: "tnum" 1; }
.cart-linetotal { font-weight: 700; color: var(--accent-ink); }
.cart-remove { width: 36px; height: 36px; border-radius: 8px; color: var(--muted); display: grid; place-items: center; transition: background var(--t-ui), color var(--t-ui); }
.cart-remove:hover { background: rgba(192,57,43,0.1); color: var(--alert); }
.cart-actions { margin-top: 1.5rem; }

.cart-summary { background: var(--panel-2); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.8rem; position: sticky; top: calc(var(--topbar-h) + 20px); }
.cart-summary h2 { font-size: 1.15rem; margin-bottom: 1.2rem; }
.coupon-row { display: flex; gap: 0.5rem; margin-bottom: 0.5rem; }
.coupon-row input { flex: 1; min-width: 0; background: var(--card); border: 1px solid var(--line-input, var(--line-2)); border-radius: var(--r); color: var(--ink); padding: 10px 12px; font-size: 0.88rem; }
.coupon-row input:focus { border-color: var(--accent); }
.coupon-row input:focus:not(:focus-visible) { outline: none; }
.coupon-row .btn { flex-shrink: 0; }
.coupon-note { font-size: 0.72rem; color: var(--muted); margin-bottom: 1.2rem; }
.sum-lines { display: flex; flex-direction: column; gap: 0.6rem; padding: 1.2rem 0; border-top: 1px solid var(--line); }
.sum-lines > div { display: flex; justify-content: space-between; font-size: 0.9rem; color: var(--body); }
.sum-lines dt { color: var(--muted); }
.sum-lines .is-disc dd { color: var(--success); font-weight: 600; }
.sum-total { display: flex; justify-content: space-between; align-items: baseline; padding: 1rem 0 1.4rem; border-top: 1px solid var(--line-2); font-family: var(--f-display); font-weight: 800; font-size: 1.3rem; color: var(--ink); }
.cart-demo { font-size: 0.72rem; color: var(--muted); text-align: center; margin-top: 1rem; line-height: 1.5; }
.cart-empty { text-align: center; padding: 5rem 1rem; max-width: 460px; margin: 0 auto; }
.cart-empty i { font-size: 3rem; color: var(--line-2); }
.cart-empty h2 { margin: 1.2rem 0 0.6rem; }
.cart-empty .section-sub { margin-bottom: 1.8rem; }

/* Checkout */
.checkout-layout { display: grid; grid-template-columns: 1.5fr 1fr; gap: 2.5rem; align-items: start; }
.checkout-form h2 { font-size: 1.15rem; margin: 0 0 1.2rem; }
.checkout-form h2:not(:first-child) { margin-top: 2rem; }
.cf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.cf-grid .full { grid-column: 1 / -1; }
.pay-methods { display: flex; flex-direction: column; gap: 0.8rem; }
.pay-opt { display: flex; gap: 0.8rem; align-items: flex-start; padding: 1rem 1.2rem; border: 1px solid var(--line-2); border-radius: var(--r); cursor: pointer; transition: border-color var(--t-ui), background var(--t-ui); }
.pay-opt:has(input:checked) { border-color: var(--accent); background: var(--accent-tint); }
.pay-opt input { margin-top: 0.25rem; accent-color: var(--accent); width: 16px; height: 16px; flex-shrink: 0; }
.pay-opt span { display: flex; flex-direction: column; gap: 0.15rem; }
.pay-opt strong { color: var(--ink); font-size: 0.92rem; }
.pay-opt small { color: var(--muted); font-size: 0.8rem; }
.checkout-form .form-check { margin-top: 1.4rem; }
.checkout-summary { background: var(--panel-2); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.8rem; position: sticky; top: calc(var(--topbar-h) + 20px); }
.checkout-summary h2 { font-size: 1.15rem; margin-bottom: 1.2rem; }
.co-items { display: flex; flex-direction: column; gap: 0.7rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); margin-bottom: 0.4rem; }
.co-items li { display: grid; grid-template-columns: auto 1fr auto; gap: 0.6rem; font-size: 0.86rem; align-items: baseline; }
.co-q { color: var(--accent-ink); font-weight: 700; }
.co-n { color: var(--body); line-height: 1.35; }
.co-p { color: var(--ink); font-weight: 600; white-space: nowrap; }

/* Order confirmation */
.order-done { max-width: 640px; margin: 0 auto; text-align: center; padding: 1rem 0 2rem; }
.order-check { font-size: 3.6rem; color: var(--success); margin-bottom: 0.8rem; }
.order-done h1 { font-family: var(--f-display); font-weight: 800; font-size: clamp(1.8rem, 4vw, 2.6rem); color: var(--ink); letter-spacing: -0.03em; }
.order-done .section-sub { margin: 0.8rem auto 2rem; }
.order-card { background: var(--panel-2); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.8rem; text-align: left; margin-bottom: 2rem; }
.order-card h2 { font-size: 1.1rem; margin-bottom: 1.1rem; }
.order-done .cart-demo { margin-bottom: 1.6rem; }

/* Shop responsive */
@media (max-width: 900px) {
  .product-detail { grid-template-columns: 1fr; gap: 1.8rem; }
  .pd-tabs { grid-template-columns: 1fr; gap: 2rem; }
  .cart-layout { grid-template-columns: 1fr; gap: 2rem; }
  .cart-summary, .checkout-summary { position: static; }
  .checkout-layout { grid-template-columns: 1fr; gap: 2rem; }
}
/* 980px, not 680: between ~901-976px the 5-track row's min-content exceeds
   the narrowed items column (tier badge widened it) — stack earlier. */
@media (max-width: 980px) {
  .cart-head { display: none; }
  .cart-row { grid-template-columns: 1fr auto; gap: 0.5rem 1rem; padding: 1.2rem 0; }
  /* Row 1: product | trash; row 2: qty | subtotal — nothing overlaps */
  .cart-prod { grid-column: 1; }
  .cart-cell[data-label]::before { content: attr(data-label) ": "; color: var(--muted); font-size: 0.78rem; font-weight: 600; }
  .cart-cell[data-label="Preț"] { display: none; }
  .cart-cell[data-label="Cantitate"] { justify-content: flex-start; grid-column: 1; }
  .cart-cell.cart-linetotal { text-align: right; }
  .cart-row .cart-cell:last-child { grid-row: 1; grid-column: 2; justify-self: end; }
}
@media (max-width: 560px) {
  .cf-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   HOMEPAGE EXTRAS — steps, testimonials, FAQ, newsletter, trust
   ============================================================ */

/* Cum comanzi — numbered steps */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; counter-reset: step; }
.step-card {
  position: relative;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 1.6rem 1.4rem;
  box-shadow: var(--shadow-sm);
}
.step-num {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: 0.85rem;
  color: #fff;
  background: var(--accent);
  width: 32px; height: 32px;
  border-radius: 50%;
  display: grid; place-items: center;
}
.step-card i { font-size: 1.3rem; color: var(--accent-ink); margin-top: 1rem; display: block; }
.step-card h3 { font-family: var(--f-display); font-weight: 700; font-size: 1rem; margin: 0.7rem 0 0.35rem; letter-spacing: -0.01em; }
.step-card p { font-size: 0.85rem; color: var(--muted); line-height: 1.65; }

/* Testimonials */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.testi-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 1.6rem;
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column; gap: 0.8rem;
}
.stars { color: #E9A13B; font-size: 0.82rem; letter-spacing: 2px; }
.testi-card blockquote { font-size: 0.92rem; color: var(--body); line-height: 1.7; flex: 1; }
.testi-who { display: flex; align-items: center; gap: 0.7rem; }
.testi-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: var(--accent-tint);
  color: var(--accent-ink);
  font-family: var(--f-display);
  font-weight: 800; font-size: 0.9rem;
  display: grid; place-items: center;
  flex-shrink: 0;
}
.testi-name { font-weight: 700; font-size: 0.88rem; color: var(--ink); line-height: 1.3; }
.testi-src { font-size: 0.72rem; color: var(--muted); display: flex; align-items: center; gap: 0.35rem; }
.testi-src i { color: var(--accent-ink); }

/* FAQ (details/summary) */
.faq-wrap { max-width: 820px; margin: 0 auto; }
.faq-item {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin-bottom: 0.8rem;
  overflow: hidden;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.1rem 1.4rem;
  font-family: var(--f-display);
  font-weight: 700; font-size: 0.95rem;
  color: var(--ink);
  transition: background var(--t-ui);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { background: var(--panel); }
.faq-item summary i { color: var(--accent-ink); font-size: 0.8rem; transition: transform var(--t-ui); flex-shrink: 0; }
.faq-item[open] summary i { transform: rotate(180deg); }
.faq-item p { padding: 0 1.4rem 1.2rem; font-size: 0.9rem; color: var(--body); line-height: 1.75; }

/* Payment / trust strip */
.trust-strip {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 1rem 2.6rem;
  padding: 1.6rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--panel);
}
.trust-strip span {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--f-body);
  font-weight: 700; font-size: 0.72rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--muted);
}
.trust-strip i { color: var(--accent-ink); font-size: 1rem; }

/* Newsletter band — steel card, zinc submit */
.newsletter {
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 2rem; align-items: center;
  background: var(--steel);
  border: 1px solid var(--line-steel);
  border-radius: var(--r-lg);
  padding: 2.8rem 2.5rem;
  max-width: var(--maxw);
  margin: 0 auto 90px;
}
.newsletter h2 { color: var(--on-steel); font-size: clamp(1.4rem, 3vw, 2rem); letter-spacing: -0.015em; }
.newsletter p { color: var(--on-steel-mut); font-size: 0.9rem; margin-top: 0.6rem; line-height: 1.7; }
.newsletter-form { display: flex; gap: 0.6rem; }
.newsletter-form input {
  flex: 1; min-width: 0;
  background: var(--steel-2);
  border: 1px solid var(--line-input, var(--line-2));
  border-radius: var(--r);
  color: #fff;
  padding: 12px 16px;
  font-size: 0.9rem;
}
.newsletter-form input::placeholder { color: rgba(255,255,255,0.55); }
.newsletter-form input:focus { border-color: var(--zinc); }
.newsletter-form input:focus:not(:focus-visible) { outline: none; }
.newsletter-note { font-size: 0.72rem; color: var(--on-steel-mut); margin-top: 0.7rem; }
.newsletter-done { display: none; color: #7BD89A; font-weight: 600; font-size: 0.9rem; margin-top: 0.4rem; }
.newsletter-done.show { display: block; }

@media (max-width: 1023px) {
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .testi-grid { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .newsletter { grid-template-columns: 1fr; padding: 2.2rem 1.6rem; margin-bottom: 70px; }
}
@media (max-width: 640px) {
  .steps-grid { grid-template-columns: 1fr; }
  .newsletter-form { flex-direction: column; }
}

/* ============================================================
   SEARCH SUGGESTIONS — live dropdown under nav + drawer search
   ============================================================ */
.search-suggest {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: min(360px, 92vw);
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  padding: 0.4rem;
  z-index: 1250;
  display: none;
}
.search-suggest.open { display: block; }
.drawer-search .search-suggest { left: 0; right: 0; width: auto; }
.suggest-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
  text-align: left;
  padding: 0.5rem 0.6rem;
  border-radius: var(--r-sm);
  color: var(--body);
  cursor: pointer;
  transition: background var(--t-ui);
}
.suggest-item:hover, .suggest-item.is-active { background: var(--panel-2); text-decoration: none; }
.suggest-thumb {
  width: 32px; height: 32px;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  display: grid; place-items: center;
  overflow: hidden;
}
.suggest-thumb img { width: 100%; height: 100%; object-fit: contain; padding: 2px; }
.suggest-thumb svg { width: 20px; height: 20px; color: var(--accent-ink); }
.suggest-main { min-width: 0; flex: 1; display: flex; flex-direction: column; overflow: hidden; }
.suggest-name {
  display: block;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.suggest-name mark { background: var(--zinc-tint); color: inherit; border-radius: 2px; padding: 0 1px; }
.suggest-dim {
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: var(--muted);
  font-feature-settings: "tnum" 1;
}
.suggest-price {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: 0.84rem;
  color: var(--ink);
  white-space: nowrap;
  font-feature-settings: "tnum" 1;
}
.suggest-all {
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 0.2rem;
  padding: 0.6rem;
  border-top: 1px solid var(--line);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--accent-ink);
  border-radius: 0 0 var(--r-sm) var(--r-sm);
  cursor: pointer;
}
.suggest-all:hover, .suggest-all.is-active { background: var(--panel-2); text-decoration: none; }

/* ============================================================
   FREE-SHIPPING PROGRESS (cart summary; short line in toast)
   ============================================================ */
.ship-progress { margin-bottom: 1.2rem; }
.ship-progress-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--body);
  margin-bottom: 0.45rem;
  line-height: 1.45;
}
.ship-progress-label.ok { color: var(--success); }
.ship-track {
  height: 6px;
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: 999px;
  overflow: hidden;
}
.ship-fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--accent), var(--zinc));
  border-radius: 999px;
  transition: width 0.4s ease;
}

/* ============================================================
   PRODUCT PAGE EXTRAS — delivery rows, bulk hint, sticky buy bar
   ============================================================ */
.pd-delivery {
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 0.9rem 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-bottom: 1.2rem;
  background: var(--panel);
}
.pd-delivery-row {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
  font-size: 0.84rem;
  color: var(--body);
  line-height: 1.5;
}
.pd-delivery-row i { color: var(--accent-ink); width: 18px; text-align: center; flex-shrink: 0; transform: translateY(1px); }
.pd-delivery-row strong { color: var(--ink); font-weight: 700; }

.bulk-hint {
  background: var(--zinc-tint);
  border-radius: var(--r);
  padding: 0.9rem 1.1rem;
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  font-size: 0.84rem;
  color: var(--zinc-ink);
  line-height: 1.55;
  margin-bottom: 1.4rem;
}
.bulk-hint i, .bulk-hint svg { color: var(--zinc-ink); flex-shrink: 0; margin-top: 2px; }
.bulk-hint strong { font-weight: 700; }
.bulk-hint a { color: var(--zinc-ink); font-weight: 700; text-decoration: underline; white-space: nowrap; }
.bulk-hint a:hover { color: var(--ink); }

/* Sticky mobile buy bar (shown ≤900px once the main buy button scrolls out) */
.buybar {
  position: fixed;
  left: 0; right: 0;
  bottom: var(--cookie-h-active, 0px); /* sit above the cookie bar */
  z-index: 1300;
  display: none;
  align-items: center;
  gap: 0.9rem;
  background: rgba(255,255,255,0.97);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--line-2);
  box-shadow: 0 -8px 30px rgba(14,22,33,0.10);
  padding: 0.65rem 1.1rem calc(0.65rem + env(safe-area-inset-bottom, 0px));
  transform: translateY(110%);
  visibility: hidden;         /* controls must not stay tabbable off-screen */
  pointer-events: none;
  transition: transform 0.25s ease, visibility 0.25s;
}
.buybar.show { transform: translateY(0); visibility: visible; pointer-events: auto; }
.buybar-info { min-width: 0; flex: 1; display: flex; flex-direction: column; line-height: 1.3; }
.buybar-name {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--body);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.buybar-price {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--ink);
  font-variation-settings: "wdth" 116;
  font-feature-settings: "tnum" 1;
}
.buybar .btn { flex-shrink: 0; }
@media (min-width: 901px) { .buybar { display: none !important; } }
@media (max-width: 900px) { .buybar { display: flex; } }

/* ============================================================
   CART EXTRAS — cross-sell strip
   ============================================================ */
.cross-sell { margin-top: 3rem; }
.cross-sell h2 {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.015em;
  margin-bottom: 1.1rem;
  font-variation-settings: "wdth" 116;
}
.cross-sell-row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(200px, 236px);
  gap: 1rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.6rem;
}

/* ============================================================
   CHECKOUT — steps indicator
   ============================================================ */
.steps-ind {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 2.2rem;
  flex-wrap: wrap;
}
.step-i {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 0.8rem;
  color: var(--muted);
  white-space: nowrap;
}
.step-i .step-dot {
  width: 26px; height: 26px;
  border-radius: 50%;
  display: inline-grid; place-items: center;
  font-size: 0.74rem;
  font-weight: 800;
  background: var(--panel-2);
  border: 1.5px solid var(--line-2);
  color: var(--muted);
  font-feature-settings: "tnum" 1;
}
.step-i.done { color: var(--accent-ink); }
.step-i.done .step-dot { background: var(--accent-tint); border-color: var(--accent); color: var(--accent-ink); }
.step-i.done:hover { text-decoration: none; }
.step-i.done:hover .step-dot { background: var(--accent-tint-2); }
.step-i.active { color: var(--ink); }
.step-i.active .step-dot { background: var(--accent); border-color: var(--accent); color: #fff; }
.steps-ind .step-line { width: 34px; height: 1.5px; background: var(--line-2); flex-shrink: 0; }

/* ============================================================
   ORDER CONFIRMATION — 4-step timeline
   ============================================================ */
.timeline {
  max-width: 430px;
  margin: 0 auto 2.2rem;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.tl-step { position: relative; display: flex; gap: 1rem; padding-bottom: 1.5rem; }
.tl-step:last-child { padding-bottom: 0; }
.tl-step::before {
  content: "";
  position: absolute;
  left: 12px; top: 28px; bottom: 2px;
  width: 1.5px;
  background: var(--line-2);
}
.tl-step:last-child::before { display: none; }
.tl-dot {
  width: 26px; height: 26px;
  flex-shrink: 0;
  border-radius: 50%;
  display: grid; place-items: center;
  background: var(--panel-2);
  border: 1.5px solid var(--line-2);
  color: var(--muted);
  font-size: 0.72rem;
  z-index: 1;
}
.tl-step.done .tl-dot { background: var(--success); border-color: var(--success); color: #fff; }
.tl-body { padding-top: 2px; display: flex; flex-direction: column; }
.tl-title { font-weight: 700; font-size: 0.9rem; color: var(--ink); line-height: 1.4; }
.tl-step.done .tl-title { color: var(--success); }
.tl-sub { font-size: 0.78rem; color: var(--muted); line-height: 1.5; }

/* ============================================================
   RESPONSIVE — new components
   ============================================================ */
@media (max-width: 640px) {
  .filter-sort { margin-left: 0; width: 100%; }
  .filter-sort .filter-select { flex: 1; }
  .steps-ind { gap: 0.5rem; }
  .steps-ind .step-line { width: 18px; }
  .newsletter .btn { width: 100%; }
}

/* ============================================================
   ROUND 2 — volume tiers, quick order, calculator, order
   history, restock, tool strip (class contracts: FEATURES §11)
   ============================================================ */

/* ------------------------------------------------------------
   Volume tier badge — on cart lines with tierPct > 0
   ------------------------------------------------------------ */
.tier-badge {
  display: block;
  width: max-content;
  margin: 0.3rem 0 0 auto;
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--zinc-tint);
  color: var(--zinc-ink);
  border-radius: var(--r-sm);
  padding: 2px 7px;
  white-space: nowrap;
  font-feature-settings: "tnum" 1;
}
@media (max-width: 980px) {
  .cart-linetotal .tier-badge { display: inline-block; margin: 0 0 0 0.5rem; vertical-align: middle; }
}

/* ------------------------------------------------------------
   Volume tier table — product page, under the buy row
   ------------------------------------------------------------ */
.tier-block { margin: -0.3rem 0 1.4rem; max-width: 400px; }
.tier-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.86rem;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  overflow: hidden;
}
.tier-table caption {
  caption-side: bottom;
  text-align: left;
  font-size: 0.74rem;
  color: var(--muted);
  padding-top: 0.5rem;
}
.tier-table th, .tier-table td { text-align: left; padding: 0.55rem 0.9rem; border-bottom: 1px solid var(--line); }
.tier-table thead th {
  background: var(--panel);
  color: var(--muted);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.tier-table td { color: var(--ink); font-weight: 500; font-feature-settings: "tnum" 1; }
.tier-table td:nth-child(2) { font-weight: 700; }
.tier-table th:last-child, .tier-table td:last-child { text-align: right; }
.tier-table tbody tr:last-child td { border-bottom: none; }
.tier-row { transition: background var(--t-ui); }
.tier-row.is-active { background: var(--zinc-tint); box-shadow: inset 3px 0 0 var(--zinc); }
.tier-row.is-active td { font-weight: 700; }
.tier-row.is-active td:last-child { color: var(--zinc-ink); }

/* ------------------------------------------------------------
   Comandă rapidă (quick-order page). Expected row markup:
   <div class="qo-row qo-ok|qo-near|qo-miss">
     <span class="qo-status">…icon…</span>
     <div class="qo-prod">
       <a class="qo-thumb">…img/svg…</a>
       <div><a class="qo-name">…</a><span class="qo-dim">…</span></div>
     </div>
     <span class="qo-price">…</span>
     <div class="qty qo-qty">…stepper…</div>
     <span class="qo-line-total">…</span>
     <button class="qo-remove">…</button>
   </div>
   Unmatched rows: .qo-miss with .qo-name = raw line + .qo-note.
   ------------------------------------------------------------ */
.qo-layout { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: start; }
@media (min-width: 900px) {
  .qo-layout { grid-template-columns: 0.9fr 1.1fr; gap: 2.5rem; }
  .qo-input-card { position: sticky; top: calc(var(--topbar-h) + 20px); }
}
.qo-input-card {
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1.8rem;
}
.qo-input-card label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--ink); margin-bottom: 0.4rem; }
.qo-input-card textarea { min-height: 220px; font-feature-settings: "tnum" 1; line-height: 1.9; }
.qo-actions { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-top: 1rem; }
.qo-hint { font-size: 0.78rem; color: var(--muted); margin-top: 0.8rem; line-height: 1.6; }

/* Status color rides a custom property so any inner markup inherits it */
.qo-ok   { --qo-status: var(--success); }
.qo-near { --qo-status: var(--zinc-ink); }
.qo-miss { --qo-status: var(--alert); }

.qo-table { min-width: 0; }
.qo-row {
  display: grid;
  grid-template-columns: 24px minmax(0, 2.2fr) 0.9fr auto 1fr 36px;
  gap: 0.9rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.92rem;
  color: var(--ink);
}
.qo-status { display: grid; place-items: center; font-size: 0.95rem; color: var(--qo-status, var(--muted)); }
.qo-prod { display: flex; gap: 0.8rem; align-items: center; min-width: 0; }
.qo-thumb {
  width: 40px; height: 40px;
  flex-shrink: 0;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  background: #fff;
  overflow: hidden;
  display: grid; place-items: center;
}
.qo-thumb img { width: 100%; height: 100%; object-fit: contain; padding: 3px; }
.qo-thumb svg { width: 22px; height: 22px; color: var(--accent-ink); }
.qo-name { display: block; font-weight: 600; font-size: 0.88rem; color: var(--ink); line-height: 1.35; }
a.qo-name:hover { color: var(--accent-ink); text-decoration: none; }
.qo-dim { display: block; font-size: 0.72rem; font-weight: 700; color: var(--muted); letter-spacing: 0.04em; font-feature-settings: "tnum" 1; margin-top: 0.15rem; }
.qo-miss .qo-name { color: var(--muted); font-weight: 500; }
.qo-note { display: block; font-size: 0.76rem; color: var(--alert); margin-top: 0.15rem; }
.qo-price { text-align: right; font-feature-settings: "tnum" 1; color: var(--body); }
.qo-line-total { text-align: right; font-weight: 700; color: var(--accent-ink); font-feature-settings: "tnum" 1; }
.qo-remove {
  width: 36px; height: 36px;
  border-radius: 8px;
  color: var(--muted);
  display: grid; place-items: center;
  transition: background var(--t-ui), color var(--t-ui);
}
.qo-remove:hover { background: rgba(192,57,43,0.1); color: var(--alert); }

.qo-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.8rem 1.2rem;
  padding-top: 1.3rem;
  margin-top: 0.4rem;
  border-top: 2px solid var(--line-2);
}
.qo-sum { display: flex; flex-direction: column; align-items: flex-start; margin-right: auto; line-height: 1.3; }
.qo-sum-label { font-weight: 700; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.qo-sum-val {
  font-family: var(--f-display);
  font-weight: 800;
  font-variation-settings: "wdth" 116;
  font-feature-settings: "tnum" 1;
  font-size: 1.5rem;
  color: var(--ink);
  letter-spacing: -0.01em;
}
/* 1099px, not 680: from 900px the qo-layout splits in two and the results
   column can't fit the 6-track row until ~1100px viewport. */
@media (max-width: 1099px) {
  .qo-row {
    grid-template-columns: 24px minmax(0, 1fr) auto;
    grid-template-areas: "st prod rm" "st qty total";
    row-gap: 0.7rem;
  }
  .qo-status { grid-area: st; align-self: start; }
  .qo-prod { grid-area: prod; }
  .qo-remove { grid-area: rm; justify-self: end; }
  .qo-price { display: none; }
  .qo-row .qty, .qo-qty { grid-area: qty; justify-self: start; }
  .qo-line-total { grid-area: total; align-self: center; }
  .qo-foot .btn { flex: 1 1 100%; }
  .qo-sum { margin-right: 0; width: 100%; }
}

/* Slim promo banner on produse — points to quick order */
.qo-banner {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  background: var(--accent-tint);
  border: 1px solid #C7DAF5;
  border-radius: var(--r);
  padding: 0.75rem 1.1rem;
  font-size: 0.86rem;
  color: var(--body);
  line-height: 1.5;
  margin: 1.4rem 0 0;
}
.qo-banner i, .qo-banner svg { color: var(--accent-ink); flex-shrink: 0; }
.qo-banner a { font-weight: 700; white-space: nowrap; }

/* ------------------------------------------------------------
   Calculator de necesar — cards, result blocks, big numbers
   ------------------------------------------------------------ */
.calc-grid { display: grid; gap: 1.6rem; max-width: 980px; margin: 0 auto; }
.calc-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1.8rem;
  box-shadow: var(--shadow-sm);
}
.calc-card h2, .calc-card h3 {
  font-family: var(--f-display);
  font-weight: 800;
  font-variation-settings: "wdth" 116;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 0.35rem;
}
.calc-card > p { font-size: 0.88rem; color: var(--muted); line-height: 1.65; margin-bottom: 1.2rem; }
.calc-fields {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  margin-bottom: 1.3rem;
}
.calc-fields .form-field { margin-bottom: 0; }
.calc-result {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 1.3rem 1.4rem;
}
.calc-stats { display: flex; flex-wrap: wrap; gap: 1.2rem 2.6rem; }
.calc-stat { display: flex; flex-direction: column-reverse; gap: 0.25rem; }
.calc-num {
  font-family: var(--f-display);
  font-weight: 800;
  font-variation-settings: "wdth" 116;
  font-feature-settings: "tnum" 1;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.calc-num small { font-family: var(--f-body); font-weight: 700; font-size: 0.8rem; color: var(--muted); letter-spacing: 0; margin-left: 0.15rem; }
.calc-label {
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
/* Recommended product mini-row inside a result card */
.calc-reco {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--line);
}
.calc-reco .qo-thumb { width: 48px; height: 48px; }
.calc-reco .btn { white-space: normal; text-align: left; }
.calc-note { font-size: 0.76rem; color: var(--muted); line-height: 1.6; margin-top: 0.9rem; }

/* ------------------------------------------------------------
   Order history (comenzile-mele)
   ------------------------------------------------------------ */
.orders-list { display: flex; flex-direction: column; gap: 1rem; max-width: 760px; margin: 0 auto; }
.order-item {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1.4rem 1.6rem;
  box-shadow: var(--shadow-sm);
}
.order-top { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.order-id {
  font-family: var(--f-display);
  font-weight: 800;
  font-variation-settings: "wdth" 116;
  font-feature-settings: "tnum" 1;
  font-size: 1.1rem;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.order-date { display: block; font-size: 0.78rem; color: var(--muted); font-feature-settings: "tnum" 1; margin-top: 0.15rem; }
.order-total {
  font-family: var(--f-display);
  font-weight: 800;
  font-variation-settings: "wdth" 116;
  font-feature-settings: "tnum" 1;
  font-size: 1.15rem;
  color: var(--ink);
  white-space: nowrap;
}
.order-details { margin-top: 0.9rem; border-top: 1px solid var(--line); }
.order-details summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.8rem 0 0.4rem;
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--accent-ink);
}
.order-details summary::-webkit-details-marker { display: none; }
.order-details summary i { font-size: 0.7rem; transition: transform var(--t-ui); }
.order-details[open] summary i { transform: rotate(180deg); }
.order-details .co-items { border-bottom: none; padding: 0.6rem 0 0.2rem; margin-bottom: 0; }
.order-save { font-size: 0.78rem; color: var(--success); font-weight: 600; margin-top: 0.2rem; }
.order-actions { margin-top: 1rem; display: flex; gap: 0.7rem; flex-wrap: wrap; }
.orders-foot {
  max-width: 760px;
  margin: 1.8rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  align-items: center;
  text-align: center;
}
.orders-foot .cart-demo { margin-top: 0; }
.orders-foot .btn.is-armed { border-color: var(--alert); color: var(--alert); }
/* History link row on the order confirmation */
.order-history-link { margin-bottom: 1.6rem; font-size: 0.88rem; font-weight: 600; }

/* ------------------------------------------------------------
   Restock notify — out-of-stock product pages
   ------------------------------------------------------------ */
.restock {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 1.1rem 1.2rem;
  margin-bottom: 1.4rem;
}
.restock-title { display: flex; align-items: center; gap: 0.55rem; font-weight: 700; font-size: 0.9rem; color: var(--ink); margin-bottom: 0.8rem; }
.restock-title i { color: var(--accent-ink); }
.restock-form { display: flex; gap: 0.6rem; align-items: flex-end; flex-wrap: wrap; }
.restock-field { flex: 1 1 210px; min-width: 0; }
.restock-field label { display: block; font-size: 0.8rem; font-weight: 600; color: var(--ink); margin-bottom: 0.35rem; }
.restock-form .btn { flex-shrink: 0; }
.restock-done { display: none; font-size: 0.9rem; font-weight: 600; color: var(--success); line-height: 1.55; }
.restock.is-done .restock-form { display: none; }
.restock.is-done .restock-done { display: block; }
.restock-wa {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.8rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--whatsapp-btn);
}
.restock-wa:hover { color: var(--ink); }

/* ------------------------------------------------------------
   Tool strip (index) — Comandă rapidă / Calculator / Ghid
   ------------------------------------------------------------ */
.section--tools { padding-top: 0; }
.section--tools .section-head { margin-bottom: 1.8rem; }
.tool-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.tool-tile {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 1.15rem 1.3rem;
  box-shadow: var(--shadow-sm);
  color: inherit;
  transition: border-color var(--t-ui), transform var(--t-ui), box-shadow var(--t-ui);
}
.tool-tile:hover { border-color: var(--accent); transform: translateY(-3px); box-shadow: var(--shadow); text-decoration: none; }
.tool-ico {
  width: 44px; height: 44px;
  border-radius: 13px;   /* squircle, matches .cat-ico */
  background: var(--accent-tint);
  color: var(--accent-ink);
  display: grid; place-items: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  transition: background var(--t-ui), color var(--t-ui);
}
.tool-tile:hover .tool-ico { background: var(--zinc-tint); color: var(--zinc-ink); }
.tool-body { min-width: 0; }
.tool-name { display: block; font-family: var(--f-display); font-weight: 700; font-size: 0.95rem; color: var(--ink); letter-spacing: -0.01em; }
.tool-sub { display: block; font-size: 0.78rem; color: var(--muted); margin-top: 0.15rem; line-height: 1.45; }
.tool-go { margin-left: auto; color: var(--line-2); font-size: 0.8rem; flex-shrink: 0; transition: color var(--t-ui), transform var(--t-ui); }
.tool-tile:hover .tool-go { color: var(--accent-ink); transform: translateX(2px); }
@media (max-width: 900px) { .tool-strip { grid-template-columns: 1fr; } }

/* ------------------------------------------------------------
   Checkout — prefill note + stacked checkboxes
   ------------------------------------------------------------ */
.prefill-note {
  background: var(--accent-tint);
  border: 1px solid #C7DAF5;
  border-radius: var(--r);
  padding: 0.8rem 1.1rem;
  font-size: 0.85rem;
  color: var(--body);
  line-height: 1.55;
  margin-bottom: 1.2rem;
}
.prefill-note button {
  color: var(--accent-ink);
  font-weight: 700;
  text-decoration: underline;
  padding: 0;
}
.prefill-note button:hover { color: var(--accent-2); }
.checkout-form .form-check + .form-check { margin-top: 0; }

/* ------------------------------------------------------------
   TWO-COLUMN MOBILE PRODUCT GRID (FEATURES §8 — explicit user
   request): compact card treatment so 2-up fits a ~170px column
   at 360px. Cross-sell + related inherit automatically.
   ------------------------------------------------------------ */
@media (max-width: 480px) {
  .product-grid { gap: 0.7rem; }
  .p-media { padding: 0.7rem; }
  .p-badge { top: 8px; left: 8px; padding: 3px 7px; letter-spacing: 0.06em; }
  .p-oos-chip { bottom: 10px; padding: 3px 8px; letter-spacing: 0.06em; }
  .p-body { padding: 0.75rem 0.8rem 0.9rem; }
  .p-dim-row { gap: 0.4rem; }
  .p-dim { font-size: 0.92rem; }
  .p-title { font-size: 0.8rem; margin-top: 0.35rem; }
  .price-row { margin-top: 0.5rem; gap: 0.3rem; }
  .price { font-size: 1.05rem; }
  .price-cur { font-size: 0.74rem; }
  .price-vat { font-size: 0.72rem; }
  .p-unit-price { font-size: 0.72rem; }
  .p-stock-row { margin-top: 0.45rem; gap: 0.4rem; }
  .stock-dot { width: 7px; height: 7px; }
  .stock { font-size: 0.72rem; }
  .p-cta { margin-top: 0.7rem; padding: 9px 10px; font-size: 0.78rem; }
  .p-media .ph-cap { font-size: 0.72rem; }
  .cross-sell-row { grid-auto-columns: minmax(150px, 172px); gap: 0.7rem; }
}

/* Reduced motion — new hover transforms stay put */
@media (prefers-reduced-motion: reduce) {
  .tool-tile:hover, .tool-tile:hover .tool-go { transform: none; }
  .order-details summary i { transition: none; }
}

/* ==========================================================================
   §  RECENZII  —  rezumatul se citește ca un tabel de măsurători
   ========================================================================== */

.pd-reviews { padding-top: 2.5rem; padding-bottom: 1rem; scroll-margin-top: 6rem; }

/* --- stele: zinc-auriu, conform specificației §4.8 --- */
.rv-stars { display: inline-flex; gap: 2px; line-height: 1; }
.rv-star {
  width: 1em; height: 1em; display: block;
  background: var(--line-2);
  -webkit-mask: var(--rv-star-mask) center / contain no-repeat;
          mask: var(--rv-star-mask) center / contain no-repeat;
}
:root {
  --rv-star-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 17.3l-6.2 3.7 1.7-7L2 9.2l7.1-.6L12 2l2.9 6.6 7.1.6-5.5 4.8 1.7 7z'/%3E%3C/svg%3E");
}
.rv-star.is-full { background: var(--zinc); }
.rv-star.is-half { background: linear-gradient(90deg, var(--zinc) 50%, var(--line-2) 50%); }
.rv-stars-sm { font-size: 0.78rem; }

/* --- rezumat --- */
.rv-summary {
  display: grid; grid-template-columns: minmax(190px, 260px) 1fr; gap: 2rem 2.5rem;
  align-items: center;
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 1.5rem 1.75rem; margin-bottom: 2rem;
}
.rv-score { display: flex; flex-direction: column; align-items: flex-start; gap: 0.35rem; }
.rv-score-num {
  font-family: var(--f-display); font-size: 3rem; font-weight: 800; line-height: 1;
  color: var(--ink); font-variant-numeric: tabular-nums; letter-spacing: -0.02em;
}
.rv-score-max { font-size: 0.85rem; color: var(--muted); margin-top: -0.4rem; }
.rv-score .rv-stars { font-size: 1.05rem; margin-top: 0.15rem; }
.rv-score-count {
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.12em;
  font-weight: 700; color: var(--muted); font-variant-numeric: tabular-nums;
}

/* --- distribuția pe trepte --- */
.rv-dist { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.4rem; }
.rv-dist-row { display: grid; grid-template-columns: 2.2rem 1fr 3rem; align-items: center; gap: 0.75rem; }
.rv-dist-label {
  font-size: 0.75rem; font-weight: 700; color: var(--muted);
  font-variant-numeric: tabular-nums; letter-spacing: 0.04em;
}
.rv-dist-track { height: 7px; background: var(--panel-2); border-radius: 99px; overflow: hidden; }
.rv-dist-fill  { display: block; height: 100%; background: var(--zinc); border-radius: 99px; }
.rv-dist-n {
  font-size: 0.75rem; color: var(--muted); text-align: right;
  font-variant-numeric: tabular-nums;
}

/* --- lista --- */
.rv-list { list-style: none; margin: 0 0 1.5rem; padding: 0; display: flex; flex-direction: column; gap: 0.85rem; }
.rv-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r);
  padding: 1.1rem 1.25rem;
}
.rv-head {
  display: flex; flex-wrap: wrap; gap: 0.4rem 1rem;
  justify-content: space-between; align-items: baseline; margin-bottom: 0.55rem;
}
.rv-who { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.6rem; }
.rv-author { font-weight: 700; color: var(--ink); font-size: 0.95rem; }
.rv-verified {
  display: inline-flex; align-items: center; gap: 0.3rem;
  font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 700;
  color: var(--success); background: rgba(33,122,60,0.10);
  padding: 0.15rem 0.5rem; border-radius: 99px;
}
.rv-meta { display: flex; align-items: center; gap: 0.75rem; }
.rv-date { font-size: 0.75rem; color: var(--muted); font-variant-numeric: tabular-nums; }
.rv-body { color: var(--body); font-size: 0.92rem; line-height: 1.65; }
.rv-body p:last-child { margin-bottom: 0; }
.rv-pending { font-size: 0.78rem; color: var(--zinc-ink); font-weight: 600; margin: 0 0 0.4rem; }
.rv-empty { color: var(--muted); margin-bottom: 1.5rem; }

/* --- paginare --- */
.rv-pagination ol, .rv-pagination ul { list-style: none; display: flex; flex-wrap: wrap; gap: 0.35rem; padding: 0; margin: 0 0 1.75rem; }
.rv-pagination a, .rv-pagination span {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 2.2rem; height: 2.2rem; padding: 0 0.6rem;
  border: 1px solid var(--line-2); border-radius: var(--r-sm);
  font-size: 0.85rem; font-weight: 600; color: var(--body); text-decoration: none;
  font-variant-numeric: tabular-nums;
}
.rv-pagination a:hover { border-color: var(--accent); color: var(--accent-ink); }
.rv-pagination .current { background: var(--accent); border-color: var(--accent); color: #fff; }

/* --- formular --- */
.rv-form-wrap { border-top: 1px solid var(--line); padding-top: 1.75rem; }
.rv-form-title { font-family: var(--f-display); font-size: 1.15rem; font-weight: 700; color: var(--ink); margin: 0 0 1rem; }
.rv-field { display: flex; flex-direction: column; gap: 0.35rem; margin-bottom: 1rem; max-width: 34rem; }
.rv-field label {
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.12em;
  font-weight: 700; color: var(--muted);
}
.rv-field .req { color: var(--alert); }
.rv-field input, .rv-field textarea, .rv-field select {
  border: 1px solid var(--line-input); border-radius: var(--r-sm);
  padding: 0.6rem 0.75rem; font: inherit; font-size: 0.92rem; color: var(--ink);
  background: var(--bg); width: 100%;
}
.rv-field input:focus, .rv-field textarea:focus, .rv-field select:focus {
  outline: 2px solid var(--accent); outline-offset: 1px; border-color: var(--accent);
}
.rv-form .form-submit { margin: 0; }

/* --- nota pe cardul de produs --- */
.p-rating { display: inline-flex; align-items: center; gap: 0.35rem; text-decoration: none; margin-top: 0.15rem; }
.p-rating-n { font-size: 0.72rem; color: var(--muted); font-variant-numeric: tabular-nums; }
.p-rating:hover .p-rating-n { color: var(--accent-ink); }

@media (max-width: 720px) {
  .rv-summary { grid-template-columns: 1fr; gap: 1.25rem; padding: 1.25rem; }
  .rv-head { flex-direction: column; align-items: flex-start; }
}

/* ==========================================================================
   §  FIDELITATE  —  nivelul clientului în „Contul meu”
   ========================================================================== */

.loyalty-card {
  background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 1.4rem 1.5rem; margin-bottom: 1.25rem;
  display: flex; flex-direction: column; gap: 1rem;
}
.loyalty-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.loyalty-title {
  font-family: var(--f-display); font-size: 1.35rem; font-weight: 800;
  color: var(--ink); margin: 0.15rem 0 0; letter-spacing: -0.01em;
}
.loyalty-badge {
  background: var(--zinc); color: var(--zinc-text);
  font-weight: 800; font-size: 1rem; line-height: 1;
  padding: 0.45rem 0.7rem; border-radius: var(--r-sm);
  font-variant-numeric: tabular-nums; white-space: nowrap;
}
.loyalty-note { margin: 0; font-size: 0.85rem; color: var(--muted); }

.loyalty-stats { display: flex; flex-wrap: wrap; gap: 2rem; margin: 0; }
.loyalty-stats dt {
  font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.12em;
  font-weight: 700; color: var(--muted); margin-bottom: 0.2rem;
}
.loyalty-stats dd {
  margin: 0; font-family: var(--f-display); font-size: 1.2rem; font-weight: 700;
  color: var(--ink); font-variant-numeric: tabular-nums;
}
.loyalty-stats dd .woocommerce-Price-amount { font-size: inherit; font-weight: inherit; }

.loyalty-next { display: flex; flex-direction: column; gap: 0.45rem; }
.loyalty-bar { height: 7px; background: var(--panel-2); border-radius: 99px; overflow: hidden; }
.loyalty-bar span { display: block; height: 100%; background: var(--accent); border-radius: 99px; }
.loyalty-next-txt { margin: 0; font-size: 0.82rem; color: var(--muted); }
.loyalty-next-txt strong { color: var(--ink); }

@media (max-width: 620px) {
  .loyalty-head { flex-direction: column; }
  .loyalty-stats { gap: 1.25rem; }
}

/* ==========================================================================
   §  CHECKOUT — firmă / CUI / verificare ANAF
   ========================================================================== */
.sh-anaf-wrap { display: flex; gap: 0.5rem; align-items: stretch; }
.sh-anaf-wrap input { flex: 1 1 auto; min-width: 0; }
#sh-anaf-btn { white-space: nowrap; padding: 0 0.9rem; font-size: 0.8rem; }
.sh-anaf-msg { display: block; font-size: 0.78rem; margin-top: 0.35rem; color: var(--muted); min-height: 1em; }
.sh-anaf-msg.is-ok { color: var(--success); } .sh-anaf-msg.is-warn { color: var(--zinc-ink); } .sh-anaf-msg.is-err { color: var(--alert); }
