/* =========================================================================
   COLD BLOODED BREEDERS — Design System
   Black + blue glow, high-tech. Geometric typography matching the logo.
   Fully bilingual (RTL/LTR) via CSS logical properties.
   ========================================================================= */

/* ---------- Tokens ---------- */
:root {
  /* Surfaces */
  --black:        #000000;
  --bg:           #050608;
  --bg-2:         #080b12;
  --surface:      #0c1019;
  --surface-2:    #111726;
  --surface-3:    #161e30;

  /* Lines */
  --border:        rgba(120,180,255,.14);
  --border-strong: rgba(120,180,255,.34);

  /* Text */
  --text:      #eaf2ff;
  --text-dim:  #9fb0c9;
  --muted:     #66758f;

  /* Brand blue (from logo) */
  --blue:        #1f8fff;
  --blue-bright: #3bb0ff;
  --cyan:        #4fe0ff;
  --blue-deep:   #0a4da3;
  --glow:        rgba(31,143,255,.55);
  --glow-soft:   rgba(31,143,255,.22);

  /* Status */
  --good: #34d399;
  --warn: #fbbf24;

  /* Typography */
  --font-display: "Montserrat","Heebo",system-ui,sans-serif;
  --font-body:    "Heebo","Montserrat",system-ui,sans-serif;

  /* Layout */
  --maxw: 1240px;
  --radius: 16px;
  --radius-sm: 10px;
  --header-h: 76px;

  /* Motion */
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset ---------- */
*,*::before,*::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img,svg,video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
input,textarea,select { font: inherit; color: inherit; }
ul { list-style: none; padding: 0; }

/* ---------- Background: black with blue glow halo ---------- */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(60% 45% at 50% -5%, rgba(31,143,255,.28), transparent 70%),
    radial-gradient(40% 40% at 85% 15%, rgba(79,224,255,.10), transparent 70%),
    radial-gradient(45% 50% at 8% 60%, rgba(10,77,163,.16), transparent 70%),
    var(--bg);
}
/* faint scale / grid texture */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .5;
  background-image:
    linear-gradient(rgba(120,180,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(120,180,255,.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at 50% 30%, #000 0%, transparent 80%);
}

/* ---------- Typography ---------- */
h1,h2,h3,h4,.display {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.01em;
}
:lang(en) h1, :lang(en) h2, html[lang="en"] h1, html[lang="en"] h2 { text-transform: uppercase; letter-spacing: .01em; }

.h-xl { font-size: clamp(2.4rem, 6vw, 4.6rem); }
.h-lg { font-size: clamp(1.9rem, 4vw, 3rem); }
.h-md { font-size: clamp(1.4rem, 2.6vw, 2rem); }
.eyebrow {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--blue-bright);
}
.lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--text-dim); }
.mono { font-variant-numeric: tabular-nums; letter-spacing: .02em; }

.text-glow { text-shadow: 0 0 24px var(--glow); }
.accent { color: var(--blue-bright); }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 22px; }
.section { padding-block: clamp(56px, 9vw, 110px); }
.section-head { max-width: 640px; margin-inline: auto; text-align: center; margin-bottom: 48px; }
.section-head .lead { margin-top: 14px; }
.center { text-align: center; }
.stack > * + * { margin-top: 1rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55em;
  font-family: var(--font-display);
  font-weight: 700; font-size: .95rem;
  letter-spacing: .02em;
  padding: .85em 1.5em;
  border-radius: 999px;
  transition: transform .2s var(--ease), box-shadow .25s var(--ease), background .25s, border-color .25s;
  white-space: nowrap;
}
.btn-primary {
  background: linear-gradient(135deg, var(--blue-bright), var(--blue));
  color: #02101f;
  box-shadow: 0 0 0 1px rgba(120,200,255,.4) inset, 0 8px 30px -8px var(--glow);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 0 0 1px rgba(160,220,255,.6) inset, 0 14px 40px -8px var(--glow); }
.btn-ghost {
  background: rgba(120,180,255,.06);
  color: var(--text);
  border: 1px solid var(--border-strong);
}
.btn-ghost:hover { background: rgba(120,180,255,.12); border-color: var(--cyan); transform: translateY(-2px); }
.btn-wa { background: linear-gradient(135deg,#25d366,#1aa251); color:#04140a; box-shadow:0 8px 30px -10px rgba(37,211,102,.6); }
.btn-wa:hover { transform: translateY(-2px); box-shadow:0 14px 40px -10px rgba(37,211,102,.7); }
.btn-lg { padding: 1.05em 2em; font-size: 1.05rem; }
.btn-block { display: flex; width: 100%; justify-content: center; }

/* ---------- Icon sizing (inline SVGs must never stretch) ---------- */
.btn svg { width: 1.2em; height: 1.2em; flex: 0 0 auto; }
.ico { display: inline-grid; place-items: center; }
.ico svg { width: 100%; height: 100%; }
.feature .ico svg { width: 100%; height: 100%; }
.cart-btn svg { width: 20px; height: 20px; }
.social-row a svg { width: 18px; height: 18px; }
.contact-card .ico svg { width: 100%; height: 100%; }
/* real WhatsApp green where the icon stands on its own */
.social-row a[aria-label="WhatsApp"] { color: #25d366; }
.social-row a[aria-label="WhatsApp"]:hover { border-color: #25d366; background: rgba(37,211,102,.12); }
#cardWa .ico { color: #25d366; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  height: var(--header-h);
  display: flex; align-items: center;
  transition: background .3s, backdrop-filter .3s, border-color .3s;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(5,6,8,.78);
  backdrop-filter: blur(14px);
  border-bottom-color: var(--border);
}
.site-header .container { display: flex; align-items: center; gap: 22px; }

.brand { display: flex; align-items: center; gap: 12px; }
.brand__logo {
  width: 50px; height: 50px; border-radius: 50%;
  box-shadow: 0 0 0 1px var(--border-strong), 0 0 22px -2px var(--glow);
  background: #000;
}
.brand__name {
  font-family: var(--font-display); font-weight: 800;
  font-size: .95rem; line-height: 1.05; text-transform: uppercase; letter-spacing: .04em;
}
.brand__name span { display: block; font-size: .62rem; color: var(--blue-bright); letter-spacing: .26em; }

.nav { display: flex; align-items: center; gap: 6px; margin-inline-start: auto; }
.nav a {
  font-family: var(--font-display); font-weight: 600; font-size: .9rem;
  padding: .5em .9em; border-radius: 999px; color: var(--text-dim);
  transition: color .2s, background .2s;
}
.nav a:hover { color: var(--text); }
.nav a.active { color: var(--text); background: rgba(120,180,255,.1); }

.header-tools { display: flex; align-items: center; gap: 10px; }

/* Language toggle */
.lang-toggle {
  display: inline-flex; align-items: center;
  border: 1px solid var(--border-strong); border-radius: 999px; overflow: hidden;
  font-family: var(--font-display); font-weight: 700; font-size: .78rem;
}
.lang-toggle button { padding: .42em .7em; color: var(--muted); transition: .2s; }
.lang-toggle button.active { background: var(--blue); color: #02101f; }
/* the in-nav toggle is for the mobile drawer only — hidden on desktop */
.lang-toggle--mobile { display: none; }

/* Cart button */
.cart-btn {
  position: relative; width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid var(--border-strong); color: var(--text);
  transition: .2s;
}
.cart-btn:hover { border-color: var(--cyan); background: rgba(120,180,255,.08); }
.cart-btn .count {
  position: absolute; inset-block-start: -4px; inset-inline-end: -4px;
  min-width: 19px; height: 19px; padding: 0 4px; border-radius: 999px;
  background: var(--blue-bright); color: #02101f;
  font-size: .68rem; font-weight: 800; display: grid; place-items: center;
  box-shadow: 0 0 12px var(--glow);
}
.cart-btn .count:empty, .cart-btn .count[data-n="0"] { display: none; }

/* Hamburger */
.menu-toggle { display: none; width: 42px; height: 42px; border-radius: 10px; border: 1px solid var(--border-strong); }
.menu-toggle span { display:block; width:18px; height:2px; background: var(--text); margin: 3px auto; border-radius:2px; transition:.25s; }

/* ---------- Hero ---------- */
.hero { position: relative; padding-block: clamp(60px,11vw,140px); overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.hero__content { max-width: 640px; }
.hero h1 { margin-block: 18px 22px; }
.hero .lead { max-width: 52ch; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero__stats { display: flex; gap: 30px; margin-top: 44px; flex-wrap: wrap; }
.hero__stats .stat strong { display:block; font-family:var(--font-display); font-weight:800; font-size:1.8rem; color: var(--text); }
.hero__stats .stat span { font-size:.82rem; color: var(--muted); letter-spacing:.04em; }

.hero__visual { position: relative; display: grid; place-items: center; min-height: 340px; }
.hero__halo {
  position: absolute; width: 115%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle, var(--glow) 0%, transparent 62%);
  filter: blur(8px);
}
.hero__logo {
  position: relative; width: min(78%, 380px); border-radius: 50%;
  box-shadow: 0 0 0 1px var(--border-strong), 0 0 80px -10px var(--glow);
  animation: float 7s ease-in-out infinite;
}
.hero__snake { position:absolute; width: 70%; inset-block-end: -6%; inset-inline-end: -8%; filter: drop-shadow(0 20px 40px rgba(0,0,0,.6)); animation: float 8s ease-in-out infinite reverse; }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-14px)} }

/* ---------- Feature bullets ---------- */
.features { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 18px; }
.feature {
  padding: 26px; border-radius: var(--radius);
  background: linear-gradient(180deg, var(--surface), var(--bg-2));
  border: 1px solid var(--border); transition: .3s var(--ease);
}
.feature:hover { transform: translateY(-4px); border-color: var(--border-strong); box-shadow: 0 20px 50px -24px var(--glow); }
.feature .ico { width: 44px; height: 44px; margin-bottom: 16px; color: var(--blue-bright); }
.feature h3 { font-size: 1.1rem; margin-bottom: 8px; }
.feature p { color: var(--text-dim); font-size: .94rem; }

/* ---------- Snake card ---------- */
.grid-snakes { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px,1fr)); gap: 22px; }
.card {
  position: relative; display: flex; flex-direction: column;
  border-radius: var(--radius); overflow: hidden;
  background: linear-gradient(180deg, var(--surface-2), var(--bg-2));
  border: 1px solid var(--border);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.card:hover { transform: translateY(-6px); border-color: var(--border-strong); box-shadow: 0 26px 60px -28px var(--glow); }
.card__media {
  position: relative; aspect-ratio: 4/3; display: grid; place-items: center;
  background:
    radial-gradient(circle at 50% 60%, var(--glow-soft), transparent 65%),
    #04060a;
  padding: 14px;
}
.card__media img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 14px 22px rgba(0,0,0,.55)); transition: transform .4s var(--ease); }
.card:hover .card__media img { transform: scale(1.06); }
.card__body { padding: 16px 18px 20px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.card__morph { font-family: var(--font-display); font-weight: 800; font-size: 1.1rem; }
.card__genes { display: flex; flex-wrap: wrap; gap: 6px; }
.gene-tag {
  font-family: var(--font-display); font-weight: 600; font-size: .68rem; letter-spacing: .04em;
  padding: .3em .6em; border-radius: 999px;
  background: rgba(31,143,255,.1); color: var(--blue-bright);
  border: 1px solid var(--border);
}
.gene-tag.rec { background: rgba(251,191,36,.1); color: var(--warn); }
.gene-tag.dom { background: rgba(52,211,153,.1); color: var(--good); }
.card__foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 6px; }
.price { font-family: var(--font-display); font-weight: 800; font-size: 1.15rem; }
.price--inquire { font-size: .9rem; color: var(--blue-bright); }
.meta-row { display: flex; gap: 12px; font-size: .8rem; color: var(--muted); }
.meta-row b { color: var(--text-dim); font-weight: 600; }

/* ---------- Shop layout ---------- */
.shop { display: grid; grid-template-columns: 270px 1fr; gap: 32px; align-items: start; }
.filters {
  position: sticky; top: calc(var(--header-h) + 16px);
  max-height: calc(100vh - var(--header-h) - 32px); overflow-y: auto;
  background: linear-gradient(180deg,var(--surface),var(--bg-2));
  border: 1px solid var(--border); border-radius: var(--radius); padding: 22px;
}
.filters::-webkit-scrollbar { width: 8px; }
.filters::-webkit-scrollbar-thumb { background: var(--border-strong); border-radius: 8px; }
.filters::-webkit-scrollbar-track { background: transparent; }
.filters h3 { font-size: .95rem; text-transform: uppercase; letter-spacing: .1em; color: var(--text-dim); margin-bottom: 14px; }
.gene-search { width: 100%; background: var(--surface-2); border: 1px solid var(--border-strong); border-radius: 999px; padding: .6em 1em; font-size: .9rem; color: var(--text); margin-bottom: 18px; transition: .2s; }
.gene-search::placeholder { color: var(--muted); }
.gene-search:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 0 3px var(--glow-soft); }
.filter-section { margin-bottom: 22px; }
.filter-label {
  font-family: var(--font-display); font-weight: 700; font-size: .72rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--blue-bright); margin-bottom: 10px; display: block;
}
.gene-group { margin-bottom: 6px; border-top: 1px solid var(--border); }
.gene-group:first-child { border-top: 0; }
.gene-group__header {
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
  width: 100%; background: none; border: 0; padding: 12px 0 8px; cursor: pointer; color: inherit;
}
.gene-group__header .label {
  font-family: var(--font-display); font-weight: 700; font-size: .72rem; letter-spacing: .12em;
  text-transform: uppercase; color: var(--blue-bright);
}
.gene-group__header .chevron { display: inline-flex; color: var(--muted); }
.gene-group__header .chevron svg { width: 16px; height: 16px; transition: transform .2s var(--ease); }
.gene-group.collapsed .gene-group__header .chevron svg { transform: rotate(-90deg); }
.gene-group .gene-list { padding-bottom: 12px; }
.gene-group.collapsed .gene-list { display: none; }
.gene-list { display: flex; flex-wrap: wrap; gap: 7px; }
.gene-chip {
  font-family: var(--font-display); font-weight: 600; font-size: .78rem;
  padding: .42em .8em; border-radius: 999px;
  border: 1px solid var(--border); color: var(--text-dim);
  background: rgba(120,180,255,.04); transition: .2s;
}
.gene-chip:hover { border-color: var(--border-strong); color: var(--text); }
.gene-chip.active { background: var(--blue); color: #02101f; border-color: var(--blue); box-shadow: 0 0 16px -2px var(--glow); }

.shop-bar { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 20px; flex-wrap: wrap; }
.shop-bar .result-count { color: var(--text-dim); font-size: .92rem; }
.active-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.active-filters:empty { display: none; }
.chip-removable { display: inline-flex; align-items: center; gap: 6px; background: rgba(31,143,255,.12); color: var(--blue-bright); border: 1px solid var(--border-strong); border-radius: 999px; padding: .35em .8em; font-size: .8rem; font-weight: 600; }
.chip-removable button { color: inherit; font-size: 1.1em; line-height: 1; }
.clear-all { color: var(--muted); font-size: .82rem; text-decoration: underline; align-self: center; }

select.sort {
  background: var(--surface-2); border: 1px solid var(--border-strong);
  border-radius: 999px; padding: .5em 1em; font-size: .85rem; color: var(--text);
}

.empty-state { text-align: center; padding: 70px 20px; color: var(--muted); grid-column: 1/-1; }

/* ---------- Product page ---------- */
.product { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.product__media {
  position: relative; border-radius: var(--radius); overflow: hidden;
  background: radial-gradient(circle at 50% 55%, var(--glow-soft), transparent 65%), #04060a;
  border: 1px solid var(--border); aspect-ratio: 1; display: grid; place-items: center; padding: 24px;
}
.product__media img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 24px 40px rgba(0,0,0,.6)); }
.thumbs { display: flex; gap: 10px; margin-top: 14px; }
.thumbs img { width: 72px; height: 72px; object-fit: contain; border-radius: 10px; border: 1px solid var(--border); background: #04060a; padding: 6px; cursor: pointer; transition: .2s; }
.thumbs img:hover, .thumbs img.active { border-color: var(--cyan); }

.product__info .eyebrow { margin-bottom: 10px; }
.product__info h1 { font-size: clamp(1.8rem,4vw,2.8rem); }
.spec-table { width: 100%; border-collapse: collapse; margin-block: 24px; }
.spec-table th, .spec-table td { text-align: start; padding: 12px 0; border-bottom: 1px solid var(--border); }
.spec-table th { color: var(--muted); font-weight: 600; width: 40%; font-size: .9rem; }
.spec-table td { font-weight: 600; }
.product__price { font-family: var(--font-display); font-weight: 800; font-size: 2rem; margin-block: 8px 20px; }
.product__cta { display: flex; flex-wrap: wrap; gap: 12px; }
.genes-block { margin-block: 22px; }
.genes-block .label { font-size:.8rem; color: var(--muted); text-transform: uppercase; letter-spacing:.1em; margin-bottom: 10px; }

/* ---------- Contact / forms ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .85rem; color: var(--text-dim); margin-bottom: 6px; font-weight: 600; }
.field input, .field textarea {
  width: 100%; background: var(--surface-2); border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm); padding: .8em 1em; transition: .2s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 0 3px var(--glow-soft); }
.contact-cards { display: flex; flex-direction: column; gap: 16px; }
.contact-card { display: flex; gap: 16px; align-items: center; padding: 20px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); transition: .25s; }
.contact-card:hover { border-color: var(--border-strong); transform: translateY(-3px); }
.contact-card .ico { width: 28px; height: 28px; color: var(--blue-bright); flex: 0 0 auto; }
.contact-card b { display:block; }
.contact-card span { color: var(--text-dim); font-size: .9rem; }

/* ---------- Cart / inquiry ---------- */
.cart-list { display: flex; flex-direction: column; gap: 14px; }
.cart-item { display: flex; gap: 16px; align-items: center; padding: 14px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); }
.cart-item img { width: 84px; height: 84px; object-fit: contain; background: #04060a; border-radius: 10px; padding: 6px; }
.cart-item .info { flex: 1; }
.cart-item .remove { color: var(--muted); font-size: 1.4rem; line-height: 1; }
.cart-item .remove:hover { color: #ff6b6b; }
.cart-summary { background: linear-gradient(180deg,var(--surface),var(--bg-2)); border: 1px solid var(--border-strong); border-radius: var(--radius); padding: 26px; position: sticky; top: calc(var(--header-h) + 16px); }
.cart-grid { display: grid; grid-template-columns: 1fr 320px; gap: 32px; align-items: start; }
@media (max-width: 860px) { .cart-grid { grid-template-columns: 1fr; } .cart-grid .cart-summary { position: static; } }

/* ---------- Badges ---------- */
.badge { position: absolute; inset-block-start: 12px; inset-inline-end: 12px; font-family: var(--font-display); font-weight: 700; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; padding: .35em .7em; border-radius: 999px; z-index: 2; }
.badge--featured { background: var(--blue); color: #02101f; box-shadow: 0 0 16px -2px var(--glow); }

/* empty / no-photo placeholder */
.card__media--empty, .product__media--empty { flex-direction: column; gap: 12px; }
.card__media--empty .ph-logo { width: 38%; max-width: 110px; opacity: .55; border-radius: 50%; }
.product__media--empty .ph-logo { width: 40%; max-width: 220px; opacity: .55; border-radius: 50%; }
.ph-text { font-family: var(--font-display); font-weight: 600; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--border); background: var(--bg-2); padding-block: 60px 30px; margin-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.site-footer h4 { font-size: .8rem; text-transform: uppercase; letter-spacing: .14em; color: var(--blue-bright); margin-bottom: 16px; }
.site-footer a { color: var(--text-dim); display: inline-block; padding: 4px 0; transition: .2s; }
.site-footer a:hover { color: var(--text); }
.footer-bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; color: var(--muted); font-size: .85rem; }
.social-row { display: flex; gap: 12px; }
.social-row a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--border-strong); display: grid; place-items: center; }
.social-row a:hover { border-color: var(--cyan); background: rgba(120,180,255,.08); }

/* ---------- CTA band ---------- */
.cta-band { position: relative; border-radius: var(--radius); overflow: hidden; padding: clamp(40px,7vw,80px); text-align: center; border: 1px solid var(--border-strong); background: radial-gradient(80% 120% at 50% 0%, rgba(31,143,255,.22), transparent 60%), var(--surface); }
.cta-band h2 { margin-bottom: 16px; }
.cta-band .lead { margin-inline: auto; max-width: 52ch; margin-bottom: 28px; }

/* ---------- Utilities ---------- */
.hide { display: none !important; }
[hidden] { display: none !important; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { order: -1; min-height: 280px; }
  .product { grid-template-columns: 1fr; gap: 28px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .nav, .header-tools .lang-toggle { display: none; }
  .menu-toggle { display: block; }
  .shop { grid-template-columns: 1fr; }
  .filters { position: static; }
  .cart-summary { position: static; }
  /* mobile nav drawer */
  .nav.open {
    display: flex; flex-direction: column; align-items: stretch;
    position: fixed; inset-block-start: var(--header-h); inset-inline: 0;
    background: rgba(5,6,8,.97); backdrop-filter: blur(14px);
    padding: 18px 22px; gap: 4px; border-bottom: 1px solid var(--border); margin: 0;
  }
  .nav.open a { padding: .9em 1em; font-size: 1.05rem; }
  .nav.open .lang-toggle--mobile { display: inline-flex; align-self: flex-start; margin-top: 10px; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
  .brand__name { font-size: .82rem; }
  .hero__stats { gap: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}
