/* ==================================================================
   AGROVA — main stylesheet
   RTL / Arabic-first, modern CSS (custom properties, grid, clamp,
   logical properties, view transitions, :has, color-mix)
   ================================================================== */

:root {
  --green-950: #0b2e15;
  --green-900: #0f3d1e;
  --green-800: #14522a;
  --green-700: #1b5e20;
  --green-600: #2e7d32;
  --green-500: #43a047;
  --green-100: #e4f2e6;
  --green-50:  #f1f8f2;

  --gold-600: #b9821a;
  --gold-500: #d9a21b;
  --gold-400: #e9b93a;
  --gold-100: #fbf1d6;
  --gold-50:  #fdf8ea;

  --cream:  #fbf9f4;
  --white:  #ffffff;
  --ink:    #14201a;
  --ink-2:  #2b3a31;
  --muted:  #5f6f65;
  --line:   #e3e8e4;
  --wa:     #25d366;
  --wa-dk:  #1da851;

  --radius-sm: 12px;
  --radius:    18px;
  --radius-lg: 28px;

  --shadow-sm: 0 1px 2px rgb(20 32 26 / .05), 0 4px 14px rgb(20 32 26 / .06);
  --shadow:    0 10px 30px rgb(20 32 26 / .10);
  --shadow-lg: 0 28px 70px rgb(20 32 26 / .18);

  --font-head:  'Cairo', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-body:  'Tajawal', 'Cairo', system-ui, sans-serif;
  --font-latin: 'Montserrat', 'Cairo', system-ui, sans-serif;

  --container: 1200px;
  --gutter:    clamp(16px, 4vw, 32px);
  --section:   clamp(64px, 9vw, 120px);
  --header-h:  84px;

  --ease: cubic-bezier(.2, .7, .2, 1);
  --dur:  .5s;
}

@view-transition { navigation: auto; }

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.25; margin: 0 0 .5em; color: var(--green-900); font-weight: 800; text-wrap: balance; }
h1 { font-size: clamp(2.1rem, 4.5vw, 3.4rem); font-weight: 900; }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); }
h3 { font-size: clamp(1.15rem, 1.8vw, 1.35rem); }
p  { margin: 0 0 1em; }
a  { color: var(--green-700); text-decoration: none; transition: color .25s; }
img, video { max-width: 100%; height: auto; display: block; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font: inherit; cursor: pointer; }
.latin { font-family: var(--font-latin); letter-spacing: .04em; }
[dir="ltr"] { unicode-bidi: isolate; }

/* ---------- splash screen ---------- */
html.splash-active { overflow: hidden; }
.no-splash .splash { display: none; }
.splash {
  position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; color: #fff;
  background: radial-gradient(120% 120% at 50% 30%, #1e6b26 0%, #0f3d1e 48%, #071c0d 100%);
  transition: opacity .75s var(--ease), visibility .75s; overflow: hidden; isolation: isolate;
}
.splash::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(circle at 50% 62%, rgb(233 185 58 / .22), transparent 40%);
  animation: splashGlow 2.6s ease-in-out infinite alternate;
}
.splash-field {
  position: absolute; inset: auto 0 0; height: 38%; z-index: -1; opacity: .35;
  background:
    repeating-linear-gradient(90deg, transparent 0 22px, rgb(255 255 255 / .05) 22px 24px),
    linear-gradient(to top, rgb(233 185 58 / .18), transparent);
  mask-image: linear-gradient(to top, #000, transparent);
  transform: perspective(600px) rotateX(58deg) scaleX(1.6); transform-origin: bottom center;
}
.splash.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.splash.is-done .splash-inner { transform: scale(1.08); opacity: 0; }
.splash-inner { display: flex; flex-direction: column; align-items: center; gap: 12px; transition: transform .75s var(--ease), opacity .6s; padding: 24px; }
.splash .splash-mark { width: clamp(120px, 18vw, 170px); height: auto; filter: drop-shadow(0 24px 40px rgb(0 0 0 / .4)); overflow: visible; }
.splash-mark .lm-outline, .splash-mark .lm-stripe { stroke-dasharray: 1; stroke-dashoffset: 1; animation: lmDraw .9s var(--ease) forwards; }
.splash-mark .lm-outline { animation-delay: .15s; stroke: #58b85e; }
.splash-mark .lm-s1 { stroke: #2f8f36; }
.splash-mark .lm-s1 { animation-delay: .45s; } .splash-mark .lm-s4 { animation-delay: .45s; }
.splash-mark .lm-s2 { animation-delay: .58s; } .splash-mark .lm-s5 { animation-delay: .58s; }
.splash-mark .lm-s3 { animation-delay: .71s; } .splash-mark .lm-s6 { animation-delay: .71s; }
.splash-mark .lm-stem   { transform-box: view-box; transform-origin: 100px 150px; transform: scaleY(0); animation: lmGrow .55s var(--ease) .95s forwards; }
.splash-mark .lm-leaves { transform-box: view-box; transform-origin: 100px 142px; transform: scale(0); opacity: 0; animation: lmPop .6s var(--ease) 1.2s forwards; }
.splash-mark .lm-grains { transform-box: view-box; transform-origin: 100px 110px; transform: scale(0); opacity: 0; animation: lmPop .6s var(--ease) 1.4s forwards; }
.splash-word { display: flex; direction: ltr; font-family: var(--font-latin); font-weight: 800; font-size: clamp(2rem, 6vw, 3.4rem); letter-spacing: .2em; margin-inline-start: .2em; margin-top: 8px; text-shadow: 0 6px 30px rgb(0 0 0 / .35); }
.splash-word span { opacity: 0; transform: translateY(22px); animation: lmRise .7s var(--ease) forwards; animation-delay: calc(1.15s + var(--i) * .07s); }
.splash-tagline { margin: 0; font-family: var(--font-head); font-weight: 600; font-size: clamp(1rem, 2vw, 1.2rem); color: var(--gold-400); opacity: 0; animation: lmRise .7s var(--ease) 1.75s forwards; }
.splash-bar { width: min(240px, 55vw); height: 3px; margin-top: 18px; border-radius: 3px; background: rgb(255 255 255 / .14); overflow: hidden; }
.splash-bar span { display: block; height: 100%; width: 0; border-radius: inherit; background: linear-gradient(90deg, var(--gold-600), var(--gold-400)); box-shadow: 0 0 12px rgb(233 185 58 / .7); animation: lmLoad 2.4s var(--ease) .3s forwards; }
.splash.is-done .splash-bar span { width: 100% !important; animation: none; }
@keyframes lmDraw { to { stroke-dashoffset: 0; } }
@keyframes lmGrow { to { transform: scaleY(1); } }
@keyframes lmPop  { 0% { transform: scale(0); opacity: 0; } 70% { transform: scale(1.12); opacity: 1; } 100% { transform: scale(1); opacity: 1; } }
@keyframes lmRise { to { opacity: 1; transform: none; } }
@keyframes lmLoad { 0% { width: 0; } 65% { width: 78%; } 100% { width: 92%; } }
@keyframes splashGlow { from { opacity: .7; transform: scale(1); } to { opacity: 1; transform: scale(1.15); } }
@media (prefers-reduced-motion: reduce) {
  .splash *, .splash::before { animation-duration: .01s !important; animation-delay: 0s !important; }
  .splash { transition-duration: .3s; }
}

/* ---------- scrollbar ---------- */
html { scrollbar-width: thin; scrollbar-color: var(--green-700) var(--green-50); }
::-webkit-scrollbar { width: 12px; height: 12px; }
::-webkit-scrollbar-track { background: var(--green-50); border-inline-start: 1px solid var(--line); }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--green-600), var(--green-800));
  border: 3px solid var(--green-50);
  border-radius: 999px;
  min-height: 48px;
  transition: background .25s;
}
::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, var(--gold-400), var(--gold-600)); }
::-webkit-scrollbar-thumb:active { background: var(--gold-600); }
::-webkit-scrollbar-corner { background: var(--green-50); }
/* أشرطة التمرير الداخلية (الجداول والمعرض) أنحف */
.table-wrap::-webkit-scrollbar, .mobile-nav::-webkit-scrollbar { height: 8px; width: 8px; }
.table-wrap::-webkit-scrollbar-thumb, .mobile-nav::-webkit-scrollbar-thumb { border-width: 2px; }
.table-wrap { scrollbar-width: thin; scrollbar-color: var(--green-600) transparent; }

.container { width: min(100% - 2 * var(--gutter), var(--container)); margin-inline: auto; }
.section { padding-block: var(--section); position: relative; }
.section-tight { padding-block: calc(var(--section) * .6); }
.bg-white { background: var(--white); }
.bg-green { background: var(--green-900); color: #dfe9e0; }
.bg-green h2, .bg-green h3 { color: #fff; }
.text-gold { color: var(--gold-400); }
.text-center { text-align: center; }

.skip-link { position: absolute; inset-inline-start: 8px; top: -60px; background: var(--green-900); color: #fff; padding: 8px 14px; border-radius: 8px; z-index: 999; }
.skip-link:focus { top: 8px; }

/* ---------- section heading ---------- */
.section-head { max-width: 720px; margin-bottom: clamp(32px, 5vw, 56px); }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { color: var(--muted); font-size: 1.1rem; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-head); font-weight: 700; font-size: .85rem;
  color: var(--green-600); letter-spacing: .02em; margin-bottom: 12px;
}
.eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 3px; background: var(--gold-500); }
.eyebrow-light { color: var(--gold-400); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 26px; border-radius: 999px; border: 2px solid transparent;
  font-family: var(--font-head); font-weight: 700; font-size: 1rem; line-height: 1;
  transition: transform .25s var(--ease), box-shadow .25s, background .25s, color .25s, border-color .25s;
  white-space: nowrap;
}
.btn .icon { width: 20px; height: 20px; flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-sm { padding: 10px 18px; font-size: .92rem; }
.btn-lg { padding: 17px 34px; font-size: 1.08rem; }
.btn-icon { padding: 10px; width: 42px; height: 42px; }
.btn-primary { background: var(--green-700); color: #fff; box-shadow: 0 8px 20px rgb(27 94 32 / .25); }
.btn-primary:hover { background: var(--green-800); color: #fff; }
.btn-gold { background: var(--gold-500); color: var(--green-950); box-shadow: 0 8px 20px rgb(217 162 27 / .3); }
.btn-gold:hover { background: var(--gold-400); }
.btn-outline { background: transparent; color: var(--green-800); border-color: var(--green-700); }
.btn-outline:hover { background: var(--green-700); color: #fff; }
.btn-whatsapp { background: var(--wa); color: #fff; box-shadow: 0 8px 20px rgb(37 211 102 / .3); }
.btn-whatsapp:hover { background: var(--wa-dk); color: #fff; }
.btn-ghost-light { background: rgb(255 255 255 / .12); color: #fff; border-color: rgb(255 255 255 / .35); backdrop-filter: blur(6px); }
.btn-ghost-light:hover { background: rgb(255 255 255 / .22); color: #fff; }
.btn-light { background: #fff; color: var(--green-900); }
.btn-light:hover { background: var(--gold-100); }

/* ---------- logo ---------- */
.logo { display: inline-flex; align-items: center; gap: 12px; }
.logo-mark { width: 46px; height: auto; flex: none; }
.logo-text { display: flex; flex-direction: column; line-height: 1.05; }
.logo-word { font-family: var(--font-latin); font-weight: 800; font-size: 1.55rem; letter-spacing: .08em; color: var(--green-800); direction: ltr; }
.logo-tagline { font-family: var(--font-head); font-size: .8rem; font-weight: 600; color: var(--gold-500); margin-top: 4px; }
.logo-light .logo-word { color: #fff; }
.logo-light .logo-mark { filter: drop-shadow(0 1px 2px rgb(0 0 0 / .35)); }
.logo-light .logo-mark { width: 58px; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgb(251 249 244 / .92);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
  transition: background .35s, border-color .35s, box-shadow .35s;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: var(--header-h); }
.main-nav ul { display: flex; gap: 6px; }
.main-nav a {
  display: block; padding: 10px 16px; border-radius: 999px;
  font-family: var(--font-head); font-weight: 700; font-size: 1rem; color: var(--ink-2);
  position: relative; transition: color .25s, background .25s;
}
.main-nav a:hover { color: var(--green-700); background: var(--green-50); }
.main-nav a[aria-current="page"] { color: var(--green-700); background: var(--green-100); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line); background: #fff; color: var(--green-900); align-items: center; justify-content: center; }
.nav-toggle .icon { width: 24px; height: 24px; }
.nav-toggle .ic-close { display: none; }
.nav-toggle[aria-expanded="true"] .ic-open { display: none; }
.nav-toggle[aria-expanded="true"] .ic-close { display: block; }

/* transparent header over hero */
.site-header.is-transparent { position: fixed; inset-inline: 0; background: transparent; border-color: transparent; backdrop-filter: none; }
.site-header.is-transparent .logo-word { color: #fff; }
.site-header.is-transparent .logo-mark { filter: drop-shadow(0 1px 2px rgb(0 0 0 / .4)); }
.site-header.is-transparent .main-nav a { color: rgb(255 255 255 / .9); }
.site-header.is-transparent .main-nav a:hover { color: #fff; background: rgb(255 255 255 / .12); }
.site-header.is-transparent .main-nav a[aria-current="page"] { color: #fff; background: rgb(255 255 255 / .16); }
.site-header.is-transparent .nav-toggle { background: rgb(255 255 255 / .12); color: #fff; border-color: rgb(255 255 255 / .3); }
.site-header.is-transparent.is-scrolled { background: rgb(251 249 244 / .94); border-color: var(--line); backdrop-filter: saturate(160%) blur(12px); box-shadow: 0 6px 24px rgb(20 32 26 / .08); }
.site-header.is-transparent.is-scrolled .logo-word { color: var(--green-800); }
.site-header.is-transparent.is-scrolled .logo-mark { filter: none; }
.site-header.is-transparent.is-scrolled .main-nav a { color: var(--ink-2); }
.site-header.is-transparent.is-scrolled .main-nav a:hover { color: var(--green-700); background: var(--green-50); }
.site-header.is-transparent.is-scrolled .main-nav a[aria-current="page"] { color: var(--green-700); background: var(--green-100); }
.site-header.is-transparent.is-scrolled .nav-toggle { background: #fff; color: var(--green-900); border-color: var(--line); }

.mobile-nav {
  display: none; position: absolute; inset-inline: 0; top: 100%;
  background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
  padding: 12px var(--gutter) 24px;
}
.mobile-nav.is-open { display: block; animation: fadeDown .3s var(--ease); }
.mobile-nav ul li a { display: block; padding: 14px 8px; border-bottom: 1px solid var(--line); font-family: var(--font-head); font-weight: 700; color: var(--ink-2); }
.mobile-nav ul li a[aria-current="page"] { color: var(--green-700); }
.mobile-nav-contact { display: grid; gap: 10px; margin-top: 18px; }

/* ---------- language switcher ---------- */
.lang-switch { position: relative; }
.lang-switch summary {
  list-style: none; display: inline-flex; align-items: center; gap: 6px; padding: 9px 12px; border-radius: 999px;
  border: 1px solid var(--line); background: #fff; font-family: var(--font-latin); font-weight: 800; font-size: .82rem;
  color: var(--green-900); cursor: pointer; transition: background .25s, color .25s, border-color .25s;
}
.lang-switch summary::-webkit-details-marker { display: none; }
.lang-switch summary .icon { width: 18px; height: 18px; }
.lang-switch summary .icon-chevron { width: 14px; height: 14px; transition: transform .25s; }
.lang-switch[open] summary .icon-chevron { transform: rotate(180deg); }
.lang-switch ul {
  position: absolute; top: calc(100% + 8px); inset-inline-end: 0; min-width: 160px; background: #fff; border: 1px solid var(--line);
  border-radius: 14px; box-shadow: var(--shadow); padding: 6px; z-index: 60; animation: fadeDown .2s var(--ease);
}
.lang-switch li a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 12px; border-radius: 9px; color: var(--ink-2); font-weight: 600; white-space: nowrap; }
.lang-switch li a .icon { width: 16px; height: 16px; color: var(--green-600); }
.lang-switch li a:hover { background: var(--green-50); color: var(--green-700); }
.lang-switch li a[aria-current] { background: var(--green-100); color: var(--green-800); }
.site-header.is-transparent:not(.is-scrolled) .lang-switch summary { background: rgb(255 255 255 / .12); color: #fff; border-color: rgb(255 255 255 / .3); backdrop-filter: blur(6px); }
.mobile-lang { display: flex; gap: 8px; margin-top: 14px; }
.mobile-lang a { flex: 1; text-align: center; padding: 10px; border-radius: 10px; border: 1px solid var(--line); font-weight: 700; color: var(--ink-2); font-family: var(--font-head); }
.mobile-lang a[aria-current] { background: var(--green-700); color: #fff; border-color: var(--green-700); }

/* ---------- LTR (Türkçe / English) ---------- */
[dir="ltr"] { --font-head: 'Montserrat', 'Cairo', system-ui, sans-serif; --font-body: 'Inter', 'Tajawal', system-ui, sans-serif; }
[dir="ltr"] body { font-size: 1rem; }
[dir="ltr"] h1, [dir="ltr"] h2, [dir="ltr"] h3, [dir="ltr"] h4 { letter-spacing: -.01em; }
[dir="ltr"] .hero-title { font-size: clamp(2.3rem, 5.6vw, 4.4rem); }
[dir="ltr"] .icon-arrow { transform: scaleX(-1); }
[dir="ltr"] .product-name-ar { display: none; }
@keyframes fadeDown { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: 100svh; display: grid; align-items: center;
  color: #fff; overflow: hidden; isolation: isolate;
  padding-top: var(--header-h);
}
.hero-media, .hero-media video, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero-media::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(to top, rgb(11 46 21 / .92) 0%, rgb(11 46 21 / .45) 45%, rgb(11 46 21 / .35) 100%),
    linear-gradient(to left, rgb(11 46 21 / .55), transparent 60%);
}
.hero-content { position: relative; z-index: 1; padding-block: clamp(48px, 10vh, 96px); max-width: 860px; }
.hero-title { color: #fff; font-size: clamp(2.6rem, 6.5vw, 5rem); line-height: 1.15; margin-bottom: 20px; text-shadow: 0 4px 30px rgb(0 0 0 / .25); }
.hero-sub { font-size: clamp(1.05rem, 1.6vw, 1.3rem); max-width: 620px; color: rgb(255 255 255 / .88); margin-bottom: 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: clamp(36px, 6vh, 64px); }
.hero-stats { display: flex; flex-wrap: wrap; gap: 12px; }
.stat {
  display: flex; flex-direction: column; gap: 2px; padding: 14px 22px; min-width: 140px;
  background: rgb(255 255 255 / .1); border: 1px solid rgb(255 255 255 / .18); border-radius: var(--radius-sm);
  backdrop-filter: blur(8px);
}
.stat b { font-family: var(--font-head); font-size: 1.7rem; font-weight: 800; color: var(--gold-400); line-height: 1.1; }
.stat span { font-size: .9rem; color: rgb(255 255 255 / .85); }
.hero-scroll {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  color: #fff; display: flex; flex-direction: column; align-items: center; gap: 6px; font-size: .8rem; opacity: .8; z-index: 1;
}
.hero-scroll .icon { width: 22px; height: 22px; animation: bob 1.8s ease-in-out infinite; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(6px); } }

/* ---------- trust strip ---------- */
.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); }
.trust-item { display: flex; align-items: center; gap: 12px; padding: 22px 16px; border-inline-start: 1px solid var(--line); }
.trust-item:first-child { border-inline-start: 0; }
.trust-item .icon { width: 34px; height: 34px; color: var(--gold-600); flex: none; }
.trust-item b { display: block; font-family: var(--font-head); color: var(--green-900); font-size: 1rem; }
.trust-item small { color: var(--muted); }

/* ---------- about ---------- */
.about-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(32px, 6vw, 80px); align-items: center; }
.about-media { position: relative; display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 200px; gap: 14px; }
.about-media img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.about-media .m1 { grid-row: span 2; }
.about-media .m4 { grid-column: span 1; }
.about-badge {
  position: absolute; bottom: -18px; inset-inline-start: -18px;
  background: var(--green-900); color: #fff; padding: 18px 22px; border-radius: var(--radius);
  box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 14px;
}
.about-badge .icon { width: 36px; height: 36px; color: var(--gold-400); }
.about-badge b { display: block; font-family: var(--font-head); font-size: 1.05rem; }
.about-badge small { color: rgb(255 255 255 / .75); }
.check-list { display: grid; gap: 12px; margin: 24px 0 30px; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; }
.check-list .icon { width: 24px; height: 24px; flex: none; color: #fff; background: var(--green-600); border-radius: 50%; padding: 4px; margin-top: 3px; }
.check-list b { font-family: var(--font-head); color: var(--green-900); }

/* ---------- products ---------- */
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
.product-card {
  --pc: var(--green-700); --pc-dk: var(--green-900);
  background: #fff; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-sm); border: 1px solid var(--line);
  display: flex; flex-direction: column;
  transition: transform .4s var(--ease), box-shadow .4s;
}
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.product-card-media {
  position: relative; display: grid; place-items: center; padding: 28px 24px 8px;
  background: radial-gradient(120% 90% at 50% 100%, color-mix(in srgb, var(--pc) 22%, #fff) 0%, #fff 70%);
}
.product-card-media::before { content: ""; position: absolute; inset: auto 0 0; height: 46%; background: linear-gradient(to top, color-mix(in srgb, var(--pc) 10%, #fff), transparent); }
.product-card-media img { position: relative; width: 78%; max-width: 240px; aspect-ratio: 634 / 801; object-fit: contain; filter: drop-shadow(0 18px 24px rgb(20 32 26 / .22)); transition: transform .5s var(--ease); }
.product-card:hover .product-card-media img { transform: translateY(-6px) scale(1.03); }
.product-weight { position: absolute; top: 16px; inset-inline-start: 16px; background: var(--pc); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: .8rem; padding: 6px 12px; border-radius: 999px; }
.product-card-body { padding: 18px 24px 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.product-type { font-size: .82rem; font-weight: 700; color: var(--pc-dk); background: color-mix(in srgb, var(--pc) 12%, #fff); padding: 4px 12px; border-radius: 999px; align-self: flex-start; font-family: var(--font-head); }
.product-name { margin: 0; display: flex; align-items: baseline; gap: 10px; }
.product-name a { color: var(--ink); display: flex; align-items: baseline; gap: 10px; }
.product-name .latin { font-size: 1.5rem; font-weight: 800; color: var(--pc-dk); }
.product-name-ar { font-size: 1.05rem; color: var(--muted); font-weight: 600; }
.product-card-body > p { color: var(--muted); font-size: .98rem; margin: 0; }
.product-feats { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-top: 4px; }
.product-feats li { display: inline-flex; align-items: center; gap: 6px; font-size: .88rem; color: var(--ink-2); }
.product-feats .icon { width: 18px; height: 18px; color: var(--pc); }
.product-card-actions { display: flex; gap: 10px; margin-top: auto; padding-top: 14px; }
.product-card-actions .btn-primary { flex: 1; background: var(--pc); box-shadow: 0 8px 20px color-mix(in srgb, var(--pc) 30%, transparent); }
.product-card-actions .btn-primary:hover { background: var(--pc-dk); }

/* tabs / filter */
.tabs { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 36px; }
.tab { padding: 10px 20px; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--ink-2); font-family: var(--font-head); font-weight: 700; transition: all .25s; }
.tab:hover { border-color: var(--green-600); color: var(--green-700); }
.tab.is-active { background: var(--green-700); border-color: var(--green-700); color: #fff; }
[data-filter-item].is-hidden { display: none; }

/* ---------- features ---------- */
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.feature {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px 26px;
  transition: transform .35s var(--ease), box-shadow .35s, border-color .35s; position: relative; overflow: hidden;
}
.feature::after { content: ""; position: absolute; inset-inline-end: -40px; top: -40px; width: 120px; height: 120px; border-radius: 50%; background: var(--gold-50); transition: transform .5s var(--ease); z-index: 0; }
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.feature:hover::after { transform: scale(1.6); }
.feature > * { position: relative; z-index: 1; }
.feature-icon { width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center; background: var(--green-100); color: var(--green-700); margin-bottom: 18px; }
.feature-icon .icon { width: 28px; height: 28px; }
.feature p { color: var(--muted); margin: 0; }

/* ---------- process ---------- */
.process { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; counter-reset: step; }
.process-step { position: relative; background: #fff; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.process-media { aspect-ratio: 16 / 9; overflow: hidden; background: var(--green-50); }
.process-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.process-step:hover .process-media img { transform: scale(1.06); }
.process-num { position: absolute; top: 14px; inset-inline-start: 14px; z-index: 1; font-family: var(--font-latin); font-weight: 800; background: var(--gold-500); color: var(--green-950); padding: 6px 12px; border-radius: 10px; font-size: .9rem; }
.process-body { padding: 22px 24px 26px; }
.process-icon { display: inline-grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--green-100); color: var(--green-700); margin-bottom: 12px; }
.process-icon .icon { width: 22px; height: 22px; }
.process-body p { color: var(--muted); margin: 0; }
.process-compact .process-media { display: none; }

/* ---------- video ---------- */
.video-layout { display: grid; grid-template-columns: 1.6fr 1fr; gap: 22px; }
.video-card {
  position: relative; display: block; border-radius: var(--radius-lg); overflow: hidden; background: var(--green-950);
  aspect-ratio: 16 / 9; color: #fff; isolation: isolate; box-shadow: var(--shadow-sm);
}
.video-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease), opacity .4s; }
.video-card:hover img { transform: scale(1.05); opacity: .85; }
.video-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgb(11 46 21 / .85), transparent 55%); }
.video-play {
  position: absolute; inset: 0; margin: auto; width: 72px; height: 72px; border-radius: 50%; z-index: 2;
  background: rgb(255 255 255 / .16); border: 2px solid rgb(255 255 255 / .6); backdrop-filter: blur(6px);
  display: grid; place-items: center; transition: transform .35s var(--ease), background .35s;
}
.video-play .icon { width: 28px; height: 28px; fill: #fff; stroke: none; margin-inline-start: 3px; }
.video-card:hover .video-play { transform: scale(1.1); background: var(--gold-500); border-color: var(--gold-500); }
.video-card:hover .video-play .icon { fill: var(--green-950); }
.video-meta { position: absolute; bottom: 0; inset-inline: 0; padding: 18px 20px; z-index: 2; display: flex; justify-content: space-between; align-items: end; gap: 12px; }
.video-title { font-family: var(--font-head); font-weight: 700; font-size: 1rem; }
.video-dur { font-family: var(--font-latin); font-size: .8rem; background: rgb(0 0 0 / .45); padding: 4px 10px; border-radius: 6px; direction: ltr; }
.video-card-lg { grid-row: span 2; aspect-ratio: auto; min-height: 380px; }
.video-card-lg .video-play { width: 96px; height: 96px; }
.video-card-lg .video-title { font-size: 1.3rem; }
.video-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 22px; }
.video-card.is-portrait img { object-position: center 30%; }

/* ---------- gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-auto-rows: 210px; grid-auto-flow: dense; gap: 14px; }
.gallery-item { position: relative; display: block; border-radius: var(--radius); overflow: hidden; background: var(--green-100); isolation: isolate; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.gallery-item:hover img { transform: scale(1.07); }
.gallery-item.is-tall { grid-row: span 2; }
.gallery-item.is-wide { grid-column: span 2; }
.gallery-cap {
  position: absolute; inset: 0; display: flex; align-items: flex-end; justify-content: space-between; padding: 14px 16px;
  background: linear-gradient(to top, rgb(11 46 21 / .8), transparent 55%); color: #fff; opacity: 0; transition: opacity .35s;
  font-family: var(--font-head); font-weight: 700; font-size: .95rem;
}
.gallery-cap .icon { width: 22px; height: 22px; }
.gallery-item:hover .gallery-cap { opacity: 1; }
.gallery-more { text-align: center; margin-top: 36px; }
/* معرض كامل بنمط masonry (أعمدة) — بلا فراغات */
.gallery-masonry { columns: 4 230px; column-gap: 14px; }
.gallery-masonry .gallery-item { display: block; break-inside: avoid; margin-bottom: 14px; }
.gallery-masonry .gallery-item img { height: auto; }
.gallery-masonry .gallery-item.is-hidden { display: none; }

/* ---------- FAQ ---------- */
.faq { display: grid; gap: 12px; max-width: 860px; margin-inline: auto; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; padding: 18px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-family: var(--font-head); font-weight: 700; color: var(--green-900); font-size: 1.05rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .icon { width: 22px; height: 22px; flex: none; color: var(--gold-600); transition: transform .3s; }
.faq-item[open] summary .icon { transform: rotate(180deg); }
.faq-item[open] summary { background: var(--green-50); }
.faq-body { padding: 4px 22px 20px; color: var(--muted); }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
.contact-cards { display: grid; gap: 14px; }
.contact-card { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; transition: box-shadow .3s, transform .3s; }
.contact-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.contact-card .cc-icon { width: 50px; height: 50px; border-radius: 14px; background: var(--green-100); color: var(--green-700); display: grid; place-items: center; flex: none; }
.contact-card .cc-icon .icon { width: 24px; height: 24px; }
.contact-card b { display: block; font-family: var(--font-head); color: var(--green-900); margin-bottom: 4px; }
.contact-card a, .contact-card span { color: var(--ink-2); }
.contact-card a:hover { color: var(--green-700); }
.form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(22px, 4vw, 40px); box-shadow: var(--shadow-sm); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.field label { font-family: var(--font-head); font-weight: 700; color: var(--green-900); font-size: .95rem; }
.field input, .field select, .field textarea {
  font: inherit; padding: 13px 16px; border-radius: var(--radius-sm); border: 1.5px solid var(--line); background: var(--cream); color: var(--ink);
  transition: border-color .25s, box-shadow .25s, background .25s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green-600); background: #fff; box-shadow: 0 0 0 4px var(--green-100); }
.field textarea { min-height: 140px; resize: vertical; }
.form-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.form-status { margin-top: 14px; padding: 12px 16px; border-radius: var(--radius-sm); display: none; font-weight: 500; }
.form-status.ok { display: block; background: var(--green-100); color: var(--green-800); }
.form-status.err { display: block; background: #fdecec; color: #a12020; }
.hp { position: absolute; inset-inline-start: -9999px; opacity: 0; height: 0; overflow: hidden; }
.map-wrap { border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); aspect-ratio: 16 / 7; background: var(--green-50); }
.map-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------- inner page hero ---------- */
.page-hero {
  position: relative; color: #fff; padding-block: clamp(64px, 10vw, 120px) clamp(48px, 7vw, 88px); isolation: isolate; overflow: hidden;
  background: var(--green-900);
}
.page-hero::before { content: ""; position: absolute; inset: 0; background: var(--bg) center / cover no-repeat; z-index: -2; transform: scale(1.02); }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(to left, rgb(11 46 21 / .92), rgb(11 46 21 / .55)); }
.page-title { color: #fff; margin: 8px 0 10px; }
.page-sub { max-width: 640px; color: rgb(255 255 255 / .85); font-size: 1.1rem; margin: 0; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; font-size: .9rem; color: rgb(255 255 255 / .75); }
.breadcrumb a { color: rgb(255 255 255 / .85); }
.breadcrumb a:hover { color: var(--gold-400); }
.breadcrumb li + li::before { content: "/"; margin-inline-end: 8px; opacity: .5; }
.breadcrumb [aria-current] { color: var(--gold-400); }

/* ---------- product page ---------- */
.product-hero { background: linear-gradient(180deg, color-mix(in srgb, var(--pc) 14%, var(--cream)) 0%, var(--cream) 100%); padding-block: 32px var(--section); }
.product-layout { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(28px, 5vw, 72px); align-items: start; }
.product-layout > *, .about-grid > *, .contact-grid > *, .video-layout > * { min-width: 0; }
.swiper { overflow: hidden; }
.product-gallery { position: sticky; top: calc(var(--header-h) + 16px); }
.product-gallery .swiper { border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.product-gallery .swiper-slide { display: block; padding: 28px; aspect-ratio: 1 / 1; box-sizing: border-box; }
.product-gallery .swiper-slide a { display: block; width: 100%; height: 100%; }
.product-gallery .swiper-slide img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 20px 30px rgb(20 32 26 / .2)); }
.product-thumbs { display: flex; gap: 10px; margin-top: 12px; }
.product-thumbs button { width: 74px; height: 74px; border-radius: 12px; border: 2px solid var(--line); background: #fff; padding: 6px; overflow: hidden; transition: border-color .25s; }
.product-thumbs button img { width: 100%; height: 100%; object-fit: contain; }
.product-thumbs button.is-active { border-color: var(--pc); }
.badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border-radius: 999px; font-family: var(--font-head); font-weight: 700; font-size: .85rem; background: color-mix(in srgb, var(--pc) 14%, #fff); color: var(--pc-dk); }
.badge .icon { width: 16px; height: 16px; }
.badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.product-title { display: flex; flex-wrap: wrap; align-items: baseline; gap: 14px; margin-bottom: 6px; }
.product-title .latin { color: var(--pc-dk); font-size: clamp(2.2rem, 5vw, 3.4rem); }
.product-title .ar { font-size: clamp(1.4rem, 3vw, 2rem); color: var(--muted); font-weight: 700; font-family: var(--font-head); }
.product-lead { font-size: 1.12rem; color: var(--ink-2); }
.feat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 22px 0 28px; }
.feat-grid li { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 12px 16px; font-weight: 700; font-family: var(--font-head); color: var(--green-900); }
.feat-grid .icon { width: 26px; height: 26px; color: var(--pc); flex: none; }
.product-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.product-cta .btn-primary { background: var(--pc); }
.product-cta .btn-primary:hover { background: var(--pc-dk); }
.spec-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.spec-table th, .spec-table td { padding: 14px 18px; text-align: start; border-bottom: 1px solid var(--line); }
.spec-table th { width: 40%; font-family: var(--font-head); color: var(--green-900); background: var(--green-50); font-weight: 700; }
.spec-table td { font-weight: 500; direction: ltr; text-align: end; font-family: var(--font-latin); font-weight: 600; font-size: .95rem; }
.spec-table td.ar { direction: inherit; text-align: end; font-family: var(--font-body); }
.spec-table tr:last-child th, .spec-table tr:last-child td { border-bottom: 0; }
.warning-box { display: flex; gap: 16px; align-items: flex-start; background: var(--gold-50); border: 1px solid var(--gold-100); border-inline-start: 5px solid var(--gold-500); border-radius: var(--radius); padding: 18px 20px; margin-top: 22px; }
.warning-box .icon { width: 30px; height: 30px; color: var(--gold-600); flex: none; }
.warning-box b { font-family: var(--font-head); color: var(--green-900); display: block; margin-bottom: 2px; }
.warning-box p { margin: 0; color: var(--ink-2); font-size: .97rem; }

/* comparison table */
.table-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; }
.compare { width: 100%; border-collapse: collapse; min-width: 720px; }
.compare th, .compare td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: center; white-space: nowrap; }
.compare thead th { background: var(--green-900); color: #fff; font-family: var(--font-head); }
.compare thead th:first-child { text-align: start; }
.compare tbody th { text-align: start; font-family: var(--font-head); color: var(--green-900); background: var(--green-50); }
.compare .latin { direction: ltr; }
.compare .chip { display: inline-block; width: 12px; height: 12px; border-radius: 50%; margin-inline-end: 8px; vertical-align: middle; }

/* ---------- stats band ---------- */
.stats-band { background: var(--green-900); color: #fff; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; text-align: center; }
.stat-big b { display: block; font-family: var(--font-latin); font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 800; color: var(--gold-400); line-height: 1; direction: ltr; }
.stat-big span { display: block; margin-top: 8px; color: rgb(255 255 255 / .8); font-family: var(--font-head); font-weight: 700; }

/* ---------- locations / values ---------- */
.cards-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.value-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px 26px; text-align: center; }
.value-card .feature-icon { margin-inline: auto; }
.value-card p { color: var(--muted); margin: 0; }
.location-card { display: grid; grid-template-rows: 180px auto; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.location-card img { width: 100%; height: 100%; object-fit: cover; }
.location-body { padding: 22px 24px; }
.location-body h3 { display: flex; align-items: center; gap: 10px; }
.location-body h3 .icon { width: 22px; height: 22px; color: var(--gold-600); }
.location-body p { color: var(--muted); margin: 0 0 12px; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(135deg, var(--green-900), var(--green-700)); color: #fff; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; inset-inline-end: -10%; top: -40%; width: 50%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgb(233 185 58 / .25), transparent 65%); }
.cta-band-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 28px; padding-block: clamp(48px, 7vw, 80px); position: relative; }
.cta-band h2 { color: #fff; margin-bottom: 8px; }
.cta-band p { color: rgb(255 255 255 / .8); margin: 0; max-width: 520px; }
.cta-band-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- footer ---------- */
.site-footer { background: var(--green-950); color: rgb(255 255 255 / .8); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; padding-block: clamp(48px, 7vw, 80px) 40px; }
.footer-brand p { margin-top: 18px; color: rgb(255 255 255 / .7); max-width: 380px; }
.footer-col h4 { color: #fff; font-size: 1.05rem; margin-bottom: 18px; position: relative; padding-bottom: 10px; }
.footer-col h4::after { content: ""; position: absolute; bottom: 0; inset-inline-start: 0; width: 36px; height: 3px; border-radius: 3px; background: var(--gold-500); }
.footer-col ul { display: grid; gap: 10px; }
.footer-col a { color: rgb(255 255 255 / .75); }
.footer-col a:hover { color: var(--gold-400); }
.footer-contact li { display: flex; align-items: center; gap: 10px; }
.footer-contact .icon { width: 18px; height: 18px; color: var(--gold-400); flex: none; }
.social { display: flex; gap: 10px; margin-top: 20px; }
.social a { width: 40px; height: 40px; border-radius: 10px; background: rgb(255 255 255 / .08); color: #fff; display: grid; place-items: center; transition: background .25s; }
.social a:hover { background: var(--gold-500); color: var(--green-950); }
.social .icon { width: 20px; height: 20px; }
.footer-bottom { border-top: 1px solid rgb(255 255 255 / .1); padding-block: 18px; font-size: .9rem; color: rgb(255 255 255 / .6); }
.footer-bottom-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; }
.footer-tag { color: var(--gold-400); font-family: var(--font-head); font-weight: 700; }

/* ---------- floating ---------- */
.wa-float {
  position: fixed; bottom: 22px; inset-inline-start: 22px; z-index: 90;
  display: flex; align-items: center; gap: 10px; padding: 12px 18px 12px 14px;
  background: var(--wa); color: #fff; border-radius: 999px; box-shadow: 0 12px 30px rgb(37 211 102 / .4);
  font-family: var(--font-head); font-weight: 700; transition: transform .3s var(--ease), background .3s;
}
.wa-float .icon { width: 26px; height: 26px; }
.wa-float:hover { transform: translateY(-3px); background: var(--wa-dk); color: #fff; }
.to-top {
  position: fixed; bottom: 22px; inset-inline-end: 22px; z-index: 90; width: 46px; height: 46px; border-radius: 12px;
  background: var(--green-900); color: #fff; border: 0; display: grid; place-items: center;
  opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .3s, transform .3s;
}
.to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.to-top .icon { width: 22px; height: 22px; transform: rotate(180deg); }

/* ---------- swiper tweaks ---------- */
.swiper-products { padding: 10px 6px 50px; }
.swiper-pagination-bullet { background: var(--green-700); opacity: .3; width: 10px; height: 10px; }
.swiper-pagination-bullet-active { opacity: 1; background: var(--gold-500); width: 26px; border-radius: 6px; }
.swiper-button-next, .swiper-button-prev { width: 46px; height: 46px; border-radius: 50%; background: #fff; box-shadow: var(--shadow-sm); color: var(--green-800); }
.swiper-button-next::after, .swiper-button-prev::after { font-size: 16px; font-weight: 900; }

/* ---------- reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .22s; }
.reveal-delay-3 { transition-delay: .34s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .hero-scroll .icon { animation: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .main-nav { display: none; }
  .nav-toggle { display: inline-flex; }
  .header-actions .btn-whatsapp span { display: none; }
  .header-actions .btn-whatsapp { padding: 10px; width: 42px; height: 42px; }
  .about-grid, .contact-grid, .product-layout { grid-template-columns: 1fr; }
  .product-gallery { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .video-layout { grid-template-columns: 1fr; }
  .video-card-lg { grid-row: auto; aspect-ratio: 16 / 9; min-height: 0; }
}
@media (max-width: 640px) {
  :root { --header-h: 70px; }
  body { font-size: 1rem; }
  .logo-mark { width: 38px; }
  .logo-word { font-size: 1.3rem; }
  .hero { min-height: 92svh; }
  .hero-stats { display: grid; grid-template-columns: 1fr 1fr; }
  .stat { min-width: 0; padding: 12px 14px; }
  .hero-scroll { display: none; }
  .about-media { grid-auto-rows: 150px; }
  .about-badge { position: static; margin-top: 30px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .form-row { grid-template-columns: 1fr; }
  .feat-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
  .gallery-masonry { columns: 2 140px; column-gap: 10px; }
  .gallery-masonry .gallery-item { margin-bottom: 10px; }
  .gallery-item.is-wide { grid-column: span 2; }
  .wa-float .wa-float-label { display: none; }
  .wa-float { padding: 12px; }
  .trust-item { border-inline-start: 0; border-bottom: 1px solid var(--line); }
  .cta-band-actions .btn { width: 100%; }
}
