/* =========================================================
   Dharmanandan 92.5 Silver — Design tokens
   Palette: gunmetal ink + antique brass + ivory paper
   Type: Fraunces (display) / Work Sans (body) / Space Mono (stamps)
   Signature: the engraved circular "925 hallmark" stamp motif
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Work+Sans:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap');

:root {
  --ink: #17181b;
  --ink-soft: #1f2124;
  --ink-raised: #26282c;
  --ink-line: #34363b;

  --silver: #e7e9ec;
  --silver-dim: #9a9da4;

  --brass: #c9a227;
  --brass-bright: #e0bc4a;
  --brass-deep: #8f6e1d;

  --paper: #f6f4ef;
  --paper-dim: #e8e4d9;
  --ink-on-paper: #201e1a;
  --ink-on-paper-dim: #6a655c;

  --danger: #c0503f;
  --success: #4a7c59;

  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Work Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'Space Mono', monospace;

  --radius: 10px;
  --radius-lg: 20px;
  --shadow-soft: 0 12px 32px rgba(0,0,0,0.28);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--ink-on-paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-display); margin: 0 0 0.5em; font-weight: 600; letter-spacing: -0.01em; }
p { margin: 0 0 1em; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brass);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.eyebrow::before { content: ''; width: 18px; height: 1px; background: var(--brass); display: inline-block; }

:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 15px;
  padding: 13px 26px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, background .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-brass { background: var(--brass); color: #211a05; }
.btn-brass:hover { background: var(--brass-bright); }
.btn-outline-light { border-color: rgba(231,233,236,0.4); color: var(--silver); }
.btn-outline-light:hover { border-color: var(--silver); }
.btn-outline-dark { border-color: rgba(32,30,26,0.3); color: var(--ink-on-paper); }
.btn-outline-dark:hover { border-color: var(--ink-on-paper); }
.btn-block { width: 100%; }
.btn-sm { padding: 8px 16px; font-size: 13px; }
.btn-whatsapp { background: #2fae60; color: #fff; }
.btn-whatsapp:hover { background: #33c46c; }

/* ---------------- Header ---------------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(23,24,27,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--ink-line);
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 42px; height: 42px; flex-shrink: 0; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text .name { font-family: var(--font-display); font-weight: 600; color: var(--silver); font-size: 19px; }
.brand-text .tag { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em; color: var(--brass); text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { font-size: 14.5px; font-weight: 500; color: var(--silver-dim); transition: color .15s; }
.main-nav a:hover, .main-nav a.is-active { color: var(--silver); }
.header-cta { display: flex; align-items: center; gap: 14px; }
.nav-toggle { display: none; background: none; border: none; color: var(--silver); font-size: 26px; cursor: pointer; }

@media (max-width: 880px) {
  .main-nav { position: fixed; inset: 78px 0 0 0; background: var(--ink); flex-direction: column; padding: 30px 24px; gap: 22px; transform: translateY(-110%); transition: transform .25s ease; }
  .main-nav.is-open { transform: translateY(0); }
  .nav-toggle { display: block; }
  .header-cta .btn span.long { display: none; }
}

/* ---------------- Hero ---------------- */
.hero { background: var(--ink); color: var(--silver); padding: 76px 0 90px; position: relative; overflow: hidden; }
.hero .container { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 50px; align-items: center; }
.hero h1 { font-size: clamp(34px, 4.6vw, 58px); color: var(--silver); white-space: pre-line; line-height: 1.08; }
.hero p.lede { color: var(--silver-dim); font-size: 18px; max-width: 46ch; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.hero-stamp { justify-self: center; width: 100%; max-width: 340px; }
.hero-stamp svg { width: 100%; height: auto; }
@media (max-width: 880px) {
  .hero .container { grid-template-columns: 1fr; text-align: left; }
  .hero-stamp { max-width: 220px; justify-self: start; margin-top: 10px; }
}

/* ---------------- Why-us strip ---------------- */
.why-strip { background: var(--ink-soft); border-top: 1px solid var(--ink-line); border-bottom: 1px solid var(--ink-line); padding: 30px 0; }
.why-strip ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; }
.why-strip li { display: flex; gap: 12px; align-items: flex-start; color: var(--silver-dim); font-size: 14.5px; }
.why-strip li .dot { color: var(--brass); font-family: var(--font-mono); font-weight: 700; }

/* ---------------- Sections ---------------- */
.section { padding: 84px 0; }
.section-ink { background: var(--ink); color: var(--silver); }
.section-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 40px; flex-wrap: wrap; }
.section-header h2 { font-size: clamp(26px, 3vw, 38px); }
.section-ink .section-header h2 { color: var(--silver); }
.section-header p { color: var(--ink-on-paper-dim); max-width: 55ch; margin: 0; }
.section-ink .section-header p { color: var(--silver-dim); }

/* ---------------- Category grid ---------------- */
.cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 20px; }
.cat-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/5; background: var(--ink-soft); }
.cat-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.cat-card:hover img { transform: scale(1.06); }
.cat-card .label { position: absolute; inset: auto 0 0 0; padding: 18px; background: linear-gradient(to top, rgba(0,0,0,0.75), transparent); color: #fff; font-family: var(--font-display); font-size: 18px; font-weight: 600; }
.cat-card.no-image { display: flex; align-items: center; justify-content: center; color: var(--silver-dim); font-family: var(--font-mono); font-size: 13px; }

/* ---------------- Product cards ---------------- */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 24px; }
.product-card {
  background: var(--paper); border: 1px solid var(--paper-dim); border-radius: var(--radius-lg);
  overflow: hidden; display: flex; flex-direction: column; transition: box-shadow .2s ease, transform .2s ease;
}
.product-card:hover { box-shadow: var(--shadow-soft); transform: translateY(-3px); }
.section-ink .product-card { background: var(--paper); }
.product-photo { position: relative; aspect-ratio: 1/1; background: var(--paper-dim); }
.product-photo img { width: 100%; height: 100%; object-fit: cover; }
.product-photo .no-photo { display:flex; align-items:center; justify-content:center; height:100%; color: var(--ink-on-paper-dim); font-family: var(--font-mono); font-size: 12px; }
.stamp-badge {
  position: absolute; top: 10px; right: 10px; width: 46px; height: 46px;
  background: var(--ink); color: var(--brass); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-mono); font-size: 11px; font-weight: 700; text-align: center; line-height: 1.1;
  border: 1px solid var(--brass-deep);
}
.product-info { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.product-info h3 { font-size: 17px; margin: 0; }
.product-meta { font-family: var(--font-mono); font-size: 11.5px; color: var(--ink-on-paper-dim); text-transform: uppercase; letter-spacing: 0.04em; }
.product-info .desc { font-size: 13.5px; color: var(--ink-on-paper-dim); flex: 1; }
.product-actions { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; }

/* ---------------- Category filter pills ---------------- */
.filter-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 34px; }
.filter-pill { padding: 9px 18px; border-radius: 999px; border: 1px solid var(--paper-dim); font-size: 13.5px; font-weight: 500; color: var(--ink-on-paper-dim); background: #fff; }
.filter-pill.is-active, .filter-pill:hover { border-color: var(--brass-deep); color: var(--ink-on-paper); background: #fff9ea; }

/* ---------------- Instagram strip ---------------- */
.insta-strip { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 14px; }
.insta-strip a { position: relative; aspect-ratio: 1/1; border-radius: var(--radius); overflow: hidden; background: var(--ink-soft); }
.insta-strip img { width: 100%; height: 100%; object-fit: cover; }
.insta-strip .overlay { position: absolute; inset: 0; background: rgba(23,24,27,0.35); opacity: 0; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 22px; transition: opacity .2s; }
.insta-strip a:hover .overlay { opacity: 1; }

/* ---------------- CTA banner ---------------- */
.cta-banner { background: linear-gradient(120deg, var(--brass-deep), var(--brass)); color: #211a05; padding: 56px 0; }
.cta-banner .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cta-banner h2 { font-size: 30px; margin: 0; }
.cta-banner .btn-outline-dark { border-color: rgba(33,26,5,0.4); }

/* ---------------- Footer ---------------- */
.site-footer { background: var(--ink); color: var(--silver-dim); padding: 64px 0 26px; border-top: 1px solid var(--ink-line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; margin-bottom: 40px; }
.footer-grid h4 { color: var(--silver); font-size: 14px; font-family: var(--font-body); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 16px; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.footer-grid ul a:hover { color: var(--silver); }
.footer-about p { font-size: 14px; max-width: 34ch; }
.footer-social { display: flex; gap: 12px; margin-top: 14px; }
.footer-social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--ink-line); display: flex; align-items: center; justify-content: center; }
.footer-social a:hover { border-color: var(--brass); color: var(--brass); }
.footer-map iframe { width: 100%; height: 150px; border: 0; border-radius: var(--radius); filter: grayscale(0.3); }
.footer-bottom { border-top: 1px solid var(--ink-line); padding-top: 22px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 12.5px; }
@media (max-width: 880px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------------- Floating WhatsApp ---------------- */
.wa-float {
  position: fixed; bottom: 22px; right: 22px; z-index: 60;
  width: 58px; height: 58px; border-radius: 50%; background: #25D366;
  display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  transition: transform .15s ease;
}
.wa-float:hover { transform: scale(1.07); }

/* ---------------- Page header (interior pages) ---------------- */
.page-head { background: var(--ink); color: var(--silver); padding: 56px 0 46px; }
.page-head h1 { color: var(--silver); font-size: clamp(28px, 3.6vw, 42px); }
.breadcrumb { font-family: var(--font-mono); font-size: 12px; color: var(--silver-dim); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 12px; }
.breadcrumb a:hover { color: var(--brass); }

/* ---------------- Generic content blocks ---------------- */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
@media (max-width: 880px) { .two-col { grid-template-columns: 1fr; } }
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px,1fr)); gap: 24px; margin: 30px 0; }
.stat-grid .stat { border-left: 2px solid var(--brass); padding-left: 14px; }
.stat-grid .stat .num { font-family: var(--font-display); font-size: 32px; font-weight: 600; }
.stat-grid .stat .lbl { font-size: 12.5px; color: var(--ink-on-paper-dim); text-transform: uppercase; letter-spacing: .04em; }

/* ---------------- Forms ---------------- */
.form-card { background: #fff; border: 1px solid var(--paper-dim); border-radius: var(--radius-lg); padding: 32px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; color: var(--ink-on-paper); }
.field input, .field textarea, .field select {
  width: 100%; padding: 12px 14px; border-radius: 8px; border: 1px solid #d8d3c6;
  font-family: var(--font-body); font-size: 14.5px; background: #fdfcfa; color: var(--ink-on-paper);
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--brass-deep); background: #fff; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px) { .field-row { grid-template-columns: 1fr; } }
.alert { padding: 14px 18px; border-radius: 10px; font-size: 14px; margin-bottom: 20px; }
.alert-success { background: #e7f3ea; color: var(--success); border: 1px solid #bfdcc7; }
.alert-error { background: #fbeae7; color: var(--danger); border: 1px solid #f0c6bd; }

/* ---------------- Catalog downloads ---------------- */
.pdf-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 24px; }
.pdf-card { background: #fff; border: 1px solid var(--paper-dim); border-radius: var(--radius-lg); overflow: hidden; }
.pdf-cover { aspect-ratio: 3/4; background: var(--ink-soft); }
.pdf-cover img { width: 100%; height: 100%; object-fit: cover; }
.pdf-body { padding: 16px 18px 20px; }
.pdf-body h3 { font-size: 16px; margin-bottom: 6px; }
.pdf-body p { font-size: 13px; color: var(--ink-on-paper-dim); }

/* ---------------- Utility ---------------- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.empty-state { text-align: center; padding: 60px 20px; color: var(--ink-on-paper-dim); }
.section-ink .empty-state { color: var(--silver-dim); }
