.cards#jewellery,
section.cards#jewellery {
  display: none !important;
}

.noble-luxury-collections {
  position: relative;
  padding: clamp(88px, 10vw, 150px) clamp(24px, 7vw, 92px);
  background:
    radial-gradient(circle at 18% 16%, rgba(184, 148, 95, 0.12), transparent 34%),
    linear-gradient(135deg, #fbf6ed 0%, #f3eadf 52%, #eee3d3 100%);
  border-top: 1px solid rgba(17, 16, 14, 0.08);
  border-bottom: 1px solid rgba(17, 16, 14, 0.08);
}

.noble-luxury-collections-inner {
  max-width: 1320px;
  margin: 0 auto;
}

.noble-collections-head {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: end;
  margin-bottom: clamp(44px, 6vw, 78px);
}

.noble-collections-kicker {
  margin: 0 0 24px;
  color: #a98245;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  font-weight: 600;
}

.noble-luxury-collections h2 {
  margin: 0;
  max-width: 720px;
  color: #11100e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 6.4vw, 104px);
  line-height: 0.92;
  letter-spacing: -0.06em;
  font-weight: 400;
}

.noble-collections-head p {
  margin: 0;
  color: rgba(17, 16, 14, 0.68);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.72;
  max-width: 620px;
}

.noble-collections-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.noble-collection-card {
  position: relative;
  min-height: 420px;
  border-radius: 32px;
  overflow: hidden;
  text-decoration: none;
  color: #fffaf2;
  background: #11100e;
  box-shadow: 0 24px 70px rgba(17, 16, 14, 0.14);
  border: 1px solid rgba(17, 16, 14, 0.10);
}

.noble-collection-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--collection-image);
  background-size: cover;
  background-position: center center;
  transform: scale(1.02);
  transition: transform 0.7s ease, filter 0.7s ease;
  filter: saturate(0.92) contrast(1.02);
}

.noble-collection-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(17, 16, 14, 0.08) 0%, rgba(17, 16, 14, 0.30) 42%, rgba(17, 16, 14, 0.78) 100%);
}

.noble-collection-card:hover::before {
  transform: scale(1.07);
  filter: saturate(1.02) contrast(1.05);
}

.noble-collection-content {
  position: absolute;
  z-index: 2;
  left: 26px;
  right: 26px;
  bottom: 26px;
}

.noble-collection-number {
  display: block;
  margin-bottom: 18px;
  color: rgba(255, 250, 242, 0.72);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 600;
}

.noble-collection-card h3 {
  margin: 0 0 12px;
  color: #fffaf2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 400;
}

.noble-collection-card p {
  margin: 0 0 20px;
  color: rgba(255, 250, 242, 0.78);
  font-size: 15.5px;
  line-height: 1.58;
  max-width: 330px;
}

.noble-collection-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fffaf2;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
}

.noble-collection-link::after {
  content: "→";
  font-size: 15px;
  line-height: 1;
  transform: translateY(-1px);
}

@media (max-width: 1100px) {
  .noble-collections-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .noble-collection-card {
    min-height: 380px;
  }
}

@media (max-width: 760px) {
  .noble-luxury-collections {
    padding: 76px 22px;
  }

  .noble-collections-head {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 34px;
  }

  .noble-luxury-collections h2 {
    font-size: clamp(44px, 12vw, 64px);
  }

  .noble-collections-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .noble-collection-card {
    min-height: 360px;
    border-radius: 28px;
  }
}

.noble-collection-card {
  min-height: 450px !important;
  border-radius: 34px !important;
  border: 1px solid rgba(184, 148, 95, 0.24) !important;
  box-shadow: 0 28px 80px rgba(17, 16, 14, 0.16) !important;
}

.noble-collection-card::before {
  filter: saturate(1.04) contrast(1.04) brightness(1.04) !important;
  transform: scale(1.01) !important;
}

.noble-collection-card::after {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.08) 0%, rgba(17, 16, 14, 0.14) 32%, rgba(17, 16, 14, 0.72) 100%) !important;
}

.noble-collection-card:hover::before {
  transform: scale(1.06) !important;
  filter: saturate(1.12) contrast(1.08) brightness(1.06) !important;
}

.noble-collection-content {
  left: 30px !important;
  right: 30px !important;
  bottom: 28px !important;
}

.noble-collection-number {
  color: rgba(255, 250, 242, 0.78) !important;
  margin-bottom: 20px !important;
}

.noble-collection-card h3 {
  font-size: clamp(32px, 3.1vw, 50px) !important;
  line-height: 1 !important;
  margin-bottom: 14px !important;
  text-shadow: 0 10px 26px rgba(0, 0, 0, 0.26) !important;
}

.noble-collection-card p {
  font-size: 16px !important;
  line-height: 1.62 !important;
  max-width: 360px !important;
  color: rgba(255, 250, 242, 0.84) !important;
}

.noble-collection-link {
  color: #f5dfb7 !important;
}

@media (max-width: 760px) {
  .noble-collection-card {
    min-height: 380px !important;
  }

  .noble-collection-content {
    left: 24px !important;
    right: 24px !important;
    bottom: 24px !important;
  }
}

.noble-collection-card::before {
  filter: saturate(1.12) contrast(1.08) brightness(1.18) !important;
}

.noble-collection-card::after {
  background:
    linear-gradient(180deg, rgba(255, 250, 242, 0.02) 0%, rgba(255, 250, 242, 0.02) 30%, rgba(17, 16, 14, 0.22) 55%, rgba(17, 16, 14, 0.78) 100%) !important;
}

.noble-collection-card:hover::before {
  filter: saturate(1.2) contrast(1.1) brightness(1.22) !important;
}

.noble-collection-card h3 {
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.42) !important;
}

.noble-collection-card p {
  text-shadow: 0 10px 22px rgba(0, 0, 0, 0.38) !important;
}

.noble-collection-number,
.noble-collection-link {
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.36) !important;
}
