/* ============================================
   G&G JEWELLERY — GLOBAL STYLES (Handcrafted Theme)
   ============================================ */

:root {
  --copper:       #C4622D;
  --copper-dark:  #9B4A1F;
  --copper-light: #E8956A;
  --copper-pale:  #FDF0E8;
  --brown:        #2C1810;
  --dark-brown:   #1A0F08;
  --medium:       #6B3A2A;
  --gray:         #7A6A62;
  --light-gray:   #E8DDD8;
  --cream:        #FDF6EC;
  --warm-white:   #FFFAF5;
  --white:        #ffffff;
  --shadow-sm:    0 2px 8px rgba(44,24,16,0.08);
  --shadow-md:    0 6px 24px rgba(44,24,16,0.12);
  --shadow-lg:    0 16px 48px rgba(44,24,16,0.18);
  --radius:       10px;
  --transition:   all 0.3s ease;

  /* Aliases for compatibility */
  --gold:        var(--copper);
  --gold-dark:   var(--copper-dark);
  --gold-light:  var(--copper-light);
  --gold-pale:   var(--copper-pale);
  --black:       var(--brown);
  --dark:        #3D2015;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Poppins', sans-serif;
  background: var(--warm-white);
  color: var(--dark);
  overflow-x: hidden;
  line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; font-family: 'Poppins', sans-serif; border: none; outline: none; }
input, textarea, select { font-family: 'Poppins', sans-serif; outline: none; }

/* ── Typography ── */
h1, h2, h3, h4 { font-family: 'Playfair Display', serif; line-height: 1.25; }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); }
h4 { font-size: 1.1rem; }
p  { font-size: 0.95rem; color: var(--gray); line-height: 1.8; }

/* ── Utility ── */
.container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.section-pad { padding: 80px 0; }
.text-center { text-align: center; }
.text-copper { color: var(--copper); }
.bg-cream { background: var(--cream); }
.bg-brown { background: var(--brown); }
.bg-white { background: var(--white); }

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: var(--brown);
  margin-bottom: 12px;
}
.section-subtitle {
  font-size: 0.95rem;
  color: var(--gray);
  margin-bottom: 48px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.divider {
  width: 60px;
  height: 2px;
  background: var(--copper);
  margin: 16px auto 20px;
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 32px;
  border-radius: 4px;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  transition: var(--transition);
  cursor: pointer;
}
.btn-copper, .btn-gold {
  background: var(--copper);
  color: var(--white);
  border: 2px solid var(--copper);
}
.btn-copper:hover, .btn-gold:hover {
  background: var(--copper-dark);
  border-color: var(--copper-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(196,98,45,0.35);
}
.btn-outline {
  background: transparent;
  color: var(--copper);
  border: 2px solid var(--copper);
}
.btn-outline:hover {
  background: var(--copper);
  color: var(--white);
  transform: translateY(-2px);
}
.btn-dark {
  background: var(--brown);
  color: var(--white);
  border: 2px solid var(--brown);
}
.btn-dark:hover {
  background: var(--dark-brown);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.btn-white {
  background: var(--white);
  color: var(--brown);
  border: 2px solid var(--white);
}
.btn-white:hover {
  background: transparent;
  color: var(--white);
  transform: translateY(-2px);
}

/* WhatsApp Enquire Button */
.btn-whatsapp {
  background: #269650;
  color: var(--white);
  border: 2px solid #269650;
}
.btn-whatsapp:hover {
  background: #1ebe5d;
  border-color: #1ebe5d;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37,211,102,0.35);
}

/* ── HEADER ── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--white);
  box-shadow: 0 2px 12px rgba(44,24,16,0.08);
}
.header-top {
  background: var(--brown);
  text-align: center;
  padding: 8px 24px;
  font-size: 0.78rem;
  color: var(--copper-light);
  letter-spacing: 1px;
}
.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px;
  max-width: 1240px;
  margin: 0 auto;
}
.logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}
.logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--brown);
  letter-spacing: 2px;
}
.logo-text span { color: var(--copper); }
.logo-tagline {
  font-size: 0.62rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gray);
  margin-top: 2px;
}
.nav-links {
  display: flex;
  gap: 36px;
  align-items: center;
}
.nav-links a {
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--dark);
  position: relative;
  transition: color 0.25s;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--copper);
  transition: width 0.3s ease;
}
.nav-links a:hover,
.nav-links a.active { color: var(--copper); }
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }

.header-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  color: var(--dark);
  font-size: 1.2rem;
  transition: color 0.25s;
  display: flex;
  align-items: center;
}
.icon-btn:hover { color: var(--copper); }

/* WhatsApp header CTA */
.header-whatsapp {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #269650;
  color: var(--white);
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: var(--transition);
}
.header-whatsapp:hover {
  background: #1ebe5d;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37,211,102,0.3);
}
.header-whatsapp i { font-size: 1rem; }

/* Mobile burger */
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}
.burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--brown);
  transition: var(--transition);
}
.mobile-nav {
  display: none;
  flex-direction: column;
  background: var(--white);
  padding: 20px 24px;
  border-top: 1px solid var(--light-gray);
  gap: 16px;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--dark);
  padding: 8px 0;
  border-bottom: 1px solid var(--light-gray);
  transition: color 0.25s;
}
.mobile-nav a:hover { color: var(--copper); }

/* ── FOOTER ── */
.site-footer {
  background: var(--brown);
  color: var(--white);
  padding: 64px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 0.8fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-brand .logo-text { color: var(--white); }
.footer-brand .logo-text span { color: var(--copper-light); }
.footer-brand p {
  color: rgba(255,255,255,0.55);
  font-size: 0.85rem;
  margin-top: 10px;
  line-height: 1.8;
}

.address-link {
  text-decoration: none;
  color: inherit;
}

.address-link:hover {
  text-decoration: none;
  color: inherit;
}


.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}
.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.6);
  transition: var(--transition);
}
.footer-social a:hover {
  background: var(--copper);
  border-color: var(--copper);
  color: var(--white);
}
.footer-col h5 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: var(--white);
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a {
  font-size: 0.83rem;
  color: rgba(255,255,255,0.55);
  transition: color 0.25s;
}
.footer-col ul li a:hover { color: var(--copper-light); }
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 0.83rem;
  color: rgba(255,255,255,0.55);
}
.footer-contact-item i { color: var(--copper-light); margin-top: 2px; }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.35);
}
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a {
  color: rgba(255,255,255,0.35);
  transition: color 0.25s;
}
.footer-bottom-links a:hover { color: var(--copper-light); }

/* ── TOAST NOTIFICATION ── */
.toast {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: var(--brown);
  color: var(--white);
  padding: 14px 22px;
  border-radius: 6px;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: var(--shadow-lg);
  transform: translateY(80px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 9999;
  border-left: 4px solid var(--copper);
}
.toast.show { transform: translateY(0); opacity: 1; }
.toast i { color: var(--copper-light); }

/* ── PAGE BANNER ── */
.page-banner {
  background: linear-gradient(135deg, var(--brown) 0%, #3D2015 100%);
  padding: 60px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1515562141207-7a88fb7ce338?w=1400&q=60') center/cover no-repeat;
  opacity: 0.1;
}
.page-banner-content { position: relative; z-index: 1; }
.page-banner h1 {
  font-family: 'Playfair Display', serif;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 12px;
}
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.55);
}
.breadcrumb a { color: var(--copper-light); }
.breadcrumb span { color: rgba(255,255,255,0.3); }

/* ── PRODUCT CARD ── */
.product-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  position: relative;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.product-card-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.product-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.product-card:hover .product-card-img img { transform: scale(1.08); }
.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--copper);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 3px;
}
.product-badge.new { background: var(--brown); }
.product-badge.sale { background: #c0392b; }
.product-badge.bestseller { background: var(--copper); }
.product-actions {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transform: translateX(10px);
  transition: var(--transition);
}
.product-card:hover .product-actions { opacity: 1; transform: translateX(0); }
.action-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--white);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: var(--dark);
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
.action-btn:hover { background: var(--copper); color: var(--white); }
.product-card-body { padding: 18px; }
.product-category {
  font-size: 0.72rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 6px;
}
.product-name {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: var(--brown);
  margin-bottom: 10px;
  line-height: 1.4;
}
.product-price {
  display: flex;
  align-items: center;
  gap: 10px;
}
.price-current {
  font-size: 1rem;
  font-weight: 700;
  color: var(--brown);
}
.price-original {
  font-size: 0.82rem;
  color: var(--gray);
  text-decoration: line-through;
}
.product-card-footer { padding: 0 18px 18px; }
.enquire-btn {
  width: 100%;
  padding: 10px;
  background: #269650;
  color: var(--white);
  border: 2px solid #269650;
  border-radius: 4px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.enquire-btn:hover {
  background: #1ebe5d;
  border-color: #1ebe5d;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37,211,102,0.3);
}
.enquire-btn i { font-size: 1rem; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 768px) {
  .header-main { padding: 10px 20px; }
  .nav-links { display: none; }
  .burger { display: flex; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .section-pad { padding: 56px 0; }
  .header-whatsapp span { display: none; }
}
@media (max-width: 480px) {
  .header-main { padding: 10px 16px; }
  .logo-text { font-size: 1.4rem; }
}


.testimonial-slider {
  position: relative;
  overflow: hidden;
}

.testimonial-track {
  display: flex;
  transition: transform 0.5s ease;
}

.testimonial-card {
  min-width: 300px;
  margin: 0 10px;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #c46a2d; /* copper / brand color */
  color: #fff;
  border-radius: 50%;
  border: none;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.slider-btn i {
  font-size: 16px;
}

.slider-btn.prev { left: 10px; }
.slider-btn.next { right: 10px; }

.slider-btn:hover {
  background: #a55524;
}



.video-card {
  min-width: 250px;
  text-align: center;
}

.video-thumb {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

.video-thumb img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.video-thumb:hover img {
  transform: scale(1.05);
}

/* Dark overlay */
.video-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
}

/* Play button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  background: #c46a2d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  z-index: 2;
  transition: all 0.3s ease;
}

.video-thumb:hover .play-btn {
  background: #a55524;
  transform: translate(-50%, -50%) scale(1.1);
}

.video-title {
  margin-top: 10px;
  font-weight: 600;
  color: #333;
}

.video-slider {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

.video-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}

.video-card {
  min-width: 250px;
  height: 450px;
  border-radius: 12px;
  overflow: hidden;
}

.video-card iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.video-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #c46a2d;
  color: #fff;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.video-btn.prev { left: 10px; }
.video-btn.next { right: 10px; }




/* GRID */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
  .gallery-grid { grid-template-columns: 1fr; }
}

/* IMAGE BOX */
.gallery-item {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

/* IMAGE */
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

/* MODAL */
.gallery-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
}

.gallery-modal img {
  display: block;
  max-width: 90%;
  max-height: 90%;
  margin: 5% auto;
}

.gallery-modal .close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

/* Tabs */
.gallery-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.tab-btn {
  padding: 10px 20px;
  border: none;
  background: #eee;
  cursor: pointer;
  border-radius: 20px;
  font-weight: 600;
}

.tab-btn.active {
  background: #c46a2d;
  color: #fff;
}

/* Hide inactive tabs */
.tab-content {
  display: none;
}
.tab-content.active {
  display: grid;
}