.hero-section {
  padding: clamp(40px, 6vw, 80px) clamp(20px, 8vw, 150px);
}

.hero-container {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 40px;
}

.hero-text h1 {
  font-size: clamp(54px, 9vw, 124px);
  font-weight: 400;
  color: #2c2c2c;
  line-height: 1;
  margin-bottom: 25px;
}
.hero-text p {
  max-width: 580px;
  font-size: 19px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 40px;
}

.hero-btn {
  display: inline-block;
  background: #ff3366;
  color: #fff;
  padding: 14px 36px;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  transition: background .3s ease;
}

.hero-btn:hover {
  background: #e82c5a;
}

/* IMAGE */
.hero-image {
  display: flex;
  justify-content: flex-end;
}

.hero-image img {
  width: 100%;
  max-width: 420px;
  height: auto;
}

@media (max-width: 991px) {
  .hero-ornament img {
      width: 60px;
  }
}


.collections-section {
  padding: clamp(80px, 8vw, 140px) 0;
  background: #f3f3f3;
}

.collections-container {
  max-width: 1680px;
  margin: auto;
  padding: 0 clamp(20px, 7vw, 100px);
}

.section-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  color: #2c2c2c;
  margin-bottom: 20px;
}

/* Divider */
.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}



.divider img {
  height: 14px;       /* 🔥 same like design */
  width: auto;
  display: block;
}


.collection-card {
  transition: transform .35s ease;
}
.collection {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;          /* 🔥 perfect square (recommended) */
  overflow: hidden;
  background: #f5f5f5;
}
.collection img {
  width: 100%;
  height: 100%;
  object-fit: cover;            /* 🔥 auto crop, no stretch */
  display: block;
}

/* .collection-image {
  background: #f5f5f5;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
} */

/* .collection-image img {
  max-height: 240px;
  width: auto;
} */

.collection-card h4 {
  margin-top: 22px;
  font-size: 20px;
  font-weight: 400;
  color: #333;
}

.collection-card:hover {
  transform: translateY(-10px);
}
@media (max-width: 576px) {
  .collection-image {
      padding: 30px;
  }

  .collection-card h4 {
      font-size: 18px;
  }
}
/* ================= BESPOKE SECTION ================= */

.bespoke-section {
  background: #000;
  padding: 140px 0;
}

.bespoke-container {
  max-width: 1680px;     /* ultra-wide safe */
  padding: 0 100px;
}

/* LEFT TEXT */
.bespoke-content h2 {
  font-size: 72px;
  font-weight: 400;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 30px;
}

.bespoke-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #cfcfcf;
  max-width: 520px;
  margin-bottom: 40px;
}

.bespoke-btn {
  display: inline-block;
  background: #ff3366;
  color: #fff;
  padding: 14px 34px;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
}

/* RIGHT IMAGE */
.bespoke-image img {
  width: 100%;
  max-width: 650px;
  display: block;
  margin-left: auto;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1200px) {
  .bespoke-content h2 {
      font-size: 60px;
  }
}

@media (max-width: 991px) {
  .bespoke-section {
      padding: 100px 0;
  }

  .bespoke-container {
      padding: 0 40px;
  }

  .bespoke-content {
      text-align: center;
      margin-bottom: 50px;
  }

  .bespoke-content p {
      margin-left: auto;
      margin-right: auto;
  }

  .bespoke-image img {
      margin: auto;
  }
}

@media (max-width: 576px) {
  .bespoke-content h2 {
      font-size: 42px;
  }

  .bespoke-content p {
      font-size: 16px;
  }
}



.custom-process-section {
  background: #fff;
  padding: 30px 0 140px;
}

/* Title */
.section-title {
  font-size: 36px;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  color: #222;
}

/* Divider */

.divider span {
  width: 50px;
  height: 1px;
  background: #ff3b6c;
}
.divider i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff3b6c;
  margin: 0 10px;
}

/* Cards */
.process-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.process-card h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #222;
}

.process-card p {
  font-size: 15px;
  color: #777;
  line-height: 1.6;
  max-width: 260px;
  margin: auto;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .section-title {
      font-size: 28px;
  }
}
/* Section */
.gemstones-section {
  padding: 100px 0;
  background: #ffffff;
}

/* 1680px Container */
.container-1680 {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 clamp(20px, 7vw, 100px);
}

/* Heading */
.section-head h2 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 12px;
}

.section-head p {
  font-size: 16px;
  color: #666;
  max-width: 640px;
  margin: 0 auto 60px;
  line-height: 1.7;
}

/* Card */
.gem-card {
  background: #f6f8fb;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Image */
.gem-image {
  height: 300px;
}

.gem-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Content */
.gem-content {
  padding: 26px 24px 30px;
  flex: 1;
}

.gem-content h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.gem-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 18px;
}

/* Button */
.gem-btn {
  display: inline-block;
    background: #ff3366;
    color: #fff;
    padding: 11px 26px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: background .3s ease;
}

.gem-btn:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 991px) {
  .section-head h2 {
    font-size: 30px;
  }

  .gemstones-section {
    padding: 70px 0;
  }

  .gem-image {
    height: 220px;
  }
}

@media (max-width: 575px) {
  .container-1680 {
    padding: 0 20px;
  }

  .gem-image {
    height: 200px;
  }
}
