/* ============================================================
   Shyam Jewellers — visual system
   Palette keyed to the brand logo (warm gold on near-black)
   + oxblood drawn from Shyam's own product photography.
   ============================================================ */
:root{
  --bg:#0D0A07;        /* warm near-black ink */
  --surface:#191210;   /* raised cards / sections */
  --surface-2:#211712; /* slightly lifted */
  --text:#F6EEE9;      /* warm off-white on dark */
  --muted:#B59B93;     /* captions / secondary */
  --ink:#241317;       /* body on light paper */
  --ink-soft:#6B544E;  /* muted on light */
  --primary:#7A1220;   /* oxblood / maroon */
  --primary-deep:#530B16;
  --secondary:#D9B84A; /* luminous warm gold */
  --gold-soft:#E7CE84;
  --accent:#9C4A57;    /* muted ruby / rose */
  --border:#2A1D1A;    /* hairline on dark */
  --border-light:#E6DACE;
  --paper:#FAF5EF;     /* light section */
  --paper-2:#F2E9DD;
  --focus:#D9B84A;

  --serif:"Cormorant Garamond",Georgia,"Times New Roman",serif;
  --sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;

  --maxw:1240px;
  --r:14px;
  --shadow:0 18px 50px -22px rgba(0,0,0,.75);
  --shadow-soft:0 10px 30px -18px rgba(0,0,0,.55);
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:var(--sans);
  font-size:16px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
img{display:block;max-width:100%;}
a{color:inherit;text-decoration:none;}
button{font-family:inherit;cursor:pointer;}

::selection{background:var(--secondary);color:#1a1206;}

:focus-visible{outline:2px solid var(--focus);outline-offset:3px;border-radius:4px;}

/* ---------- Type ---------- */
.display{font-family:var(--serif);font-weight:600;line-height:1.05;letter-spacing:.005em;}
h1,h2,h3,h4{font-family:var(--serif);font-weight:600;margin:0;line-height:1.08;}
h1{font-size:clamp(2.4rem,7vw,4.6rem);}
h2{font-size:clamp(1.9rem,5vw,3.1rem);}
h3{font-size:clamp(1.35rem,3.4vw,1.9rem);}
p{margin:0 0 1em;text-wrap:pretty;}
.lede{font-size:clamp(1.05rem,2.4vw,1.3rem);line-height:1.6;color:var(--text);}

.eyebrow{
  font-family:var(--sans);
  font-size:.72rem;
  font-weight:600;
  letter-spacing:.32em;
  text-transform:uppercase;
  color:var(--secondary);
  margin:0 0 .9rem;
  display:inline-flex;
  align-items:center;
  gap:.7rem;
}
.eyebrow::before{
  content:"";width:26px;height:1px;background:var(--secondary);opacity:.7;
}
.eyebrow.center{justify-content:center;}
.eyebrow.center::after{content:"";width:26px;height:1px;background:var(--secondary);opacity:.7;}

.serif-accent{font-family:var(--serif);font-style:italic;color:var(--gold-soft);}

/* ---------- Layout ---------- */
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 22px;}
.section{padding:72px 0;}
@media(min-width:768px){.section{padding:104px 0;}}
.section.tight{padding:52px 0;}
.paper{background:var(--paper);color:var(--ink);}
.paper .eyebrow{color:var(--primary);}
.paper .eyebrow::before,.paper .eyebrow.center::after{background:var(--primary);}
.paper p{color:var(--ink-soft);}
.paper .muted{color:var(--ink-soft);}
.oxblood{background:
  radial-gradient(120% 120% at 50% -10%, rgba(122,18,32,.55), transparent 60%),
  var(--primary-deep);
}
.muted{color:var(--muted);}
.center{text-align:center;}
.divider{height:1px;background:var(--border);border:0;margin:0;}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.55rem;
  min-height:48px;padding:0 1.5rem;border-radius:999px;
  font-family:var(--sans);font-weight:600;font-size:.92rem;letter-spacing:.01em;
  border:1px solid transparent;transition:.22s ease;white-space:nowrap;
}
.btn svg{width:18px;height:18px;flex:none;}
.btn-gold{background:var(--secondary);color:#1c1304;border-color:var(--secondary);}
.btn-gold:hover{background:var(--gold-soft);transform:translateY(-1px);}
.btn-wa{background:#1faa54;color:#fff;border-color:#1faa54;}
.btn-wa:hover{background:#1a9249;transform:translateY(-1px);}
.btn-ghost{background:transparent;color:var(--text);border-color:rgba(246,238,233,.32);}
.btn-ghost:hover{border-color:var(--secondary);color:var(--gold-soft);}
.paper .btn-ghost{color:var(--ink);border-color:rgba(36,19,23,.25);}
.paper .btn-ghost:hover{border-color:var(--primary);color:var(--primary);}
.btn-outline-gold{background:transparent;color:var(--gold-soft);border-color:rgba(217,184,74,.5);}
.btn-outline-gold:hover{background:rgba(217,184,74,.1);border-color:var(--secondary);}

.link-gold{color:var(--gold-soft);font-weight:600;display:inline-flex;align-items:center;gap:.4rem;border-bottom:1px solid transparent;transition:.2s;}
.link-gold:hover{border-bottom-color:var(--secondary);gap:.6rem;}
.paper .link-gold{color:var(--primary);}

/* ---------- Navbar ---------- */
.nav{position:sticky;top:0;z-index:50;background:rgba(13,10,7,.72);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);transition:.3s;}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:96px;gap:1rem;}
.nav-logo{display:flex;align-items:center;gap:.7rem;height:60px;}
.nav-logo img{height:60px;width:auto;display:block;}
@media(max-width:560px){.nav-inner{height:80px;}.nav-logo,.nav-logo img{height:48px;}}
.nav-links{display:none;align-items:center;gap:2px;}
@media(min-width:980px){.nav-links{display:flex;}}
.nav-link{
  padding:.6rem .9rem;border-radius:8px;font-size:.9rem;font-weight:500;color:var(--text);
  letter-spacing:.02em;transition:.18s;position:relative;
}
.nav-link:hover{color:var(--gold-soft);}
.nav-link.active{color:var(--gold-soft);}
.nav-link.active::after{content:"";position:absolute;left:.9rem;right:.9rem;bottom:.35rem;height:1px;background:var(--secondary);}
.nav-cta{display:none;gap:.6rem;}
@media(min-width:980px){.nav-cta{display:flex;}}
.nav-burger{display:inline-flex;flex-direction:column;gap:5px;background:none;border:0;padding:10px;}
@media(min-width:980px){.nav-burger{display:none;}}
.nav-burger span{width:24px;height:2px;background:var(--text);transition:.25s;border-radius:2px;}
.nav-burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.nav-burger.open span:nth-child(2){opacity:0;}
.nav-burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

.mobile-menu{position:fixed;inset:84px 0 0;z-index:49;background:var(--bg);padding:18px 22px 40px;display:flex;flex-direction:column;transform:translateY(-8px);opacity:0;pointer-events:none;transition:.28s;overflow-y:auto;}
.mobile-menu.open{opacity:1;transform:none;pointer-events:auto;}
.mobile-menu a.m-link{font-family:var(--serif);font-size:1.9rem;padding:.55rem 0;border-bottom:1px solid var(--border);color:var(--text);}
.mobile-menu a.m-link.active{color:var(--gold-soft);}
.mobile-menu .m-actions{display:flex;flex-direction:column;gap:.7rem;margin-top:1.6rem;}

/* ---------- Hero ---------- */
.hero{position:relative;min-height:min(92vh,820px);display:flex;align-items:flex-end;overflow:hidden;}
.hero-img{position:absolute;inset:0;background-size:cover;background-position:center;}
.hero-scrim{position:absolute;inset:0;background:
  linear-gradient(180deg, rgba(13,10,7,.55) 0%, rgba(13,10,7,.15) 32%, rgba(13,10,7,.55) 64%, rgba(13,10,7,.96) 100%);
}
.hero-scrim.left{background:
  linear-gradient(90deg, rgba(13,10,7,.9) 0%, rgba(13,10,7,.55) 42%, rgba(13,10,7,.12) 75%, transparent 100%),
  linear-gradient(0deg, rgba(13,10,7,.95) 0%, transparent 42%);
}
.hero-content{position:relative;z-index:2;padding-bottom:clamp(40px,8vh,90px);padding-top:90px;max-width:680px;}
.hero h1{margin-bottom:1.1rem;}
.hero h1 em{font-style:italic;color:var(--gold-soft);}
.hero .lede{max-width:540px;color:#EFE3DA;}
.hero-cta{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.8rem;}

/* ---------- Trust strip ---------- */
.trust{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);}
.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border);}
@media(min-width:760px){.trust-grid{grid-template-columns:repeat(4,1fr);}}
.trust-cell{background:var(--bg);padding:26px 22px;display:flex;flex-direction:column;gap:.4rem;}
.trust-cell svg{width:26px;height:26px;color:var(--secondary);}
.trust-cell .t-title{font-family:var(--serif);font-size:1.18rem;color:var(--text);}
.trust-cell .t-sub{font-size:.82rem;color:var(--muted);line-height:1.45;}

/* ---------- Section heading block ---------- */
.head{max-width:680px;margin:0 0 44px;}
.head.center{margin-left:auto;margin-right:auto;text-align:center;}

/* ---------- Collection cards ---------- */
.coll-grid{display:grid;grid-template-columns:1fr;gap:18px;}
@media(min-width:640px){.coll-grid{grid-template-columns:1fr 1fr;}}
@media(min-width:1000px){.coll-grid{grid-template-columns:repeat(4,1fr);}}
.coll-card{position:relative;border-radius:var(--r);overflow:hidden;background:var(--surface);border:1px solid var(--border);aspect-ratio:3/4;display:flex;align-items:flex-end;text-align:left;transition:.3s;}
.coll-card .ci{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .6s ease;}
.coll-card::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,5,4,.92) 0%,rgba(8,5,4,.25) 48%,rgba(8,5,4,.05) 100%);}
.coll-card:hover{border-color:rgba(217,184,74,.5);transform:translateY(-3px);}
.coll-card:hover .ci{transform:scale(1.06);}
.coll-card .cc{position:relative;z-index:2;padding:20px;width:100%;}
.coll-card .cc h3{margin-bottom:.2rem;}
.coll-card .cc span{font-size:.82rem;color:var(--muted);}
.coll-card .cc .arrow{margin-top:.7rem;font-size:.8rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold-soft);font-weight:600;}

/* ---------- Featured / product gallery ---------- */
.gallery{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
@media(min-width:760px){.gallery{grid-template-columns:repeat(3,1fr);}}
@media(min-width:1080px){.gallery.four{grid-template-columns:repeat(4,1fr);}}
.product{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);overflow:hidden;transition:.3s;display:flex;flex-direction:column;}
.product:hover{border-color:rgba(217,184,74,.45);transform:translateY(-3px);box-shadow:var(--shadow-soft);}
.product .pimg{aspect-ratio:1/1;background:#0a0705 center/cover;position:relative;overflow:hidden;}
.product .pimg img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease;}
.product:hover .pimg img{transform:scale(1.05);}
.product .pbody{padding:14px 16px 16px;display:flex;flex-direction:column;gap:.55rem;flex:1;}
.product .pname{font-family:var(--serif);font-size:1.18rem;line-height:1.15;}
.product .pmat{font-size:.78rem;color:var(--muted);letter-spacing:.02em;}
.product .ptag{font-size:.66rem;letter-spacing:.18em;text-transform:uppercase;color:var(--secondary);font-weight:600;}
.product .pcta{margin-top:auto;}
.product .wa-mini{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;color:var(--gold-soft);}
.product .wa-mini svg{width:16px;height:16px;}

/* offset masonry feel on home featured */
.feature-row{display:grid;grid-template-columns:1fr;gap:18px;}
@media(min-width:880px){.feature-row{grid-template-columns:1.3fr 1fr;align-items:stretch;}}
.feature-big{border-radius:var(--r);overflow:hidden;border:1px solid var(--border);position:relative;min-height:340px;background:#0a0705 center/cover;display:flex;align-items:flex-end;}
.feature-big::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,5,4,.9),transparent 60%);}
.feature-big .fb{position:relative;z-index:2;padding:26px;}

/* ---------- Teaser bands ---------- */
.split{display:grid;grid-template-columns:1fr;gap:0;align-items:stretch;}
@media(min-width:880px){.split{grid-template-columns:1fr 1fr;}}
.split .s-media{min-height:300px;background:#0a0705 center/cover;}
@media(min-width:880px){.split .s-media{min-height:480px;}}
.split .s-body{padding:48px 22px;display:flex;flex-direction:column;justify-content:center;}
@media(min-width:880px){.split .s-body{padding:64px 56px;}}

/* ---------- Diamonds 4Cs ---------- */
.cc4{display:grid;grid-template-columns:1fr;gap:18px;}
@media(min-width:640px){.cc4{grid-template-columns:1fr 1fr;}}
@media(min-width:1000px){.cc4{grid-template-columns:repeat(4,1fr);}}
.c4{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:28px 24px;}
.c4 .cnum{font-family:var(--serif);font-size:2.6rem;color:var(--secondary);line-height:1;margin-bottom:.4rem;}
.c4 h3{margin-bottom:.5rem;}
.c4 p{font-size:.9rem;color:var(--muted);margin:0;}
.paper .c4{background:#fff;border-color:var(--border-light);box-shadow:var(--shadow-soft);}
.paper .c4 p{color:var(--ink-soft);}
.paper .c4 .cnum{color:var(--primary);}

/* ---------- Steps ---------- */
.steps{display:grid;grid-template-columns:1fr;gap:2px;background:var(--border);border:1px solid var(--border);border-radius:var(--r);overflow:hidden;}
@media(min-width:760px){.steps{grid-template-columns:repeat(4,1fr);}}
.step{background:var(--surface);padding:30px 26px;}
.step .snum{font-family:var(--sans);font-size:.75rem;font-weight:700;letter-spacing:.2em;color:var(--secondary);}
.step h3{font-size:1.3rem;margin:.7rem 0 .5rem;}
.step p{font-size:.88rem;color:var(--muted);margin:0;}

/* ---------- Forms ---------- */
.form{display:grid;gap:16px;}
.field{display:flex;flex-direction:column;gap:.45rem;}
.field label{font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);}
.field input,.field textarea,.field select{
  background:var(--bg);border:1px solid var(--border);color:var(--text);
  border-radius:10px;padding:13px 14px;font-family:inherit;font-size:.95rem;min-height:48px;transition:.2s;
}
.field textarea{min-height:120px;resize:vertical;}
.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--secondary);outline:none;}
.field input::placeholder,.field textarea::placeholder{color:#7d6b63;}
.row2{display:grid;grid-template-columns:1fr;gap:16px;}
@media(min-width:560px){.row2{grid-template-columns:1fr 1fr;}}
.form-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:28px 22px;}
@media(min-width:760px){.form-card{padding:38px;}}
.form-note{font-size:.78rem;color:var(--muted);}
.form-ok{background:rgba(31,170,84,.12);border:1px solid rgba(31,170,84,.4);color:#bfe9cd;border-radius:10px;padding:16px 18px;font-size:.92rem;}

/* ---------- Map placeholder ---------- */
.map-ph{border:1px dashed rgba(217,184,74,.45);border-radius:var(--r);background:
  repeating-linear-gradient(45deg,rgba(217,184,74,.04) 0 12px,transparent 12px 24px),var(--surface);
  min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;text-align:center;padding:30px;}
.map-ph .mlabel{font-family:"SFMono-Regular",ui-monospace,Menlo,monospace;font-size:.8rem;letter-spacing:.08em;color:var(--secondary);}
.map-ph .msub{font-size:.82rem;color:var(--muted);max-width:340px;}

/* placeholder for missing photography (storefront/team) */
.img-ph{border:1px dashed var(--border-light);border-radius:var(--r);background:
  repeating-linear-gradient(45deg,rgba(180,150,120,.06) 0 14px,transparent 14px 28px);
  display:flex;align-items:center;justify-content:center;text-align:center;padding:24px;min-height:240px;}
.img-ph .il{font-family:ui-monospace,Menlo,monospace;font-size:.74rem;letter-spacing:.06em;color:var(--ink-soft);max-width:240px;line-height:1.5;}

/* ---------- Note / disclosure ---------- */
.note{font-size:.82rem;color:var(--muted);border-left:2px solid var(--secondary);padding:.3rem 0 .3rem 14px;}
.tbc{display:inline-flex;align-items:center;gap:.4rem;font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--secondary);background:rgba(217,184,74,.1);border:1px solid rgba(217,184,74,.3);padding:.2rem .6rem;border-radius:999px;}

/* ---------- Info rows (visit) ---------- */
.info-list{display:flex;flex-direction:column;gap:0;}
.info-row{display:flex;gap:16px;padding:20px 0;border-bottom:1px solid var(--border);}
.info-row:last-child{border-bottom:0;}
.info-row svg{width:22px;height:22px;color:var(--secondary);flex:none;margin-top:3px;}
.info-row .ir-t{font-family:var(--serif);font-size:1.18rem;margin-bottom:.2rem;}
.info-row .ir-d{font-size:.92rem;color:var(--muted);line-height:1.55;}

/* ---------- Footer ---------- */
.footer{background:#0a0705;border-top:1px solid var(--border);padding:60px 0 130px;}
@media(min-width:980px){.footer{padding:64px 0 40px;}}
.footer-grid{display:grid;grid-template-columns:1fr;gap:36px;}
@media(min-width:760px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr;}}
.footer img.flogo{height:84px;width:auto;margin-bottom:20px;}
.footer h4{font-family:var(--sans);font-size:.74rem;letter-spacing:.2em;text-transform:uppercase;color:var(--secondary);margin-bottom:1rem;font-weight:600;}
.footer a.fl{display:block;color:var(--muted);font-size:.92rem;padding:.3rem 0;transition:.18s;}
.footer a.fl:hover{color:var(--gold-soft);}
.footer .fbot{margin-top:48px;padding-top:24px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.5rem;font-size:.78rem;color:var(--muted);}
@media(min-width:760px){.footer .fbot{flex-direction:row;justify-content:space-between;align-items:center;}}

/* ---------- Mobile sticky action bar ---------- */
.mbar{position:fixed;left:0;right:0;bottom:0;z-index:48;display:grid;grid-template-columns:1fr 1fr 1fr;background:rgba(13,10,7,.94);backdrop-filter:blur(12px);border-top:1px solid var(--border);}
@media(min-width:980px){.mbar{display:none;}}
.mbar a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:60px;padding:8px 4px;font-size:.68rem;font-weight:600;letter-spacing:.02em;color:var(--text);border-right:1px solid var(--border);}
.mbar a:last-child{border-right:0;}
.mbar a svg{width:20px;height:20px;}
.mbar a.wa{color:#42d27e;}
.mbar a.call{color:var(--gold-soft);}

/* ---------- WhatsApp FAB (desktop) ---------- */
.fab{position:fixed;right:22px;bottom:22px;z-index:48;display:none;align-items:center;gap:.6rem;background:#1faa54;color:#fff;border-radius:999px;padding:13px 20px 13px 16px;font-weight:600;font-size:.92rem;box-shadow:0 14px 34px -12px rgba(31,170,84,.7);transition:.25s;}
@media(min-width:980px){.fab{display:inline-flex;}}
.fab:hover{background:#1a9249;transform:translateY(-2px);}
.fab svg{width:22px;height:22px;}

/* ---------- Filter chips ---------- */
.chips{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:32px;}
.chip{padding:.5rem 1.05rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);color:var(--muted);font-size:.85rem;font-weight:500;transition:.2s;min-height:40px;}
.chip:hover{border-color:rgba(217,184,74,.5);color:var(--gold-soft);}
.chip.active{background:var(--secondary);border-color:var(--secondary);color:#1c1304;}

/* ---------- Animations ---------- */
@media(prefers-reduced-motion:no-preference){
  .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease;}
  .reveal.in{opacity:1;transform:none;}
}

/* ---------- Page intro padding for non-hero pages ---------- */
.page-top{padding-top:60px;}
@media(min-width:768px){.page-top{padding-top:88px;}}

/* breadcrumb */
.crumb{display:inline-flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--muted);margin-bottom:1.2rem;}
.crumb a:hover{color:var(--gold-soft);}
.crumb .sep{opacity:.5;}
