/* ================================
   RESET
================================ */
body {
  margin: 0;
  padding: 0;
}

/* ================================
   NAVBAR
================================ */
.jewellery-navbar {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.jewellery-navbar .nav-link {
  color: #222;
  font-weight: 500;
  margin-left: 15px;
}

.jewellery-navbar .nav-link:hover,
.jewellery-navbar .nav-link.active {
  color: #c9a24d; /* gold color */
}

/* ================================
   HERO BANNER
================================ */
#hero-banner {
  width: 100%;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Optional full height banner */
@media (min-width: 768px) {
  .hero-image {
    height: 100vh;
    object-fit: cover;
  }
}

/* ================================
   CATALOGUE SECTION
================================ */

/* ── Catalogue Section ── */
#catalogue { background: #fafaf8; }

.catalogue-header { margin-bottom: 2.5rem; }

.catalogue-tag {
  display: inline-block;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #c9a24d;
  margin-bottom: 0.5rem;
}

.catalogue-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 400;
  color: #1c1a18;
  margin-bottom: 0.3rem;
}

.catalogue-subtitle {
  font-size: 0.88rem;
  color: #777;
  margin: 0;
}

.catalogue-rule {
  width: 40px;
  height: 1px;
  background: #c9a24d;
  margin: 1rem auto 0;
}

/* ── Cards ── */
.catalogue-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(201,162,77,.2);
  border-radius: 6px;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}

.catalogue-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,.10);
}

/* Image wrapper — clips zoom and positions overlay */
.catalogue-card__img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
}

.catalogue-card__img--placeholder {
  background: #f4efe5;
}

.catalogue-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

.catalogue-card:hover .catalogue-card__img img {
  transform: scale(1.07);
}

/* "Shop Now" overlay */
.catalogue-card__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.38);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid rgba(255,255,255,.6);
  margin: 14px;
  opacity: 0;
  transition: opacity .3s;
}

.catalogue-card:hover .catalogue-card__overlay { opacity: 1; }

/* Label row */
.catalogue-card__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px 14px;
  border-top: 1px solid rgba(201,162,77,.15);
}

.catalogue-card__body h5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
  color: #1c1a18;
}

.catalogue-card__arrow {
  color: #c9a24d;
  font-size: 1rem;
  transition: transform .25s;
  line-height: 1;
}

.catalogue-card:hover .catalogue-card__arrow { transform: translateX(4px); }


/* ================================
   OUR SHOWROOM SECTION
================================ */


/* ── Info rows ── */



/* ── Reuse .btn-gold from your main stylesheet ── */
.btn-gold {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: #c9a24d;
  color: #fff;
  padding: 0.85rem 2.2rem;
  border: 1px solid #c9a24d;
  text-decoration: none;
  transition: background .25s, color .25s;
}

.btn-gold:hover {
  background: transparent;
  color: #c9a24d;
}

/* ── Responsive ── */
@media (max-width: 767px) {
  .showroom-img-accent { display: none; }
}


/* ================================
   HIGHLIGHTS SCROLL GALLERY
================================ */


/* =============================
   INSTAGRAM SECTION — BASE
   ============================= */

/* ================================
   SECTION BASE
   ================================ */

/* ================================
   PROFILE HANDLE
   ================================ */





/* ================================
   FOOTER
================================ */

#footer {
  background-color: #111;
  color: #ccc;
}

.footer-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.footer-text {
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #c9a24d; /* gold accent */
}

#footer a {
  color: #c9a24d;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  font-size: 0.9rem;
  color: #aaa;
}


/* Category Title Bar */


/* Category Title Bar */
.category-title-bar {
  padding: 60px 0;
  background: #000000; /* Pure black background */
}

/* Gold Gradient Title */
.category-title {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 10px;

  background: linear-gradient(
    90deg,
    #b8860b,
    #ffd700,
    #fff1a8,
    #ffd700,
    #b8860b
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Subtitle */
.category-subtitle {
  font-size: 1.1rem;
  color: #e5e5e5;
}

/* Responsive */
@media (max-width: 768px) {
  .category-title {
    font-size: 2rem;
  }

  .category-subtitle {
    font-size: 1rem;
  }
}


/* Product Section */
.product-section {
  padding: 60px 0;
  background: #f5eded;
}

/* Product Card */
.product-card {
  position: relative;
  background: #000000; /* BLACK BOX */
  border-radius: 14px;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  height: 100%;
  overflow: hidden;

  transition:
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.5s ease;
}

/* 3D Lift + Gold Glow */
.product-card:hover {
  transform: translateY(-14px) scale(1.04);
  box-shadow:
    0 25px 45px rgba(255, 215, 0, 0.45),
    0 0 25px rgba(255, 215, 0, 0.35);
}

/* Gold Shine Effect */
.product-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 215, 0, 0.35),
    transparent
  );
  transform: skewX(-25deg);
}

.product-card:hover::before {
  left: 130%;
  transition: left 0.8s ease;
}

/* Image Wrapper */
.product-img {
  overflow: hidden;
  border-radius: 12px;
}

/* Image Animation */
.product-img img {
  width: 100%;
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.product-card:hover img {
  transform: scale(1.15);
}

/* Product Name (Gold Gradient Text) */
.product-name {
  margin-top: 16px;
  font-size: 1.05rem;
  font-weight: 600;
  background: linear-gradient(
    90deg,
    #b8860b,
    #ffd700,
    #fff2b0,
    #ffd700,
    #b8860b
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Mobile */
@media (max-width: 576px) {
  .product-card:hover {
    transform: translateY(-8px) scale(1.02);
  }
}
