:root {
  --warm-white: #fffdf9;
  --soft-cream: #f8f3ec;
  --luxury-beige: #e8d8c3;
  --sand-gold: #d4b483;
  --rich-mocha: #8b6b4f;
  --elegant-olive: #6b705c;
  --soft-gold: #c6a969;
  --premium-charcoal: #2e2e2e;
  --deep-emerald: #3f5e4a;
  --text-dark: #1a1a1a;
  --text-mid: #4a4a4a;
  --text-light: #7a7a7a;
  --shadow-soft: 0 8px 32px rgba(139, 107, 79, 0.12);
  --shadow-card: 0 4px 24px rgba(139, 107, 79, 0.1);
  --shadow-hover: 0 16px 48px rgba(139, 107, 79, 0.22);
  --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --border-radius: 12px;
  --border-radius-sm: 10px;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
  width: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  background: var(--warm-white);
  color: var(--text-dark);
  overflow-x: hidden;
  width: 100%;
  position: relative;
  line-height: 1.7;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

ul {
  list-style: none;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-padding {
  padding: 80px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 64px;
}

.section-label {
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--soft-gold);
  display: block;
  margin-bottom: 12px;
}

.section-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--premium-charcoal);
  line-height: 1.2;
  margin-bottom: 16px;
}

.section-subtitle {
  font-size: 1rem;
  color: var(--text-light);
  max-width: 560px;
  margin: 0 auto;
}

.section-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--sand-gold), var(--soft-gold));
  margin: 24px auto 0;
  border-radius: 2px;
}

/* NAVBAR */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px 0;
  transition: var(--transition);
  background: transparent;
}

.navbar.scrolled {
  background: rgba(255, 253, 249, 0.97);
  backdrop-filter: blur(16px);
  box-shadow: 0 4px 24px rgba(139, 107, 79, 0.12);
  padding: 14px 0;
}

.nav-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-brand {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-arabic {
  font-family: "Amiri", serif;
  font-size: 13px;
  color: var(--soft-gold);
  letter-spacing: 2px;
}

.brand-name {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--premium-charcoal);
  letter-spacing: 1px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-mid);
  padding: 8px 14px;
  border-radius: 8px;
  transition: var(--transition);
}

.nav-link:hover,
.nav-link.active {
  color: var(--rich-mocha);
  background: rgba(212, 180, 131, 0.12);
}

.nav-whatsapp {
  display: flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--deep-emerald), #2c4234);
  color: #fff !important;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 4px 16px rgba(63, 94, 74, 0.3);
  transition: var(--transition);
}

.nav-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(63, 94, 74, 0.4);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--premium-charcoal);
  border-radius: 2px;
  transition: var(--transition);
}

.nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
}

/* HERO */
.hero {
  min-height: 100vh;
  padding: 120px 0 80px;
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg,
      var(--warm-white) 0%,
      var(--soft-cream) 40%,
      var(--luxury-beige) 100%);
  overflow: hidden;
}

.hero-pattern {
  position: absolute;
  inset: 0;
  background-image: url(data:image/svg + xml,
 %3Csvgwidth="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg" %3E%3Cgfill="none" fill-rule="evenodd" %3E%3Cgfill="%23C6A969" fill-opacity="0.08" %3E%3Cpathd="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z" /%3E%3C/g%3E%3C/g%3E%3C/svg%3E);
  opacity: 0.6;
}

.hero-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(198, 169, 105, 0.18) 0%,
      transparent 70%);
  top: -100px;
  right: -100px;
  animation: floatGlow 6s ease-in-out infinite;
}

.hero-glow-2 {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(139, 107, 79, 0.12) 0%,
      transparent 70%);
  bottom: -50px;
  left: -50px;
  animation: floatGlow 8s ease-in-out infinite reverse;
}

@keyframes floatGlow {

  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-30px) scale(1.05);
  }
}

.hero-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(198, 169, 105, 0.15);
  border: 1px solid rgba(198, 169, 105, 0.3);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--rich-mocha);
  margin-bottom: 16px;
}

.hero-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 6vw, 3.8rem);
  line-height: 1.1;
  color: var(--premium-charcoal);
  margin-bottom: 16px;
}

.hero-title span {
  color: var(--soft-gold);
  font-style: italic;
  display: block;
}

.hero-subtitle {
  font-size: 1.05rem;
  color: var(--text-light);
  margin-bottom: 32px;
  max-width: 480px;
  line-height: 1.8;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, var(--rich-mocha), var(--sand-gold));
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 8px 32px rgba(139, 107, 79, 0.35);
  transition: var(--transition);
  border: none;
  cursor: pointer;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 48px rgba(139, 107, 79, 0.45);
  color: #fff;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: var(--rich-mocha);
  padding: 12px 28px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid var(--sand-gold);
  transition: var(--transition);
}

.btn-secondary:hover {
  background: var(--sand-gold);
  color: #fff;
  transform: translateY(-3px);
}

.btn-whatsapp {
  background: linear-gradient(135deg, var(--deep-emerald), #2c4234);
  color: #fff;
  box-shadow: 0 8px 32px rgba(63, 94, 74, 0.3);
}

.btn-whatsapp:hover {
  box-shadow: 0 16px 48px rgba(63, 94, 74, 0.45);
  color: #fff;
}

.hero-image-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}

.hero-image-wrap::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg,
      var(--sand-gold),
      var(--rich-mocha),
      var(--soft-gold));
  border-radius: 26px;
  z-index: -1;
}

.hero-image-wrap img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 22px;
  display: block;
}

.hero-image-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(255, 253, 249, 0.95);
  backdrop-filter: blur(12px);
  padding: 16px 24px;
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-badge-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--sand-gold), var(--soft-gold));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

.hero-badge-text strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--premium-charcoal);
}

.hero-badge-text span {
  font-size: 12px;
  color: var(--text-light);
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--luxury-beige);
}

.hero-stat-num {
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--rich-mocha);
}

.hero-stat-label {
  font-size: 12px;
  color: var(--text-light);
  letter-spacing: 1px;
}

/* PRODUCTS */
.products-section {
  background: var(--soft-cream);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

.product-card {
  background: var(--warm-white);
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: var(--transition);
  border: 1px solid rgba(232, 216, 195, 0.5);
}

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

.product-img-wrap {
  position: relative;
  overflow: hidden;
  height: 240px;
}

.product-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.product-card:hover .product-img-wrap img {
  transform: scale(1.08);
}

.product-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.badge {
  padding: 5px 12px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
}

.badge-wholesale {
  background: linear-gradient(135deg, var(--rich-mocha), var(--sand-gold));
  color: #fff;
}

.badge-retail {
  background: rgba(198, 169, 105, 0.15);
  color: var(--rich-mocha);
  border: 1px solid var(--sand-gold);
}

.product-info {
  padding: 24px;
}

.product-cat {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--soft-gold);
  margin-bottom: 8px;
}

.product-title {
  font-family: "Playfair Display", serif;
  font-size: 1.15rem;
  color: var(--premium-charcoal);
  margin-bottom: 8px;
}

.product-desc {
  font-size: 14px;
  color: var(--text-light);
  margin-bottom: 20px;
  line-height: 1.6;
}

.product-enquire {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 10px;
  background: linear-gradient(135deg, var(--rich-mocha), var(--sand-gold));
  color: #fff;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  transition: var(--transition);
  border: none;
  cursor: pointer;
}

.product-enquire:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(139, 107, 79, 0.35);
  color: #fff;
}

/* ABOUT */
.about-section {
  background: var(--warm-white);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.about-img-stack {
  position: relative;
  height: 560px;
}

.about-img-main {
  width: 75%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
}

.about-img-accent {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 55%;
  height: 55%;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: var(--shadow-hover);
  border: 6px solid var(--warm-white);
}

.about-gold-badge {
  position: absolute;
  top: 40px;
  right: 10px;
  background: linear-gradient(135deg, var(--sand-gold), var(--soft-gold));
  color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Playfair Display", serif;
  box-shadow: 0 8px 24px rgba(198, 169, 105, 0.4);
}

.about-gold-badge strong {
  font-size: 1.5rem;
  line-height: 1;
}

.about-gold-badge span {
  font-size: 10px;
  letter-spacing: 1px;
}

.about-content .section-header {
  text-align: left;
}

.about-content .section-divider {
  margin: 24px 0 0;
}

.about-text {
  color: var(--text-mid);
  line-height: 1.9;
  margin: 28px 0;
}

.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 32px;
}

.about-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text-mid);
  font-weight: 500;
}

.about-feature i {
  color: var(--soft-gold);
  font-size: 16px;
}

.counters-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.counters-grid > div {
  flex: 1;
  text-align: center;
}

.counter-item {
  text-align: center;
}

.counter-num {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--rich-mocha);
  display: block;
}

.counter-label {
  font-size: 13px;
  color: var(--text-light);
  letter-spacing: 1px;
}

/* DARK COUNTERS (ABOUT PAGE) */
.dark-counter-item {
  text-align: center;
}

.dark-counter-icon {
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 24px;
  color: #fff;
}

.dark-counter-num {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

.dark-counter-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 1px;
}

/* WHY CHOOSE US */
.why-section {
  background: linear-gradient(135deg, var(--soft-cream), var(--luxury-beige));
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 28px;
}

.why-card {
  background: var(--warm-white);
  border-radius: var(--border-radius);
  padding: 28px 24px;
  text-align: center;
  box-shadow: var(--shadow-card);
  transition: var(--transition);
  border: 1px solid rgba(232, 216, 195, 0.6);
  position: relative;
  overflow: hidden;
}

.why-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--sand-gold), var(--soft-gold));
  transform: scaleX(0);
  transition: var(--transition);
  transform-origin: left;
}

.why-card:hover::before {
  transform: scaleX(1);
}

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

.why-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg,
      rgba(198, 169, 105, 0.12),
      rgba(212, 180, 131, 0.2));
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 24px;
  color: var(--soft-gold);
  transition: var(--transition);
}

.why-card:hover .why-icon {
  background: linear-gradient(135deg, var(--sand-gold), var(--soft-gold));
  color: #fff;
  transform: scale(1.1);
}

.why-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  color: var(--premium-charcoal);
  margin-bottom: 10px;
}

.why-card p {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.7;
}

/* CATEGORIES */
.categories-section {
  background: var(--warm-white);
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}

.cat-card {
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
  height: 260px;
  cursor: pointer;
  box-shadow: var(--shadow-card);
}

.cat-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.cat-card:hover img {
  transform: scale(1.1);
}

.cat-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      transparent 40%,
      rgba(46, 46, 46, 0.85) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  transition: var(--transition);
}

.cat-card:hover .cat-overlay {
  background: linear-gradient(180deg,
      rgba(139, 107, 79, 0.2) 0%,
      rgba(46, 46, 46, 0.92) 100%);
}

.cat-title {
  font-family: "Playfair Display", serif;
  font-size: 1.15rem;
  color: #fff;
  margin-bottom: 6px;
}

.cat-count {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 1px;
}

.cat-arrow {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transform: translateX(10px);
  transition: var(--transition);
}

.cat-card:hover .cat-arrow {
  opacity: 1;
  transform: translateX(0);
}

/* GALLERY */
.gallery-section {
  background: var(--soft-cream);
}

.gallery-grid {
  columns: 4;
  gap: 16px;
  column-gap: 16px;
}

.gallery-item {
  break-inside: avoid;
  margin-bottom: 16px;
  border-radius: var(--border-radius-sm);
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  display: block;
  transition: transform 0.6s ease;
}

.gallery-item:hover img {
  transform: scale(1.06);
}

.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(139, 107, 79, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.gallery-item:hover .gallery-item-overlay {
  background: rgba(139, 107, 79, 0.45);
}

.gallery-item-overlay i {
  color: #fff;
  font-size: 24px;
  opacity: 0;
  transform: scale(0.5);
  transition: var(--transition);
}

.gallery-item:hover .gallery-item-overlay i {
  opacity: 1;
  transform: scale(1);
}

.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.lightbox.active {
  display: flex;
}

.lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 12px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
  position: absolute;
  top: 24px;
  right: 32px;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  transition: var(--transition);
}

.lightbox-close:hover {
  color: var(--sand-gold);
  transform: rotate(90deg);
}

/* CUSTOM PENS */
.pens-section {
  background: linear-gradient(135deg, var(--premium-charcoal) 0%, #3d2e20 100%);
  position: relative;
  overflow: hidden;
}

.pens-pattern {
  position: absolute;
  inset: 0;
  background-image: url(data:image/svg + xml,
 %3Csvgwidth="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg" %3E%3Cgfill="none" %3E%3Cgfill="%23C6A969" fill-opacity="0.06" %3E%3Cpathd="M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z" /%3E%3C/g%3E%3C/g%3E%3C/svg%3E);
}

.pens-section .section-label {
  color: var(--sand-gold);
}

.pens-section .section-title {
  color: var(--warm-white);
}

.pens-section .section-subtitle {
  color: rgba(255, 255, 255, 0.6);
}

.pens-section .section-divider {
  background: linear-gradient(90deg, var(--sand-gold), var(--soft-gold));
}

.pens-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.pens-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 40px 0;
}

.pens-feature {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  padding: 20px;
  border: 1px solid rgba(198, 169, 105, 0.15);
  transition: var(--transition);
}

.pens-feature:hover {
  background: rgba(198, 169, 105, 0.1);
  border-color: rgba(198, 169, 105, 0.3);
}

.pens-feature-icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--sand-gold), var(--soft-gold));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-size: 20px;
}

.pens-feature h4 {
  color: var(--warm-white);
  font-size: 1rem;
  margin-bottom: 4px;
}

.pens-feature p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
}

.pens-image-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4);
  border: 2px solid rgba(198, 169, 105, 0.3);
}

.pens-image-wrap img {
  width: 100%;
  height: 680px;
  object-fit: cover;
}

/* WHOLESALE */
.wholesale-section {
  background: var(--warm-white);
}

.wholesale-card {
  background: linear-gradient(135deg, var(--soft-cream), var(--luxury-beige));
  border-radius: 24px;
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  border: 1px solid rgba(212, 180, 131, 0.3);
  box-shadow: var(--shadow-soft);
  position: relative;
  overflow: hidden;
}

.wholesale-card::before {
  content: "";
  position: absolute;
  top: -60px;
  right: 120px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle,
      rgba(198, 169, 105, 0.15),
      transparent 70%);
}

.wholesale-label {
  display: inline-block;
  background: linear-gradient(135deg, var(--rich-mocha), var(--sand-gold));
  color: #fff;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 20px;
}

.wholesale-card h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: var(--premium-charcoal);
  margin-bottom: 16px;
}

.wholesale-card p {
  color: var(--text-mid);
  font-size: 1rem;
  max-width: 480px;
  line-height: 1.8;
  margin-bottom: 32px;
}

.wholesale-perks {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 36px;
}

.wholesale-perk {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--text-mid);
}

.wholesale-perk i {
  color: var(--soft-gold);
  font-size: 16px;
}

.wholesale-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.wholesale-cta-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--deep-emerald), #2c4234);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #fff;
  box-shadow: 0 12px 36px rgba(63, 94, 74, 0.35);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

  0%,
  100% {
    box-shadow:
      0 12px 36px rgba(63, 94, 74, 0.35),
      0 0 0 0 rgba(63, 94, 74, 0.2);
  }

  50% {
    box-shadow:
      0 12px 36px rgba(63, 94, 74, 0.35),
      0 0 0 16px rgba(63, 94, 74, 0);
  }
}

/* TESTIMONIALS */
.testimonials-section {
  background: linear-gradient(135deg, var(--soft-cream), var(--luxury-beige));
}

.testimonials-swiper {
  padding: 0 0 60px !important;
}

.testimonial-card {
  background: var(--warm-white);
  border-radius: var(--border-radius);
  padding: 28px;
  box-shadow: var(--shadow-card);
  height: auto;
  transition: var(--transition);
  border: 1px solid rgba(232, 216, 195, 0.5);
}

.testimonial-quote {
  font-size: 48px;
  font-family: "Playfair Display", serif;
  color: var(--sand-gold);
  line-height: 0.8;
  margin-bottom: 16px;
}

.testimonial-stars {
  color: var(--soft-gold);
  margin-bottom: 16px;
  font-size: 15px;
  letter-spacing: 2px;
}

.testimonial-text {
  font-size: 0.95rem;
  color: var(--text-mid);
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 24px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sand-gold), var(--rich-mocha));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.testimonial-name {
  font-weight: 600;
  color: var(--premium-charcoal);
  font-size: 15px;
}

.testimonial-location {
  font-size: 12px;
  color: var(--text-light);
}

.swiper-pagination-bullet {
  background: var(--sand-gold) !important;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  width: 24px !important;
  border-radius: 4px !important;
}

/* CONTACT */
.contact-section {
  background: var(--warm-white);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: var(--soft-cream);
  border-radius: var(--border-radius-sm);
  border: 1px solid rgba(232, 216, 195, 0.6);
  transition: var(--transition);
}

.contact-card:hover {
  box-shadow: var(--shadow-card);
  transform: translateX(6px);
}

.contact-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--sand-gold), var(--soft-gold));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}

.contact-card h4 {
  font-family: "Playfair Display", serif;
  font-size: 1.05rem;
  color: var(--premium-charcoal);
  margin-bottom: 6px;
}

.contact-card p,
.contact-card a {
  font-size: 14px;
  color: var(--text-mid);
  line-height: 1.6;
}

.contact-card a:hover {
  color: var(--rich-mocha);
}

.map-wrap {
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.map-wrap iframe {
  width: 100%;
  height: 400px;
  border: none;
  display: block;
}

.whatsapp-big-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(135deg, var(--deep-emerald), #2c4234);
  color: #fff;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 12px 40px rgba(63, 94, 74, 0.35);
  transition: var(--transition);
  margin-top: 8px;
}

.whatsapp-big-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 56px rgba(63, 94, 74, 0.45);
  color: #fff;
}

.whatsapp-big-btn i {
  font-size: 28px;
}

/* FOOTER */
.footer {
  background: var(--soft-cream);
  padding: 60px 0 0;
  position: relative;
}

.footer-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg,
      var(--luxury-beige),
      var(--sand-gold),
      var(--soft-gold),
      var(--sand-gold),
      var(--luxury-beige));
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 40px;
  margin-bottom: 48px;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 16px;
}

.footer-logo .brand-arabic {
  font-family: "Amiri", serif;
  font-size: 14px;
  color: var(--soft-gold);
}

.footer-logo .brand-name {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--premium-charcoal);
}

.footer-tagline {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 24px;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sand-gold), var(--soft-gold));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: var(--transition);
}

.footer-social a:hover {
  transform: translateY(-3px) rotate(10deg);
  box-shadow: 0 8px 20px rgba(198, 169, 105, 0.4);
}

.footer-heading {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  color: var(--premium-charcoal);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
}

.footer-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--sand-gold);
  border-radius: 2px;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  font-size: 14px;
  color: var(--text-light);
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-links a i {
  font-size: 10px;
  color: var(--sand-gold);
}

.footer-links a:hover {
  color: var(--rich-mocha);
  padding-left: 4px;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: var(--text-light);
  margin-bottom: 14px;
  line-height: 1.6;
}

.footer-contact li i {
  color: var(--soft-gold);
  margin-top: 3px;
  flex-shrink: 0;
}

.footer-contact a {
  color: var(--text-light);
  transition: var(--transition);
}

.footer-contact a:hover {
  color: var(--rich-mocha);
}

.footer-divider {
  text-align: center;
  margin: 0 0 28px;
  color: var(--sand-gold);
  letter-spacing: 12px;
  font-size: 18px;
  opacity: 0.5;
}

.footer-bottom {
  padding: 24px 0;
  border-top: 1px solid var(--luxury-beige);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p {
  font-size: 13px;
  color: var(--text-light);
}

/* WHATSAPP FLOAT */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 998;
}

.whatsapp-float a {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--deep-emerald), #2c4234);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  box-shadow: 0 8px 32px rgba(63, 94, 74, 0.45);
  transition: var(--transition);
  position: relative;
}

.whatsapp-float a:hover {
  transform: scale(1.15);
  box-shadow: 0 16px 48px rgba(63, 94, 74, 0.55);
}

.wa-tooltip {
  position: absolute;
  right: 72px;
  background: var(--premium-charcoal);
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
}

.wa-tooltip::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left-color: var(--premium-charcoal);
  border-right: none;
}

.whatsapp-float a:hover .wa-tooltip {
  opacity: 1;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .hero-container {
    gap: 48px;
  }

  .about-grid {
    gap: 48px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}

@media (max-width: 768px) {
  .nav-links {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100vh;
    background: var(--warm-white);
    flex-direction: column;
    padding: 80px 32px 32px;
    gap: 4px;
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.12);
    z-index: 1000;
    transition: transform 0.35s ease;
    transform: translateX(100%);
  }

  .nav-links.open {
    display: flex;
    transform: translateX(0);
  }

  .nav-overlay.active {
    display: block;
  }

  .nav-toggle {
    display: flex;
  }

  .hero-container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 100px;
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .hero-image-wrap {
    display: none;
  }

  .hero-stats {
    gap: 24px;
    justify-content: center;
  }

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

  .about-img-stack {
    height: 320px;
  }

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

  .pens-image-wrap img {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .wholesale-card {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 36px 24px;
  }

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

  .gallery-grid {
    columns: 2;
  }

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

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

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

  .section-padding {
    padding: 64px 0;
  }
}

@media (max-width: 480px) {
  .hero-buttons {
    flex-direction: column;
    width: 100%;
  }

  .hero-buttons .btn-primary,
  .hero-buttons .btn-secondary {
    justify-content: center;
    width: 100%;
  }

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

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

  .gallery-grid {
    columns: 1;
  }

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

  .hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    width: 100%;
  }

  .hero-stat-num {
    font-size: 1.4rem;
  }

  .hero-stat-label {
    font-size: 10px;
  }

  .counters-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }

  .counters-grid > div {
    flex: 0 0 auto;
    width: 42%;
  }

  .dark-counter-icon {
    width: 44px;
    height: 44px;
    font-size: 18px;
    margin-bottom: 8px;
    border-radius: 12px;
  }

  .dark-counter-num {
    font-size: 1.6rem;
  }

  .dark-counter-label {
    font-size: 11px;
    line-height: 1.3;
  }
}