/* ============================================
   GAUMAYA CRAFT — DETAIL PAGE
   ============================================ */

/* ---- STICKY NAVBAR ---- */
.gc-navbar-sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 999 !important;
  background: #fff !important;
  box-shadow: 0 2px 20px rgba(125,28,28,0.1) !important;
  padding: 14px 60px !important;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(90deg, #7d1c1c, #c83a10, #7d1c1c) 1;
  transform: translateY(0) !important;
}
.gc-navbar-sticky .logo a img {
  height: 60px !important;
}
.gc-navbar-sticky .site-menu ul li a {
  color: #1a0a0a !important;
}
.gc-navbar-sticky .site-menu ul li a:hover {
  color: #7d1c1c !important;
}
.gc-navbar-sticky .site-menu ul li.active > a {
  color: #7d1c1c !important;
}
.gc-navbar-sticky .hamburger path {
  stroke: #1a0a0a !important;
}
@media (max-width: 767px) {
  .gc-navbar-sticky { padding: 12px 20px !important; }
}

/* ---- HERO ---- */
.gc-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 90px 0 40px;
}
.gc-hero-bg {
  position: absolute;
  inset: 0;
  background: url('../images/gamaya.webp') center center / cover no-repeat;
  z-index: 0;
}
.gc-hero-content {
  position: relative;
  z-index: 1;
}
.gc-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,0.7);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 3px;
  transition: color 0.3s, border-color 0.3s;
}
.gc-back-btn:hover {
  color: #c8a96e;
  border-color: #c8a96e;
  text-decoration: none;
}
/* ---- FOOTER ---- */
.gc-footer {
  background: #8b1a1a;
  padding-top: 32px !important;
  padding-bottom: 0 !important;
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg, #7d1c1c, #c83a10, #7d1c1c) 1;
}

/* Poster in footer */
.gc-footer-poster {
  position: relative;
  display: inline-block;
}
.gc-footer-poster::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 22px;
  background: linear-gradient(135deg, #7d1c1c, #c83a10);
  opacity: 0.25;
  z-index: 0;
}
.gc-footer-poster img {
  position: relative;
  z-index: 1;
  width: 200px;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(125,28,28,0.2);
  display: block;
}

/* Footer column titles */
.gc-footer-title {
  font-family: 'Cinzel', serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  margin-bottom: 22px !important;
  padding-bottom: 12px !important;
  position: relative !important;
}
.gc-footer-title::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0;
  width: 36px; height: 2px;
  background: linear-gradient(90deg, #7d1c1c, #c83a10);
  border-radius: 2px;
}

/* Footer quick links */
.gc-footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
  column-gap: 20px;
}
.gc-footer-menu li {
  margin-bottom: 10px;
}
.gc-footer-menu li a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s, gap 0.3s;
}
.gc-footer-menu li a i {
  font-size: 10px;
  color: #ffffff;
  transition: transform 0.3s;
}
.gc-footer-menu li a:hover {
  color: #7d1c1c;
  gap: 12px;
  text-decoration: none;
}
.gc-footer-menu li a:hover i { transform: translateX(3px); }

/* Social links */
.gc-footer-socials {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gc-footer-socials li {
  margin-bottom: 12px;
}
.gc-footer-socials li a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 17px;
  text-decoration: none;
  transition: color 0.3s;
}
.gc-footer-socials li a:hover { color: #7d1c1c; text-decoration: none; }
.gc-footer-social-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #ffffff;
  flex-shrink: 0;
  transition: background 0.3s, color 0.3s;
}
.gc-footer-socials li a:hover .gc-footer-social-icon {
  background: #c83a10;
  color: #fff;
}

/* Contact list */
.gc-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gc-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.6;
}
.gc-footer-contact li a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
}
.gc-footer-contact li a:hover { color: #7d1c1c; text-decoration: none; }
.gc-footer-contact li i {
  color: #ffffff;
  font-size: 14px;
  margin-top: 3px;
  flex-shrink: 0;
}
.gc-footer-contact li strong { color: #ffffff; }

/* Footer bottom bar */
.gc-footer-bottom {
  width: 100%;
  margin-top: 24px;
  background: linear-gradient(90deg, #7d1c1c, #c83a10, #7d1c1c);
  padding: 14px 0;
}
.gc-footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.3px;
}
.gc-footer-vbtek {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.gc-footer-vbtek:hover {
  color: #f7c48e;
  text-decoration: underline;
}
.gc-footer-bottom-inner span:not(:last-child)::after {
  content: "";
}

@media (max-width: 991px) {
  .gc-footer-poster img { width: 170px; }
}
@media (max-width: 767px) {
  .gc-footer-bottom-inner { gap: 4px; }
  .gc-footer-poster { display: flex; justify-content: center; width: 100%; }
}
.gc-hero-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #c8a96e;
  border: 1px solid rgba(200,169,110,0.4);
  padding: 5px 18px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.gc-hero-title {
  font-family: 'Cinzel', serif;
  font-size: 76px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 5px;
  line-height: 1.1;
  margin-bottom: 18px;
}
.gc-hero-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.75);
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 560px;
}
.gc-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.gc-hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 30px;
}

/* ---- SECTION BASE ---- */
.gc-section {
  padding: 100px 0;
}
.gc-section--cream  { background: #fffbf7; }
.gc-section--white  { background: #ffffff; }
.gc-section--dark   {
  background: linear-gradient(135deg, #1a0505 0%, #3a0e0e 40%, #5a1a0a 70%, #3a0e0e 100%);
}

.gc-section p {
  font-size: 18px;
  line-height: 1.95;
  color: #444;
  margin-bottom: 16px;
}
.gc-section p strong { color: #7d1c1c; font-weight: 700; }

/* ---- LABELS & TITLES ---- */
.gc-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #7d1c1c;
  margin-bottom: 10px;
}
.gc-label--light { color: #c83a10; }

.gc-title {
  font-family: 'Cinzel', serif;
  font-size: 38px;
  color: #1a0505;
  letter-spacing: 1px;
  margin-bottom: 8px;
  line-height: 1.25;
}
.gc-title--light { color: #fff5f3; }

.gc-rule {
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, #7d1c1c, #c83a10);
  border-radius: 2px;
  margin: 20px 0 28px;
}
.gc-rule--center { margin-left: auto; margin-right: auto; }
.gc-rule--gold { background: linear-gradient(90deg, #c83a10, transparent); }

.gc-intro {
  color: #777;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 12px;
}

/* ---- BENEFIT CARDS ---- */
.gc-benefit-card {
  background: #fff;
  border: 2px solid rgba(125,28,28,0.12);
  border-radius: 18px;
  padding: 32px 24px;
  height: 100%;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  position: relative;
  overflow: hidden;
}
.gc-benefit-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #7d1c1c, #c83a10);
  border-radius: 2px 2px 0 0;
}
.gc-benefit-card:hover {
  transform: translateY(-6px);
  border-color: rgba(200,58,16,0.3);
  box-shadow: 0 16px 48px rgba(125,28,28,0.13);
}
.gc-benefit-icon {
  font-size: 40px;
  margin-bottom: 16px;
  line-height: 1;
  display: block;
  width: 64px;
  height: 64px;
  background: rgba(125,28,28,0.06);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.gc-benefit-card h6 {
  font-family: 'Cinzel', serif;
  font-size: 19px;
  font-weight: 700;
  color: #7d1c1c;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.gc-benefit-card p {
  font-size: 17px !important;
  color: #555 !important;
  line-height: 1.8 !important;
  margin: 0 !important;
}

/* ---- SPECS BANNER ---- */
.gc-specs-banner {
  background: linear-gradient(135deg, #1a0505, #7d1c1c, #c83a10, #7d1c1c, #1a0505);
  padding: 32px 0;
  border-top: 1px solid rgba(200,58,16,0.3);
  border-bottom: 1px solid rgba(200,58,16,0.3);
}
.gc-specs-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}
.gc-spec-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 32px;
  border-right: 1px solid rgba(200,169,110,0.15);
}
.gc-spec-item:last-child { border-right: none; }
.gc-spec-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,210,200,0.75);
  margin-bottom: 4px;
}
.gc-spec-val {
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
}
.gc-spec-price {
  color: #ffe0d0;
  font-family: 'Cinzel', serif;
  font-size: 16px;
  font-weight: 700;
}
.gc-spec-item {
  border-right-color: rgba(255,255,255,0.15) !important;
}

/* ---- PRODUCT CARDS ---- */
.gc-product-card {
  background: #fff;
  border: 1px solid rgba(139,94,0,0.1);
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  position: relative;
}
.gc-product-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #7d1c1c, #c83a10, #7d1c1c);
  z-index: 1;
}
.gc-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(139,94,0,0.15);
}

/* Product image */
.gc-product-img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f5f0e8;
  flex-shrink: 0;
}
.gc-product-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}
.gc-product-card:hover .gc-product-img-wrap img {
  transform: scale(1.07);
}

/* Icon area (emoji fallback) */
.gc-product-icon-wrap {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.gc-product-icon-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 60%, rgba(255,255,255,0.15) 100%);
}

/* Card body */
.gc-product-body {
  padding: 22px 22px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: #fff;
}

/* Tag */
.gc-product-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #7d1c1c;
  background: rgba(125,28,28,0.07);
  border: 1px solid rgba(125,28,28,0.2);
  padding: 5px 14px;
  border-radius: 30px;
  margin-bottom: 12px;
  width: fit-content;
}

/* Title */
.gc-product-title {
  font-family: 'Cinzel', serif;
  font-size: 20px;
  font-weight: 800;
  color: #7d1c1c;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  line-height: 1.3;
}

/* Subtitle — burnt orange with burgundy underline accent */
.gc-product-sub {
  font-size: 16px;
  color: #c83a10;
  font-style: italic;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(125,28,28,0.12);
  position: relative;
}
.gc-product-sub::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 48px;
  height: 2px;
  background: #c83a10;
  border-radius: 2px;
}

/* Description */
.gc-product-desc {
  font-size: 17px !important;
  color: #3a2a2a !important;
  line-height: 1.9 !important;
  margin-bottom: 16px !important;
  flex: 1;
  padding: 13px 16px !important;
  background: #fdf5f5 !important;
  border-left: 3px solid #7d1c1c !important;
  border-radius: 0 8px 8px 0 !important;
}

/* Feature list */
.gc-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  background: #fdf5f5;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(125,28,28,0.08);
}
.gc-feature-list li {
  font-size: 16px;
  color: #2a1818;
  line-height: 1.6;
  padding: 9px 14px 9px 36px;
  border-bottom: 1px solid rgba(125,28,28,0.07);
  position: relative;
  transition: background 0.2s;
}
.gc-feature-list li:last-child { border-bottom: none; }
.gc-feature-list li:hover { background: rgba(200,58,16,0.06); }
.gc-feature-list li::before {
  content: "✦";
  position: absolute;
  left: 13px;
  color: #c83a10;
  font-size: 9px;
  top: 50%;
  transform: translateY(-50%);
}

/* Spec pills */
.gc-product-specs,
.gc-spec-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 14px;
}
.gc-spec-pill {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #7d1c1c;
  background: rgba(125,28,28,0.07);
  border: 1px solid rgba(125,28,28,0.2);
  padding: 5px 13px;
  border-radius: 20px;
}

/* Freebie badge */
.gc-freebie-badge {
  font-size: 11px;
  font-weight: 600;
  color: #1f6b22;
  background: rgba(46,107,48,0.07);
  border: 1px solid rgba(46,107,48,0.2);
  padding: 5px 13px;
  border-radius: 20px;
  white-space: nowrap;
}

/* Card footer */
.gc-product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0 0;
  border-top: 2px solid rgba(200,58,16,0.15);
  margin-top: auto;
  gap: 8px;
  flex-wrap: wrap;
}

/* Price */
.gc-price {
  font-family: 'Cinzel', serif;
  font-size: 21px;
  font-weight: 800;
  color: #7d1c1c;
  letter-spacing: 0.5px;
}

/* Background colour variants */
.gc-bg--gold    { background: linear-gradient(135deg, #7a5200, #c8950a); }
.gc-bg--ivory   { background: linear-gradient(135deg, #6b4e1a, #b8884a); }
.gc-bg--maroon  { background: linear-gradient(135deg, #5a0e0e, #9e2020); }
.gc-bg--saffron { background: linear-gradient(135deg, #7a3500, #d46a00); }
.gc-bg--copper  { background: linear-gradient(135deg, #6b3000, #b8602a); }
.gc-bg--dark    { background: linear-gradient(135deg, #1a0a00, #3a1800); }
.gc-bg--teal    { background: linear-gradient(135deg, #0e3d3d, #1e6b60); }
.gc-bg--forest  { background: linear-gradient(135deg, #1a2e0e, #2e5010); }

.gc-size {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #999;
  background: #f5f0e8;
  padding: 4px 12px;
  border-radius: 20px;
}

/* ---- FREEBIES ---- */
.gc-freebie-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(200,58,16,0.25);
  border-radius: 20px;
  padding: 44px 36px;
  text-align: center;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}
.gc-freebie-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #7d1c1c, #c83a10, #7d1c1c);
}
.gc-freebie-card:hover {
  background: rgba(200,58,16,0.08);
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(125,28,28,0.3);
}
.gc-freebie-icon {
  font-size: 48px;
  margin-bottom: 20px;
  line-height: 1;
  display: block;
}
.gc-freebie-card h5 {
  font-family: 'Cinzel', serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 14px;
}
.gc-freebie-card p {
  font-size: 14.5px !important;
  color: rgba(255,235,230,0.75) !important;
  line-height: 1.85 !important;
  margin: 0 !important;
}

/* ---- OCCASION CARDS ---- */
.gc-occasion-card {
  background: #fff;
  border: 2px solid #7d1c1c;
  border-radius: 16px;
  padding: 36px 24px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  box-shadow: 0 2px 12px rgba(125,28,28,0.06);
  position: relative;
  overflow: hidden;
}
.gc-occasion-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #7d1c1c, #c83a10, #7d1c1c);
}
.gc-occasion-card:hover {
  transform: translateY(-6px);
  border-color: #c83a10;
  box-shadow: 0 14px 40px rgba(125,28,28,0.15);
  background: #fff8f7;
}
.gc-occasion-card span {
  font-size: 40px;
  display: block;
  margin-bottom: 16px;
  line-height: 1;
}
.gc-occasion-card h6 {
  font-family: 'Cinzel', serif;
  font-size: 16px;
  font-weight: 800;
  color: #7d1c1c;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}
.gc-occasion-card p {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #c83a10 !important;
  margin: 0 !important;
}

/* ---- CONTACT STRIP ---- */
.gc-contact-strip {
  background: linear-gradient(135deg, #1a0505 0%, #3a0e0e 50%, #5a1a0a 100%);
  border-radius: 24px;
  padding: 56px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: 1px solid rgba(200,58,16,0.25);
  box-shadow: 0 20px 60px rgba(125,28,28,0.3);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.gc-contact-strip::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #7d1c1c, #c83a10, #7d1c1c);
}
.gc-contact-strip::after {
  content: "";
  position: absolute;
  bottom: -80px; right: -80px;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: rgba(200,58,16,0.07);
  pointer-events: none;
}
.gc-contact-strip-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c83a10;
  background: rgba(200,58,16,0.12);
  border: 1px solid rgba(200,58,16,0.3);
  padding: 6px 20px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.gc-contact-strip-heading {
  font-family: 'Cinzel', serif;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 1.35;
  margin-bottom: 10px;
}
.gc-contact-strip-sub {
  font-size: 14px !important;
  color: rgba(255,220,210,0.7) !important;
  font-style: italic;
  margin: 0 0 32px !important;
}
.gc-contact-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.gc-contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #7d1c1c;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 34px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 20px rgba(125,28,28,0.4);
}
.gc-contact-btn:hover {
  background: #c83a10;
  color: #fff;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(200,58,16,0.5);
}
.gc-contact-btn--outline {
  background: transparent;
  border: 2px solid rgba(200,58,16,0.5);
  color: #ff9980;
  box-shadow: none;
}
.gc-contact-btn--outline:hover {
  background: rgba(200,58,16,0.15);
  border-color: #c83a10;
  color: #fff;
  box-shadow: 0 8px 28px rgba(200,58,16,0.3);
}

/* ---- BACK TO TOP ---- */
.gc-back-to-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #1a1a1a;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
  z-index: 9999;
}
.gc-back-to-top--visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.gc-back-to-top:hover {
  background: #7d1c1c;
  box-shadow: 0 8px 28px rgba(125,28,28,0.4);
  transform: translateY(-3px);
}
@media (max-width: 576px) {
  .gc-back-to-top { bottom: 20px; right: 20px; width: 46px; height: 46px; font-size: 16px; }
}

/* ---- RESPONSIVE ---- */
@media (max-width: 1199px) {
  .gc-spec-item { padding: 10px 20px; }
}
@media (max-width: 991px) {
  .gc-hero-title { font-size: 52px; }
  .gc-title { font-size: 28px; }
  .gc-specs-row { gap: 0; }
  .gc-spec-item {
    width: 33.33%;
    border-right: 1px solid rgba(200,169,110,0.15);
    border-bottom: 1px solid rgba(200,169,110,0.15);
  }
  .gc-contact-strip { padding: 44px 28px; border-radius: 16px; }
  .gc-contact-strip-heading { font-size: 20px; }
  .gc-freebie-card { padding: 32px 24px; }
  .gc-occasion-card { padding: 28px 18px; }
  .gc-benefit-card { padding: 26px 20px; }
  .gc-product-body { padding: 18px 18px 14px; }
  .gc-section { padding: 80px 0; }
  .gc-footer { padding-top: 55px !important; }
}

@media (max-width: 767px) {
  /* Hero */
  .gc-hero { padding: 110px 0 50px; }
  .gc-hero-title { font-size: 34px; letter-spacing: 2px; }
  .gc-hero-sub { font-size: 14px; max-width: 100%; }
  .gc-hero-badges span { font-size: 11px; padding: 6px 12px; }
  .gc-hero-tag { font-size: 10px; }

  /* Sections */
  .gc-section { padding: 60px 0; }
  .gc-title { font-size: 22px; letter-spacing: 0.5px; }
  .gc-label { font-size: 11px; }
  .gc-intro { font-size: 16px; }
  .gc-section p { font-size: 16px; }

  /* Specs banner */
  .gc-spec-item { width: 50%; }
  .gc-spec-val { font-size: 13px; }

  /* Product cards */
  .gc-product-icon-wrap { height: 80px; font-size: 36px; }
  .gc-product-body { padding: 16px 16px 12px; }
  .gc-product-title { font-size: 17px; }
  .gc-product-desc { font-size: 13px !important; padding: 10px 13px !important; }
  .gc-price { font-size: 18px; }

  /* Benefit cards */
  .gc-benefit-card { padding: 22px 16px; }
  .gc-benefit-icon { width: 52px; height: 52px; font-size: 28px; }
  .gc-benefit-card h6 { font-size: 14px; }

  /* Freebie cards */
  .gc-freebie-card { padding: 26px 18px; }
  .gc-freebie-icon { font-size: 36px; margin-bottom: 14px; }
  .gc-freebie-card h5 { font-size: 15px; }

  /* Occasion cards */
  .gc-occasion-card { padding: 22px 14px; }
  .gc-occasion-card span { font-size: 32px; margin-bottom: 12px; }
  .gc-occasion-card h6 { font-size: 14px; }

  /* Contact strip */
  .gc-contact-strip { padding: 34px 20px; border-radius: 12px; }
  .gc-contact-strip-heading { font-size: 18px; line-height: 1.4; }
  .gc-contact-strip-sub { font-size: 13px !important; }
  .gc-contact-btns { flex-direction: column; width: 100%; align-items: stretch; gap: 12px; }
  .gc-contact-btn { justify-content: center; padding: 14px 24px; width: 100%; }

  /* Footer */
  .gc-footer { padding-top: 48px !important; }
  .gc-footer-bottom { margin-top: 36px; padding: 12px 0; }
  .gc-footer-bottom-inner { font-size: 12px; flex-direction: column; gap: 3px; line-height: 1.7; }
  .gc-footer-bottom-inner span:first-child::after { content: ""; display: none; }
  .gc-footer-poster { display: flex; justify-content: center; width: 100%; margin-bottom: 10px; }
  .gc-footer-poster img { width: 150px; }
  .gc-footer-title { font-size: 13px !important; }

  /* Navbar */
  .gc-navbar-sticky { padding: 10px 16px !important; }
  .gc-navbar-sticky .logo a img { height: 50px !important; }
}

@media (max-width: 480px) {
  /* Hero */
  .gc-hero { padding: 100px 0 40px; }
  .gc-hero-title { font-size: 26px; letter-spacing: 1px; }
  .gc-hero-badges { gap: 8px; }
  .gc-hero-badges span { font-size: 10px; padding: 5px 10px; gap: 5px; }

  /* Section titles */
  .gc-title { font-size: 20px; }

  /* Specs — 2 per row still but tighter */
  .gc-specs-banner { padding: 24px 0; }
  .gc-spec-label { font-size: 9px; }
  .gc-spec-val { font-size: 12px; }

  /* Product cards */
  .gc-product-body { padding: 14px 12px 10px; }
  .gc-product-title { font-size: 16px; }
  .gc-product-tag { font-size: 9px; padding: 4px 10px; }
  .gc-feature-list li { font-size: 12.5px; padding: 8px 12px 8px 32px; }

  /* Freebie / Occasion / Benefit cards */
  .gc-freebie-card { padding: 22px 14px; }
  .gc-occasion-card { padding: 18px 10px; }
  .gc-benefit-card { padding: 18px 14px; }

  /* Contact strip */
  .gc-contact-strip { padding: 28px 14px; }
  .gc-contact-strip-heading { font-size: 16px; }
  .gc-contact-strip-badge { font-size: 10px; padding: 5px 14px; }
  .gc-contact-btn { font-size: 13px; padding: 12px 18px; }

  /* Footer */
  .gc-footer { padding-top: 40px !important; }
  .gc-footer-poster img { width: 130px; }
}

/* ============================================
   MINI WALL PLAQUE PAGE
   ============================================ */

/* Hero */
.mwp-hero { min-height: 100vh; display: flex; align-items: flex-end; padding: 90px 0 60px; }
.mwp-hero-text { margin-top: 24px; }
.mwp-hero-title {
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 800;
  color: #fff;
  line-height: 1.05;
  letter-spacing: -1px;
  margin: 8px 0 12px;
}
.mwp-hero-subtitle {
  color: rgba(255,255,255,0.7);
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0;
}

/* Product cards */
.mwp-card { position: relative; }
.mwp-img-wrap { position: relative; }
.gc-product-img-wrap.mwp-img-wrap {
  aspect-ratio: 3 / 4;
}
.gc-product-img-wrap.mwp-img-wrap img {
  object-position: top center;
}

/* SKU badge */
.mwp-sku-badge,
.mwf-badge,
.mwm-badge { display: none; }

/* CTA section */
.gc-section--cta {
  background: linear-gradient(135deg, #7d1c1c 0%, #3a0d0d 100%);
  padding: 80px 0;
}
.gc-btn-primary {
  display: inline-block;
  padding: 16px 44px;
  background: linear-gradient(135deg, #c83a10, #7d1c1c);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: opacity 0.3s;
}
.gc-btn-primary:hover { opacity: 0.85; color: #fff; text-decoration: none; }

/* Series specs row */
.mwp-series-specs { border-top: 1px solid rgba(125,28,28,0.1); padding-top: 24px; }

@media (max-width: 767px) {
  .mwp-hero { min-height: 70vh; padding-top: 120px; }
  .mwp-hero .gc-hero-bg { background-position: top center; }
  .mwp-hero-title { font-size: 32px; }
  .mwp-img-wrap img { height: 100%; object-position: top center; }
  .gc-product-img-wrap.mwp-img-wrap { aspect-ratio: 3 / 4; }
  .gc-section { padding: 50px 0; }
  .mwp-series-specs span { font-size: 12px; }
}

@media (max-width: 480px) {
  .mwp-hero { min-height: 55vh; padding-top: 100px; }
  .gc-product-img-wrap.mwp-img-wrap { aspect-ratio: 2 / 3; }
  .gc-section--cta { padding: 50px 0; }
  .gc-btn-primary { padding: 13px 30px; font-size: 12px; }
}

/* Footer row & column spacing */
.gc-footer-row {
  row-gap: 24px;
}
.gc-footer-col {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 991px) {
  .gc-footer-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Philosophy section — black on desktop, white on mobile */
#philosophy .side-icon-list p,
#philosophy .side-icon-list ul li .content p,
#philosophy .side-icon-list ul li .content h5 {
  color: #1a1a1a;
}
@media (max-width: 991px) {
  #philosophy .side-icon-list p,
  #philosophy .side-icon-list ul li .content p,
  #philosophy .side-icon-list ul li .content h5 {
    color: #fff;
  }
}

/* Footer description below logo */
.gc-footer-desc {
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  line-height: 1.7;
  margin-top: 16px;
  margin-bottom: 0;
}

/* Footer social icons below logo */
.gc-footer-social-icons {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}
.gc-footer-social-icons a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
.gc-footer-social-icons a:hover {
  background: #c83a10;
  transform: translateY(-2px);
  color: #fff;
}

/* ============================================
   GC DROPDOWN — GAUMAYA-CRAFT NAVBAR DROPDOWN
   ============================================ */

/* Parent nav item — relative so dropdown positions below it */
.navbar .site-menu ul li.gc-nav-item {
  position: relative;
}

/* ── Main dropdown panel ──
   Specificity (0,3,2) beats .navbar .site-menu ul (0,2,1) which forces display:block */
.navbar .site-menu ul li.gc-nav-item > .gc-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 280px;
  background: #7d1c1c;
  border-top: 3px solid #c83a10;
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
  z-index: 1000;
  padding: 6px 0;
  list-style: none;
  margin: 0;
}

/* Show when open — specificity (0,4,2) beats the hidden rule (0,3,2) */
.navbar .site-menu ul li.gc-nav-item.gc-open > .gc-dropdown {
  display: block;
}

/* Category rows */
.navbar .site-menu ul li.gc-nav-item > .gc-dropdown > li {
  display: block !important;
  position: relative;
  margin: 0;
  padding: 0;
}

/* Category links */
.navbar.navbar-sticky .site-menu ul li.gc-nav-item > .gc-dropdown > li > a {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 12px 18px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
  position: static;
}

.navbar .site-menu ul li.gc-nav-item > .gc-dropdown > li > a::before,
.navbar .site-menu ul li.gc-nav-item > .gc-dropdown > li > a::after {
  display: none !important;
}

.navbar.navbar-sticky .site-menu ul li.gc-nav-item > .gc-dropdown > li > a:hover,
.navbar.navbar-sticky .site-menu ul li.gc-nav-item > .gc-dropdown > li.sub-open > a {
  background: rgba(255,255,255,0.13);
  color: #fff !important;
}

/* Divider between rows */
.navbar .site-menu ul li.gc-nav-item > .gc-dropdown > li + li {
  border-top: 1px solid rgba(255,255,255,0.08);
}

/* Arrow (») */
.gc-arr {
  font-style: normal;
  font-size: 15px;
  opacity: 0.8;
  flex-shrink: 0;
  margin-left: 14px;
  transition: transform 0.2s;
}
.navbar.navbar-sticky .site-menu ul li.gc-nav-item > .gc-dropdown > li > a:hover .gc-arr,
.navbar.navbar-sticky .site-menu ul li.gc-nav-item > .gc-dropdown > li.sub-open > a .gc-arr {
  transform: translateX(3px);
  opacity: 1;
}

/* Wraps title + subtitle in a flex column so subtitle sits below the title */
.gc-cat-wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* Italic sub-label — displays on its own line below the category title */
.gc-sub-label {
  display: block;
  font-style: italic;
  font-size: 11px;
  color: rgba(255,255,255,0.6);
  font-weight: 400;
  margin-top: 2px;
  letter-spacing: 0;
  text-transform: none;
}

/* ── Sub-dropdown panel ──
   Specificity (0,4,2) beats .navbar .site-menu ul (0,2,1) */
.navbar .site-menu ul li.gc-nav-item > .gc-dropdown > li > .gc-sub {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 240px;
  background: #9e2020;
  border-top: 3px solid #c83a10;
  box-shadow: 0 12px 40px rgba(0,0,0,0.25);
  z-index: 1001;
  padding: 6px 0;
  list-style: none;
  margin: 0;
}

/* Show sub when open — specificity (0,5,2) beats hidden rule (0,4,2) */
.navbar .site-menu ul li.gc-nav-item > .gc-dropdown > li.sub-open > .gc-sub {
  display: block;
}

/* Sub-dropdown items */
.navbar .site-menu ul li.gc-nav-item > .gc-dropdown > li > .gc-sub > li {
  display: block !important;
  margin: 0;
  padding: 0;
}

.navbar.navbar-sticky .site-menu ul li.gc-nav-item > .gc-dropdown > li > .gc-sub > li > a {
  display: block !important;
  padding: 10px 18px;
  color: #fff !important;
  font-size: 13.5px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
  position: static;
}

.navbar .site-menu ul li.gc-nav-item > .gc-dropdown > li > .gc-sub > li > a::before,
.navbar .site-menu ul li.gc-nav-item > .gc-dropdown > li > .gc-sub > li > a::after {
  display: none !important;
}

.navbar.navbar-sticky .site-menu ul li.gc-nav-item > .gc-dropdown > li > .gc-sub > li > a:hover {
  background: rgba(255,255,255,0.15);
  color: #fff !important;
}

.navbar .site-menu ul li.gc-nav-item > .gc-dropdown > li > .gc-sub > li + li {
  border-top: 1px solid rgba(255,255,255,0.08);
}

@media (max-width: 991px) {
  .gc-dropdown { display: none !important; }
}

/* ============================================
   MOBILE SIDEBAR — RESPONSIVE MENU FIX
   Scoped to .side-widget only — zero desktop impact.
   ============================================ */

/* Clip any horizontal overflow caused by long text */
.side-widget {
  overflow-x: hidden !important;
}

/* Sidebar scrollable vertically when menu is tall */
.side-widget .display-mobile {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* All nav links: wrap long words instead of overflowing */
.side-widget .display-mobile .site-menu ul li,
.side-widget .display-mobile .site-menu ul li a {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

/* Gaumaya-Craft parent link row */
.side-widget .display-mobile .site-menu ul li.has-dropdown > a {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

/* Submenu container */
.side-widget .display-mobile .site-menu ul li.has-dropdown .dropdown {
  display: block;
  padding: 4px 0 10px;
  margin: 4px 0;
  background: rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  overflow: hidden;
  max-width: 100%;
}

/* Category labels (Ethnic Art Collection etc.) */
.side-widget .display-mobile .site-menu ul li .mob-dd-cat {
  display: block !important;
  width: 100%;
  font-size: 10px !important;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c8a96e;
  padding: 10px 14px 4px;
  cursor: default;
  user-select: none;
  border-top: 1px solid rgba(255,255,255,0.08);
  white-space: normal;
  word-break: break-word;
}
.side-widget .display-mobile .site-menu ul li .mob-dd-cat:first-child {
  border-top: none;
  padding-top: 6px;
}

/* Sub-item links */
.side-widget .display-mobile .site-menu ul li.has-dropdown .dropdown li a {
  display: block;
  font-size: 15px;
  font-family: inherit;
  color: rgba(255,255,255,0.82);
  padding: 5px 14px 5px 18px;
  margin: 0;
  line-height: 1.5;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  text-decoration: none;
  transition: color 0.2s;
}
.side-widget .display-mobile .site-menu ul li.has-dropdown .dropdown li a:hover {
  color: #c8a96e;
}

/* ── ≤ 575px: tighten font sizes ── */
@media (max-width: 575px) {
  .side-widget .display-mobile .site-menu ul li {
    font-size: 17px !important;
  }
  .side-widget .display-mobile .site-menu ul li.has-dropdown .dropdown li a {
    font-size: 14px;
    padding-left: 14px;
  }
  .side-widget .display-mobile .site-menu ul li .mob-dd-cat {
    font-size: 9px !important;
    padding-left: 12px;
  }
}

/* ── ≤ 400px: further reduction for very small phones ── */
@media (max-width: 400px) {
  .side-widget .display-mobile .site-menu ul li {
    font-size: 15px !important;
  }
  .side-widget .display-mobile .site-menu ul li.has-dropdown .dropdown li a {
    font-size: 13px;
    padding-left: 12px;
  }
  .side-widget .display-mobile .site-menu ul li .mob-dd-cat {
    font-size: 9px !important;
    padding-left: 10px;
  }
}

