/* الأفنان — ألوان الموقع متوافقة مع شعار أفنان (كحلي + أخضر) */

:root {
  /* ألوان الشعار: كحلي #2C2C5E · أخضر #106B36 */
  --afnan-navy: #2c2c5e;
  --afnan-navy-deep: #232347;
  --afnan-green: #106b36;
  --afnan-green-bright: #2d9d5e;
  --afnan-green-dark: #0c4f28;

  --ink: #2c2c5e;
  --ink-soft: #4a4e72;
  --muted: #5c6070;
  --bg: #f4f7f5;
  --surface: #ffffff;
  --line: #e2e8e4;
  --mec-navy: #2c2c5e;
  --mec-navy-2: #252547;
  --mec-blue: #2d9d5e;
  --mec-blue-dark: #106b36;
  --mec-teal: #0d5c38;
  --brand: #106b36;
  --brand-2: #2c2c5e;
  --accent: #2d9d5e;
  --accent-2: #106b36;
  --brand-logo-filter: none;
  --accent-soft: rgba(16, 107, 54, 0.14);
  --mint: #5cbf7a;
  --shadow: 0 18px 40px rgba(44, 44, 94, 0.11);
  --shadow-sm: 0 8px 24px rgba(44, 44, 94, 0.08);
  --radius: 18px;
  --radius-sm: 12px;
  --container: min(1180px, calc(100% - 2rem));
  --header-h: 72px;
  --utility-h: 42px;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  overflow-anchor: none;
  overflow-x: hidden;
  background: #eef1f6;
}

body {
  margin: 0;
  font-family: "IBM Plex Sans Arabic", "Segoe UI", system-ui, sans-serif;
  color: var(--ink-soft);
  background: var(--bg);
  line-height: 1.65;
  overflow-x: hidden;
  min-height: 100dvh;
}

body.menu-open {
  overflow: hidden;
}

*,
*::before,
*::after {
  animation: none !important;
  transition: none !important;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

/* ——— Loader ——— */
.lux-loader {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, var(--mec-navy) 0%, var(--afnan-navy-deep) 50%, var(--mec-blue-dark) 100%);
  transition: opacity 0.55s ease, visibility 0.55s ease;
}

.lux-loader.hidden {
  opacity: 0;
  visibility: hidden;
}

.lux-loader-inner {
  text-align: center;
  color: rgba(255, 255, 255, 0.95);
}

.lux-loader-logo {
  display: block;
  width: auto;
  max-width: min(160px, 42vw);
  max-height: min(200px, 28vh);
  height: auto;
  margin-inline: auto;
  object-fit: contain;
  padding: 0.65rem 0.85rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.35);
  filter: var(--brand-logo-filter, none);
}

.lux-loader-inner p {
  margin: 0.4rem 0 0;
  font-size: 0.95rem;
  opacity: 0.88;
}

.lux-loader-line {
  display: block;
  width: min(220px, 55vw);
  height: 3px;
  margin: 1.1rem auto 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  overflow: hidden;
  position: relative;
}

.lux-loader-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--mint), #fff 50%, var(--mint));
  animation: loaderSwipe 1.35s ease-in-out infinite;
}

@keyframes loaderSwipe {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* ——— Header stack ——— */
.header-stack {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 12px 32px rgba(12, 18, 34, 0.06);
}

.utility-bar {
  background: var(--mec-navy);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.78rem;
}

.utility-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.65rem 1.25rem;
  min-height: var(--utility-h);
  padding: 0.35rem 0;
}

.utility-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: inherit;
  font-weight: 600;
  transition: color 0.2s var(--ease);
}

.utility-link:hover {
  color: var(--mint);
}

.utility-ico {
  display: grid;
  place-items: center;
  opacity: 0.85;
}

.utility-ico--wa {
  opacity: 1;
}

.utility-link--whatsapp .wa-inline-icon {
  color: #25d366;
}

.utility-wa-line {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
}

.utility-wa-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #aff5c8;
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.wa-inline-icon {
  flex-shrink: 0;
  display: block;
  color: #25d366;
}

.contact-wa-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--brand);
}

.contact-wa-link:hover {
  color: var(--mec-blue);
}

.footer-wa-link {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
}

.footer-wa-link .wa-inline-icon {
  color: #25d366;
}

.footer-wa-link:hover {
  color: #fff;
}

.footer-wa-link:hover .wa-inline-icon {
  color: #3de682;
}

.utility-note {
  margin-inline-start: auto;
  opacity: 0.75;
  font-size: 0.76rem;
}

.site-header {
  background: var(--surface);
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.25s var(--ease);
}

.site-header.scrolled {
  box-shadow: 0 10px 28px rgba(12, 18, 34, 0.08);
}

.header-bar {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 1rem;
  min-height: var(--header-h);
  padding-block: 0.35rem;
}

@media (min-width: 981px) {
  .menu-toggle {
    display: none !important;
  }

  .header-bar {
    grid-template-columns: auto 1fr auto;
  }
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.brand-logo-wrap {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  padding: 0.2rem 0.35rem;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(45, 157, 94, 0.1) 0%, rgba(44, 44, 94, 0.06) 100%);
  border: 1px solid rgba(44, 44, 94, 0.1);
  box-shadow: var(--shadow-sm);
}

.brand-logo-img {
  display: block;
  height: 44px;
  width: auto;
  max-width: min(118px, 32vw);
  object-fit: contain;
  object-position: center;
  filter: var(--brand-logo-filter);
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}

.brand-wordmark {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  font-style: italic;
  color: var(--ink);
  line-height: 1.1;
}

.brand-title {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ink);
}

.brand-subtitle {
  font-size: 0.68rem;
  color: var(--muted);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.15rem;
}

.nav-links a {
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--ink-soft);
  transition:
    background 0.2s var(--ease),
    color 0.2s var(--ease);
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--mec-blue-dark);
  background: rgba(45, 157, 94, 0.1);
}

/* قائمة المنتجات — mega (مستوحاة من هيكل WooCommerce) */
.nav-dropdown {
  position: relative;
}

.nav-dropdown-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
  border: none;
  border-radius: 10px;
  background: transparent;
  font: inherit;
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--ink-soft);
  cursor: pointer;
  transition:
    background 0.2s var(--ease),
    color 0.2s var(--ease);
}

.nav-dropdown-btn:hover,
.nav-dropdown.is-open .nav-dropdown-btn {
  color: var(--mec-blue-dark);
  background: rgba(45, 157, 94, 0.1);
}

.mega-panel {
  display: none;
  margin-top: 0.5rem;
  padding: 1rem;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.mega-col {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.mega-title {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--mec-blue-dark);
  margin-bottom: 0.25rem;
}

.mega-panel a {
  padding: 0.35rem 0;
  border-radius: 0;
  font-size: 0.82rem;
  color: var(--ink-soft);
  background: transparent !important;
}

.mega-panel a:hover {
  color: var(--mec-blue);
}

@media (min-width: 981px) {
  .mega-panel {
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    position: absolute;
    top: calc(100% + 0.35rem);
    right: 0;
    left: auto;
    width: min(640px, 92vw);
    margin-top: 0;
    z-index: 100;
  }

  .nav-dropdown:hover .mega-panel,
  .nav-dropdown:focus-within .mega-panel {
    display: grid;
  }
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.72rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.88rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    transform 0.2s var(--ease),
    box-shadow 0.2s var(--ease),
    background 0.2s var(--ease);
}

.btn-header {
  background: linear-gradient(135deg, var(--mec-blue), var(--mec-blue-dark));
  color: #fff;
  box-shadow: 0 10px 22px rgba(16, 107, 54, 0.28);
  white-space: nowrap;
}

.btn-header:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(16, 107, 54, 0.35);
}

.btn-primary {
  background: linear-gradient(135deg, var(--mec-blue), var(--mec-blue-dark));
  color: #fff;
  box-shadow: 0 12px 26px rgba(16, 107, 54, 0.28);
}

.btn-primary:hover {
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
}

.btn-cta {
  white-space: nowrap;
}

.btn-block {
  width: 100%;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--surface);
  font-size: 1.2rem;
  cursor: pointer;
  color: var(--ink);
}

.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 998;
  background: rgba(8, 15, 28, 0.45);
  backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.nav-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

/* ——— Hero (مستوحى من Slider Revolution / mecgroup.ly) ——— */
.hero {
  position: relative;
  overflow: hidden;
}

.hero-mec-slider {
  padding: clamp(1.25rem, 3vw, 2rem) 0 0;
  min-height: min(88vh, 720px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, #e4f4ec 0%, #b8e5cc 28%, #5cb88a 58%, #1d7a4d 88%, #2c2c5e 100%);
}

.hero-particle-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.55;
}

.hero-mec-bg-stack {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-mec-sky {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 100% 80% at 50% -10%, rgba(255, 255, 255, 0.65), transparent 45%),
    radial-gradient(ellipse 70% 50% at 80% 30%, rgba(255, 255, 255, 0.2), transparent 50%);
}

.hero-mec-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 45% at 20% 60%, rgba(90, 200, 250, 0.35), transparent 55%);
}

.hero-mec-decor {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.hero-float-ball {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff 0%, rgba(255, 255, 255, 0.85) 40%, rgba(200, 230, 255, 0.4) 100%);
  box-shadow: 0 8px 24px rgba(44, 44, 94, 0.12);
  filter: blur(0.5px);
}

.hero-float-ball--1 {
  width: clamp(48px, 8vw, 88px);
  height: clamp(48px, 8vw, 88px);
  top: 12%;
  left: 8%;
  animation: heroFloatY 7s ease-in-out infinite;
}

.hero-float-ball--2 {
  width: clamp(32px, 5vw, 56px);
  height: clamp(32px, 5vw, 56px);
  top: 38%;
  left: 18%;
  animation: heroFloatY 9s ease-in-out infinite 0.8s;
  opacity: 0.85;
}

.hero-float-ball--3 {
  width: clamp(24px, 4vw, 44px);
  height: clamp(24px, 4vw, 44px);
  bottom: 28%;
  left: 12%;
  animation: heroFloatY 8s ease-in-out infinite 1.4s;
  opacity: 0.75;
}

.hero-feather {
  position: absolute;
  width: 22px;
  height: 64px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.4));
  border-radius: 50% 50% 45% 45% / 60% 60% 40% 40%;
  opacity: 0.75;
  transform: rotate(-18deg);
  animation: heroFeather 12s ease-in-out infinite;
}

.hero-feather--1 {
  top: 18%;
  right: 42%;
}

.hero-feather--2 {
  top: 42%;
  right: 8%;
  transform: rotate(12deg);
  animation: heroFeather2 12s ease-in-out infinite 2s;
}

@keyframes heroFloatY {
  0%,
  100% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-18px) translateX(6px);
  }
}

@keyframes heroFeather {
  0%,
  100% {
    transform: translateY(0) rotate(-18deg);
    opacity: 0.65;
  }
  50% {
    transform: translateY(24px) rotate(-8deg);
    opacity: 0.95;
  }
}

@keyframes heroFeather2 {
  0%,
  100% {
    transform: translateY(0) rotate(12deg);
    opacity: 0.55;
  }
  50% {
    transform: translateY(20px) rotate(20deg);
    opacity: 0.9;
  }
}

.hero-mec-layout {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1rem, 3vw, 2.5rem);
  align-items: center;
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.hero-mec-copy-col {
  padding: 0.5rem 0 1rem;
  min-height: 280px;
}

.hero-slides {
  position: relative;
}

.hero-slide {
  max-width: 38rem;
}

.hero-slide:not(.is-active) {
  display: none;
}

.hero-slide.is-active {
  display: block;
  animation: heroSlideIn 0.65s var(--ease) both;
}

@keyframes heroSlideIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-company-line {
  margin: 0 0 0.65rem;
  font-size: clamp(0.82rem, 1.5vw, 0.95rem);
  font-weight: 600;
  color: rgba(186, 230, 255, 0.95);
  text-shadow: 0 2px 12px rgba(44, 44, 94, 0.35);
}

.hero-slide-title {
  margin: 0 0 1rem;
  font-size: clamp(1.85rem, 4.2vw, 3.15rem);
  line-height: 1.12;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 4px 28px rgba(44, 44, 94, 0.45);
  letter-spacing: -0.02em;
}

.hero-slide-text {
  margin: 0 0 1.35rem;
  font-size: clamp(0.95rem, 1.8vw, 1.08rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 2px 14px rgba(44, 44, 94, 0.35);
}

.hero-slide-cta {
  box-shadow: 0 14px 32px rgba(44, 44, 94, 0.35);
}

.hero-dots {
  display: flex;
  gap: 0.45rem;
  margin-top: 1.35rem;
  align-items: center;
}

.hero-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}

.hero-dot:hover {
  border-color: #fff;
  transform: scale(1.15);
}

.hero-dot.is-active {
  background: #fff;
  border-color: #fff;
  transform: scale(1.2);
}

.hero-mec-visual-col {
  position: relative;
  min-height: 260px;
}

.hero-mec-stage {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin-inline: auto;
  aspect-ratio: 1;
  min-height: min(72vw, 380px);
  perspective: 1400px;
}

.hero-layer-cotton {
  position: absolute;
  background: url("../images/mec-cotton-layer.png") left bottom / contain no-repeat;
  pointer-events: none;
  z-index: 1;
  filter: drop-shadow(0 12px 28px rgba(44, 44, 94, 0.2));
}

.hero-layer-cotton--a {
  width: min(280px, 52%);
  height: min(280px, 52%);
  left: 4%;
  top: 4%;
  animation: heroCottonFloat 6s ease-in-out infinite;
}

.hero-layer-cotton--b {
  width: min(184px, 35%);
  height: min(184px, 35%);
  right: 0;
  top: 18%;
  opacity: 0.92;
  animation: heroCottonFloat 7.5s ease-in-out infinite 1s;
}

.hero-layer-cotton--c {
  width: min(160px, 32%);
  height: min(160px, 32%);
  left: 22%;
  bottom: 6%;
  opacity: 0.85;
  animation: heroCottonFloatTilt 8s ease-in-out infinite 2s;
  transform: scale(0.75) rotate(-6deg);
}

@keyframes heroCottonFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}

@keyframes heroCottonFloatTilt {
  0%,
  100% {
    transform: translateY(0) scale(0.75) rotate(-6deg);
  }
  50% {
    transform: translateY(-12px) scale(0.75) rotate(-3deg);
  }
}

/* عرض الشعار في الهيرو — توهج خلفي فقط (بدون إطار) */
.hero-logo-showcase {
  position: relative;
  z-index: 2;
  width: min(92%, 440px);
  margin-inline: auto;
  padding: 0;
  isolation: isolate;
  animation: heroShotBob 7s ease-in-out infinite;
}

.hero-logo-showcase__glow {
  position: absolute;
  inset: -18%;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(
    ellipse 70% 60% at 50% 48%,
    rgba(45, 157, 94, 0.42) 0%,
    rgba(44, 44, 94, 0.18) 45%,
    transparent 72%
  );
  filter: blur(2px);
}

.hero-brand-logo {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: min(300px, 78%);
  height: auto;
  margin-inline: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 36px rgba(44, 44, 94, 0.28));
}

.hero-main-shot {
  position: relative;
  z-index: 2;
  width: min(74%, 430px);
  margin-inline: auto;
  height: auto;
  aspect-ratio: 5 / 7;
  display: block;
  filter: drop-shadow(0 24px 48px rgba(44, 44, 94, 0.35));
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  isolation: isolate;
}

.hero-main-shot--spin {
  animation: heroSpinHorizontal360 8.5s linear infinite;
  transform-origin: 50% 58%;
  will-change: transform;
}

.hero-main-shot--model {
  animation: heroShotBob 7s ease-in-out infinite;
  background: radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.02) 62%);
  border-radius: 28px;
  padding: 10px;
}

.hero-model-viewer {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  border-radius: 22px;
  background: transparent;
}

.hero-angle {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transform: translateZ(0);
  animation: heroAngleSwap 8.5s linear infinite;
}

.hero-angle--front {
  animation-delay: 0s;
}

.hero-angle--right {
  animation-delay: -2.125s;
}

.hero-angle--back {
  animation-delay: -4.25s;
}

.hero-angle--left {
  animation-delay: -6.375s;
}

@keyframes heroShotBob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes heroShotSpinBob {
  0% {
    transform: translateY(0) rotate(-6deg);
  }
  25% {
    transform: translateY(-8px) rotate(2deg);
  }
  50% {
    transform: translateY(-14px) rotate(7deg);
  }
  75% {
    transform: translateY(-6px) rotate(1deg);
  }
  100% {
    transform: translateY(0) rotate(-6deg);
  }
}

@keyframes heroShotLuxury360 {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  20% {
    transform: translateY(-10px) rotate(72deg);
  }
  40% {
    transform: translateY(-4px) rotate(144deg);
  }
  60% {
    transform: translateY(-12px) rotate(216deg);
  }
  80% {
    transform: translateY(-3px) rotate(288deg);
  }
  100% {
    transform: translateY(0) rotate(360deg);
  }
}

@keyframes heroSpinHorizontal360 {
  0% {
    transform: translateX(26px) rotateY(0deg);
  }
  25% {
    transform: translateX(-12px) rotateY(90deg);
  }
  50% {
    transform: translateX(-26px) rotateY(180deg);
  }
  75% {
    transform: translateX(12px) rotateY(270deg);
  }
  100% {
    transform: translateX(26px) rotateY(360deg);
  }
}

@keyframes heroAngleSwap {
  0%,
  20% {
    opacity: 1;
  }
  24%,
  100% {
    opacity: 0;
  }
}

.hero-wave-wrap {
  position: relative;
  z-index: 4;
  line-height: 0;
  margin-top: -2px;
}

.hero-wave-svg {
  display: block;
  width: 100%;
  height: clamp(48px, 8vw, 72px);
}

@media (prefers-reduced-motion: reduce) {
  .hero-float-ball,
  .hero-feather,
  .hero-layer-cotton,
  .hero-main-shot,
  .hero-logo-showcase,
  .hero-angle,
  .hero-slide {
    animation: none !important;
  }

  .hero-slide.is-active {
    animation: none;
  }
}

/* ——— Sections ——— */
.section {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}

.section-tight {
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
}

.section.alt {
  background: var(--surface);
}

.section-pale {
  background: linear-gradient(180deg, #fdfdfd 0%, #f5f7fb 100%);
  border-block: 1px solid var(--line);
}

/* بطاقات تعريف ثلاثية — مثل شرائح المقدمة في MEC */
.promo-trio {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.promo-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.35rem 1.15rem;
  box-shadow: var(--shadow-sm);
  transition:
    transform 0.25s var(--ease),
    box-shadow 0.25s var(--ease);
}

.promo-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.promo-card h3 {
  font-size: 1.05rem;
  color: var(--mec-navy);
  margin-bottom: 0.5rem;
}

.promo-card p {
  margin: 0 0 0.85rem;
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.55;
}

.promo-link {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--mec-blue-dark);
  border-bottom: 2px solid rgba(45, 157, 94, 0.35);
  padding-bottom: 0.1rem;
  transition: color 0.2s ease;
}

.promo-link:hover {
  color: var(--mec-blue);
}

/* علامات BSP / Dorex / Pumpy */
.brand-grid-mec {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.brand-tile {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition:
    transform 0.25s var(--ease),
    box-shadow 0.25s var(--ease);
}

.brand-tile:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.brand-tile-visual {
  min-height: 120px;
  display: grid;
  place-items: center;
  padding: 0.9rem 1rem;
  background: linear-gradient(180deg, #f7faff 0%, #edf3fb 100%);
  border-bottom: 1px solid var(--line);
}

.brand-tile-visual img {
  width: auto;
  max-width: min(170px, 100%);
  max-height: 78px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 6px 12px rgba(44, 44, 94, 0.14));
}

.brand-tile-dorex {
  background: linear-gradient(180deg, #f6fbff 0%, #e8f2ff 100%);
}

.brand-tile-pumpy {
  background: linear-gradient(180deg, #f6fcfb 0%, #e6f7f3 100%);
}

.brand-tile-bsp {
  background: linear-gradient(180deg, #f7f8fd 0%, #e9edf8 100%);
}

.brand-tile h3 {
  padding: 0.85rem 1rem 0;
  font-size: 1.05rem;
}

.brand-tile p {
  margin: 0;
  padding: 0 1rem 1.15rem;
  font-size: 0.86rem;
  color: var(--muted);
  line-height: 1.55;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
}

.tag-cloud span {
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.92);
}

.split-copy--light h2 {
  color: #fff;
}

.split-copy--light p {
  color: rgba(255, 255, 255, 0.82);
}

/* BSP luxe redesign */
.bsp-luxe {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 50%, rgba(45, 157, 94, 0.22), transparent 42%),
    radial-gradient(circle at 86% 22%, rgba(111, 193, 255, 0.16), transparent 38%),
    linear-gradient(130deg, #1c2355 0%, #1a2c55 42%, #0f6f49 100%);
}

.bsp-luxe::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px) 0 0 / 42px 42px;
  opacity: 0.3;
  pointer-events: none;
}

.bsp-luxe__layout {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  grid-template-areas: "copy media";
  align-items: center;
  gap: clamp(1.5rem, 3vw, 2.75rem);
}

.bsp-luxe__layout .split-media {
  grid-area: media;
}

.bsp-luxe__layout .split-copy {
  grid-area: copy;
}

.bsp-luxe .eyebrow--on-dark {
  color: #8af0c0;
  letter-spacing: 0.08em;
}

.bsp-luxe .split-copy--light h2 {
  font-size: clamp(2rem, 4.1vw, 3rem);
  color: #fff;
  text-shadow: 0 10px 30px rgba(6, 15, 35, 0.35);
}

.bsp-luxe .split-copy--light p {
  font-size: 1.02rem;
  line-height: 1.9;
  color: rgba(243, 248, 255, 0.9);
}

.bsp-luxe .tag-cloud {
  margin-top: 1.1rem;
  gap: 0.55rem;
}

.bsp-luxe .tag-cloud span {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.28);
  color: #f6fbff;
  backdrop-filter: blur(3px);
}

.bsp-luxe__media {
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 26px 52px rgba(4, 11, 30, 0.45);
}

.bsp-luxe__media img {
  min-height: clamp(320px, 40vw, 520px);
}

/* ——— عرض العناية والتجميل (شريحة + عمود نص — أسلوب MEC) ——— */
.dorex-showcase {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom: 0;
}

.dorex-showcase__bubbles {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 35%, rgba(45, 157, 94, 0.12) 0%, transparent 42%),
    radial-gradient(circle at 78% 18%, rgba(16, 107, 54, 0.08) 0%, transparent 38%),
    radial-gradient(circle at 55% 72%, rgba(45, 157, 94, 0.07) 0%, transparent 45%),
    radial-gradient(circle at 22% 88%, rgba(0, 118, 107, 0.05) 0%, transparent 35%);
  opacity: 0.95;
}

.dorex-showcase__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.45fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  padding-bottom: clamp(2rem, 4vw, 2.75rem);
}

.dorex-showcase__intro {
  text-align: start;
  max-width: 26rem;
}

.dorex-showcase__badge {
  display: inline-block;
  padding: 0.5rem 1.1rem;
  border-radius: 10px;
  background: var(--mec-navy);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 1rem;
}

.dorex-showcase__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.45rem, 3vw, 1.95rem);
  font-weight: 800;
  color: var(--mec-navy);
  line-height: 1.35;
}

.dorex-showcase__text {
  margin: 0 0 1.35rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.85;
}

.dorex-showcase__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 12px;
  padding-inline: 1.35rem;
}

.dorex-showcase__cta-ico {
  font-size: 1.1rem;
  line-height: 1;
  opacity: 0.95;
}

.dorex-showcase__slider-wrap {
  position: relative;
  min-width: 0;
  padding-bottom: 2.5rem;
}

.dorex-swiper {
  overflow: visible;
  padding-bottom: 0.25rem;
}

.dorex-slide {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.dorex-slide__img {
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  padding: 0.75rem;
  border-radius: 18px;
  background: linear-gradient(165deg, #f3f7fc 0%, #ffffff 100%);
  border: 1px solid rgba(44, 44, 94, 0.06);
  margin-bottom: 0.65rem;
}

.dorex-slide__img img {
  max-width: 100%;
  max-height: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(44, 44, 94, 0.1));
}

.dorex-slide__btn {
  width: 100%;
  border: none;
  border-radius: 12px;
  padding: 0.7rem 0.85rem;
  background: linear-gradient(180deg, var(--afnan-green-bright) 0%, var(--afnan-green) 100%);
  color: #fff;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.dorex-slide__btn:hover,
.dorex-slide__btn:focus-visible {
  filter: brightness(1.06);
  outline: none;
}

.dorex-swiper__nav {
  width: 42px;
  height: 42px;
  margin-top: -2.25rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(44, 44, 94, 0.1);
  color: var(--mec-navy);
  box-shadow: 0 6px 20px rgba(44, 44, 94, 0.08);
  transition: background 0.2s ease;
}

.dorex-swiper__nav::after {
  font-size: 0.85rem;
  font-weight: 800;
}

.dorex-swiper__nav:hover {
  background: #fff;
}

.dorex-swiper .swiper-button-prev,
.dorex-swiper .swiper-button-next {
  top: 42%;
}

.dorex-swiper__dots {
  bottom: 0 !important;
}

.dorex-swiper__dots .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--line);
  opacity: 1;
}

.dorex-swiper__dots .swiper-pagination-bullet-active {
  background: var(--mec-blue-dark);
  transform: scale(1.15);
}

.dorex-showcase__wave {
  line-height: 0;
  width: 100%;
}

.dorex-showcase__wave-svg {
  display: block;
  width: 100%;
  height: clamp(36px, 5vw, 48px);
}

@media (max-width: 960px) {
  .dorex-showcase__layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .dorex-showcase__intro {
    max-width: none;
    text-align: center;
  }

  .dorex-showcase__badge {
    margin-inline: auto;
  }

  .dorex-showcase__cta {
    margin-inline: auto;
  }

  .dorex-swiper .swiper-button-prev,
  .dorex-swiper .swiper-button-next {
    top: 38%;
  }
}

/* شبكة منتجات (صفحات أخرى / احتياطي) */
.product-grid-mec {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.product-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s var(--ease);
}

.product-card:hover {
  transform: translateY(-4px);
}

.product-card-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f0f4f8;
}

.product-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card h3 {
  padding: 0.85rem 0.9rem 1rem;
  font-size: 0.92rem;
  margin: 0;
  color: var(--mec-navy);
}

.product-card-img--catalog {
  background: linear-gradient(165deg, #f0f4fa 0%, #fafcfd 100%);
}

.product-card-img--catalog img {
  object-fit: contain;
  padding: 0.5rem;
}

.product-card__bar {
  display: block;
  width: 100%;
  margin: 0;
  border: none;
  border-top: 1px solid var(--line);
  background: #fff;
  padding: 0.85rem 0.9rem 1rem;
  font: inherit;
  cursor: pointer;
  text-align: center;
  transition: background 0.2s ease;
}

.product-card__bar:hover,
.product-card__bar:focus-visible {
  background: #f5f8fc;
  outline: none;
}

.product-card__bar-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--mec-navy);
}

/* ——— لماذا تختارنا (أسلوب MEC + هوية الأفنان) ——— */
.why-choose {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.why-choose__wave {
  line-height: 0;
  width: 100%;
}

.why-choose__wave-svg {
  display: block;
  width: 100%;
  height: clamp(40px, 6vw, 56px);
}

.why-choose__wave-svg--flip {
  transform: scaleY(-1);
}

.why-choose__body {
  position: relative;
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 4.5rem);
  background-color: #ffffff;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(45, 157, 94, 0.06) 0%, transparent 42%),
    radial-gradient(circle at 88% 72%, rgba(16, 107, 54, 0.05) 0%, transparent 45%),
    repeating-linear-gradient(
      -12deg,
      transparent,
      transparent 12px,
      rgba(44, 44, 94, 0.025) 12px,
      rgba(44, 44, 94, 0.025) 13px
    );
}

.why-choose__inner {
  max-width: 1100px;
}

.why-choose__head {
  text-align: center;
  max-width: 52rem;
  margin-inline: auto;
  margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.why-choose__head h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  font-weight: 800;
  color: var(--mec-navy);
  letter-spacing: -0.02em;
}

.why-choose__ornament {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.why-choose__lead {
  margin: 0;
  font-size: clamp(0.92rem, 1.8vw, 1.02rem);
  line-height: 1.85;
  color: var(--ink-soft);
}

/* شبكة الأسباب */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.why-grid--choose .why-card {
  text-align: center;
  padding: 1.5rem 1.1rem 1.65rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(44, 44, 94, 0.08);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(44, 44, 94, 0.06);
  transition:
    transform 0.35s var(--ease),
    box-shadow 0.35s var(--ease);
}

.why-grid--choose .why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(44, 44, 94, 0.1);
}

.why-card__illo {
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  margin-inline: auto;
  margin-bottom: 1rem;
}

.why-card__illo svg {
  width: 88px;
  height: 88px;
  filter: drop-shadow(0 8px 16px rgba(44, 44, 94, 0.08));
}

.why-grid--choose .why-card h3 {
  font-size: 1.02rem;
  font-weight: 800;
  margin: 0 0 0.5rem;
  color: var(--mec-navy);
}

.why-grid--choose .why-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--muted);
}

/* بطاقات أسباب أبسط (إن وُجدت خارج why-choose) */
.why-grid:not(.why-grid--choose) .why-card {
  text-align: center;
  padding: 1.25rem 0.9rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}

.why-ico {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 0.65rem;
  border-radius: 14px;
  color: var(--mec-blue-dark);
  background: rgba(45, 157, 94, 0.1);
}

.why-ico svg {
  width: 24px;
  height: 24px;
}

.why-grid:not(.why-grid--choose) .why-card h3 {
  font-size: 0.98rem;
  margin-bottom: 0.35rem;
}

.why-grid:not(.why-grid--choose) .why-card p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
}

.partnership-block {
  text-align: center;
  max-width: 800px;
  margin-inline: auto;
  padding: 2rem 1.5rem;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #fff, #f8fafc);
  box-shadow: var(--shadow-sm);
}

.partnership-block h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  color: var(--mec-navy);
}

.partnership-block p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.section-intro {
  max-width: 640px;
  margin-bottom: 2rem;
}

.section-intro h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  color: var(--ink);
  font-weight: 800;
}

.section-intro p {
  margin: 0;
  color: var(--muted);
}

.section-intro--light h2 {
  color: #fff;
}

.section-intro--light p {
  color: rgba(255, 255, 255, 0.78);
}

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mec-blue-dark);
  margin-bottom: 0.6rem;
}

.eyebrow--on-dark {
  color: var(--mint);
}

h3 {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  color: var(--ink);
}

/* ——— Categories ——— */
.category-scroll {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.85rem;
}

.category-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.1rem 0.9rem;
  box-shadow: var(--shadow-sm);
  transition:
    transform 0.25s var(--ease),
    border-color 0.25s var(--ease);
}

.category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(16, 107, 54, 0.35);
}

.category-ico {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 0.75rem;
  color: var(--mec-blue-dark);
  background: rgba(45, 157, 94, 0.1);
}

.category-ico svg {
  width: 22px;
  height: 22px;
}

.category-card h3 {
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
}

.category-card p {
  margin: 0;
  font-size: 0.8rem;
  color: var(--muted);
  line-height: 1.5;
}

/* ——— Split ——— */
.split-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.split-block--reverse .split-media {
  order: -1;
}

.split-copy h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  color: var(--ink);
  font-weight: 800;
}

.split-copy p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.check-list li {
  position: relative;
  padding-inline-start: 1.35rem;
  font-weight: 600;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.check-list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.45rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mec-blue), var(--mec-teal));
}

.media-elevated {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.media-elevated img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 280px;
}

/* ===== About section style (reference-like) ===== */
.about-feature {
  position: relative;
  background:
    radial-gradient(circle at 85% 40%, rgba(209, 47, 127, 0.07), transparent 38%),
    radial-gradient(circle at 8% 78%, rgba(44, 44, 94, 0.05), transparent 42%),
    #fff;
}

.about-feature__layout {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(1.8rem, 4vw, 3.4rem);
  align-items: center;
}

.about-feature__copy h2 {
  margin-bottom: 0.9rem;
  font-size: clamp(1.9rem, 3.1vw, 2.7rem);
  line-height: 1.2;
  color: #2c2c5e;
}

.about-feature__copy p {
  line-height: 1.9;
}

.about-feature__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 142px;
  min-height: 46px;
  margin-top: 1rem;
  border-radius: 999px;
  border: 2px solid #c3377d;
  color: #c3377d;
  background: transparent;
  font-weight: 700;
  transition: all 0.25s ease;
}

.about-feature__btn:hover {
  background: #c3377d;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(195, 55, 125, 0.25);
}

.about-feature__media {
  border: 0;
  box-shadow: none;
  background: transparent;
  overflow: visible;
  border-radius: 0;
  padding: 0;
}

.about-feature__visual {
  position: relative;
  min-height: clamp(360px, 48vw, 560px);
  display: grid;
  place-items: end center;
  isolation: isolate;
}

.about-feature__visual::before {
  content: none;
}

.about-feature__visual::after {
  content: none;
}

.about-feature__visual img {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: min(620px, 100%);
  max-height: clamp(400px, 50vw, 620px);
  min-height: 0;
  object-fit: contain;
  filter: drop-shadow(0 20px 34px rgba(31, 35, 58, 0.28));
  animation: aboutFloat 4s ease-in-out infinite;
}

@keyframes aboutFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* ——— Services ——— */
.card-grid {
  display: grid;
  gap: 1.25rem;
}

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.35rem 1.2rem;
  box-shadow: var(--shadow-sm);
  transition:
    transform 0.25s var(--ease),
    box-shadow 0.25s var(--ease);
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.service-num {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--mec-blue-dark);
  margin-bottom: 0.5rem;
  letter-spacing: 0.08em;
}

.service-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.45rem;
}

.service-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
}

/* ——— Brands dark section ——— */
.section-dark {
  background: linear-gradient(160deg, var(--afnan-navy-deep) 0%, var(--mec-navy) 42%, #2c2c5e 100%);
  color: rgba(255, 255, 255, 0.88);
}

.section-dark .section-intro {
  margin-bottom: 2.25rem;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.brand-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  padding: 1.25rem 1rem;
  text-align: center;
  transition:
    background 0.25s var(--ease),
    transform 0.25s var(--ease);
}

.brand-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}

.brand-logo {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  margin-bottom: 0.75rem;
  font-weight: 800;
  font-size: 1.1rem;
  color: #fff;
  background: linear-gradient(135deg, rgba(94, 234, 212, 0.35), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.brand-card h3 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

.brand-card p {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

/* ——— Pills ——— */
.pill-grid {
  display: grid;
  gap: 0.5rem;
  margin-top: 1rem;
}

.pill-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ink-soft);
}

.pill-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mec-blue), var(--mec-teal));
  flex-shrink: 0;
}

/* ——— Innovation ——— */
.innovation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.innovation-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem 1rem;
  box-shadow: var(--shadow-sm);
}

.innovation-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 24px;
  padding: 0 0.5rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--mec-blue), var(--mec-blue-dark));
  margin-bottom: 0.6rem;
}

.innovation-card h3 {
  font-size: 1.02rem;
}

.innovation-card p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}

/* ——— Journey ——— */
.journey-block {
  border-radius: 22px;
  padding: 2rem 1.5rem;
  background: linear-gradient(135deg, var(--mec-navy) 0%, #35345f 100%);
  color: #fff;
  box-shadow: var(--shadow);
}

.journey-head {
  margin-bottom: 1.5rem;
}

.journey-head h2 {
  margin: 0.35rem 0 0;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  color: #fff;
}

.journey-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.journey-step {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  padding: 0.9rem 0.75rem;
}

.journey-step strong {
  display: block;
  color: #fff;
  font-size: 0.92rem;
  margin-bottom: 0.3rem;
}

.journey-step p {
  margin: 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.75);
}

/* ——— Concept ——— */
.concept-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.25rem;
  align-items: stretch;
}

.concept-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem 1.25rem;
  box-shadow: var(--shadow-sm);
}

.concept-panel h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  color: var(--ink);
}

.concept-panel p {
  margin: 0;
  color: var(--muted);
}

.concept-pills {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.concept-pills span {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: var(--mec-blue-dark);
  background: rgba(45, 157, 94, 0.08);
}

.signature-stack {
  display: grid;
  gap: 0.65rem;
}

.signature-card {
  border-radius: 14px;
  padding: 1rem;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #fff, #f8fafc);
}

.signature-card strong {
  display: block;
  color: var(--ink);
  margin-bottom: 0.3rem;
}

.signature-card p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}

/* ——— Trust ——— */
.trust-ribbon {
  border-radius: 22px;
  padding: 1.5rem 1.35rem;
  background: linear-gradient(135deg, var(--mec-blue-dark) 0%, var(--mec-navy) 100%);
  color: #fff;
  box-shadow: var(--shadow);
}

.trust-ribbon-head h3 {
  color: #fff;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}

.trust-ribbon-head p {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.trust-ribbon-track {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.trust-ribbon-track span {
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* ——— Oceanic showcase + بطاقات منتجات (بعد الـ hero) ——— */
.oceanic-showcase {
  position: relative;
  margin-top: -1px;
  padding: clamp(1.75rem, 4vw, 2.75rem) 0 clamp(2rem, 5vw, 3.25rem);
  overflow: hidden;
  background: linear-gradient(180deg, #f2f4f8 0%, #f6f7fb 46%, #ffffff 100%);
}

.oceanic-showcase__glow {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 55% at 50% -10%, rgba(45, 157, 94, 0.2), transparent 55%),
    radial-gradient(ellipse 70% 40% at 85% 25%, rgba(0, 118, 107, 0.1), transparent 50%),
    radial-gradient(circle at 10% 80%, rgba(255, 255, 255, 0.15), transparent 40%),
    radial-gradient(circle at 92% 70%, rgba(255, 255, 255, 0.1), transparent 35%);
}

.oceanic-showcase__inner {
  position: relative;
  z-index: 1;
}

.oceanic-showcase__head {
  text-align: center;
  max-width: 40rem;
  margin-inline: auto;
  margin-bottom: clamp(1.35rem, 3.5vw, 2rem);
}

.oceanic-showcase__head h2 {
  color: var(--mec-navy);
  margin: 0.5rem 0 0.65rem;
  font-size: clamp(1.45rem, 3.2vw, 1.85rem);
}

.oceanic-showcase__head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.oceanic-showcase__grid--cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: clamp(1rem, 2.5vw, 1.5rem);
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(44, 44, 94, 0.08);
  box-shadow: 0 18px 40px rgba(44, 44, 94, 0.08);
}

@media (min-width: 900px) {
  .oceanic-showcase__grid--cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.15rem;
  }
}

@media (min-width: 1200px) {
  .oceanic-showcase__grid--cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: minmax(110px, auto);
  }

  .oceanic-showcase__grid--cards .product-card-oc:nth-child(1) {
    grid-column: 2 / span 2;
    grid-row: 1 / span 2;
  }

  .oceanic-showcase__grid--cards .product-card-oc:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
  }

  .oceanic-showcase__grid--cards .product-card-oc:nth-child(3) {
    grid-column: 4;
    grid-row: 1;
  }

  .oceanic-showcase__grid--cards .product-card-oc:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
  }

  .oceanic-showcase__grid--cards .product-card-oc:nth-child(5) {
    grid-column: 4;
    grid-row: 2;
  }
}

.product-card-oc {
  margin: 0;
}

.product-card-oc__surface {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e8ecf2;
  box-shadow: 0 8px 20px rgba(44, 44, 94, 0.06);
  overflow: hidden;
  transition:
    transform 0.35s var(--ease),
    box-shadow 0.35s var(--ease);
}

.product-card-oc:hover .product-card-oc__surface {
  transform: translateY(-3px);
  box-shadow: 0 14px 34px rgba(44, 44, 94, 0.1);
}

.product-card-oc__badge {
  display: none;
}

.product-card-oc__badge--simple {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fffdf4;
  border: 2px solid #d6b05c;
  color: #c39424;
  font-size: 1rem;
  font-weight: 800;
}

.product-card-oc__brand {
  display: none;
}

.product-card-oc__pedestal {
  position: relative;
  flex: 1;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem;
  background: #f7f8fb;
}

.product-card-oc__pedestal-glow {
  display: none;
}

.product-card-oc__pedestal-plate {
  display: none;
}

.product-card-oc__pedestal img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 170px;
  height: auto;
  object-fit: contain;
  filter: none;
  transition: transform 0.4s var(--ease);
}

.product-card-oc:hover .product-card-oc__pedestal img {
  transform: scale(1.02);
}

.product-card-oc__cta {
  width: 100%;
  margin: 0;
  padding: 0.62rem 0.75rem 0.72rem;
  border: none;
  border-top: 1px solid #e8ecf2;
  border-radius: 0;
  background: #ffffff;
  color: #2d3850;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.product-card-oc__cta:hover,
.product-card-oc__cta:focus-visible {
  background: #f4f7fc;
  color: var(--mec-blue-dark);
  outline: none;
}

.product-card-oc__cta:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.oceanic-feed-controls {
  display: grid;
  gap: 0.7rem;
  justify-items: center;
  margin-top: 1.25rem;
}

.oceanic-feed-hint {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88rem;
}

.oceanic-feed-btn {
  min-width: 220px;
}

.oceanic-feed-btn[disabled] {
  opacity: 0.75;
  cursor: not-allowed;
}

#oceanicFeedSentinel {
  width: 100%;
  height: 1px;
}

/* ===== Gallery Redesign: Dribbble-like Mosaic ===== */
.oceanic-showcase {
  background: #eef1f6;
}

.oceanic-showcase__head .eyebrow {
  color: #6a7487;
  border-color: #d8deea;
}

.oceanic-showcase__head h2 {
  color: #111827;
}

.oceanic-showcase__head p {
  color: #556176;
}

.oceanic-showcase__grid--cards {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.85rem;
  background: #ffffff;
  border-radius: 20px;
  padding: 1rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.oceanic-showcase__grid--cards .product-card-oc {
  grid-column: span 3;
}

.oceanic-showcase__grid--cards .product-card-oc:nth-child(12n + 1) {
  grid-column: span 6;
}

.oceanic-showcase__grid--cards .product-card-oc:nth-child(12n + 6),
.oceanic-showcase__grid--cards .product-card-oc:nth-child(12n + 11) {
  grid-column: span 4;
}

.product-card-oc__surface {
  border-radius: 12px;
  border: 1px solid #e5eaf3;
  overflow: hidden;
  background: #f8fafc;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}

.product-card-oc__badge,
.product-card-oc__badge--simple,
.product-card-oc__brand,
.product-card-oc__pedestal-glow,
.product-card-oc__pedestal-plate {
  display: none !important;
}

.product-card-oc__pedestal {
  min-height: 180px;
  padding: 0;
  background: #dbe1ea;
}

.oceanic-showcase__grid--cards .product-card-oc:nth-child(12n + 1) .product-card-oc__pedestal {
  min-height: 300px;
}

.product-card-oc__pedestal img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  filter: none;
  transform: scale(1.01);
}

.product-card-oc:hover .product-card-oc__pedestal img {
  transform: scale(1.045);
}

.product-card-oc__cta {
  border-top: none;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0) 0%, rgba(17, 24, 39, 0.72) 100%);
  color: #fff;
  text-align: start;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.85rem 0.75rem 0.7rem;
  margin-top: -2.4rem;
  position: relative;
  z-index: 2;
  min-height: 2.4rem;
}

.product-card-oc__cta:hover,
.product-card-oc__cta:focus-visible {
  color: #fff;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.12) 0%, rgba(17, 24, 39, 0.82) 100%);
}

.oceanic-feed-hint {
  color: #5f6b7d;
}

@media (max-width: 1100px) {
  .oceanic-showcase__grid--cards .product-card-oc,
  .oceanic-showcase__grid--cards .product-card-oc:nth-child(12n + 1),
  .oceanic-showcase__grid--cards .product-card-oc:nth-child(12n + 6),
  .oceanic-showcase__grid--cards .product-card-oc:nth-child(12n + 11) {
    grid-column: span 4;
  }

  .oceanic-showcase__grid--cards .product-card-oc:nth-child(12n + 1) .product-card-oc__pedestal {
    min-height: 220px;
  }
}

@media (max-width: 780px) {
  .oceanic-showcase__grid--cards {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .oceanic-showcase__grid--cards .product-card-oc,
  .oceanic-showcase__grid--cards .product-card-oc:nth-child(12n + 1),
  .oceanic-showcase__grid--cards .product-card-oc:nth-child(12n + 6),
  .oceanic-showcase__grid--cards .product-card-oc:nth-child(12n + 11) {
    grid-column: span 3;
  }

  .product-card-oc__pedestal,
  .oceanic-showcase__grid--cards .product-card-oc:nth-child(12n + 1) .product-card-oc__pedestal {
    min-height: 160px;
  }
}

/* ===== Premium Replacement Gallery ===== */
.lux-gallery {
  background: linear-gradient(180deg, #f1f4f8 0%, #f7f9fc 100%);
  padding: clamp(3rem, 7vw, 5rem) 0;
}

.lux-gallery__shell {
  background: #fff;
  border: 1px solid #e5ebf3;
  border-radius: 22px;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
  padding: clamp(1rem, 2.6vw, 1.6rem);
}

.lux-gallery__head {
  text-align: center;
  margin-bottom: 1rem;
}

.lux-gallery__head .eyebrow {
  color: #7b8494;
}

.lux-gallery__head h2 {
  margin: 0.35rem 0 0.55rem;
  color: #0f172a;
  font-size: clamp(1.4rem, 2.8vw, 1.9rem);
}

.lux-gallery__head p {
  margin: 0 auto;
  max-width: 40rem;
  color: #5f6b7d;
}

.lux-gallery__mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.75rem;
}

.lux-shot {
  grid-column: span 3;
}

.lux-shot--xl {
  grid-column: span 6;
  grid-row: span 2;
}

.lux-shot--tall {
  grid-row: span 2;
}

.lux-shot__btn {
  width: 100%;
  border: 0;
  padding: 0;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: #dbe2eb;
  min-height: 170px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.lux-shot--xl .lux-shot__btn {
  min-height: 355px;
}

.lux-shot__btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s var(--ease);
}

.lux-shot__btn:hover img {
  transform: scale(1.04);
}

.lux-shot__overlay {
  position: absolute;
  right: 0.75rem;
  left: 0.75rem;
  bottom: 0.75rem;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  text-align: start;
  z-index: 2;
}

.lux-shot--xl .lux-shot__btn::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 40%;
  background: linear-gradient(180deg, transparent, rgba(17, 24, 39, 0.75));
}

@media (max-width: 1100px) {
  .lux-shot,
  .lux-shot--xl {
    grid-column: span 4;
    grid-row: auto;
  }

  .lux-shot__btn,
  .lux-shot--xl .lux-shot__btn {
    min-height: 210px;
  }
}

@media (max-width: 760px) {
  .lux-gallery__mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lux-shot,
  .lux-shot--xl,
  .lux-shot--tall {
    grid-column: span 1;
    grid-row: auto;
  }

  .lux-shot__btn,
  .lux-shot--xl .lux-shot__btn {
    min-height: 170px;
  }
}

/* ——— Modal منتج ——— */
.product-modal {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.product-modal[hidden] {
  display: none !important;
}

.product-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 18, 34, 0.58);
  backdrop-filter: blur(4px);
}

.product-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  max-height: min(92vh, 900px);
  overflow: auto;
  border-radius: 20px;
  background: var(--surface);
  box-shadow: 0 32px 80px rgba(12, 18, 34, 0.35);
  border: 1px solid var(--line);
}

.product-modal__close {
  position: absolute;
  top: 0.65rem;
  inset-inline-end: 0.65rem;
  z-index: 2;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 50%;
  background: rgba(44, 44, 94, 0.08);
  color: var(--ink);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.2s ease;
}

.product-modal__close:hover,
.product-modal__close:focus-visible {
  background: rgba(44, 44, 94, 0.14);
  outline: none;
}

.product-modal__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

@media (min-width: 560px) {
  .product-modal__layout {
    grid-template-columns: 1fr 1.1fr;
    align-items: stretch;
  }
}

.product-modal__visual {
  background: linear-gradient(165deg, #f3f6fb 0%, #ffffff 100%);
  display: grid;
  place-items: center;
  padding: 1.5rem 1.25rem;
  min-height: 200px;
}

.product-modal__visual img {
  width: 100%;
  max-height: 280px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 28px rgba(44, 44, 94, 0.15));
}

.product-modal__text {
  padding: 1.35rem 1.35rem 1.5rem;
  text-align: start;
}

.product-modal__text h3 {
  margin: 0 0 0.75rem;
  font-size: 1.15rem;
  color: var(--ink);
  line-height: 1.4;
}

.product-modal__text p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.75;
}

/* ——— CTA ——— */
.cta-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 2rem 1.75rem;
  border-radius: 22px;
  background: linear-gradient(120deg, var(--mec-blue) 0%, var(--mec-blue-dark) 55%, var(--mec-teal) 100%);
  color: #fff;
  box-shadow: var(--shadow);
}

.cta-banner--floral {
  position: relative;
  overflow: hidden;
  justify-content: center;
  text-align: center;
  padding: clamp(2.5rem, 6vw, 4rem) clamp(1rem, 3vw, 2rem);
  border-radius: 28px;
  border: 1px solid rgba(44, 44, 94, 0.14);
  background:
    radial-gradient(circle at 8% 52%, rgba(209, 47, 127, 0.16), transparent 24%),
    radial-gradient(circle at 92% 46%, rgba(16, 107, 54, 0.14), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);
  color: #2c2c5e;
}

.cta-kicker {
  display: inline-block;
  margin-bottom: 0.35rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: #106b36;
}

.cta-banner h3 {
  color: #2c2c5e;
  margin-bottom: 0.35rem;
  font-size: clamp(1.7rem, 3vw, 2.65rem);
}

.cta-banner p {
  margin: 0;
  color: #3f4663;
  max-width: 72ch;
}

.cta-banner--floral .cta-banner-copy {
  position: relative;
  z-index: 2;
}

.cta-banner--floral .btn-cta {
  position: relative;
  z-index: 2;
  margin-top: 0.65rem;
  border: 2px solid #d12f7f;
  background: #fff;
  color: #d12f7f;
  box-shadow: none;
}

.cta-banner--floral .btn-cta:hover {
  background: #d12f7f;
  color: #fff;
  border-color: #d12f7f;
  box-shadow: 0 10px 24px rgba(209, 47, 127, 0.22);
}

.cta-decor {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.cta-decor--left {
  left: -40px;
  bottom: 12px;
  width: 180px;
  height: 180px;
  border-radius: 52% 48% 56% 44%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 130, 198, 0.85), rgba(209, 47, 127, 0.68) 64%, transparent 70%),
    radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.55), transparent 52%);
}

.cta-decor--right {
  right: -36px;
  top: 10px;
  width: 190px;
  height: 190px;
  border-radius: 46% 54% 42% 58%;
  background:
    radial-gradient(circle at 60% 35%, rgba(139, 215, 164, 0.9), rgba(16, 107, 54, 0.62) 64%, transparent 70%),
    radial-gradient(circle at 28% 72%, rgba(255, 255, 255, 0.52), transparent 50%);
}

/* ——— Contact ——— */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.contact-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem 1.25rem;
  box-shadow: var(--shadow-sm);
}

.contact-card--primary {
  background: linear-gradient(145deg, rgba(45, 157, 94, 0.08), var(--surface));
  border-color: rgba(16, 107, 54, 0.22);
}

.contact-card h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.contact-lead {
  margin: 0 0 1.25rem;
  color: var(--muted);
}

.contact-list {
  display: grid;
  gap: 1rem;
}

.contact-item strong {
  display: block;
  font-size: 0.78rem;
  color: var(--muted);
  margin-bottom: 0.2rem;
}

.contact-item a,
.contact-item span {
  font-weight: 600;
  color: var(--ink);
}

.contact-item a:hover {
  color: var(--brand);
}

.contact-item--emails span {
  display: block;
}

/* Contact redesign */
#contact {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(44, 44, 94, 0.08), transparent 35%),
    radial-gradient(circle at 88% 72%, rgba(16, 107, 54, 0.09), transparent 38%),
    linear-gradient(180deg, #f8fbff, #f1f5fb);
}

.contact-grid {
  gap: 1.5rem;
}

.contact-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid #e0e7f0;
  padding: clamp(1.45rem, 2.4vw, 2rem);
  box-shadow: 0 18px 38px rgba(28, 39, 66, 0.1);
}

.contact-card::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -55px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(44, 44, 94, 0.12), transparent 70%);
  pointer-events: none;
}

.contact-card--info {
  background: linear-gradient(145deg, #f6fbf8 0%, #ffffff 55%, #f7f9ff 100%);
}

.contact-card--cta {
  background: linear-gradient(145deg, #ffffff 0%, #f6f9ff 55%, #eef8f2 100%);
}

.contact-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.75rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #1f2b55;
  background: linear-gradient(120deg, rgba(44, 44, 94, 0.12), rgba(16, 107, 54, 0.14));
  margin-bottom: 0.75rem;
}

.contact-card h3 {
  margin-bottom: 0.85rem;
}

.contact-list {
  gap: 1.1rem;
}

.contact-item {
  padding-bottom: 0.65rem;
  border-bottom: 1px dashed rgba(78, 97, 132, 0.2);
}

.contact-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-lead {
  line-height: 1.8;
}

.contact-actions {
  display: grid;
  gap: 0.7rem;
}

.contact-card .btn-outline {
  border-color: rgba(44, 44, 94, 0.25);
  color: #2c2c5e;
  background: rgba(255, 255, 255, 0.75);
}

.contact-card .btn-outline:hover {
  background: #2c2c5e;
  color: #fff;
  border-color: #2c2c5e;
}

/* ——— Footer ——— */
.site-footer {
  padding: clamp(3rem, 6vw, 4.5rem) 0 clamp(1.5rem, 3vw, 2.25rem);
  background: #eef1f6;
  color: #101722;
}

.footer-shell {
  padding-inline: 0;
}

.footer-cta {
  position: relative;
  z-index: 2;
  margin-top: calc(-1 * clamp(28px, 4vw, 56px) + clamp(1.25rem, 3vw, 2.25rem));
  margin-bottom: clamp(1.25rem, 2.2vw, 1.85rem);
  border-radius: clamp(20px, 3vw, 32px);
  padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.25rem, 3vw, 2.5rem);
  color: #fff;
  overflow: hidden;
  box-shadow: 0 28px 50px rgba(7, 12, 20, 0.35);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, transparent 42%),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px) 0 0 / 48px 48px,
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px) 0 0 / 48px 48px,
    radial-gradient(90% 70% at 12% 0%, rgba(209, 47, 127, 0.16) 0%, transparent 45%),
    linear-gradient(165deg, #2c2c5e 0%, #1d2e49 45%, #106b36 100%);
}

.footer-cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}

.footer-cta-head h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #fff;
}

.footer-cta-aside p {
  margin: 0 0 1.25rem;
  font-size: clamp(0.92rem, 1.6vw, 1.02rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
}

.footer-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 1.2rem;
  font-weight: 700;
}

.footer-cta-video {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
}

.footer-cta-video:hover {
  color: #fff;
}

.footer-cta-play {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.btn.light {
  background: #fff;
  color: #0d1420;
  border: 1px solid rgba(13, 20, 32, 0.12);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}

.footer-main {
  position: relative;
  z-index: 1;
  border-radius: clamp(18px, 2.5vw, 28px);
  padding: clamp(2rem, 4vw, 3rem) clamp(1.25rem, 3vw, 2.5rem);
  background: #f4f6fa;
  border: 1px solid #e2e8f2;
  overflow: hidden;
  min-height: clamp(220px, 28vw, 320px);
}

.footer-watermark {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  font-size: clamp(3.5rem, 14vw, 9rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(16, 23, 34, 0.07);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

.footer-main-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.5vw, 2.5rem);
  align-items: start;
}

.footer-brand img {
  height: 44px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  margin-bottom: 0.65rem;
}

.footer-tagline {
  margin: 0;
  font-size: 0.88rem;
  color: #5d6878;
  max-width: 20rem;
  line-height: 1.55;
}

.footer-nav-col {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.footer-nav-col a {
  font-size: 0.9rem;
  color: #5d6878;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-nav-col a:hover {
  color: #101722;
}

.footer-bottom {
  margin-top: clamp(1rem, 2vw, 1.35rem);
  padding-top: clamp(0.85rem, 1.5vw, 1.1rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  direction: ltr;
}

.footer-bottom-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem 1.25rem;
}

.footer-bottom-right > p {
  margin: 0;
  color: #6a7585;
  font-size: 0.88rem;
}

.footer-legal {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.footer-legal a {
  color: #6a7585;
  text-decoration: none;
  font-size: 0.86rem;
}

.footer-legal a:hover {
  color: #101722;
}

.dev-credit {
  margin-top: clamp(0.85rem, 1.5vw, 1.1rem);
  padding-top: clamp(0.75rem, 1.2vw, 1rem);
  border-top: 1px solid rgba(16, 23, 34, 0.08);
  text-align: center;
  font-size: 0.72rem;
  color: #6a7585;
  direction: rtl;
}

.dev-credit a {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.dev-credit a:hover {
  color: var(--accent-2);
}

/* ——— WhatsApp ——— */
.whatsapp-float {
  position: fixed;
  left: 18px;
  bottom: 18px;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  z-index: 1200;
  color: #fff;
  background: linear-gradient(145deg, #25d366, #0d5c4a);
  box-shadow: 0 16px 28px rgba(7, 20, 16, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
}

/* Hard lock: prevent any horizontal page movement */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip !important;
}

body,
main,
section,
.header-stack,
.site-header,
.nav-wrap,
.hero,
.hero-mec-slider,
.hero-mec-layout,
.container {
  max-width: 100%;
  overflow-x: clip;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

.wa-icon {
  width: 28px;
  height: 28px;
}

/* ——— Reveal ——— */
[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.65s var(--ease),
    transform 0.65s var(--ease);
}

[data-reveal].revealed {
  opacity: 1;
  transform: none;
}

/* ——— RTL helpers ——— */
body.rtl .utility-note {
  margin-inline-start: auto;
}

body.rtl .hero-mec-copy-col {
  text-align: right;
}

/* ——— Responsive ——— */
@media (max-width: 1100px) {
  .category-scroll {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .brand-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .promo-trio,
  .brand-grid-mec,
  .product-grid-mec {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .utility-bar {
    display: none;
  }

  .header-bar {
    grid-template-columns: 1fr;
    align-items: center;
    min-height: 64px;
    gap: 0.65rem;
    padding-block: 0.45rem;
    position: relative;
  }

  .brand-logo-wrap {
    padding: 0.15rem 0.28rem;
    border-radius: 12px;
  }

  .brand-logo-img {
    height: 38px;
    max-width: min(100px, 36vw);
  }

  .brand-wordmark {
    font-size: 1.1rem;
  }

  .brand-title {
    font-size: 0.72rem;
  }

  .brand-subtitle {
    display: none;
  }

  .header-actions {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 11px;
    box-shadow: 0 10px 24px rgba(14, 27, 58, 0.16);
    border-color: rgba(44, 44, 94, 0.14);
    background: linear-gradient(145deg, #ffffff 0%, #f4faf7 100%);
    position: absolute;
    left: 0.25rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1001;
  }

  /* القائمة على اليسار: مساحة من جهة البداية (يسار في LTR) */
  .brand {
    padding-inline-start: 3.35rem;
    padding-inline-end: 0;
  }

  /* RTL: الشعار على اليمين — إزالة الحشو الخاطئ عن الحافة + مساحة لزر القائمة (يسار الشاشة) */
  body.rtl .brand {
    padding-inline-start: 0;
    padding-inline-end: calc(42px + 0.45rem);
    justify-content: flex-start;
    width: 100%;
  }

  .nav-links {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: min(88vw, 360px);
    margin: 0;
    padding: calc(var(--header-h) + 1rem) 1rem 1.5rem;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    background: linear-gradient(180deg, #ffffff 0%, #f8fcf9 55%, #eef5f1 100%);
    border-inline-start: 1px solid rgba(44, 44, 94, 0.08);
    box-shadow: -28px 0 60px rgba(12, 18, 34, 0.22);
    transform: translateX(108%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow-y: auto;
    transition:
      transform 0.35s var(--ease),
      opacity 0.35s ease,
      visibility 0.35s ease;
    z-index: 1200;
    border-radius: 24px 0 0 24px;
  }

  body.rtl .nav-links {
    transform: translateX(108%);
    right: 0;
    box-shadow: -28px 0 60px rgba(12, 18, 34, 0.22);
  }

  body.rtl .nav-links.open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-links.open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .nav-links a {
    padding: 0.85rem 1rem;
    border-radius: 12px;
    background: rgba(45, 157, 94, 0.08);
    border: 1px solid rgba(45, 157, 94, 0.1);
  }

  .nav-dropdown {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-dropdown-btn {
    width: 100%;
    justify-content: space-between;
    text-align: start;
    background: rgba(45, 157, 94, 0.08);
    padding: 0.85rem 1rem;
    border-radius: 12px;
  }

  .mega-panel {
    position: static;
    width: 100%;
    display: none;
    margin-top: 0.35rem;
    padding: 0.5rem 0 0 0.5rem;
    border: none;
    box-shadow: none;
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .nav-dropdown.is-open .mega-panel {
    display: grid;
  }

  .hero-mec-layout {
    grid-template-columns: 1fr;
  }

  .hero-mec-visual-col {
    order: -1;
  }

  .hero-mec-slider {
    min-height: unset;
  }

  .hero-mec-copy-col {
    min-height: unset;
  }

  .category-scroll {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-block,
  .split-block--reverse {
    grid-template-columns: 1fr;
  }

  .split-block--reverse .split-media {
    order: 0;
  }

  .card-grid.three,
  .innovation-grid,
  .journey-track,
  .contact-grid,
  .footer-main-grid,
  .promo-trio,
  .brand-grid-mec,
  .product-grid-mec,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .oceanic-showcase__grid--cards {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    padding: 0.85rem;
  }

  .oceanic-showcase__grid--cards .product-card-oc,
  .oceanic-showcase__grid--cards .product-card-oc:nth-child(12n + 1),
  .oceanic-showcase__grid--cards .product-card-oc:nth-child(12n + 6),
  .oceanic-showcase__grid--cards .product-card-oc:nth-child(12n + 11) {
    grid-column: span 3;
  }

  .concept-grid {
    grid-template-columns: 1fr;
  }

  .utility-note {
    width: 100%;
    margin-inline-start: 0;
    text-align: center;
  }

  .utility-inner {
    justify-content: center;
  }

  .footer-cta {
    margin-top: calc(-1 * clamp(16px, 3vw, 32px) + clamp(1rem, 2.5vw, 1.75rem));
  }

  .footer-cta-inner,
  .footer-main-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-bottom-right {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  .brand-title {
    display: none;
  }

  .header-bar {
    min-height: 60px;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
  }

  body.rtl .brand {
    padding-inline-end: calc(40px + 0.4rem);
  }

  .category-scroll {
    grid-template-columns: 1fr;
  }

  .brand-tile-visual {
    min-height: 100px;
  }

  .hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .hero .btn {
    width: 100%;
    justify-content: center;
  }

  .cta-banner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .btn-cta {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* ===== Reference-style redesign (Afnan colors) ===== */
:root {
  --container: min(1240px, calc(100% - 2rem));
}

body {
  background: #f7f7f7;
}

.header-stack {
  position: fixed;
  top: 0;
  inset-inline: 0;
  z-index: 1200;
  box-shadow: none;
}

.utility-bar {
  background: rgba(44, 44, 94, 0.96);
  backdrop-filter: blur(8px);
}

.site-header {
  background: rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.98);
  border-bottom-color: #e6e8ec;
}

.site-header.scrolled .nav-links a,
.site-header.scrolled .nav-dropdown-btn,
.site-header.scrolled .brand-title,
.site-header.scrolled .brand-subtitle {
  color: #2c2c5e;
}

.brand-logo-wrap {
  background: #fff;
  border: 1px solid rgba(16, 107, 54, 0.22);
  box-shadow: 0 10px 28px rgba(23, 29, 54, 0.12);
}

.nav-links a,
.nav-dropdown-btn {
  color: #fff;
  font-weight: 700;
}

.nav-links a:hover,
.nav-links a.active,
.nav-dropdown-btn:hover,
.nav-dropdown.is-open .nav-dropdown-btn {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.btn-header {
  background: linear-gradient(135deg, #2c2c5e, #106b36);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

main {
  padding-top: 0;
}

.hero-mec-slider {
  min-height: 82vh;
  background:
    linear-gradient(120deg, rgba(10, 16, 36, 0.58), rgba(13, 60, 38, 0.45)),
    radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.2), transparent 35%),
    linear-gradient(180deg, #c7e1d2 0%, #7bbf9b 35%, #2f7c59 62%, #27306c 100%);
}

.hero-slide-title {
  font-size: clamp(2rem, 4.3vw, 3.4rem);
  line-height: 1.18;
}

.hero-slide-text {
  max-width: 58ch;
}

.hero-slide-cta {
  background: #2c2c5e;
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.hero-mec-stage {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 28px 55px rgba(7, 12, 30, 0.35);
  padding: 1.2rem;
}

.hero-logo-showcase {
  min-height: 400px;
}

.section {
  padding: clamp(4rem, 7vw, 6rem) 0;
}

.section-pale {
  background: #ffffff;
  border: none;
}

.promo-trio {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.15rem;
}

.promo-card {
  text-align: center;
  padding: 1.1rem 1rem;
  border-radius: 20px;
  border: 1px solid #e7ecf1;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.promo-card h3 {
  font-size: 1rem;
}

.promo-card p {
  font-size: 0.82rem;
}

.promo-link {
  border: 0;
  color: #106b36;
}

.section-intro h2,
.split-copy h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
}

.split-block {
  gap: 3rem;
}

.media-elevated {
  border-radius: 24px;
  border: 1px solid #dfe6ee;
  box-shadow: 0 24px 48px rgba(28, 39, 66, 0.14);
}

#brands {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 253, 0.97)),
    radial-gradient(circle at 90% 10%, rgba(16, 107, 54, 0.06), transparent 34%);
}

.brand-grid-mec {
  gap: 1.3rem;
}

.brand-tile {
  border-radius: 20px;
}

.brand-tile-visual {
  min-height: 150px;
}

.service-card {
  border-radius: 20px;
  border: 1px solid #e4e8ef;
}

#news {
  background: #fff;
}

#contact {
  background: linear-gradient(180deg, #f8fbff, #f2f6fc);
}

.contact-card {
  border-radius: 22px;
  border: 1px solid #e3e8ef;
  box-shadow: 0 16px 34px rgba(28, 39, 66, 0.08);
}

/* Footer uses the replicated AOSC layout styles above. */

@media (max-width: 1200px) {
  .promo-trio {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .header-stack {
    position: fixed;
  }

  main {
    padding-top: 0;
  }

  .site-header {
    background: rgba(255, 255, 255, 0.97);
    border-bottom-color: #e6e8ec;
  }

  .nav-links a,
  .nav-dropdown-btn,
  .brand-title,
  .brand-subtitle {
    color: #2c2c5e;
  }

  .hero-mec-layout {
    grid-template-columns: 1fr;
  }

  .hero-logo-showcase {
    min-height: 280px;
  }

  .promo-trio {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-main-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== Products block - replica style ===== */
.products-spotlight {
  background: #fff;
  padding-top: clamp(3.2rem, 6vw, 4.5rem);
}

.care-focus {
  padding-block: clamp(2.8rem, 5.4vw, 5rem);
  position: relative;
}

.care-focus__card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(290px, 440px) minmax(320px, 1fr);
  align-items: stretch;
  gap: clamp(1rem, 2vw, 1.9rem);
  background: linear-gradient(134deg, #ffffff 8%, #f7f9fd 55%, #eef4fb 100%);
  border: 1px solid rgba(44, 44, 94, 0.12);
  border-radius: 32px;
  box-shadow:
    0 28px 55px rgba(20, 29, 57, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.75);
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.care-focus__card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.75), rgba(44, 44, 94, 0.2), rgba(16, 107, 54, 0.18));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.care-focus__card:hover {
  transform: translateY(-5px);
  box-shadow:
    0 34px 62px rgba(16, 23, 45, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.care-focus__card--reverse {
  grid-template-columns: minmax(320px, 1fr) minmax(280px, 420px);
}

.care-focus__media {
  position: relative;
  min-height: 100%;
  background: #e9eef6;
  isolation: isolate;
}

.care-focus__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(25deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.02) 45%);
  z-index: 1;
  pointer-events: none;
}

.care-focus__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 0.45s ease;
}

.care-focus__card:hover .care-focus__media img {
  transform: scale(1.055);
}

.care-focus__content {
  padding: clamp(1.3rem, 2.8vw, 2.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.9rem;
}

.care-focus__content h2 {
  margin: 0;
  color: #1e2444;
  font-size: clamp(1.5rem, 3.05vw, 2.15rem);
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.care-focus__content p {
  margin: 0;
  color: #4f5974;
  max-width: 54ch;
  line-height: 1.9;
}

.care-focus__products {
  display: grid;
  grid-template-columns: repeat(5, minmax(56px, 1fr));
  gap: 0.55rem;
  margin-top: 0.2rem;
}

.care-focus__product {
  margin: 0;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(44, 44, 94, 0.13);
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(33, 39, 65, 0.14);
}

.care-focus__product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.care-focus--women .eyebrow {
  color: #b44774;
  font-weight: 700;
}

.care-focus--men .eyebrow {
  color: #1f56aa;
  font-weight: 700;
}

.care-focus .btn-primary {
  width: fit-content;
  margin-top: 0.5rem;
  padding-inline: 1.2rem;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(21, 37, 81, 0.2);
}

.care-focus--women .btn-primary {
  background: linear-gradient(135deg, #ca5b8c, #a73f6f);
}

.care-focus--men .btn-primary {
  background: linear-gradient(135deg, #2468d0, #1f3d8e);
}

@media (max-width: 900px) {
  .care-focus__card,
  .care-focus__card--reverse {
    grid-template-columns: 1fr;
  }

  .care-focus__media {
    max-height: 420px;
  }

  .care-focus__content {
    text-align: center;
    align-items: center;
  }

  .care-focus__products {
    width: 100%;
    max-width: 380px;
    grid-template-columns: repeat(5, minmax(50px, 1fr));
  }
}

.products-title-strip {
  text-align: center;
  margin-bottom: 1.45rem;
}

.products-title-strip h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.7rem);
  color: #2c2c5e;
  font-weight: 800;
}

.products-title-strip__ornament {
  display: block;
  width: min(230px, 55vw);
  margin: 0.55rem auto 0;
  height: auto;
  opacity: 0.95;
}

.women-products-creative {
  background:
    radial-gradient(1000px 280px at 10% 0%, rgba(201, 87, 144, 0.12), transparent 55%),
    radial-gradient(900px 280px at 90% 100%, rgba(40, 89, 177, 0.1), transparent 52%),
    linear-gradient(180deg, #f6f7fb 0%, #eef3f9 100%);
}

.men-products-creative {
  background:
    radial-gradient(1000px 280px at 12% 0%, rgba(39, 114, 218, 0.12), transparent 55%),
    radial-gradient(900px 280px at 88% 100%, rgba(10, 120, 80, 0.1), transparent 52%),
    linear-gradient(180deg, #f2f6fb 0%, #e9f1fa 100%);
}

.women-products-creative__head {
  text-align: center;
  margin-bottom: clamp(1.3rem, 2.8vw, 2rem);
}

.women-products-creative__head h2 {
  margin: 0.2rem 0 0.5rem;
  color: #23284b;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
}

.women-products-creative__head p {
  margin: 0 auto;
  max-width: 64ch;
  color: #5d6782;
}

.women-products-creative__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(0.65rem, 1.4vw, 1rem);
}

.women-product-card {
  padding: 0.7rem 0.6rem 0.9rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(44, 44, 94, 0.1);
  box-shadow: 0 12px 24px rgba(25, 33, 57, 0.11);
  backdrop-filter: blur(3px);
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.women-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 30px rgba(21, 31, 54, 0.16);
}

.women-product-card__visual {
  height: clamp(150px, 20vw, 210px);
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff, #f3f5fb);
}

.women-product-card__visual img {
  max-height: 95%;
  width: auto;
  object-fit: contain;
}

.women-product-card h3 {
  margin: 0.72rem 0 0;
  color: #2a315a;
  font-size: clamp(0.88rem, 1.4vw, 1rem);
  line-height: 1.45;
}

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

  .women-product-card__visual {
    height: 165px;
  }
}

.products-grid-ref .products {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
}

.products-grid-ref .dt-col {
  width: 100%;
}

.products-grid-ref .product-wrapper {
  background: #fff;
  border: 1.5px solid rgba(44, 44, 94, 0.28);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(24, 33, 57, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.products-grid-ref .product-wrapper:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(16, 107, 54, 0.14);
  border-color: rgba(16, 107, 54, 0.42);
}

.products-grid-ref .product-thumb {
  position: relative;
}

.products-grid-ref .image {
  display: block;
  position: relative;
  aspect-ratio: 3 / 4.2;
  overflow: hidden;
  background: #fff;
}

.products-grid-ref .primary-image,
.products-grid-ref .secondary-image {
  position: absolute;
  inset: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.4s ease, opacity 0.35s ease;
}

.products-grid-ref .secondary-image {
  opacity: 0;
  transform: translateX(-8%);
}

.products-grid-ref .product-with-secondary-image .image:hover .secondary-image {
  opacity: 1;
  transform: translateX(0);
}

.products-grid-ref .product-with-secondary-image .image:hover .primary-image {
  opacity: 0;
  transform: translateX(8%);
}

.products-grid-ref .product-thumb-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.15);
  z-index: 1;
  opacity: 0.3;
  transition: opacity 0.28s ease;
}

.products-grid-ref .image:hover .product-thumb-overlay {
  opacity: 0.15;
}

.products-grid-ref .product-details {
  padding: 0.7rem 0.75rem 0.85rem;
  text-align: center;
  border-top: 1px solid #ececf2;
}

.products-grid-ref .product-title h5 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.45;
}

.products-grid-ref .product-title a {
  color: #2c2c5e;
  font-weight: 700;
}

.products-grid-ref .product-short-description {
  display: none;
}

.products-more-wrap {
  margin-top: 1.35rem;
  text-align: center;
}

.products-more-wrap .elementor-button-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  min-height: 48px;
  border-radius: 999px;
  border: 2px solid #2c2c5e;
  background: linear-gradient(135deg, #2c2c5e, #106b36);
  color: #fff;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.products-more-wrap .elementor-button-link:hover {
  background: linear-gradient(135deg, #106b36, #2c2c5e);
  border-color: #106b36;
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(16, 107, 54, 0.28);
}

.products-more-wrap .elementor-button-link[disabled] {
  opacity: 0.72;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

@media (max-width: 1100px) {
  .products-grid-ref .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .products-grid-ref .products {
    grid-template-columns: 1fr;
  }
}

/* ===== Replace "luxury products" with left-reference categories ===== */
.category-showcase {
  background: #f0f1f3;
  padding: clamp(3.6rem, 7vw, 5.2rem) 0;
  border-top: 1px solid #e3e5ea;
  border-bottom: 1px solid #e3e5ea;
}

.category-showcase__head {
  text-align: center;
  margin-bottom: 2rem;
}

.category-showcase__head h2 {
  margin: 0;
  font-size: clamp(1.95rem, 3.2vw, 3rem);
  color: #2c2c5e;
  font-weight: 400;
}

.category-showcase__head h2 strong,
.category-showcase__head h2 span {
  color: #d12f7f;
}

.category-showcase__ornament-img {
  display: block;
  width: min(240px, 62vw);
  height: auto;
  margin: 0.75rem auto 0;
  opacity: 0.95;
}

.category-showcase__grid {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(0.8rem, 1.6vw, 1.4rem);
  align-items: stretch;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0.35rem;
  padding-inline: clamp(0.35rem, 1.2vw, 0.85rem);
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}

.category-showcase__grid > .category-showcase__item {
  flex: 0 0 clamp(170px, 18vw, 220px);
  scroll-snap-align: start;
}

.category-showcase__item {
  text-align: center;
  padding: 0.6rem 0.4rem 0.7rem;
  border-radius: 16px;
  border: 1px solid transparent;
  background: transparent;
}

.category-showcase__visual {
  min-height: 220px;
  display: grid;
  place-items: end center;
  margin-bottom: 0.75rem;
  position: relative;
}

.category-showcase__visual::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.78), rgba(209, 47, 127, 0.2));
  z-index: 0;
}

.category-showcase__item:nth-child(2) .category-showcase__visual::before {
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.78), rgba(16, 107, 54, 0.2));
}

.category-showcase__item:nth-child(3) .category-showcase__visual::before {
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.78), rgba(44, 44, 94, 0.2));
}

.category-showcase__visual img {
  position: relative;
  z-index: 1;
  max-height: 210px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(22, 31, 52, 0.2));
  transition: transform 0.28s ease;
}

.category-showcase__item:hover .category-showcase__visual img {
  transform: translateY(-6px) scale(1.02);
}

.category-showcase__item h3 {
  margin: 0;
  font-size: 1.08rem;
  color: #272d39;
  font-weight: 700;
  line-height: 1.35;
}

.title-en {
  display: inline-block;
  margin-inline-start: 0.35rem;
  font-size: 0.82em;
  font-weight: 600;
  opacity: 0.82;
}

.category-showcase__grid::-webkit-scrollbar {
  height: 8px;
}

.category-showcase__grid::-webkit-scrollbar-thumb {
  background: rgba(44, 44, 94, 0.35);
  border-radius: 999px;
}

/* بطاقة مميزة بنفس روح الـ div المرجعي (صورة + دائرة لونية + حركة) */
.category-showcase__item--featured .category-showcase__visual {
  min-height: 220px;
  width: auto;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  isolation: isolate;
  background: transparent;
  transition: none;
}

.category-showcase__item--featured .category-showcase__visual::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #d5dbe6 0%, #98a3b6 55%, #6f7c92 100%);
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 1;
  transition: transform 0.42s ease, opacity 0.42s ease;
  opacity: 0.95;
  box-shadow: 0 12px 26px rgba(88, 103, 131, 0.35);
}

.category-showcase__item--featured .category-showcase__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(176, 189, 212, 0.74), rgba(109, 126, 156, 0.86));
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.category-showcase__item--featured .category-showcase__visual img {
  max-height: 188px;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
  animation: featuredFloat 2.2s ease-in-out infinite;
  filter: drop-shadow(0 16px 26px rgba(20, 26, 48, 0.24));
  will-change: transform;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.category-showcase__item--featured h3 {
  color: #50617d;
  font-size: 1.16rem;
  letter-spacing: 0.01em;
}

/* نسخة مواد التنظيف — نفس التأثير مع ألوان المنتج الأزرق */
.category-showcase__item--featured-clean .category-showcase__visual {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.category-showcase__item--featured-clean .category-showcase__visual::before {
  content: "";
  position: absolute;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #b8f7a4 0%, #70cf4f 58%, #3f9c2a 100%);
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.94;
  z-index: 1;
  box-shadow: 0 12px 26px rgba(68, 146, 42, 0.34);
  transition: transform 0.42s ease, opacity 0.42s ease;
}

.category-showcase__item--featured-clean .category-showcase__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(150deg, rgba(122, 207, 80, 0.72), rgba(64, 146, 42, 0.84));
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.category-showcase__item--featured-clean .category-showcase__visual img {
  position: relative;
  z-index: 2;
  max-height: 174px;
  animation: featuredFloat 2.4s ease-in-out infinite;
  filter: drop-shadow(0 18px 28px rgba(64, 116, 44, 0.28));
  transition: transform 0.35s ease, filter 0.35s ease;
}

.category-showcase__item--featured-clean:hover .category-showcase__visual::before {
  transform: translate(-50%, -50%) scale(11);
  opacity: 0.45;
}

.category-showcase__item--featured-clean:hover .category-showcase__visual::after {
  opacity: 1;
  transform: scale(1);
}

.category-showcase__item--featured-clean:hover .category-showcase__visual img {
  transform: translateY(-10px) scale(1.07);
  filter: drop-shadow(0 20px 32px rgba(33, 90, 149, 0.35));
}

.category-showcase__item--featured-clean h3 {
  color: #3d8f2c;
  font-size: 1.14rem;
}

/* عناية بالبشرة — نفس الفكرة (كرة + hover cover) بألوان المنتج */
.category-showcase__item--featured-skin .category-showcase__visual {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.category-showcase__item--featured-skin .category-showcase__visual::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #9bf3ed 0%, #57cbc2 54%, #2f9f99 100%);
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  z-index: 1;
  box-shadow:
    0 16px 32px rgba(56, 143, 154, 0.38),
    inset 0 2px 8px rgba(255, 255, 255, 0.1);
  transition: transform 0.42s ease, opacity 0.42s ease;
}

.category-showcase__item--featured-skin .category-showcase__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(150deg, rgba(92, 203, 195, 0.8), rgba(49, 145, 150, 0.9));
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.category-showcase__item--featured-skin .category-showcase__visual img {
  position: relative;
  z-index: 2;
  max-height: 162px;
  margin: 0;
  animation: featuredFloat 2.3s ease-in-out infinite;
  filter: drop-shadow(0 16px 24px rgba(58, 68, 86, 0.34));
  transition: transform 0.35s ease, filter 0.35s ease;
}

.category-showcase__item--featured-skin:hover .category-showcase__visual::before {
  transform: translate(-50%, -50%) scale(11);
  opacity: 0.42;
}

.category-showcase__item--featured-skin:hover .category-showcase__visual::after {
  opacity: 1;
  transform: scale(1);
}

.category-showcase__item--featured-skin:hover .category-showcase__visual img {
  transform: translateY(-8px) scale(1.06);
  filter: drop-shadow(0 20px 30px rgba(58, 68, 86, 0.4));
}

.category-showcase__item--featured-skin h3 {
  color: #2e8d91;
  font-size: 1.14rem;
}

/* غسول الأيدي (LUX) — نفس فكرة الكرة والأنيميشن بألوان المنتج */
.category-showcase__item--featured-hand .category-showcase__visual {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.category-showcase__item--featured-hand .category-showcase__visual::before {
  content: "";
  position: absolute;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 206, 222, 0.86), rgba(212, 83, 126, 0.94));
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  z-index: 1;
  box-shadow: 0 12px 26px rgba(170, 67, 111, 0.36);
  transition: transform 0.42s ease, opacity 0.42s ease;
}

.category-showcase__item--featured-hand .category-showcase__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(255, 200, 220, 0.84), rgba(195, 76, 120, 0.92));
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.category-showcase__item--featured-hand .category-showcase__visual img {
  position: relative;
  z-index: 2;
  max-height: 160px;
  animation: featuredFloat 2.3s ease-in-out infinite;
  filter: drop-shadow(0 16px 24px rgba(149, 61, 99, 0.3));
  transition: transform 0.35s ease, filter 0.35s ease;
}

.category-showcase__item--featured-hand:hover .category-showcase__visual::before {
  transform: translate(-50%, -50%) scale(10.8);
  opacity: 0.43;
}

.category-showcase__item--featured-hand:hover .category-showcase__visual::after {
  opacity: 1;
  transform: scale(1);
}

.category-showcase__item--featured-hand:hover .category-showcase__visual img {
  transform: translateY(-8px) scale(1.07);
  filter: drop-shadow(0 20px 30px rgba(133, 91, 63, 0.38));
}

/* العناية بالشعر (Pantene) — كرة ذهبية بنفس لون المنتج */
.category-showcase__item--featured-hair .category-showcase__visual {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.category-showcase__item--featured-hair .category-showcase__visual::before {
  content: "";
  position: absolute;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff1b1 0%, #f4c740 52%, #cf9d1f 100%);
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  z-index: 1;
  box-shadow: 0 12px 28px rgba(173, 133, 35, 0.42);
  transition: transform 0.42s ease, opacity 0.42s ease;
}

.category-showcase__item--featured-hair .category-showcase__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(255, 227, 133, 0.82), rgba(201, 150, 31, 0.9));
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.category-showcase__item--featured-hair .category-showcase__visual img {
  position: relative;
  z-index: 2;
  max-height: 188px;
  animation: featuredFloat 2.4s ease-in-out infinite;
  filter: drop-shadow(0 16px 24px rgba(136, 102, 24, 0.34));
  transition: transform 0.35s ease, filter 0.35s ease;
}

.category-showcase__item--featured-hair:hover .category-showcase__visual::before {
  transform: translate(-50%, -50%) scale(10.8);
  opacity: 0.42;
}

.category-showcase__item--featured-hair:hover .category-showcase__visual::after {
  opacity: 1;
  transform: scale(1);
}

.category-showcase__item--featured-hair:hover .category-showcase__visual img {
  transform: translateY(-10px) scale(1.07);
  filter: drop-shadow(0 20px 30px rgba(132, 99, 21, 0.4));
}

.category-showcase__item--featured {
  background: linear-gradient(180deg, rgba(238, 242, 248, 0.85), rgba(229, 235, 245, 0.72));
  border-color: rgba(93, 108, 138, 0.22);
}

.category-showcase__item--featured-clean {
  background: linear-gradient(180deg, rgba(226, 246, 218, 0.86), rgba(210, 237, 198, 0.72));
  border-color: rgba(69, 144, 42, 0.2);
}

.category-showcase__item--featured-skin {
  background: linear-gradient(180deg, rgba(220, 250, 247, 0.86), rgba(198, 239, 236, 0.72));
  border-color: rgba(49, 145, 150, 0.2);
}

.category-showcase__item--featured-hand {
  background: linear-gradient(180deg, rgba(253, 225, 236, 0.86), rgba(247, 206, 224, 0.72));
  border-color: rgba(187, 74, 118, 0.2);
}

.category-showcase__item--featured-hair {
  background: linear-gradient(180deg, rgba(255, 244, 199, 0.9), rgba(250, 231, 168, 0.74));
  border-color: rgba(198, 153, 39, 0.22);
}

.category-showcase__item--featured-ace {
  background: linear-gradient(180deg, rgba(217, 237, 252, 0.9), rgba(193, 222, 246, 0.74));
  border-color: rgba(77, 142, 198, 0.24);
}

.category-showcase__item--featured-ace .category-showcase__visual::before {
  background: radial-gradient(circle at 35% 28%, #c6e7ff 0%, #76b9ea 55%, #4a8fcf 100%);
  box-shadow: 0 12px 28px rgba(70, 133, 192, 0.38);
}

.category-showcase__item--featured-ace h3 {
  color: #3f7fb8;
}

.category-showcase__item--featured-cif {
  background: linear-gradient(180deg, rgba(233, 248, 202, 0.9), rgba(217, 239, 169, 0.74));
  border-color: rgba(117, 163, 41, 0.24);
}

.category-showcase__item--featured-cif .category-showcase__visual::before {
  background: radial-gradient(circle at 35% 28%, #f5f280 0%, #b9d63c 55%, #70aa2a 100%);
  box-shadow: 0 12px 28px rgba(108, 156, 45, 0.38);
}

.category-showcase__item--featured-cif h3 {
  color: #6c9a2d;
}

.category-showcase__item--featured-flota {
  background: linear-gradient(180deg, rgba(217, 249, 240, 0.9), rgba(191, 238, 225, 0.74));
  border-color: rgba(54, 161, 131, 0.24);
}

.category-showcase__item--featured-flota .category-showcase__visual::before {
  background: radial-gradient(circle at 35% 28%, #9ef3e4 0%, #49c7ad 55%, #2d9a82 100%);
  box-shadow: 0 12px 28px rgba(42, 143, 116, 0.36);
}

.category-showcase__item--featured-flota h3 {
  color: #2f9a81;
}

.category-showcase__item--featured:hover .category-showcase__visual {
  background: transparent;
}

.category-showcase__item--featured:hover .category-showcase__visual::before {
  transform: translate(-50%, -50%) scale(8);
  opacity: 0.4;
}

.category-showcase__item--featured:hover .category-showcase__visual::after {
  opacity: 1;
  transform: scale(1);
}

.category-showcase__item--featured:hover .category-showcase__visual img {
  transform: translateY(-10px) scale(1.07);
  filter: drop-shadow(0 20px 28px rgba(20, 26, 48, 0.32));
}

@keyframes featuredFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg) scale(1);
  }
  50% {
    transform: translateY(-12px) rotate(-1deg) scale(1.03);
  }
}

@keyframes featuredBgShift {
  0%,
  100% {
    transform: scale(1);
    filter: saturate(1);
  }
  50% {
    transform: scale(1.04);
    filter: saturate(1.14);
  }
}

@media (max-width: 1100px) {
  .category-showcase__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 1.4rem;
  }
}

@media (max-width: 720px) {
  .category-showcase__grid {
    gap: 0.7rem;
    padding-inline: 0.85rem;
  }

  .category-showcase__grid > .category-showcase__item {
    flex-basis: min(72vw, 250px);
  }

  .category-showcase__visual {
    min-height: 180px;
  }

  .category-showcase__visual img {
    max-height: 170px;
  }

  .category-showcase__item {
    padding: 0.75rem 0.55rem 0.85rem;
    border-radius: 14px;
  }

  .category-showcase__item h3 {
    font-size: 1rem;
    min-height: 2.5em;
  }

  .category-showcase__item .title-en {
    display: block;
    margin: 0.15rem 0 0;
    font-size: 0.78em;
    opacity: 0.75;
  }

  .about-feature__layout {
    grid-template-columns: 1fr;
  }

  .about-feature__copy {
    order: 2;
  }

  .about-feature__media {
    order: 1;
  }

  .about-feature__visual {
    min-height: 320px;
  }
}

/* ===== Navbar replica from aosc.ly ===== */
body.nav-menu-open {
  overflow: hidden;
  touch-action: none;
}

body.nav-menu-open .header-stack {
  z-index: 10001;
}

.header-stack {
  position: sticky;
  top: 0;
  z-index: 120;
  box-shadow: none;
}

.utility-bar {
  background: #f4f6f9;
  color: #0b1118;
  border-bottom: 1px solid #d7dee8;
  font-size: 0.86rem;
}

.utility-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 0.55rem 0;
}

.utility-inner--drawer {
  display: none;
}

.utility-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.utility-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(120deg, #2c2c5e, #106b36);
  box-shadow: 0 8px 16px rgba(44, 44, 94, 0.2);
}

.utility-icon svg {
  width: 18px;
  height: 18px;
}

.utility-label {
  display: block;
  font-size: 0.72rem;
  color: #5c6778;
}

.utility-value {
  font-weight: 700;
  color: #0b1118;
  text-decoration: none;
}

.site-header {
  background: rgba(8, 14, 22, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-wrap {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  grid-template-areas: "brand toggle nav cta";
  align-items: center;
  gap: 0.75rem;
}

.brand {
  grid-area: brand;
  justify-self: end;
  min-width: 0;
  padding: 0;
}

.brand-logo-wrap {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.brand-logo-img {
  height: 48px;
  max-width: min(220px, 52vw);
  filter: none;
}

.brand-wordmark,
.brand-title,
.brand-subtitle {
  color: #fff;
}

.brand-subtitle {
  color: rgba(255, 255, 255, 0.68);
}

.nav-links {
  grid-area: nav;
  display: flex;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 0.24rem;
  justify-self: center;
  align-items: center;
}

.nav-mobile-head,
.nav-mobile-section,
.nav-mobile-close,
.nav-mobile-cta {
  display: none;
}

.nav-mobile-links {
  display: contents;
}

.nav-item-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #eef2f8;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-weight: 500;
  transition: 0.25s ease;
}

.nav-item-link:hover,
.nav-item-link.active {
  background: linear-gradient(120deg, #2c2c5e, #106b36);
  color: #fff;
}

.nav-cta {
  grid-area: cta;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(120deg, #2c2c5e, #106b36);
  box-shadow: 0 12px 22px rgba(16, 107, 54, 0.25);
  white-space: nowrap;
}

.menu-toggle {
  grid-area: toggle;
  justify-self: start;
  display: none;
  border: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 10px;
}

@media (max-width: 980px) {
  .utility-bar {
    display: none;
  }

  .nav-wrap {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "brand nav toggle";
    min-height: 72px;
  }

  .nav-wrap .brand {
    justify-self: start;
  }

  .nav-wrap .menu-toggle {
    justify-self: end;
    display: inline-grid;
    place-items: center;
    min-width: 44px;
    min-height: 44px;
  }

  .nav-cta {
    display: none;
  }

  .nav-links {
    position: fixed;
    inset: 0;
    z-index: 10000;
    width: 100%;
    min-height: 100dvh;
    margin: 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #000;
    box-shadow: none;
    overflow-y: auto;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: transform 0.28s ease, visibility 0.28s step-end;
  }

  .nav-links.open {
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition: transform 0.28s ease, visibility 0s step-start;
  }

  .nav-mobile-head {
    display: block;
    position: relative;
    background: linear-gradient(165deg, #2c2c5e 0%, #1d2e49 45%, #106b36 100%);
    padding: calc(env(safe-area-inset-top, 0px) + 0.55rem) 0 0;
    border-radius: 0 0 28px 28px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  }

  .nav-mobile-head__inner {
    width: var(--max);
    max-width: 100%;
    margin-inline: auto;
    padding: 0.2rem 1.15rem 2rem;
  }

  .nav-mobile-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }

  .nav-mobile-brand .brand-logo-img {
    height: 40px;
    max-width: min(200px, 58vw);
  }

  .nav-mobile-close {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 12px;
    background: rgba(8, 10, 14, 0.38);
    color: #fff;
    cursor: pointer;
  }

  .nav-mobile-intro {
    text-align: center;
    padding: 1rem 0.5rem 0.1rem;
    color: #fff;
  }

  .nav-mobile-intro__title {
    margin: 0 0 0.4rem;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.06em;
  }

  .nav-mobile-intro__sub {
    margin: 0;
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.92);
  }

  .utility-inner--drawer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 1rem 1.15rem 1.15rem;
  }

  .utility-inner--drawer .utility-label {
    color: rgba(255, 255, 255, 0.68);
  }

  .utility-inner--drawer .utility-value {
    color: #fff;
  }

  .nav-mobile-links {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.75rem 1rem 0.5rem;
    flex: 1 1 auto;
  }

  .nav-mobile-section {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    color: rgba(181, 192, 207, 0.85);
    margin: 0.35rem 0.35rem 0.5rem;
    text-align: right;
  }

  .nav-links .nav-item-link {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.7rem 0.8rem;
    border-radius: 14px;
    border: 1px solid transparent;
    background: transparent;
    font-weight: 600;
    font-size: 0.98rem;
    justify-content: flex-start;
    color: #e9edf3;
  }

  .nav-links .nav-item-link:hover {
    background: rgba(45, 157, 94, 0.12);
    border-color: rgba(45, 157, 94, 0.3);
  }

  .nav-links .nav-item-link.active {
    background: rgba(44, 44, 94, 0.55);
    border: 2px solid rgba(45, 157, 94, 0.85);
    color: #fff;
  }

  .nav-links > a.nav-mobile-cta {
    display: flex;
    align-self: stretch;
    width: calc(100% - 2.5rem);
    margin-top: auto;
    margin-inline: 1.25rem;
    margin-bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
    min-height: 3.1rem;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 14px 32px rgba(16, 107, 54, 0.38);
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(120deg, #2c2c5e, #106b36);
  }

  .brand-text {
    display: none;
  }
}

/* Mobile navbar hard-fix (resolve legacy rule conflicts) */
@media (max-width: 980px) {
  .header-stack {
    position: sticky;
    top: 0;
    z-index: 10001;
  }

  .site-header,
  .site-header.scrolled {
    background: rgba(8, 14, 22, 0.96);
    border-bottom-color: rgba(255, 255, 255, 0.08);
    box-shadow: none;
  }

  .nav-wrap .menu-toggle {
    z-index: 10002;
  }

  .nav-links {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    min-height: 100svh;
    max-height: 100svh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    opacity: 1;
    isolation: isolate;
  }

  .nav-links.open {
    opacity: 1;
  }

  .nav-mobile-head {
    flex-shrink: 0;
  }

  .nav-mobile-links {
    min-height: 0;
  }

  .nav-links > .nav-mobile-cta {
    flex-shrink: 0;
  }
}

/* Mobile horizontal swipe for products categories */
@media (max-width: 980px) {
  #products .promo-trio {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.9rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding-inline: 0.2rem 0.6rem;
    padding-bottom: 0.35rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }

  #products .promo-trio::-webkit-scrollbar {
    height: 6px;
  }

  #products .promo-trio::-webkit-scrollbar-thumb {
    background: linear-gradient(120deg, rgba(44, 44, 94, 0.55), rgba(16, 107, 54, 0.55));
    border-radius: 999px;
  }

  #products .promo-card {
    min-width: min(78vw, 290px);
    flex: 0 0 auto;
    scroll-snap-align: start;
    animation: promoCardSlideIn 0.45s ease both;
  }

  #products .promo-card:nth-child(2) { animation-delay: 0.06s; }
  #products .promo-card:nth-child(3) { animation-delay: 0.12s; }
  #products .promo-card:nth-child(4) { animation-delay: 0.18s; }
  #products .promo-card:nth-child(5) { animation-delay: 0.24s; }
}

@keyframes promoCardSlideIn {
  from {
    opacity: 0;
    transform: translateX(22px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@media (max-width: 980px) {
  .bsp-luxe__layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "media"
      "copy";
  }
}

