/* ==========================================================================
   ALPHA & OMEGA TRANSGLOBAL — STYLESHEET
   Design system: "Trade Route" — navy/brass maritime-manifest identity
   ========================================================================== */

:root{
  /* ---- Color tokens ---- */
  /* "Manifest Red" — a professional deep-red & gold trade identity */
  --navy-deep:   #3B0A10;   /* deepest oxblood — darkest backgrounds */
  --navy:        #7A121D;   /* primary brand red — headings, dark sections */
  --ocean:       #A81E2A;   /* mid red — gradient stops, CTA band */
  --ocean-light: #D6293B;   /* vivid action red — bright accents */
  --brass:       #E2A400;   /* gold — base accent */
  --brass-light: #F6C948;   /* light gold — icons/text on dark backgrounds */
  --brass-dark:  #A9740A;   /* deep amber — text/icons on light backgrounds */
  --teal:        #2E7D6B;   /* muted teal-green — tertiary accent (success, dots) */
  --paper:       #FBF6EC;
  --paper-alt:   #F1E7D3;
  --white:       #FFFFFF;
  --ink:         #241917;
  --ink-soft:    #5C5049;
  --ink-faint:   #97897D;
  --line:        rgba(122,18,29,0.14);
  --line-light:  rgba(255,255,255,0.16);
  --shadow-sm:   0 2px 10px rgba(61,10,17,0.10);
  --shadow-md:   0 12px 32px rgba(61,10,17,0.16);
  --shadow-lg:   0 24px 60px rgba(30,5,9,0.32);

  /* ---- Type ---- */
  --font-display: 'Source Serif 4', Georgia, serif;
  --font-body: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'IBM Plex Mono', 'Courier New', monospace;

  /* ---- Layout ---- */
  --container-w: 1280px;
  --radius-sm: 2px;
  --radius-md: 10px;
  --header-h: 84px;

  /* ---- Footer (near-black, distinct from red sections) ---- */
  --footer-black: #0C0605;
  --footer-black-2: #000000;
}

/* ==========================================================================
   RESET & BASE
   ========================================================================== */
*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *, *::before, *::after{ animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}
body{
  margin:0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img{ max-width:100%; display:block; }
a{ color: inherit; text-decoration:none; }
ul{ margin:0; padding:0; list-style:none; }
h1,h2,h3,h4{ font-family: var(--font-display); color: var(--navy); margin:0 0 .5em; line-height:1.15; font-weight:600; }
p{ margin:0 0 1em; color: var(--ink-soft); }
button{ font-family: inherit; cursor:pointer; }
input,textarea,select{ font-family: inherit; font-size: 1rem; }

.skip-link{
  position:absolute; left:-999px; top:auto;
  background:var(--brass); color:var(--navy-deep); padding:.8em 1.2em;
  z-index:2000; font-weight:700; border-radius:0 0 6px 0;
}
.skip-link:focus{ left:0; top:0; }

:focus-visible{ outline: 3px solid var(--brass); outline-offset: 2px; }

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

#market-entry, #documentation, #logistics, #compliance{ scroll-margin-top: var(--header-h); }

/* ---- Type scale ---- */
h1{ font-size: clamp(2.3rem, 4.6vw, 4.2rem); letter-spacing: -0.01em; }
h2{ font-size: clamp(1.9rem, 3.4vw, 2.7rem); letter-spacing: -0.01em; }
h3{ font-size: clamp(1.25rem, 2vw, 1.55rem); }
h4{ font-size: 1.05rem; text-transform:none; }
.lead{ font-size: 1.15rem; color: var(--ink-soft); }

.eyebrow{
  font-family: var(--font-mono);
  font-size: .74rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight:700;
  color: var(--brass-dark);
  display:flex; align-items:center; gap:.6em;
  margin-bottom: .9em;
}
.eyebrow::before{ content:""; width:26px; height:2px; background:var(--brass-dark); display:inline-block; }
.eyebrow.on-dark{ color: var(--brass-light); }
.eyebrow.on-dark::before{ background: var(--brass-light); }

.section{ padding: 92px 0; }
.section-tight{ padding: 60px 0; }
.section-alt{ background: var(--paper-alt); }
.section-navy{ background: linear-gradient(160deg,var(--navy) 0%, var(--navy-deep) 100%); color: var(--white); }
.section-navy p{ color: rgba(255,255,255,0.72); }
.section-navy h2, .section-navy h3{ color: var(--white); }
.section-white{ background: var(--white); }

.section-head{ max-width: 680px; margin-bottom: 48px; }
.section-head.center{ margin-left:auto; margin-right:auto; text-align:center; }
.section-head.center .eyebrow{ justify-content:center; }
.section-head.center .eyebrow::before{ display:none; }

/* ==========================================================================
   BUTTONS — "manifest tag" signature: a die-cut corner + grommet dot on the
   primary action, echoing a shipping tag; a stacked-ticket offset on outline.
   ========================================================================== */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:.6em;
  padding: 14px 26px;
  font-family: var(--font-body);
  font-size: .92rem;
  letter-spacing:.01em;
  font-weight:700;
  border-radius: 2px;
  border: 1.5px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
  white-space: nowrap;
}
.btn-primary, .btn-outline{ padding-right:22px; }
.btn-primary svg, .btn-outline svg{ width:16px; height:16px; flex:none; transition: transform .25s ease; }
.btn-primary:hover svg, .btn-outline:hover svg{ transform: translateX(4px); }

.btn-primary{
  background: var(--navy);
  color: var(--white);
  box-shadow: var(--shadow-sm);
}
.btn-primary:hover{ background: var(--ocean); transform: translateY(-2px); box-shadow: var(--shadow-md); }

.btn-outline{
  background: transparent; border-color: var(--navy); color: var(--navy);
}
.btn-outline:hover{
  background: var(--navy); color:#fff; transform: translateY(-2px); box-shadow: var(--shadow-md);
}
.btn-outline.on-dark{ border-color: rgba(255,255,255,0.55); color: var(--white); }
.btn-outline.on-dark:hover{ background: var(--white); color: var(--navy-deep); border-color: var(--white); }

.btn-ghost{ background:transparent; color:var(--brass-dark); padding: 14px 6px; position:relative; }
.btn-ghost::after{ content:""; position:absolute; left:6px; right:6px; bottom:8px; height:1.5px; background:currentColor; transform:scaleX(0); transform-origin:left; transition:transform .28s ease; }
.btn-ghost:hover{ color: var(--navy); }
.btn-ghost:hover::after{ transform:scaleX(1); }
.btn-block{ width:100%; }
.btn-sm{ padding: 10px 20px; font-size:.82rem; border-radius:2px; }
.btn-sm.btn-primary, .btn-sm.btn-outline{ padding-right:16px; }
.btn-sm svg{ width:14px; height:14px; }

/* ==========================================================================
   HEADER / TOP NAV
   ========================================================================== */
.site-header{
  position:fixed; top:0; left:0; right:0; z-index:900;
  height: var(--header-h);
  display:flex; align-items:center;
  transition: box-shadow .3s ease, height .3s ease, border-color .3s ease;
  background: var(--paper);
  border-bottom: 1px solid rgba(122,18,29,0.10);
  height: 90px;
}
.site-header .container{ display:flex; align-items:center; justify-content:space-between; width:100%; gap:16px; }
.site-header.is-scrolled, .site-header.is-solid{
  box-shadow: 0 4px 24px rgba(61,10,17,0.14);
  border-color: rgba(122,18,29,0.16);
  height: 72px;
}
.brand{ display:flex; align-items:center; gap:12px; }
.brand-mark{
  width:44px; height:44px; border-radius:50%;
  border:1.5px solid var(--brass-dark);
  display:flex; align-items:center; justify-content:center;
  font-family: var(--font-display); font-weight:600; color: var(--navy);
  font-size:1.1rem; flex:none;
}
.brand-text{ line-height:1.2; }
.brand-text .name{ font-family: var(--font-display); font-weight:600; color: var(--navy); font-size:1.05rem; display:block; }
.brand-text .tag{ font-family: var(--font-mono); font-size:.62rem; letter-spacing:.1em; text-transform:uppercase; color: var(--brass-dark); }

/* Logo image lockup — height-locked to the header so it can never overflow/clip,
   width scales naturally from the source aspect ratio. */
.brand-logo-img{
  height: 85px; width:auto; max-width: 210px;
  object-fit: contain; flex: none;
  transition: height .3s ease;
}
.site-header.is-scrolled .brand-logo-img, .site-header.is-solid .brand-logo-img{ height: 80px; }

.header-actions{ display:flex; align-items:center; gap:18px; }
.header-call{ display:flex; align-items:center; gap:.5em; color: var(--navy); font-family: var(--font-mono); font-size:.82rem; }
.header-call svg{ width:16px; height:16px; stroke: var(--brass-dark); }

.menu-toggle{
  display:flex; align-items:center; gap:10px;
  background:transparent; border:1px solid var(--line);
  color: var(--navy); padding: 10px 16px; border-radius:2px;
}
.menu-toggle:hover{ border-color: var(--brass-dark); }
.menu-toggle .bars{ display:flex; flex-direction:column; gap:4px; width:20px; }
.menu-toggle .bars span{ height:2px; background: var(--navy); display:block; transition: transform .25s ease, opacity .25s ease; }
.menu-toggle .label{ font-family: var(--font-mono); font-size:.72rem; letter-spacing:.12em; text-transform:uppercase; }

/* ---- Desktop horizontal nav (wide viewports only; drawer remains for mobile/tablet) ---- */
.desktop-nav{ display:none; align-items:center; justify-content:center; gap:4px; flex:1; padding:0 12px; }
.desktop-nav a, .nav-link{
  position:relative; white-space:nowrap;
  font-family: var(--font-body); font-size:15px; font-weight:600;
  letter-spacing:.01em; color: #000;
  padding:9px 16px; border-radius:999px;
  transition: color .2s ease, background .25s ease, box-shadow .25s ease;
}
.desktop-nav a:hover, .nav-link:hover{ color: var(--navy); background: rgba(122,18,29,0.07); }
.desktop-nav a.active, .nav-link.active{
  color: var(--brass-dark);
  background: transparent;
  box-shadow: none;
}
.header-cta{ display:none; }

@media (min-width:1160px){
  .menu-toggle{ display:none; }
  .header-call{ display:none; }
  .desktop-nav{ display:flex; }
  .header-cta{ display:inline-flex; }
}

/* ---- Nav item with mega-dropdown (Solutions) ---- */
.nav-item{ position:relative; display:flex; align-items:center; border-radius:999px; transition: background .25s ease; }
.nav-item.has-dropdown:hover, .nav-item.has-dropdown.is-open{ background: rgba(122,18,29,0.07); }
/* Invisible bridge so moving the cursor down into the dropdown doesn't
   momentarily leave the hoverable area and close the menu early. */
.nav-item.has-dropdown::after{
  content:""; position:absolute; left:0; right:0; top:100%; height:16px;
}
.nav-item .nav-link{ padding-right:6px; }
.nav-item.has-dropdown:hover .nav-link, .nav-item.has-dropdown.is-open .nav-link{ background:transparent; color:var(--navy); }
.nav-caret{
  background:none; border:0; color: var(--ink-faint); cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  width:26px; height:26px; margin:0 7px 0 -8px; border-radius:50%;
  transition: background .2s ease, color .2s ease;
}
.nav-caret svg{ width:12px; height:12px; transition: transform .25s ease; }
.nav-caret:hover{ color: var(--navy); background: rgba(122,18,29,0.1); }
.nav-item.is-open .nav-caret{ color: var(--navy); background: var(--brass); }
.nav-item.is-open .nav-caret svg{ transform: rotate(180deg); }

/* Anchored to the LEFT edge of the trigger (not centered) so a 600px panel
   can never spill past the left edge of the viewport on standard desktop
   widths — centering it under an off-centre trigger was the original bug. */
.mega-dropdown{
  position:absolute; top: calc(100% + 14px); left:0;
  transform: translateY(6px);
  width: 620px; max-width: calc(100vw - 32px);
  background: var(--white);
  border-radius: 14px;
  box-shadow: var(--shadow-lg);
  padding: 26px;
  display:grid; grid-template-columns: 1.3fr 1fr; gap:8px 28px;
  opacity:0; visibility:hidden; pointer-events:none;
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
  z-index:950;
  overflow:hidden;
}
@media (hover:hover){
  .nav-item.has-dropdown:hover .mega-dropdown,
  .nav-item.has-dropdown:focus-within .mega-dropdown{
    opacity:1; visibility:visible; pointer-events:auto; transform:translateY(0);
  }
  .nav-item.has-dropdown:hover .nav-caret svg{ transform:rotate(180deg); }
}
.nav-item.has-dropdown.is-open .mega-dropdown{
  opacity:1; visibility:visible; pointer-events:auto; transform:translateY(0);
}
.mega-col{ display:flex; flex-direction:column; min-width:0; }
.mega-col-alt{ border-left:1px solid var(--line); padding-left:24px; min-width:0; }
.mega-label{
  font-family: var(--font-mono); font-size:.68rem; letter-spacing:.12em; text-transform:uppercase;
  color: var(--brass-dark); font-weight:700; margin-bottom:10px; display:block;
}
.mega-link{
  display:flex; align-items:flex-start; gap:12px;
  padding:10px 10px; border-radius:9px;
  transition: background .18s ease;
  min-width:0;
}
.mega-link:hover, .mega-link.is-current{ background: var(--paper-alt); }
.mega-link .mega-icon{ width:19px; height:19px; color:var(--brass-dark); flex:none; margin-top:2px; }
.mega-link > span{ min-width:0; }
.mega-link b{ display:block; font-family:var(--font-body); font-weight:700; color:var(--navy); font-size:13px; overflow-wrap:break-word; }
.mega-link small{ display:block; color:var(--ink-faint); font-size:.78rem; margin-top:2px; line-height:1.4; overflow-wrap:break-word; }

/* ==========================================================================
   RIGHT-SIDE DRAWER MENU
   ========================================================================== */
.drawer-overlay{
  position:fixed; inset:0; background: rgba(7,17,31,0.6);
  opacity:0; pointer-events:none; transition: opacity .35s ease; z-index:1000;
}
.drawer-overlay.is-open{ opacity:1; pointer-events:auto; }

.drawer{
  position:fixed; top:0; right:0; bottom:0;
  width: min(400px, 88vw);
  background: var(--navy-deep);
  z-index:1001;
  transform: translateX(100%);
  transition: transform .4s cubic-bezier(.16,.84,.44,1);
  display:flex; flex-direction:column;
  box-shadow: -12px 0 40px rgba(0,0,0,0.28);
}
.drawer.is-open{ transform: translateX(0); }
.drawer-top{ display:flex; align-items:center; justify-content:space-between; padding: 26px 28px; border-bottom:1px solid var(--line-light); }
.drawer-close{
  width:40px; height:40px; border-radius:50%; border:1px solid var(--line-light);
  background:transparent; color: var(--brass-light); display:flex; align-items:center; justify-content:center;
  font-size:1.1rem;
}
.drawer-close:hover{ border-color: var(--brass); background: rgba(255,255,255,0.06); }
.drawer-nav{ padding: 10px 10px; overflow-y:auto; flex:1; }
.drawer-nav li{ border-bottom: 1px solid rgba(255,255,255,0.07); }
.drawer-nav a{
  display:flex; align-items:baseline; gap:16px;
  padding: 16px 18px;
  font-family: var(--font-display); font-size:1.15rem; color: rgba(255,255,255,0.88);
  transition: color .2s ease, padding-left .2s ease, background .2s ease;
}
.drawer-nav a .num{ font-family: var(--font-mono); font-size:.72rem; color: var(--brass-light); }
.drawer-nav a:hover{
  color: var(--brass-light); padding-left: 24px;
  background: rgba(255,255,255,0.06);
}
.drawer-nav a.active{
  color: var(--brass-light); padding-left: 24px; font-weight:700;
  background: transparent;
  box-shadow: inset 3px 0 0 var(--brass-light);
}
.drawer-nav a.active .num{ color: var(--brass-light); }
.drawer-nav a:hover .num{ color: var(--brass-light); }

/* Sub-items grouped under Solutions (Industries / Quality / FAQ) */
.drawer-nav li.drawer-sub{ border-bottom: 1px solid rgba(255,255,255,0.05); }
.drawer-nav li.drawer-sub a{
  padding: 13px 18px 13px 48px; font-size:.95rem; position:relative;
  color: rgba(255,255,255,0.6); font-family: var(--font-body); font-weight:600;
}
.drawer-nav li.drawer-sub a::before{
  content:""; position:absolute; left:29px; top:50%; transform:translateY(-50%);
  width:5px; height:5px; border-radius:50%; background: var(--brass); opacity:.7;
}
.drawer-nav li.drawer-sub a:hover{
  color: var(--brass-light); background: rgba(255,255,255,0.05); padding-left:52px; border-radius:0;
}
.drawer-nav li.drawer-sub a.active{
  color: var(--brass-light); background: rgba(226,164,0,0.1); padding-left:52px; border-radius:0; font-weight:700;
}
.drawer-nav li.drawer-sub a:hover::before{ background:var(--brass-light); }
.drawer-nav li.drawer-sub a.active::before{ background:var(--brass-light); width:7px; height:7px; box-shadow:0 0 0 3px rgba(246,201,72,0.25); }
.drawer-bottom{ padding: 24px 28px 30px; border-top:1px solid var(--line-light); }
.drawer-bottom .dline{ display:flex; gap:12px; align-items:flex-start; font-family: var(--font-mono); font-size:.82rem; color: rgba(255,255,255,0.72); margin-bottom:12px; }
.drawer-bottom .dline svg{ width:16px; height:16px; stroke:var(--brass-light); flex:none; margin-top:3px; }
body.drawer-locked{ overflow:hidden; }

/* ==========================================================================
   HERO (home)
   ========================================================================== */
.hero{
  position:relative;
  min-height: 100vh;
  display:flex; align-items:center;
  color: var(--white);
  padding: var(--header-h) 0 0;
  overflow:hidden;
  background: var(--navy-deep);
}
@supports (min-height: 100svh){ .hero{ min-height: 100svh; } }
.hero-grid{ position:relative; z-index:2; width:100%; padding: 70px 0 96px; }
.hero-copy{ max-width: 620px; }
.hero-copy h1{ color: var(--white); margin-bottom:.4em; }
.hero-copy h1 em{ font-style:normal; color: var(--brass-light); }
.hero-copy .lead{ color: rgba(255,255,255,0.82); max-width: 46ch; }
.hero-actions{ display:flex; gap:16px; margin-top: 34px; flex-wrap:wrap; }
.hero-trust{ display:flex; gap:28px; margin-top:52px; flex-wrap:wrap; }
.hero-trust .stat{ font-family: var(--font-mono); }
.hero-trust .stat b{ display:block; font-family: var(--font-display); font-size:1.8rem; color: var(--brass-light); font-weight:600; }
.hero-trust .stat span{ font-size:.68rem; letter-spacing:.08em; text-transform:uppercase; color: rgba(255,255,255,0.6); }

/* ==========================================================================
   HERO SLIDER — full-viewport background carousel behind the hero copy
   ========================================================================== */
.hero-slider{
  position:absolute; inset:0; z-index:0;
  background: var(--navy-deep);
  overflow:hidden;
}
.hero-slide{
  position:absolute; inset:0;
  opacity:0; visibility:hidden;
  transition: opacity 1.2s ease;
  background-size:cover; background-position:center;
}
.hero-slide.is-active{ opacity:1; visibility:visible; }
.hero-slide::before{
  content:""; position:absolute; inset:0;
  background: linear-gradient(100deg, rgba(20,4,7,0.95) 0%, rgba(23,5,8,0.87) 32%, rgba(25,6,9,0.55) 62%, rgba(25,6,9,0.72) 100%);
}
.hero-slide-cap{ position:absolute; right:32px; bottom:92px; max-width:260px; text-align:right; z-index:2; }
.hero-slide-cap .eyebrow{ margin-bottom:.35em; justify-content:flex-end; }
.hero-slide-cap .eyebrow::before{ order:2; }
.hero-slide-cap h3{ color:#fff; margin:0; font-size:1.15rem; }

.hero-slider-arrow{
  position:absolute; top:50%; transform:translateY(-50%);
  width:46px; height:46px; border-radius:50%; z-index:3;
  background: rgba(7,26,48,0.45); border:1px solid var(--line-light); color:#fff;
  display:flex; align-items:center; justify-content:center; font-size:1.4rem; line-height:1;
  backdrop-filter: blur(4px);
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.hero-slider-arrow:hover{ background: var(--brass); border-color: var(--brass); color: var(--navy-deep); }
.hero-slider-arrow.prev{ left:28px; }
.hero-slider-arrow.next{ right:28px; }

.hero-slider-dots{ position:absolute; bottom:32px; left:50%; transform:translateX(-50%); display:flex; gap:9px; z-index:3; }
.hero-slider-dots .dot{
  width:8px; height:8px; border-radius:50%; padding:0; border:0;
  background: rgba(255,255,255,0.35); transition: background .2s ease, transform .2s ease;
}
.hero-slider-dots .dot.is-active{ background: var(--brass); transform:scale(1.3); }

.hero-scroll-cue{
  position:absolute; left:24px; bottom:32px; z-index:2;
  display:flex; align-items:center; gap:10px;
  font-family: var(--font-mono); font-size:.68rem; letter-spacing:.14em; text-transform:uppercase;
  color: rgba(255,255,255,0.55);
}
.hero-scroll-cue span{
  width:1px; height:34px; background: rgba(255,255,255,0.3); position:relative; overflow:hidden;
}
.hero-scroll-cue span::before{
  content:""; position:absolute; top:-100%; left:0; width:100%; height:100%; background:var(--brass-light);
  animation: scrollcue 2.2s ease-in-out infinite;
}
@keyframes scrollcue{ 0%{ top:-100%; } 60%{ top:100%; } 100%{ top:100%; } }

@media (max-width:760px){
  .hero-slide-cap{ display:none; }
  .hero-scroll-cue{ display:none; }
  .hero-slider-arrow{ width:38px; height:38px; }
  .hero-slider-arrow.prev{ left:14px; } .hero-slider-arrow.next{ right:14px; }
}

/* Page hero (inner pages) */
.page-hero{
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: var(--white);
  padding: calc(var(--header-h) + 62px) 0 64px;
  position:relative; overflow:hidden;
}
.page-hero h1{ color:var(--white); margin-bottom:.3em; }
.page-hero .lead{ color: rgba(255,255,255,0.75); max-width:60ch; }
.page-hero .crumb{ font-family: var(--font-mono); font-size:.74rem; color: var(--brass-light); letter-spacing:.1em; text-transform:uppercase; margin-bottom:18px; display:block; }

/* ==========================================================================
   TRADE-ROUTE MAP (decorative svg bits reused across pages)
   ========================================================================== */
.route-dash{ stroke-dasharray: 6 7; animation: dashflow 18s linear infinite; }
@keyframes dashflow{ to{ stroke-dashoffset: -260; } }
.port-pulse{ animation: pulse 2.6s ease-in-out infinite; transform-origin:center; }
.port-pulse.d2{ animation-delay:.4s; }
.port-pulse.d3{ animation-delay:.9s; }
.port-pulse.d4{ animation-delay:1.3s; }
.port-pulse.d5{ animation-delay:1.7s; }
@keyframes pulse{ 0%,100%{ opacity:.55; transform:scale(1);} 50%{ opacity:1; transform:scale(1.5);} }

/* ==========================================================================
   CARDS — "shipping label" motif (brass double top rule)
   ========================================================================== */
.card{
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 3px solid var(--brass);
  padding: 32px 28px;
  border-radius: 2px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  height:100%;
}
.card:hover{ transform: translateY(-6px); box-shadow: var(--shadow-md); }
.card .card-icon{ width:46px; height:46px; margin-bottom:20px; color: var(--brass-dark); }
.card h3{ margin-bottom:.5em; }
.card p{ margin-bottom:0; }
.card ul.list-dot{ margin-top:14px; }
.card ul.list-dot li{ padding-left:1.3em; position:relative; margin-bottom:.5em; color:var(--ink-soft); font-size:.96rem; }
.card ul.list-dot li::before{ content:""; position:absolute; left:0; top:.55em; width:6px; height:6px; background:var(--brass); border-radius:50%; }

.grid{ display:grid; gap:28px; }
.grid-2{ grid-template-columns: repeat(2,1fr); }
.grid-3{ grid-template-columns: repeat(3,1fr); }
.grid-4{ grid-template-columns: repeat(4,1fr); }

/* Tag chips (industries) */
.chip-grid{ display:flex; flex-wrap:wrap; gap:12px; }
.chip{
  font-family: var(--font-mono); font-size:.82rem; letter-spacing:.02em;
  padding: 11px 20px; border:1px solid var(--line); border-radius:2px;
  background: var(--white); color: var(--navy); display:flex; align-items:center; gap:10px;
  transition: border-color .2s ease, background .2s ease;
}
.chip:hover{ border-color:var(--brass); background: var(--paper-alt); }
.chip .dot{ width:6px; height:6px; border-radius:50%; background:var(--teal); flex:none; }
.chip.on-dark{ background: rgba(255,255,255,0.04); border-color: var(--line-light); color: var(--white); }
.chip.on-dark:hover{ border-color: var(--brass); }

/* Directory index cards (industries / markets) */
.index-card{ background:var(--white); border:1px solid var(--line); padding:20px 20px; display:flex; align-items:center; gap:16px; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.index-card:hover{ border-color:var(--brass); transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.index-card .idx{ font-family:var(--font-mono); font-size:.72rem; color:var(--brass-dark); border:1px solid var(--line); border-radius:50%; width:34px; height:34px; display:flex; align-items:center; justify-content:center; flex:none; }
.index-card .name{ font-family:var(--font-display); font-weight:600; color:var(--navy); font-size:1rem; }
.index-card.on-dark{ background: rgba(255,255,255,0.03); border-color:var(--line-light); }
.index-card.on-dark .idx{ border-color:var(--line-light); color:var(--brass-light); }
.index-card.on-dark .name{ color:var(--white); }
.index-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
@media (max-width:860px){ .index-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:500px){ .index-grid{ grid-template-columns:1fr; } }

/* ==========================================================================
   PROCESS TIMELINE (import/export process, quality steps)
   ========================================================================== */
.process{ display:grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 0; position:relative; }
.process-step{ position:relative; padding: 30px 22px 10px; border-left:2px solid var(--line); }
.process-step .pnum{ font-family: var(--font-mono); font-size:.75rem; color:var(--brass-dark); display:block; margin-bottom:10px; }
.process-step::before{ content:""; position:absolute; left:-7px; top:26px; width:12px; height:12px; border-radius:50%; background:var(--brass); border:3px solid var(--paper); }
.section-navy .process-step{ border-left-color: var(--line-light); }
.section-navy .process-step::before{ border-color: var(--navy); }
.section-navy .process-step .pnum{ color: var(--brass-light); }

/* ==========================================================================
   IMAGE / MEDIA CARDS (products, gallery)
   ========================================================================== */
.media-card{ position:relative; border-radius: 2px; overflow:hidden; background:var(--navy); }
.media-card img{ width:100%; height:100%; object-fit:cover; transition: transform .5s ease; aspect-ratio: 4/3; }
.media-card:hover img{ transform: scale(1.06); }
.media-card .media-cap{
  position:absolute; left:0; right:0; bottom:0;
  padding: 18px 20px;
  background: linear-gradient(0deg, rgba(7,26,48,0.92) 0%, rgba(7,26,48,0) 100%);
  color:var(--white);
}
.media-card .media-cap .eyebrow{ margin-bottom:.2em; color:var(--brass-light); }
.media-card .media-cap .eyebrow::before{ background:var(--brass-light); }
.media-card .media-cap h4{ color:var(--white); margin:0; }

.product-card{ background:var(--white); border:1px solid var(--line); border-radius:2px; overflow:hidden; transition: box-shadow .25s ease, transform .25s ease; }
.product-card:hover{ box-shadow: var(--shadow-md); transform: translateY(-4px); }
.product-card .pc-media{ aspect-ratio: 4/3; overflow:hidden; }
.product-card .pc-media img{ width:100%; height:100%; object-fit:cover; transition: transform .5s ease; }
.product-card:hover .pc-media img{ transform: scale(1.07); }
.product-card .pc-body{ padding: 22px 22px 26px; border-top:3px solid var(--brass); }
.product-card .pc-body .eyebrow{ margin-bottom:.5em; }

/* ==========================================================================
   HOMEPAGE — SOLUTIONS SHOWCASE (manifest bento grid)
   ========================================================================== */
.solutions-grid{
  display:grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: minmax(150px,auto);
  gap:18px; margin-top:44px;
}
.solution-tile{
  position:relative; grid-column: span 3; background: var(--white);
  border: 1px solid var(--line); padding: 28px 26px;
  display:flex; flex-direction:column;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.solution-tile:hover{ transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.solution-tile:nth-child(1){ grid-row: span 2; }
.solution-tile:nth-child(2){ grid-row: span 1; }
.solution-tile:nth-child(3){ grid-row: span 1; }
.solution-tile:nth-child(4), .solution-tile:nth-child(5), .solution-tile:nth-child(6){ grid-column: span 2; }
.tile-code{
  font-family: var(--font-mono); font-size:.68rem; letter-spacing:.1em; text-transform:uppercase;
  color: var(--brass-dark); margin-bottom:16px; display:inline-flex; align-items:center; gap:8px;
}
.tile-code::before{ content:""; width:16px; height:1.5px; background: var(--brass-dark); }
.tile-icon-wrap{
  width:52px; height:52px; border-radius:50%; flex:none;
  display:flex; align-items:center; justify-content:center; margin-bottom:18px;
  background: rgba(122,18,29,0.07); color: var(--navy);
  transition: background .25s ease, color .25s ease, transform .25s ease;
}
.solution-tile:hover .tile-icon-wrap{ background: var(--brass); color: var(--navy-deep); transform: rotate(-8deg) scale(1.06); }
.tile-icon-wrap svg{ width:24px; height:24px; }
.solution-tile h3{ font-size:1.15rem; margin-bottom:.5em; }
.solution-tile p{ font-size:.94rem; color: var(--ink-soft); flex:1; }
.tile-link{
  margin-top:16px; display:inline-flex; align-items:center; gap:8px;
  font-family:var(--font-mono); font-size:.76rem; letter-spacing:.04em; text-transform:uppercase;
  color: var(--brass-dark); font-weight:700;
}
.tile-link svg{ width:13px; height:13px; transition: transform .25s ease; }
.solution-tile:hover .tile-link{ color: var(--navy); }
.solution-tile:hover .tile-link svg{ transform: translateX(4px); }

.solution-tile.is-featured{
  background: linear-gradient(155deg, var(--navy-deep) 0%, var(--navy) 60%, var(--ocean) 100%);
  border-color: transparent; color: var(--white); padding: 36px 32px; justify-content:center;
}
.solution-tile.is-featured .tile-code{ color: var(--brass-light); }
.solution-tile.is-featured .tile-code::before{ background: var(--brass-light); }
.solution-tile.is-featured .tile-icon-wrap{ background: rgba(246,201,72,0.16); color: var(--brass-light); width:64px; height:64px; }
.solution-tile.is-featured .tile-icon-wrap svg{ width:30px; height:30px; }
.solution-tile.is-featured h3{ font-size:1.5rem; color:#fff; }
.solution-tile.is-featured p{ color: rgba(251,246,236,0.78); font-size:1rem; }
.solution-tile.is-featured .tile-link{ color: var(--brass-light); }
.solution-tile.is-featured:hover .tile-icon-wrap{ transform: rotate(-8deg) scale(1.06); background: rgba(246,201,72,0.16); color:var(--brass-light); }

@media (max-width: 860px){
  .solutions-grid{ grid-template-columns: 1fr; }
  .solution-tile, .solution-tile:nth-child(1), .solution-tile:nth-child(4), .solution-tile:nth-child(5), .solution-tile:nth-child(6){
    grid-column: 1; grid-row: auto;
  }
}

/* ==========================================================================
   HOMEPAGE — INDUSTRIES SHOWCASE (postal-stamp icon tiles)
   ========================================================================== */
.industry-stamps{
  display:grid; grid-template-columns: repeat(4, 1fr); gap:14px; margin-top:28px;
}
.stamp{
  border: 2px dashed rgba(246,201,72,0.32); border-radius:10px;
  padding: 18px 12px; text-align:center;
  display:flex; flex-direction:column; align-items:center; gap:10px;
  transition: border-color .25s ease, background .25s ease, transform .25s ease;
}
.stamp:hover{ border-color: var(--brass-light); background: rgba(255,255,255,0.04); transform: translateY(-3px); }
.stamp .stamp-icon{
  width:44px; height:44px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  background: rgba(246,201,72,0.12); color: var(--brass-light); flex:none;
}
.stamp .stamp-icon svg{ width:22px; height:22px; }
.stamp span{ font-family:var(--font-body); font-size:.82rem; font-weight:600; color: rgba(251,246,236,0.88); line-height:1.25; }
@media (max-width:640px){ .industry-stamps{ grid-template-columns: repeat(2,1fr); } }

.markets-block{ margin-top:52px; }

/* ==========================================================================
   HOMEPAGE — TRUST SHOWCASE (certification seals)
   ========================================================================== */
.trust-showcase{
  display:grid; grid-template-columns: repeat(4, 1fr); gap:36px 24px; margin-top:48px;
}
.trust-seal{ display:flex; flex-direction:column; align-items:center; text-align:center; gap:14px; }
.seal-badge{
  position:relative; width:78px; height:78px; border-radius:50%; flex:none;
  display:flex; align-items:center; justify-content:center;
  background: linear-gradient(150deg, var(--navy) 0%, var(--navy-deep) 100%);
  box-shadow: var(--shadow-sm);
}
.seal-badge::before{
  content:""; position:absolute; inset:-6px; border-radius:50%;
  border: 1.5px dashed var(--brass-dark); opacity:.55;
  animation: seal-spin 26s linear infinite;
}
.seal-badge svg{ width:28px; height:28px; stroke: var(--brass-light); position:relative; z-index:1; }
.trust-seal:hover .seal-badge{ box-shadow: var(--shadow-md); transform: translateY(-3px); }
.trust-seal:hover .seal-badge::before{ opacity:.9; }
.trust-seal span{ font-family: var(--font-body); font-weight:700; font-size:.92rem; color: var(--navy); max-width:16ch; }
@keyframes seal-spin{ from{ transform: rotate(0deg); } to{ transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce){ .seal-badge::before{ animation:none; } }
@media (max-width:860px){ .trust-showcase{ grid-template-columns: repeat(2,1fr); } }

/* ==========================================================================
   FAQ ACCORDION
   ========================================================================== */
.faq-item{ border-bottom:1px solid var(--line); }
.faq-q{
  width:100%; text-align:left; background:transparent; border:0;
  display:flex; align-items:center; justify-content:space-between;
  padding: 24px 4px; gap:20px;
}
.faq-q h4{ margin:0; font-family:var(--font-display); font-weight:600; font-size:1.08rem; color:var(--navy); }
.faq-q .plus{ font-family:var(--font-mono); font-size:1.3rem; color:var(--brass-dark); flex:none; transition: transform .3s ease; }
.faq-item.is-open .faq-q .plus{ transform: rotate(45deg); }
.faq-a{ max-height:0; overflow:hidden; transition: max-height .35s ease; }
.faq-item.is-open .faq-a{ max-height: 400px; }
.faq-a-inner{ padding: 0 4px 26px; max-width:70ch; }

/* ==========================================================================
   TESTIMONIAL / TRUST BADGES
   ========================================================================== */
.trust-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--line-light); border:1px solid var(--line-light); }
.trust-item{ background:var(--navy); padding:28px 22px; display:flex; gap:14px; align-items:flex-start; }
.trust-item svg{ width:22px; height:22px; stroke:var(--brass-light); flex:none; margin-top:2px; }
.trust-item span{ font-size:.92rem; color:rgba(255,255,255,0.86); }

/* ==========================================================================
   CTA BAND
   ========================================================================== */
.cta-band{ background: linear-gradient(120deg, var(--navy) 0%, var(--ocean) 100%); color:var(--white); padding:70px 0; position:relative; overflow:hidden; background: #004763;}
.cta-band .container{ display:flex; align-items:center; justify-content:space-between; gap:40px; flex-wrap:wrap; position:relative; z-index:1; }
.cta-band h2{ color:var(--white); margin-bottom:.2em; }
.cta-band p{ color:rgba(255,255,255,0.75); margin:0; }
.cta-actions{ display:flex; gap:14px; flex-wrap:wrap; }

/* ==========================================================================
   FORMS
   ========================================================================== */
.form-field{ margin-bottom:22px; }
.form-field label{ display:block; font-family:var(--font-mono); font-size:.74rem; letter-spacing:.08em; text-transform:uppercase; color:var(--navy); margin-bottom:8px; }
.form-field input, .form-field textarea, .form-field select{
  width:100%; padding:14px 16px; border:1px solid var(--line); border-radius:2px;
  background:var(--white); color:var(--ink); transition:border-color .2s ease, box-shadow .2s ease;
}
.form-field input:focus, .form-field textarea:focus, .form-field select:focus{ border-color:var(--brass); box-shadow: 0 0 0 3px rgba(226,164,0,0.18); outline:none; }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.form-note{ font-size:.82rem; color:var(--ink-faint); margin-top:-10px; }
.form-success{ display:none; background:var(--paper-alt); border-left:3px solid var(--teal); padding:20px 22px; font-family:var(--font-mono); font-size:.88rem; color:var(--navy); margin-top:20px; }
.form-success.is-shown{ display:block; }

.info-card{ background:var(--white); border:1px solid var(--line); border-top:3px solid var(--brass); padding:26px; display:flex; gap:16px; align-items:flex-start; }
.info-card svg{ width:22px; height:22px; stroke:var(--brass-dark); flex:none; margin-top:3px; }
.info-card h4{ margin-bottom:.2em; }
.info-card p{ margin:0; font-size:.94rem; }

.map-embed{ width:100%; height:340px; border:0; filter: grayscale(.15) contrast(1.05); }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer{
  position:relative; overflow:hidden;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,85 C150,25 300,105 450,55 C600,5 750,95 900,45 C1000,15 1100,65 1200,25' fill='none' stroke='%23E2A400' stroke-width='2' stroke-dasharray='7 9' opacity='0.42'/%3E%3Ccircle cx='150' cy='50' r='4.5' fill='%23E2A400' opacity='0.55'/%3E%3Ccircle cx='600' cy='40' r='4.5' fill='%23E2A400' opacity='0.55'/%3E%3Ccircle cx='1050' cy='45' r='5.5' fill='%23E2A400' opacity='0.65'/%3E%3C/svg%3E") no-repeat top / 100% 90px,
    linear-gradient(180deg, var(--footer-black) 0%, var(--footer-black-2) 100%);
  color: rgba(255,255,255,0.7); padding: 76px 0 0;
  border-top: 1px solid rgba(226,164,0,0.22);
}
.site-footer::before{
  content:""; position:absolute; inset:0; pointer-events:none;
  background-image:
    linear-gradient(rgba(226,164,0,0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(226,164,0,0.07) 1px, transparent 1px);
  background-size: 30px 30px;
  -webkit-mask-image: radial-gradient(85% 100% at 30% 0%, rgba(0,0,0,.9), transparent 78%);
  mask-image: radial-gradient(85% 100% at 30% 0%, rgba(0,0,0,.9), transparent 78%);
}
.site-footer::after{
  content:""; position:absolute; right:-40px; top:-40px; width:220px; height:220px;
  border:1px solid rgba(226,164,0,0.14); border-radius:18px; transform:rotate(18deg);
  pointer-events:none;
}
.site-footer .container{ position:relative; z-index:1; }
.footer-grid{ display:grid; grid-template-columns: 1.3fr 1fr 1fr 1.2fr; gap:40px; padding-bottom:56px; border-bottom:1px solid var(--line-light); }
.footer-brand .brand{ margin-bottom:18px; }
.footer-brand p{ color:rgba(255,255,255,0.6); max-width:34ch; font-size:.92rem; }
.footer-col h4{ color:var(--white); font-family:var(--font-mono); font-size:.76rem; letter-spacing:.1em; text-transform:uppercase; margin-bottom:20px; }
.footer-col li{ margin-bottom:12px; }
.footer-col a{ color:rgba(255,255,255,0.65); font-size:.92rem; transition:color .2s ease; }
.footer-col a:hover{ color:var(--brass-light); }
.footer-contact li{ display:flex; gap:10px; align-items:flex-start; font-size:.9rem; }
.footer-contact svg{ width:16px; height:16px; stroke:var(--brass-light); flex:none; margin-top:3px; }
.footer-social{ display:flex; gap:12px; margin-top:20px; }
.footer-social a{ width:36px; height:36px; border:1px solid var(--line-light); border-radius:50%; display:flex; align-items:center; justify-content:center; }
.footer-social a:hover{ border-color:var(--brass); color:var(--brass-light); }
.footer-social svg{ width:16px; height:16px; }
.footer-bottom{ display:flex; justify-content:space-between; align-items:center; padding:26px 0; font-family:var(--font-mono); font-size:.75rem; color:rgba(255,255,255,0.45); flex-wrap:wrap; gap:10px; }
.footer-bottom a{ color:rgba(255,255,255,0.45); }
.footer-bottom a:hover{ color:var(--brass-light); }

/* WhatsApp float */
.wa-float{
  position:fixed; right:26px; bottom:26px; z-index:500;
  width:58px; height:58px; border-radius:50%;
  background:#25D366; display:flex; align-items:center; justify-content:center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.28);
  transition: transform .2s ease;
}
.wa-float:hover{ transform: scale(1.08); }
.wa-float svg{ width:30px; height:30px; position:relative; z-index:2; }
.wa-ping{
  position:absolute; inset:0; border-radius:50%; background:#25D366;
  animation: waPing 2.4s cubic-bezier(0,0,.25,1) infinite;
}
@keyframes waPing{ 0%{ transform:scale(1); opacity:.55; } 100%{ transform:scale(1.7); opacity:0; } }
.wa-tip{
  position:absolute; right:calc(100% + 14px); top:50%; transform:translateY(-50%) translateX(6px);
  background: var(--navy-deep); color:#fff; padding:8px 14px; border-radius:6px;
  font-family: var(--font-mono); font-size:.72rem; letter-spacing:.02em; white-space:nowrap;
  opacity:0; pointer-events:none; box-shadow: var(--shadow-sm);
  transition: opacity .2s ease, transform .2s ease;
}
.wa-tip::after{
  content:""; position:absolute; left:100%; top:50%; transform:translateY(-50%);
  border:5px solid transparent; border-left-color:var(--navy-deep);
}
@media (hover:hover){
  .wa-float:hover .wa-tip{ opacity:1; transform:translateY(-50%) translateX(0); }
}
@media (max-width:620px){ .wa-tip{ display:none; } }

/* Back to top */
.back-top{
  position:fixed; right:26px; bottom:96px; z-index:500;
  width:44px; height:44px; border-radius:50%;
  background:var(--navy); border:1px solid var(--brass);
  color:var(--brass-light); display:flex; align-items:center; justify-content:center;
  opacity:0; pointer-events:none; transform: translateY(10px);
  transition: opacity .3s ease, transform .3s ease;
}
.back-top.is-shown{ opacity:1; pointer-events:auto; transform:translateY(0); }

/* ==========================================================================
   SCROLL REVEAL
   ========================================================================== */
.reveal{ opacity:0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible{ opacity:1; transform:none; }
.reveal-1{ transition-delay: .08s; }
.reveal-2{ transition-delay: .16s; }
.reveal-3{ transition-delay: .24s; }
.reveal-4{ transition-delay: .32s; }

/* ==========================================================================
   MISC
   ========================================================================== */
.divider{ height:1px; background:var(--line); margin: 0; }
.two-col{ display:grid; grid-template-columns: 1fr 1fr; gap:60px; align-items:center; }
.two-col.rev{ direction:rtl; }
.two-col.rev > *{ direction:ltr; }
.figure-frame{ border:1px solid var(--line); padding:14px; background:var(--white); box-shadow: var(--shadow-sm); }
.figure-frame img{ aspect-ratio: 4/3; object-fit:cover; width:100%; }
.small-caps{ font-family: var(--font-mono); font-size:.78rem; letter-spacing:.08em; text-transform:uppercase; color:var(--brass-dark); }
.num-badge{ font-family:var(--font-display); font-size:2.6rem; color:var(--brass); font-weight:600; line-height:1; }
.center-text{ text-align:center; }
.mt-0{ margin-top:0; } .mb-0{ margin-bottom:0; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1080px){
  .hero-grid{ grid-template-columns:1fr; }
  .footer-grid{ grid-template-columns:1fr 1fr; }
  .grid-4{ grid-template-columns: repeat(2,1fr); }
  .trust-grid{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 860px){
  .grid-3{ grid-template-columns: repeat(2,1fr); }
  .two-col{ grid-template-columns:1fr; gap:32px; }
  .two-col.rev{ direction:ltr; }
  .header-call{ display:none; }
  .form-row{ grid-template-columns:1fr; }
  .cta-band .container{ flex-direction:column; align-items:flex-start; }
}
@media (max-width: 620px){
  .grid-2, .grid-3, .grid-4{ grid-template-columns:1fr; }
  .footer-grid{ grid-template-columns:1fr; gap:36px; }
  .section{ padding:64px 0; }
  .hero{ padding: calc(var(--header-h) + 40px) 0 64px; }
  .page-hero{ padding: calc(var(--header-h) + 40px) 0 48px; }
  .brand-text .tag{ display:none; }
  .wa-float{ width:50px; height:50px; right:16px; bottom:16px; }
  .back-top{ right:16px; bottom:82px; width:40px; height:40px; }
  .trust-grid{ grid-template-columns:1fr; }
}
