/* ============================================================
   BIOX TRADEASIA — corporate green edition
   Display/body: Archivo · Utility: IBM Plex Mono
   Palette from logo: green #7AA266 · light #CBEBB9 · navy #161C28
   ============================================================ */
:root {
  --ink: #161c28;
  --ink-soft: #3c4454;
  --muted: #71798a;
  --paper: #ffffff;
  --surface: #f4f7f1;
  --board: #12161f;
  --board-soft: #1c2230;
  --line: #e2e6dd;
  --line-dark: #2c3444;
  --green: #7aa266;
  --green-deep: #4f7538;
  --green-bright: #9bc586;
  --green-light: #cbebb9;
  --green-tint: #eff5e9;
  --sans: 'Montserrat', 'IBM Plex Sans', system-ui, -apple-system, sans-serif;
  --mono: 'IBM Plex Mono', ui-monospace, 'SF Mono', monospace;
  --r: 4px;
  --r-lg: 10px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans); color: var(--ink); background: var(--paper);
  line-height: 1.6; font-size: 16px; -webkit-font-smoothing: antialiased;
}
img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
:focus-visible { outline: 2px solid var(--green-deep); outline-offset: 3px; border-radius: 2px; }

.container { width: min(80%, 100%); margin-inline: auto; padding-inline: clamp(20px, 4.5vw, 64px); }

/* ── WAYBILL LINE ── */
.waybill {
  display: flex; align-items: baseline; gap: 14px;
  font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.08em;
  color: var(--muted); text-transform: uppercase; margin-bottom: 26px;
}
.waybill::after { content: ""; flex: 1; height: 1px; background: var(--line); align-self: center; }
.waybill b { color: var(--green-deep); font-weight: 600; }
.dark .waybill { color: #98a0b0; }
.dark .waybill::after { background: var(--line-dark); }
.dark .waybill b { color: var(--green-bright); }

.h2 {
  font-size: clamp(1.8rem, 3.4vw, 2.7rem); font-weight: 800;
  letter-spacing: -0.03em; line-height: 1.4; color: var(--ink);
}
.dark .h2 { color: #f2f4ee; }
.lead { font-size: 1.02rem; color: var(--ink-soft); max-width: 56ch; }
.green-word { color: var(--green-deep); }

/* ── BUTTONS ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 17px;
  border-radius: var(--r);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  transition: transform 0.15s, background 0.2s, border-color 0.2s, color 0.2s;
}
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 26px; border-radius: var(--r);
  font-weight: 700; font-size: 0.9rem; letter-spacing: 0.01em;
  transition: transform 0.15s, background 0.2s, border-color 0.2s, color 0.2s;
}
.btn-solid { background: var(--ink); color: #fff; }
.btn-solid:hover { background: var(--green-deep); transform: translateY(-1px); }
.btn-green { background: var(--green); color: #fff; }
.btn-green:hover { background: var(--green-deep); transform: translateY(-1px); }
.btn-ghost { border: 1.5px solid var(--line); color: var(--ink); font-weight: 600; }
.btn-ghost:hover { border-color: var(--green-deep); color: var(--green-deep); }
.btn-ghost-inv { border: 1.5px solid rgba(255,255,255,0.35); color: #fff; font-weight: 600; }
.btn-ghost-inv:hover { border-color: var(--green-bright); color: var(--green-bright); }
.btn-wa { background: #1faa53; color: #fff; }
.btn-wa:hover { background: #178a42; transform: translateY(-1px); }
.btn-tg { background: #2596c7; color: #fff; }
.btn-tg:hover { background: #1d7ba5; transform: translateY(-1px); }
.textlink {
  font-weight: 700; font-size: 0.9rem; color: var(--green-deep);
  border-bottom: 1.5px solid currentColor; padding-bottom: 2px;
}
.textlink:hover { color: var(--ink); }
.section-cta { margin-top: 40px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.section-cta .hint { font-family: var(--mono); font-size: 0.72rem; color: var(--muted); letter-spacing: 0.04em; }

/* ── NAV ── */
.nav {
  position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.97);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--line);
}
.nav.scrolled { box-shadow: 0 2px 18px rgba(22,28,40,0.08); }
.nav-inner { display: flex; align-items: center; gap: 34px; padding-block: 12px; }
.logo { display: flex; align-items: center; flex-shrink: 0; }
.logo img { height: 42px; width: auto; }
.nav-links { display: flex; gap: 28px; flex: 1; }
.nav-links a { font-size: 0.85rem; font-weight: 600; color: var(--ink-soft); }
.nav-links a:hover { color: var(--green-deep); }
.nav-cta { padding: 10px 20px; font-size: 0.83rem; }
.hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; margin-left: auto; }
.hamburger span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; }

/* ── HERO — cinematic video ── */
.hero-cine {
  position: relative; min-height: 92vh; display: flex; flex-direction: column;
  justify-content: center; overflow: hidden; background: var(--board); color: #fff;
}
.hero-media { position: absolute; inset: 0; z-index: 0; }
.hero-media video, .hero-media img {
  width: 100%; height: 100%; object-fit: cover;
}
.hero-media img.kenburns { animation: kenburns 22s ease-in-out infinite alternate; }
@keyframes kenburns { from { transform: scale(1); } to { transform: scale(1.09) translate(-1.2%, -1%); } }
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(100deg, rgba(18,22,31,0.93) 0%, rgba(18,22,31,0.72) 45%, rgba(18,22,31,0.35) 100%);
}
.hero-content { position: relative; z-index: 2; padding-block: clamp(90px, 12vh, 150px) 40px; }
.hero-route {
  font-family: var(--mono); font-size: 0.74rem; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--green-light); margin-bottom: 24px;
  display: flex; align-items: center; gap: 10px;
}
.hero-route .rdot { width: 7px; height: 7px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 4px rgba(155,197,134,0.25); }
.hero-h1 {
  font-size: clamp(2.5rem, 5.8vw, 4.4rem); font-weight: 900;
  line-height: 1.02; letter-spacing: -0.035em; max-width: 15ch;
}
.hero-h1 em { font-style: normal; color: var(--green-bright); }
.hero-sub { margin-top: 22px; font-size: 1.05rem; color: rgba(255,255,255,0.82); max-width: 52ch; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.hero-note { margin-top: 22px; font-family: var(--mono); font-size: 0.72rem; color: rgba(255,255,255,0.55); letter-spacing: 0.03em; }
.stamp {
  position: absolute; right: clamp(20px, 6vw, 80px); top: clamp(96px, 14vh, 160px); z-index: 2;
  transform: rotate(7deg);
  border: 2.5px dashed var(--green-bright); color: var(--green-light);
  background: rgba(18,22,31,0.55); backdrop-filter: blur(4px); border-radius: var(--r-lg);
  padding: 12px 18px; text-align: center;
  font-family: var(--mono); text-transform: uppercase;
}
.stamp strong { display: block; font-size: 0.92rem; font-weight: 600; letter-spacing: 0.06em; }
.stamp span { font-size: 0.64rem; letter-spacing: 0.12em; }
.hero-stats {
  position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,0.16);
  margin-top: auto;
}
.hero-stats-inner { display: flex; gap: clamp(24px, 5vw, 64px); padding-block: 20px; flex-wrap: wrap; }
.h-stat { display: flex; align-items: baseline; gap: 10px; }
.h-stat strong { font-size: 1.5rem; font-weight: 800; color: var(--green-bright); letter-spacing: -0.02em; }
.h-stat span { font-size: 0.78rem; color: rgba(255,255,255,0.7); }

/* retailer strip */
.retailers { border-bottom: 1px solid var(--line); background: #fff; }
.retailers-inner { display: flex; align-items: center; gap: 20px; padding-block: 16px; flex-wrap: wrap; }
.retailers-lbl { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); flex-shrink: 0; }
.retailer-names { display: flex; gap: 8px 22px; flex-wrap: wrap; font-weight: 700; font-size: 0.92rem; color: var(--ink-soft); }
.retailer-names .more { color: var(--green-deep); }

/* ── ROLE FUNNEL ── */
.selector { background: var(--surface); border-bottom: 1px solid var(--line); }
.selector-inner { display: flex; align-items: center; gap: 16px; padding-block: 14px; flex-wrap: wrap; }
.selector-q { font-family: var(--mono); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); }
.pills { display: flex; gap: 8px; flex-wrap: wrap; }
.pill {
  padding: 8px 16px; border-radius: 99px; border: 1px solid var(--line);
  background: #fff; font-size: 0.82rem; font-weight: 600; color: var(--ink-soft);
  transition: all 0.15s;
}
.pill:hover { border-color: var(--green-deep); color: var(--green-deep); }
.pill.active { background: var(--green-deep); border-color: var(--green-deep); color: #fff; }
.funnel { display: none; background: var(--green-tint); border-bottom: 1px solid var(--green-light); }
.funnel.active { display: block; }
.funnel-inner { display: grid; grid-template-columns: 1.2fr auto; gap: 24px; align-items: center; padding-block: 26px; }
.funnel h3 { font-size: 1.2rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 8px; }
.funnel-points { display: flex; gap: 8px 20px; flex-wrap: wrap; }
.funnel-points span { display: inline-flex; align-items: center; gap: 7px; font-size: 0.86rem; color: var(--ink-soft); }
.funnel-points span::before { content: "✓"; color: var(--green-deep); font-weight: 700; }
.funnel-cta-col { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.funnel-cta-col .hint { font-family: var(--mono); font-size: 0.68rem; color: var(--muted); }

/* ── SECTIONS ── */
section { padding-block: clamp(60px, 8vw, 104px); }

/* CHALLENGE */
.challenge { background: var(--surface); }
.challenge-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(36px, 5vw, 80px); }
.challenge .lead { margin-top: 16px; margin-bottom: 26px; }
.pain-list { display: flex; flex-direction: column; gap: 14px; }
.pain-card {
  display: grid; grid-template-columns: auto 1fr; gap: 18px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 22px 24px;
}
.pain-code {
  font-family: var(--mono); font-size: 0.7rem; color: var(--green-deep);
  border: 1px solid var(--line); border-radius: var(--r); padding: 5px 8px;
  align-self: start; letter-spacing: 0.05em;
}
.pain-card h3 { font-size: 1.04rem; font-weight: 800; letter-spacing: -0.01em; margin-bottom: 5px; }
.pain-card p { font-size: 0.92rem; color: var(--ink-soft); }

/* ANSWER */
.answer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 76px); align-items: start; }
.answer-visual { position: relative; display: grid; gap: 14px; }
.frame { position: relative; border-radius: var(--r-lg); overflow: hidden; }
.frame img { width: 100%; object-fit: cover; }
.frame::before, .frame::after, .tick-b::before, .tick-b::after {
  content: ""; position: absolute; width: 18px; height: 18px; z-index: 2;
  border-color: rgba(255,255,255,0.9); border-style: solid;
}
.frame::before { top: 10px; left: 10px; border-width: 2px 0 0 2px; }
.frame::after { top: 10px; right: 10px; border-width: 2px 2px 0 0; }
.tick-b::before { bottom: 10px; left: 10px; border-width: 0 0 2px 2px; }
.tick-b::after { bottom: 10px; right: 10px; border-width: 0 2px 2px 0; }
.answer-quote {
  background: var(--board); color: #e9ecf2; border-radius: var(--r-lg);
  padding: 26px 28px;
}
.answer-quote p { font-size: 1.06rem; font-weight: 600; line-height: 1.5; letter-spacing: -0.01em; }
.answer-quote cite { display: block; margin-top: 12px; font-style: normal; font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--green-bright); }
.answer-points { display: grid; gap: 6px; margin-top: 28px; }
.a-point { display: grid; grid-template-columns: auto 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.a-point:last-child { border-bottom: 0; }
.a-check {
  width: 26px; height: 26px; border-radius: 50%; background: var(--green-tint); color: var(--green-deep);
  display: grid; place-items: center; font-size: 0.78rem; font-weight: 700; margin-top: 2px; flex-shrink: 0;
}
.a-point strong { display: block; font-size: 1rem; font-weight: 800; letter-spacing: -0.01em; }
.a-point p { font-size: 0.92rem; color: var(--ink-soft); margin-top: 3px; }

/* SERVICES */
.services { background: var(--surface); }
.services-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; flex-wrap: wrap; margin-bottom: 38px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.svc {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 26px 24px 24px; display: flex; flex-direction: column; gap: 10px;
  transition: border-color 0.2s, transform 0.2s;
}
.svc:hover { border-color: var(--green); transform: translateY(-2px); }
.svc.hidden { display: none; }
.svc-for { font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.svc h3 { font-size: 1.06rem; font-weight: 800; letter-spacing: -0.015em; }
.svc p { font-size: 0.9rem; color: var(--ink-soft); flex: 1; }
.svc-link { font-weight: 700; font-size: 0.84rem; color: var(--green-deep); }
.svc-link:hover { color: var(--ink); }
.svc-flag {
  align-self: start; font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.08em;
  text-transform: uppercase; background: var(--green-tint); color: var(--green-deep);
  border-radius: var(--r); padding: 4px 9px;
}

/* PROCESS */
.process-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(36px, 5vw, 80px); align-items: start; }
.process-intro .h2 { margin-bottom: 26px; }
.steps { display: grid; }
.step { display: grid; grid-template-columns: auto 1fr; gap: 22px; position: relative; padding-bottom: 34px; }
.step:last-child { padding-bottom: 0; }
.step::before { content: ""; position: absolute; left: 17px; top: 40px; bottom: 4px; border-left: 2px dashed var(--line); }
.step:last-child::before { display: none; }
.step-n {
  width: 36px; height: 36px; border-radius: 50%; background: var(--ink); color: var(--green-bright);
  font-family: var(--mono); font-weight: 600; font-size: 0.82rem;
  display: grid; place-items: center; z-index: 1;
}
.step h3 { font-size: 1.08rem; font-weight: 800; letter-spacing: -0.015em; }
.step .step-wk { font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--green-deep); margin: 3px 0 6px; }
.step p { font-size: 0.92rem; color: var(--ink-soft); max-width: 52ch; }

/* MARKETS */
.markets { background: var(--board); }
.routeboard { margin-top: 44px; display: grid; grid-template-columns: repeat(6, 1fr); position: relative; }
.routeboard::before { content: ""; position: absolute; top: 27px; left: 8.33%; right: 8.33%; border-top: 2px dashed var(--line-dark); }
.port { position: relative; padding: 0 16px; }
.port-node {
  width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center;
  background: var(--board-soft); border: 1.5px solid var(--line-dark);
  font-family: var(--mono); font-size: 0.76rem; font-weight: 600; color: var(--green-bright);
  letter-spacing: 0.05em; position: relative; z-index: 1; margin-bottom: 16px;
  transition: border-color 0.2s;
}
.port:hover .port-node { border-color: var(--green-bright); }
.port-node.hub { background: var(--green); color: #fff; border-color: var(--green); }
.port strong { display: block; color: #f2f4ee; font-size: 0.98rem; font-weight: 800; letter-spacing: -0.01em; }
.port .hub-lbl { font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.12em; color: var(--green-bright); text-transform: uppercase; }
.port p { font-size: 0.8rem; color: #98a0b0; margin-top: 7px; line-height: 1.5; }

/* PRODUCTS */
.products-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; flex-wrap: wrap; margin-bottom: 26px; }
.products-head .lead { margin-top: 14px; }
.no-supp { font-family: var(--mono); font-size: 0.72rem; color: var(--muted); display: block; margin-top: 8px; letter-spacing: 0.03em; }
.cat-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 22px; }
.cat-tab {
  padding: 8px 16px; border-radius: 99px; border: 1px solid var(--line);
  font-size: 0.8rem; font-weight: 600; color: var(--ink-soft); transition: all 0.15s;
}
.cat-tab:hover { border-color: var(--green-deep); color: var(--green-deep); }
.cat-tab.active { background: var(--green-deep); border-color: var(--green-deep); color: #fff; }
.catalog { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.spec {
  border: 1px solid var(--line); border-radius: var(--r-lg); background: #fff;
  padding: 22px 22px 20px; display: flex; flex-direction: column; gap: 12px;
  transition: border-color 0.2s, transform 0.2s;
}
.spec:hover { border-color: var(--green); transform: translateY(-2px); }
.spec.hidden { display: none; }
.spec-top { display: flex; justify-content: space-between; align-items: center; font-family: var(--mono); font-size: 0.66rem; letter-spacing: 0.08em; text-transform: uppercase; }
.spec-cat { color: var(--green-deep); }
.spec-origin { color: var(--muted); }
.spec h3 { font-size: 1.1rem; font-weight: 800; letter-spacing: -0.015em; }
.spec-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.spec-tag {
  font-family: var(--mono); font-size: 0.64rem; letter-spacing: 0.05em;
  border: 1px solid var(--line); border-radius: var(--r); padding: 4px 8px; color: var(--ink-soft);
}
.spec-tag.halal { border-color: var(--green); color: var(--green-deep); }
.spec-enquire { margin-top: 4px; font-weight: 700; font-size: 0.86rem; color: var(--green-deep); }
.spec-enquire:hover { color: var(--ink); }
.catalog-note { margin-top: 24px; font-size: 0.88rem; color: var(--muted); }
.catalog-note a { color: var(--green-deep); font-weight: 700; }

/* PORTAL */
.portal { background: var(--board); }
.portal-head { max-width: 720px; }
.portal-accent { color: var(--green-bright); }
.portal-lead { color: #b6bcc9; margin-top: 18px; }
.portal-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.portal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 48px; }
.p-card {
  border: 1px solid var(--line-dark); border-radius: var(--r-lg);
  background: var(--board-soft); padding: 24px 22px;
  display: flex; flex-direction: column; gap: 4px;
  transition: border-color 0.2s, transform 0.2s;
}
.p-card:hover { border-color: var(--green-bright); transform: translateY(-2px); }
.p-icon { color: var(--green-bright); margin-bottom: 12px; }
.p-card strong { color: #f2f4ee; font-size: 0.98rem; font-weight: 800; letter-spacing: -0.01em; }
.p-card span { font-size: 0.82rem; color: #98a0b0; }
@media (max-width: 1000px) { .portal-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .portal-grid { grid-template-columns: 1fr; }.container{width: 100%;} .h-stat{width: 100%;} }

/* STANDARDS */
.standards { background: var(--surface); }
.standards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 76px); align-items: center; }
.standards-quote { font-size: clamp(1.4rem, 2.4vw, 1.9rem); font-weight: 800; letter-spacing: -0.025em; line-height: 1.25; margin-bottom: 18px; }
.standards-left p { color: var(--ink-soft); font-size: 0.96rem; }
.standards-left p + p { margin-top: 12px; }
.standards-left .frame { margin-bottom: 24px; }
.criteria { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px; }
.criteria-h { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; }
.criteria ul { list-style: none; display: grid; gap: 13px; margin-bottom: 26px; }
.criteria li { display: flex; gap: 12px; font-size: 0.94rem; font-weight: 600; }
.criteria .a-check { margin-top: 0; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(36px, 5vw, 76px); align-items: center; }
.contact .h2 { margin-bottom: 16px; }
.contact-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.manifest {
  background: var(--board); color: #e9ecf2; border-radius: var(--r-lg); padding: 34px 32px;
  position: relative; overflow: hidden;
}
.manifest::before { content: ""; position: absolute; inset: 10px; border: 1.5px dashed var(--line-dark); border-radius: var(--r); pointer-events: none; }
.manifest-tagline { font-size: 1.22rem; font-weight: 800; letter-spacing: -0.02em; line-height: 1.35; }
.manifest-attr { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green-bright); margin-top: 12px; }
.manifest-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line-dark); }
.m-stat strong { display: block; font-size: 1.4rem; font-weight: 800; color: var(--green-bright); letter-spacing: -0.02em; }
.m-stat span { font-size: 0.72rem; color: #98a0b0; }

/* FOOTER */
.footer { background: var(--board); color: #98a0b0; padding-top: 60px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px; padding-bottom: 44px; }
.footer-logo-chip { display: inline-block; background: #fff; border-radius: var(--r-lg); padding: 10px 16px; }
.footer-logo-chip img { height: 40px; width: auto; }
.footer-brand p { font-size: 0.9rem; margin-top: 16px; max-width: 34ch; }
.footer-tag { font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.06em; color: var(--green-bright); margin-top: 10px; }
.footer-h { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: #f2f4ee; margin-bottom: 16px; }
.footer-col a { display: block; font-size: 0.88rem; padding-block: 5px; }
.footer-col a:hover { color: var(--green-bright); }
.footer-btm { border-top: 1px solid var(--line-dark); }
.footer-btm-inner { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-block: 20px; font-size: 0.8rem; }
.footer-btm a { color: var(--green-bright); }

/* FLOAT WA */
.float-wa {
  position: fixed; right: 20px; bottom: 20px; z-index: 90;
  display: inline-flex; align-items: center; gap: 10px;
  background: #1faa53; color: #fff; font-weight: 700; font-size: 0.86rem;
  padding: 13px 20px; border-radius: 99px;
  box-shadow: 0 10px 32px rgba(22,28,40,0.25);
  transition: transform 0.15s, background 0.2s;
}
.float-wa:hover { background: #178a42; transform: translateY(-2px); }

/* REVEAL */
.js-ready .js-reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.5s ease, transform 0.5s ease; }
.js-ready .js-reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js-ready .js-reveal { opacity: 1; transform: none; transition: none; }
  .hero-media img.kenburns { animation: none; }
  .btn, .svc, .spec, .float-wa { transition: none; }
}

/* ── RESPONSIVE ── */
@media (max-width: 1000px) {
  .services-grid, .catalog { grid-template-columns: repeat(2, 1fr); }
  .routeboard { grid-template-columns: repeat(3, 1fr); row-gap: 40px; }
  .routeboard::before { display: none; }
}
@media (max-width: 880px) {
  .nav-links, .nav .nav-cta { display: none; }
  .hamburger { display: flex; }
  .challenge-grid, .answer-grid, .process-grid,
  .standards-grid, .contact-grid, .funnel-inner { grid-template-columns: 1fr; }
  .stamp { right: 16px; top: 84px; transform: rotate(7deg) scale(0.88); }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-cine { min-height: 84vh; }
}
@media (max-width: 560px) {
  .services-grid, .catalog { grid-template-columns: 1fr; }
  .routeboard { grid-template-columns: repeat(2, 1fr); }
  .btn { width: 100%; justify-content: center; }
  .hero-actions .btn { width: auto; flex: 1; }
  .manifest-stats { grid-template-columns: 1fr 1fr; }
  .logo img { height: 36px; }
}

/* ═══════════════════════════════════════════════════
   MOBILE NAV — LEFT-SIDE SLIDE DRAWER
   Replaces the old display:none/flex toggle with a
   smooth translateX slide-in from the left side.
   ═══════════════════════════════════════════════════ */

/* Override the old mobile-menu rules completely */
.mobile-menu {
  display: flex !important; /* always in DOM, hidden via transform */
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: min(280px, 82vw);
  background: #fff;
  z-index: 1000;
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
  padding: 0;
  border-right: 1px solid var(--line);
  box-shadow: none;
  will-change: transform;
}

.mobile-menu.open {
  transform: translateX(0);
  box-shadow: 8px 0 40px rgba(0, 0, 0, 0.18);
}

/* Drawer header with logo area and close feel */
.mobile-menu::before {
  content: '';
  display: block;
  height: 64px;
  flex-shrink: 0;
  border-bottom: 1px solid var(--line);
}

.mobile-menu a {
  padding: 14px 24px;
  font-weight: 600;
  font-size: 1rem;
  color: var(--ink);
  border-bottom: 1px solid var(--green-tint);
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
}

.mobile-menu a:hover {
  background: var(--green-tint);
  color: var(--green-deep);
}

.mobile-menu .mobile-cta {
  color: var(--green-deep);
  font-weight: 700;
  background: var(--green-tint);
}

.mobile-menu .mobile-cta:hover {
  background: var(--green-light);
}

/* Backdrop overlay */
#drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(22, 28, 40, 0.5);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 0.35s ease;
}

#drawer-overlay.open {
  display: block;
  opacity: 1;
}

/* Hamburger → X animation */
.hamburger span {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}
.hamburger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.is-open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.hamburger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ═══════════════════════════════════════════════════
   SCROLL-TO-TOP BUTTON WITH PROGRESS RING
   Fixed bottom-right. Only appears after 300px scroll.
   SVG ring fills as user scrolls down the page.
   ═══════════════════════════════════════════════════ */

#scroll-top-btn {
  position: fixed;
  bottom: 80px;
  right: 24px;
  z-index: 900;
  width: 44px;
  height: 44px;
  border: none;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px) scale(0.9);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

#scroll-top-btn.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

#scroll-top-btn:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
}

#scroll-top-btn svg {
  position: absolute;
  top: 0;
  left: 0;
}

#scroll-top-btn .arrow-icon {
  position: relative;
  color: var(--green-deep);
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .mobile-menu { transition: none; }
  #drawer-overlay { transition: none; }
  #scroll-top-btn { transition: none; }
}

/* ── DRAWER HEADER (logo + close button) ── */
.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 64px;
  flex-shrink: 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

/* Remove the ::before placeholder we used earlier */
.mobile-menu::before { display: none; }

.drawer-logo img {
  height: 36px;
  display: block;
}

.drawer-close {
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--green-tint);
  color: var(--green-deep);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.15s;
}

.drawer-close:hover { background: var(--green-light); }

/* ── TALK TO US — styled as green button inside drawer ── */
.mobile-menu .mobile-cta {
  display: block;
  margin: 16px 20px;
  padding: 12px 20px;
  background: var(--green);
  color: #fff !important;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  text-align: center;
  border-bottom: none !important;
  transition: background 0.15s, transform 0.15s;
}

.mobile-menu .mobile-cta:hover {
  background: var(--green-deep) !important;
  transform: translateY(-1px);
}

/* ── DRAWER + MOBILE LOGO SIZE FIX ── */
.drawer-logo {
  padding: 0px !important;
}
.drawer-logo img {
  height: 30px;
}

@media (max-width: 560px) {
  .logo img {
    height: 30px;
  }
}

/* ── BUTTON TEXT ALIGNMENT FIX ── */
.btn { text-align: center; justify-content: center; white-space: nowrap; }
@media (max-width: 560px) { .btn { white-space: normal; text-align: center; } }
