/* =====================================================================
   Kranti Chemicals — Enterprise Site Stylesheet
   ===================================================================== */

/* ---------- Design tokens ---------- */
:root{
  --navy-950:#060c18;
  --navy-900:#0a1730;
  --navy-850:#0c1c3a;
  --navy-800:#102345;
  --navy-700:#183261;
  --navy-600:#234380;
  --ink:#111827;
  --slate-700:#374151;
  --slate-600:#4b5563;
  --slate-500:#6b7280;
  --slate-400:#94a3b8;
  --slate-300:#cbd5e1;
  --slate-200:#e2e8f0;
  --slate-100:#f1f5f9;
  --slate-50:#f8fafc;
  --white:#ffffff;
  /* Brand orange — sampled from the Kranti Chemicals logo (#ff730b) */
  --amber-600:#b34d07;
  --amber-500:#ff730b;
  --amber-400:#ff9a4d;
  --amber-100:#ffe8d9;
  /* Brand teal — sampled from the Kranti Chemicals logo (#0a8182) */
  --teal-600:#086f70;
  --teal-500:#0a8182;
  --teal-300:#5fd0d1;
  --teal-100:#e1f2f2;
  --danger:#b3261e;

  --radius-sm:8px;
  --radius:14px;
  --radius-lg:22px;
  --shadow-sm:0 1px 2px rgba(10,23,48,.06), 0 1px 1px rgba(10,23,48,.04);
  --shadow-md:0 8px 24px -6px rgba(10,23,48,.14), 0 2px 8px -2px rgba(10,23,48,.08);
  --shadow-lg:0 24px 48px -12px rgba(6,12,24,.28);

  --font-head:'Space Grotesk',ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
  --font-body:'Inter',ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;

  --container:1240px;
}

/* ---------- Reset ---------- */
*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--ink);
  background:var(--white);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
ul{list-style:none;margin:0;padding:0;}
h1,h2,h3,h4,h5{font-family:var(--font-head);color:var(--navy-950);line-height:1.15;margin:0 0 .5em;font-weight:700;}
p{line-height:1.7;color:var(--slate-600);margin:0 0 1em;}
button{font-family:inherit;}
table{border-collapse:collapse;width:100%;}
svg{display:block;}
:focus-visible{outline:2px solid var(--amber-500);outline-offset:2px;}

.container{max-width:var(--container);margin:0 auto;padding:0 24px;}
.container-narrow{max-width:860px;margin:0 auto;padding:0 24px;}

section{position:relative;}
.section{padding:88px 0;}
.section-sm{padding:56px 0;}
@media(max-width:768px){
  .section{padding:64px 0;}
  .section-sm{padding:40px 0;}
}

/* ---------- Utility ---------- */
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-family:var(--font-body);font-weight:700;font-size:12.5px;letter-spacing:.14em;
  text-transform:uppercase;color:var(--amber-600);margin-bottom:14px;
}
.eyebrow::before{content:"";width:22px;height:2px;background:var(--amber-500);display:inline-block;border-radius:2px;}
.eyebrow.on-dark{color:var(--amber-400);}

.section-head{max-width:680px;margin:0 0 48px;}
.section-head.center{margin-left:auto;margin-right:auto;text-align:center;}
.section-head h2{font-size:clamp(28px,3.4vw,40px);}
.section-head p{font-size:17px;}

.text-center{text-align:center;}
.muted{color:var(--slate-500);}
.bg-slate{background:var(--slate-50);}
.bg-navy{background:var(--navy-900);color:var(--slate-300);}
.bg-navy h2,.bg-navy h3,.bg-navy h4{color:var(--white);}
.bg-navy p{color:var(--slate-400);}

.divider{height:1px;background:var(--slate-200);border:0;margin:0;}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  font-weight:600;font-size:15px;padding:14px 26px;border-radius:10px;
  border:1px solid transparent;cursor:pointer;transition:.18s ease;white-space:nowrap;
}
.btn svg{width:16px;height:16px;flex:none;}
.btn-primary{background:var(--amber-500);color:var(--navy-950);}
.btn-primary:hover{background:var(--amber-400);transform:translateY(-1px);box-shadow:var(--shadow-sm);}
.btn-dark{background:var(--navy-900);color:var(--white);}
.btn-dark:hover{background:var(--navy-800);transform:translateY(-1px);}
.btn-outline{background:transparent;border-color:rgba(255,255,255,.35);color:var(--white);}
.btn-outline:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.6);}
.btn-outline-dark{background:transparent;border-color:var(--slate-300);color:var(--navy-900);}
.btn-outline-dark:hover{border-color:var(--navy-700);background:var(--slate-50);}
.btn-block{width:100%;}
.btn-sm{padding:10px 18px;font-size:13.5px;border-radius:8px;}

/* ---------- Header ---------- */
.site-header{
  position:sticky;top:0;left:0;right:0;z-index:1000;
  background:rgba(255,255,255,.92);backdrop-filter:blur(10px);
  border-bottom:1px solid transparent;
  transition:border-color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled{border-color:var(--slate-200);box-shadow:0 4px 20px rgba(10,23,48,.06);}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:84px;gap:24px;}

.brand{display:flex;align-items:center;gap:11px;flex:none;}
.brand-mark{width:42px;height:42px;flex:none;}
.brand-logo{height:44px;width:auto;flex:none;display:block;}
.header-inner .brand-logo{height:58px;}
.footer-brand .brand-logo{height:38px;}
@media(max-width:640px){.brand-logo{height:36px;} .header-inner .brand-logo{height:46px;}}
.brand-word{font-family:var(--font-head);font-weight:700;font-size:17px;line-height:1.15;text-transform:uppercase;letter-spacing:.01em;}
.brand-word .bw-o{color:var(--amber-500);}
.brand-word .bw-t{color:var(--teal-500);}
.brand-word .tagline{display:block;font-family:var(--font-body);font-weight:600;font-size:10.5px;letter-spacing:.16em;color:var(--slate-500);text-transform:uppercase;margin-top:2px;}
.brand-word.bw-dark .bw-o{color:var(--amber-400);}
.brand-word.bw-dark .bw-t{color:var(--teal-300);}
.brand-word.bw-dark .tagline{color:var(--slate-500);}

.nav-desktop{display:flex;align-items:center;gap:0;flex:1;justify-content:center;}
.nav-desktop>li{position:relative;}
.nav-desktop>li>a,.nav-desktop>li>button{
  display:flex;align-items:center;gap:5px;padding:12px 10px;font-weight:600;font-size:13.5px;
  color:var(--slate-700);border:0;background:none;cursor:pointer;border-radius:8px;transition:.15s;white-space:nowrap;
}
.nav-desktop>li>a:hover,.nav-desktop>li>button:hover,.nav-desktop>li.active>a{color:var(--navy-950);background:var(--slate-100);}
.nav-desktop>li>button svg{width:14px;height:14px;transition:transform .2s;}
.nav-desktop>li:hover>button svg{transform:rotate(180deg);}

.mega{
  position:absolute;top:100%;left:50%;transform:translate(-50%,8px);
  width:640px;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-lg);
  border:1px solid var(--slate-200);padding:22px;display:grid;grid-template-columns:1fr 1fr;gap:6px;
  opacity:0;visibility:hidden;transition:.18s ease;
}
.nav-desktop>li:hover .mega{opacity:1;visibility:visible;transform:translate(-50%,0);}
.mega-item{display:flex;gap:12px;padding:12px;border-radius:10px;transition:.15s;}
.mega-item:hover{background:var(--slate-50);}
.mega-icon{width:38px;height:38px;flex:none;border-radius:9px;background:var(--amber-100);color:var(--amber-600);display:flex;align-items:center;justify-content:center;}
.mega-icon svg{width:19px;height:19px;}
.mega-item strong{display:block;font-size:14.5px;color:var(--navy-950);margin-bottom:2px;}
.mega-item span{font-size:12.5px;color:var(--slate-500);}
.mega-foot{grid-column:1/-1;border-top:1px solid var(--slate-200);margin-top:8px;padding-top:14px;display:flex;justify-content:space-between;align-items:center;}
.mega-foot a{font-size:13.5px;font-weight:700;color:var(--amber-600);}

.header-actions{display:flex;align-items:center;gap:18px;flex:none;}
.header-phone{display:flex;align-items:center;gap:9px;}
.header-phone svg{width:34px;height:34px;padding:8px;background:var(--slate-100);color:var(--navy-800);border-radius:50%;flex:none;}
.header-phone-text{font-size:11.5px;color:var(--slate-500);line-height:1.3;}
.header-phone-text strong{display:block;font-size:14px;color:var(--navy-950);font-weight:700;}
.nav-toggle{display:none;width:44px;height:44px;border:1px solid var(--slate-200);border-radius:9px;background:var(--white);align-items:center;justify-content:center;cursor:pointer;flex:none;}
.nav-toggle svg{width:20px;height:20px;}

@media(max-width:1320px){
  .header-phone{display:none;}
}
@media(max-width:960px){
  .nav-desktop{display:none;}
  .nav-toggle{display:flex;}
}
@media(max-width:560px){
  /* Mobile nav panel already has its own "Request a Quote" CTA */
  .header-actions .btn-primary{display:none;}
}

/* Mobile nav */
.nav-mobile{
  position:fixed;inset:0;z-index:1100;background:var(--navy-900);color:var(--white);
  transform:translateX(100%);transition:transform .3s ease;overflow-y:auto;
}
.nav-mobile.open{transform:translateX(0);}
.nav-mobile-top{display:flex;align-items:center;justify-content:space-between;padding:22px 24px;border-bottom:1px solid rgba(255,255,255,.1);}
.nav-mobile-close{width:40px;height:40px;border-radius:9px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;border:0;color:var(--white);cursor:pointer;}
.nav-mobile-close svg{width:18px;height:18px;}
.nav-mobile ul{padding:12px 12px 32px;}
.nav-mobile>ul>li{border-bottom:1px solid rgba(255,255,255,.08);}
.nav-mobile a,.nav-mobile-acc{display:flex;align-items:center;justify-content:space-between;padding:16px 12px;font-weight:600;font-size:16.5px;color:var(--white);width:100%;background:none;border:0;text-align:left;cursor:pointer;font-family:inherit;}
.nav-mobile-acc svg{width:16px;height:16px;transition:transform .2s;color:var(--slate-400);}
.nav-mobile-acc.open svg{transform:rotate(180deg);}
.nav-mobile-sub{max-height:0;overflow:hidden;transition:max-height .25s ease;}
.nav-mobile-sub a{font-size:14.5px;font-weight:500;color:var(--slate-300);padding:11px 12px 11px 22px;}
.nav-mobile-cta{margin:20px 12px 0;}

/* ---------- Hero ---------- */
.hero{
  position:relative;background:var(--navy-900);color:var(--white);
  overflow:hidden;padding:76px 0 132px;
}
.hero-grid{position:absolute;inset:0;opacity:.5;
  background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:46px 46px;mask-image:radial-gradient(ellipse 80% 60% at 60% 30%,#000 40%,transparent 100%);
}

/* Homepage hero — clean, photography-led composition: real facility
   photo instead of an abstract illustrated scene, for a more immediately
   credible, professional first impression. */
.hero-showcase{
  background:linear-gradient(155deg, var(--navy-950) 0%, var(--navy-900) 55%, var(--navy-850) 100%);
  padding:0;overflow:hidden;
}
.hero-showcase-inner{
  display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;
  padding:96px 0 84px;position:relative;
}
@media(max-width:940px){.hero-showcase-inner{grid-template-columns:1fr;gap:40px;padding:104px 0 56px;}}

.hero-showcase-copy{position:relative;z-index:1;max-width:32rem;}
.hero-showcase-copy h1{font-size:clamp(34px,4.4vw,54px);color:var(--white);letter-spacing:-.01em;margin:18px 0 20px;}
.hero-showcase-copy h1 em{font-style:normal;color:var(--amber-400);}
.hero-showcase-copy p{font-size:17px;color:var(--slate-300);max-width:480px;}
.hero-showcase-cta{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0 26px;}
.hero-showcase-copy .trust-badge{margin-top:0;}

.hero-showcase-media{position:relative;z-index:1;}
.hero-showcase-frame{
  border-radius:var(--radius-lg);overflow:hidden;position:relative;
  box-shadow:0 30px 70px -24px rgba(0,0,0,.55);border:1px solid rgba(255,255,255,.08);
  aspect-ratio:4/4.1;
}
.hero-showcase-frame img{width:100%;height:100%;object-fit:cover;}
.hero-showcase-tag{
  position:absolute;left:-16px;bottom:26px;background:var(--white);border-radius:var(--radius);
  box-shadow:var(--shadow-lg);padding:15px 20px;display:flex;align-items:center;gap:11px;max-width:250px;
}
.hero-showcase-tag .dot{width:9px;height:9px;border-radius:50%;background:var(--amber-500);flex:none;}
.hero-showcase-tag span:last-child{font-size:12.5px;font-weight:600;color:var(--navy-900);line-height:1.4;}
@media(max-width:640px){
  .hero-showcase-frame{aspect-ratio:4/3.3;}
  .hero-showcase-tag{left:12px;bottom:-16px;}
}

/* Homepage hero — asymmetric "void" composition: near-black frame, one
   diagonal aurora sweep bleeding in from the right, a silhouetted figure
   standing on a reflective floor, copy split top/bottom on the left around
   the empty centre. Pure CSS + inlined SVG, no imagery, no WebGL. */
.hero-mono{
  position:relative;overflow:hidden;
  min-height:clamp(680px,92vh,920px);
  background:radial-gradient(120% 100% at 12% 12%, #0d1830 0%, #060a14 55%, #030409 100%);
  display:flex;
}
.hero-mono-bg{position:absolute;inset:0;overflow:hidden;}
.aurora-ribbon{
  position:absolute;right:-35%;bottom:-70%;width:150%;height:230%;
  background:conic-gradient(from 205deg at 50% 50%,
    transparent 0deg,
    rgba(255,154,77,.5) 34deg,
    rgba(255,115,11,.4) 62deg,
    rgba(95,208,209,.48) 104deg,
    rgba(10,129,130,.36) 142deg,
    transparent 190deg,
    transparent 360deg);
  filter:blur(80px);transform:rotate(-18deg);opacity:.85;
  mix-blend-mode:screen;will-change:transform;
  animation:ribbonDrift 28s ease-in-out infinite;
}
.aurora-ribbon-2{
  right:-50%;bottom:-85%;width:120%;height:190%;opacity:.4;
  animation-duration:34s;animation-direction:reverse;
}
@keyframes ribbonDrift{
  0%,100%{transform:rotate(-18deg) translate(0,0);}
  50%{transform:rotate(-13deg) translate(-2%,-3%);}
}
.mono-floor{
  position:absolute;left:0;right:0;bottom:0;height:36%;
  background:linear-gradient(180deg, rgba(255,255,255,.05) 0%, rgba(10,20,36,.55) 45%, #030409 100%);
}
.mono-floor::before{
  content:"";position:absolute;left:0;right:0;top:0;height:2px;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.5) 45%, rgba(255,154,77,.65) 62%, transparent);
  filter:blur(1px);
}
.mono-figure-stage{
  position:absolute;left:64%;bottom:16%;width:min(9vw,104px);transform:translateX(-50%);
  display:flex;flex-direction:column;align-items:center;
}
.mono-figure{width:100%;height:auto;fill:#040609;filter:drop-shadow(0 0 24px rgba(255,154,77,.22));}
.mono-figure-reflect{
  transform:scaleY(-1);opacity:.28;filter:blur(3px);margin-top:-2px;
  mask-image:linear-gradient(180deg, rgba(0,0,0,.55), transparent 78%);
  -webkit-mask-image:linear-gradient(180deg, rgba(0,0,0,.55), transparent 78%);
}
.hero-scrim-mono{
  position:absolute;inset:0;pointer-events:none;
  background:
    linear-gradient(90deg, var(--navy-950) 0%, rgba(6,10,20,.7) 32%, rgba(6,10,20,.15) 58%, transparent 78%),
    linear-gradient(0deg, #030409 0%, rgba(3,4,9,.1) 30%, transparent 55%);
}
.hero-split{
  position:relative;z-index:1;display:flex;flex-direction:column;justify-content:space-between;
  width:100%;padding-top:132px;padding-bottom:64px;
}
.hero-split-top{max-width:600px;}
.hero-split-bottom{max-width:460px;}
.hero-mono .eyebrow{
  padding:8px 16px;border-radius:999px;
  background:rgba(255,255,255,.05);border:1px solid rgba(255,154,77,.32);
  animation:heroFadeUp .7s cubic-bezier(.16,1,.3,1) both;
}
.hero-mono .eyebrow::before{content:none;}
.eyebrow-spark{color:var(--amber-400);font-size:13px;}
.hero-mono h1{
  font-size:clamp(36px,4.6vw,68px);color:var(--white);letter-spacing:-.02em;line-height:1.06;
  text-align:left;margin:18px 0 30px;
  animation:heroFadeUp .8s .08s cubic-bezier(.16,1,.3,1) both;
}
.hero-mono h1 em{font-style:normal;color:var(--amber-400);}
.hero-mono .hero-cta{
  display:flex;gap:14px;flex-wrap:wrap;justify-content:flex-start;pointer-events:auto;
  animation:heroFadeUp .8s .16s cubic-bezier(.16,1,.3,1) both;
}
.hero-split-bottom{
  animation:heroFadeUp .8s .24s cubic-bezier(.16,1,.3,1) both;
}
.hero-split-bottom p{font-size:14.5px;color:var(--slate-400);max-width:400px;margin-bottom:16px;}
.hero-trust-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap;}
.hero-trust-row .trust-badge{margin-top:0;}
.hero-trust-note{font-size:12.5px;color:var(--slate-500);font-weight:600;}
.trust-badge{
  display:inline-flex;align-items:center;gap:8px;pointer-events:auto;
  padding:9px 16px;border-radius:999px;background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.16);font-size:12.5px;font-weight:600;
  color:var(--slate-300);transition:.15s ease;
}
.trust-badge:hover{border-color:rgba(255,154,77,.4);color:var(--white);}
.trust-badge svg{width:15px;height:15px;color:var(--amber-400);flex:none;}

@keyframes heroFadeUp{from{opacity:0;transform:translateY(18px);}to{opacity:1;transform:translateY(0);}}
@media(prefers-reduced-motion:reduce){
  .hero-mono .eyebrow,.hero-mono h1,.hero-mono .hero-cta,.hero-split-bottom{animation:none;}
  .aurora-ribbon,.aurora-ribbon-2{animation:none;}
}

@media(max-width:900px){
  .mono-figure-stage{left:auto;right:5%;width:min(12vw,84px);}
}
@media(max-width:640px){
  .hero-mono{min-height:720px;}
  .hero-split{padding-top:110px;padding-bottom:40px;}
  .hero-split-top,.hero-split-bottom{max-width:76%;}
  .mono-figure-stage{left:auto;right:14px;bottom:22%;width:52px;}
  .aurora-ribbon{filter:blur(50px);}
}

/* ---------- Trust ticker (marquee) ---------- */
.ticker{
  position:relative;overflow:hidden;background:var(--navy-950);
  border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);
  padding:20px 0;
}
.ticker-track{display:flex;width:max-content;animation:tickerScroll 34s linear infinite;}
.ticker:hover .ticker-track{animation-play-state:paused;}
.ticker-set{display:flex;flex:none;}
.ticker-item{
  display:flex;align-items:center;gap:12px;padding:0 30px;white-space:nowrap;
  font-family:var(--font-head);font-weight:600;font-size:13.5px;letter-spacing:.1em;
  text-transform:uppercase;color:var(--slate-400);
}
.ticker-item::after{content:"\2726";color:var(--amber-500);font-size:11px;margin-left:30px;}
@keyframes tickerScroll{from{transform:translateX(0);}to{transform:translateX(-50%);}}
@media(prefers-reduced-motion:reduce){
  .ticker-track{animation:none;overflow-x:auto;}
}

/* ---------- Stat strip ---------- */
.stat-strip{position:relative;margin-top:-72px;z-index:5;}
/* the desktop -72px pull-up assumes short hero copy; on narrow screens the
   hero copy wraps taller, so ease the overlap to avoid the white stat card
   covering the second hero CTA button. */
@media(max-width:640px){
  .stat-strip{margin-top:-32px;}
}
.stat-card{
  background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);
  display:grid;grid-template-columns:repeat(4,1fr);
}
.stat-card>div{padding:32px 20px;text-align:center;border-right:1px solid var(--slate-200);}
.stat-card>div:last-child{border-right:0;}
.stat-num{font-family:var(--font-head);font-size:clamp(26px,3vw,34px);font-weight:700;color:var(--navy-950);}
.stat-num span{color:var(--amber-600);}
.stat-label{font-size:12.5px;color:var(--slate-500);margin-top:4px;font-weight:600;letter-spacing:.02em;}
@media(max-width:760px){
  .stat-card{grid-template-columns:repeat(2,1fr);}
  .stat-card>div{border-bottom:1px solid var(--slate-200);}
}

/* ---------- Breadcrumb / page hero (inner pages) ---------- */
.page-hero{
  position:relative;background:var(--navy-900);color:var(--white);padding:64px 0 46px;overflow:hidden;
}
.page-hero .hero-grid{opacity:.4;}
.page-hero-inner{position:relative;}
.page-hero h1{color:var(--white);font-size:clamp(28px,3.6vw,42px);margin-bottom:14px;}
.page-hero p{color:var(--slate-300);max-width:640px;font-size:16.5px;}
.breadcrumb{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--slate-400);flex-wrap:wrap;}
.breadcrumb a{color:var(--slate-300);font-weight:600;}
.breadcrumb a:hover{color:var(--amber-400);}
.breadcrumb .sep{opacity:.5;}
.breadcrumb .current{color:var(--amber-400);font-weight:600;}

/* ---------- Cards / grids ---------- */
.grid{display:grid;gap:26px;}
.grid-2{grid-template-columns:repeat(2,1fr);}
.grid-3{grid-template-columns:repeat(3,1fr);}
.grid-4{grid-template-columns:repeat(4,1fr);}
@media(max-width:960px){.grid-4{grid-template-columns:repeat(2,1fr);} .grid-3{grid-template-columns:repeat(2,1fr);}}
@media(max-width:620px){.grid-4,.grid-3,.grid-2{grid-template-columns:1fr;}}

.icon-card{background:var(--white);border:1px solid var(--slate-200);border-radius:var(--radius);padding:30px 26px;transition:.2s ease;}
a.icon-card{display:block;text-decoration:none;color:inherit;}
.icon-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:transparent;}
.icon-badge{width:52px;height:52px;border-radius:13px;background:var(--navy-900);color:var(--amber-400);display:flex;align-items:center;justify-content:center;margin-bottom:18px;}
.icon-badge svg{width:24px;height:24px;}
.icon-card h3{font-size:18px;margin-bottom:8px;}
.icon-card p{font-size:14.5px;margin:0;}

.icon-card.amber .icon-badge{background:var(--amber-100);color:var(--amber-600);}

/* category cards */
.cat-card{
  position:relative;display:block;border-radius:var(--radius-lg);overflow:hidden;
  background:var(--navy-900);color:var(--white);padding:30px 26px;min-height:230px;
  display:flex;flex-direction:column;justify-content:flex-end;transition:.25s ease;border:1px solid var(--navy-800);
}
.cat-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);}
.cat-card::before{content:"";position:absolute;inset:0;
  background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size:28px 28px;mask-image:radial-gradient(circle at 85% 15%,#000 0%,transparent 60%);}
.cat-card .cat-icon{width:48px;height:48px;border-radius:12px;background:rgba(255,154,77,.18);color:var(--amber-400);display:flex;align-items:center;justify-content:center;margin-bottom:auto;position:relative;}
.cat-card .cat-icon svg{width:23px;height:23px;}
.cat-card h3{color:var(--white);font-size:20px;margin-bottom:6px;position:relative;}
.cat-card p{color:var(--slate-400);font-size:13.5px;margin-bottom:14px;position:relative;}
.cat-card .cat-link{position:relative;display:inline-flex;align-items:center;gap:6px;font-size:13.5px;font-weight:700;color:var(--amber-400);}
.cat-card .cat-link svg{width:14px;height:14px;transition:transform .2s;}
.cat-card:hover .cat-link svg{transform:translateX(3px);}

/* product cards */
.filter-bar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:38px;align-items:center;justify-content:space-between;}
.filter-pills{display:flex;flex-wrap:wrap;gap:8px;}
.pill{padding:9px 18px;border-radius:999px;border:1px solid var(--slate-200);background:var(--white);font-size:13.5px;font-weight:600;color:var(--slate-600);cursor:pointer;transition:.15s;}
.pill:hover{border-color:var(--amber-500);color:var(--navy-950);}
.pill.active{background:var(--navy-900);border-color:var(--navy-900);color:var(--white);}
.search-box{position:relative;width:260px;max-width:100%;}
.search-box input{width:100%;padding:10px 14px 10px 38px;border-radius:999px;border:1px solid var(--slate-200);font-size:13.5px;font-family:inherit;}
.search-box input:focus{border-color:var(--amber-500);}
.search-box svg{position:absolute;left:13px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--slate-400);}

.product-card{background:var(--white);border:1px solid var(--slate-200);border-radius:var(--radius);overflow:hidden;transition:.2s ease;display:flex;flex-direction:column;}
.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px);border-color:transparent;}
.product-card .thumb{aspect-ratio:4/3;background:var(--slate-100);overflow:hidden;position:relative;}
.product-card .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease;}
.product-card:hover .thumb img{transform:scale(1.06);}
.product-card .tag{position:absolute;top:12px;left:12px;background:rgba(6,12,24,.72);color:var(--amber-400);font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:5px 10px;border-radius:999px;backdrop-filter:blur(4px);}
.product-card .body{padding:19px 20px 22px;flex:1;display:flex;flex-direction:column;}
.product-card h3{font-size:16px;margin-bottom:4px;}
.product-card .formula{font-size:13px;color:var(--slate-500);font-family:'DM Mono',monospace;margin-bottom:14px;}
.product-card .cta-row{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:10px;border-top:1px solid var(--slate-100);}
.product-card .cta-row a{font-size:13.5px;font-weight:700;color:var(--navy-950);display:flex;align-items:center;gap:5px;}
.product-card .cta-row a svg{width:14px;height:14px;transition:transform .2s;}
.product-card:hover .cta-row a svg{transform:translateX(3px);}
.product-card .moq{font-size:11.5px;color:var(--slate-400);}

/* ---------- CTA banner ---------- */
.cta-banner{
  background:linear-gradient(120deg,var(--navy-900),var(--navy-700));
  border-radius:var(--radius-lg);padding:56px 56px;color:var(--white);
  display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap;
  position:relative;overflow:hidden;
}
.cta-banner::before{content:"";position:absolute;inset:0;
  background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
  background-size:34px 34px;mask-image:radial-gradient(circle at 90% 10%,#000,transparent 65%);}
.cta-banner h2{color:var(--white);font-size:clamp(24px,3vw,32px);margin-bottom:8px;position:relative;}
.cta-banner p{color:var(--slate-400);margin:0;max-width:480px;position:relative;}
.cta-banner .actions{display:flex;gap:14px;position:relative;flex-wrap:wrap;}
@media(max-width:768px){.cta-banner{padding:40px 28px;}}

/* ---------- Footer ---------- */
.site-footer{background:var(--navy-900);color:var(--slate-400);padding-top:80px;}
.footer-tagline{font-family:var(--font-head);font-size:clamp(20px,2.6vw,28px);font-weight:600;color:var(--white);margin:0 0 48px;max-width:640px;letter-spacing:-.01em;}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:56px;border-bottom:1px solid rgba(255,255,255,.08);}
.footer-brand p{margin:18px 0 22px;font-size:14.5px;max-width:320px;}
.footer-social{display:flex;gap:10px;}
.footer-social a{width:38px;height:38px;border-radius:9px;background:rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;transition:.15s;}
.footer-social a:hover{background:var(--amber-500);color:var(--navy-950);}
.footer-social svg{width:17px;height:17px;}
.site-footer h4{color:var(--white);font-size:14px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:20px;}
.footer-links li{margin-bottom:12px;}
.footer-links a{font-size:14.5px;color:var(--slate-400);transition:.15s;}
.footer-links a:hover{color:var(--amber-400);}
.footer-contact li{display:flex;gap:11px;margin-bottom:16px;font-size:14px;color:var(--slate-400);}
.footer-contact svg{width:17px;height:17px;flex:none;margin-top:2px;color:var(--amber-400);}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:26px 0;font-size:13px;color:var(--slate-500);flex-wrap:wrap;gap:12px;}
.footer-bottom a{color:var(--slate-400);}
.footer-bottom a:hover{color:var(--amber-400);}
@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;}}
@media(max-width:560px){.footer-grid{grid-template-columns:1fr;}}

/* ---------- Back to top ---------- */
.back-to-top{
  position:fixed;right:24px;bottom:24px;width:46px;height:46px;border-radius:50%;
  background:var(--navy-900);color:var(--white);display:flex;align-items:center;justify-content:center;
  box-shadow:var(--shadow-md);opacity:0;visibility:hidden;transform:translateY(8px);transition:.25s;z-index:900;border:0;cursor:pointer;
}
.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0);}
.back-to-top svg{width:19px;height:19px;}

.whatsapp-fab{
  position:fixed;left:24px;bottom:24px;z-index:900;
  width:56px;height:56px;border-radius:50%;
  background:#25D366;color:#fff;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 8px 24px -6px rgba(37,211,102,.55);
  transition:.2s ease;
}
.whatsapp-fab:hover{transform:translateY(-3px);box-shadow:0 12px 28px -6px rgba(37,211,102,.65);}
.whatsapp-fab svg{width:30px;height:30px;}
@media(max-width:640px){
  .whatsapp-fab{width:50px;height:50px;left:16px;bottom:16px;}
  .whatsapp-fab svg{width:26px;height:26px;}
  .back-to-top{right:16px;bottom:16px;}
}

/* ---------- Reveal animation ----------
   Deliberately not scroll-gated: content must be present and visible in
   the raw HTML for search engines and any non-scrolling renderer (this
   site's SEO carries 3+ years of existing Google index). The .reveal
   class is kept as a harmless no-op hook rather than removed everywhere. */
.reveal{}

/* ---------- Industries tiles: icon "draw-in" + 3D hover pop ----------
   Progressive enhancement only: unsupported browsers simply skip the
   @supports block and show the icon fully drawn, as normal — never hidden
   by default, so this can't break SEO/no-JS/print rendering. */
.hp-industries-grid .icon-badge{transition:transform .35s cubic-bezier(.34,1.56,.64,1);}
@media(hover:hover) and (pointer:fine){
  .hp-industries-grid .icon-card:hover .icon-badge{transform:scale(1.14) rotate(-6deg);}
}
@supports (animation-timeline:view()) and (not (prefers-reduced-motion:reduce)){
  .hp-industries-grid .icon-badge svg path,
  .hp-industries-grid .icon-badge svg line,
  .hp-industries-grid .icon-badge svg polygon,
  .hp-industries-grid .icon-badge svg polyline,
  .hp-industries-grid .icon-badge svg circle{
    stroke-dasharray:110;
    animation:hpIconDraw 1s linear both;
    animation-timeline:view();
    animation-range:entry 15% cover 45%;
  }
  @keyframes hpIconDraw{from{stroke-dashoffset:110;}to{stroke-dashoffset:0;}}
}

/* ---------- About page ---------- */
.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;}
@media(max-width:900px){.split{grid-template-columns:1fr;gap:32px;}}
.media-frame{border-radius:var(--radius-lg);overflow:hidden;position:relative;box-shadow:var(--shadow-md);}
.media-frame img{width:100%;height:100%;object-fit:cover;}
.media-panel{
  border-radius:var(--radius-lg);background:linear-gradient(150deg,var(--navy-800),var(--navy-900));
  color:var(--white);padding:44px;min-height:340px;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;
}
.media-panel::before{content:"";position:absolute;inset:0;
  background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size:34px 34px;mask-image:radial-gradient(circle at 80% 20%,#000,transparent 65%);}
.media-panel-list{position:relative;}
.media-panel-list li{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:14.5px;color:var(--slate-300);}
.media-panel-list li:last-child{border-bottom:0;}
.media-panel-list li svg{width:18px;height:18px;color:var(--amber-400);flex:none;margin-top:2px;}

/* ---------- Process flow (manufacturing -> export) ---------- */
.process-flow{
  display:flex;align-items:center;margin-top:64px;padding-top:48px;
  border-top:1px solid var(--slate-200);
}
.process-step{display:flex;flex-direction:column;align-items:center;gap:10px;flex:none;width:96px;text-align:center;}
.process-icon{
  width:52px;height:52px;border-radius:50%;background:var(--navy-900);color:var(--amber-400);
  display:flex;align-items:center;justify-content:center;flex:none;
}
.process-icon svg{width:23px;height:23px;}
.process-step span{font-size:12.5px;font-weight:700;color:var(--navy-800);letter-spacing:.01em;}
.process-line{position:relative;flex:1;height:2px;background:var(--slate-200);margin:0 -6px 26px;min-width:20px;}
.process-line::after{
  content:"";position:absolute;top:50%;left:0;width:8px;height:8px;border-radius:50%;
  background:var(--amber-500);transform:translateY(-50%);opacity:0;
  animation:processFlowDot 3.2s ease-in-out infinite;
}
.process-line:nth-of-type(4)::after{animation-delay:.5s;}
.process-line:nth-of-type(6)::after{animation-delay:1s;}
.process-line:nth-of-type(8)::after{animation-delay:1.5s;}
@keyframes processFlowDot{
  0%{left:0;opacity:0;}
  8%{opacity:1;}
  92%{opacity:1;}
  100%{left:100%;opacity:0;}
}
@media(prefers-reduced-motion:reduce){.process-line::after{animation:none;display:none;}}
@media(max-width:860px){
  .process-flow{flex-direction:column;align-items:flex-start;gap:0;}
  .process-step{flex-direction:row;width:auto;text-align:left;gap:14px;padding:14px 0;}
  .process-icon{width:44px;height:44px;}
  .process-icon svg{width:19px;height:19px;}
  .process-line{width:2px;height:28px;flex:none;margin:0 0 0 21px;}
  .process-line::after{top:0;left:50%;transform:translateX(-50%);animation-name:processFlowDotVertical;}
  @keyframes processFlowDotVertical{
    0%{top:0;opacity:0;}
    8%{opacity:1;}
    92%{opacity:1;}
    100%{top:100%;opacity:0;}
  }
}

/* ---------- Process showcase: zigzag 3D animated variant (homepage) ---------- */
.process-flow-head{max-width:640px;margin:56px auto 0;padding-top:48px;border-top:1px solid var(--slate-200);text-align:center;}
.process-flow-head .eyebrow{justify-content:center;}
.process-flow-head h3{font-size:clamp(20px,2.4vw,26px);color:var(--navy-950);margin:8px 0 0;}

.process-showcase{
  position:relative;display:flex;align-items:flex-start;gap:8px;
  margin-top:8px;padding:36px 10px 20px;
}
.process-track{position:absolute;left:0;top:0;width:100%;height:130px;overflow:visible;pointer-events:none;}
.process-track-base{stroke:var(--slate-200);}
.process-track-flow{
  stroke:var(--amber-500);stroke-dasharray:14 16;stroke-linecap:round;
  animation:processTrackFlow 3.6s linear infinite;opacity:.9;
}
@keyframes processTrackFlow{to{stroke-dashoffset:-90;}}
@media(prefers-reduced-motion:reduce){.process-track-flow{animation:none;}}

.process-node{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;perspective:900px;}
.process-node:nth-of-type(even){margin-top:58px;}
.process-node-card{
  width:84px;height:84px;border-radius:22px;position:relative;flex:none;
  background:linear-gradient(160deg,var(--navy-800) 0%,var(--navy-950) 100%);
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 18px 30px -16px rgba(9,25,48,.55), inset 0 1px 0 rgba(255,255,255,.06);
  transform-style:preserve-3d;transition:transform .45s cubic-bezier(.34,1.56,.64,1),box-shadow .45s;
}
.process-scene svg{width:42px;height:42px;}
.process-num{
  position:absolute;right:-8px;bottom:-8px;width:26px;height:26px;border-radius:50%;
  background:var(--amber-500);color:var(--navy-950);font-size:11px;font-weight:800;
  display:flex;align-items:center;justify-content:center;border:2px solid var(--white);
  box-shadow:0 2px 6px rgba(0,0,0,.25);
}
.process-node h4{font-size:13.5px;font-weight:800;color:var(--navy-950);margin:0;letter-spacing:.01em;}
.process-node p{font-size:12px;color:var(--slate-600);line-height:1.5;margin:0;max-width:150px;}

@media(hover:hover) and (pointer:fine){
  .process-node:hover .process-node-card{
    transform:rotateX(-10deg) rotateY(16deg) translateY(-8px) scale(1.06);
    box-shadow:0 26px 34px -14px rgba(9,25,48,.55);
  }
}
@supports (animation-timeline:view()){
  .process-node-card{
    opacity:0;transform:rotateX(55deg) translateY(26px) scale(.82);
    animation:processNodeIn .7s cubic-bezier(.22,1,.36,1) both;
    animation-timeline:view();animation-range:entry 8% cover 38%;
  }
}
@keyframes processNodeIn{to{opacity:1;transform:rotateX(0) translateY(0) scale(1);}}
@media(prefers-reduced-motion:reduce){
  .process-node-card{opacity:1;transform:none;animation:none;}
}

@media(max-width:860px){
  .process-flow-head{margin-top:48px;}
  .process-showcase{flex-direction:column;padding:24px 0 0;gap:0;}
  .process-track{display:none;}
  .process-node{flex-direction:row;width:auto;text-align:left;align-items:flex-start;gap:16px;position:relative;padding:0 0 30px 0;margin-top:0 !important;}
  .process-node:not(:last-child)::after{
    content:"";position:absolute;left:41px;top:84px;width:2px;height:calc(100% - 84px);
    background:var(--slate-200);
  }
  .process-node-card{width:82px;height:82px;border-radius:20px;}
  .process-scene svg{width:38px;height:38px;}
  .process-num{width:22px;height:22px;font-size:10px;right:-6px;bottom:-6px;}
  .process-node p{max-width:none;}
}

.strength-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
@media(max-width:900px){.strength-grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:560px){.strength-grid{grid-template-columns:1fr;}}

.value-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--slate-200);border-radius:var(--radius);overflow:hidden;}
.value-strip>div{background:var(--white);padding:28px 22px;}
.value-strip h4{font-size:15.5px;margin-bottom:6px;}
.value-strip p{font-size:13.5px;margin:0;}
@media(max-width:760px){.value-strip{grid-template-columns:repeat(2,1fr);}}

/* ---------- Certification card ---------- */
.cert-card{background:var(--white);border:1px solid var(--slate-200);border-radius:var(--radius-lg);padding:36px;box-shadow:var(--shadow-sm);}
.cert-card-badge{width:60px;height:60px;border-radius:15px;background:var(--navy-900);color:var(--amber-400);display:flex;align-items:center;justify-content:center;margin-bottom:18px;}
.cert-card-badge svg{width:28px;height:28px;}
.cert-card h3{font-size:20px;margin-bottom:2px;}
.cert-card>p{color:var(--slate-500);font-size:14.5px;margin:0;}

/* ---------- Global reach ---------- */
.reach-wrap{display:grid;grid-template-columns:.85fr 1.5fr;gap:44px;align-items:start;}
@media(max-width:900px){.reach-wrap{grid-template-columns:1fr;}}

.reach-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.reach-card{background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.09);border-radius:var(--radius-lg);padding:20px 20px 18px;}
.reach-card-wide{grid-column:1/-1;}
.reach-card-head{display:flex;align-items:center;gap:10px;margin-bottom:14px;}
.reach-icon{width:30px;height:30px;border-radius:50%;background:rgba(255,154,77,.14);color:var(--amber-400);display:flex;align-items:center;justify-content:center;flex:none;}
.reach-icon svg{width:16px;height:16px;}
.reach-card-head h4{font-size:15px;color:var(--white);margin:0;flex:1;}
.reach-count{font-family:var(--font-body);font-size:12.5px;font-weight:700;color:var(--amber-400);background:rgba(255,154,77,.14);padding:3px 10px;border-radius:999px;}
.reach-pills{display:flex;flex-wrap:wrap;gap:7px;}
.reach-pill{font-size:12.5px;font-weight:500;color:var(--slate-300);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);padding:5px 11px;border-radius:999px;}
@media(max-width:560px){.reach-grid{grid-template-columns:1fr;}}

/* animated export-journey illustration: plant -> port -> sea vessel -> client.
   A small hand-built scene (land, water, wave lines, plant, crane, ship,
   destination pin) rather than an abstract diagram — see index.html. */
.journey-panel{
  background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.09);
  border-radius:var(--radius-lg);padding:22px 22px 8px;backdrop-filter:blur(10px);
}
.journey-svg{width:100%;height:auto;display:block;overflow:visible;}
.journey-label{font:700 11.5px var(--font-body);letter-spacing:.04em;text-transform:uppercase;fill:var(--slate-300);}
.journey-sub{font:500 10px var(--font-body);fill:var(--slate-500);}
.journey-caption{font-size:13px;color:var(--slate-400);text-align:center;margin:6px 0 16px;}

.journey-water{fill:url(#journeyWaterGrad);}
.journey-land{fill:rgba(255,255,255,.045);}
.journey-wave{stroke:rgba(95,208,209,.28);stroke-width:1.4;fill:none;}
.journey-wave.w2{stroke:rgba(255,255,255,.1);}

.journey-route-sea{stroke:rgba(255,255,255,.24);stroke-width:1.6;stroke-dasharray:1 9;stroke-linecap:round;animation:journeySeaFlow 1.8s linear infinite;}
@keyframes journeySeaFlow{to{stroke-dashoffset:-40;}}

.journey-ship-icon{filter:drop-shadow(0 4px 8px rgba(0,0,0,.4));}
.journey-vapor circle{animation:journeyVapor 4s ease-in infinite;}
@keyframes journeyVapor{0%{transform:translateY(0);opacity:.55;}100%{transform:translateY(-14px);opacity:0;}}

.journey-crane-hook{animation:journeyHook 3.4s ease-in-out infinite;}
@keyframes journeyHook{0%,100%{transform:translateY(0);}50%{transform:translateY(4px);}}

.journey-pin-dot{fill:var(--amber-400);}
.journey-pin-ring{
  fill:none;stroke:var(--amber-400);stroke-width:1.4;opacity:.7;
  transform-box:fill-box;transform-origin:center;animation:journeyPinPulse 2.6s ease-out infinite;
}
@keyframes journeyPinPulse{0%{transform:scale(.5);opacity:.7;}100%{transform:scale(3);opacity:0;}}

@media(prefers-reduced-motion:reduce){
  .journey-route-sea,.journey-pin-ring,.journey-vapor circle,.journey-crane-hook{animation:none;}
}

/* ---------- Product detail ---------- */
.product-hero{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;}
@media(max-width:900px){.product-hero{grid-template-columns:1fr;}}
.product-gallery{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--slate-200);background:var(--slate-50);}
.product-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;}
.product-info .cat-pill{display:inline-block;background:var(--amber-100);color:var(--amber-600);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:6px 13px;border-radius:999px;margin-bottom:14px;}
.product-info h2{font-size:clamp(26px,3.2vw,34px);margin-bottom:6px;color:var(--navy-950);}
.product-info .formula-line{font-size:16px;color:var(--slate-500);margin-bottom:22px;font-family:'DM Mono',monospace;}
.spec-table{border:1px solid var(--slate-200);border-radius:var(--radius);overflow:hidden;margin-bottom:24px;}
.spec-table table{width:100%;}
.spec-table tr{border-bottom:1px solid var(--slate-200);}
.spec-table tr:last-child{border-bottom:0;}
.spec-table tr:nth-child(even){background:var(--slate-50);}
.spec-table th,.spec-table td{padding:13px 18px;text-align:left;font-size:14.5px;}
.spec-table th{color:var(--slate-500);font-weight:600;width:38%;}
.spec-table td{color:var(--navy-950);font-weight:600;}
.product-actions{display:flex;gap:12px;flex-wrap:wrap;}

.prose h3{font-size:20px;margin-top:8px;}
.prose p{font-size:15.5px;}

.faq-list{display:flex;flex-direction:column;gap:12px;}
.faq-item{background:var(--white);border:1px solid var(--slate-200);border-radius:var(--radius);padding:6px 24px;}
.faq-item summary{
  padding:16px 28px 16px 0;font-weight:600;font-size:15.5px;color:var(--navy-950);
  cursor:pointer;list-style:none;position:relative;
}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{
  content:"";position:absolute;right:2px;top:50%;width:10px;height:10px;
  border-right:2px solid var(--slate-500);border-bottom:2px solid var(--slate-500);
  transform:translateY(-65%) rotate(45deg);transition:transform .2s ease;
}
.faq-item[open] summary::after{transform:translateY(-35%) rotate(-135deg);}
.faq-item p{font-size:14.5px;color:var(--slate-600);margin:0 0 18px;max-width:66ch;}
.tag-grid{display:flex;flex-wrap:wrap;gap:10px;}
.tag-chip{background:var(--slate-100);border:1px solid var(--slate-200);color:var(--slate-700);font-size:13.5px;font-weight:600;padding:9px 15px;border-radius:999px;display:flex;align-items:center;gap:7px;}
.tag-chip svg{width:14px;height:14px;color:var(--amber-500);}
.props-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;}
@media(max-width:640px){.props-grid{grid-template-columns:1fr;}}

.product-props-grid{display:grid;grid-template-columns:1.3fr .9fr;gap:48px;}
@media(max-width:760px){.product-props-grid{grid-template-columns:1fr;gap:32px;}}

/* ---------- Contact ---------- */
.contact-wrap{display:grid;grid-template-columns:1fr 1fr;gap:56px;}
@media(max-width:960px){.contact-wrap{grid-template-columns:1fr;}}
.form-panel{background:var(--white);border:1px solid var(--slate-200);border-radius:var(--radius-lg);padding:38px;box-shadow:var(--shadow-sm);}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px;}
@media(max-width:560px){.form-row{grid-template-columns:1fr;}}
.field label{display:block;font-size:13px;font-weight:700;color:var(--slate-700);margin-bottom:7px;}
.field input,.field textarea,.field select{
  width:100%;border:1px solid var(--slate-300);border-radius:10px;padding:12px 14px;font-size:14.5px;font-family:inherit;color:var(--ink);background:var(--white);
}
.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--amber-500);}
.field{margin-bottom:18px;}
.field textarea{resize:vertical;min-height:120px;}
.form-note{font-size:12.5px;color:var(--slate-500);margin-top:14px;}

.office-card{display:flex;gap:16px;padding:22px 0;border-bottom:1px solid var(--slate-200);}
.office-card:last-child{border-bottom:0;}
.office-card .ic{width:42px;height:42px;border-radius:11px;background:var(--navy-900);color:var(--amber-400);display:flex;align-items:center;justify-content:center;flex:none;}
.office-card .ic svg{width:19px;height:19px;}
.office-card h4{font-size:15.5px;margin-bottom:4px;}
.office-card p{font-size:14px;margin:0;}
.map-frame{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--slate-200);margin-top:8px;}
.map-frame iframe{width:100%;height:320px;border:0;display:block;}

/* ---------- Initiatives ---------- */
.pillar-card{background:var(--white);border:1px solid var(--slate-200);border-radius:var(--radius);padding:28px;}
.pillar-card h3{font-size:17px;margin-bottom:10px;display:flex;align-items:center;gap:12px;}
.pillar-card .icon-badge{margin-bottom:0;width:44px;height:44px;border-radius:11px;}

/* ---------- Numbered pillar grid (Exports: Documentation / Packaging / Logistics) ---------- */
.hp-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--slate-200);border-radius:var(--radius-lg);overflow:hidden;}
.hp-pillar{background:var(--white);padding:32px 28px;}
.hp-pillar .num{font-family:var(--font-head);font-size:13px;font-weight:700;color:var(--amber-500);letter-spacing:.04em;margin-bottom:14px;}
.hp-pillar h3{font-size:18px;margin-bottom:8px;}
.hp-pillar p{font-size:14.5px;color:var(--slate-600);margin:0;}
@media(max-width:820px){.hp-pillars{grid-template-columns:1fr;}}

/* ---------- 404 ---------- */
.not-found{padding:140px 0;text-align:center;}
.not-found .code{font-family:var(--font-head);font-size:120px;font-weight:700;color:var(--slate-200);line-height:1;}

@keyframes facetShine{0%,100%{filter:brightness(1);}50%{filter:brightness(1.3);}}

/* ---------- Signature 3D graphic: hex halo + gem core (inner-page headers) ----------
   Deliberately a different silhouette from the homepage crystal cluster —
   an open hexagonal ring orbiting a small faceted gem, so inner pages read
   as a distinct but related visual language, not a scaled-down repeat. */
.hex-stage{position:absolute;pointer-events:none;perspective:1000px;}
.hex-ring{
  position:absolute;top:0;left:0;width:1px;height:1px;transform-style:preserve-3d;
  animation:hexSpin 34s linear infinite;
}
.hex-ring.reverse{animation-direction:reverse;animation-duration:46s;}
@keyframes hexSpin{from{transform:rotateY(0deg) rotateX(12deg);}to{transform:rotateY(360deg) rotateX(12deg);}}
.hs-side{
  position:absolute;top:0;left:0;width:var(--hw);height:var(--hh);
  margin-left:calc(var(--hw) / -2);margin-top:calc(var(--hh) / -2);
  background:linear-gradient(180deg, transparent, var(--fc), transparent);
  border-top:1px solid rgba(255,255,255,.25);border-bottom:1px solid rgba(255,255,255,.1);
  opacity:.8;
}
.hex-core{
  position:absolute;top:0;left:0;width:1px;height:1px;transform-style:preserve-3d;
  animation:hexCoreSpin 15s linear infinite;
}
@keyframes hexCoreSpin{from{transform:rotateY(0deg) rotateX(-10deg);}to{transform:rotateY(360deg) rotateX(-10deg);}}
.core-facet{
  position:absolute;top:0;left:0;width:var(--fw);height:var(--fh);
  margin-left:calc(var(--fw) / -2);margin-top:calc(var(--fh) / -2);
  clip-path:polygon(50% 0%, 100% 100%, 0% 100%);
  background:linear-gradient(165deg, rgba(255,255,255,.6), var(--fc) 50%, rgba(6,12,24,.9) 100%);
  animation:facetShine 4.2s ease-in-out infinite;
}
.core-down{clip-path:polygon(50% 100%, 100% 0%, 0% 0%);background:linear-gradient(15deg, rgba(255,255,255,.55), var(--fc) 50%, rgba(6,12,24,.9) 100%);}

.page-hero .hex-stage{right:6px;top:-40px;width:280px;height:280px;opacity:.6;}
@media(max-width:900px){
  .page-hero .hex-stage{display:none;}
}

/* subtle grain texture on dark / feature panels for a less flat, more premium finish */
.hero::after,.bg-navy::after,.cta-banner::after,.media-panel::after{
  content:"";position:absolute;inset:0;pointer-events:none;z-index:0;
  opacity:.05;mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.bg-navy .container>*,.cta-banner>*,.media-panel-list{position:relative;z-index:1;}

/* ---------- 3D tilt-on-hover (desktop pointer only, motion-safe) ---------- */
@media (hover:hover) and (pointer:fine){
  .tilt-3d{transition:transform .15s ease-out;transform-style:preserve-3d;will-change:transform;}
}

/* richer, colour-matched hover lift for cards */
.icon-card:hover{box-shadow:0 20px 40px -14px rgba(255,115,11,.2), var(--shadow-md);border-color:rgba(255,115,11,.22);}
.cat-card:hover{box-shadow:0 24px 48px -14px rgba(255,115,11,.3);}
.product-card:hover{box-shadow:0 20px 40px -16px rgba(10,23,48,.2);}
.stat-card{transition:box-shadow .3s ease, transform .3s ease;}
.stat-card:hover{box-shadow:0 32px 56px -16px rgba(10,23,48,.22);transform:translateY(-2px);}

/* shine sweep on primary buttons */
.btn-primary{position:relative;overflow:hidden;}
.btn-primary::after{
  content:"";position:absolute;top:0;left:-60%;width:35%;height:100%;
  background:linear-gradient(115deg,transparent,rgba(255,255,255,.6),transparent);
  transform:skewX(-20deg);transition:left .6s ease;pointer-events:none;
}
.btn-primary:hover::after{left:130%;}

@media (prefers-reduced-motion: reduce){
  .hex-ring,.hex-core,.core-facet{animation:none;}
  .tilt-3d{transition:none !important;transform:none !important;}
  .btn-primary::after{display:none;}
}

/* ---------- Misc ---------- */
.badge-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;}
.badge-row span{font-size:12.5px;font-weight:700;color:var(--navy-800);background:var(--slate-100);padding:8px 14px;border-radius:999px;border:1px solid var(--slate-200);}
