/* ============================================================
   KANAK PRECIOUS METAL REFINERY LLP — v3.0
   Luxury · Corporate · Industrial · Gold + Burgundy on near-black
   ============================================================ */

:root {
  --black: #0b0b0b;
  --bg: #111111;
  --bg-2: #171717;
  --bg-3: #1d1d1f;
  --surface: rgba(255, 255, 255, 0.04);
  --surface-2: rgba(255, 255, 255, 0.06);
  --border: rgba(255, 255, 255, 0.10);

  --gold: #c9a227;
  --gold-bright: #ffd700;
  --gold-soft: #f6e2a0;
  --gold-deep: #8a6a1c;
  --burgundy: #7c1f2c;
  --burgundy-2: #6e1622;
  --burgundy-light: #b8404f;

  --text: #f3f2ef;
  --muted: #a9a9ae;
  --faint: #6f6f76;
  --white: #ffffff;

  --gold-grad: linear-gradient(135deg, #f6e2a0 0%, #c9a227 48%, #8a6a1c 100%);
  --gold-shine: linear-gradient(120deg, #8a6a1c, #f6e2a0 30%, #fff 50%, #ffd700 70%, #8a6a1c);

  --font-display: 'Playfair Display', Georgia, serif;
  --font-sub: 'Montserrat', system-ui, sans-serif;
  --font-body: 'Poppins', system-ui, sans-serif;
  --font-num: 'Space Grotesk', 'Poppins', monospace;

  --radius: 16px;
  --radius-lg: 26px;
  --container: 1220px;
  --shadow: 0 20px 60px -20px rgba(0, 0, 0, 0.7);
  --shadow-gold: 0 16px 50px -16px rgba(201, 162, 39, 0.5);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; -webkit-text-size-adjust: 100%; overflow-x: hidden; overflow-x: clip; }
body { font-family: var(--font-body); background: var(--bg); color: var(--text); line-height: 1.65; width: 100%; max-width: 100%; overflow-x: hidden; overflow-x: clip; -webkit-font-smoothing: antialiased; }
body.loading { overflow: hidden; height: 100vh; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.12; color: #fff; }

::selection { background: rgba(201, 162, 39, 0.35); color: #fff; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #0d0d0d; }
::-webkit-scrollbar-thumb { background: linear-gradient(#8a6a1c, #c9a227); border-radius: 8px; border: 2px solid #0d0d0d; }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 26px; }
.section { padding: 100px 0; position: relative; }

/* Decorative gold ornaments layer (prices → footer) */
.ornate { position: relative; overflow: hidden; }
.ornate > section, .ornate > footer, .ornate > .ticker { position: relative; z-index: 1; }
.orn-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.orn { position: absolute; z-index: 0; height: auto; pointer-events: none; filter: drop-shadow(0 6px 16px rgba(0,0,0,.4)); }
@media (max-width: 760px) {
  .orn { opacity: .1 !important; }
  .orn--m-hide { display: none; }
  .orn--lg { width: 108px !important; }
}
.section-sm { padding: 70px 0; }
.divider { border-top: 1px solid var(--border); }
.text-gold { background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.num { font-family: var(--font-num); font-feature-settings: 'tnum'; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-sub); font-size: 12px; font-weight: 600; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.eyebrow::before { content: ''; width: 26px; height: 1px; background: var(--gold); }
.center .eyebrow { justify-content: center; }

.head { max-width: 640px; margin-bottom: 56px; }
.head.center { margin-left: auto; margin-right: auto; text-align: center; }
.head h2 { font-size: clamp(2.1rem, 4.4vw, 3.2rem); }
.head p { margin-top: 16px; color: var(--muted); }

.grid { display: grid; gap: 24px; }
.g2 { grid-template-columns: repeat(2, 1fr); }
.g3 { grid-template-columns: repeat(3, 1fr); }
.g4 { grid-template-columns: repeat(4, 1fr); }
/* Prices section shows exactly two cards (gold + silver) — center them
   instead of stretching across the 3-up grid. */
#priceCards { justify-content: center; grid-template-columns: repeat(2, minmax(0, 360px)); }
@media (max-width: 820px) { #priceCards { grid-template-columns: minmax(0, 400px); } }

/* ---------- Glass surfaces ---------- */
.glass { background: var(--surface); border: 1px solid var(--border); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-radius: var(--radius); }
.glass-2 { background: var(--surface-2); border: 1px solid var(--border); box-shadow: var(--shadow); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); border-radius: var(--radius-lg); }
.lift { transition: transform .35s cubic-bezier(.22,1,.36,1), border-color .35s, box-shadow .35s; }
.lift:hover { transform: translateY(-6px); border-color: rgba(201,162,39,.4); box-shadow: var(--shadow-gold); }

/* ---------- Buttons ---------- */
.btn { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font-sub); font-size: .84rem; font-weight: 600; letter-spacing: .02em; border-radius: 999px; padding: 14px 28px; transition: transform .25s, box-shadow .3s, background .3s, color .3s, border-color .3s; white-space: nowrap; }
.btn svg { width: 16px; height: 16px; }
.btn-gold { background: var(--gold-grad); color: #1c1405; box-shadow: 0 6px 22px -8px rgba(201,162,39,.6); }
.btn-gold:hover { transform: translateY(-2px); box-shadow: var(--shadow-gold); }
.btn-outline { border: 1px solid rgba(201,162,39,.45); color: var(--gold-soft); }
.btn-outline:hover { border-color: var(--gold); background: rgba(201,162,39,.12); color: #fff; }
.btn-ghost { color: var(--muted); padding: 10px 0; }
.btn-ghost:hover { color: #fff; }
.btn-block { width: 100%; }
.ripple { position: absolute; border-radius: 50%; transform: scale(0); background: rgba(255,255,255,.35); animation: ripple .6s ease-out; pointer-events: none; }
@keyframes ripple { to { transform: scale(3.2); opacity: 0; } }

/* ---------- Decorative ---------- */
.bg-grid { background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 58px 58px; }
.glow { position: absolute; border-radius: 50%; filter: blur(120px); pointer-events: none; z-index: 0; }
body::after { content: ''; position: fixed; inset: 0; z-index: 1; pointer-events: none; opacity: .045; mix-blend-mode: overlay; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

/* AOS offline fallback */
.no-aos [data-aos] { opacity: 1 !important; transform: none !important; }

/* ============================================================
   Loader
   ============================================================ */
.loader { position: fixed; inset: 0; z-index: 9999; background: #070707; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 26px; transition: opacity .6s ease, visibility .6s; }
.loader.done { opacity: 0; visibility: hidden; }
.loader__logo { width: 128px; height: 128px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 60px rgba(201,162,39,.4); animation: logoPulse 2s ease-in-out infinite; }
.loader__logo img { width: 100%; height: 100%; object-fit: cover; }
.loader__bar { width: 220px; height: 3px; background: rgba(255,255,255,.12); border-radius: 999px; overflow: hidden; }
.loader__fill { height: 100%; width: 0; background: var(--gold-grad); box-shadow: 0 0 12px rgba(255,215,0,.6); }
.loader__pct { font-family: var(--font-num); font-size: 14px; letter-spacing: .1em; color: var(--gold-soft); }
@keyframes logoPulse { 0%,100% { transform: scale(1); box-shadow: 0 0 50px rgba(201,162,39,.35); } 50% { transform: scale(1.06); box-shadow: 0 0 80px rgba(255,215,0,.55); } }

/* ============================================================
   Ticker
   ============================================================ */
.ticker { position: relative; z-index: 60; overflow: hidden; border-bottom: 1px solid var(--border); background: rgba(0,0,0,.55); }
.ticker__track { display: flex; width: max-content; gap: 40px; padding: 7px 0; animation: marq 42s linear infinite; }
.ticker__item { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; white-space: nowrap; font-family: var(--font-num); }
.ticker__item b { font-family: var(--font-sub); color: var(--gold-soft); }
.up { color: #37d39a; } .down { color: #ff6b7d; }
@keyframes marq { to { transform: translateX(-50%); } }
@media (max-width: 767px) { .ticker { display: none; } }

/* ============================================================
   Header
   ============================================================ */
.header { position: sticky; top: 0; z-index: 100; transition: background .35s, border-color .35s, backdrop-filter .35s; border-bottom: 1px solid transparent; }
.header.scrolled { background: rgba(11,11,11,.82); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border-bottom-color: var(--border); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 78px; gap: 22px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand__badge { width: 52px; height: 52px; border-radius: 50%; overflow: hidden; border: 1px solid rgba(201,162,39,.4); box-shadow: 0 4px 16px rgba(0,0,0,.4); flex-shrink: 0; background: #fbf8f2; }
.brand__badge img { width: 100%; height: 100%; object-fit: cover; }
.brand__txt { display: flex; flex-direction: column; line-height: 1; }
.brand__txt b { font-family: var(--font-display); font-size: 1.15rem; color: #fff; letter-spacing: .02em; }
.brand__txt span { font-family: var(--font-sub); font-size: 8.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-top: 3px; }
.nav__links { display: flex; align-items: center; gap: 2px; }
.nav__links a { position: relative; font-family: var(--font-sub); font-size: .82rem; font-weight: 500; color: var(--muted); padding: 8px 14px; transition: color .2s; }
.nav__links a::after { content: ''; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 1.5px; background: var(--gold-grad); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.nav__links a:hover, .nav__links a.active { color: #fff; }
.nav__links a:hover::after, .nav__links a.active::after { transform: scaleX(1); }
.nav__cta { display: flex; align-items: center; gap: 8px; }
.icon-btn { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--border); display: inline-flex; align-items: center; justify-content: center; color: var(--muted); transition: all .25s; }
.icon-btn:hover { border-color: rgba(201,162,39,.5); color: var(--gold-soft); background: rgba(201,162,39,.08); }
.icon-btn svg { width: 18px; height: 18px; }
.nav__toggle { display: none; }
@media (max-width: 1080px) {
  .nav__links, .nav__cta .btn, .nav__cta .icon-btn { display: none; }
  .nav__toggle { display: inline-flex; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--border); background: var(--surface); align-items: center; justify-content: center; }
  .nav__toggle svg { width: 22px; height: 22px; }
}
.drawer { display: none; border-top: 1px solid var(--border); background: rgba(11,11,11,.97); backdrop-filter: blur(20px); }
.drawer.open { display: block; }
.drawer ul { padding: 16px 26px 26px; display: flex; flex-direction: column; gap: 2px; }
.drawer a { font-family: var(--font-sub); padding: 13px 12px; border-radius: 12px; font-weight: 500; }
.drawer a:hover { background: var(--surface); }
.drawer .btn { margin-top: 12px; }

/* ============================================================
   Hero
   ============================================================ */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
.hero__slides { position: absolute; inset: 0; z-index: 0; }
.hero__slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.08); transition: opacity 1.4s ease, transform 6s ease; }
.hero__slide.active { opacity: 1; transform: scale(1); }
.hero__slide img { width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.hero__scrim { position: absolute; inset: 0; z-index: 1; background: radial-gradient(circle at 30% 40%, rgba(17,17,17,.55), rgba(11,11,11,.92) 75%), linear-gradient(to top, var(--bg) 2%, transparent 40%); }
.hero .glow--1 { width: 520px; height: 520px; top: 30px; right: -140px; background: rgba(201,162,39,.16); }
.hero .glow--2 { width: 420px; height: 420px; bottom: -120px; left: -120px; background: rgba(124,31,44,.28); }
.hero__inner { position: relative; z-index: 3; max-width: 860px; padding-block: 120px 100px; }
.hero__badge-line { display: inline-flex; align-items: center; gap: 14px; font-family: var(--font-sub); font-size: 12px; letter-spacing: .3em; text-transform: uppercase; color: var(--gold-soft); margin-bottom: 22px; }
.hero__badge-line span { display: inline-flex; gap: 14px; }
.hero__badge-line i { color: var(--gold); font-style: normal; }
.hero h1 { font-size: clamp(2.8rem, 7vw, 5.4rem); line-height: 1.03; }
.hero h1 .type { color: var(--gold-soft); background: var(--gold-shine); background-size: 200% auto; -webkit-background-clip: text; background-clip: text; color: transparent; }
.caret { display: inline-block; width: 3px; height: .9em; background: var(--gold); margin-left: 4px; vertical-align: -0.06em; animation: blink 1s step-end infinite; }
@keyframes blink { 50% { opacity: 0; } }
.hero__lead { margin-top: 24px; max-width: 560px; color: var(--muted); font-size: clamp(1rem, 2vw, 1.15rem); }
.hero__actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; }
.hero__scroll { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 3; display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--faint); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; font-family: var(--font-sub); }
.mouse { width: 24px; height: 40px; border: 2px solid rgba(201,162,39,.5); border-radius: 14px; display: flex; justify-content: center; padding-top: 7px; }
.mouse span { width: 4px; height: 8px; background: var(--gold); border-radius: 2px; animation: scroll 1.6s infinite; }
@keyframes scroll { 0% { opacity: 0; transform: translateY(-6px); } 40% { opacity: 1; } 80%,100% { opacity: 0; transform: translateY(10px); } }
.particles { position: absolute; inset: 0; z-index: 2; pointer-events: none; overflow: hidden; }
.particles span { position: absolute; display: block; border-radius: 50%; background: radial-gradient(circle, #ffe9a8, #c9a227); box-shadow: 0 0 6px 1px rgba(201,162,39,.5); opacity: 0; animation: rise linear infinite; }
@keyframes rise { 0% { transform: translateY(30px) scale(.5); opacity: 0; } 15% { opacity: 1; } 85% { opacity: .7; } 100% { transform: translateY(-160px) scale(1); opacity: 0; } }

/* ============================================================
   Floating live price widget
   ============================================================ */
.price-widget { position: fixed; right: 20px; top: 50%; transform: translateY(-50%); z-index: 80; width: 210px; padding: 16px; display: none; }
.price-widget.show { display: block; animation: fadeInR .5s ease; }
@keyframes fadeInR { from { opacity: 0; transform: translate(20px,-50%); } to { opacity: 1; transform: translate(0,-50%); } }
.price-widget h4 { font-family: var(--font-sub); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 6px; }
.price-widget h4 .dot { width: 7px; height: 7px; border-radius: 50%; background: #37d39a; box-shadow: 0 0 0 0 rgba(55,211,154,.6); animation: pulse 1.8s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(55,211,154,.5); } 70% { box-shadow: 0 0 0 8px rgba(55,211,154,0); } }
.pw-row { display: flex; align-items: center; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid var(--border); }
.pw-row:last-child { border-bottom: 0; }
.pw-row .m { font-size: 12px; color: var(--muted); font-family: var(--font-sub); }
.pw-row .p { font-family: var(--font-num); font-size: 13px; color: #fff; }
.pw-row .c { font-family: var(--font-num); font-size: 10px; }
.price-widget .t { margin-top: 8px; font-size: 9.5px; color: var(--faint); text-align: center; font-family: var(--font-num); }
@media (max-width: 1200px) { .price-widget { display: none !important; } }

/* ============================================================
   Metal price cards
   ============================================================ */
.price-card { position: relative; overflow: hidden; padding: 26px; }
.price-card__ico { width: 56px; height: 56px; border-radius: 14px; background: radial-gradient(circle at 35% 30%, rgba(255,255,255,.25), rgba(201,162,39,.15)); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; }
.price-card__ico svg { width: 30px; height: 30px; }
.price-card h3 { font-family: var(--font-sub); font-weight: 600; font-size: .95rem; color: #fff; margin-top: 18px; }
.price-card .unit { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; color: var(--faint); }
.price-card .val { font-family: var(--font-num); font-size: 2rem; font-weight: 600; margin-top: 12px; }
.price-card__foot { margin-top: 8px; display: flex; align-items: center; justify-content: space-between; font-family: var(--font-num); font-size: 12px; }
.price-card::before { content: ''; position: absolute; top: 0; left: -60%; width: 40%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent); transform: skewX(-20deg); transition: left .7s; }
.price-card:hover::before { left: 130%; }
.price-card__time { position: absolute; top: 16px; right: 16px; z-index: 2; display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-num); font-size: 10px; letter-spacing: .02em; color: var(--faint); }
.price-card__time .dot { width: 6px; height: 6px; border-radius: 50%; background: #37d39a; box-shadow: 0 0 0 0 rgba(55, 211, 154, .5); animation: pulse 1.8s infinite; }
.price-card__time .dot.off { background: var(--gold); animation: none; }
.rate-toggles { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 28px; margin-bottom: 34px; }
.rtg { display: inline-flex; align-items: center; gap: 10px; }
.rtg__lbl { font-family: var(--font-sub); font-size: 12px; font-weight: 600; letter-spacing: .04em; color: var(--muted); }
.rtg .seg { display: inline-flex; border: 1px solid var(--border); border-radius: 999px; padding: 3px; background: rgba(255, 255, 255, .02); }
.rtg .seg button { font-family: var(--font-sub); font-size: 12px; font-weight: 600; color: var(--muted); padding: 7px 16px; border-radius: 999px; transition: all .2s; min-height: 34px; }
.rtg .seg button:hover { color: #fff; }
.rtg .seg button.on { background: var(--gold-grad); color: #1c1405; box-shadow: 0 4px 14px -6px rgba(201, 162, 39, .6); }
.rate-src { margin-top: 22px; text-align: center; font-size: 12px; color: var(--faint); }
.rate-src a { color: var(--gold); }
.rate-src a:hover { color: var(--gold-bright); }

/* ============================================================
   Counters
   ============================================================ */
.counters { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(23,23,23,.5); }
.counter { text-align: center; }
.counter__ico { width: 48px; height: 48px; margin: 0 auto 14px; border-radius: 12px; background: rgba(201,162,39,.1); color: var(--gold-soft); display: flex; align-items: center; justify-content: center; }
.counter__ico svg { width: 24px; height: 24px; }
.counter__val { font-family: var(--font-num); font-size: clamp(2rem,4vw,3rem); font-weight: 700; }
.counter__lbl { margin-top: 4px; font-family: var(--font-sub); font-size: 12.5px; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); }

/* ============================================================
   Process timeline
   ============================================================ */
.proc { position: relative; }
.proc__track { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; position: relative; }
.proc__line { display: none; }
.step { position: relative; z-index: 1; text-align: center; background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; padding-bottom: 20px; transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
.step:hover { transform: translateY(-6px); border-color: rgba(201,162,39,.45); box-shadow: 0 20px 44px -22px rgba(0,0,0,.75); }
.step__art { width: 100%; aspect-ratio: 16 / 10; background: #0a0806; border-bottom: 1px solid var(--border); overflow: hidden; }
.step__art svg { display: block; width: 100%; height: 100%; }
.step:hover .step__art svg { transform: scale(1.04); transition: transform .6s cubic-bezier(.22,1,.36,1); }
.step__node { width: 56px; height: 56px; margin: -28px auto 12px; border-radius: 50%; background: var(--bg-2); border: 1px solid rgba(201,162,39,.4); color: var(--gold-soft); display: flex; align-items: center; justify-content: center; position: relative; z-index: 2; box-shadow: 0 6px 18px -6px rgba(0,0,0,.8); transition: background .3s, color .3s, box-shadow .3s; }
.step__node svg { width: 26px; height: 26px; }
.step:hover .step__node { background: var(--gold-grad); color: #1c1405; box-shadow: var(--shadow-gold); }
.step__no { position: absolute; top: -6px; right: -6px; width: 24px; height: 24px; border-radius: 50%; background: var(--burgundy); color: #fff; font-family: var(--font-num); font-size: 11px; display: flex; align-items: center; justify-content: center; z-index: 3; }
.step h3 { font-family: var(--font-sub); font-size: .95rem; font-weight: 600; color: #fff; padding: 0 10px; }
.step p { margin-top: 6px; font-size: .72rem; color: var(--muted); padding: 0 14px; line-height: 1.45; }
@media (max-width: 900px) {
  .proc__track { grid-template-columns: repeat(2, 1fr); gap: 18px; }
}

/* ============================================================
   Why choose — hexagons
   ============================================================ */
.hexes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.hex { position: relative; height: 260px; perspective: 1200px; }
.hex__inner { position: relative; width: 100%; height: 100%; transition: transform .7s; transform-style: preserve-3d; }
.hex:hover .hex__inner, .hex.flipped .hex__inner { transform: rotateY(180deg); }
.hex__face { position: absolute; inset: 0; backface-visibility: hidden; border-radius: var(--radius-lg); border: 1px solid var(--border); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 30px; }
.hex__front { background: var(--surface); }
.hex__ico { width: 66px; height: 66px; border-radius: 18px; background: rgba(201,162,39,.1); color: var(--gold-soft); display: flex; align-items: center; justify-content: center; }
.hex__ico svg { width: 34px; height: 34px; }
.hex__front h3 { font-family: var(--font-sub); font-weight: 600; font-size: 1.05rem; color: #fff; margin-top: 18px; }
.hex__back { background: linear-gradient(150deg, var(--burgundy-2), #14100f); transform: rotateY(180deg); }
.hex__back h3 { color: var(--gold-soft); font-family: var(--font-sub); font-size: 1rem; }
.hex__back p { margin-top: 10px; color: rgba(255,255,255,.75); font-size: .85rem; }
@media (max-width: 820px) { .hexes { grid-template-columns: 1fr; } .hex { height: 220px; } }

/* ============================================================
   About + history
   ============================================================ */
.about { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
/* ---------- Our Story — layered composition ---------- */
.story { position: relative; }
.story__glow { position: absolute; inset: -10% -8%; z-index: 0; pointer-events: none; background: radial-gradient(circle at 42% 34%, rgba(201,162,39,.30), transparent 60%); filter: blur(12px); }
.story__frame { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid rgba(201,162,39,.35); background: #0a0806; }
.story__frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.story__main { z-index: 1; aspect-ratio: 4/5; border-width: 1.5px; box-shadow: 0 34px 66px -34px rgba(0,0,0,.85), inset 0 0 0 1px rgba(255,255,255,.04); }
.story__main img { transition: transform 1s cubic-bezier(.22,1,.36,1); }
.story:hover .story__main img { transform: scale(1.05); }
.story__shine { position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(115deg, transparent 32%, rgba(255,255,255,.30) 48%, rgba(255,255,255,.05) 56%, transparent 68%); transform: translateX(-130%); animation: storyShine 7s ease-in-out infinite; }
@keyframes storyShine { 0%, 55% { transform: translateX(-130%); } 78%, 100% { transform: translateX(130%); } }

.story__seal { position: absolute; z-index: 4; top: -30px; left: -24px; width: 104px; height: 104px; filter: drop-shadow(0 10px 22px rgba(0,0,0,.6)); }
.story__seal svg { width: 100%; height: 100%; display: block; }
.story__seal .seal-ring { transform-box: fill-box; transform-origin: center; animation: sealSpin 34s linear infinite; }
@keyframes sealSpin { to { transform: rotate(360deg); } }
.story__stat { position: absolute; z-index: 5; top: 20px; right: -22px; padding: 12px 20px; text-align: center; border-radius: 14px; }
.story__stat b { display: block; font-family: var(--font-num); font-size: 1.5rem; line-height: 1; }
.story__stat span { display: block; margin-top: 3px; font-size: .64rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.story__badge { position: absolute; z-index: 5; left: 16px; bottom: 16px; padding: 14px 18px; border-radius: var(--radius); }
.story__badge b { font-family: var(--font-display); font-size: 1.5rem; color: var(--gold-soft); }
.story__badge span { display: block; font-size: .78rem; color: var(--muted); }
@media (prefers-reduced-motion: reduce) { .story__shine, .story__seal .seal-ring { animation: none; } }
.history { margin-top: 30px; position: relative; padding-left: 24px; }
.history::before { content: ''; position: absolute; left: 6px; top: 6px; bottom: 6px; width: 2px; background: linear-gradient(var(--gold), transparent); }
.hitem { position: relative; padding-bottom: 22px; }
.hitem:last-child { padding-bottom: 0; }
.hitem::before { content: ''; position: absolute; left: -24px; top: 4px; width: 14px; height: 14px; border-radius: 50%; background: var(--bg); border: 2px solid var(--gold); }
.hitem.now::before { background: var(--gold); box-shadow: 0 0 0 4px rgba(201,162,39,.2); }
.hitem .yr { font-family: var(--font-num); font-weight: 700; color: var(--gold-soft); font-size: 1.05rem; }
.hitem .ev { font-size: .88rem; color: var(--muted); }

/* ============================================================
   Leadership
   ============================================================ */
.leaders { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.leader { display: flex; gap: 20px; padding: 26px; }
.leader__ava { width: 74px; height: 74px; flex-shrink: 0; border-radius: 50%; background: var(--gold-grad); color: #1c1405; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 1.6rem; font-weight: 700; box-shadow: 0 6px 20px -8px rgba(201,162,39,.6); }
.leader h3 { font-family: var(--font-sub); font-weight: 600; font-size: 1.08rem; color: #fff; }
.leader .role { font-size: .82rem; color: var(--gold); margin-top: 2px; }
.leader p { margin-top: 10px; font-size: .85rem; color: var(--muted); }
.leader__tags { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 6px; }
.tag { font-family: var(--font-sub); font-size: 11px; border: 1px solid rgba(201,162,39,.25); background: rgba(201,162,39,.06); color: var(--gold-soft); padding: 3px 10px; border-radius: 999px; }
@media (max-width: 820px) {
  .leaders { grid-template-columns: 1fr; }
  .about { grid-template-columns: 1fr; }
  .story { max-width: 440px; margin: 0 auto 10px; }
  .story__stat { top: 12px; right: 6px; }
  .story__seal { width: 88px; height: 88px; top: -22px; left: -10px; }
}
@media (max-width: 480px) {
  .story__seal { width: 74px; height: 74px; top: -18px; left: -6px; }
  .story__stat b { font-size: 1.25rem; }
  .story__badge b { font-size: 1.3rem; }
}

/* ============================================================
   Highlights infographic
   ============================================================ */
.hl { text-align: center; padding: 30px 20px; }
.hl__ico { width: 62px; height: 62px; margin: 0 auto 16px; border-radius: 50%; background: rgba(201,162,39,.08); border: 1px solid var(--border); color: var(--gold-soft); display: flex; align-items: center; justify-content: center; }
.hl__ico svg { width: 30px; height: 30px; }
.hl h3 { font-family: var(--font-sub); font-weight: 600; font-size: .95rem; color: #fff; }

/* ============================================================
   Gallery / scene cards
   ============================================================ */
.scene { display: block; width: 100%; padding: 0; text-align: left; font: inherit; color: inherit; cursor: pointer; position: relative; overflow: hidden; border-radius: var(--radius-lg); border: 1px solid var(--border); background: #0a0806; height: 100%; -webkit-tap-highlight-color: transparent; }
.scene img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.22,1,.36,1); }
.scene:hover img { transform: scale(1.07); }
.scene:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.scene::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,6,5,.92), transparent 60%); }
.scene__cap { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 22px; }
.scene__cap .tg { font-family: var(--font-sub); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-soft); }
.scene__cap h3 { font-size: 1.25rem; margin-top: 6px; }
.scene__badge { position: absolute; top: 14px; right: 14px; z-index: 3; font-family: var(--font-sub); font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #1c1405; background: var(--gold-grad); padding: 6px 11px; border-radius: 999px; opacity: 0; transform: translateY(-6px); transition: opacity .3s, transform .3s; box-shadow: var(--shadow-gold); }
.scene:hover .scene__badge, .scene:focus-visible .scene__badge { opacity: 1; transform: translateY(0); }
@media (hover: none) { .scene__badge { opacity: 1; transform: none; } }
.gallery .swiper-slide { height: 300px; }

/* ---------- Gallery lightbox ---------- */
body.lb-lock { overflow: hidden; }
.lightbox { position: fixed; inset: 0; z-index: 200; display: flex; align-items: center; justify-content: center; padding: 20px; opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox__scrim { position: absolute; inset: 0; background: rgba(4,3,2,.78); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.lightbox__panel { position: relative; z-index: 2; width: min(920px, 100%); max-height: 90vh; overflow: hidden; border-radius: var(--radius-lg); border: 1px solid rgba(201,162,39,.28); display: grid; grid-template-columns: 1fr 1fr; transform: translateY(16px) scale(.98); transition: transform .35s cubic-bezier(.22,1,.36,1); }
.lightbox.open .lightbox__panel { transform: translateY(0) scale(1); }
.lightbox__media { position: relative; min-height: 260px; }
.lightbox__media img { width: 100%; height: 100%; object-fit: cover; }
.lightbox__body { padding: 30px 30px 34px; overflow-y: auto; max-height: 90vh; }
.lightbox__body .tg { font-family: var(--font-sub); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-soft); }
.lightbox__body h3 { font-family: var(--font-display); font-size: 1.6rem; margin: 6px 0 14px; }
.lightbox__desc p { color: var(--muted); font-size: .92rem; line-height: 1.75; margin-bottom: 14px; }
.lightbox__body .btn { margin-top: 6px; }
.lightbox__close { position: absolute; top: 12px; right: 12px; z-index: 4; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--border); background: rgba(10,8,6,.7); color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: background .25s, transform .25s; }
.lightbox__close:hover { background: var(--burgundy); transform: rotate(90deg); }
.lightbox__close svg { width: 20px; height: 20px; }
@media (max-width: 760px) {
  .lightbox__panel { grid-template-columns: 1fr; max-height: 92vh; overflow-y: auto; }
  .lightbox__media { height: 200px; min-height: 200px; }
  .lightbox__body { max-height: none; }
}

/* ============================================================
   Testimonials
   ============================================================ */
.tcard { padding: 34px; }
.tcard .stars { display: flex; gap: 3px; margin-bottom: 16px; }
.tcard .stars svg { width: 16px; height: 16px; color: var(--gold); fill: var(--gold); }
.tcard blockquote { font-family: var(--font-display); font-size: 1.15rem; line-height: 1.55; color: #eee; font-style: italic; }
.tcard .who { margin-top: 20px; display: flex; align-items: center; gap: 12px; }
.tcard .who .av { width: 44px; height: 44px; border-radius: 50%; background: var(--gold-grad); color: #1c1405; display: flex; align-items: center; justify-content: center; font-weight: 700; font-family: var(--font-display); }
.tcard .who b { font-family: var(--font-sub); font-size: .9rem; color: #fff; }
.tcard .who span { font-size: .78rem; color: var(--faint); }

/* ============================================================
   CTA wave
   ============================================================ */
.cta { position: relative; overflow: hidden; border-radius: var(--radius-lg); border: 1px solid rgba(201,162,39,.25); padding: 70px 40px; text-align: center; background: linear-gradient(140deg, #1a1310, #0c0b0a); }
.cta h2 { font-size: clamp(1.9rem,4vw,2.7rem); }
.cta p { margin: 14px auto 0; max-width: 520px; color: var(--muted); }
.cta__actions { margin-top: 30px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.wave { position: absolute; left: 0; bottom: 0; width: 200%; height: 120px; opacity: .5; }
.wave path { fill: rgba(201,162,39,.14); }
.wave--1 { animation: waveMove 12s linear infinite; }
.wave--2 { animation: waveMove 18s linear infinite reverse; opacity: .3; }
@keyframes waveMove { to { transform: translateX(-50%); } }

/* ============================================================
   Contact
   ============================================================ */
.contact { display: grid; grid-template-columns: 1fr 1.15fr; gap: 44px; }
.cinfo { display: flex; flex-direction: column; gap: 14px; }
.cinfo__item { display: flex; gap: 16px; align-items: flex-start; padding: 20px; }
.cinfo__ico { width: 46px; height: 46px; flex-shrink: 0; border-radius: 12px; background: rgba(201,162,39,.1); color: var(--gold-soft); display: flex; align-items: center; justify-content: center; }
.cinfo__ico svg { width: 20px; height: 20px; }
.cinfo__item .lbl { font-family: var(--font-sub); font-size: 10.5px; text-transform: uppercase; letter-spacing: .08em; color: var(--faint); }
.cinfo__item .val { margin-top: 3px; color: #fff; font-size: .9rem; word-break: break-word; }
.ffield { position: relative; margin-bottom: 22px; }
.ffield input, .ffield select, .ffield textarea { width: 100%; background: rgba(255,255,255,.03); border: 1px solid var(--border); border-radius: 12px; padding: 18px 16px 8px; color: #fff; font-family: var(--font-body); font-size: .9rem; transition: border-color .25s, background .25s; }
.ffield textarea { min-height: 110px; resize: vertical; }
.ffield label { position: absolute; left: 16px; top: 15px; font-size: .85rem; color: var(--faint); pointer-events: none; transition: all .2s; font-family: var(--font-sub); }
.ffield input:focus, .ffield textarea:focus, .ffield select:focus { outline: none; border-color: rgba(201,162,39,.5); background: rgba(255,255,255,.05); }
.ffield input:focus + label, .ffield input:not(:placeholder-shown) + label,
.ffield textarea:focus + label, .ffield textarea:not(:placeholder-shown) + label,
.ffield select:focus + label, .ffield select:valid + label { top: 6px; font-size: 10px; color: var(--gold); letter-spacing: .05em; }
.ffield select option { background: #17171b; }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
@media (max-width: 820px) { .contact { grid-template-columns: 1fr; } .frow { grid-template-columns: 1fr; } }

/* Map */
.map-frame { margin-top: 22px; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow); }
.map-frame iframe { width: 100%; height: 320px; border: 0; filter: grayscale(1) invert(.92) contrast(.85); }

/* ============================================================
   Footer
   ============================================================ */
.footer { position: relative; overflow: hidden; border-top: 1px solid var(--border); }
.footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 40px; padding: 64px 0 0; position: relative; z-index: 2; }
.footer__brand .brand { margin-bottom: 18px; }
.footer__brand p { color: var(--muted); font-size: .88rem; max-width: 300px; }
.footer h4 { font-family: var(--font-sub); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.footer__col a { display: block; color: var(--muted); font-size: .88rem; padding: 5px 0; }
.footer__col a:hover { color: #fff; }
.news { display: flex; gap: 8px; margin-top: 12px; }
.news input { flex: 1; background: rgba(255,255,255,.04); border: 1px solid var(--border); border-radius: 999px; padding: 11px 16px; color: #fff; font-size: .82rem; }
.news input:focus { outline: none; border-color: rgba(201,162,39,.5); }
.news button { width: 44px; height: 44px; border-radius: 50%; background: var(--gold-grad); color: #1c1405; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--border); color: var(--muted); display: flex; align-items: center; justify-content: center; transition: all .25s; }
.socials a:hover { border-color: rgba(201,162,39,.5); color: var(--gold-soft); }
.socials svg { width: 17px; height: 17px; }
.footer__bar { margin-top: 48px; padding: 22px 0 40px; border-top: 1px solid var(--border); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; font-size: 12px; color: var(--faint); position: relative; z-index: 2; }
.footer .particles span { background: radial-gradient(circle, rgba(201,162,39,.6), transparent); box-shadow: none; }
@media (max-width: 900px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr; } }

/* ============================================================
   Floating actions + progress + mobile bar
   ============================================================ */
.fabs { position: fixed; right: 20px; bottom: 22px; z-index: 90; display: flex; flex-direction: column; gap: 12px; align-items: center; }
.progress-ring { width: 50px; height: 50px; position: relative; display: none; }
.progress-ring.show { display: block; }
.progress-ring svg { transform: rotate(-90deg); }
.progress-ring circle { fill: rgba(11,11,11,.8); }
.progress-ring .track { stroke: rgba(255,255,255,.12); stroke-width: 3; }
.progress-ring .bar { stroke: var(--gold); stroke-width: 3; stroke-linecap: round; transition: stroke-dashoffset .1s; }
.progress-ring button { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: var(--gold-soft); }
.progress-ring button svg { width: 18px; height: 18px; transform: none; }
.fab-wa { width: 54px; height: 54px; border-radius: 50%; background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(0,0,0,.4); position: relative; }
.fab-wa svg { width: 27px; height: 27px; }
.fab-wa::before { content: ''; position: absolute; inset: 0; border-radius: 50%; background: rgba(37,211,102,.5); animation: ping 2.4s cubic-bezier(.2,.6,.35,1) infinite; }
@keyframes ping { 0% { transform: scale(.9); opacity: .7; } 70% { transform: scale(1.4); opacity: 0; } 100% { opacity: 0; } }

.mobile-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 85; display: none; grid-template-columns: repeat(3,1fr); background: rgba(11,11,11,.94); backdrop-filter: blur(20px); border-top: 1px solid var(--border); }
.mobile-bar a { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 11px 0; font-family: var(--font-sub); font-size: 10px; color: var(--muted); }
.mobile-bar a svg { width: 20px; height: 20px; color: var(--gold-soft); }
.mobile-bar a:active { background: rgba(201,162,39,.1); }
@media (max-width: 767px) {
  .mobile-bar { display: grid; }
  .fabs { bottom: 74px; }
  body { padding-bottom: 0; }
}

/* Swiper theming */
.swiper { padding-bottom: 44px !important; }
.swiper-pagination-bullet { background: var(--muted); opacity: .5; }
.swiper-pagination-bullet-active { background: var(--gold); opacity: 1; width: 22px; border-radius: 4px; }
.no-swiper .swiper-wrapper { flex-wrap: wrap; gap: 22px; transform: none !important; }
.no-swiper .swiper-slide { width: 100% !important; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1024px) {
  .g4 { grid-template-columns: repeat(2,1fr); }
  .counters .g4, .g3 { grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 820px) {
  .section { padding: 74px 0; }
  .g2, .g3, .g4 { grid-template-columns: 1fr; }
  .counters .g4 { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 560px) {
  .container { padding: 0 18px; }
  .price-card .val { font-size: 1.7rem; }
  .btn { flex: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .particles, .wave { display: none; }
}

/* ============================================================
   MOBILE-FIRST POLISH  (90% of visitors are on phones)
   ============================================================ */
html { -webkit-text-size-adjust: 100%; }
body { -webkit-tap-highlight-color: transparent; }
/* comfortable tap targets everywhere */
a, button, .btn, .icon-btn, .filter, .nav__toggle { touch-action: manipulation; }

/* use the real visible viewport height on mobile (no address-bar jump) */
@supports (height: 100svh) {
  .hero { min-height: 100svh; }
}

/* Tablet & below */
@media (max-width: 900px) {
  .hero__inner { padding-block: 108px 120px; }
  .hero__scroll { display: none; }               /* free up space on short screens */
}

/* Phones */
@media (max-width: 640px) {
  .section { padding: 60px 0; }
  .head { margin-bottom: 40px; }
  .head h2, .cta h2, .about h2, .forge-band h2 { font-size: clamp(1.7rem, 8vw, 2.2rem); }
  .eyebrow { font-size: 11px; letter-spacing: .2em; }

  /* hero: centre the content and balance side padding */
  .hero__inner { text-align: center; margin-inline: auto; }
  .hero h1 { font-size: clamp(2.3rem, 9vw, 3rem); }
  .hero__badge-line { justify-content: center; width: 100%; gap: 10px; flex-wrap: wrap; }
  .hero__lead { margin-left: auto; margin-right: auto; }
  .hero__actions { justify-content: center; }
  .caret { vertical-align: -0.02em; }

  /* header: keep brand compact, bigger tap target on toggle */
  .nav { height: 66px; }
  .brand__badge { width: 44px; height: 44px; }
  .brand__txt b { font-size: 1rem; }
  .brand__txt span { font-size: 7.5px; letter-spacing: .18em; }

  /* price cards: fit long ₹ numbers, 1 per row */
  .price-card { padding: 20px; }
  .price-card .val { font-size: clamp(1.5rem, 7.5vw, 2rem); white-space: nowrap; }

  /* counters: 2 up, tighter */
  .counters .container > div { gap: 30px 20px !important; }
  .counter { min-width: 42% !important; }

  /* buttons stack full-width & thumb-friendly */
  .hero__actions, .cta__actions, .footer .news { width: 100%; }
  .hero__actions .btn, .cta__actions .btn { flex: 1 1 100%; min-height: 50px; }
  .btn { min-height: 48px; }

  /* process: keep 2 columns readable */
  .proc__track { grid-template-columns: repeat(2, 1fr); gap: 18px 14px; }
  .step__node { width: 52px; height: 52px; margin-top: -26px; }
  .step__node svg { width: 24px; height: 24px; }

  /* leadership: avatar sits above text for narrow screens */
  .leader { flex-direction: column; text-align: center; gap: 14px; padding: 22px; }
  .leader__tags { justify-content: center; }

  /* testimonials / gallery breathing room */
  .tcard { padding: 24px; }
  .tcard blockquote { font-size: 1.02rem; }
  .gallery .swiper-slide { height: 240px; }

  /* contact cards + map */
  .cinfo__item { padding: 16px; }
  .map-frame iframe { height: 260px; }

  /* footer: logo/newsletter comfortable */
  .footer__grid { padding-top: 48px; gap: 30px; }

  /* keep content clear of the fixed bottom bar (+ notch safe area) */
  body { padding-bottom: calc(58px + env(safe-area-inset-bottom, 0px)); }
  .fabs { bottom: calc(70px + env(safe-area-inset-bottom, 0px)); right: 16px; }
  .mobile-bar { padding-bottom: env(safe-area-inset-bottom, 0px); }
  .mobile-bar a { padding: 12px 0; min-height: 52px; justify-content: center; }
}

/* Very small phones */
@media (max-width: 360px) {
  .brand__txt span { display: none; }             /* avoid brand crowding the toggle */
  .price-card .val { font-size: 1.45rem; }
  .rate-src { font-size: 11px; }
}

/* Standalone (installed to Home Screen) — give the header a touch more top room */
@media (display-mode: standalone) {
  .header { padding-top: env(safe-area-inset-top, 0px); }
}
