/* =========================================================================
   CLARTÉ OVERSEAS — Homepage styles
   Brand color: #1f4693 (royal blue)
   Custom CSS layered on top of Tailwind (CDN). Tokens live in index.html.
   ========================================================================= */

:root {
  --brand: #1f4693;
  --brand-600: #2a55ad;
  --brand-400: #5b82d6;
  --navy: #0d1a36;
  --navy-800: #122a52;
  --gold: #e0a234;
  --cream: #f7f8fb;
  --font-head: "Sora", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
  /* Modern brand gradients (replace the old gold accent) */
  --grad-bright: linear-gradient(95deg, #5eead4 0%, #38bdf8 48%, #818cf8 100%); /* for dark backgrounds */
  --grad-deep: linear-gradient(95deg, #1f4693 0%, #5b3fd6 55%, #8b5cf6 100%);   /* for light backgrounds */
}

* { -webkit-font-smoothing: antialiased; }

html { scroll-behavior: smooth; scroll-padding-top: 7rem; }

body {
  font-family: var(--font-body);
  color: #1f2937;
  background: #ffffff;
  overflow-x: hidden;
}

h1, h2, h3, h4, .font-head { font-family: var(--font-head); letter-spacing: -0.02em; }

/* ---- Gradient text helpers ------------------------------------------- */
.text-grad,
.text-grad-deep,
.tg-1, .tg-2, .tg-3, .tg-4, .tg-5, .tg-6, .tg-7, .tg-8 {
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  background-size: 200% auto;
  animation: tg-shimmer 9s ease-in-out infinite alternate;
}
@keyframes tg-shimmer { from { background-position: 0% center; } to { background-position: 100% center; } }
.text-grad { background-image: var(--grad-bright); }
.text-grad-deep { background-image: var(--grad-deep); }
/* Per-title gradients (each distinct, all readable on light backgrounds) */
.tg-1 { background-image: linear-gradient(95deg, #1f4693, #4f46e5); } /* Product Range */
.tg-2 { background-image: linear-gradient(95deg, #0e7490, #1f4693); } /* Portfolio */
.tg-3 { background-image: linear-gradient(95deg, #4338ca, #7c3aed); } /* Why buyers */
.tg-4 { background-image: linear-gradient(95deg, #1d4ed8, #0891b2); } /* Industries */
.tg-5 { background-image: linear-gradient(95deg, #6d28d9, #be185d); } /* Mission & Vision */
.tg-6 { background-image: linear-gradient(95deg, #1f4693, #0284c7); } /* Markets */
.tg-7 { background-image: linear-gradient(95deg, #0d9488, #047857); } /* Sourcing */
.tg-8 { background-image: linear-gradient(95deg, #1e3a8a, #7c3aed); } /* Certified */

/* ---- Eyebrow label — pill/chip style with a dot ----------------------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-head);
  font-weight: 700; font-size: .72rem; letter-spacing: .14em;
  text-transform: uppercase; color: var(--brand);
  background: var(--brand-100); border: 1px solid rgba(31,70,147,.12);
  padding: .42rem .9rem .42rem .8rem; border-radius: 999px;
}
.eyebrow::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%;
  background: currentColor; display: inline-block;
}
.eyebrow.light {
  color: #bcd0ff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18);
}

/* ---- Navbar (full-width white band, rounded bottom corners) ----------- */
.nav-bar {
  position: relative;
  background: #fff;
  border-bottom-left-radius: var(--nav-radius, 42px);
  border-bottom-right-radius: var(--nav-radius, 42px);
  box-shadow: 0 6px 20px -14px rgba(13,26,54,.35);
  transition: box-shadow .35s ease;
}
.nav-bar.scrolled { box-shadow: 0 14px 34px -18px rgba(13,26,54,.4); }

/* ---- Navbar right cluster (language · WhatsApp · quote) -------------- */
.lang-chip {
  display: inline-flex; align-items: center; gap: .4rem; cursor: pointer;
  font-family: var(--font-body); font-size: .85rem; font-weight: 600; color: #475569;
  padding: .5rem .8rem; border-radius: 999px; border: 1px solid #e4e8f0; background: #fff;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.lang-chip:hover { color: var(--brand); border-color: var(--brand); background: var(--brand-100); }
.lang-chip .caret { transition: transform .2s ease; }
.lang-chip:hover .caret { transform: rotate(180deg); }
.nav-sep { width: 1px; height: 24px; background: #e6e9f0; }
.wa-chip {
  width: 42px; height: 42px; border-radius: 50%; flex: none;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(37,211,102,.12); color: #1faa4f;
  transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .25s ease;
}
.wa-chip:hover { background: #25d366; color: #fff; transform: translateY(-1px); box-shadow: 0 9px 20px -6px rgba(37,211,102,.6); }
.btn-quote {
  display: inline-flex; align-items: center; gap: .5rem; white-space: nowrap;
  font-family: var(--font-head); font-weight: 600; font-size: .9rem; color: #fff;
  padding: .68rem 1.3rem; border-radius: 999px;
  background: linear-gradient(95deg, var(--brand), var(--brand-600));
  box-shadow: 0 10px 24px -10px rgba(31,70,147,.7);
  transition: transform .2s ease, box-shadow .25s ease;
}
.btn-quote:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -10px rgba(31,70,147,.85); }
.btn-quote .qarrow { transition: transform .2s ease; }
.btn-quote:hover .qarrow { transform: translateX(3px); }
.nav-link {
  position: relative; font-weight: 500; color: #334155; background: none; border: none;
  cursor: pointer; font-family: var(--font-body);
  transition: color .2s ease;
}
.nav-link:hover, .nav-link.active { color: var(--brand); }
.nav-link::after {
  content: ""; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0;
  background: var(--brand); border-radius: 2px; transition: width .25s ease;
}
.nav-link:hover::after, .nav-link.active::after { width: 100%; }

/* ---- Products dropdown (desktop, hover) ------------------------------ */
.nav-dd { position: relative; }
.nav-dd-caret { transition: transform .25s ease; }
.nav-dd:hover .nav-dd-caret { transform: rotate(180deg); }
.nav-dd-menu {
  position: absolute; top: 100%; left: 0; padding-top: 14px; /* hover bridge */
  opacity: 0; visibility: hidden; pointer-events: none;
  transform: translateY(8px);
  transition: opacity .22s ease, transform .22s ease; z-index: 60;
}
.nav-dd:hover .nav-dd-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.nav-dd-card {
  width: 330px; background: #fff; border: 1px solid #eef0f5; border-radius: 1rem;
  box-shadow: 0 26px 54px -22px rgba(13,26,54,.4); padding: .55rem;
}
.nav-dd-item {
  display: block; padding: .6rem .8rem; border-radius: .65rem; cursor: pointer;
  font-size: .85rem; line-height: 1.3; color: #334155; font-weight: 500;
  text-align: left; width: 100%; background: none; border: none; font-family: var(--font-body);
  transition: background .18s ease, color .18s ease;
}
.nav-dd-item:hover { background: var(--brand-100); color: var(--brand); }
.mobile-sub { font-size: 1rem; color: #cdd6e6; font-family: var(--font-body); }
.mobile-sub:hover { color: #fff; }

/* ---- Buttons ---------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--font-head); font-weight: 600; font-size: .95rem;
  padding: .85rem 1.6rem; border-radius: 999px; cursor: pointer;
  transition: transform .2s ease, box-shadow .25s ease, background .25s ease, color .2s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 10px 24px -10px rgba(31,70,147,.7); }
.btn-primary:hover { background: var(--brand-600); transform: translateY(-2px); box-shadow: 0 16px 30px -10px rgba(31,70,147,.75); }
.btn-ghost { background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.35); backdrop-filter: blur(6px); }
.btn-ghost:hover { background: rgba(255,255,255,.16); transform: translateY(-2px); }
.btn-dark { background: var(--navy); color: #fff; }
.btn-dark:hover { background: var(--brand); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--brand); border: 1.5px solid var(--brand); }
.btn-outline:hover { background: var(--brand); color: #fff; transform: translateY(-2px); }
.btn-wa { background: #25d366; color: #fff; box-shadow: 0 10px 24px -10px rgba(37,211,102,.7); }
.btn-wa:hover { background: #1faa4f; transform: translateY(-2px); box-shadow: 0 16px 30px -10px rgba(37,211,102,.75); }

/* ---- Icon badges ------------------------------------------------------ */
.icon-badge {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 14px;
  background: var(--brand-100); color: var(--brand); flex: none;
}
.icon-badge.on-image {
  position: absolute; top: 12px; left: 12px; width: 42px; height: 42px;
  background: rgba(255,255,255,.92); backdrop-filter: blur(4px);
  box-shadow: 0 8px 20px -10px rgba(13,26,54,.5); z-index: 2;
}
.feature-ico { color: var(--gold); flex: none; }

/* ---- Hero stat cards (vertical glass list) ---------------------------- */
.hero-stat {
  display: flex; align-items: center; gap: 1rem;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
  border-radius: 1rem; padding: 1rem 1.25rem; backdrop-filter: blur(6px);
  transition: transform .25s ease, background .25s ease;
}
.hero-stat:hover { transform: translateX(6px); background: rgba(255,255,255,.12); }
.hero-stat .hs-ico {
  width: 46px; height: 46px; border-radius: 12px; flex: none;
  display: flex; align-items: center; justify-content: center;
  background: rgba(224,162,52,.16); color: var(--gold);
}

/* ---- "Working with us" band (redesigned feature strip) ---------------- */
.trade-band {
  /* lightest blue, diagonal gradient with a gentle contrast shift for distinction */
  background: linear-gradient(135deg, #e3edff 0%, #eef4ff 45%, #dde8ff 100%);
}
.trade-card {
  position: relative; background: #fff; border: 1px solid #e7ebf4;
  border-radius: 1.1rem; padding: 1.6rem 1.4rem; overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}
.trade-card::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: linear-gradient(var(--brand), var(--brand-400));
  transform: scaleY(0); transform-origin: top; transition: transform .35s ease;
}
.trade-card:hover { transform: translateY(-6px); box-shadow: 0 22px 44px -26px rgba(13,26,54,.4); }
.trade-card:hover::before { transform: scaleY(1); }
.trade-ico {
  width: 52px; height: 52px; border-radius: 14px; margin-bottom: 1rem;
  display: flex; align-items: center; justify-content: center;
  background: var(--brand-100); color: var(--brand);
}

/* ---- Blurred product backdrop on the quality card --------------------- */
.img-ph.dark { position: relative; }
.img-ph.dark .bg-blur {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  filter: blur(2px) brightness(.6) saturate(1.15); transform: scale(1.06);
  opacity: 0; transition: opacity 1s ease; z-index: 0;
}
.img-ph.dark .bg-blur.loaded { opacity: .85; }
/* subtle dark veil so the (now sharper) image keeps text legible */
.img-ph.dark::after {
  content: ""; position: absolute; inset: 0; z-index: 1; border-radius: inherit;
  background: linear-gradient(180deg, rgba(13,26,54,.45), rgba(13,26,54,.62));
}
.img-ph.dark .emoji { position: relative; z-index: 10; }

/* ---- World map (borderless, brand duotone) ---------------------------- */
.map-wrap {
  position: relative; aspect-ratio: 2 / 1; border-radius: 1.25rem; overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(31,70,147,.05) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(160deg, #eaf0fb, #dde7f7);
}
.map-wrap .map-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: fill;
  opacity: 0; transition: opacity .8s ease;
  /* keep continents clearly visible, lightly desaturated — no political borders */
  filter: grayscale(.55) contrast(1.05) brightness(1.05);
}
.map-wrap .map-img.loaded { opacity: .9; }

/* ---- Footer social icons --------------------------------------------- */
.social-ico {
  width: 38px; height: 38px; border-radius: 10px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.08); color: #cbd5e1;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.social-ico:hover { background: var(--brand); color: #fff; transform: translateY(-2px); }

/* ---- Hero background (gradient mesh + grain) -------------------------- */
.hero {
  position: relative; isolation: isolate;
  background:
    radial-gradient(900px 600px at 80% -10%, rgba(91,130,214,.45), transparent 60%),
    radial-gradient(700px 500px at 0% 110%, rgba(42,85,173,.5), transparent 55%),
    linear-gradient(160deg, #0d1a36 0%, #122a52 55%, #1f4693 130%);
}
.hero::after { /* subtle grain/dot pattern */
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .5;
  background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 22px 22px;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 75%);
          mask-image: linear-gradient(to bottom, #000 0%, transparent 75%);
}
/* Optional photo layer (loads when online, fades behind overlay) */
.hero-photo {
  position: absolute; inset: 0; z-index: -2; object-fit: cover; width: 100%; height: 100%;
  opacity: 0; transition: opacity 1.2s ease;
}
.hero-photo.loaded { opacity: .28; }

.badge-pill {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .5rem 1rem; border-radius: 999px; font-size: .82rem; font-weight: 500;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  color: #dbe4f7; backdrop-filter: blur(6px);
}

/* ---- Image placeholder (premium gradient + emoji) -------------------- */
.img-ph {
  position: relative; overflow: hidden; background: linear-gradient(135deg, #eef2fb, #dde6f8);
  display: flex; align-items: center; justify-content: center;
}
.img-ph .emoji { font-size: clamp(2.5rem, 6vw, 4rem); filter: drop-shadow(0 6px 14px rgba(31,70,147,.25)); }
.img-ph img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .9s ease; }
.img-ph img.loaded { opacity: 1; }
.img-ph.dark { background: linear-gradient(135deg, #14213f, #1f4693); }

/* ---- Cards ------------------------------------------------------------ */
.card {
  background: #fff; border: 1px solid #eef0f5; border-radius: 1.25rem;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: 0 26px 50px -24px rgba(13,26,54,.35); border-color: #dfe6f6; }

.product-card { overflow: hidden; }
.product-card .ph-wrap { transition: transform .5s ease; }
.product-card:hover .ph-wrap { transform: scale(1.06); }
.product-card.featured { border-color: var(--brand); box-shadow: 0 18px 40px -22px rgba(31,70,147,.5); }

/* ---- Availability indicator — a single status dot, no text ----------- */
.status-dot {
  width: 11px; height: 11px; border-radius: 50%; flex: none;
  position: relative; display: inline-block;
}
.status-dot::after {
  content: ""; position: absolute; inset: -4px; border-radius: 50%;
  border: 1px solid currentColor; opacity: .3;
}
.status-dot.is-available { background: #16a34a; color: #16a34a; }
.status-dot.is-soon { background: #f59e0b; color: #f59e0b; }
.status-dot.is-inquire { background: var(--brand); color: var(--brand); }

/* ---- Redesigned card link (circular arrow, not a sliding text-arrow) -- */
.card-link {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--font-head); font-weight: 600; font-size: .78rem;
  letter-spacing: .08em; text-transform: uppercase; color: var(--brand);
}
.card-link .arrow {
  width: 30px; height: 30px; border-radius: 50%; flex: none;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--brand-100); color: var(--brand);
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.card-link:hover .arrow { background: var(--brand); color: #fff; transform: translateX(3px); }

/* ---- Stat numbers (color comes from .text-grad / utility, not gold) --- */
.stat-num { font-family: var(--font-head); font-weight: 800; line-height: 1; }

/* ---- Feature strip (dark) -------------------------------------------- */
.feature-strip { background: var(--navy); }
.feature-item { border-left: 1px solid rgba(255,255,255,.08); }
.feature-item:first-child { border-left: none; }

/* ---- Filter tabs ------------------------------------------------------ */
.filter-tab {
  font-family: var(--font-head); font-weight: 600; font-size: .9rem;
  padding: .55rem 1.2rem; border-radius: 999px; cursor: pointer; color: #5b6577;
  border: 1px solid #e4e8f0; background: #fff; transition: all .2s ease;
}
.filter-tab.active, .filter-tab:hover { background: var(--brand); color: #fff; border-color: var(--brand); }

/* ---- Cert chips ------------------------------------------------------- */
.cert-chip {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--font-head); font-weight: 600; font-size: .85rem; color: #2b3a5c;
  padding: .65rem 1.05rem; border-radius: .8rem; border: 1px solid #dbe2f0; background: #fff;
  transition: all .2s ease;
}
.cert-chip svg { width: 18px; height: 18px; color: var(--brand); flex: none; }
.cert-chip:hover { border-color: var(--brand); color: var(--brand); transform: translateY(-2px); box-shadow: 0 10px 22px -14px rgba(31,70,147,.6); }
/* partner certs — subtly distinct (soft brand-tinted fill) */
.cert-chip.alt { background: #eef3fc; border-color: #d7e2f5; }
.cert-chip.alt svg { color: var(--brand-600); }

/* ---- World map dots --------------------------------------------------- */
.map-dot { fill: var(--gold); }
.map-ping { transform-origin: center; animation: ping 2.4s ease-out infinite; }
@keyframes ping { 0% { r: 4; opacity: .8; } 80%,100% { r: 16; opacity: 0; } }

/* ---- Floating buttons ------------------------------------------------- */
.fab-wa {
  position: fixed; right: 22px; bottom: 22px; z-index: 60;
  width: 60px; height: 60px; border-radius: 50%;
  background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 30px -8px rgba(37,211,102,.7);
  transition: transform .25s ease;
}
.fab-wa:hover { transform: scale(1.08); }
/* pulse ring only animates on hover (no continuous outward effect) */
.fab-wa::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  background: #25d366; z-index: -1; opacity: 0;
}
.fab-wa:hover::before { animation: pulse 1.5s ease-out infinite; }
@keyframes pulse { 0% { transform: scale(1); opacity: .55; } 70%,100% { transform: scale(1.9); opacity: 0; } }

/* WhatsApp tooltip (appears on hover, points at the button) */
.fab-tip {
  position: absolute; right: calc(100% + 16px); top: 50%;
  transform: translateY(-50%) translateX(10px);
  background: #fff; color: var(--navy); border-radius: 14px;
  padding: .65rem .95rem; text-align: right; white-space: nowrap;
  box-shadow: 0 18px 44px -14px rgba(13,26,54,.5);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}
.fab-tip strong { display: block; font-family: var(--font-head); font-size: .82rem; font-weight: 700; color: var(--navy); }
.fab-tip span { display: block; font-size: .8rem; font-weight: 600; color: #16a34a; margin-top: 1px; }
.fab-tip::after {
  content: ""; position: absolute; left: 100%; top: 50%; transform: translateY(-50%);
  border: 7px solid transparent; border-left-color: #fff;
}
.fab-wa:hover .fab-tip { opacity: 1; visibility: visible; transform: translateY(-50%) translateX(0); }

.fab-top {
  position: fixed; right: 26px; bottom: 96px; z-index: 55;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transform: translateY(10px);
  transition: opacity .3s ease, transform .3s ease, background .2s ease;
}
.fab-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
.fab-top:hover { background: var(--brand); }

/* ---- Scroll reveal (directional + zoom variants, smooth easing) ------- */
.reveal {
  opacity: 0; transform: translateY(30px);
  transition: opacity .7s cubic-bezier(.22,.61,.36,1), transform .7s cubic-bezier(.22,.61,.36,1);
  will-change: opacity, transform;
}
.reveal.from-left { transform: translateX(-40px); }
.reveal.from-right { transform: translateX(40px); }
.reveal.zoom { transform: scale(.94); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .09s; }
.reveal.d2 { transition-delay: .18s; }
.reveal.d3 { transition-delay: .27s; }
.reveal.d4 { transition-delay: .36s; }
.reveal.d5 { transition-delay: .45s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none; }
  .map-ping, .fab-wa::before, .text-grad, .text-grad-deep,
  .tg-1, .tg-2, .tg-3, .tg-4, .tg-5, .tg-6, .tg-7, .tg-8 { animation: none !important; }
}

/* ---- "Why dehydrated" compact panel (card-in-section, distinct look) -- */
.wd-panel {
  border-radius: 1.75rem; padding: 1.75rem;
  background: linear-gradient(120deg, #e7eeff 0%, #f4f7ff 55%, #eae9ff 100%);
  border: 1px solid #e1e8f6;
  box-shadow: 0 26px 54px -34px rgba(13,26,54,.35);
}
@media (min-width: 1024px) { .wd-panel { padding: 2.4rem 2.8rem; } }
.wd-item {
  background: #fff; border: 1px solid #eef0f5; border-radius: 1rem; padding: 1.05rem 1.1rem;
  transition: transform .25s ease, box-shadow .25s ease;
}
.wd-item:hover { transform: translateY(-4px); box-shadow: 0 16px 32px -18px rgba(13,26,54,.4); }
.wd-ico {
  width: 38px; height: 38px; border-radius: 11px; margin-bottom: .7rem;
  display: flex; align-items: center; justify-content: center;
  background: var(--brand-100); color: var(--brand);
}

/* ---- Purpose / goals (editorial, no boxed cards) --------------------- */
.goal-bar { display: block; width: 34px; height: 3px; border-radius: 3px; background: var(--grad-deep); margin-bottom: .9rem; }

/* Mission & Vision — vertical accent bar + plain gradient label + soft text */
.mv-bar { width: 4px; border-radius: 4px; background: var(--grad-deep); flex: none; }
.mv-label {
  display: inline-block; margin-bottom: .9rem;
  font-family: var(--font-head); font-weight: 700; font-size: .82rem;
  letter-spacing: .16em; text-transform: uppercase;
  background: var(--grad-deep); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.mv-text { color: #64748b; font-family: var(--font-head); font-weight: 500; line-height: 1.45; }

/* ---- Process steps card (modern stepper, replaces decorative visual) -- */
.proc-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 1.75rem; padding: 1.75rem; backdrop-filter: blur(8px);
}
@media (min-width: 1024px) { .proc-card { padding: 2.25rem 2.4rem; } }
.proc-head {
  display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 1.6rem;
  color: #bcd0ff; font-family: var(--font-head); font-weight: 700;
  font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
}
.proc-step { display: flex; gap: 1rem; position: relative; padding-bottom: 1.6rem; }
.proc-step:last-child { padding-bottom: 0; }
.proc-step::before {
  content: ""; position: absolute; left: 19px; top: 44px; bottom: 2px; width: 2px;
  background: linear-gradient(rgba(94,234,212,.55), rgba(129,140,248,.05));
}
.proc-step:last-child::before { display: none; }
.proc-num {
  width: 40px; height: 40px; border-radius: 50%; flex: none;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head); font-weight: 700; font-size: .95rem; color: #0d1a36;
  background: var(--grad-bright);
}
.proc-step h4 { color: #fff; font-family: var(--font-head); font-weight: 700; font-size: 1.02rem; }
.proc-step p { color: #c6d2e6; font-size: .86rem; margin-top: .15rem; line-height: 1.45; }

/* ---- Mobile menu ------------------------------------------------------ */
.mobile-menu { transition: opacity .3s ease, visibility .3s ease; }
.mobile-menu.hidden-menu { opacity: 0; visibility: hidden; }

/* ---- Process section (deep blue gradient — lighter & distinct from footer) */
.bg-process {
  background:
    radial-gradient(700px 400px at 85% 0%, rgba(91,130,214,.28), transparent 60%),
    linear-gradient(155deg, #14264c 0%, #1c3a72 60%, #214a99 100%);
}

/* =======================================================================
   FOOTER — layered gradient, watermark, trust strip (not a flat dark block)
   ======================================================================= */
.site-footer {
  position: relative; isolation: isolate; overflow: hidden; color: #cdd6e6;
  background:
    radial-gradient(600px 380px at 12% 0%, rgba(91,130,214,.22), transparent 60%),
    radial-gradient(700px 460px at 100% 100%, rgba(31,70,147,.45), transparent 55%),
    linear-gradient(160deg, #0b1730 0%, #0d1f44 55%, #12306b 100%);
  background-color: #0b1730;
}
/* dotted texture + accent top line */
.site-footer::before {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .5;
  background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 22px 22px;
}
.footer-topline { height: 3px; background: var(--grad-bright); }
/* big faded watermark */
.footer-watermark {
  position: absolute; right: -2%; bottom: -8%; z-index: -1;
  font-family: var(--font-head); font-weight: 800; font-size: clamp(7rem, 16vw, 15rem);
  line-height: .8; color: #fff; opacity: .035; letter-spacing: -.04em; pointer-events: none;
  white-space: nowrap;
}
/* trust strip */
.trust-strip {
  display: grid; gap: 1px; background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08); border-radius: 1rem; overflow: hidden;
}
@media (min-width: 768px) { .trust-strip { grid-template-columns: repeat(4, 1fr); } }
.trust-item {
  display: flex; align-items: center; gap: .85rem; padding: 1.1rem 1.25rem;
  background: rgba(255,255,255,.02);
}
.trust-item .t-ico {
  width: 42px; height: 42px; border-radius: 12px; flex: none;
  display: flex; align-items: center; justify-content: center;
  background: rgba(94,234,212,.12); color: #7ee0d3;
}
.trust-item .t-num { font-family: var(--font-head); font-weight: 800; color: #fff; font-size: 1.15rem; line-height: 1; }
.trust-item .t-label { font-size: .8rem; color: #9fb0c9; margin-top: 2px; }
.footer-link { color: #aebbd0; transition: color .2s ease, padding-left .2s ease; }
.footer-link:hover { color: #fff; padding-left: 4px; }

/* =======================================================================
   ABOUT PAGE
   ======================================================================= */
.about-hero {
  position: relative; isolation: isolate; overflow: hidden;
  background:
    radial-gradient(720px 420px at 88% -10%, rgba(91,130,214,.20), transparent 60%),
    radial-gradient(560px 360px at 0% 120%, rgba(124,58,237,.10), transparent 55%),
    linear-gradient(180deg, #eef3fc 0%, #f7f8fb 100%);
}
.about-hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .55;
  background-image: radial-gradient(rgba(31,70,147,.07) 1px, transparent 1px);
  background-size: 22px 22px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 82%);
          mask-image: linear-gradient(to bottom, #000, transparent 82%);
}
.crumb a { color: #94a3b8; transition: color .2s ease; }
.crumb a:hover { color: var(--brand); }

/* Company at a glance */
.glance { background: #fff; border: 1px solid #e7ecf6; border-radius: 1.5rem; box-shadow: 0 26px 54px -34px rgba(13,26,54,.35); overflow: hidden; }
.glance-row { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .95rem 1.5rem; border-top: 1px solid #eef1f7; }
.glance-row .k { color: #8a93a6; font-size: .82rem; }
.glance-row .v { color: var(--navy); font-family: var(--font-head); font-weight: 600; font-size: .9rem; text-align: right; }

/* Country marquee */
.marquee { position: relative; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.marquee-track { display: inline-flex; gap: .9rem; padding: .25rem 0; white-space: nowrap; animation: marquee 40s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.country-chip {
  display: inline-flex; align-items: center; gap: .5rem; flex: none;
  font-family: var(--font-head); font-weight: 600; font-size: .9rem; color: #2b3a5c;
  padding: .6rem 1.1rem; border-radius: 999px; border: 1px solid #dbe2f0; background: #fff;
}
.country-chip .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--grad-deep); flex: none; }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; } }

/* =======================================================================
   BLOG
   ======================================================================= */
.blog-banner { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.blog-banner .b-emoji { font-size: 3.25rem; filter: drop-shadow(0 8px 18px rgba(0,0,0,.28)); position: relative; z-index: 1; }
.blog-banner::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 28% 18%, rgba(255,255,255,.22), transparent 55%); }
.blog-cat { display: inline-flex; align-items: center; font-family: var(--font-head); font-weight: 700; font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; color: var(--brand); background: var(--brand-100); padding: .32rem .7rem; border-radius: 999px; }
.blog-meta { color: #94a3b8; font-size: .82rem; }
.read-link { display: inline-flex; align-items: center; gap: .5rem; font-family: var(--font-head); font-weight: 600; font-size: .82rem; letter-spacing: .04em; color: var(--brand); }
.read-link svg { transition: transform .2s ease; }
.read-link:hover svg { transform: translateX(3px); }
.blog-card-link:hover .blog-title { color: var(--brand); }
.blog-title { transition: color .2s ease; }

/* FAQ accordion (native details) */
.faq-item { border: 1px solid #e7ecf6; border-radius: 1rem; background: #fff; transition: box-shadow .2s ease; }
.faq-item + .faq-item { margin-top: .8rem; }
.faq-item[open] { box-shadow: 0 16px 34px -22px rgba(13,26,54,.4); }
.faq-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.15rem 1.35rem; font-family: var(--font-head); font-weight: 600; color: var(--navy); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary .chev { flex: none; color: var(--brand); transition: transform .25s ease; }
.faq-item[open] summary .chev { transform: rotate(180deg); }
.faq-item .faq-body { padding: 0 1.35rem 1.25rem; color: #5b6577; line-height: 1.65; }

/* Article typography */
.prose-article { color: #374151; font-size: 1.075rem; line-height: 1.78; }
.prose-article h2 { font-family: var(--font-head); font-weight: 700; color: var(--navy); font-size: 1.5rem; letter-spacing: -.02em; margin: 2.1rem 0 .8rem; }
.prose-article p { margin: 0 0 1.15rem; }
.prose-article ul { margin: 0 0 1.3rem; padding-left: 0; list-style: none; }
.prose-article li { position: relative; padding-left: 1.6rem; margin-bottom: .55rem; }
.prose-article li::before { content: ""; position: absolute; left: 0; top: .62em; width: 7px; height: 7px; border-radius: 2px; background: var(--grad-deep); }
.prose-article strong { color: var(--navy); font-weight: 600; }

/* =======================================================================
   HOMEPAGE ANIMATIONS (subtle, IntersectionObserver-driven)
   ======================================================================= */
/* Card shine sweep on hover */
.product-card, .trade-card, .blog-card-link { position: relative; }
.product-card::after, .trade-card::after, .blog-card-link::after {
  content: ""; position: absolute; top: 0; left: -60%; width: 45%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.35), transparent);
  transform: skewX(-18deg); pointer-events: none; opacity: 0; z-index: 3;
}
.product-card:hover::after, .trade-card:hover::after, .blog-card-link:hover::after {
  opacity: 1; animation: card-shine .85s ease;
}
@keyframes card-shine { from { left: -60%; } to { left: 130%; } }

/* Process stepper: connecting line draws + numbered badges pop in */
.proc-step::before { transform: scaleY(0); transform-origin: top; transition: transform .6s ease .12s; }
.proc-step.in::before { transform: scaleY(1); }
.proc-num { transform: scale(.4); opacity: 0; transition: transform .5s cubic-bezier(.34,1.56,.64,1), opacity .4s ease; }
.proc-step.in .proc-num { transform: scale(1); opacity: 1; }

/* Markets map: pins pop + routes fade in when scrolled into view */
.map-wrap .map-pin { transform: translate(-50%, -50%) scale(0); opacity: 0;
  transition: transform .55s cubic-bezier(.34,1.56,.64,1), opacity .4s ease; }
.reveal.in .map-pin { transform: translate(-50%, -50%) scale(1); opacity: 1; }
.map-wrap .map-route { opacity: 0; transition: opacity 1s ease .25s; }
.reveal.in .map-route { opacity: 1; }

@media (prefers-reduced-motion: reduce) {
  .product-card::after, .trade-card::after, .blog-card-link::after { display: none; }
  .proc-step::before, .proc-step.in::before { transform: scaleY(1); transition: none; }
  .proc-num { transform: none; opacity: 1; transition: none; }
  .map-wrap .map-pin { transform: translate(-50%, -50%) scale(1); opacity: 1; transition: none; }
  .map-wrap .map-route { opacity: 1; transition: none; }
}

/* =======================================================================
   SHARED PAGE HERO (blueprint backdrop + watermark) + WAVE DIVIDER
   ======================================================================= */
.blueprint { position: relative; background: #fbfcfe; overflow: hidden; isolation: isolate; }
.blueprint::before {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .6;
  background-image:
    linear-gradient(rgba(31,70,147,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31,70,147,.05) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: radial-gradient(130% 100% at 50% 0%, #000 55%, transparent 92%);
  mask-image: radial-gradient(130% 100% at 50% 0%, #000 55%, transparent 92%);
}
.bp-plus { position: absolute; width: 20px; height: 20px; z-index: 0; pointer-events: none; }
.bp-plus::before, .bp-plus::after { content: ""; position: absolute; background: rgba(31,70,147,.22); }
.bp-plus::before { left: 50%; top: 0; width: 1.5px; height: 100%; transform: translateX(-50%); }
.bp-plus::after { top: 50%; left: 0; height: 1.5px; width: 100%; transform: translateY(-50%); }

/* Reusable hero */
.page-hero { position: relative; padding: 3.25rem 0 3.5rem; }
@media (min-width: 1024px) { .page-hero { padding: 3.75rem 0 4rem; } }
.ph-stack { position: relative; text-align: center; padding: 2.25rem 0; }
.ph-watermark {
  position: absolute; left: 50%; top: 52%; transform: translate(-50%, -50%);
  font-family: "Sora", sans-serif; font-weight: 800; white-space: nowrap; letter-spacing: -.02em;
  font-size: clamp(5rem, 19vw, 17rem); line-height: 1; z-index: 0; pointer-events: none;
  color: transparent; -webkit-text-stroke: 1.5px rgba(31,70,147,.10);
  background: linear-gradient(180deg, rgba(31,70,147,.10), rgba(31,70,147,.02));
  -webkit-background-clip: text; background-clip: text;
}
.ph-fore { position: relative; z-index: 1; }
.ph-h1 { font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1.07; color: #16265a; }
.ph-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem; }
.ph-chip {
  font: 600 .82rem "Inter", sans-serif; color: #2b4585;
  background: #fff; border: 1px solid #dde6f5; border-radius: 999px; padding: .42rem .9rem;
  box-shadow: 0 6px 16px -12px rgba(31,70,147,.5);
}

/* Section-heading watermark (e.g. one home section) */
.sec-wm { position: relative; }
.sec-wm-word {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  font-family: "Sora", sans-serif; font-weight: 800; white-space: nowrap; letter-spacing: -.02em;
  font-size: clamp(3.5rem, 12vw, 9rem); line-height: 1; z-index: 0; pointer-events: none;
  color: transparent; -webkit-text-stroke: 1.5px rgba(31,70,147,.08);
}
.sec-wm > *:not(.sec-wm-word) { position: relative; z-index: 1; }

/* Wave divider between two sections */
.wave-divider { line-height: 0; }
.wave-divider svg { display: block; width: 100%; height: 64px; }
@media (min-width: 768px) { .wave-divider svg { height: 104px; } }

/* =======================================================================
   ABOUT — "way we work" (indexed cards) + "who we partner with" (rows)
   ======================================================================= */
.val-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.4rem; }
.val-card {
  position: relative; overflow: hidden; background: #fff; border: 1px solid #e7edf7;
  border-radius: 1.3rem; padding: 2rem 1.7rem;
  box-shadow: 0 14px 34px -28px rgba(31,70,147,.4);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.val-card::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 4px; width: 100%;
  background: linear-gradient(90deg, #2b57b0, #1f4693); transform: scaleX(0); transform-origin: left;
  transition: transform .45s ease;
}
.val-card:hover { transform: translateY(-5px); box-shadow: 0 26px 50px -30px rgba(31,70,147,.5); border-color: #cfddf5; }
.val-card:hover::after { transform: scaleX(1); }
.val-num { position: absolute; top: .5rem; right: 1.1rem; font-family: "Sora", sans-serif; font-weight: 800; font-size: 3.6rem; line-height: 1; color: rgba(31,70,147,.06); }
.val-ico {
  position: relative; width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center; color: #fff;
  background: linear-gradient(150deg, #2b57b0, #1f4693); box-shadow: 0 10px 20px -10px rgba(31,70,147,.6);
}
.val-ico svg { width: 26px; height: 26px; }
.val-title { font-family: "Sora", sans-serif; font-weight: 700; font-size: 1.12rem; color: #16265a; margin-top: 1.1rem; }
.val-desc { color: #54627d; font-size: .93rem; line-height: 1.6; margin-top: .5rem; }

/* Partner types — header-only pills */
.part-tags { display: flex; flex-wrap: wrap; gap: .9rem; }
.part-tag {
  display: inline-flex; align-items: center; gap: .7rem;
  font: 700 1.02rem "Sora", sans-serif; color: #16265a;
  background: #fff; border: 1px solid #e2e9f5; border-radius: 999px; padding: .85rem 1.45rem;
  box-shadow: 0 10px 24px -18px rgba(31,70,147,.5);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease, color .25s ease;
}
.part-tag:hover { transform: translateY(-3px); border-color: #1f4693; box-shadow: 0 18px 32px -18px rgba(31,70,147,.55); }
.part-tag-cta { background: linear-gradient(135deg, #122a52, #1f4693); color: #fff; border-color: transparent; }
.part-tag-cta svg { width: 18px; height: 18px; color: #fff; transition: transform .25s ease; }
.part-tag-cta:hover { color: #fff; border-color: transparent; box-shadow: 0 20px 36px -16px rgba(18,42,82,.7); }
.part-tag-cta:hover svg { transform: translateX(4px); }

/* Slant + curve section dividers (variety alongside the wave) */
.slant-divider, .curve-divider { line-height: 0; }
.slant-divider svg { display: block; width: 100%; height: 56px; }
.curve-divider svg { display: block; width: 100%; height: 60px; }
.curve-divider.flip svg { transform: scaleY(-1); }
@media (min-width: 768px) {
  .slant-divider svg { height: 88px; }
  .curve-divider svg { height: 104px; }
}

/* =======================================================================
   LANGUAGE PICKER + GOOGLE TRANSLATE (hide its default UI/banner)
   ======================================================================= */
.lang-dd { position: relative; }
.lang-dd-menu {
  position: absolute; top: 100%; right: 0; padding-top: 12px; /* hover bridge */
  opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease; z-index: 60;
}
.lang-dd:hover .lang-dd-menu, .lang-dd:focus-within .lang-dd-menu {
  opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0);
}
.lang-dd-card {
  width: 220px; max-height: 340px; overflow-y: auto; background: #fff; border: 1px solid #eef0f5;
  border-radius: 1rem; box-shadow: 0 26px 54px -22px rgba(13,26,54,.4); padding: .5rem;
}
.lang-dd-item {
  display: flex; align-items: center; gap: .65rem; width: 100%; text-align: left;
  padding: .55rem .7rem; border-radius: .6rem; cursor: pointer; border: none; background: none;
  font-size: .9rem; color: #334155; font-family: var(--font-body); transition: background .15s ease, color .15s ease;
}
.lang-dd-item:hover { background: var(--brand-100); color: var(--brand); }
.lang-dd-item.active { background: var(--brand-100); color: var(--brand); font-weight: 600; }
.lang-flag { font-size: 1.1rem; line-height: 1; }

/* Mobile language select */
.lang-select {
  appearance: none; -webkit-appearance: none; cursor: pointer;
  font-family: var(--font-body); font-size: 1rem; color: #fff;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px; padding: .55rem 1.4rem; margin-top: .25rem; text-align: center;
}
.lang-select option { color: #0d1a36; }

/* Suppress Google Translate's banner + branding; keep the widget functional but off-screen */
#google_translate_element { position: absolute !important; left: -9999px !important; top: -9999px !important; }
.goog-te-banner-frame, .goog-te-banner-frame.skiptranslate { display: none !important; }
.goog-te-gadget-icon { display: none !important; }
body { top: 0 !important; }
.skiptranslate > iframe { visibility: hidden !important; height: 0 !important; }
#goog-gt-tt, .goog-te-balloon-frame { display: none !important; }
font.goog-text-highlight { background: none !important; box-shadow: none !important; }

/* Export-footprint legend — flag chips */
.market-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; margin-top: 2rem; }
.market-chip {
  display: inline-flex; align-items: center; gap: .55rem;
  font: 600 .9rem var(--font-body); color: #16265a;
  background: #fff; border: 1px solid #e2e9f5; border-radius: 999px; padding: .5rem 1.05rem;
  box-shadow: 0 10px 22px -18px rgba(31,70,147,.55);
  transition: transform .2s ease, box-shadow .25s ease, border-color .2s ease;
}
.market-chip:hover { transform: translateY(-2px); border-color: #cfddf5; box-shadow: 0 16px 28px -16px rgba(31,70,147,.6); }
.market-flag { font-size: 1.15rem; line-height: 1; }

/* =======================================================================
   PRODUCTS — landing, category hero, grid, detail page, enquiry dialog
   ======================================================================= */
@keyframes pd-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes pd-pop { from { opacity: 0; transform: translateY(14px) scale(.96); } to { opacity: 1; transform: none; } }

/* ---- Landing: alternating category rows ---- */
.cat-row {
  display: grid; gap: 1.6rem; align-items: center; background: #fff; border: 1px solid #eef1f7;
  border-radius: 1.6rem; overflow: hidden; padding: 2rem; box-shadow: 0 20px 48px -34px rgba(31,70,147,.4);
}
@media (min-width: 900px) {
  .cat-row { grid-template-columns: 1.05fr 1fr; gap: 3rem; padding: 2.6rem 3rem; }
  .cat-row[data-side="r"] .cat-row-text { order: 2; }
}
.cat-row-head { display: flex; align-items: center; gap: .8rem; }
.cat-index { font: 800 1.5rem "Sora", sans-serif; color: var(--from); opacity: .55; }
.cat-emoji { font-size: 1.8rem; }
.cat-name { font: 800 clamp(1.4rem,2.6vw,1.9rem)/1.1 "Sora", sans-serif; color: #16265a; margin-top: .7rem; }
.cat-desc { color: #54627d; margin-top: .7rem; line-height: 1.65; }
.cat-row-foot { display: flex; align-items: center; gap: 1.2rem; margin-top: 1.5rem; flex-wrap: wrap; }
.cat-cta { display: inline-flex; align-items: center; gap: .5rem; font: 600 .95rem "Sora", sans-serif; color: #fff; background: linear-gradient(135deg, var(--from), var(--to)); padding: .7rem 1.3rem; border-radius: 999px; transition: transform .2s ease, box-shadow .25s ease; box-shadow: 0 14px 26px -14px rgba(13,26,54,.5); }
.cat-cta:hover { transform: translateY(-2px); }
.cat-cta svg { width: 16px; height: 16px; }
.cat-count { font: 600 .85rem "Inter", sans-serif; color: #8a97b2; }
.cat-row-media { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; border-radius: 1.2rem; overflow: hidden; padding: 1.1rem; }
.cat-media-tint { position: absolute; inset: 0; background: linear-gradient(150deg, var(--from), var(--to)); opacity: .09; }
.cat-thumb { position: relative; z-index: 1; aspect-ratio: 1; background: #fff; border: 1px solid #eef1f7; border-radius: .9rem; display: grid; place-items: center; overflow: hidden; box-shadow: 0 8px 18px -14px rgba(13,26,54,.45); }
.cat-thumb img { width: 80%; height: 80%; object-fit: contain; }
.cat-thumb-emoji { font-size: 2.1rem; }

/* ---- Category hero ---- */
.cathero { position: relative; overflow: hidden; isolation: isolate; padding: 3.5rem 0 3rem; color: #fff;
  background: linear-gradient(150deg, var(--from), var(--to)); }
@media (min-width: 1024px) { .cathero { padding: 4rem 0 3.5rem; } }
/* subtle dot texture, masked to the top */
.cathero::before {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .5;
  background-image: radial-gradient(rgba(255,255,255,.16) 1.2px, transparent 1.2px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(130% 95% at 70% 0%, #000 32%, transparent 78%);
  mask-image: radial-gradient(130% 95% at 70% 0%, #000 32%, transparent 78%);
}
/* soft corner glow */
.cathero-glow { position: absolute; z-index: -1; width: 520px; height: 520px; right: -130px; top: -170px;
  background: radial-gradient(circle, rgba(255,255,255,.22), transparent 62%); pointer-events: none; }
/* large faint category motif (depicts the category) */
.cathero-motif {
  position: absolute; z-index: -1; right: 3%; top: 52%; transform: translateY(-50%);
  font-size: clamp(8rem, 22vw, 17rem); line-height: 1; opacity: .14; pointer-events: none;
  filter: grayscale(.2) drop-shadow(0 8px 20px rgba(0,0,0,.25));
}
@media (max-width: 768px) { .cathero-motif { opacity: .1; right: -2%; font-size: 9rem; } }

/* right-side hero photo — fades into the accent gradient so the left text stays dominant */
.cathero.has-photo { min-height: 360px; }
@media (min-width: 1024px) { .cathero.has-photo { min-height: 420px; } }
/* full-bleed, zoomed photo that fades in from the right (after the heading) */
.cathero-photo {
  position: absolute; inset: 0; z-index: -1;
  background-size: cover; background-position: right center; background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 46%, rgba(0,0,0,.5) 58%, #000 72%);
  mask-image: linear-gradient(90deg, transparent 0%, transparent 46%, rgba(0,0,0,.5) 58%, #000 72%);
}
.cathero.has-photo .cathero-sub { max-width: 30rem; text-shadow: 0 1px 10px rgba(60,20,8,.3); }
@media (max-width: 860px) {
  .cathero-photo { opacity: .18; -webkit-mask-image: none; mask-image: none; }
  .cathero.has-photo .cathero-sub { max-width: none; }
}
.crumb-on-dark, .crumb-on-dark a { color: rgba(255,255,255,.78); }
.crumb-on-dark a:hover { color: #fff; }
.cathero-emoji { display: block; font-size: 2.4rem; margin-top: 1.5rem; }
.cathero-title { font: 800 clamp(2rem,5vw,3.2rem)/1.05 "Sora", sans-serif; margin-top: .5rem; }
.cathero-sub { color: rgba(255,255,255,.88); font-size: 1.05rem; max-width: 44rem; margin-top: 1rem; line-height: 1.6; }
.cathero-meta { display: flex; flex-wrap: wrap; gap: .5rem 1rem; margin-top: 1.4rem; color: rgba(255,255,255,.82); font-size: .85rem; font-weight: 600; }
.cathero-meta .dotsep { opacity: .5; }

/* ---- Product grid + cards ---- */
.prod-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1.4rem; }
.prod-card { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid #eef1f7; border-radius: 1.3rem; overflow: hidden; box-shadow: 0 16px 40px -30px rgba(31,70,147,.4); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.prod-card:hover { transform: translateY(-5px); box-shadow: 0 28px 54px -28px rgba(31,70,147,.5); border-color: #dbe4f3; }
.prod-media { position: relative; display: grid; place-items: center; aspect-ratio: 4/3; overflow: hidden; background: #f7f9fd; }
.prod-media-tint { position: absolute; inset: 0; background: linear-gradient(150deg, var(--from), var(--to)); opacity: .08; }
.prod-media img { position: relative; z-index: 1; width: 74%; height: 74%; object-fit: contain; transition: transform .4s ease; }
.prod-card:hover .prod-media img { transform: scale(1.07); }
.prod-emoji { position: relative; z-index: 1; font-size: 3rem; }
.prod-badge { position: absolute; top: .7rem; right: .7rem; z-index: 2; font: 700 .62rem "Sora", sans-serif; letter-spacing: .04em; color: #16265a; background: rgba(255,255,255,.92); border: 1px solid #e2e9f5; padding: .22rem .55rem; border-radius: 999px; }
.prod-body { padding: 1.1rem 1.2rem 1.2rem; display: flex; flex-direction: column; flex: 1; }
.prod-hsn { font: 700 .62rem "Sora", sans-serif; letter-spacing: .06em; color: #8a97b2; }
.prod-name { font: 700 1.05rem "Sora", sans-serif; color: #16265a; margin-top: .3rem; }
.prod-name a:hover { color: var(--brand); }
.prod-tag { color: #5a6884; font-size: .85rem; line-height: 1.5; margin-top: .35rem; flex: 1; }
.prod-actions { display: flex; align-items: center; justify-content: space-between; gap: .6rem; margin-top: 1.1rem; }
.prod-view { display: inline-flex; align-items: center; gap: .35rem; font: 600 .82rem "Sora", sans-serif; color: var(--brand); }
.prod-view svg { width: 15px; height: 15px; transition: transform .2s ease; }
.prod-view:hover svg { transform: translateX(3px); }
.prod-enq { font: 600 .82rem "Sora", sans-serif; color: #fff; background: linear-gradient(135deg, #2b57b0, #1f4693); border: none; border-radius: 999px; padding: .42rem .95rem; cursor: pointer; transition: transform .2s ease; }
.prod-enq:hover { transform: translateY(-2px); }

/* ---- Detail page ---- */
.pd-top { background: linear-gradient(180deg, #f6f9ff, #ffffff); padding: 1.5rem 0 3rem; }
.pd-grid { display: grid; gap: 2rem; margin-top: 1.5rem; }
@media (min-width: 900px) { .pd-grid { grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; } .pd-media { position: sticky; top: 96px; } }
.pd-cat-pill { display: inline-flex; align-items: center; gap: .4rem; font: 700 .7rem "Sora", sans-serif; letter-spacing: .03em; color: #16265a; background: #fff; border: 1px solid #e2e9f5; border-radius: 999px; padding: .35rem .8rem; margin-bottom: .9rem; }
.pd-frame { position: relative; border-radius: 1.4rem; overflow: hidden; background: #fff; border: 1px solid #eef1f7; aspect-ratio: 1; display: grid; place-items: center; cursor: zoom-in; box-shadow: 0 24px 60px -36px rgba(31,70,147,.5); }
.pd-frame::before { content: ""; position: absolute; inset: 0; background: linear-gradient(150deg, var(--from), var(--to)); opacity: .07; }
.pd-frame.no-img { cursor: default; }
.pd-img { position: relative; z-index: 1; width: 82%; height: 82%; object-fit: contain; transition: transform .15s ease; will-change: transform; }
.pd-emoji { font-size: 5rem; }
.pd-zoom-hint { position: absolute; z-index: 2; bottom: .8rem; left: 50%; transform: translateX(-50%); display: inline-flex; align-items: center; gap: .4rem; font: 600 .72rem "Inter", sans-serif; color: #46566f; background: rgba(255,255,255,.92); border: 1px solid #e6ecf6; border-radius: 999px; padding: .3rem .7rem; pointer-events: none; }
.pd-zoom-hint svg { width: 14px; height: 14px; }
.pd-forms { margin-top: 1.2rem; }
.pd-forms-label { display: block; font: 700 .68rem "Sora", sans-serif; letter-spacing: .06em; text-transform: uppercase; color: #8a97b2; margin-bottom: .5rem; }
.pd-forms-toggle { display: inline-flex; flex-wrap: wrap; gap: .35rem; background: #f1f5fc; border: 1px solid #e2e9f5; border-radius: 999px; padding: .3rem; }
.pd-form-btn { font: 600 .82rem "Sora", sans-serif; color: #51607a; background: none; border: none; border-radius: 999px; padding: .45rem .95rem; cursor: pointer; transition: color .2s ease, background .2s ease; }
.pd-form-btn:hover { color: #1f4693; }
.pd-form-btn.active { color: #fff; background: linear-gradient(135deg, #2b57b0, #1f4693); box-shadow: 0 8px 18px -10px rgba(31,70,147,.7); }
.pd-title { font: 800 clamp(1.8rem,4vw,2.6rem)/1.1 "Sora", sans-serif; color: #16265a; }
.pd-botanical { font-style: italic; color: #8a97b2; margin-top: .25rem; }
.pd-tagline { font-size: 1.1rem; color: #2b4585; font-weight: 600; margin-top: .8rem; line-height: 1.5; }
.pd-chips { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.pd-chip { font: 600 .75rem "Inter", sans-serif; color: #46566f; background: #f1f5fc; border: 1px solid #e2e9f5; border-radius: 999px; padding: .3rem .7rem; }
.pd-chip-hsn { color: #1f4693; background: #eaf0fb; }
.pd-desc { color: #475068; line-height: 1.7; margin-top: 1.1rem; }
.pd-cta { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.5rem; }
.pd-quickspec { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-top: 1.6rem; border-top: 1px solid #eef1f7; padding-top: 1.3rem; }
.pd-quickspec dt { font: 700 .6rem "Sora", sans-serif; letter-spacing: .05em; text-transform: uppercase; color: #8a97b2; }
.pd-quickspec dd { font: 600 .92rem "Sora", sans-serif; color: #16265a; margin-top: .2rem; }
.pd-h2 { font: 800 1.4rem "Sora", sans-serif; color: #16265a; margin-bottom: 1.1rem; }
.pd-feat-grid { display: grid; gap: .8rem; }
@media (min-width: 560px) { .pd-feat-grid { grid-template-columns: 1fr 1fr; } }
.pd-feat { display: flex; gap: .7rem; align-items: flex-start; background: #f7f9fd; border: 1px solid #eef1f7; border-radius: .9rem; padding: .9rem 1rem; color: #384154; font-size: .95rem; }
.pd-feat-ico { flex: none; width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, #18a86f, #0f7a52); }
.pd-feat-ico svg { width: 13px; height: 13px; }
.pd-use-grid { display: flex; flex-wrap: wrap; gap: .5rem; }
.pd-use, .pd-grade { font: 600 .85rem "Inter", sans-serif; border-radius: 999px; padding: .45rem .9rem; }
.pd-use { color: #2b4585; background: #eef2fb; border: 1px solid #dfe7f5; }
.pd-grade { color: #0f7a52; background: #e7f7ef; border: 1px solid #c4ecd8; }
.pd-spec-card { background: #fff; border: 1px solid #e7edf7; border-radius: 1.3rem; padding: 1.6rem; box-shadow: 0 18px 44px -32px rgba(31,70,147,.4); }
@media (min-width: 1024px) { .pd-spec-card { position: sticky; top: 96px; } }
.pd-spec-title { font: 800 1.1rem "Sora", sans-serif; color: #16265a; margin-bottom: .8rem; }
.pd-spec-row { display: grid; grid-template-columns: auto 1fr; gap: 1rem; padding: .6rem 0; border-bottom: 1px dashed #e9eef6; }
.pd-spec-row:last-child { border-bottom: none; }
.pd-spec-row dt { font: 600 .8rem "Inter", sans-serif; color: #8a97b2; }
.pd-spec-row dd { font: 600 .82rem "Inter", sans-serif; color: #16265a; text-align: right; }
.pd-spec-note { font-size: .78rem; color: #94a0b7; margin-top: .9rem; line-height: 1.5; }

/* ---- Lightbox ---- */
.pd-lightbox { position: fixed; inset: 0; z-index: 130; display: grid; place-items: center; padding: 2rem; background: rgba(13,26,54,.85); backdrop-filter: blur(4px); animation: pd-fade .25s ease; }
.pd-lightbox[hidden] { display: none; }
.pd-lb-img { max-width: 92vw; max-height: 88vh; object-fit: contain; border-radius: 1rem; background: #fff; padding: 1rem; }
.pd-lb-close { position: absolute; top: 1.2rem; right: 1.2rem; width: 44px; height: 44px; border-radius: 50%; border: none; cursor: pointer; background: rgba(255,255,255,.16); color: #fff; display: grid; place-items: center; }
.pd-lb-close:hover { background: rgba(255,255,255,.3); }
.pd-lb-close svg { width: 20px; height: 20px; }

/* ---- Enquiry dialog ---- */
.enq-modal { position: fixed; inset: 0; z-index: 130; display: grid; place-items: center; padding: 1.5rem; background: rgba(15,26,54,.55); backdrop-filter: blur(4px); animation: pd-fade .25s ease; }
.enq-modal[hidden] { display: none; }
.enq-card { position: relative; width: 100%; max-width: 30rem; max-height: 92vh; overflow-y: auto; background: #fff; border-radius: 1.4rem; padding: 2rem 1.8rem; box-shadow: 0 40px 90px -30px rgba(15,26,54,.6); animation: pd-pop .35s cubic-bezier(.34,1.56,.64,1); }
.enq-x { position: absolute; top: .9rem; right: .9rem; width: 34px; height: 34px; border: none; cursor: pointer; border-radius: 50%; background: #f1f5fc; color: #64708a; display: grid; place-items: center; }
.enq-x:hover { background: #e2e9f5; color: #1f4693; }
.enq-x svg { width: 16px; height: 16px; }
.enq-main[hidden], .enq-done[hidden] { display: none; }
.enq-title { font: 800 1.35rem "Sora", sans-serif; color: #16265a; margin-top: .4rem; }
.enq-sub { color: #64708a; font-size: .9rem; margin-top: .4rem; line-height: 1.5; }
.enq-chip { display: inline-flex; align-items: center; gap: .55rem; margin-top: 1rem; font: 600 .85rem "Inter", sans-serif; color: #16265a; background: #eef2fb; border: 1px solid #dfe7f5; border-radius: .7rem; padding: .55rem .85rem; }
.enq-chip[hidden] { display: none; }
.enq-chip-dot { width: 9px; height: 9px; border-radius: 50%; background: linear-gradient(135deg, #e0a234, #1f4693); flex: none; }
.enq-chip-cat { color: #6b7a99; font-weight: 500; }
.enq-form { margin-top: 1.2rem; }
.enq-2col { display: grid; gap: .2rem .8rem; }
@media (min-width: 480px) { .enq-2col { grid-template-columns: 1fr 1fr; } }
.enq-field { display: block; margin-bottom: .8rem; }
.enq-field span { display: block; font: 600 .78rem "Sora", sans-serif; color: #3a4a68; margin-bottom: .35rem; }
.enq-field i { color: #d6553a; font-style: normal; }
.enq-field input, .enq-field textarea { width: 100%; font: 400 .92rem "Inter", sans-serif; color: #16265a; background: #f7f9fd; border: 1px solid #e2e9f5; border-radius: .6rem; padding: .65rem .8rem; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.enq-field input:focus, .enq-field textarea:focus { outline: none; border-color: #1f4693; background: #fff; box-shadow: 0 0 0 3px rgba(31,70,147,.12); }
.enq-field textarea { min-height: 90px; resize: vertical; }
.enq-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.enq-submit { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; width: 100%; font: 600 .95rem "Sora", sans-serif; color: #fff; border: none; cursor: pointer; background: linear-gradient(135deg, #2b57b0, #1f4693); border-radius: .7rem; padding: .8rem 1.4rem; box-shadow: 0 14px 30px -12px rgba(31,70,147,.7); transition: transform .2s ease; margin-top: .3rem; }
.enq-submit:hover { transform: translateY(-2px); }
.enq-submit[disabled] { opacity: .6; cursor: progress; }
.enq-submit svg { width: 17px; height: 17px; }
.enq-done { text-align: center; padding: 1rem 0 .4rem; }
.enq-done-ico { width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 1rem; color: #fff; background: linear-gradient(150deg, #18a86f, #0f7a52); box-shadow: 0 14px 28px -10px rgba(15,122,82,.6); }
.enq-done-ico svg { width: 28px; height: 28px; }

@media (prefers-reduced-motion: reduce) {
  .enq-card, .pd-lightbox, .enq-modal { animation: none; }
  .pd-img { transition: none !important; }
}

/* Make a product/category card fully clickable via its card-link */
.product-card { position: relative; }
.card-stretch::before { content: ""; position: absolute; inset: 0; z-index: 1; }
.product-card .p-6 { position: relative; }
