/* Laxmi Narayan Jewellers Panna — production stylesheet */

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: #FCFAFF;
  -webkit-font-smoothing: antialiased;
  font-family: 'Poppins', sans-serif;
  color: #3A2A4D;
  overflow-x: hidden;
}

a { color: inherit; }

@keyframes lnj-float { 0%,100% { transform: translateY(0px); } 50% { transform: translateY(-14px); } }
@keyframes lnj-pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(37,211,102,0.45); } 50% { box-shadow: 0 0 0 10px rgba(37,211,102,0); } }

/* ============ HEADER ============ */
.lnj-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #5A2D82;
  padding: 16px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 4px 20px rgba(90,45,130,0.25);
  gap: 16px;
}
.lnj-header-brand { display: flex; align-items: center; gap: 12px; }
.lnj-logo-mark {
  width: 44px; height: 44px; border-radius: 50%; flex: none;
  background: linear-gradient(135deg,#D4AF37,#f4e2a1);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-weight: 700; font-size: 22px; color: #5A2D82;
}
.lnj-logo-text {
  font-family: 'Cormorant Garamond', serif; color: #fff;
  display: flex; flex-direction: column; gap: 3px;
}
.lnj-logo-text .lnj-logo-line1 { font-size: 20px; font-weight: 700; letter-spacing: 0.5px; line-height: 1.3; }
.lnj-logo-text .lnj-logo-line2 { font-size: 12px; letter-spacing: 3px; color: #D4AF37; line-height: 1.3; }

.lnj-nav { display: flex; gap: 40px; }
.lnj-nav a {
  color: #fff; text-decoration: none; font-size: 15px; font-weight: 500; letter-spacing: 0.3px;
  transition: color .2s ease;
}
.lnj-nav a:hover { color: #D4AF37; }

.lnj-header-icons { display: flex; gap: 12px; flex: none; }
.lnj-header-icon {
  width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.12);
  display: flex; align-items: center; justify-content: center; transition: background .2s ease;
}
.lnj-header-icon:hover { background: #D4AF37; }

/* ============ HERO ============ */
.lnj-hero {
  position: relative;
  background: linear-gradient(160deg,#FCFAFF 0%,#EDE1FA 45%,#DCC3EE 100%);
  padding: 90px 64px 160px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.lnj-hero-img-wrap {
  position: relative;
  animation: lnj-float 6s ease-in-out infinite;
  filter: drop-shadow(0 30px 40px rgba(90,45,130,0.28));
}
.lnj-hero-img { width: 100%; height: 460px; object-fit: cover; border-radius: 28px; display: block; }
.lnj-h1 {
  font-family: 'Cormorant Garamond', serif; font-size: 56px; line-height: 1.12;
  font-weight: 700; color: #5A2D82; margin: 0 0 20px;
}
.lnj-hero-sub { font-size: 18px; line-height: 1.7; color: #5b4a6e; max-width: 480px; margin: 0 0 36px; font-weight: 300; }
.lnj-hero-cta {
  display: inline-block; background: #5A2D82; color: #fff; text-decoration: none;
  padding: 17px 42px; border-radius: 50px; font-size: 15px; letter-spacing: 1px; font-weight: 600;
  border: 2px solid transparent; box-shadow: 0 12px 30px rgba(90,45,130,0.35);
  transition: all .25s ease;
}
.lnj-hero-cta:hover { border-color: #D4AF37; transform: translateY(-4px); box-shadow: 0 18px 34px rgba(90,45,130,0.4); }
.lnj-wave { position: absolute; bottom: -1px; left: 0; width: 100%; height: 120px; }

/* ============ SECTION HEADINGS ============ */
.lnj-section-pad { padding-left: 64px; padding-right: 64px; }
.lnj-h2 { font-family: 'Cormorant Garamond', serif; font-size: 42px; color: #5A2D82; margin: 0 0 10px; }

/* ============ COLLECTIONS ============ */
.lnj-collections { position: relative; padding: 90px 64px 110px; background: #FCFAFF; text-align: center; }
.lnj-divider { width: 70px; height: 3px; background: #D4AF37; margin: 0 auto 50px; border-radius: 2px; }
.lnj-carousel-row { display: flex; align-items: center; gap: 20px; max-width: 1240px; margin: 0 auto; }
.lnj-carousel-btn {
  flex: none; width: 48px; height: 48px; border-radius: 50%; background: #5A2D82; border: none;
  color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 20px rgba(90,45,130,0.3); transition: background .2s ease;
}
.lnj-carousel-btn:hover { background: #D4AF37; }
.lnj-carousel-track {
  display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory;
  scrollbar-width: none; padding: 8px 4px 20px;
}
.lnj-carousel-track::-webkit-scrollbar { display: none; }
.lnj-col-card { flex: none; width: 230px; scroll-snap-align: start; }
.lnj-col-card-img {
  width: 230px; height: 230px; border-radius: 24px; overflow: hidden;
  box-shadow: 0 14px 30px rgba(90,45,130,0.14); transition: transform .3s ease;
}
.lnj-col-card-img:hover { transform: scale(1.04); }
.lnj-col-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lnj-col-card-title { margin-top: 16px; font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600; color: #5A2D82; }
.lnj-dots { display: flex; justify-content: center; gap: 10px; margin-top: 8px; }
.lnj-dot { width: 9px; height: 9px; border-radius: 50%; background: #E2D2EF; transition: background .25s ease; }
.lnj-dot.active { background: #D4AF37; }

/* ============ FEATURED PRODUCTS ============ */
.lnj-products {
  position: relative; padding: 100px 64px 140px;
  background: linear-gradient(160deg,#F1E4FA 0%,#DEC5EF 55%,#E7D6F5 100%); text-align: center;
}
.lnj-products-sub { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 20px; color: #6b4a8a; margin: 0 0 56px; }
.lnj-products-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; max-width: 1280px; margin: 0 auto; }
.lnj-product-card {
  background: #fff; border-radius: 24px; overflow: hidden; box-shadow: 0 20px 40px rgba(90,45,130,0.15);
  text-align: left; transition: transform .3s ease, box-shadow .3s ease; border: 2px solid transparent;
}
.lnj-product-card:hover { transform: translateY(-10px); box-shadow: 0 28px 50px rgba(90,45,130,0.22); border-color: #D4AF37; }
.lnj-product-img { width: 100%; height: 210px; }
.lnj-product-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lnj-product-body { padding: 22px 22px 26px; }
.lnj-product-name { font-family: 'Cormorant Garamond', serif; font-size: 21px; font-weight: 600; color: #5A2D82; margin-bottom: 8px; }
.lnj-product-desc { font-size: 13.5px; color: #7a6a8f; line-height: 1.55; margin-bottom: 18px; min-height: 56px; }

/* ============ ABOUT ============ */
.lnj-about {
  padding: 110px 64px; background: #FCFAFF; display: grid;
  grid-template-columns: 1fr 1.1fr; gap: 70px; align-items: center;
}
.lnj-about-img { width: 100%; height: 480px; object-fit: cover; border-radius: 28px; box-shadow: 0 24px 50px rgba(90,45,130,0.18); display: block; }
.lnj-about-heading { font-family: 'Cormorant Garamond', serif; font-size: 40px; color: #5A2D82; margin: 0 0 22px; }
.lnj-about-copy { font-size: 16px; line-height: 1.85; color: #5b4a6e; font-weight: 300; margin: 0 0 34px; }
.lnj-features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.lnj-feature {
  display: flex; align-items: center; gap: 12px; background: #F6EEFC; padding: 16px 18px;
  border-radius: 16px; box-shadow: 0 8px 20px rgba(90,45,130,0.08);
}
.lnj-feature-icon {
  flex: none; width: 30px; height: 30px; border-radius: 50%; background: #D4AF37;
  display: flex; align-items: center; justify-content: center;
}
.lnj-feature-label { font-size: 14px; font-weight: 500; color: #4a3763; }

/* ============ REVIEWS ============ */
.lnj-reviews {
  position: relative; padding: 100px 64px 130px;
  background: linear-gradient(160deg,#F1E4FA 0%,#E2CBF2 100%); text-align: center;
}
.lnj-reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; max-width: 1100px; margin: 0 auto; }
.lnj-review-card {
  background: #fff; border-radius: 22px; padding: 36px 30px; box-shadow: 0 18px 36px rgba(90,45,130,0.14);
  text-align: left; transition: transform .3s ease;
}
.lnj-review-card:hover { transform: translateY(-8px); }
.lnj-review-stars { color: #D4AF37; font-size: 20px; letter-spacing: 2px; margin-bottom: 16px; }
.lnj-review-quote { font-size: 15px; line-height: 1.7; color: #5b4a6e; font-style: italic; }

/* ============ LOCATION ============ */
.lnj-location { padding: 110px 64px; background: #FCFAFF; }
.lnj-location-row { display: flex; justify-content: center; max-width: 640px; margin: 0 auto; }
.lnj-location-card {
  background: #5A2D82; border-radius: 24px; padding: 52px 60px; color: #fff;
  display: flex; flex-direction: column; justify-content: center; gap: 26px;
  box-shadow: 0 20px 40px rgba(90,45,130,0.25); width: 100%; box-sizing: border-box;
}
.lnj-location-item { display: flex; gap: 16px; align-items: flex-start; }
.lnj-location-item.center { align-items: center; }
.lnj-location-name { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600; margin-bottom: 4px; }
.lnj-location-addr { font-size: 14px; color: #e5d7f2; line-height: 1.6; }
.lnj-location-phone { font-size: 15px; font-weight: 500; }

/* ============ FOOTER ============ */
.lnj-footer { background: #4A2469; color: #f1e6fb; padding: 70px 64px 30px; }
.lnj-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 50px; max-width: 1280px; margin: 0 auto 50px; }
.lnj-footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.lnj-footer-logo-mark {
  width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg,#D4AF37,#f4e2a1);
  display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif;
  font-weight: 700; font-size: 19px; color: #5A2D82;
}
.lnj-footer-brand-name { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 700; color: #fff; }
.lnj-footer-desc { font-size: 13.5px; line-height: 1.7; color: #d3c0e6; font-weight: 300; max-width: 280px; }
.lnj-footer-heading { font-family: 'Cormorant Garamond', serif; font-size: 18px; color: #D4AF37; margin-bottom: 18px; }
.lnj-footer-links { display: flex; flex-direction: column; gap: 12px; }
.lnj-footer-links a { color: #e2d3f2; text-decoration: none; font-size: 14px; transition: color .2s ease; }
.lnj-footer-links a:hover { color: #D4AF37; }
.lnj-footer-contact { display: flex; flex-direction: column; gap: 12px; font-size: 14px; color: #e2d3f2; }
.lnj-footer-hours { font-size: 14px; color: #e2d3f2; line-height: 1.8; }
.lnj-footer-bottom { border-top: 1px solid rgba(255,255,255,0.15); padding-top: 24px; text-align: center; font-size: 13px; color: #c7b3dc; }

/* ============ FLOATING BUTTONS ============ */
.lnj-float-btns { position: fixed; right: 26px; bottom: 26px; display: flex; flex-direction: column; gap: 14px; z-index: 200; }
.lnj-float-btn {
  width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  transition: transform .2s ease, background .2s ease;
}
.lnj-float-btn.whatsapp { background: #25D366; box-shadow: 0 10px 24px rgba(37,211,102,0.4); animation: lnj-pulse 2.4s ease-in-out infinite; }
.lnj-float-btn.call { background: #5A2D82; box-shadow: 0 10px 24px rgba(90,45,130,0.4); }
.lnj-float-btn.call:hover { background: #D4AF37; }
.lnj-float-btn:hover { transform: translateY(-4px); }

/* ============ RESPONSIVE ============ */
@media (max-width: 900px) {
  .lnj-nav { display: none; }
  .lnj-header { padding: 14px 20px; }
  .lnj-hero { grid-template-columns: 1fr; padding: 50px 24px 100px; gap: 32px; }
  .lnj-hero-img { height: 320px; }
  .lnj-h1 { font-size: 38px; }
  .lnj-products-grid { grid-template-columns: repeat(2,1fr); }
  .lnj-about { grid-template-columns: 1fr; gap: 36px; padding: 70px 24px; }
  .lnj-about-img { height: 320px; }
  .lnj-reviews-grid { grid-template-columns: 1fr; }
  .lnj-section-pad { padding-left: 24px; padding-right: 24px; }
  .lnj-h2 { font-size: 32px; }
  .lnj-footer-grid { grid-template-columns: repeat(2,1fr); gap: 32px; }
  .lnj-location-card { padding: 36px 28px; }
  .lnj-col-card { width: 170px; }
  .lnj-col-card-img { width: 170px; height: 170px; }
}
@media (max-width: 520px) {
  .lnj-h1 { font-size: 30px; }
  .lnj-hero-cta { width: 100%; text-align: center; box-sizing: border-box; }
  .lnj-products-grid { grid-template-columns: 1fr; }
  .lnj-footer-grid { grid-template-columns: 1fr; }
  .lnj-footer { padding: 50px 24px 24px; }
  .lnj-logo-text .lnj-logo-line1 { font-size: 16px; }
  .lnj-header { gap: 8px; }
  .lnj-header-icons { gap: 8px; }
  .lnj-header-icon { width: 34px; height: 34px; }
  .lnj-float-btns { right: 14px; bottom: 14px; }
  .lnj-float-btn { width: 48px; height: 48px; }
}
