:root {
  --orange: #E8500A;
  --orange-dark: #C03F06;
  --orange-light: #FF6B2B;
  --black: #1A1A1A;
  --header-black: #131313;
  --dark: #2B2B2B;
  --mid: #555;
  --gray: #888;
  --light: #F4F2EF;
  --border: #E0DDD8;
  --white: #fff;
  --nav-sticky-height: 58px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html { scroll-padding-top: calc(var(--nav-sticky-height) + 24px); }
body { font-family: 'Barlow', sans-serif; color: var(--black); background: var(--white); }
a { text-decoration: none; color: inherit; }

body.lang-ar {
  direction: rtl;
  font-family: Tahoma, Arial, sans-serif;
}

body.lang-ar .header-inner,
body.lang-ar .nav-inner,
body.lang-ar .footer-inner,
body.lang-ar .footer-bottom,
body.lang-ar .section-header,
body.lang-ar .product-detail-content,
body.lang-ar .contact-card,
body.lang-ar .legal-card,
body.lang-ar .page-header-inner,
body.lang-ar .home-intro-grid,
body.lang-ar .home-service-inner {
  direction: rtl;
  text-align: right;
}

body.lang-ar .header-inner {
  direction: rtl;
  flex-direction: row;
}

body.lang-ar .nav-inner {
  direction: ltr;
  flex-direction: row;
  justify-content: flex-end;
}

body.lang-ar .breadcrumb,
body.lang-ar .search-bar,
body.lang-ar .language-toggle {
  direction: rtl;
}

body.lang-ar .search-bar {
  flex-direction: row-reverse;
}

body.lang-ar .language-toggle {
  letter-spacing: 0;
  text-transform: none;
  font-family: Tahoma, Arial, sans-serif;
}

body.lang-ar .language-card-text small {
  font-family: Tahoma, Arial, sans-serif;
}

body.lang-ar .hero,
body.lang-ar .brand-hero,
body.lang-ar .page-header,
body.lang-ar .section,
body.lang-ar .footer-brand,
body.lang-ar .footer-col,
body.lang-ar .product-info,
body.lang-ar .hub-card,
body.lang-ar .catalog-empty {
  text-align: right;
}

body.lang-ar .header-actions {
  margin-left: auto;
  margin-right: 0;
}

body.lang-ar .logo {
  margin-left: 0;
  margin-right: 0;
}

body.lang-ar .mobile-nav-toggle {
  order: 3;
}

body.lang-ar .search-bar {
  order: 2;
}

body.lang-ar .header-actions {
  order: 4;
}

body.lang-ar .logo {
  order: 1;
}

body.lang-ar .product-card:hover .product-name {
  transform: translateX(-3px);
}

body.lang-ar .product-feature-list,
body.lang-ar .product-detail-panel ul {
  padding-right: 20px;
  padding-left: 0;
}

body.lang-ar .nav-link,
body.lang-ar .dropdown a,
body.lang-ar .dropdown-col h4,
body.lang-ar .footer-bottom-links,
body.lang-ar .hero-ctas,
body.lang-ar .brand-hero-actions,
body.lang-ar .product-detail-actions,
body.lang-ar .catalog-highlights {
  direction: rtl;
}

body.lang-ar .dropdown {
  left: auto;
  right: 0;
}

body.lang-ar .dropdown.wide {
  direction: ltr;
}

body.lang-ar .dropdown-col {
  border-right: none;
  border-left: 1px solid var(--border);
  text-align: right;
}

body.lang-ar .dropdown-col:last-child {
  border-left: none;
}

body.lang-ar .nav-item:first-child .nav-link {
  background: rgba(255,255,255,0.04);
  color: #E8E8E8;
  padding: 14px 16px;
  min-width: 0;
  justify-content: center;
  border-radius: 0;
}

body.lang-ar .nav-item:first-child .nav-link:hover,
body.lang-ar .nav-item:first-child:hover > .nav-link {
  color: var(--orange-light);
  background: rgba(255,255,255,0.05);
}

body.lang-ar .nav-item:last-child .nav-link {
  background: var(--orange);
  color: white;
  padding: 14px 28px;
  min-width: 260px;
  justify-content: center;
  border-radius: 10px;
}

body.lang-ar .nav-item:last-child .nav-link:hover,
body.lang-ar .nav-item:last-child:hover > .nav-link {
  background: var(--orange-dark);
  color: white;
}

body.lang-ar .search-bar input,
body.lang-ar .search-bar button,
body.lang-ar .product-detail-text,
body.lang-ar .page-desc,
body.lang-ar .hero p,
body.lang-ar .brand-hero-text {
  text-align: right;
}

body.lang-ar .breadcrumb {
  justify-content: flex-end;
}

body.lang-ar .featured-carousel,
body.lang-ar .brand-hero-card,
body.lang-ar .product-detail-grid,
body.lang-ar .contact-map-grid {
  direction: rtl;
}

body.lang-ar .brand-hero-copy,
body.lang-ar .production-intro-card > div,
body.lang-ar .contact-item,
body.lang-ar .product-cat,
body.lang-ar .product-name,
body.lang-ar .product-meta,
body.lang-ar .section-label,
body.lang-ar .section-title,
body.lang-ar .contact-label,
body.lang-ar .contact-value {
  text-align: right;
}

body.lang-ar .brand-hero-track,
body.lang-ar .brand-hero-dots {
  direction: ltr;
}

body.lang-ar .brand-hero-overlay {
  justify-content: flex-end;
}

body.lang-ar .brand-hero-prev {
  left: auto;
  right: 18px;
}

body.lang-ar .brand-hero-next {
  right: auto;
  left: 18px;
}

body.lang-ar .brand-hero-nav span {
  transform: scaleX(-1);
}

body.lang-ar .production-intro-card {
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  border-left: none;
  border-right: 6px solid var(--orange);
}

body.lang-ar .contact-map-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
}

body.lang-ar .hub-grid,
body.lang-ar .hub-grid-clean {
  direction: rtl;
}

body.lang-ar .btn-outline,
body.lang-ar .product-badge,
body.lang-ar .pagination-link {
  text-transform: none;
  letter-spacing: 0;
}

body.lang-ar .featured-nav span {
  transform: scaleX(-1);
  display: inline-block;
}

body.lang-ar .section-header {
  flex-direction: row-reverse;
}

body.lang-ar .featured-viewport,
body.lang-ar .featured-track {
  direction: ltr;
}

body.lang-ar .featured-carousel {
  grid-template-columns: 1fr;
}

body.lang-ar .featured-nav {
  display: none;
}

body.lang-ar .featured-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  overflow: visible;
  padding: 4px 0 10px;
}

body.lang-ar .featured-card,
body.lang-ar .featured-card .product-info,
body.lang-ar .featured-card .product-cat,
body.lang-ar .featured-card .product-name,
body.lang-ar .featured-card .product-meta {
  direction: rtl;
  text-align: right;
}

body.lang-ar .featured-card {
  min-width: 0;
  max-width: none;
  width: 100%;
  flex: none;
}

body.lang-ar .dropdown a:hover {
  padding-left: 0;
  padding-right: 6px;
}

body.lang-ar .hero-stat,
body.lang-ar .contact-card-row,
body.lang-ar .footer-bottom {
  text-align: right;
}

/* HEADER */
#site-header {
  position: relative;
  z-index: 230;
}
#site-nav {
  position: sticky;
  top: 0;
  z-index: 220;
}
header {
  background: var(--header-black);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}
.header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 32px;
  min-height: 170px;
}
.logo {
  display: block;
  flex-shrink: 0;
  background: var(--header-black);
}
.logo img {
  display: block;
  background: var(--header-black);
  height: 140px;
  width: 240px;
  object-fit: fill;
}
.mobile-nav-toggle {
  display: none;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.06);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  flex-shrink: 0;
}
.mobile-nav-toggle span {
  width: 20px;
  height: 2px;
  background: white;
  display: block;
}
.search-bar {
  flex: 1;
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.16);
  overflow: hidden;
  max-width: 640px;
  min-height: 56px;
}
.search-bar input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0 20px;
  height: 100%;
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: white;
  background: transparent;
}
.search-bar input::placeholder {
  color: rgba(255,255,255,0.65);
}
.search-bar button {
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  border: none;
  padding: 0 24px;
  margin: 8px;
  border-radius: 999px;
  cursor: pointer;
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, background 0.2s;
  min-height: 40px;
}
.search-bar button:hover { background: linear-gradient(135deg, var(--orange-dark), var(--orange)); transform: translateY(-1px); }
.header-actions { display: flex; gap: 8px; margin-left: auto; align-items: center; }
.admin-mode-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1f6d31, #2f8f45);
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(22, 74, 36, 0.28);
  white-space: nowrap;
}
.admin-mode-badge:hover { filter: brightness(1.05); }
.language-toggle {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  min-width: 164px;
  font-family: 'Barlow', sans-serif;
}
.language-card-trigger,
.language-card-option {
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.06);
  color: white;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  text-align: left;
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}
.language-card-trigger:hover,
.language-card-option:hover,
.language-card-option.active {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,190,23,0.75);
}
.language-card-trigger:hover {
  transform: translateY(-1px);
}
.language-card-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(12,16,21,0.96);
  box-shadow: 0 20px 40px rgba(0,0,0,0.28);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  z-index: 30;
}
.language-toggle.is-open .language-card-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.language-toggle.is-open .language-card-caret {
  transform: rotate(45deg);
}
.language-flag {
  width: 34px;
  height: 34px;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
  object-fit: cover;
  flex: 0 0 34px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.12);
}
.language-card-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.language-card-text strong {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}
.language-card-text small {
  font-size: 11px;
  color: rgba(255,255,255,0.66);
  margin-top: 3px;
}
.language-card-caret {
  margin-left: auto;
  width: 18px;
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  transition: transform 0.2s;
}
.language-card-caret span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--orange);
}
.language-toggle.is-rtl .language-card-trigger,
.language-toggle.is-rtl .language-card-option {
  text-align: right;
}
.language-toggle.is-rtl .language-card-caret {
  margin-left: 0;
  margin-right: auto;
}
.header-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 8px 14px;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.15s;
  font-size: 11px;
  color: var(--dark);
  font-weight: 500;
  letter-spacing: 0.03em;
  border: none;
  background: none;
}
.header-btn:hover { background: var(--light); }
.header-btn svg { width: 22px; height: 22px; }

/* NAV */
nav {
  background: rgba(19,19,19,0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 10px 22px rgba(0,0,0,0.08);
}
.nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
}
.nav-item {
  position: relative;
}
.nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 14px 16px;
  color: #E8E8E8;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 0.2s, background 0.2s;
  white-space: nowrap;
}
.nav-link:hover, .nav-item:hover > .nav-link {
  color: var(--orange-light);
  background: rgba(255,255,255,0.05);
}
.nav-link.active {
  color: white;
  background: rgba(232,80,10,0.18);
}
.nav-link.active:hover {
  background: rgba(232,80,10,0.24);
}
.nav-link .arrow { font-size: 10px; opacity: 0.6; }
.nav-item:first-child .nav-link {
  background: var(--orange);
  color: white;
  padding: 14px 28px;
  min-width: 260px;
  justify-content: center;
  border-radius: 10px;
}
.nav-item:first-child .nav-link:hover { background: var(--orange-dark); }

/* DROPDOWN */
.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--white);
  min-width: 220px;
  border-top: 3px solid var(--orange);
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  z-index: 200;
}
.dropdown.wide { min-width: 640px; display: none; }
.nav-item:hover .dropdown { display: block; }
.nav-item:hover .dropdown.wide { display: flex; }
.dropdown-col { flex: 1; padding: 20px; border-right: 1px solid var(--border); }
.dropdown-col:last-child { border-right: none; }
.dropdown-col h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}
.dropdown a {
  display: block;
  padding: 6px 0;
  font-size: 13px;
  color: var(--dark);
  transition: color 0.15s, padding-left 0.15s;
}
.dropdown a:hover { color: var(--orange); padding-left: 6px; }
.dropdown-simple a {
  padding: 10px 20px;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
}
.dropdown-simple a:hover { background: var(--light); }

/* HERO */
.hero {
  background: var(--black);
  position: relative;
  overflow: hidden;
  min-height: 520px;
  display: flex;
  align-items: center;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(232,80,10,0.85) 0%, rgba(26,26,26,0.6) 50%, transparent 100%),
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 40px,
      rgba(255,255,255,0.015) 40px,
      rgba(255,255,255,0.015) 41px
    );
}
.hero-accent {
  position: absolute;
  right: -80px;
  top: -80px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(232,80,10,0.2) 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 24px;
  position: relative;
  z-index: 1;
}
.hero-badge {
  display: inline-block;
  background: var(--orange);
  color: white;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 2px;
  margin-bottom: 20px;
}
.hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(48px, 6vw, 80px);
  font-weight: 800;
  color: white;
  line-height: 1;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
  max-width: 640px;
}
.hero h1 em {
  font-style: normal;
  color: var(--orange-light);
}
.hero p {
  color: rgba(255,255,255,0.72);
  font-size: 17px;
  line-height: 1.6;
  max-width: 460px;
  margin-bottom: 36px;
  font-weight: 300;
}
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-primary {
  background: var(--orange);
  color: white;
  padding: 14px 32px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  display: inline-block;
}
.btn-primary:hover { background: var(--orange-light); transform: translateY(-1px); }
.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  font-size: 12px;
  line-height: 1;
}
.btn-outline {
  background: transparent;
  color: white;
  padding: 13px 32px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 2px solid rgba(255,255,255,0.4);
  border-radius: 2px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  display: inline-block;
}
.btn-outline:hover { border-color: white; background: rgba(255,255,255,0.08); }
.hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.12);
}
.hero-stat-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: white;
  line-height: 1;
}
.hero-stat-num span { color: var(--orange-light); }
.hero-stat-label {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 4px;
}

/* CATEGORIES STRIP */
.cats-strip {
  background: var(--light);
  border-bottom: 1px solid var(--border);
  padding: 32px 0;
}
.cats-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
.section-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 20px;
}
.cats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 12px;
}
.cat-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 18px 12px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s, transform 0.15s, box-shadow 0.2s;
}
.cat-card:hover {
  border-color: var(--orange);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(232,80,10,0.12);
}
.cat-icon {
  font-size: 28px;
  margin-bottom: 8px;
  display: block;
  line-height: 1;
}
.cat-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--dark);
  text-transform: uppercase;
}

/* CATEGORY PAGE */
.page-header {
  background: #fbfaf7;
  border-bottom: 1px solid var(--border);
  padding: 28px 24px 30px;
}
.page-header-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.breadcrumb {
  font-size: 13px;
  color: #6f6b64;
  margin-bottom: 14px;
  font-weight: 500;
  padding: 10px 14px;
  background: white;
  border: 1px solid var(--border);
  display: inline-flex;
  gap: 6px;
  align-items: center;
}
.breadcrumb a:hover { color: var(--orange); }
.breadcrumb span { color: var(--mid); }
.page-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: var(--black);
  letter-spacing: -0.01em;
  line-height: 1.05;
  margin-bottom: 10px;
}
.page-title em { font-style: normal; color: var(--orange); }
.page-desc {
  font-size: 16px;
  color: var(--mid);
  max-width: 560px;
  line-height: 1.5;
}
.catalog-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.catalog-highlight-chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fff7f1 0%, #f7f3ed 100%);
  border: 1px solid #f0dfd1;
  color: var(--dark);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.section-catalog {
  padding-top: 40px;
}
.catalog-empty {
  grid-column: 1 / -1;
  padding: 48px 24px;
  text-align: center;
  color: var(--mid);
  font-size: 16px;
  line-height: 1.6;
  background: var(--light);
  border: 1px dashed var(--border);
  border-radius: 4px;
}
.catalog-empty code {
  font-family: ui-monospace, monospace;
  font-size: 14px;
  color: var(--orange-dark);
}
.catalog-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 28px;
}
.pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  padding: 12px 16px;
  border: 1px solid var(--border);
  background: white;
  color: var(--dark);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.pagination-nav {
  min-width: 110px;
}
.pagination-number {
  padding-inline: 14px;
}
.pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  color: var(--mid);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.pagination-link:hover,
.pagination-link.active {
  border-color: var(--orange);
  background: var(--orange);
  color: white;
}
.hub-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 18px;
}
.hub-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 124px;
  padding: 22px;
  background: white;
  border: 1px solid var(--border);
  border-radius: 0;
  transition: border-color 0.2s, transform 0.15s, box-shadow 0.2s;
  position: relative;
}
.hub-card:hover {
  border-color: var(--orange);
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
}
.hub-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
  text-align: left;
  color: var(--black);
  line-height: 1;
}
.hub-subtitle {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--mid);
}
.hub-grid-clean .hub-card::after {
  content: "Kategori";
  position: absolute;
  top: 18px;
  right: 18px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(232,80,10,0.8);
}
body.lang-ar .hub-grid-clean .hub-card::after {
  content: "الفئة";
}
.dropdown a.active {
  color: var(--orange);
  font-weight: 600;
}

/* FEATURED PRODUCTS */
.section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 24px;
}
.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 28px;
}
.section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 34px;
  font-weight: 800;
  color: var(--black);
  letter-spacing: -0.01em;
  line-height: 1;
}
.section-title em { font-style: normal; color: var(--orange); }
.see-all {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--orange);
  border-bottom: 2px solid var(--orange);
  padding-bottom: 2px;
  transition: color 0.2s;
}
.see-all:hover { color: var(--orange-dark); }
.products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.product-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: box-shadow 0.28s, transform 0.28s, border-color 0.28s;
}
.product-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(232,80,10,0.08), transparent 35%, rgba(26,26,26,0.02));
  opacity: 0;
  transition: opacity 0.28s;
  pointer-events: none;
}
.product-card:hover {
  box-shadow: 0 22px 44px rgba(0,0,0,0.14);
  transform: translateY(-8px);
  border-color: rgba(232,80,10,0.28);
}
.product-card:hover::after { opacity: 1; }
.product-card-link {
  display: block;
}
.product-img {
  background: white;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 72px;
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.product-img,
.product-detail-media {
  --zoom-x: 50%;
  --zoom-y: 50%;
  --zoom-scale: 1;
  --zoom-indicator-x: 50%;
  --zoom-indicator-y: 50%;
}
.product-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  transform-origin: var(--zoom-x) var(--zoom-y);
  transition: transform 0.28s ease, filter 0.28s ease;
}
.product-card:hover .product-img img {
  transform: scale(var(--zoom-scale));
  filter: saturate(1.05) contrast(1.02);
}
.product-card-admin {
  position: absolute;
  top: 14px;
  right: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.22s ease, transform 0.22s ease;
  z-index: 5;
}
.product-card:hover .product-card-admin {
  opacity: 1;
  transform: translateY(0);
}
.product-card-admin-action {
  border: none;
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(17,17,17,0.9);
  color: #fff;
  font: 700 12px/1 'Barlow', sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(0,0,0,0.16);
}
.product-card-admin-action.danger {
  background: rgba(177, 36, 17, 0.92);
}
.product-card-admin-action:hover {
  background: var(--orange);
}
.product-card-admin-action.danger:hover {
  background: #d03925;
}
.zoom-enabled {
  cursor: zoom-in;
}
.zoom-enabled.zooming {
  cursor: none;
}
.zoom-indicator {
  position: absolute;
  left: var(--zoom-indicator-x);
  top: var(--zoom-indicator-y);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,0.94);
  border: 2px solid rgba(26,26,26,0.12);
  box-shadow: 0 10px 26px rgba(0,0,0,0.16);
  transform: translate(-50%, -50%) scale(0.88);
  opacity: 0;
  pointer-events: none;
  z-index: 4;
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.zoom-indicator::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 10px;
  top: 9px;
  border: 2.5px solid var(--black);
  border-radius: 50%;
}
.zoom-indicator::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 3px;
  right: 8px;
  bottom: 10px;
  background: var(--black);
  border-radius: 999px;
  transform: rotate(45deg);
  transform-origin: center;
}
.zoom-enabled.zooming .zoom-indicator {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--orange);
  color: white;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 2px;
}
.product-badge.new { background: var(--black); }
.product-info { padding: 14px 16px 16px; }
.product-cat {
  font-size: 11px;
  color: var(--gray);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 500;
  transition: color 0.25s;
}
.product-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 10px;
  line-height: 1.2;
  transition: transform 0.25s ease, color 0.25s ease;
}
.product-card:hover .product-cat { color: var(--orange-dark); }
.product-card:hover .product-name {
  color: #111;
  transform: translateX(3px);
}
.product-price {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--orange);
}
.product-price .old {
  font-size: 14px;
  color: var(--gray);
  text-decoration: line-through;
  font-weight: 400;
  margin-right: 6px;
}

/* PRODUCT DETAIL */
.product-detail-section {
  padding-top: 40px;
}
.product-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 28px;
  align-items: start;
}
.product-detail-media,
.product-detail-content {
  background: white;
  border: 1px solid var(--border);
}
.product-detail-media {
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.product-detail-media img {
  width: 100%;
  display: block;
  object-fit: contain;
  max-height: 780px;
  background: #f8f5ef;
  transform-origin: var(--zoom-x) var(--zoom-y);
  transition: transform 0.3s ease;
}
.product-detail-media:hover img {
  transform: scale(var(--zoom-scale));
}

@media (hover: none), (pointer: coarse) {
  .zoom-indicator {
    display: none !important;
  }
}
.product-detail-content {
  padding: 28px;
}
.product-detail-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 42px;
  line-height: 1;
  margin-bottom: 16px;
  color: var(--black);
}
.product-detail-text {
  font-size: 16px;
  line-height: 1.8;
  color: var(--mid);
  margin-bottom: 24px;
}
.product-detail-panel {
  background: #fbfaf7;
  border: 1px solid var(--border);
  padding: 22px;
}
.product-detail-panel h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  margin-bottom: 14px;
  color: var(--black);
}
.product-feature-list {
  margin: 0;
  padding-left: 18px;
  color: var(--mid);
}
.product-feature-list li {
  margin-bottom: 10px;
  line-height: 1.7;
}
.product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.related-products-section {
  padding-top: 10px;
}
.related-products-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1200px) {
  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .admin-layout {
    grid-template-columns: 1fr;
  }
}


/* BRANDS */
.brands-section {
  background: var(--light);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 40px 0;
}
.brands-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
.brands-label {
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 24px;
}
.brands-logos {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.brand-logo {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: rgba(0,0,0,0.22);
  letter-spacing: 0.04em;
  transition: color 0.2s;
  cursor: pointer;
}
.brand-logo:hover { color: var(--orange); }

/* HOMEPAGE */
.homepage {
  background:
    linear-gradient(180deg, #f4efe7 0, #f4efe7 400px, #fff 400px, #fff 100%);
}
.btn-outline-dark {
  color: var(--black);
  border-color: rgba(26,26,26,0.2);
}
.btn-outline-dark:hover {
  border-color: var(--black);
  background: rgba(26,26,26,0.04);
}
.brand-hero {
  padding: 12px 0;
}
.brand-hero-inner {
  max-width: min(100vw, 1720px);
  margin: 0 auto;
}
.brand-hero-card {
  position: relative;
  overflow: hidden;
  min-height: clamp(170px, 24vw, 360px);
  border: 1px solid rgba(26,26,26,0.08);
  box-shadow: 0 24px 50px rgba(0,0,0,0.12);
  border-radius: 0;
  background: #101317;
  direction: ltr;
}
.brand-hero-slider::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,10,15,0.66) 0%, rgba(7,10,15,0.26) 34%, rgba(7,10,15,0.04) 60%, rgba(7,10,15,0.2) 100%),
    linear-gradient(180deg, rgba(255,255,255,0) 70%, rgba(9,11,15,0.38) 100%);
  pointer-events: none;
  z-index: 1;
}
.brand-hero-track {
  display: flex;
  direction: ltr;
  height: 100%;
  transition: transform 0.7s ease;
}
.brand-hero-slide {
  min-width: 100%;
  min-height: clamp(170px, 24vw, 360px);
  display: block;
  background: #101317;
}
.brand-hero-slide img {
  width: 100%;
  height: 100%;
  min-height: clamp(170px, 24vw, 360px);
  object-fit: contain;
  object-position: center center;
  display: block;
}
.brand-hero-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 18px;
}
.brand-hero-copy {
  max-width: 460px;
  padding: 18px 20px;
  background: rgba(10,13,18,0.72);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px;
}
.brand-hero-copy .section-label {
  color: #ffbe17;
  margin-bottom: 10px;
}
.brand-hero-text {
  max-width: 420px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255,255,255,0.86);
}
.brand-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 14px;
}
.brand-hero-cta {
  border-color: rgba(255,255,255,0.56);
  color: white;
  background: rgba(255,189,23,0.08);
}
.brand-hero-cta:hover {
  background: rgba(255,189,23,0.16);
  border-color: #ffbe17;
}
.brand-hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(7,10,15,0.42);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.brand-hero-nav:hover {
  background: rgba(255,189,23,0.86);
  border-color: #ffbe17;
  color: #0f1217;
  transform: translateY(-50%) scale(1.04);
}
.brand-hero-nav span {
  font-size: 28px;
  line-height: 1;
  margin-top: -3px;
}
.brand-hero-prev { left: 14px; }
.brand-hero-next { right: 14px; }
.brand-hero-dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: calc(100% - 112px);
}
.brand-hero-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: none;
  background: rgba(255,255,255,0.44);
  cursor: pointer;
  transition: transform 0.2s, background 0.2s;
}
.brand-hero-dot.is-active {
  background: #ffbe17;
  transform: scale(1.2);
}
.brand-hero-dot:hover {
  background: rgba(255,190,23,0.8);
}
.showcase-section {
  padding-top: 42px;
}
.showcase-section-spaced {
  padding-top: 68px;
}
.category-banner-section {
  padding-top: 22px;
}
.category-banner-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.category-banner-card {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(26,26,26,0.12);
  background: #141414;
  box-shadow: 0 22px 44px rgba(0,0,0,0.12);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.category-banner-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 54px rgba(0,0,0,0.18);
  border-color: rgba(232,80,10,0.3);
}
.category-banner-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0) 48%, rgba(8,10,14,0.68) 100%);
  pointer-events: none;
}
.category-banner-card img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.45s ease;
}
.category-banner-card:hover img {
  transform: scale(1.015);
}
.category-banner-content {
  position: absolute;
  left: 24px;
  bottom: 22px;
  z-index: 1;
  right: 24px;
  display: grid;
  gap: 10px;
}
.category-banner-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 42px;
  padding: 0 16px;
  background: rgba(10,13,18,0.8);
  border: 1px solid rgba(255,255,255,0.16);
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.category-banner-title {
  display: block;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 30px;
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.category-banner-text {
  max-width: 260px;
  color: rgba(255,255,255,0.82);
  font-size: 13px;
  line-height: 1.55;
}
.featured-carousel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}
.featured-viewport {
  overflow: hidden;
}
.featured-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 4px 2px 10px;
}
.featured-track::-webkit-scrollbar {
  display: none;
}
.featured-card {
  min-width: 280px;
  max-width: 280px;
  flex: 0 0 280px;
}
.brands-slider-section {
  padding-top: 10px;
}
.brands-slider-shell {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}
.brands-slider-viewport {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(26,26,26,0.08);
  box-shadow: 0 18px 42px rgba(0,0,0,0.08);
  padding: 22px 14px;
}
.brands-slider-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 2px;
}
.brands-slider-track::-webkit-scrollbar {
  display: none;
}
.brand-slide-card {
  min-width: 220px;
  max-width: 220px;
  flex: 0 0 220px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid rgba(26,26,26,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.brand-slide-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.brand-slide-card:hover {
  transform: translateY(-2px);
  border-color: rgba(232,80,10,0.28);
  box-shadow: 0 14px 28px rgba(0,0,0,0.08);
}
.brand-slide-card img {
  max-width: 78%;
  max-height: 62%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  filter: saturate(1.02) contrast(1.02);
}
.featured-nav {
  width: 52px;
  height: 52px;
  border: 1px solid var(--border);
  background: white;
  color: var(--black);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}
.featured-nav span {
  font-size: 32px;
  line-height: 1;
  transform: translateY(-1px);
}
.featured-nav:hover {
  transform: translateY(-2px);
  border-color: var(--orange);
  color: var(--orange);
  box-shadow: 0 14px 28px rgba(0,0,0,0.12);
}
.product-card-link {
  display: block;
}
.product-meta {
  color: var(--mid);
  font-size: 14px;
  line-height: 1.6;
}
.production-intro-section {
  padding-top: 18px;
}
.production-intro-card {
  overflow: hidden;
  border: 1px solid rgba(26,26,26,0.12);
  background: #161616;
  box-shadow: 0 22px 44px rgba(0,0,0,0.12);
}
.production-intro-card img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 6;
  object-fit: cover;
  object-position: center;
}
.contact-map-section {
  padding-top: 18px;
}
.contact-map-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: 22px;
}
.contact-card,
.map-card {
  border: 1px solid var(--border);
  background: white;
}
.contact-card {
  padding: 28px;
  display: grid;
  gap: 22px;
}
.contact-item {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--border);
}
.contact-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.contact-label {
  display: block;
  margin-bottom: 8px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
}
.contact-value {
  color: var(--black);
  font-size: 18px;
  line-height: 1.7;
}
.map-card {
  overflow: hidden;
  min-height: 420px;
}
.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}

/* FLOATING WHATSAPP */
.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 300;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25d366, #149b46);
  color: white;
  box-shadow: 0 16px 36px rgba(20, 155, 70, 0.28);
  animation: whatsapp-bounce 2.8s ease-in-out infinite;
  transition: transform 0.2s, box-shadow 0.2s;
}
.floating-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(20, 155, 70, 0.34);
}
.floating-whatsapp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  font-size: 15px;
  font-weight: 700;
}
.floating-whatsapp-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@keyframes whatsapp-bounce {
  0%, 100% { transform: translateY(0); }
  20% { transform: translateY(-5px); }
  40% { transform: translateY(0); }
  60% { transform: translateY(-3px); }
}

.admin-category-tools {
  background: #fff7e7;
  border-top: 1px solid rgba(232, 80, 10, 0.14);
  border-bottom: 1px solid rgba(232, 80, 10, 0.14);
  padding: 14px 24px;
}
.admin-category-tools-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.admin-category-tools-label {
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.admin-category-tools-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.admin-category-tools-link {
  text-decoration: none;
  color: #fff;
  background: var(--black);
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.admin-category-tools-link.secondary {
  background: #fff;
  color: var(--black);
  border: 1px solid rgba(26,26,26,0.16);
}

.admin-body {
  min-height: 100vh;
  background: linear-gradient(180deg, #fbfaf7 0%, #f1eee8 100%);
}
.admin-auth-shell,
.admin-shell {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding: 36px 0 52px;
}
.admin-auth-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
}
.admin-auth-card,
.admin-sidebar,
.admin-products-panel,
.admin-editor-panel,
.admin-status-card {
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(26,26,26,0.08);
  border-radius: 24px;
  box-shadow: 0 22px 54px rgba(0,0,0,0.08);
}
.admin-auth-card {
  width: min(520px, 100%);
  padding: 34px;
}
.admin-auth-card h1,
.admin-sidebar h1,
.admin-toolbar h2,
.admin-product-card h3 {
  font-family: 'Barlow Condensed', sans-serif;
  color: var(--black);
}
.admin-auth-card h1,
.admin-sidebar h1 {
  font-size: 42px;
  line-height: 1;
  margin: 0 0 12px;
}
.admin-auth-card p,
.admin-sidebar p,
.admin-product-card p,
.admin-status-card p {
  color: #5f5a52;
  line-height: 1.6;
}
.admin-form-stack {
  display: grid;
  gap: 14px;
}
.admin-field {
  display: grid;
  gap: 8px;
}
.admin-field span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6d665b;
}
.admin-field input,
.admin-field textarea,
.admin-field select {
  width: 100%;
  border: 1px solid rgba(26,26,26,0.14);
  border-radius: 14px;
  background: #fff;
  padding: 14px 16px;
  font: 500 15px/1.5 'Barlow', sans-serif;
  color: var(--black);
}
.admin-field input[type="file"],
.inline-admin-form input[type="file"] {
  padding: 12px;
  background: #fffaf2;
}
.admin-field textarea {
  resize: vertical;
  min-height: 120px;
}
.admin-submit,
.admin-form-actions .btn-primary,
.admin-toolbar .btn-primary {
  min-height: 48px;
}
.admin-back-link {
  margin-top: 16px;
  display: inline-flex;
}
.admin-inline-note,
.admin-message {
  font-size: 14px;
  color: #5f5a52;
}
.admin-shell {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.admin-sidebar {
  position: sticky;
  top: 24px;
  padding: 28px;
  display: grid;
  gap: 20px;
}
.admin-sidebar-actions {
  display: grid;
  gap: 10px;
}
.admin-status-card {
  padding: 18px 20px;
}
.admin-main {
  display: grid;
  gap: 20px;
}
.admin-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.admin-toolbar h2 {
  margin: 4px 0 0;
  font-size: 40px;
}
.admin-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 24px;
}
.admin-products-panel,
.admin-editor-panel {
  padding: 24px;
}
.admin-products-list {
  display: grid;
  gap: 16px;
}
.admin-product-card {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(26,26,26,0.08);
  border-radius: 18px;
  background: #fffdfa;
}
.admin-product-card-media {
  background: white;
  border: 1px solid rgba(26,26,26,0.06);
  border-radius: 16px;
  min-height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.admin-product-card-media img {
  width: 100%;
  height: 132px;
  object-fit: contain;
}
.admin-product-card-cat {
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.admin-product-card h3 {
  margin: 8px 0;
  font-size: 30px;
  line-height: 1;
}
.admin-product-card p {
  margin: 0;
}
.admin-product-card-actions,
.admin-form-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.admin-empty-state {
  padding: 32px 24px;
  border: 1px dashed rgba(26,26,26,0.16);
  border-radius: 18px;
  background: rgba(255,255,255,0.8);
  color: #5f5a52;
  line-height: 1.7;
}
.admin-image-preview {
  min-height: 220px;
  border: 1px dashed rgba(26,26,26,0.14);
  border-radius: 18px;
  background: #fffdfa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  color: #7c766b;
  text-align: center;
}
.admin-image-preview.has-image {
  border-style: solid;
  background: #fff;
}
.admin-image-preview img {
  max-width: 100%;
  max-height: 220px;
  object-fit: contain;
  display: block;
}
.inline-admin-dock {
  position: fixed;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 180px;
  display: grid;
  gap: 10px;
  background: rgba(18,18,18,0.94);
  color: #fff;
  border-radius: 22px;
  padding: 16px;
  box-shadow: 0 24px 52px rgba(0,0,0,0.24);
  z-index: 320;
}
.inline-admin-dock-kicker,
.inline-admin-kicker {
  color: rgba(255,190,23,0.9);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.inline-admin-dock strong {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 26px;
  line-height: 1;
}
.inline-admin-dock-btn,
.inline-admin-dock-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.12);
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  color: #fff;
  font: 700 12px/1 'Barlow', sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}
.inline-admin-dock-link {
  background: rgba(255,255,255,0.08);
}
.inline-admin-editor {
  position: fixed;
  inset: 0;
  z-index: 360;
  pointer-events: none;
}
.inline-admin-editor.is-open {
  pointer-events: auto;
}
.inline-admin-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10,12,16,0.42);
  opacity: 0;
  transition: opacity 0.24s ease;
}
.inline-admin-editor.is-open .inline-admin-backdrop {
  opacity: 1;
}
.inline-admin-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(460px, 100vw);
  height: 100%;
  background: #fbfaf7;
  box-shadow: -18px 0 48px rgba(0,0,0,0.18);
  padding: 24px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.28s ease;
}
.inline-admin-editor.is-open .inline-admin-panel {
  transform: translateX(0);
}
.inline-admin-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.inline-admin-panel-head h3 {
  margin: 6px 0 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 36px;
  line-height: 1;
  color: var(--black);
}
.inline-admin-close {
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(26,26,26,0.08);
  color: var(--black);
  font-size: 28px;
  cursor: pointer;
}
.inline-admin-form {
  display: grid;
  gap: 14px;
}
.inline-admin-form label {
  display: grid;
  gap: 8px;
}
.inline-admin-form span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6d665b;
}
.inline-admin-form input,
.inline-admin-form textarea {
  width: 100%;
  border: 1px solid rgba(26,26,26,0.14);
  border-radius: 14px;
  background: #fff;
  padding: 14px 16px;
  font: 500 15px/1.5 'Barlow', sans-serif;
  color: var(--black);
}
.inline-admin-form textarea {
  resize: vertical;
}
.inline-admin-form-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.inline-admin-message {
  margin: 0;
  color: #5f5a52;
  font-size: 14px;
}
.admin-toast {
  position: fixed;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
  z-index: 520;
}
.admin-toast.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.admin-toast-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 16, 22, 0.28);
}
.admin-toast-dialog {
  position: absolute;
  left: calc(50% - 210px);
  top: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  justify-items: center;
  gap: 14px;
  width: min(420px, calc(100vw - 32px));
  padding: 24px 22px 20px;
  border-radius: 22px;
  background: linear-gradient(135deg, #1b8a52, #14683d);
  color: #fff;
  box-shadow: 0 24px 60px rgba(16, 74, 46, 0.32);
}
@media (max-width: 1100px) {
  .admin-toast-dialog {
    left: 50%;
  }
}
.admin-toast-icon {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.18);
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 30px;
  line-height: 1;
  flex: 0 0 54px;
}
.admin-toast-copy {
  display: grid;
  gap: 3px;
  text-align: center;
}
.admin-toast-copy strong {
  font: 700 26px/1 'Barlow Condensed', sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.admin-toast-copy span {
  font: 500 16px/1.45 'Barlow', sans-serif;
}
.admin-toast-button {
  min-width: 132px;
  min-height: 46px;
  border: none;
  border-radius: 999px;
  background: #fff;
  color: #16663e;
  font: 700 15px/1 'Barlow Condensed', sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}
.admin-toast-button:hover {
  filter: brightness(0.96);
}
body.inline-admin-open {
  overflow: hidden;
}

/* FOOTER */
footer {
  background: var(--black);
  color: rgba(255,255,255,0.5);
  padding: 56px 0 0;
}
.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand .logo { display: block; margin-bottom: 16px; }
.footer-brand p { font-size: 13px; line-height: 1.7; max-width: 280px; }
.footer-col h5 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: white;
  margin-bottom: 16px;
}
.footer-col a {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 8px;
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--orange-light); }
.footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
.footer-bottom-links { display: flex; gap: 20px; }

.legal-section {
  padding-top: 18px;
}

.legal-card {
  background: white;
  border: 1px solid var(--border);
  padding: 32px;
}

.legal-card h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 18px;
  color: var(--dark);
}

.legal-card p,
.legal-card li {
  color: var(--mid);
  font-size: 16px;
  line-height: 1.8;
}

.legal-card ul {
  margin: 12px 0 18px 20px;
}

.legal-card strong {
  color: var(--dark);
}
.footer-bottom a { color: rgba(255,255,255,0.35); transition: color 0.2s; }
.footer-bottom a:hover { color: white; }

/* MOBILE */
@media (max-width: 768px) {
  .brand-hero {
    padding: 10px 0 12px;
  }
  .brand-hero-overlay {
    display: none;
  }
  .production-intro-card,
  .product-detail-grid,
  .contact-map-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }
  .production-intro-card,
  .contact-card,
  .map-card {
    padding: 24px;
  }
  .production-intro-card,
  .contact-card {
    padding: 24px;
  }
  .brand-hero-card {
    min-height: 122px;
    padding: 0;
  }
  .product-detail-content,
  .product-detail-media {
    padding: 20px;
  }
  .product-detail-title {
    font-size: 32px;
  }
  .map-card {
    padding: 0;
  }
  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    padding: 12px 14px;
  }
  .floating-whatsapp-text {
    font-size: 16px;
  }
  .brand-hero-text {
    font-size: 14px;
  }
  .brand-hero-overlay {
    padding: 16px;
  }
  .brand-hero-copy {
    max-width: calc(100% - 56px);
    padding: 16px 16px 18px;
  }
  .brand-hero-nav {
    width: 34px;
    height: 34px;
  }
  .brand-hero-nav span {
    font-size: 24px;
  }
  .brand-hero-prev { left: 10px; }
  .brand-hero-next { right: 10px; }
  .brand-hero-dots {
    bottom: 12px;
    gap: 8px;
    max-width: calc(100% - 92px);
  }
  .category-banner-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .category-banner-chip {
    min-height: 38px;
    padding: 0 12px;
    font-size: 15px;
  }
  .category-banner-content {
    left: 14px;
    right: 14px;
    bottom: 14px;
    gap: 8px;
  }
  .category-banner-title {
    font-size: 26px;
  }
  .category-banner-text {
    max-width: none;
    font-size: 13px;
    line-height: 1.5;
  }
  .brands-slider-shell {
    grid-template-columns: 1fr;
  }
  .brands-slider-viewport {
    padding: 18px 10px;
  }
  .brand-slide-card {
    min-width: 180px;
    max-width: 180px;
    flex-basis: 180px;
    height: 104px;
  }
  body.lang-ar .category-banner-content {
    right: 14px;
  }
  .section-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-inner { grid-template-columns: 1fr; }
  .hero-stats { gap: 20px; flex-wrap: wrap; }
  .header-inner { gap: 12px; }
}

@media (max-width: 900px) {
  .inline-admin-dock {
    right: 12px;
    bottom: 86px;
    top: auto;
    transform: none;
    width: min(220px, calc(100vw - 24px));
  }
  :root {
    --nav-sticky-height: 72px;
  }
  .admin-shell {
    grid-template-columns: 1fr;
  }
  .admin-sidebar {
    position: static;
  }
  .admin-category-tools-inner,
  .admin-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .admin-product-card {
    grid-template-columns: 1fr;
  }
  .admin-product-card-media img {
    height: 220px;
  }
  .header-inner {
    min-height: auto;
    padding: 12px 14px;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
  }
  .logo {
    order: 1;
    margin-right: auto;
    min-width: 0;
  }
  .logo img {
    width: 108px;
    height: 58px;
    object-fit: contain;
  }
  .header-actions {
    order: 2;
    margin-left: 0;
    margin-right: 0;
    gap: 6px;
    flex-shrink: 0;
  }
  .language-toggle {
    min-width: 118px;
    max-width: 118px;
  }
  .mobile-nav-toggle {
    display: inline-flex;
    order: 3;
    margin-left: 0;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
  }
  .language-card-trigger,
  .language-card-option {
    gap: 8px;
    padding: 8px 10px;
  }
  .language-flag {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
  }
  .language-card-text strong {
    font-size: 14px;
  }
  .language-card-text small {
    font-size: 10px;
  }
  .language-card-caret {
    width: 14px;
    gap: 2px;
  }
  .search-bar {
    order: 4;
    width: 100%;
    max-width: none;
    min-height: 48px;
    flex-basis: 100%;
  }
  .search-bar input {
    font-size: 14px;
    padding: 0 16px;
  }
  .search-bar button {
    padding: 0 18px;
    margin: 6px;
  }
  body.lang-ar .header-inner {
    direction: rtl;
  }
  body.lang-ar .logo {
    order: 1;
    margin-right: 0;
    margin-left: auto;
  }
  body.lang-ar .header-actions {
    order: 2;
    margin-right: 0;
    margin-left: 0;
  }
  body.lang-ar .mobile-nav-toggle {
    order: 3;
  }
  body.lang-ar .search-bar {
    order: 4;
  }
  body.lang-ar .nav-inner {
    direction: rtl;
    align-items: stretch;
  }
  body.lang-ar .nav-link,
  body.lang-ar .nav-item:first-child .nav-link,
  body.lang-ar .nav-item:last-child .nav-link {
    min-width: 0;
    width: 100%;
    justify-content: space-between;
    text-align: right;
    border-radius: 12px;
    padding: 14px 16px;
  }
  body.lang-ar .dropdown,
  body.lang-ar .dropdown.wide {
    direction: rtl;
    text-align: right;
  }
  body.lang-ar .dropdown-col {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid var(--border);
    text-align: right;
  }
  body.lang-ar .dropdown-col:last-child {
    border-bottom: none;
  }
  body.lang-ar .dropdown-simple a,
  body.lang-ar .dropdown a {
    text-align: right;
  }
  body.lang-ar .section-header {
    flex-direction: column;
    align-items: flex-start;
  }
  body.lang-ar .featured-track {
    display: flex;
    grid-template-columns: none;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 0 10px;
  }
  body.lang-ar .featured-card {
    min-width: 84vw;
    max-width: 84vw;
    flex: 0 0 84vw;
  }
  body.lang-ar .catalog-highlights {
    justify-content: flex-start;
  }
  body.lang-ar .breadcrumb {
    justify-content: flex-start;
  }
  body.lang-ar .product-detail-grid,
  body.lang-ar .contact-map-grid,
  body.lang-ar .home-intro-grid,
  body.lang-ar .home-service-inner {
    direction: rtl;
    grid-template-columns: 1fr;
  }
  body.lang-ar .product-detail-content,
  body.lang-ar .product-detail-media,
  body.lang-ar .contact-card,
  body.lang-ar .map-card {
    text-align: right;
  }
  body.lang-ar .product-detail-actions {
    justify-content: flex-start;
  }
  body.lang-ar .category-banner-content {
    left: 14px;
    right: 14px;
    text-align: right;
  }
  .site-nav-shell {
    display: none;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  body.mobile-nav-open .site-nav-shell {
    display: block;
  }
  .nav-inner {
    padding: 10px 16px 18px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .nav-item {
    width: 100%;
  }
  .nav-link,
  .nav-item:first-child .nav-link {
    width: 100%;
    min-width: 0;
    justify-content: space-between;
    padding: 14px 16px;
    border-radius: 12px;
    background: rgba(255,255,255,0.04);
    color: #f3f3f3;
  }
  .nav-item:first-child .nav-link {
    background: var(--orange);
  }
  .dropdown,
  .dropdown.wide,
  .nav-item:hover .dropdown,
  .nav-item:hover .dropdown.wide {
    display: block;
    position: static;
    min-width: 0;
    box-shadow: none;
    border-top: none;
    background: #ffffff;
    margin-top: 6px;
  }
  .dropdown.wide {
    display: block;
  }
  .dropdown-col {
    border-right: none;
    border-bottom: 1px solid var(--border);
    padding: 14px 16px;
  }
  .dropdown-col:last-child {
    border-bottom: none;
  }
  .dropdown-simple a {
    padding: 12px 16px;
  }
  .section,
  .page-header,
  .brand-hero,
  .home-intro-band,
  .home-service-block {
    padding-left: 16px;
    padding-right: 16px;
  }
  .admin-auth-card,
  .admin-sidebar,
  .admin-products-panel,
  .admin-editor-panel {
    padding: 20px;
  }
  .inline-admin-panel {
    width: 100vw;
    padding: 20px 16px 28px;
  }
  .inline-admin-panel-head h3 {
    font-size: 30px;
  }
  .admin-toolbar h2,
  .admin-auth-card h1,
  .admin-sidebar h1 {
    font-size: 32px;
  }
  .page-title {
    font-size: 32px;
  }
  .page-desc {
    font-size: 15px;
  }
  .catalog-highlights {
    gap: 8px;
    margin-top: 16px;
  }
  .catalog-highlight-chip {
    font-size: 12px;
    padding: 8px 12px;
  }
  .breadcrumb {
    width: 100%;
    flex-wrap: wrap;
    padding: 10px 12px;
  }
  .products-grid,
  .hub-grid {
    grid-template-columns: 1fr;
  }
  .featured-carousel {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .featured-nav {
    display: none;
  }
  .featured-card {
    min-width: 84vw;
    max-width: 84vw;
    flex-basis: 84vw;
  }
  .showcase-section-spaced {
    padding-top: 52px;
  }
  .product-img {
    height: 260px;
  }
  .section-header {
    gap: 10px;
  }
  .section-title {
    font-size: 28px;
  }
  .product-detail-grid {
    grid-template-columns: 1fr;
  }
  .product-detail-media img {
    max-height: 420px;
  }
  .contact-map-grid,
  .why-us-shell,
  .why-us-grid,
  .home-service-inner,
  .home-intro-grid,
  .sector-grid,
  .tailored-category-grid {
    grid-template-columns: 1fr;
  }
  .map-card {
    min-height: 300px;
  }
  .map-card iframe {
    min-height: 300px;
  }
  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    padding: 12px 14px;
  }
  .floating-whatsapp-text {
    display: none;
  }
  body.lang-ar .footer-inner,
  body.lang-ar .footer-bottom,
  body.lang-ar .footer-col,
  body.lang-ar .footer-brand {
    text-align: right;
  }
}
