/* ─────────────────────────────────────────────
   Soni Jewellers · Jwalapur, Haridwar
   Heritage maroon-and-gold, bilingual type
───────────────────────────────────────────── */
:root {
  --ink: #1c0b0c;
  --maroon: #3a1013;
  --maroon-2: #52161b;
  --gold: #d4a537;
  --gold-soft: #e9bd4e;
  --gold-pale: #f3ddA0;
  --cream: #f8f0e0;
  --cream-2: #f1e4cc;
  --body: #5b4636;
  --hindi: "Tiro Devanagari Hindi", serif;
  --display: "Fraunces", serif;
  --deco: "Yatra One", serif;
  --sans: "Karla", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--body);
  background: var(--cream);
  overflow-x: hidden;
  line-height: 1.7;
}
h1, h2, h3 { font-weight: 500; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }

/* subtle paper grain over cream sections */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background-image: radial-gradient(rgba(90, 60, 20, .05) 1px, transparent 1px);
  background-size: 5px 5px;
}
section, header, footer { position: relative; z-index: 1; }

/* ── ritual strip ─────────────────────────── */
.ritual-strip {
  background: var(--ink);
  color: var(--gold-soft);
  overflow: hidden;
  border-bottom: 1px solid rgba(212, 165, 55, .35);
  font-family: var(--hindi);
  font-size: .82rem;
  letter-spacing: .04em;
}
.ritual-track {
  display: flex; width: max-content;
  animation: ticker 38s linear infinite;
}
.ritual-track span { padding: .45rem 1.6rem; white-space: nowrap; }
@keyframes ticker { to { transform: translateX(-50%); } }

/* ── header ───────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: .8rem clamp(1rem, 4vw, 3rem);
  background: linear-gradient(to bottom, var(--maroon), var(--maroon) 60%, rgba(58,16,19,.97));
  color: var(--cream);
  border-bottom: 1px solid rgba(212,165,55,.3);
}
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--gold-soft); }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text strong { font-family: var(--deco); font-size: 1.25rem; font-weight: 400; letter-spacing: .02em; }
.brand-text small { font-size: .58rem; letter-spacing: .32em; color: var(--gold-pale); opacity: .8; }
.site-nav { display: flex; gap: clamp(.8rem, 2vw, 1.8rem); align-items: center; }
.site-nav a {
  text-decoration: none; font-family: var(--hindi); font-size: .95rem;
  color: var(--cream); display: flex; flex-direction: column; align-items: center; line-height: 1.2;
  padding: .2rem .1rem; border-bottom: 1px solid transparent; transition: .25s;
}
.site-nav a i { font-style: normal; font-family: var(--sans); font-size: .58rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold-pale); opacity: .65; }
.site-nav a:hover { border-bottom-color: var(--gold); color: var(--gold-soft); }
.site-nav a.nav-cta {
  border: 1px solid var(--gold); border-radius: 3px;
  padding: .35rem .9rem; color: var(--gold-soft);
}
.site-nav a.nav-cta:hover { background: var(--gold); color: var(--ink); }
.site-nav a.nav-cta:hover i { color: var(--ink); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--gold-soft); margin: 5px 0; transition: .3s; }

/* ── hero ─────────────────────────────────── */
.hero {
  position: relative;
  background:
    radial-gradient(ellipse 90% 70% at 75% 15%, rgba(212,165,55,.16), transparent 55%),
    radial-gradient(ellipse 60% 50% at 15% 90%, rgba(212,165,55,.08), transparent 60%),
    linear-gradient(165deg, var(--maroon) 0%, var(--ink) 70%);
  color: var(--cream);
  padding: clamp(4rem, 9vw, 7rem) clamp(1.2rem, 5vw, 4rem) clamp(5rem, 10vw, 8rem);
  overflow: hidden;
}
.hero-inner { max-width: 640px; position: relative; z-index: 2; }
.hero-eyebrow {
  font-family: var(--hindi); color: var(--gold-soft); font-size: .95rem;
  letter-spacing: .06em; margin-bottom: 1.4rem;
  display: inline-block; border: 1px solid rgba(212,165,55,.4);
  padding: .3rem 1rem; border-radius: 99px; background: rgba(212,165,55,.07);
}
.hero h1 { display: flex; flex-direction: column; gap: .6rem; }
.hero-hindi {
  font-family: var(--deco); font-size: clamp(3rem, 8vw, 5.2rem); line-height: 1.05;
  background: linear-gradient(100deg, #f6dd8e 10%, #d4a537 45%, #f6dd8e 75%, #b98a25);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  padding-bottom: .3rem;
}
.hero-english {
  font-family: var(--display); font-weight: 300; font-style: italic;
  font-size: clamp(1.3rem, 3vw, 1.9rem); color: var(--cream-2); line-height: 1.35;
}
.hero-sub { font-family: var(--hindi); margin: 1.6rem 0 2.2rem; max-width: 34rem; color: #e4d3bd; font-size: 1.05rem; }
.hero-actions { display: flex; gap: .9rem; flex-wrap: wrap; }

.btn {
  text-decoration: none; font-family: var(--hindi); font-size: 1rem;
  padding: .75rem 1.7rem; border-radius: 3px; transition: .25s; display: inline-block;
}
.btn-gold { background: linear-gradient(120deg, var(--gold-soft), var(--gold)); color: var(--ink); box-shadow: 0 4px 18px rgba(212,165,55,.35); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 26px rgba(212,165,55,.5); }
.btn-line { border: 1px solid rgba(212,165,55,.55); color: var(--gold-soft); }
.btn-line:hover { background: rgba(212,165,55,.12); }

.hero-stats {
  display: flex; align-items: center; gap: clamp(1rem, 3vw, 2.2rem);
  margin-top: 3rem; flex-wrap: wrap;
}
.hero-stats strong { font-family: var(--display); font-size: clamp(1.7rem, 3.5vw, 2.4rem); color: var(--gold-soft); display: block; font-weight: 400; }
.hero-stats span { font-family: var(--hindi); font-size: .8rem; color: #cbb391; line-height: 1.4; display: block; }
.stat-divider { width: 1px; height: 44px; background: linear-gradient(to bottom, transparent, rgba(212,165,55,.5), transparent); }

.hero-necklace {
  position: absolute; right: clamp(-6rem, -2vw, 2rem); top: 50%;
  transform: translateY(-52%); width: clamp(300px, 38vw, 520px);
  color: var(--gold); opacity: .95; z-index: 1;
  filter: drop-shadow(0 0 30px rgba(212,165,55,.25));
  animation: floaty 7s ease-in-out infinite;
}
@keyframes floaty { 50% { transform: translateY(-54%); } }
.hero-ornament { position: absolute; top: 0; bottom: 0; width: 90px; color: rgba(212,165,55,.28); }
.hero-ornament--left { left: 0; }

/* ── shared section bits ──────────────────── */
.kicker {
  font-family: var(--sans); letter-spacing: .3em; font-size: .68rem;
  color: #a0722a; text-transform: uppercase; margin-bottom: 1rem; font-weight: 600;
}
.section-head { text-align: center; max-width: 640px; margin: 0 auto clamp(2.5rem, 5vw, 4rem); }
.section-head h2, .story h2, .rates h2, .visit h2 {
  font-family: var(--hindi); font-size: clamp(1.7rem, 4vw, 2.5rem);
  color: var(--maroon); line-height: 1.35;
}
.section-head h2 em, .story h2 em, .rates h2 em, .visit h2 em {
  font-style: normal; color: var(--gold); font-family: var(--hindi);
  position: relative;
}
.section-sub { margin-top: 1rem; font-size: .95rem; color: #8a6f52; }

/* ── collections ──────────────────────────── */
.collections { padding: clamp(4rem, 8vw, 6.5rem) clamp(1.2rem, 5vw, 4rem); }
.collection-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.4rem; max-width: 1150px; margin: 0 auto;
}
.c-card {
  background: #fffaf0;
  border: 1px solid #e6d3ae;
  border-radius: 6px;
  padding: 2rem 1.7rem 1.9rem;
  position: relative; overflow: hidden;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.c-card::before {
  content: ""; position: absolute; inset: 6px;
  border: 1px solid rgba(212,165,55,.25); border-radius: 4px; pointer-events: none;
}
.c-card:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(58,16,19,.13); border-color: var(--gold); }
/* animated artwork panel — same theme as the hero necklace */
.c-art {
  position: relative;
  border: 1px solid rgba(212,165,55,.4);
  border-radius: 5px;
  margin-bottom: 1.3rem;
  overflow: hidden;
  background:
    radial-gradient(ellipse 85% 75% at 50% 28%, rgba(212,165,55,.18), transparent 62%),
    linear-gradient(160deg, var(--maroon) 0%, var(--ink) 85%);
}
.c-art svg {
  width: 100%; height: 158px; display: block;
  filter: drop-shadow(0 0 12px rgba(212,165,55,.28));
  transition: filter .35s;
}
.c-card:hover .c-art { border-color: var(--gold); }
.c-card:hover .c-art svg { filter: drop-shadow(0 0 20px rgba(212,165,55,.5)); }

.c-art .bob, .c-art .sway, .c-art .bell, .c-art .spark, .c-art .spinslow, .c-art .shine {
  transform-box: fill-box; transform-origin: center;
}
.c-art .bob { animation: art-bob 6s ease-in-out infinite; }
.c-art .sway { transform-origin: top center; animation: art-sway 4.5s ease-in-out infinite; }
.c-art .bell { transform-origin: top center; animation: art-sway 3s ease-in-out infinite; }
.c-art .spark { fill: #f6dd8e; animation: art-twinkle 2.6s ease-in-out infinite; }
.c-art .spinslow { animation: art-spin 22s linear infinite; }
.c-art .shine { animation: art-shine 3.8s ease-in-out infinite; }
@keyframes art-bob { 50% { transform: translateY(-5px); } }
@keyframes art-sway { 0%, 100% { transform: rotate(5deg); } 50% { transform: rotate(-5deg); } }
@keyframes art-twinkle { 0%, 100% { opacity: .12; transform: scale(.5); } 50% { opacity: 1; transform: scale(1); } }
@keyframes art-spin { to { transform: rotate(360deg); } }
@keyframes art-shine { 0% { transform: translateX(-70px) skewX(-18deg); } 55%, 100% { transform: translateX(160px) skewX(-18deg); } }
.c-card h3 { font-family: var(--hindi); color: var(--maroon); font-size: 1.25rem; display: flex; flex-direction: column; margin-bottom: .6rem; }
.c-card h3 span { font-family: var(--sans); font-size: .62rem; letter-spacing: .26em; text-transform: uppercase; color: #a0722a; margin-top: .2rem; }
.c-card p { font-family: var(--hindi); font-size: .92rem; color: #6d573f; }

/* ── story ────────────────────────────────── */
.story {
  background:
    radial-gradient(ellipse 70% 60% at 85% 20%, rgba(212,165,55,.12), transparent 60%),
    linear-gradient(150deg, var(--maroon) 0%, var(--ink) 80%);
  color: var(--cream-2);
  padding: clamp(4rem, 8vw, 7rem) clamp(1.2rem, 5vw, 4rem);
}
.story-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 6vw, 5rem);
}
.story h2 { color: var(--cream); }
.story h2 em { color: var(--gold-soft); }
.story-text p { font-family: var(--hindi); margin-bottom: 1.2rem; color: #dcc9ac; font-size: 1.02rem; }
.story-text strong { color: var(--gold-soft); }
.story-quote {
  border-left: 2px solid var(--gold); padding: .4rem 0 .4rem 1.4rem; margin-top: 2rem;
}
.story-quote p { font-family: var(--hindi); font-size: 1.12rem; color: var(--gold-pale); font-style: normal; margin-bottom: .5rem; }
.story-quote cite { font-family: var(--hindi); font-style: normal; font-size: .85rem; color: #b99a68; }

.story-timeline { position: relative; padding-left: 1.6rem; align-self: center; }
.story-timeline::before {
  content: ""; position: absolute; left: 5px; top: 8px; bottom: 8px; width: 1px;
  background: linear-gradient(to bottom, transparent, var(--gold) 15%, var(--gold) 85%, transparent);
}
.tl-item { position: relative; padding-bottom: 1.8rem; }
.tl-item:last-child { padding-bottom: 0; }
.tl-dot {
  position: absolute; left: -1.6rem; top: .45rem; width: 11px; height: 11px;
  transform: rotate(45deg);
  background: var(--ink); border: 1.5px solid var(--gold);
}
.tl-item h4 { font-family: var(--hindi); color: var(--gold-soft); font-size: 1.05rem; margin-bottom: .2rem; }
.tl-item p { font-family: var(--hindi); font-size: .88rem; color: #c9b28d; }

/* ── promise ──────────────────────────────── */
.promise { padding: clamp(4rem, 8vw, 6.5rem) clamp(1.2rem, 5vw, 4rem); background: var(--cream-2); }
.promise-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.3rem; max-width: 1150px; margin: 0 auto;
}
.p-card {
  background: var(--cream); border: 1px solid #dcc59a; border-radius: 6px;
  padding: 1.7rem 1.6rem; position: relative; transition: .3s;
}
.p-card:hover { border-color: var(--gold); box-shadow: 0 10px 28px rgba(58,16,19,.1); }
.p-num {
  font-family: var(--deco); color: var(--gold); font-size: 1.5rem;
  display: block; margin-bottom: .5rem; opacity: .85;
}
.p-card h3 { font-family: var(--hindi); color: var(--maroon); font-size: 1.15rem; margin-bottom: .5rem; }
.p-card p { font-family: var(--hindi); font-size: .9rem; color: #6d573f; }

/* ── rates ────────────────────────────────── */
.rates {
  background:
    radial-gradient(ellipse 80% 90% at 20% 10%, rgba(212,165,55,.14), transparent 55%),
    linear-gradient(120deg, var(--ink), var(--maroon-2));
  color: var(--cream);
  padding: clamp(4rem, 8vw, 6rem) clamp(1.2rem, 5vw, 4rem);
}
.rates-inner { max-width: 900px; margin: 0 auto; text-align: center; }
.rates h2 { color: var(--cream); }
.rates h2 em { color: var(--gold-soft); }
.rates .section-sub { color: #d3bd9a; font-family: var(--hindi); }
.rate-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.1rem; margin: 2.4rem 0; }
.rate-card {
  border: 1px solid rgba(212,165,55,.4); border-radius: 6px; padding: 1.4rem 1rem;
  background: rgba(212,165,55,.06);
}
.rate-card h4 { font-family: var(--hindi); color: var(--gold-soft); font-size: 1.1rem; display: flex; flex-direction: column; }
.rate-card h4 span { font-family: var(--sans); font-size: .6rem; letter-spacing: .22em; text-transform: uppercase; color: #c9ab73; margin-top: .2rem; }
.rate-value { font-family: var(--hindi); margin-top: .8rem; font-size: 1.05rem; color: var(--cream-2); }
.rates-actions { display: flex; gap: .9rem; justify-content: center; flex-wrap: wrap; }

/* ── voices ───────────────────────────────── */
.voices { padding: clamp(4rem, 8vw, 6.5rem) clamp(1.2rem, 5vw, 4rem); }
.voice-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.4rem; max-width: 1100px; margin: 0 auto; }
.voice {
  background: #fffaf0; border: 1px solid #e6d3ae; border-radius: 6px;
  padding: 1.8rem 1.6rem; position: relative;
}
.voice::before {
  content: "❝"; position: absolute; top: -0.2rem; left: 1.1rem;
  font-size: 2.6rem; color: var(--gold); opacity: .55; font-family: var(--display);
}
.voice p { font-family: var(--hindi); font-size: .95rem; color: #6d573f; margin: .8rem 0 1rem; }
.voice footer { font-family: var(--hindi); font-size: .85rem; color: #a0722a; }

/* ── visit ────────────────────────────────── */
.visit { background: var(--cream-2); padding: clamp(4rem, 8vw, 6.5rem) clamp(1.2rem, 5vw, 4rem); }
.visit-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center;
}
.visit address { font-style: normal; font-family: var(--hindi); font-size: 1.1rem; margin: 1.4rem 0; color: #5b4636; line-height: 1.8; }
.visit address strong { color: var(--maroon); font-size: 1.25rem; }
.visit-meta { list-style: none; }
.visit-meta li { font-family: var(--hindi); margin-bottom: .7rem; display: flex; gap: .6rem; align-items: baseline; }
.visit-meta em { font-size: .85rem; color: #96794f; }
.visit-meta a { color: var(--maroon-2); text-decoration-color: var(--gold); text-underline-offset: 3px; }
.visit-note { font-family: var(--hindi); font-size: .9rem; color: #96794f; border-top: 1px dashed #cbab72; padding-top: 1rem; margin-top: 1.4rem; }
.visit-map {
  border: 1px solid #cbab72; border-radius: 8px; overflow: hidden;
  box-shadow: 0 18px 44px rgba(58,16,19,.16);
  background: var(--maroon);
  padding: 8px;
}
.visit-map iframe { width: 100%; height: 380px; border: 0; border-radius: 5px; display: block; filter: sepia(.25) saturate(.9); }

/* ── footer ───────────────────────────────── */
.site-footer {
  background: var(--ink); color: #cbab72; text-align: center;
  padding: 3rem 1.2rem 2.2rem;
}
.footer-ornament { max-width: 340px; margin: 0 auto 1.5rem; color: var(--gold); opacity: .7; }
.footer-brand { font-family: var(--deco); color: var(--gold-soft); font-size: 1.3rem; margin-bottom: .4rem; }
.footer-line { font-family: var(--hindi); font-size: .95rem; margin-bottom: 1.4rem; color: #b99a68; }
.footer-legal { font-size: .72rem; letter-spacing: .08em; color: #8a6f52; }

/* ── whatsapp float ───────────────────────── */
.wa-float {
  position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 60;
  width: 54px; height: 54px; border-radius: 50%;
  background: #25d366; color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 6px 22px rgba(0,0,0,.3);
  transition: transform .25s;
}
.wa-float:hover { transform: scale(1.1); }

/* ── reveal animation ─────────────────────── */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease var(--d, 0s), transform .8s ease var(--d, 0s); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .ritual-track, .hero-necklace { animation: none; }
  .c-art .bob, .c-art .sway, .c-art .bell, .c-art .spark, .c-art .spinslow, .c-art .shine { animation: none; }
}

/* ── responsive ───────────────────────────── */
@media (max-width: 960px) {
  .hero-necklace { opacity: .18; right: -14%; width: 420px; }
  .story-inner, .visit-inner { grid-template-columns: 1fr; }
  .hero-ornament { display: none; }
}
@media (max-width: 720px) {
  .nav-toggle { display: block; }
  .site-nav {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--maroon); border-bottom: 1px solid rgba(212,165,55,.3);
    max-height: 0; overflow: hidden; transition: max-height .35s ease;
  }
  .site-nav.open { max-height: 420px; }
  .site-nav a { padding: .9rem 1.4rem; flex-direction: row; gap: .6rem; align-items: baseline; border-bottom: 1px solid rgba(212,165,55,.12); }
  .site-nav a.nav-cta { border: 0; border-radius: 0; }
  .hero-stats { gap: 1.2rem; }
  .stat-divider { display: none; }
  .visit-map iframe { height: 300px; }
}
