/* ============================================================
   BHIMA JEWELLERS — MIDDLE EAST · Karama, Dubai
   Design system. Palette keyed to the brand logo:
   warm ivory backdrop · heritage maroon/wine · warm wordmark gold.
   ============================================================ */

:root {
  /* Surfaces */
  --bg:#FBF6EC;            /* warm ivory / champagne paper */
  --surface:#FFFFFF;       /* cards */
  --surface-2:#F4EBDA;     /* tinted panel */
  --surface-3:#F8F1E4;
  --ink-panel:#241814;     /* deep panel (footer / heritage) */

  /* Text */
  --text:#2A1E1A;          /* deep warm brown-black */
  --muted:#7A6A60;         /* secondary text */
  --muted-2:#9A8A7E;

  /* Brand */
  --primary:#8C1D2C;       /* heritage maroon / wine */
  --primary-deep:#6E1422;
  --secondary:#C49A4E;     /* warm logo gold */
  --accent:#D3A95F;        /* lighter gold highlight */
  --gold-soft:#E7CF9E;
  --gold-line:#D8BC84;

  /* Lines / focus */
  --border:#EBDFC9;        /* warm gold-tinted hairline */
  --border-2:#E2D3B7;
  --focus:#8C1D2C;

  /* Type */
  --font-display:'Cormorant Garamond', Georgia, serif;
  --font-body:'Inter', system-ui, -apple-system, sans-serif;
  --font-script:'Tangerine', cursive;

  /* Rhythm */
  --maxw:1240px;
  --radius:4px;
  --radius-lg:10px;
  --shadow-sm:0 1px 2px rgba(42,30,26,.05), 0 1px 3px rgba(42,30,26,.06);
  --shadow:0 6px 24px -10px rgba(42,30,26,.18);
  --shadow-lg:0 30px 70px -32px rgba(42,30,26,.40);
}

/* Palette variants (Tweaks) */
[data-palette="royal"]{ --primary:#1F2A63; --primary-deep:#16204E; --focus:#1F2A63; }
[data-palette="emerald"]{ --primary:#11503C; --primary-deep:#0C3E2E; --focus:#11503C; }

* { box-sizing:border-box; }
html { scroll-behavior:smooth; -webkit-text-size-adjust:100%; }
body {
  margin:0;
  font-family:var(--font-body);
  color:var(--text);
  background:var(--bg);
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img { display:block; max-width:100%; }
a { color:inherit; text-decoration:none; }
button { font-family:inherit; cursor:pointer; }
::selection { background:var(--gold-soft); color:var(--text); }
:focus-visible { outline:2px solid var(--focus); outline-offset:2px; }

h1,h2,h3,h4 { font-family:var(--font-display); font-weight:600; color:var(--text); margin:0; line-height:1.08; letter-spacing:-.01em; }
p { margin:0; }

/* ---------- Layout helpers ---------- */
.wrap { width:100%; max-width:var(--maxw); margin:0 auto; padding:0 22px; }
.section { padding:72px 0; }
.section-sm { padding:48px 0; }
.center { text-align:center; }
.eyebrow {
  font-family:var(--font-body);
  font-size:12px; font-weight:600; letter-spacing:.26em; text-transform:uppercase;
  color:var(--primary);
  display:inline-flex; align-items:center; gap:10px;
}
.eyebrow::before, .eyebrow.both::after {
  content:""; width:26px; height:1px; background:var(--gold-line); display:inline-block;
}
.eyebrow.gold { color:var(--secondary); }
.kicker-gold { color:var(--secondary); }
.lede { color:var(--muted); font-size:17px; line-height:1.7; }
.display-xl { font-size:clamp(2.6rem,7vw,5rem); }
.display-lg { font-size:clamp(2.1rem,5vw,3.4rem); }
.display-md { font-size:clamp(1.7rem,3.4vw,2.4rem); }

/* gold hairline rule with a diamond, echoing the logo divider */
.rule-diamond { display:flex; align-items:center; justify-content:center; gap:14px; color:var(--gold-line); }
.rule-diamond::before, .rule-diamond::after { content:""; height:1px; width:54px; background:currentColor; }
.rule-diamond i { width:6px; height:6px; background:var(--secondary); transform:rotate(45deg); display:block; }

/* ---------- Buttons ---------- */
.btn {
  display:inline-flex; align-items:center; justify-content:center; gap:9px;
  font-family:var(--font-body); font-weight:600; font-size:14.5px; letter-spacing:.01em;
  padding:13px 24px; border-radius:var(--radius); border:1px solid transparent;
  transition:transform .25s cubic-bezier(.2,.7,.2,1), background .2s, color .2s, box-shadow .25s, border-color .2s;
  min-height:46px; white-space:nowrap;
}
.btn svg { width:17px; height:17px; }
.btn:active { transform:translateY(1px); }
.btn-primary { background:var(--primary); color:#fff; box-shadow:0 10px 24px -12px rgba(140,29,44,.7); }
.btn-primary:hover { background:var(--primary-deep); transform:translateY(-2px); }
.btn-wa { background:#1FA855; color:#fff; box-shadow:0 10px 24px -12px rgba(31,168,85,.7); }
.btn-wa:hover { background:#178045; transform:translateY(-2px); }
.btn-ghost { background:transparent; color:var(--text); border-color:var(--border-2); }
.btn-ghost:hover { border-color:var(--secondary); color:var(--primary); transform:translateY(-2px); }
.btn-gold { background:linear-gradient(180deg,var(--accent),var(--secondary)); color:#3a2a10; box-shadow:0 10px 24px -12px rgba(196,154,78,.8); }
.btn-gold:hover { transform:translateY(-2px); filter:brightness(1.04); }
.btn-light { background:#fff; color:var(--text); border-color:var(--border); }
.btn-light:hover { border-color:var(--secondary); color:var(--primary); }
.btn-lg { padding:16px 30px; font-size:15.5px; min-height:54px; }
.btn-block { width:100%; }
.link-gold { color:var(--primary); font-weight:600; font-size:14px; display:inline-flex; align-items:center; gap:7px; }
.link-gold svg { width:15px; height:15px; transition:transform .25s; }
.link-gold:hover svg { transform:translateX(4px); }

/* ============================================================
   NAVBAR
   ============================================================ */
.nav {
  position:sticky; top:0; z-index:60;
  background:rgba(251,246,236,.86); backdrop-filter:blur(14px) saturate(1.2);
  border-bottom:1px solid var(--border);
  transition:box-shadow .3s, background .3s;
}
.nav.scrolled { box-shadow:0 6px 24px -16px rgba(42,30,26,.4); background:rgba(251,246,236,.95); }
.nav-inner { display:flex; align-items:center; justify-content:space-between; gap:18px; height:84px; }
.brand { display:flex; align-items:center; gap:13px; }
.brand img { height:56px; width:auto; }
.brand .bt { display:flex; flex-direction:column; line-height:1; }
.brand .bt b { font-family:var(--font-display); font-size:23px; font-weight:700; letter-spacing:.16em; color:var(--text); }
.brand .bt span { font-size:9.5px; letter-spacing:.34em; text-transform:uppercase; color:var(--secondary); font-weight:600; margin-top:3px; }
.nav-links { display:flex; align-items:center; gap:30px; }
.nav-links a {
  font-size:14px; font-weight:500; color:var(--text); position:relative; padding:6px 0; letter-spacing:.01em;
}
.nav-links a::after { content:""; position:absolute; left:0; bottom:0; height:1.5px; width:0; background:var(--secondary); transition:width .28s; }
.nav-links a:hover::after, .nav-links a.active::after { width:100%; }
.nav-links a.active { color:var(--primary); }
.nav-cta { display:flex; align-items:center; gap:10px; }
.nav-burger { display:none; width:46px; height:46px; align-items:center; justify-content:center; background:none; border:1px solid var(--border-2); border-radius:var(--radius); color:var(--text); }
.nav-burger svg { width:22px; height:22px; }

/* mobile drawer */
.drawer { position:fixed; inset:0; z-index:80; pointer-events:none; display:none; }
.drawer-scrim { position:absolute; inset:0; background:rgba(36,24,20,.45); opacity:0; transition:opacity .3s; }
.drawer-panel {
  position:absolute; top:0; right:0; height:100%; width:min(86vw,360px);
  background:var(--bg); box-shadow:var(--shadow-lg);
  transform:translateX(100%); transition:transform .34s cubic-bezier(.22,.8,.2,1);
  display:flex; flex-direction:column; padding:22px;
}
.drawer.open { pointer-events:auto; display:block; }
.drawer.open .drawer-scrim { opacity:1; }
.drawer.open .drawer-panel { transform:translateX(0); }
.drawer-head { display:flex; align-items:center; justify-content:space-between; margin-bottom:8px; }
.drawer-head img { height:46px; }
.drawer-close { width:42px; height:42px; border:1px solid var(--border-2); background:none; border-radius:var(--radius); display:flex; align-items:center; justify-content:center; }
.drawer-links { display:flex; flex-direction:column; margin-top:18px; }
.drawer-links a { font-family:var(--font-display); font-size:24px; font-weight:600; padding:14px 0; border-bottom:1px solid var(--border); color:var(--text); display:flex; justify-content:space-between; align-items:center; }
.drawer-links a span { font-size:12px; color:var(--secondary); }
.drawer-cta { margin-top:auto; display:flex; flex-direction:column; gap:10px; padding-top:18px; }

/* ============================================================
   GOLD RATE STRIP
   ============================================================ */
.rate-strip { background:var(--ink-panel); color:#F3E9D6; overflow:hidden; }
.rate-strip .wrap { display:flex; align-items:center; gap:16px; height:46px; }
.rate-label { display:flex; align-items:center; gap:9px; font-size:11.5px; letter-spacing:.18em; text-transform:uppercase; color:var(--gold-soft); white-space:nowrap; }
.rate-dot { width:7px; height:7px; border-radius:50%; background:#4ED27E; box-shadow:0 0 0 0 rgba(78,210,126,.6); animation:pulse 2.2s infinite; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(78,210,126,.5);} 70%{box-shadow:0 0 0 7px rgba(78,210,126,0);} 100%{box-shadow:0 0 0 0 rgba(78,210,126,0);} }
.rate-track { display:flex; align-items:center; gap:30px; flex:1; overflow:hidden; white-space:nowrap; -webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent); mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent); }
.rate-marquee { display:inline-flex; gap:34px; align-items:center; animation:marquee 30s linear infinite; padding-left:8px; }
.rate-strip:hover .rate-marquee { animation-play-state:paused; }
@keyframes marquee { from{transform:translateX(0);} to{transform:translateX(-50%);} }
.rate-item { display:inline-flex; align-items:baseline; gap:8px; font-size:13px; color:#EADBC2; }
.rate-item b { font-family:var(--font-display); font-size:16px; color:#fff; font-weight:600; }
.rate-item .pend { letter-spacing:.04em; color:var(--gold-soft); }
.rate-item s { width:5px; height:5px; background:var(--secondary); transform:rotate(45deg); display:inline-block; margin:0 4px; align-self:center; }
.rate-cta { font-size:12px; font-weight:600; color:var(--ink-panel); background:var(--gold-soft); padding:6px 13px; border-radius:100px; white-space:nowrap; display:inline-flex; align-items:center; gap:6px; }
.rate-cta:hover { background:#fff; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position:relative; overflow:hidden; background:
    radial-gradient(120% 90% at 88% -10%, rgba(211,169,95,.22), transparent 55%),
    radial-gradient(90% 80% at -5% 110%, rgba(140,29,44,.07), transparent 60%),
    var(--bg); }
.hero-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:48px; align-items:center; padding:74px 0 84px; }
.hero-copy .eyebrow { margin-bottom:22px; }
.hero-h1 { font-size:clamp(2.7rem,5.4vw,4.6rem); line-height:1.02; letter-spacing:-.02em; }
.hero-h1 em { font-style:italic; color:var(--primary); }
.hero-sub { margin-top:22px; max-width:46ch; font-size:17.5px; color:var(--muted); line-height:1.66; }
.hero-actions { display:flex; gap:13px; margin-top:32px; flex-wrap:wrap; }
.hero-trust { display:flex; align-items:center; gap:18px; margin-top:34px; flex-wrap:wrap; }
.hero-trust .ht { display:flex; flex-direction:column; }
.hero-trust .ht b { font-family:var(--font-display); font-size:24px; color:var(--primary); font-weight:700; line-height:1; }
.hero-trust .ht span { font-size:11.5px; color:var(--muted); letter-spacing:.04em; margin-top:4px; }
.hero-trust .sep { width:1px; height:34px; background:var(--border-2); }

.hero-art { position:relative; }
.hero-art .frame {
  position:relative; border-radius:var(--radius-lg); overflow:hidden;
  box-shadow:var(--shadow-lg); border:1px solid rgba(216,188,132,.5);
}
.hero-art .frame::after { content:""; position:absolute; inset:0; border-radius:inherit; box-shadow:inset 0 0 0 1px rgba(255,255,255,.18), inset 0 0 0 7px rgba(216,188,132,.25); pointer-events:none; }
.hero-art .frame img { width:100%; height:520px; object-fit:cover; }
.hero-float {
  position:absolute; left:-34px; bottom:-30px; width:210px;
  border-radius:8px; overflow:hidden; box-shadow:var(--shadow-lg); border:5px solid #fff;
  background:#fff;
}
.hero-float img { width:100%; height:170px; object-fit:cover; }
.hero-badge {
  position:absolute; top:22px; right:22px; z-index:3;
  width:96px; height:96px; border-radius:50%;
  background:rgba(36,24,20,.78); backdrop-filter:blur(4px); color:var(--gold-soft);
  display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center;
  border:1px solid rgba(216,188,132,.5);
}
.hero-badge b { font-family:var(--font-display); font-size:25px; color:#fff; font-weight:700; line-height:1; }
.hero-badge span { font-size:8px; letter-spacing:.18em; text-transform:uppercase; margin-top:3px; }

/* ============================================================
   TRUST STRIP (features)
   ============================================================ */
.trust { background:var(--surface); border-top:1px solid var(--border); border-bottom:1px solid var(--border); }
.trust-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:0; }
.trust-cell { display:flex; gap:16px; align-items:flex-start; padding:30px 28px; }
.trust-cell + .trust-cell { border-left:1px solid var(--border); }
.trust-ico { flex:0 0 auto; width:54px; height:54px; border-radius:50%; background:var(--surface-2); display:flex; align-items:center; justify-content:center; }
.trust-ico img { width:34px; height:34px; }
.trust-cell h4 { font-size:19px; margin-bottom:4px; }
.trust-cell p { font-size:13.5px; color:var(--muted); line-height:1.55; }

/* ============================================================
   SECTION HEADERS
   ============================================================ */
.shead { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:40px; }
.shead .eyebrow { margin-bottom:14px; }
.shead h2 { font-size:clamp(2rem,3.6vw,2.9rem); }
.shead p { color:var(--muted); margin-top:10px; max-width:52ch; font-size:15.5px; }
.shead.center { flex-direction:column; align-items:center; text-align:center; }

/* ============================================================
   COLLECTION CARDS
   ============================================================ */
.coll-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
.coll-card {
  position:relative; border-radius:var(--radius-lg); overflow:hidden; cursor:pointer;
  box-shadow:var(--shadow-sm); border:1px solid var(--border);
  transition:transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s;
  background:var(--surface);
}
.coll-card:hover { transform:translateY(-5px); box-shadow:var(--shadow-lg); }
.coll-banner { position:relative; aspect-ratio:1886/718; overflow:hidden; }
.coll-banner img { width:100%; height:100%; object-fit:cover; transition:transform .7s cubic-bezier(.2,.7,.2,1); }
.coll-card:hover .coll-banner img { transform:scale(1.045); }
.coll-meta { display:flex; align-items:center; justify-content:space-between; gap:14px; padding:18px 22px; }
.coll-meta .ct { font-family:var(--font-display); font-size:21px; font-weight:600; }
.coll-meta .cs { font-size:12.5px; color:var(--muted); margin-top:2px; }
.coll-meta .go { width:40px; height:40px; border-radius:50%; border:1px solid var(--border-2); display:flex; align-items:center; justify-content:center; color:var(--primary); transition:background .25s,color .25s,border-color .25s; flex:0 0 auto; }
.coll-card:hover .coll-meta .go { background:var(--primary); color:#fff; border-color:var(--primary); }
.coll-meta .go svg { width:16px; height:16px; }

/* ============================================================
   CATEGORY TILES
   ============================================================ */
.cat-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.cat-tile {
  position:relative; border-radius:var(--radius-lg); overflow:hidden; cursor:pointer;
  min-height:300px; display:flex; align-items:flex-end; color:#fff;
  box-shadow:var(--shadow-sm); border:1px solid var(--border);
  background:var(--ink-panel);
}
.cat-tile .catimg { position:absolute; inset:0; }
.cat-tile .catimg img { width:100%; height:100%; object-fit:cover; transition:transform .7s; }
.cat-tile:hover .catimg img { transform:scale(1.06); }
.cat-tile .catimg::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(20,12,9,0) 30%,rgba(20,12,9,.82) 100%); }
.cat-grad { position:absolute; inset:0; }
.cat-body { position:relative; z-index:2; padding:22px; width:100%; }
.cat-body .cn { font-family:var(--font-display); font-size:24px; font-weight:600; }
.cat-body .cd { font-size:12.5px; color:rgba(255,255,255,.82); margin-top:3px; }
.cat-body .clink { font-size:12.5px; font-weight:600; color:var(--gold-soft); margin-top:12px; display:inline-flex; align-items:center; gap:6px; opacity:0; transform:translateY(6px); transition:opacity .3s,transform .3s; }
.cat-tile:hover .clink { opacity:1; transform:translateY(0); }

/* ============================================================
   CAMPAIGN CAROUSEL
   ============================================================ */
.camp { position:relative; background:var(--surface-2); }
.camp-stage { position:relative; border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow); border:1px solid var(--border); }
.camp-track { display:flex; transition:transform .7s cubic-bezier(.4,.0,.2,1); }
.camp-slide { flex:0 0 100%; }
.camp-slide img { width:100%; height:auto; display:block; }
.camp-nav { position:absolute; top:50%; transform:translateY(-50%); width:46px; height:46px; border-radius:50%; background:rgba(255,255,255,.86); border:1px solid var(--border); display:flex; align-items:center; justify-content:center; color:var(--text); box-shadow:var(--shadow-sm); z-index:3; }
.camp-nav:hover { background:#fff; color:var(--primary); }
.camp-nav.prev { left:16px; } .camp-nav.next { right:16px; }
.camp-nav svg { width:20px; height:20px; }
.camp-dots { display:flex; gap:9px; justify-content:center; margin-top:20px; }
.camp-dots button { width:9px; height:9px; border-radius:50%; border:none; background:var(--border-2); transition:width .3s,background .3s; }
.camp-dots button.on { width:26px; border-radius:5px; background:var(--secondary); }

/* ============================================================
   HERITAGE BLOCK
   ============================================================ */
.heritage { background:var(--ink-panel); color:#EDE2D0; position:relative; overflow:hidden; }
.heritage::before { content:""; position:absolute; inset:0; background:radial-gradient(80% 60% at 85% -10%, rgba(196,154,78,.16), transparent 60%); }
.heritage .wrap { position:relative; z-index:2; }
.heritage-grid { display:grid; grid-template-columns:1fr 1fr; gap:54px; align-items:center; }
.heritage h2 { color:#fff; font-size:clamp(2rem,3.6vw,3rem); }
.heritage .eyebrow { color:var(--gold-soft); }
.heritage .eyebrow::before { background:var(--secondary); }
.heritage p { color:#CDBDA8; font-size:16px; line-height:1.75; margin-top:18px; }
.heritage .htag { font-size:12px; color:var(--muted-2); margin-top:18px; font-style:italic; }
.heritage-art { position:relative; }
.heritage-art img { width:100%; border-radius:var(--radius-lg); box-shadow:var(--shadow-lg); }
.heritage-stats { display:flex; gap:34px; margin-top:30px; flex-wrap:wrap; }
.heritage-stats .hs b { font-family:var(--font-display); font-size:36px; color:var(--secondary); font-weight:700; line-height:1; display:block; }
.heritage-stats .hs span { font-size:12.5px; color:#B5A48E; letter-spacing:.04em; margin-top:6px; display:block; }

/* ============================================================
   GOLD RATE PAGE
   ============================================================ */
.rate-hero { background:linear-gradient(180deg,var(--surface-2),var(--bg)); }
.rate-card {
  background:var(--ink-panel); color:#fff; border-radius:var(--radius-lg); overflow:hidden;
  box-shadow:var(--shadow-lg); position:relative;
}
.rate-card::before { content:""; position:absolute; inset:0; background:radial-gradient(70% 80% at 80% -20%, rgba(196,154,78,.25), transparent 60%); }
.rate-card-in { position:relative; z-index:2; padding:34px; }
.rate-live { display:inline-flex; align-items:center; gap:9px; font-size:11.5px; letter-spacing:.18em; text-transform:uppercase; color:var(--gold-soft); }
.rate-rows { margin-top:24px; display:grid; gap:14px; }
.rate-row { display:flex; align-items:center; justify-content:space-between; padding:18px 20px; background:rgba(255,255,255,.05); border:1px solid rgba(216,188,132,.18); border-radius:8px; }
.rate-row .rk { font-size:15px; color:#EAD9C0; }
.rate-row .rk small { display:block; font-size:11.5px; color:var(--muted-2); margin-top:2px; }
.rate-val { font-family:var(--font-display); font-size:26px; font-weight:600; color:#fff; display:inline-flex; align-items:baseline; gap:8px; }
.rate-shimmer { display:inline-block; min-width:74px; height:22px; border-radius:5px; background:linear-gradient(100deg,rgba(231,207,158,.18) 30%,rgba(231,207,158,.55) 50%,rgba(231,207,158,.18) 70%); background-size:220% 100%; animation:shimmer 1.8s infinite; }
@keyframes shimmer { from{background-position:180% 0;} to{background-position:-40% 0;} }
.rate-note { font-size:12.5px; color:var(--muted-2); margin-top:22px; line-height:1.6; }

.scheme-card { background:var(--surface); border:1px solid var(--border); border-radius:var(--radius-lg); padding:34px; box-shadow:var(--shadow-sm); }
.scheme-card h3 { font-size:28px; }
.scheme-steps { display:grid; gap:18px; margin-top:24px; }
.scheme-step { display:flex; gap:16px; align-items:flex-start; }
.scheme-step .sn { flex:0 0 auto; width:38px; height:38px; border-radius:50%; background:var(--surface-2); color:var(--primary); display:flex; align-items:center; justify-content:center; font-family:var(--font-display); font-weight:700; font-size:18px; border:1px solid var(--gold-line); }
.scheme-step h4 { font-family:var(--font-body); font-size:15px; font-weight:600; }
.scheme-step p { font-size:13.5px; color:var(--muted); margin-top:3px; }

/* ============================================================
   ABOUT
   ============================================================ */
.about-hero-img { width:100%; height:clamp(260px,40vw,460px); object-fit:cover; border-radius:var(--radius-lg); box-shadow:var(--shadow); }
.timeline { display:grid; gap:0; }
.tl-item { display:grid; grid-template-columns:120px 1fr; gap:24px; padding:24px 0; border-top:1px solid var(--border); }
.tl-item .ty { font-family:var(--font-display); font-size:30px; font-weight:700; color:var(--primary); line-height:1; }
.tl-item h4 { font-size:19px; margin-bottom:6px; }
.tl-item p { color:var(--muted); font-size:14.5px; }
.values-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.value-card { background:var(--surface); border:1px solid var(--border); border-radius:var(--radius-lg); padding:28px; box-shadow:var(--shadow-sm); }
.value-card .vi { width:46px; height:46px; border-radius:50%; background:var(--surface-2); display:flex; align-items:center; justify-content:center; color:var(--primary); margin-bottom:16px; }
.value-card .vi svg { width:24px; height:24px; }
.value-card h4 { font-size:20px; margin-bottom:8px; }
.value-card p { color:var(--muted); font-size:14px; }

/* ============================================================
   VISIT / CONTACT
   ============================================================ */
.visit-grid { display:grid; grid-template-columns:1fr 1fr; gap:40px; align-items:start; }
.info-card { background:var(--surface); border:1px solid var(--border); border-radius:var(--radius-lg); padding:30px; box-shadow:var(--shadow-sm); }
.info-row { display:flex; gap:14px; padding:16px 0; border-bottom:1px solid var(--border); }
.info-row:last-child { border-bottom:none; }
.info-row .ii { flex:0 0 auto; width:40px; height:40px; border-radius:50%; background:var(--surface-2); display:flex; align-items:center; justify-content:center; color:var(--primary); }
.info-row .ii svg { width:19px; height:19px; }
.info-row .il { font-size:12px; letter-spacing:.1em; text-transform:uppercase; color:var(--muted-2); }
.info-row .iv { font-size:15.5px; color:var(--text); margin-top:3px; line-height:1.5; }
.info-row .iv a { color:var(--primary); font-weight:600; }
.info-note { font-size:12px; color:var(--muted-2); font-style:italic; margin-top:3px; }

.map-ph {
  position:relative; border-radius:var(--radius-lg); overflow:hidden; min-height:340px;
  background:
    repeating-linear-gradient(45deg, rgba(196,154,78,.06) 0 14px, transparent 14px 28px),
    var(--surface-2);
  border:1px dashed var(--gold-line);
  display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; gap:10px; padding:28px;
}
.map-ph .mp-ico { width:56px; height:56px; border-radius:50%; background:var(--surface); display:flex; align-items:center; justify-content:center; color:var(--primary); box-shadow:var(--shadow-sm); }
.map-ph .mp-ico svg { width:28px; height:28px; }
.map-ph h4 { font-family:var(--font-body); font-size:14px; letter-spacing:.08em; text-transform:uppercase; color:var(--muted); }
.map-ph p { font-size:13px; color:var(--muted-2); max-width:34ch; }

/* forms */
.field { margin-bottom:16px; }
.field label { display:block; font-size:12.5px; font-weight:600; color:var(--text); margin-bottom:7px; letter-spacing:.02em; }
.field input, .field select, .field textarea {
  width:100%; font-family:inherit; font-size:14.5px; color:var(--text);
  padding:12px 14px; border:1px solid var(--border-2); border-radius:var(--radius); background:var(--surface);
  transition:border-color .2s, box-shadow .2s;
}
.field textarea { resize:vertical; min-height:96px; }
.field input:focus, .field select:focus, .field textarea:focus { outline:none; border-color:var(--secondary); box-shadow:0 0 0 3px rgba(196,154,78,.16); }
.field-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.form-ok { background:#F0F7F1; border:1px solid #BFE2C6; color:#1F6B36; border-radius:var(--radius); padding:16px 18px; font-size:14px; display:flex; gap:12px; align-items:flex-start; }
.form-ok svg { width:20px; height:20px; flex:0 0 auto; margin-top:1px; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background:var(--ink-panel); color:#C9B9A4; padding-top:60px; }
.footer-grid { display:grid; grid-template-columns:1.5fr 1fr 1fr 1.3fr; gap:40px; padding-bottom:44px; }
.footer .fbrand img { height:62px; margin-bottom:18px; background:rgba(255,255,255,.96); padding:10px 14px; border-radius:8px; }
.footer .fbrand p { font-size:13.5px; line-height:1.65; color:#B0A08C; max-width:32ch; }
.footer h5 { font-family:var(--font-body); font-size:12px; letter-spacing:.16em; text-transform:uppercase; color:var(--gold-soft); margin-bottom:18px; }
.footer-links { display:flex; flex-direction:column; gap:11px; }
.footer-links a { font-size:14px; color:#C9B9A4; transition:color .2s; }
.footer-links a:hover { color:#fff; }
.footer-contact .fc { font-size:14px; color:#C9B9A4; margin-bottom:13px; line-height:1.5; display:flex; gap:10px; }
.footer-contact .fc svg { width:17px; height:17px; flex:0 0 auto; margin-top:2px; color:var(--secondary); }
.footer-contact .fc a:hover { color:#fff; }
.socials { display:flex; gap:10px; margin-top:6px; }
.socials a { width:40px; height:40px; border-radius:50%; border:1px solid rgba(216,188,132,.3); display:flex; align-items:center; justify-content:center; color:var(--gold-soft); transition:background .25s,color .25s; }
.socials a:hover { background:var(--secondary); color:var(--ink-panel); }
.socials svg { width:18px; height:18px; }
.footer-bottom { border-top:1px solid rgba(216,188,132,.16); padding:22px 0; display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; font-size:12.5px; color:#9A8A76; }
.footer-bottom a:hover { color:#fff; }
.flag-note { background:rgba(196,154,78,.08); border-top:1px solid rgba(216,188,132,.16); font-size:11.5px; color:#8C7C68; padding:12px 0; }
.flag-note .wrap { display:flex; gap:8px; align-items:flex-start; }

/* ============================================================
   FLOATING WHATSAPP + MOBILE ACTION BAR
   ============================================================ */
.wa-fab {
  position:fixed; right:20px; bottom:24px; z-index:70;
  width:58px; height:58px; border-radius:50%; background:#1FA855; color:#fff;
  display:flex; align-items:center; justify-content:center; box-shadow:0 12px 30px -8px rgba(31,168,85,.6);
  transition:transform .25s; border:none;
}
.wa-fab:hover { transform:scale(1.07); }
.wa-fab svg { width:30px; height:30px; }
.wa-fab::after { content:""; position:absolute; inset:0; border-radius:50%; border:2px solid #1FA855; animation:ring 2.4s infinite; }
@keyframes ring { 0%{transform:scale(1);opacity:.7;} 100%{transform:scale(1.5);opacity:0;} }

.mobile-bar { display:none; }

/* ============================================================
   PAGE HEADER (interior pages)
   ============================================================ */
.pagehead { background:linear-gradient(180deg,var(--surface-2),var(--bg)); border-bottom:1px solid var(--border); padding:46px 0 40px; }
.crumbs { font-size:12.5px; color:var(--muted); margin-bottom:16px; display:flex; gap:8px; align-items:center; }
.crumbs a:hover { color:var(--primary); }
.crumbs span { color:var(--gold-line); }
.pagehead h1 { font-size:clamp(2.2rem,4.4vw,3.4rem); }
.pagehead p { color:var(--muted); margin-top:12px; max-width:60ch; font-size:16px; }

/* ============================================================
   COLLECTION DETAIL
   ============================================================ */
.cdetail-hero { position:relative; border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow); }
.cdetail-hero img { width:100%; aspect-ratio:1886/718; object-fit:cover; }
.gallery { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.gallery .gitem { border-radius:var(--radius-lg); overflow:hidden; border:1px solid var(--border); box-shadow:var(--shadow-sm); background:var(--surface); }
.gallery .gitem img { width:100%; height:300px; object-fit:cover; transition:transform .6s; }
.gallery .gitem:hover img { transform:scale(1.05); }
.ph-tile {
  border-radius:var(--radius-lg); min-height:300px; border:1px dashed var(--gold-line);
  background:repeating-linear-gradient(45deg, rgba(196,154,78,.05) 0 12px, transparent 12px 24px), var(--surface-2);
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px; text-align:center; padding:24px; color:var(--muted);
}
.ph-tile .pm { font-family:'Courier New',monospace; font-size:11.5px; letter-spacing:.05em; color:var(--muted-2); }
.ph-tile svg { width:30px; height:30px; color:var(--gold-line); }
.enquire-band { background:var(--surface-2); border:1px solid var(--border); border-radius:var(--radius-lg); padding:34px; display:flex; align-items:center; justify-content:space-between; gap:24px; flex-wrap:wrap; }
.enquire-band h3 { font-size:26px; }
.enquire-band p { color:var(--muted); margin-top:6px; font-size:14.5px; }
.enquire-actions { display:flex; gap:12px; flex-wrap:wrap; }

/* chips */
.chips { display:flex; gap:10px; flex-wrap:wrap; }
.chip { font-size:12.5px; padding:7px 14px; border-radius:100px; background:var(--surface); border:1px solid var(--border-2); color:var(--text); }
.chip.gold { background:var(--surface-2); border-color:var(--gold-line); color:var(--primary); font-weight:600; }

.fade-in { animation:fadeUp .6s cubic-bezier(.2,.7,.2,1) both; }
@keyframes fadeUp { from{opacity:0;transform:translateY(16px);} to{opacity:1;transform:none;} }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width:1080px){
  .cat-grid { grid-template-columns:repeat(2,1fr); }
  .gallery { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:920px){
  .nav-links, .nav-cta .desk-cta { display:none; }
  .nav-burger { display:flex; }
  .hero-grid { grid-template-columns:1fr; gap:38px; padding:46px 0 60px; }
  .hero-art { order:-1; }
  .hero-art .frame img { height:380px; }
  .heritage-grid, .visit-grid { grid-template-columns:1fr; gap:34px; }
  .trust-grid { grid-template-columns:1fr; }
  .trust-cell + .trust-cell { border-left:none; border-top:1px solid var(--border); }
  .footer-grid { grid-template-columns:1fr 1fr; gap:32px; }
}
@media (max-width:680px){
  .section { padding:52px 0; }
  .wrap { padding:0 18px; }
  .coll-grid { grid-template-columns:1fr; gap:18px; }
  .gallery { grid-template-columns:1fr 1fr; gap:12px; }
  .cat-grid { grid-template-columns:1fr 1fr; gap:12px; }
  .field-row { grid-template-columns:1fr; }
  .shead { flex-direction:column; align-items:flex-start; }
  .shead .link-gold { margin-top:6px; }
  .footer-grid { grid-template-columns:1fr; }
  .enquire-band { flex-direction:column; align-items:flex-start; }
  .hero-float { width:150px; left:-10px; bottom:-18px; }
  .hero-float img { height:120px; }
  .timeline .tl-item { grid-template-columns:1fr; gap:6px; }
  .heritage-stats { gap:24px; }
  .camp-nav { width:38px; height:38px; }
  .wa-fab { bottom:84px; }              /* clear the mobile bar */
  .mobile-bar {
    display:grid; grid-template-columns:repeat(3,1fr);
    position:fixed; left:0; right:0; bottom:0; z-index:65;
    background:rgba(251,246,236,.96); backdrop-filter:blur(12px);
    border-top:1px solid var(--border); box-shadow:0 -8px 24px -16px rgba(42,30,26,.4);
  }
  .mobile-bar a { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:4px; padding:9px 4px 11px; font-size:11px; font-weight:600; color:var(--text); min-height:58px; }
  .mobile-bar a svg { width:21px; height:21px; }
  .mobile-bar a + a { border-left:1px solid var(--border); }
  .mobile-bar a.wa { color:#1FA855; }
  .mobile-bar a.call { color:var(--primary); }
  body.has-bar { padding-bottom:60px; }
}
@media (max-width:420px){
  .brand .bt b { font-size:20px; }
  .hero-h1 { font-size:2.35rem; }
  .cat-grid { grid-template-columns:1fr; }
  .gallery { grid-template-columns:1fr; }
  .hero-trust .sep:last-of-type { display:none; }
}
