/* Santosh Jewellers — Premium one-page styling */
:root {
  --maroon: #5c2b2d;
  --maroon-dark: #351719;
  --maroon-soft: #7c3b3d;
  --gold: #d6ae4b;
  --gold-light: #f2d78a;
  --cream: #fbf7f0;
  --white: #fff;
  --text: #342526;
  --muted: #746466;
  --border: rgba(92, 43, 45, .14);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 82px
}

body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: var(--text);
  background: var(--cream);
  overflow-x: hidden
}

h1,
h2,
h3,
.navbar-brand {
  font-family: 'Playfair Display', serif
}

h2 {
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.15;
  font-weight: 600
}

h2 span {
  color: var(--maroon-soft)
}

p {
  line-height: 1.8;
  color: var(--muted)
}

.site-navbar {
  background: rgba(53, 23, 25, .96);
  backdrop-filter: blur(14px);
  box-shadow: 0 5px 24px rgba(0, 0, 0, .12);
  padding: .55rem 0
}

.brand-logo {
  width: 54px;
  height: 54px;
  object-fit: contain
}

.navbar-brand {
  font-size: 1.35rem;
  color: #fff !important
}

.nav-link {
  color: rgba(255, 255, 255, .84) !important;
  font-size: .9rem;
  font-weight: 500;
  padding: .7rem .8rem !important
}

.nav-link:hover,
.nav-link.active {
  color: var(--gold-light) !important
}

.nav-contact {
  border: 1px solid rgba(214, 174, 75, .7);
  border-radius: 30px;
  padding: .55rem 1rem !important
}

.hero-section {
  position: relative;
  min-height: 100vh;
  color: #fff;
  background: radial-gradient(circle at 78% 48%, rgba(214, 174, 75, .18), transparent 28%), linear-gradient(120deg, #321719, #5c2b2d 55%, #401e20);
  overflow: hidden
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 45px 45px;
  mask-image: linear-gradient(to bottom, black, transparent)
}

.eyebrow,
.section-kicker {
  letter-spacing: .22em;
  font-size: .76rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 1rem
}

.hero-section h1 {
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: .98;
  font-weight: 600;
  margin-bottom: 1.5rem
}

.hero-section h1 span {
  color: var(--gold-light)
}

.hero-copy {
  max-width: 650px;
  color: rgba(255, 255, 255, .78);
  font-size: 1.05rem;
  margin-bottom: 2rem
}

.btn {
  border-radius: 999px;
  padding: .85rem 1.45rem;
  font-weight: 600;
  transition: .25s ease
}

.btn-gold {
  background: var(--gold);
  color: #291617;
  border: 1px solid var(--gold)
}

.btn-gold:hover {
  background: var(--gold-light);
  color: #291617;
  transform: translateY(-2px)
}

.btn-outline-gold {
  border: 1px solid var(--gold);
  color: var(--gold-light)
}

.btn-outline-gold:hover {
  background: var(--gold);
  color: #291617
}

.hero-logo-wrap {
  position: relative;
  width: min(420px, 80vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center
}

.hero-logo {
  width: 72%;
  height: 72%;
  object-fit: contain;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .3))
}

.gold-ring {
  position: absolute;
  border: 1px solid rgba(214, 174, 75, .45);
  border-radius: 50%
}

.ring-one {
  width: 95%;
  height: 95%
}

.ring-two {
  width: 82%;
  height: 82%;
  border-style: dashed
}

.section-padding {
  padding: 100px 0
}

.about-section {
  background: #fff
}

.about-logo-card {
  min-height: 420px;
  border: 1px solid var(--border);
  background: linear-gradient(145deg, #fff, #f5eadb);
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden
}

.about-logo-card:before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(214, 174, 75, .45);
  border-radius: 50%
}

.about-logo-card img {
  width: 65%;
  max-width: 300px;
  position: relative
}

.mini-feature {
  border-top: 2px solid var(--gold);
  padding-top: 12px
}

.mini-feature strong {
  display: block;
  color: var(--maroon);
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem
}

.mini-feature small {
  color: var(--muted)
}

.collection-section {
  background: var(--cream)
}

.section-heading {
  max-width: 760px;
  margin: 0 auto
}

.section-heading>p:last-child {
  max-width: 650px;
  margin: 0 auto
}

.collection-card,
.why-card,
.contact-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--border);
  padding: 30px;
  transition: .3s ease
}

.collection-card {
  text-align: center;
  min-height: 205px
}

.collection-card:hover,
.why-card:hover,
.contact-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 40px rgba(92, 43, 45, .1);
  border-color: rgba(214, 174, 75, .65)
}

.collection-icon {
  width: 58px;
  height: 58px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  color: var(--maroon);
  font-size: 1.5rem
}

.collection-card h3,
.why-card h3,
.service-item h3,
.contact-card h3 {
  color: var(--maroon);
  font-size: 1.35rem
}

.collection-card p,
.why-card p {
  font-size: .9rem;
  margin: 0
}

.why-section {
  background: #f2e8da
}

.why-card {
  background: rgba(255, 255, 255, .72);
  min-height: 205px
}

.feature-number {
  color: var(--gold);
  font-weight: 700;
  font-size: .8rem;
  letter-spacing: .12em;
  margin-bottom: 16px
}

.services-section {
  background: #fff
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border)
}

.service-item {
  background: #fff;
  padding: 25px
}

.service-item span {
  color: var(--gold);
  font-weight: 700;
  font-size: .8rem
}

.service-item h3 {
  margin: .6rem 0 .35rem
}

.service-item p {
  font-size: .85rem;
  margin: 0
}

.gallery-section {
  background: var(--cream)
}

.gallery-placeholder {
  height: 260px;
  background: linear-gradient(145deg, #eee1d2, #cbb99d);
  display: grid;
  place-items: center;
  color: var(--maroon);
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  position: relative;
  overflow: hidden
}

.gallery-placeholder:before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(92, 43, 45, .28)
}

.cta-section {
  padding: 95px 0;
  background: linear-gradient(120deg, #351719, #6c3335);
  color: #fff
}

.cta-section h2 {
  font-size: clamp(2.1rem, 5vw, 3.8rem)
}

.cta-section h2,
.cta-section p {
  color: #fff
}

.cta-section p:not(.section-kicker) {
  max-width: 700px;
  margin: 0 auto 25px;
  color: rgba(255, 255, 255, .75)
}

.contact-section {
  background: #fff
}

.contact-card {
  text-align: center
}

.contact-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  background: #f7ecd8;
  color: var(--maroon);
  font-size: 1.25rem
}

.contact-card p {
  margin-bottom: .2rem;
  color: var(--maroon);
  font-weight: 600
}

.contact-card small {
  color: var(--muted)
}

.address-note {
  border: 1px dashed rgba(92, 43, 45, .25);
  padding: 16px;
  text-align: center;
  color: var(--muted);
  font-size: .85rem
}

.site-footer {
  background: #351719;
  color: #fff;
  padding: 65px 0 20px
}

.footer-logo {
  width: 95px;
  height: 95px;
  object-fit: contain;
  margin-bottom: 15px
}

.site-footer h3 {
  font-size: 1.25rem;
  color: var(--gold-light);
  margin-bottom: 18px
}

.footer-text,
.site-footer p {
  color: rgba(255, 255, 255, .65);
  font-size: .9rem
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px
}

.footer-links a {
  color: rgba(255, 255, 255, .75);
  text-decoration: none;
  font-size: .88rem
}

.footer-links a:hover {
  color: var(--gold-light)
}

.site-footer hr {
  border-color: rgba(255, 255, 255, .12);
  margin: 35px 0 15px
}

.copyright {
  text-align: center;
  margin: 0;
  font-size: .78rem !important
}

.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  background: var(--maroon);
  color: var(--gold-light);
  opacity: 0;
  pointer-events: none;
  transition: .25s;
  z-index: 999
}

.back-to-top.show {
  opacity: 1;
  pointer-events: auto
}

@media (max-width:991.98px) {
  .navbar-collapse {
    background: var(--maroon-dark);
    margin: 10px -12px -9px;
    padding: 10px 12px 14px
  }

  .nav-contact {
    display: inline-block;
    margin-top: 4px
  }
}

@media (max-width:767.98px) {
  .section-padding {
    padding: 72px 0
  }

  .hero-section {
    min-height: 760px
  }

  .hero-section h1 {
    font-size: clamp(2.7rem, 13vw, 4.2rem)
  }

  .brand-logo {
    width: 48px;
    height: 48px
  }

  .navbar-brand {
    font-size: 1.1rem
  }

  .about-logo-card {
    min-height: 310px
  }

  .about-logo-card img {
    width: 55%
  }

  .service-grid {
    grid-template-columns: 1fr
  }

  .gallery-placeholder {
    height: 190px
  }
}

@media (max-width:380px) {
  .hero-section h1 {
    font-size: 2.55rem
  }

  .btn {
    width: 100%
  }
}

@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto
  }

  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important
  }
}
/* Business Mantra Footer Link */
.site-footer p a {
    color: #d6ae4b !important;
    text-decoration: none;
}

.site-footer p a:hover {
    color: #f2d78a !important;
}