/* =========================================================
   KATCO — Khalid Al Arabid RT Co LLC
   Brand stylesheet — Dubai Font, EN + AR (RTL)
   ========================================================= */

@import url('https://fonts.cdnfonts.com/css/dubai');

:root {
  --red: #E85A4F;
  --red-dark: #C4463C;
  --navy: #0F1E33;
  --navy-2: #1A2B44;
  --ink: #1F2937;
  --muted: #6B7280;
  --line: #E5E7EB;
  --bg: #FFFFFF;
  --bg-soft: #F7F8FA;
  --shadow-sm: 0 1px 2px rgba(15, 30, 51, .06);
  --shadow: 0 6px 24px rgba(15, 30, 51, .08);
  --shadow-lg: 0 20px 50px rgba(15, 30, 51, .15);
  --radius: 10px;
  --radius-lg: 16px;
  --max: 1200px;
  --header-h: 140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Dubai', 'Segoe UI', Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

/* Arabic / RTL */
html[dir="rtl"] body { font-family: 'Dubai', 'Tahoma', 'Segoe UI', sans-serif; }
html[dir="rtl"] .nav-links a.active::after { left: 0; right: 0; }
html[dir="rtl"] .btn .arrow { transform: scaleX(-1); }
html[dir="rtl"] .btn:hover .arrow { transform: scaleX(-1) translateX(3px); }
html[dir="rtl"] .product-card .more .arrow,
html[dir="rtl"] .hero-cta .arrow { transform: scaleX(-1); }
html[dir="rtl"] .footer-col ul { padding-right: 0; }
html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3 { letter-spacing: 0; }

img { max-width: 100%; display: block; }
a { color: var(--red); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--red-dark); }

h1, h2, h3, h4 {
  font-weight: 700;
  line-height: 1.2;
  color: var(--navy);
  margin: 0 0 .5em;
  letter-spacing: -.01em;
}
h1 { font-size: clamp(2rem, 4vw, 3.25rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); }
h3 { font-size: 1.25rem; }

p { margin: 0 0 1em; color: var(--ink); }

.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .85rem 1.5rem;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: .95rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all .2s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover { background: var(--red-dark); color: #fff; transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn-ghost-light:hover { background: #fff; color: var(--navy); }
.btn .arrow { transition: transform .2s ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.nav {
  height: var(--header-h);
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem;
}
.brand { display: flex; align-items: center; gap: .75rem; }
.brand img { height: 110px; width: auto; display: block; }
@media (max-width: 860px) {
  .brand img { height: 72px; }
  :root { --header-h: 100px; }
}
.brand-mark {
  font-family: 'Dubai', sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  color: var(--red);
  letter-spacing: -.02em;
  line-height: 1;
}
.brand-sub { font-size: .7rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; margin-top: 2px; }

/* Language switcher */
.lang-switch {
  display: inline-flex; background: var(--bg-soft);
  border: 1px solid var(--line); border-radius: 100px;
  padding: 3px; font-size: .8rem; font-weight: 600;
}
.lang-switch a {
  padding: .35rem .85rem; border-radius: 100px;
  color: var(--muted); transition: all .2s ease;
}
.lang-switch a.active { background: var(--red); color: #fff; }
.lang-switch a:not(.active):hover { color: var(--navy); }

.nav-links { display: flex; list-style: none; margin: 0; padding: 0; gap: 2rem; }
.nav-links a {
  color: var(--navy); font-weight: 500; font-size: .95rem;
  position: relative; padding: .5rem 0;
}
.nav-links a.active, .nav-links a:hover { color: var(--red); }
.nav-links a.active::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -4px;
  height: 3px; background: var(--red); border-radius: 2px;
}

.nav-cta { display: flex; align-items: center; gap: 1rem; }
.nav-toggle {
  display: none; background: none; border: 0;
  width: 40px; height: 40px; cursor: pointer;
  flex-direction: column; justify-content: center; gap: 5px;
}
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); transition: all .2s; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 640px;
  display: flex; align-items: center;
  color: #fff;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(15,30,51,.92) 0%, rgba(15,30,51,.75) 55%, rgba(15,30,51,.55) 100%),
    url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=2000&q=80&auto=format&fit=crop') center/cover no-repeat,
    var(--navy);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(232, 90, 79, .25), transparent 55%);
}
.hero-inner { position: relative; z-index: 2; padding: 4rem 0; }
.hero-eyebrow {
  display: inline-block; padding: .4rem 1rem;
  background: rgba(232, 90, 79, .15); color: var(--red);
  border: 1px solid rgba(232, 90, 79, .4);
  border-radius: 100px; font-size: .8rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .08em; margin-bottom: 1.5rem;
}
.hero h1 { color: #fff; max-width: 820px; margin-bottom: 1.5rem; }
.hero h1 span { color: var(--red); }
.hero-lead { font-size: 1.125rem; color: rgba(255,255,255,.8); max-width: 620px; margin-bottom: 2rem; }
.hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1rem; margin-top: 4rem;
  padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.15);
}
.hero-stat .num { font-size: 2.25rem; font-weight: 800; color: var(--red); line-height: 1; }
.hero-stat .lbl { font-size: .85rem; color: rgba(255,255,255,.7); margin-top: .25rem; }

/* ---------- Sections ---------- */
.section { padding: 5rem 0; }
.section-soft { background: var(--bg-soft); }
.section-dark { background: var(--navy); color: #fff; }
.section-dark h1, .section-dark h2, .section-dark h3 { color: #fff; }
.section-dark p { color: rgba(255,255,255,.75); }

.section-head { text-align: center; max-width: 720px; margin: 0 auto 3rem; }
.section-head .eyebrow {
  color: var(--red); font-weight: 700; font-size: .85rem;
  text-transform: uppercase; letter-spacing: .12em; margin-bottom: .75rem;
}
.section-head p { color: var(--muted); font-size: 1.05rem; }

/* ---------- Product Grid ---------- */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}
.product-card {
  background: #fff; border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  overflow: hidden; transition: all .3s ease;
  display: flex; flex-direction: column;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  border-color: transparent;
}
.product-card .thumb {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.product-card .thumb svg { width: 70%; height: 70%; opacity: .85; }
.product-card .thumb img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s ease;
}
.product-card:hover .thumb img { transform: scale(1.06); }

/* ---------- Showcase band (big image + text) ---------- */
.showcase {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 3rem; align-items: center;
}
.showcase-media {
  aspect-ratio: 4/3;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
}
.showcase-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.showcase-media .badge-float {
  position: absolute; bottom: 1.25rem; left: 1.25rem;
  background: var(--red); color: #fff;
  padding: .6rem 1rem; border-radius: var(--radius);
  font-weight: 700; font-size: .85rem;
  box-shadow: var(--shadow);
}
html[dir="rtl"] .showcase-media .badge-float { left: auto; right: 1.25rem; }
.showcase h2 { margin-bottom: 1rem; }
.showcase .eyebrow {
  color: var(--red); font-weight: 700; font-size: .85rem;
  text-transform: uppercase; letter-spacing: .12em; margin-bottom: .75rem;
}
.showcase ul {
  list-style: none; padding: 0; margin: 1.5rem 0 0;
  display: grid; gap: .9rem;
}
.showcase ul li {
  display: flex; gap: .75rem; align-items: flex-start;
  color: var(--ink); font-size: .98rem;
}
.showcase ul li::before {
  content: "✓";
  flex: 0 0 28px; height: 28px;
  background: rgba(232,90,79,.12); color: var(--red);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: .9rem;
}
@media (max-width: 860px) {
  .showcase { grid-template-columns: 1fr; gap: 2rem; }
}
.product-card .body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.product-card h3 { color: var(--navy); margin-bottom: .5rem; }
.product-card p { font-size: .92rem; color: var(--muted); flex: 1; }
.product-card .more {
  margin-top: 1rem; font-weight: 600; font-size: .9rem;
  color: var(--red); display: inline-flex; align-items: center; gap: .35rem;
}

/* ---------- Feature strip ---------- */
.features {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}
.feature { text-align: center; }
.feature .icon {
  width: 60px; height: 60px; margin: 0 auto 1rem;
  background: rgba(232, 90, 79, .12); color: var(--red);
  border-radius: 16px; display: flex; align-items: center; justify-content: center;
}
.feature .icon svg { width: 30px; height: 30px; }
.feature h3 { color: var(--navy); }
.feature p { color: var(--muted); font-size: .95rem; }

/* ---------- Partners ---------- */
.partners {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
  align-items: center;
}
.partner {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.75rem 1rem;
  text-align: center;
  transition: all .25s ease;
  min-height: 110px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.partner:hover { box-shadow: var(--shadow); transform: translateY(-2px); border-color: transparent; }
.partner strong { color: var(--navy); font-size: 1.05rem; display: block; }
.partner small { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .06em; margin-top: .25rem; }

/* ---------- Branches ---------- */
.branches {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.branch {
  background: #fff; border-radius: var(--radius-lg);
  padding: 2rem; border: 1px solid var(--line);
  transition: all .25s ease;
}
.branch:hover { box-shadow: var(--shadow); border-color: transparent; }
.branch .badge {
  display: inline-block; background: rgba(232, 90, 79, .12);
  color: var(--red); font-weight: 700; font-size: .75rem;
  padding: .3rem .75rem; border-radius: 100px;
  text-transform: uppercase; letter-spacing: .08em; margin-bottom: 1rem;
}
.branch h3 { color: var(--navy); margin-bottom: .75rem; }
.branch .info { display: grid; gap: .5rem; font-size: .95rem; color: var(--muted); }
.branch .info div { display: flex; gap: .6rem; align-items: flex-start; }
.branch .info svg { flex: 0 0 auto; width: 18px; height: 18px; color: var(--red); margin-top: 3px; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 3rem;
  display: flex; justify-content: space-between; align-items: center; gap: 2rem;
  flex-wrap: wrap;
}
.cta-band h2 { color: #fff; margin-bottom: .5rem; }
.cta-band p { color: rgba(255,255,255,.9); margin: 0; }

/* ---------- Forms ---------- */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-field { display: flex; flex-direction: column; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-weight: 600; font-size: .9rem; margin-bottom: .4rem; color: var(--navy); }
.form-field input, .form-field select, .form-field textarea {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: .8rem 1rem;
  font-family: inherit; font-size: 1rem;
  background: #fff; color: var(--ink);
  transition: border-color .2s ease;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none; border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(232, 90, 79, .15);
}
.form-field textarea { resize: vertical; min-height: 120px; }

/* ---------- Page header ---------- */
.page-header {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
  color: #fff;
  padding: 4rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 50%, rgba(232, 90, 79, .2), transparent 50%);
}
.page-header .container { position: relative; z-index: 2; }
.page-header h1 { color: #fff; margin-bottom: .5rem; }
.page-header p { color: rgba(255,255,255,.8); max-width: 620px; margin: 0 auto; }
.crumbs { font-size: .85rem; color: rgba(255,255,255,.6); margin-bottom: 1rem; }
.crumbs a { color: rgba(255,255,255,.8); }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: rgba(255,255,255,.8); padding: 4rem 0 1.5rem; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.3fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
.footer-brand img { height: 120px; width: auto; filter: brightness(0) invert(1); }
.footer-brand .brand-mark { color: #fff; }
.footer-brand p { font-size: .92rem; color: rgba(255,255,255,.65); margin-top: 1rem; }
.footer-col h4 { color: #fff; font-size: 1rem; margin-bottom: 1.25rem; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .65rem; }
.footer-col a { color: rgba(255,255,255,.7); font-size: .92rem; }
.footer-col a:hover { color: var(--red); }
.footer-col .contact-line { display: flex; gap: .6rem; align-items: flex-start; font-size: .9rem; color: rgba(255,255,255,.75); }
.footer-col .contact-line svg { flex: 0 0 auto; width: 16px; height: 16px; color: var(--red); margin-top: 3px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 1.5rem;
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  font-size: .85rem; color: rgba(255,255,255,.5);
}

/* ---------- Product category block (Products page) ---------- */
.cat {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 3rem; align-items: center;
  scroll-margin-top: 100px;
}
.cat.reverse { direction: rtl; }
.cat.reverse > * { direction: ltr; }
html[dir="rtl"] .cat.reverse { direction: ltr; }
html[dir="rtl"] .cat.reverse > * { direction: rtl; }
.cat-media {
  aspect-ratio: 4/3;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.cat-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cat h2 { margin-bottom: 1rem; }
.cat .eyebrow {
  display: inline-block; padding: .4rem 1rem;
  background: rgba(232, 90, 79, .12); color: var(--red);
  border-radius: 100px; font-size: .8rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em; margin-bottom: 1rem;
}
.cat ul {
  list-style: none; padding: 0; margin: 1.5rem 0 0;
  display: grid; gap: .7rem;
}
.cat ul li { display: flex; gap: .6rem; align-items: flex-start; color: var(--ink); }
.cat ul li::before {
  content: "▸"; color: var(--red); font-weight: 800;
}
@media (max-width: 860px) {
  .cat { grid-template-columns: 1fr; gap: 2rem; }
  .cat.reverse { direction: ltr; }
}

/* ---------- Animated hero (slideshow) ---------- */
.hero {
  /* Override solid background — slides handle the visuals */
  background: var(--navy) !important;
}
.hero .slides {
  position: absolute; inset: 0; z-index: 0;
  overflow: hidden;
}
.hero .slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0;
  animation: heroFade 24s linear infinite;
}
.hero .slide::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(115deg, rgba(15,30,51,.92) 0%, rgba(15,30,51,.75) 55%, rgba(15,30,51,.55) 100%);
}
.hero .slide:nth-child(1) { animation-delay: 0s; }
.hero .slide:nth-child(2) { animation-delay: 6s; }
.hero .slide:nth-child(3) { animation-delay: 12s; }
.hero .slide:nth-child(4) { animation-delay: 18s; }
@keyframes heroFade {
  0%   { opacity: 0; transform: scale(1.04); }
  4%   { opacity: 1; transform: scale(1.0); }
  25%  { opacity: 1; transform: scale(1.06); }
  29%  { opacity: 0; transform: scale(1.08); }
  100% { opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .hero .slide { animation: none; opacity: 1; }
  .hero .slide:not(:first-child) { display: none; }
}

/* Marquee strip — moving production shots below hero */
.marquee {
  overflow: hidden; padding: 1.25rem 0;
  background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.marquee-track {
  display: flex; gap: 1.5rem;
  width: max-content;
  animation: marqueeScroll 35s linear infinite;
}
.marquee-track img {
  height: 110px; width: auto; border-radius: 8px;
  box-shadow: var(--shadow-sm);
  flex: 0 0 auto;
}
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
html[dir="rtl"] .marquee-track { animation-direction: reverse; }

/* ---------- WhatsApp icon utility ---------- */
.wa-link {
  display: inline-flex; align-items: center; gap: .4rem;
  color: inherit;
}
.wa-icon {
  width: 1.05em; height: 1.05em; flex: 0 0 auto;
  fill: #25D366;
}
.wa-pill {
  display: inline-flex; align-items: center; gap: .5rem;
  background: #25D366; color: #fff !important;
  padding: .5rem .85rem; border-radius: 100px;
  font-weight: 600; font-size: .9rem;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.wa-pill:hover { color: #fff; transform: translateY(-1px); box-shadow: var(--shadow); }
.wa-pill svg { width: 18px; height: 18px; fill: #fff; }
.ig-pill {
  display: inline-flex; align-items: center; gap: .5rem;
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: #fff !important;
  padding: .5rem .85rem; border-radius: 100px;
  font-weight: 600; font-size: .9rem; text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.ig-pill:hover { color: #fff; transform: translateY(-1px); box-shadow: var(--shadow); }
.ig-pill svg { width: 18px; height: 18px; fill: #fff; }

/* Social row in header */
.social-row { display: inline-flex; align-items: center; gap: .5rem; }
@media (max-width: 1100px) { .social-row .ig-pill, .social-row .wa-pill { padding: .4rem .6rem; font-size: .8rem; } }

/* ---------- Partners (logo grid) ---------- */
.partners-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
  align-items: center;
}
.partners-logos .logo {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem;
  height: 110px;
  display: flex; align-items: center; justify-content: center;
  transition: all .25s ease;
}
.partners-logos .logo:hover { box-shadow: var(--shadow); transform: translateY(-2px); border-color: transparent; }
.partners-logos .logo img { max-height: 70px; max-width: 100%; width: auto; object-fit: contain; filter: none; }

/* ---------- Custom extrusions banner ---------- */
.custom-band {
  background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 2.5rem 3rem;
  display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center;
  position: relative; overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.custom-band::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 90% 0%, rgba(255,255,255,.18), transparent 55%);
  pointer-events: none;
}
.custom-band > * { position: relative; z-index: 1; }
.custom-band h2 { color: #fff; margin-bottom: .35rem; }
.custom-band p { color: rgba(255,255,255,.95); margin: 0; font-size: 1.05rem; }
.custom-band .btn { background: #fff; color: var(--red-dark); }
.custom-band .btn:hover { background: var(--navy); color: #fff; }
@media (max-width: 720px) {
  .custom-band { grid-template-columns: 1fr; padding: 1.75rem; text-align: center; }
}

/* ---------- Catalogue strip & download CTA ---------- */
.catalogue-strip {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 2rem 2.5rem;
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 1.75rem;
  align-items: center;
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}
.catalogue-strip::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 90% 0%, rgba(232,90,79,.25), transparent 55%);
  pointer-events: none;
}
.catalogue-strip > * { position: relative; z-index: 1; }
.catalogue-strip .cover {
  width: 110px; aspect-ratio: 3/4; border-radius: 6px; overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,.35);
  border: 2px solid rgba(255,255,255,.15);
}
.catalogue-strip .cover img { width:100%; height:100%; object-fit: cover; display:block; }
.catalogue-strip h3 { color: #fff; font-size: 1.4rem; margin: 0 0 .35rem; }
.catalogue-strip p { color: rgba(255,255,255,.78); margin: 0; font-size: .95rem; }
.catalogue-strip .btn { white-space: nowrap; }

.prev-strip {
  margin-top: 1rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
}
.prev-strip .prev-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1rem;
  display: grid; grid-template-columns: 60px 1fr auto; gap: 1rem; align-items: center;
  text-decoration: none; color: var(--ink);
  transition: all .2s ease;
}
.prev-strip .prev-card:hover { box-shadow: var(--shadow); border-color: transparent; transform: translateY(-1px); }
.prev-strip .prev-cover { width: 60px; aspect-ratio: 3/4; border-radius: 4px; overflow: hidden; box-shadow: var(--shadow-sm); }
.prev-strip .prev-cover img { width:100%; height:100%; object-fit: cover; display:block; }
.prev-strip .prev-card h4 { margin: 0; color: var(--navy); font-size: 1rem; }
.prev-strip .prev-card .meta { color: var(--muted); font-size: .82rem; }
.prev-strip .prev-card .more { color: var(--red); font-weight: 600; font-size: .85rem; white-space: nowrap; }
@media (max-width: 600px) {
  .prev-strip { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .catalogue-strip { grid-template-columns: 90px 1fr; padding: 1.5rem; gap: 1rem; }
  .catalogue-strip .cover { width: 90px; }
  .catalogue-strip .btn { grid-column: 1 / -1; justify-content: center; }
}

/* ---------- Series subgrid (used inside .cat blocks) ---------- */
.series-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: .65rem;
  margin-top: 1.25rem;
}
.series-chip {
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: .65rem .8rem;
  font-size: .88rem;
  color: var(--navy);
  font-weight: 600;
  display: flex; gap: .5rem; align-items: center;
}
.series-chip::before {
  content: "■"; color: var(--red); font-size: .7rem;
}

/* ---------- Spec table ---------- */
.spec-table { width: 100%; border-collapse: collapse; margin: 1rem 0; font-size: .92rem; background:#fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.spec-table th, .spec-table td { padding: .7rem .9rem; border-bottom: 1px solid var(--line); text-align: left; }
.spec-table thead th { background: var(--navy); color: #fff; font-weight: 600; font-size: .85rem; text-transform: uppercase; letter-spacing: .04em; }
.spec-table tbody tr:nth-child(even) { background: var(--bg-soft); }
html[dir="rtl"] .spec-table th, html[dir="rtl"] .spec-table td { text-align: right; }

/* Catalogue page snapshot images need a white frame (drawings on white) */
.cat-media.snap { background: #fff; border: 1px solid var(--line); }
.cat-media.snap img { object-fit: contain; padding: 0; }

/* ---------- Utilities ---------- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mt-2 { margin-top: 2rem; }
.mb-0 { margin-bottom: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .nav-links {
    display: none;
    position: absolute; top: var(--header-h); left: 0; right: 0;
    background: #fff; flex-direction: column; padding: 1.25rem 24px; gap: 1rem;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .nav-toggle { display: flex; }
  .nav-cta .btn { display: none; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cta-band { padding: 2rem; text-align: center; justify-content: center; }
  .section { padding: 3.5rem 0; }
}
/* Mobile cleanup: hide social pills in header on phones (still in hero, footer, contact) */
@media (max-width: 560px) {
  .nav-cta .social-row { display: none; }
  .hero-cta { gap: .65rem; }
  .hero-cta .btn, .hero-cta .wa-pill { width: 100%; justify-content: center; }
}

/* Spec tables horizontally scroll on narrow screens instead of overflowing */
@media (max-width: 720px) {
  .spec-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    font-size: .85rem;
  }
  .spec-table thead, .spec-table tbody, .spec-table tr { display: table; width: 100%; table-layout: auto; }
  .spec-table th, .spec-table td { padding: .55rem .7rem; }
}

@media (max-width: 480px) {
  .hero-stats { grid-template-columns: 1fr 1fr; gap: .5rem; }
  .hero-stat .num { font-size: 1.75rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .page-header { padding: 2.5rem 0; }
  .catalogue-strip h3 { font-size: 1.15rem; }
  .custom-band { padding: 1.5rem; }
  .partners-logos { grid-template-columns: repeat(auto-fit, minmax(110px, 1fr)); }
  .partners-logos .logo { height: 90px; padding: 1rem; }
  .partners-logos .logo img { max-height: 56px; }
  .footer-brand img { height: 90px; }
}
