:root {
  --navy: #16243f;
  --navy-2: #0d172b;
  --ink: #1d2430;
  --muted: #657080;
  --gold: #c9a260;
  --gold-soft: #ead8ad;
  --green: #1f6a4d;
  --mist: #f5f3ee;
  --white: #ffffff;
  --line: rgba(22, 36, 63, .12);
  --shadow: 0 18px 45px rgba(22, 36, 63, .12);
  --shadow-strong: 0 28px 70px rgba(13, 23, 43, .18);
}

/* Refined non-circular premium category slider */
.category-slider {
  border-radius: 8px;
}

.category-slide::after {
  background: linear-gradient(90deg, rgba(13, 23, 43, .08), rgba(13, 23, 43, .76));
}

.category-slide span::after {
  content: "تصفح المنتجات";
  border-radius: 6px;
}

.category-slider__control {
  border-radius: 6px;
}

.category-slider__dots button,
.category-slider__dots button.is-active {
  height: 4px;
  border-radius: 0;
}

.category-slider__dots button {
  width: 28px;
}

.category-slider__dots button.is-active {
  width: 42px;
}

/* Final compact premium multi-product slider */
.category-showcase {
  max-width: min(1180px, calc(100% - 32px));
  margin-block: clamp(28px, 5vw, 56px);
}

.category-slider {
  min-height: 0;
  padding: 16px 54px 44px;
  border: 1px solid rgba(201, 162, 96, .24);
  border-radius: 8px;
  background: linear-gradient(135deg, #0d172b, #17243c 58%, #101826);
  box-shadow: 0 18px 46px rgba(13, 23, 43, .18);
}

.category-slider::before {
  display: none;
}

.category-slider__viewport {
  min-height: 0;
  border-radius: 8px;
  overflow: hidden;
}

.category-slider__track {
  align-items: stretch;
  gap: 18px;
  transition: transform .55s ease;
}

.category-slide {
  flex: 0 0 calc((100% - 36px) / 3);
  min-height: 255px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  overflow: hidden;
  background: #101826;
  box-shadow: none;
}

.category-slide::before {
  z-index: 2;
  background: linear-gradient(0deg, rgba(13, 23, 43, .86), rgba(13, 23, 43, .08) 58%);
}

.category-slide::after {
  display: none;
}

.category-slide img {
  min-height: 255px;
  border-radius: 0;
  transform: scale(1.01);
  animation: none;
}

.category-slide.is-active img {
  animation: none;
}

.category-slide:hover img {
  transform: scale(1.06);
}

.category-slide span {
  inset-inline: 18px;
  bottom: 18px;
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.25;
}

.category-slide span::after {
  content: "\627\644\645\632\64A\62F";
  width: max-content;
  margin-top: 10px;
  padding: 7px 11px;
  border: 1px solid rgba(201, 162, 96, .42);
  border-radius: 6px;
  color: var(--gold);
  background: rgba(13, 23, 43, .58);
  font-size: .78rem;
}

.category-slider__control {
  top: 50%;
  width: 36px;
  height: 50px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .1);
  transform: translateY(-50%);
}

.category-slider__control--prev {
  inset-inline-start: 14px;
}

.category-slider__control--next {
  inset-inline-end: 14px;
}

.category-slider__dots {
  bottom: 17px;
}

.category-slider__dots button,
.category-slider__dots button.is-active {
  height: 3px;
  border-radius: 0;
}

.category-slider__dots button {
  width: 22px;
}

.category-slider__dots button.is-active {
  width: 34px;
}

@media (max-width: 980px) {
  .category-slider {
    padding-inline: 48px;
  }

  .category-slide {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (max-width: 680px) {
  .category-showcase {
    max-width: calc(100% - 24px);
  }

  .category-slider {
    padding: 12px 42px 38px;
  }

  .category-slide {
    flex-basis: 100%;
    min-height: 225px;
  }

  .category-slide img {
    min-height: 225px;
  }

  .category-slide span {
    inset-inline: 16px;
    bottom: 16px;
    font-size: 1.25rem;
  }
}

/* Final circular spaced product slider */
.category-showcase {
  max-width: min(1160px, calc(100% - 32px));
  margin-block: clamp(26px, 5vw, 52px);
}

.category-slider {
  min-height: 0;
  padding: 22px 58px 48px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #101826, #17243c 62%, #0d172b);
  box-shadow: 0 18px 44px rgba(13, 23, 43, .16);
}

.category-slider__viewport {
  min-height: 0;
  padding-block: 6px;
  border-radius: 8px;
  overflow: hidden;
}

.category-slider__track {
  gap: 34px;
  align-items: flex-start;
  transition: transform .42s ease;
}

.category-slide {
  flex: 0 0 calc((100% - 102px) / 4);
  min-height: 0;
  aspect-ratio: 1 / 1;
  border: 2px solid rgba(201, 162, 96, .52);
  border-radius: 50%;
  overflow: hidden;
  background: #0d172b;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .22);
}

.category-slide::before {
  z-index: 2;
  background: linear-gradient(0deg, rgba(13, 23, 43, .78), rgba(13, 23, 43, .02) 56%);
}

.category-slide::after {
  display: none;
}

.category-slide img,
.category-slide.is-active img {
  width: 122%;
  height: 122%;
  min-height: 0;
  margin: -11%;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  transform: scale(1.08);
  animation: none;
  filter: saturate(1.04) contrast(1.03);
}

.category-slide:hover img {
  transform: scale(1.16);
}

.category-slide span {
  inset-inline: 18%;
  bottom: 18%;
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--white);
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  font-size: clamp(.95rem, 1.55vw, 1.22rem);
  line-height: 1.25;
  text-align: center;
  text-shadow: 0 8px 22px rgba(0, 0, 0, .58);
}

.category-slide span::after {
  display: none;
}

.category-slider__control {
  top: 50%;
  width: 36px;
  height: 48px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  transform: translateY(-50%);
}

.category-slider__control--prev {
  inset-inline-start: 14px;
}

.category-slider__control--next {
  inset-inline-end: 14px;
}

.category-slider__dots {
  bottom: 18px;
  gap: 8px;
}

.category-slider__dots button,
.category-slider__dots button.is-active {
  width: 18px;
  height: 3px;
  border-radius: 0;
}

.category-slider__dots button.is-active {
  width: 30px;
}

@media (max-width: 980px) {
  .category-slide {
    flex-basis: calc((100% - 68px) / 3);
  }
}

@media (max-width: 680px) {
  .category-slider {
    padding: 18px 46px 42px;
  }

  .category-slider__track {
    gap: 24px;
  }

  .category-slide {
    flex-basis: calc((100% - 24px) / 2);
  }

  .category-slide span {
    inset-inline: 12%;
    bottom: 16%;
    font-size: .92rem;
  }
}

/* Compact premium multi-product slider */
.category-showcase {
  max-width: min(1180px, calc(100% - 32px));
  margin-block: clamp(28px, 5vw, 56px);
}

.category-slider {
  min-height: 0;
  padding: 16px 54px 44px;
  border: 1px solid rgba(201, 162, 96, .24);
  border-radius: 8px;
  background: linear-gradient(135deg, #0d172b, #17243c 58%, #101826);
  box-shadow: 0 18px 46px rgba(13, 23, 43, .18);
}

.category-slider::before {
  display: none;
}

.category-slider__viewport {
  min-height: 0;
  border-radius: 8px;
  overflow: hidden;
}

.category-slider__track {
  align-items: stretch;
  gap: 18px;
  transition: transform .55s ease;
}

.category-slide {
  flex: 0 0 calc((100% - 36px) / 3);
  min-height: 255px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  overflow: hidden;
  background: #101826;
  box-shadow: none;
}

.category-slide::before {
  z-index: 2;
  background: linear-gradient(0deg, rgba(13, 23, 43, .86), rgba(13, 23, 43, .08) 58%);
}

.category-slide::after {
  display: none;
}

.category-slide img {
  min-height: 255px;
  border-radius: 0;
  transform: scale(1.01);
  animation: none;
}

.category-slide.is-active img {
  animation: none;
}

.category-slide:hover img {
  transform: scale(1.06);
}

.category-slide span {
  inset-inline: 18px;
  bottom: 18px;
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.25;
}

.category-slide span::after {
  content: "المزيد";
  width: max-content;
  margin-top: 10px;
  padding: 7px 11px;
  border: 1px solid rgba(201, 162, 96, .42);
  border-radius: 6px;
  color: var(--gold);
  background: rgba(13, 23, 43, .58);
  font-size: .78rem;
}

.category-slider__control {
  top: 50%;
  width: 36px;
  height: 50px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .1);
  transform: translateY(-50%);
}

.category-slider__control--prev {
  inset-inline-start: 14px;
}

.category-slider__control--next {
  inset-inline-end: 14px;
}

.category-slider__dots {
  bottom: 17px;
}

.category-slider__dots button,
.category-slider__dots button.is-active {
  height: 3px;
  border-radius: 0;
}

.category-slider__dots button {
  width: 22px;
}

.category-slider__dots button.is-active {
  width: 34px;
}

@media (max-width: 980px) {
  .category-slider {
    padding-inline: 48px;
  }

  .category-slide {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (max-width: 680px) {
  .category-showcase {
    max-width: calc(100% - 24px);
  }

  .category-slider {
    padding: 12px 42px 38px;
  }

  .category-slide {
    flex-basis: 100%;
    min-height: 225px;
  }

  .category-slide img {
    min-height: 225px;
  }

  .category-slide span {
    inset-inline: 16px;
    bottom: 16px;
    font-size: 1.25rem;
  }
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Cairo", Tahoma, Arial, sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .62), rgba(245, 243, 238, .94)),
    radial-gradient(circle at 100% 0, rgba(201, 162, 96, .12), transparent 34%),
    var(--mist);
  line-height: 1.7;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .32;
  background-image:
    linear-gradient(rgba(22, 36, 63, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 36, 63, .045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 82%, transparent);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 92px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, .9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
  transition: min-height .25s ease, box-shadow .25s ease, background .25s ease;
  flex-wrap: wrap;
}

.site-header::after {
  content: "";
  position: absolute;
  inset-inline: clamp(18px, 4vw, 56px);
  bottom: -1px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: .55;
}

.site-header.is-scrolled {
  min-height: 82px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 38px rgba(13, 23, 43, .09);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  color: var(--navy);
  white-space: nowrap;
}

.brand img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px rgba(13, 23, 43, .14));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.7vw, 22px);
  color: var(--navy);
  font-size: .88rem;
  font-weight: 700;
  white-space: nowrap;
}

.site-nav a {
  position: relative;
  padding: 10px 0;
  border-bottom: 0;
}

.site-nav a::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 4px;
  height: 2px;
  border-radius: 999px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .2s ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--green);
}

.site-nav a:hover::after,
.site-nav a.is-active::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 10px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 6px 0;
  background: var(--navy);
}

.hero {
  position: relative;
  min-height: calc(100svh - 76px);
  display: grid;
  align-items: center;
  padding: clamp(86px, 10vw, 132px) clamp(20px, 6vw, 76px) 96px;
  color: var(--white);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(13, 25, 44, .94), rgba(13, 25, 44, .66) 47%, rgba(13, 25, 44, .12)),
    url("assets/products/executive-royal.jpg") center / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset-block: clamp(86px, 10vw, 132px) 118px;
  inset-inline-start: clamp(20px, 6vw, 76px);
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold), rgba(201, 162, 96, .12));
  box-shadow: 0 0 28px rgba(201, 162, 96, .38);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 90px;
  background: linear-gradient(0deg, var(--mist), transparent);
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding-inline-start: 22px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: var(--gold);
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: 0;
}

.eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.hero h1,
.section-head h2,
.intro h2,
.identity h2,
.contact h2 {
  margin: 0;
  line-height: 1.25;
  letter-spacing: 0;
}

.hero h1 {
  font-size: clamp(2.2rem, 6vw, 4.8rem);
  max-width: 760px;
}

.hero__lead {
  max-width: 600px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(1rem, 2vw, 1.18rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
  transform: translateX(110%);
  transition: transform .55s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.btn:hover::after {
  transform: translateX(-110%);
}

.btn--primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--green), #13543c);
  box-shadow: 0 12px 28px rgba(31, 106, 77, .22);
}

.btn--ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, .55);
  background: rgba(255, 255, 255, .08);
}

section {
  padding: clamp(54px, 8vw, 92px) clamp(18px, 5vw, 72px);
}

.intro,
.identity,
.contact {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 24px;
  max-width: 1180px;
  margin: 0 auto;
}

.intro {
  position: relative;
  overflow: hidden;
  padding-block: clamp(46px, 7vw, 76px);
  border: 1px solid var(--line);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(245, 243, 238, .9)),
    radial-gradient(circle at 8% 12%, rgba(201, 162, 96, .18), transparent 34%);
  box-shadow: 0 20px 55px rgba(13, 23, 43, .08);
}

.intro::after {
  content: "";
  position: absolute;
  inset-inline: clamp(18px, 5vw, 72px);
  top: 0;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, transparent, var(--gold), var(--green), transparent);
}

.intro__content {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}

.intro h2,
.identity h2,
.contact h2,
.section-head h2 {
  color: var(--navy);
  font-size: clamp(1.55rem, 3.2vw, 2.55rem);
}

.intro p,
.identity p,
.contact p {
  color: var(--muted);
  margin: 16px 0 0;
}

.intro__content .eyebrow {
  justify-content: center;
}

.stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 0;
  margin: 4px 0 0;
  list-style: none;
}

.intro-features {
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
}

.stats li {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 32px rgba(13, 23, 43, .06);
  text-align: center;
}

.stats li::after {
  content: "";
  position: absolute;
  inset-inline: 18px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--green), var(--gold));
}

.stats strong,
.stats span {
  display: block;
}

.stats strong {
  color: var(--green);
  font-size: 1.35rem;
}

.stats span {
  color: var(--muted);
  font-size: .9rem;
}

.collections,
.category-showcase,
.products-section {
  max-width: 1280px;
  margin: 0 auto;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-head .eyebrow {
  margin-bottom: 8px;
}

.section-head--only-link {
  justify-content: flex-end;
  margin-bottom: 18px;
}

.section-more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 16px;
  border: 1px solid rgba(31, 106, 77, .22);
  border-radius: 8px;
  color: var(--green);
  background: var(--white);
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(13, 23, 43, .06);
  transition: transform .2s ease, color .2s ease, background .2s ease;
}

.section-more-link:hover {
  transform: translateY(-2px);
  color: var(--white);
  background: var(--green);
}

.luxury-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.luxury-card {
  min-height: 430px;
}

.luxury-card__body {
  padding: 16px 16px 6px;
}

.luxury-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

.luxury-card__top a {
  width: auto;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid rgba(31, 106, 77, .18);
  border-radius: 999px;
  color: var(--green);
  background: rgba(31, 106, 77, .06);
  font-size: .78rem;
  box-shadow: none;
}

.luxury-card__top a:hover {
  color: var(--white);
  background: var(--green);
}

.luxury-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: .9rem;
}

.category-showcase {
  overflow: hidden;
}

.category-slider {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 96, .28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 20%, rgba(201, 162, 96, .22), transparent 34%),
    linear-gradient(135deg, #0d172b, #172842 58%, #0f3029);
  box-shadow: var(--shadow);
}

.category-slider__viewport {
  overflow: hidden;
}

.category-slider__track {
  display: flex;
  transform: translateX(0);
  transition: transform .6s cubic-bezier(.2, .72, .18, 1);
}

.category-slide {
  position: relative;
  flex: 0 0 100%;
  min-height: clamp(230px, 31vw, 380px);
  display: grid;
  grid-template-columns: minmax(210px, 330px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(22px, 5vw, 68px);
  padding: clamp(26px, 5vw, 58px) clamp(26px, 7vw, 90px);
  overflow: hidden;
  color: var(--white);
}

.category-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .03), transparent 54%),
    linear-gradient(0deg, rgba(13, 23, 43, .42), rgba(13, 23, 43, .02) 70%);
}

.category-slide img {
  position: relative;
  z-index: 2;
  width: clamp(190px, 25vw, 310px);
  height: clamp(190px, 25vw, 310px);
  justify-self: center;
  border: 8px solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  object-fit: cover;
  box-shadow:
    0 26px 70px rgba(0, 0, 0, .34),
    0 0 0 1px rgba(201, 162, 96, .5),
    inset 0 0 0 1px rgba(255, 255, 255, .35);
  transform: scale(1);
  transition: transform 1s ease, filter .4s ease, box-shadow .3s ease;
}

.category-slide.is-active img {
  animation: categoryImageFloat 5.8s ease-in-out infinite alternate;
}

.category-slide:hover img {
  filter: saturate(1.07) contrast(1.03);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, .4),
    0 0 0 1px rgba(201, 162, 96, .76),
    inset 0 0 0 1px rgba(255, 255, 255, .45);
  transform: scale(1.04);
}

.category-slide span {
  position: relative;
  z-index: 2;
  max-width: min(520px, 72%);
  color: var(--white);
  font-size: clamp(1.65rem, 4vw, 3.3rem);
  font-weight: 900;
  line-height: 1.15;
  text-shadow: 0 12px 32px rgba(0, 0, 0, .35);
}

.category-slide span::after {
  content: "شاهد القسم";
  display: block;
  width: max-content;
  margin-top: 16px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 999px;
  color: var(--white);
  background: rgba(255, 255, 255, .12);
  backdrop-filter: blur(10px);
  font-size: .92rem;
  font-weight: 800;
}

.category-slider__control {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 50%;
  color: var(--white);
  background: rgba(13, 23, 43, .36);
  backdrop-filter: blur(12px);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background .2s ease, transform .2s ease, border-color .2s ease;
}

.category-slider__control:hover {
  border-color: rgba(201, 162, 96, .78);
  background: rgba(13, 23, 43, .62);
  transform: translateY(-50%) scale(1.04);
}

.category-slider__control--prev {
  inset-inline-start: 18px;
}

.category-slider__control--next {
  inset-inline-end: 18px;
}

.category-slider__dots {
  position: absolute;
  z-index: 3;
  inset-inline: 0;
  bottom: 18px;
  display: flex;
  justify-content: center;
  gap: 9px;
}

.category-slider__dots button {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .48);
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}

.category-slider__dots button.is-active {
  width: 28px;
  border-radius: 999px;
  background: var(--gold);
}

@keyframes categoryImageFloat {
  from {
    transform: translateY(0) scale(1);
  }

  to {
    transform: translateY(-8px) scale(1.025);
  }
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.filter {
  min-height: 40px;
  padding: 8px 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy);
  background: var(--white);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.filter:hover {
  transform: translateY(-1px);
  border-color: rgba(31, 106, 77, .34);
}

.filter.is-active {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.product-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  min-height: 390px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(13, 23, 43, .055);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.product-card::before {
  content: "متوفر للطلب";
  position: absolute;
  top: 12px;
  inset-inline-start: 12px;
  z-index: 2;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 999px;
  color: var(--white);
  background: rgba(22, 36, 63, .72);
  backdrop-filter: blur(8px);
  font-size: .74rem;
  font-weight: 800;
}

.product-card:hover {
  transform: translateY(-7px);
  border-color: rgba(201, 162, 96, .48);
  box-shadow: var(--shadow-strong);
}

.product-card.is-hidden {
  display: none;
}

.product-card img {
  width: 100%;
  aspect-ratio: 1.3 / 1;
  object-fit: cover;
  background: #f7f6f2;
  cursor: zoom-in;
  transition: transform .45s ease, filter .25s ease;
}

.product-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.04) contrast(1.02);
}

.product-card div {
  padding: 16px 16px 6px;
}

.product-card span {
  display: block;
  color: var(--green);
  font-size: .8rem;
  font-weight: 800;
}

.product-card h3 {
  margin: 4px 0 0;
  color: var(--navy);
  font-size: 1.04rem;
  line-height: 1.45;
}

.product-card a {
  margin: 12px 16px 16px;
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, var(--green), #13543c);
  text-align: center;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease;
}

.product-card a:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(31, 106, 77, .22);
}

.identity {
  padding-block: clamp(44px, 7vw, 76px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact {
  grid-template-columns: .9fr 1.1fr;
}

.contact__info a {
  display: block;
  width: max-content;
  margin-top: 10px;
  color: var(--green);
  font-weight: 800;
}

.quote-form {
  display: grid;
  gap: 14px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-strong);
}

.quote-form label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: .92rem;
  font-weight: 800;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  background: #fbfaf7;
  font: inherit;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: 2px solid rgba(31, 106, 77, .22);
  border-color: var(--green);
}

.site-footer {
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 34px 18px 88px;
  color: rgba(255, 255, 255, .78);
  background: var(--navy);
  text-align: center;
}

.site-footer img {
  width: 58px;
}

.site-footer p,
.site-footer address,
.site-footer span {
  margin: 0;
}

.site-footer p {
  color: var(--white);
  font-weight: 800;
}

.site-footer address {
  color: rgba(255, 255, 255, .72);
  font-style: normal;
  font-weight: 700;
}

.floating-whatsapp {
  position: fixed;
  z-index: 60;
  left: 18px;
  bottom: 18px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 8px;
  color: var(--white);
  background: linear-gradient(135deg, #1fa855, #168043);
  box-shadow: 0 12px 28px rgba(31, 168, 85, .32);
  font-weight: 900;
  transition: transform .2s ease, box-shadow .2s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(31, 168, 85, .38);
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.quick-view {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(13, 23, 43, .72);
  backdrop-filter: blur(10px);
}

.quick-view.is-open {
  display: flex;
}

.quick-view__panel {
  width: min(960px, 100%);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .28);
}

.quick-view__image {
  width: 100%;
  max-height: 68svh;
  object-fit: contain;
  background: #f7f6f2;
}

.quick-view__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px;
  border-top: 1px solid var(--line);
}

.quick-view__title {
  margin: 0;
  color: var(--navy);
  font-weight: 900;
}

.quick-view__actions {
  display: flex;
  gap: 8px;
}

.quick-view__actions a,
.quick-view__actions button {
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.quick-view__actions a {
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
}

.quick-view__actions button {
  color: var(--navy);
  background: var(--white);
}

.category-showcase {
  max-width: 1180px;
}

.category-slider {
  padding: 18px 18px 48px;
  border-color: rgba(201, 162, 96, .34);
  background:
    radial-gradient(circle at 86% 10%, rgba(201, 162, 96, .2), transparent 28%),
    radial-gradient(circle at 12% 92%, rgba(31, 106, 77, .24), transparent 32%),
    linear-gradient(135deg, #101827, #18263e 54%, #112b25);
}

.category-slider::before {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
}

.category-slider__viewport {
  border-radius: 8px;
}

.category-slider__track {
  direction: ltr;
  gap: 18px;
  align-items: stretch;
  will-change: transform;
}

.category-slide {
  flex: 0 0 calc((100% - 36px) / 3);
  min-height: 330px;
  display: block;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
  direction: rtl;
  transform: scale(.965);
  transition: transform .35s ease, border-color .35s ease, background .35s ease, box-shadow .35s ease;
}

.category-slide::before {
  background:
    linear-gradient(0deg, rgba(13, 23, 43, .84), rgba(13, 23, 43, .06) 58%),
    linear-gradient(90deg, rgba(201, 162, 96, .18), transparent 42%);
}

.category-slide img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  transform: scale(1.02);
}

.category-slide.is-active {
  border-color: rgba(201, 162, 96, .62);
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 26px 64px rgba(0, 0, 0, .28);
  transform: scale(1);
}

.category-slide.is-active img {
  animation: none;
}

.category-slide:hover img,
.category-slide.is-active img {
  transform: scale(1.065);
}

.category-slide span {
  position: absolute;
  inset-inline: 18px;
  bottom: 18px;
  max-width: none;
  padding: 16px 16px 14px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: rgba(13, 23, 43, .46);
  backdrop-filter: blur(12px);
  font-size: clamp(1.15rem, 2vw, 1.65rem);
}

.category-slide span::after {
  content: "تصفح المنتجات";
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gold);
  font-size: .8rem;
}

.category-slider__control {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .22);
}

.category-slider__control--prev {
  inset-inline-start: 26px;
}

.category-slider__control--next {
  inset-inline-end: 26px;
}

.category-slider__dots {
  bottom: 17px;
}

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

  .luxury-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 820px) {
  .site-header {
    min-height: 78px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 78px;
    inset-inline: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px 14px;
  }

  .brand img {
    width: 60px;
    height: 60px;
  }

  .site-nav a::after {
    display: none;
  }

  .hero {
    min-height: 82svh;
    padding-top: 72px;
    background:
      linear-gradient(180deg, rgba(13, 25, 44, .9), rgba(13, 25, 44, .58)),
      url("assets/products/executive-royal.jpg") center / cover no-repeat;
  }

  .hero::before {
    inset-block: 76px 110px;
  }

  .intro,
  .identity,
  .contact {
    grid-template-columns: 1fr;
  }

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

  .section-head {
    display: block;
  }

  .section-head--only-link {
    display: flex;
    justify-content: center;
  }

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

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

  .category-slide {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (max-width: 560px) {
  .brand span {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero__actions {
    flex-direction: column;
  }

  .btn,
  .hero__actions a {
    width: 100%;
  }

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

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

  .category-slide {
    flex-basis: 100%;
    min-height: 300px;
    text-align: start;
  }

  .category-slide img {
    width: 100%;
    height: 100%;
    min-height: 300px;
  }

  .category-slide span {
    max-width: none;
    font-size: clamp(1.2rem, 7vw, 2rem);
  }

  .category-slide span::after {
    margin-top: 12px;
    font-size: .82rem;
  }

  .category-slider__control {
    width: 38px;
    height: 38px;
    font-size: 1.65rem;
  }

  .category-slider__control--prev {
    inset-inline-start: 10px;
  }

  .category-slider__control--next {
    inset-inline-end: 10px;
  }

  .product-card {
    min-height: 0;
  }

  .filters {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .quick-view__bar,
  .quick-view__actions {
    flex-direction: column;
    align-items: stretch;
  }
}

.section-more {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.page-hero {
  min-height: 430px;
  display: grid;
  align-content: center;
  padding: clamp(80px, 10vw, 124px) clamp(20px, 6vw, 76px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(13, 25, 44, .92), rgba(13, 25, 44, .48)),
    url("assets/products/executive-royal.jpg") center / cover no-repeat;
}

.page-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.25;
}

.page-hero p:not(.eyebrow) {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1rem, 2vw, 1.15rem);
}

.page-hero--about {
  background:
    linear-gradient(90deg, rgba(13, 25, 44, .92), rgba(13, 25, 44, .5)),
    url("assets/products/executive-modern.jpg") center / cover no-repeat;
}

.page-hero--products {
  background:
    linear-gradient(90deg, rgba(13, 25, 44, .92), rgba(13, 25, 44, .5)),
    url("assets/products/meeting-luxury.jpg") center / cover no-repeat;
}

.page-hero--desks {
  background:
    linear-gradient(90deg, rgba(13, 25, 44, .92), rgba(13, 25, 44, .5)),
    url("assets/products/executive-grey.jpg") center / cover no-repeat;
}

.page-hero--meeting {
  background:
    linear-gradient(90deg, rgba(13, 25, 44, .92), rgba(13, 25, 44, .45)),
    url("assets/products/workstation-quad.jpg") center / cover no-repeat;
}

.page-hero--chairs {
  background:
    linear-gradient(90deg, rgba(13, 25, 44, .92), rgba(13, 25, 44, .42)),
    url("assets/products/mesh-executive.jpg") center / cover no-repeat;
}

.page-hero--storage {
  background:
    linear-gradient(90deg, rgba(13, 25, 44, .92), rgba(13, 25, 44, .42)),
    url("assets/products/storage-cabinet.jpg") center / cover no-repeat;
}

.page-hero--contact {
  background:
    linear-gradient(90deg, rgba(13, 25, 44, .92), rgba(13, 25, 44, .5)),
    url("assets/products/reception-wood.jpg") center / cover no-repeat;
}

.category-links {
  max-width: 1180px;
  margin: 0 auto;
  padding-block: 28px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}

.category-links a {
  display: grid;
  place-items: center;
  min-height: 58px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--navy);
  background: var(--white);
  font-weight: 800;
  text-align: center;
}

.category-links a:hover {
  color: var(--white);
  background: var(--green);
}

.products-page {
  padding-top: 42px;
}

.content-split {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr minmax(260px, 460px);
  gap: clamp(26px, 5vw, 58px);
  align-items: center;
}

.content-split h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  line-height: 1.3;
}

.content-split p {
  color: var(--muted);
}

.content-split img {
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.values-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding-top: 0;
}

.values-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.values-grid strong,
.values-grid span {
  display: block;
}

.values-grid strong {
  color: var(--navy);
}

.values-grid span {
  margin-top: 8px;
  color: var(--muted);
}

.contact-page {
  padding-top: clamp(54px, 8vw, 92px);
}

.products-note {
  max-width: 720px;
  margin: -8px 0 24px;
  color: var(--muted);
  font-weight: 700;
}

.all-products-grid .product-card {
  min-height: 360px;
}

.product-card small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 700;
}

@media (max-width: 820px) {
  .category-links,
  .content-split,
  .values-grid {
    grid-template-columns: 1fr;
  }
}

/* Final premium full-slide category carousel */
.category-showcase {
  max-width: min(1240px, calc(100% - 40px));
}

.category-slider {
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 96, .38);
  border-radius: 8px;
  background: #101827;
  box-shadow: 0 28px 70px rgba(13, 23, 43, .18);
}

.category-slider::before {
  inset: 14px;
  z-index: 4;
  border-color: rgba(255, 255, 255, .08);
  pointer-events: none;
}

.category-slider__viewport {
  overflow: hidden;
  border-radius: inherit;
}

.category-slider__track {
  display: flex;
  gap: 0;
  direction: ltr;
  transition: transform .72s cubic-bezier(.2, .72, .18, 1);
}

.category-slide {
  position: relative;
  flex: 0 0 100%;
  min-height: clamp(360px, 45vw, 560px);
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #101827;
  direction: rtl;
  transform: none;
  box-shadow: none;
}

.category-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(13, 23, 43, .12), rgba(13, 23, 43, .72)),
    linear-gradient(0deg, rgba(13, 23, 43, .76), rgba(13, 23, 43, .08) 62%);
}

.category-slide::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset-block: 0;
  inset-inline-end: 0;
  width: min(52%, 560px);
  background:
    linear-gradient(90deg, rgba(13, 23, 43, .08), rgba(13, 23, 43, .72)),
    radial-gradient(circle at 70% 32%, rgba(201, 162, 96, .2), transparent 40%);
}

.category-slide img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
  border-radius: 0;
  object-fit: cover;
  box-shadow: none;
  transform: scale(1.02);
  transition: transform 1.2s ease, filter .45s ease;
}

.category-slide.is-active,
.category-slide:hover {
  transform: none;
  box-shadow: none;
}

.category-slide.is-active img {
  animation: categoryFullSlideDrift 7s ease-in-out infinite alternate;
}

.category-slide:hover img {
  filter: saturate(1.06) contrast(1.04);
}

.category-slide span {
  position: absolute;
  z-index: 3;
  inset-inline-end: clamp(28px, 6vw, 82px);
  bottom: clamp(48px, 8vw, 96px);
  width: min(430px, 72%);
  max-width: none;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  color: var(--white);
  background: rgba(13, 23, 43, .48);
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 52px rgba(0, 0, 0, .24);
  font-size: clamp(1.9rem, 4.8vw, 4rem);
  font-weight: 900;
  line-height: 1.12;
  text-shadow: 0 12px 34px rgba(0, 0, 0, .36);
}

.category-slide span::after {
  content: "تصفح المنتجات";
  display: block;
  width: max-content;
  margin-top: 18px;
  padding: 10px 16px;
  border: 1px solid rgba(201, 162, 96, .48);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(201, 162, 96, .08);
  font-size: .88rem;
  font-weight: 800;
}

.category-slider__control {
  z-index: 5;
  width: 44px;
  height: 44px;
  border-color: rgba(255, 255, 255, .32);
  background: rgba(13, 23, 43, .38);
}

.category-slider__control--prev {
  inset-inline-start: 22px;
}

.category-slider__control--next {
  inset-inline-end: 22px;
}

.category-slider__dots {
  z-index: 5;
  bottom: 22px;
}

@keyframes categoryFullSlideDrift {
  from {
    transform: scale(1.02) translateX(0);
  }

  to {
    transform: scale(1.075) translateX(-1.8%);
  }
}

@media (max-width: 760px) {
  .category-showcase {
    max-width: calc(100% - 24px);
  }

  .category-slide {
    min-height: 390px;
  }

  .category-slide::after {
    width: 100%;
  }

  .category-slide span {
    inset-inline: 22px;
    bottom: 58px;
    width: auto;
    padding: 18px;
    font-size: clamp(1.55rem, 8vw, 2.7rem);
  }

  .category-slide span::after {
    margin-top: 14px;
    padding: 8px 13px;
    font-size: .8rem;
  }

  .category-slider__control {
    width: 38px;
    height: 38px;
  }
}

/* Final refined non-circular category slider */
.category-slider {
  border-radius: 8px;
}

.category-slide::after {
  background: linear-gradient(90deg, rgba(13, 23, 43, .08), rgba(13, 23, 43, .76));
}

.category-slide span::after {
  content: "تصفح المنتجات";
  border-radius: 6px;
}

.category-slider__control {
  border-radius: 6px;
}

.category-slider__dots button,
.category-slider__dots button.is-active {
  height: 4px;
  border-radius: 0;
}

.category-slider__dots button {
  width: 28px;
}

.category-slider__dots button.is-active {
  width: 42px;
}

/* Final compact premium multi-product slider */
.category-showcase {
  max-width: min(1180px, calc(100% - 32px));
  margin-block: clamp(28px, 5vw, 56px);
}

.category-slider {
  min-height: 0;
  padding: 16px 54px 44px;
  border: 1px solid rgba(201, 162, 96, .24);
  border-radius: 8px;
  background: linear-gradient(135deg, #0d172b, #17243c 58%, #101826);
  box-shadow: 0 18px 46px rgba(13, 23, 43, .18);
}

.category-slider::before {
  display: none;
}

.category-slider__viewport {
  min-height: 0;
  border-radius: 8px;
  overflow: hidden;
}

.category-slider__track {
  align-items: stretch;
  gap: 18px;
  transition: transform .55s ease;
}

.category-slide {
  flex: 0 0 calc((100% - 36px) / 3);
  min-height: 255px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  overflow: hidden;
  background: #101826;
  box-shadow: none;
}

.category-slide::before {
  z-index: 2;
  background: linear-gradient(0deg, rgba(13, 23, 43, .86), rgba(13, 23, 43, .08) 58%);
}

.category-slide::after {
  display: none;
}

.category-slide img {
  min-height: 255px;
  border-radius: 0;
  transform: scale(1.01);
  animation: none;
}

.category-slide.is-active img {
  animation: none;
}

.category-slide:hover img {
  transform: scale(1.06);
}

.category-slide span {
  inset-inline: 18px;
  bottom: 18px;
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.25;
}

.category-slide span::after {
  content: "\627\644\645\632\64A\62F";
  width: max-content;
  margin-top: 10px;
  padding: 7px 11px;
  border: 1px solid rgba(201, 162, 96, .42);
  border-radius: 6px;
  color: var(--gold);
  background: rgba(13, 23, 43, .58);
  font-size: .78rem;
}

.category-slider__control {
  top: 50%;
  width: 36px;
  height: 50px;
  border-radius: 6px;
  background: rgba(255, 255, 255, .1);
  transform: translateY(-50%);
}

.category-slider__control--prev {
  inset-inline-start: 14px;
}

.category-slider__control--next {
  inset-inline-end: 14px;
}

.category-slider__dots {
  bottom: 17px;
}

.category-slider__dots button,
.category-slider__dots button.is-active {
  height: 3px;
  border-radius: 0;
}

.category-slider__dots button {
  width: 22px;
}

.category-slider__dots button.is-active {
  width: 34px;
}

@media (max-width: 980px) {
  .category-slider {
    padding-inline: 48px;
  }

  .category-slide {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (max-width: 680px) {
  .category-showcase {
    max-width: calc(100% - 24px);
  }

  .category-slider {
    padding: 12px 42px 38px;
  }

  .category-slide {
    flex-basis: 100%;
    min-height: 225px;
  }

  .category-slide img {
    min-height: 225px;
  }

  .category-slide span {
    inset-inline: 16px;
    bottom: 16px;
    font-size: 1.25rem;
  }
}
/* Final circular spaced product slider - authoritative */
.category-showcase {
  max-width: min(1160px, calc(100% - 32px));
  margin-block: clamp(26px, 5vw, 52px);
}

.category-slider {
  min-height: 0;
  padding: 22px 58px 48px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #101826, #17243c 62%, #0d172b);
  box-shadow: 0 18px 44px rgba(13, 23, 43, .16);
}

.category-slider__viewport {
  min-height: 0;
  padding-block: 6px;
  border-radius: 8px;
  overflow: hidden;
}

.category-slider__track {
  gap: 34px;
  align-items: flex-start;
  transition: transform .42s ease;
}

.category-slide {
  flex: 0 0 calc((100% - 102px) / 4);
  min-height: 0;
  aspect-ratio: 1 / 1;
  border: 2px solid rgba(201, 162, 96, .52);
  border-radius: 50%;
  overflow: hidden;
  background: #0d172b;
  box-shadow: 0 18px 34px rgba(0, 0, 0, .22);
}

.category-slide::before {
  z-index: 2;
  background: linear-gradient(0deg, rgba(13, 23, 43, .78), rgba(13, 23, 43, .02) 56%);
}

.category-slide::after {
  display: none;
}

.category-slide img,
.category-slide.is-active img {
  width: 122%;
  height: 122%;
  min-height: 0;
  margin: -11%;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  transform: scale(1.08);
  animation: none;
  filter: saturate(1.04) contrast(1.03);
}

.category-slide:hover img {
  transform: scale(1.16);
}

.category-slide span {
  inset-inline: 18%;
  bottom: 18%;
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--white);
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  font-size: clamp(.95rem, 1.55vw, 1.22rem);
  line-height: 1.25;
  text-align: center;
  text-shadow: 0 8px 22px rgba(0, 0, 0, .58);
}

.category-slide span::after {
  display: none;
}

.category-slider__control {
  top: 50%;
  width: 36px;
  height: 48px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  transform: translateY(-50%);
}

.category-slider__control--prev {
  inset-inline-start: 14px;
}

.category-slider__control--next {
  inset-inline-end: 14px;
}

.category-slider__dots {
  bottom: 18px;
  gap: 8px;
}

.category-slider__dots button,
.category-slider__dots button.is-active {
  width: 18px;
  height: 3px;
  border-radius: 0;
}

.category-slider__dots button.is-active {
  width: 30px;
}

@media (max-width: 980px) {
  .category-slide {
    flex-basis: calc((100% - 68px) / 3);
  }
}

@media (max-width: 680px) {
  .category-slider {
    padding: 18px 46px 42px;
  }

  .category-slider__track {
    gap: 24px;
  }

  .category-slide {
    flex-basis: calc((100% - 24px) / 2);
  }

  .category-slide span {
    inset-inline: 12%;
    bottom: 16%;
    font-size: .92rem;
  }
}

/* Final transparent infinite circular product rail */
.category-showcase {
  max-width: min(1180px, calc(100% - 24px));
  margin-block: clamp(24px, 5vw, 48px);
  overflow: hidden;
}

.category-slider.category-slider--infinite {
  min-height: 0;
  padding: 10px 0 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.category-slider.category-slider--infinite::before {
  display: none;
}

.category-slider.category-slider--infinite .category-slider__viewport {
  min-height: 0;
  padding-block: 8px;
  border-radius: 0;
  overflow: hidden;
}

.category-slider.category-slider--infinite .category-slider__track {
  width: max-content;
  gap: clamp(24px, 3.6vw, 46px);
  align-items: center;
  animation: categoryInfiniteLeftToRight 18s linear infinite;
  will-change: transform;
}

.category-slider.category-slider--infinite:hover .category-slider__track {
  animation-play-state: paused;
}

.category-slider.category-slider--infinite .category-slide {
  flex: 0 0 clamp(138px, 16vw, 190px);
  width: clamp(138px, 16vw, 190px);
  min-height: 0;
  aspect-ratio: 1 / 1;
  border: 2px solid rgba(201, 162, 96, .62);
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
  box-shadow: 0 18px 32px rgba(13, 23, 43, .18);
}

.category-slider.category-slider--infinite .category-slide::before {
  z-index: 2;
  background: linear-gradient(0deg, rgba(13, 23, 43, .78), rgba(13, 23, 43, 0) 58%);
}

.category-slider.category-slider--infinite .category-slide::after,
.category-slider.category-slider--infinite .category-slide span::after {
  display: none;
}

.category-slider.category-slider--infinite .category-slide img,
.category-slider.category-slider--infinite .category-slide.is-active img {
  width: 136%;
  height: 136%;
  min-height: 0;
  margin: -18%;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  transform: scale(1.05);
  animation: none;
  filter: saturate(1.06) contrast(1.05);
}

.category-slider.category-slider--infinite .category-slide:hover img {
  transform: scale(1.12);
}

.category-slider.category-slider--infinite .category-slide span {
  inset-inline: 13%;
  bottom: 16%;
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--white);
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  font-size: clamp(.82rem, 1.25vw, 1.02rem);
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-shadow: 0 8px 20px rgba(0, 0, 0, .7);
}

@keyframes categoryInfiniteLeftToRight {
  from {
    transform: translateX(calc(-50% - clamp(12px, 1.8vw, 23px)));
  }

  to {
    transform: translateX(0);
  }
}

@media (max-width: 680px) {
  .category-slider.category-slider--infinite .category-slide {
    flex-basis: 132px;
    width: 132px;
  }

  .category-slider.category-slider--infinite .category-slide span {
    font-size: .78rem;
  }
}

/* Final professional no-delay infinite product carousel */
.category-showcase {
  max-width: min(1200px, calc(100% - 24px));
  margin-block: clamp(24px, 5vw, 48px);
  overflow: hidden;
}

.category-slider.category-slider--infinite {
  --rail-gap: clamp(24px, 3.3vw, 44px);
  --rail-size: clamp(142px, 15.5vw, 184px);
  min-height: 0;
  padding: 6px 0 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.category-slider.category-slider--infinite::before,
.category-slider.category-slider--infinite::after {
  display: none;
}

.category-slider.category-slider--infinite .category-slider__viewport {
  min-height: 0;
  padding-block: 10px;
  border-radius: 0;
  overflow: hidden;
}

.category-slider.category-slider--infinite .category-slider__track {
  display: flex;
  width: max-content;
  gap: 0;
  align-items: center;
  direction: ltr;
  transform: translateX(-50%);
  animation: categoryProductRail 16s linear infinite;
  will-change: transform;
}

.category-slider.category-slider--infinite:hover .category-slider__track {
  animation-play-state: paused;
}

.category-slider.category-slider--infinite .category-slider__set {
  display: flex;
  flex: 0 0 auto;
  gap: var(--rail-gap);
  align-items: center;
  padding-inline-start: var(--rail-gap);
}

.category-slider.category-slider--infinite .category-slide {
  flex: 0 0 var(--rail-size);
  width: var(--rail-size);
  min-height: 0;
  aspect-ratio: 1 / 1;
  border: 2px solid rgba(201, 162, 96, .58);
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
  box-shadow: 0 16px 30px rgba(13, 23, 43, .18);
}

.category-slider.category-slider--infinite .category-slide::before {
  z-index: 2;
  background: linear-gradient(0deg, rgba(13, 23, 43, .74), rgba(13, 23, 43, 0) 60%);
}

.category-slider.category-slider--infinite .category-slide::after,
.category-slider.category-slider--infinite .category-slide span::after {
  display: none;
}

.category-slider.category-slider--infinite .category-slide img,
.category-slider.category-slider--infinite .category-slide.is-active img {
  width: 142%;
  height: 142%;
  min-height: 0;
  margin: -21%;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  animation: none;
  filter: saturate(1.06) contrast(1.04);
}

.category-slider.category-slider--infinite .category-slide:hover img {
  transform: scale(1.12);
}

.category-slider.category-slider--infinite .category-slide span {
  inset-inline: 12%;
  bottom: 15%;
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--white);
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  font-size: clamp(.78rem, 1.12vw, .98rem);
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-shadow: 0 8px 20px rgba(0, 0, 0, .72);
}

@keyframes categoryProductRail {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@media (max-width: 680px) {
  .category-slider.category-slider--infinite {
    --rail-gap: 22px;
    --rail-size: 132px;
  }
}

/* Final replacement for the removed slider: curated editorial product display */
.featured-curation {
  width: min(1180px, calc(100% - 32px));
  margin: clamp(32px, 6vw, 72px) auto;
  display: grid;
  grid-template-columns: minmax(240px, 330px) 1fr;
  gap: clamp(22px, 4vw, 42px);
  align-items: stretch;
}

.featured-curation__lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 14px;
}

.featured-curation__lead h2 {
  margin: 10px 0 14px;
  color: var(--navy);
  font-size: clamp(1.8rem, 4vw, 3.15rem);
  line-height: 1.15;
}

.featured-curation__lead p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.9;
}

.featured-curation__grid {
  display: grid;
  grid-template-columns: 1.12fr 1fr 1fr;
  grid-auto-rows: 168px;
  gap: 14px;
}

.featured-tile {
  position: relative;
  display: block;
  min-height: 0;
  border-radius: 8px;
  overflow: hidden;
  background: var(--navy);
  box-shadow: 0 16px 32px rgba(13, 23, 43, .12);
}

.featured-tile--large {
  grid-row: span 2;
}

.featured-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.03);
  transition: transform .45s ease, filter .45s ease;
}

.featured-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(13, 23, 43, .76), rgba(13, 23, 43, .04) 62%);
}

.featured-tile span {
  position: absolute;
  z-index: 2;
  inset-inline: 18px;
  bottom: 16px;
  color: var(--white);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.35;
  text-shadow: 0 8px 18px rgba(0, 0, 0, .45);
}

.featured-tile:hover img {
  transform: scale(1.09);
  filter: saturate(1.06) contrast(1.04);
}

@media (max-width: 900px) {
  .featured-curation {
    grid-template-columns: 1fr;
  }

  .featured-curation__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 158px;
  }
}

@media (max-width: 560px) {
  .featured-curation {
    width: min(100% - 24px, 1180px);
  }

  .featured-curation__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 180px;
  }

  .featured-tile--large {
    grid-row: span 1;
  }
}

/* Final polish: larger curation and stable home product cards */
.featured-curation {
  width: min(1280px, calc(100% - 28px));
  grid-template-columns: minmax(270px, 360px) 1fr;
  gap: clamp(26px, 4.5vw, 54px);
  margin-block: clamp(36px, 6vw, 82px);
}

.featured-curation__lead {
  min-height: 100%;
}

.featured-curation__lead h2 {
  max-width: 9.5em;
  font-size: clamp(2.05rem, 4.6vw, 3.65rem);
}

.featured-curation__lead p:not(.eyebrow) {
  display: none;
}

.featured-curation__grid {
  grid-auto-rows: clamp(190px, 17vw, 250px);
  gap: 18px;
}

.featured-tile span {
  font-size: clamp(1.05rem, 1.6vw, 1.34rem);
}

.home-luxury {
  width: min(1220px, calc(100% - 32px));
  margin-inline: auto;
}

.home-luxury .luxury-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.home-luxury .luxury-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.home-luxury .luxury-card > img {
  width: 100%;
  height: clamp(230px, 22vw, 310px);
  object-fit: cover;
  flex: 0 0 auto;
}

.home-luxury .luxury-card__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 18px 14px;
}

.home-luxury .luxury-card h3 {
  margin: 0;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  line-height: 1.35;
}

.home-luxury .luxury-card p {
  margin: 0;
  line-height: 1.75;
}

.home-luxury .luxury-card > a:last-child {
  position: static;
  display: block;
  width: calc(100% - 36px);
  margin: 0 18px 18px;
  padding: 12px 14px;
  border-radius: 8px;
  text-align: center;
  white-space: normal;
  transform: none;
}

@media (max-width: 980px) {
  .home-luxury .luxury-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .featured-curation {
    width: min(100% - 24px, 1280px);
  }

  .featured-curation__grid {
    grid-auto-rows: 210px;
  }

  .home-luxury .luxury-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile guarantee: keep the curated section visible and inside the viewport. */
@media (max-width: 760px) {
  .featured-curation {
    display: block;
    width: min(100% - 22px, 1280px);
    margin: 28px auto 42px;
    overflow: visible;
  }

  .featured-curation__lead {
    display: block;
    min-height: 0;
    padding-block: 0 16px;
    text-align: right;
  }

  .featured-curation__lead h2 {
    max-width: none;
    margin: 8px 0 0;
    font-size: clamp(1.65rem, 7vw, 2.25rem);
    line-height: 1.25;
  }

  .featured-curation__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 14px;
  }

  .featured-tile,
  .featured-tile--large {
    display: block;
    grid-row: auto;
    min-height: 220px;
    aspect-ratio: 1.25 / 1;
  }

  .featured-tile img {
    min-height: 220px;
  }

  .featured-tile span {
    inset-inline: 16px;
    bottom: 14px;
    font-size: 1.05rem;
  }
}
