/* ==========================================================================
   AV INTERNATIONAL LOGISTICS — Design system
   ========================================================================== */

:root {
  --navy-900: #071a2e;
  --navy-800: #0a2540;
  --navy-700: #123a63;
  --navy-600: #1c4f81;
  --accent: #f5811f;
  --accent-dark: #d96a0c;
  --accent-soft: #fff2e5;
  --teal: #0f9b8e;

  --ink: #10233a;
  --body: #55677d;
  --muted: #8494a7;
  --line: #e3eaf2;
  --surface: #ffffff;
  --surface-alt: #f4f8fc;

  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;

  --shadow-sm: 0 2px 10px rgba(10, 37, 64, .06);
  --shadow: 0 14px 40px rgba(10, 37, 64, .10);
  --shadow-lg: 0 28px 70px rgba(10, 37, 64, .16);

  --container: 1200px;
  --font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 96px; }

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--body);
  background: var(--surface);
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; display: block; }

h1, h2, h3, h4, h5 {
  margin: 0 0 .6em;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -.02em;
}

h1 { font-size: clamp(2.1rem, 4.6vw, 3.5rem); }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); }
h3 { font-size: 1.22rem; }
p  { margin: 0 0 1.1em; }

a { color: var(--navy-700); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--accent); }

ul { margin: 0 0 1.1em; padding-left: 1.15em; }
li { margin-bottom: .45em; }

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: 24px;
}

.section { padding: clamp(56px, 8vw, 104px) 0; }
.section--alt { background: var(--surface-alt); }
.section--navy { background: var(--navy-800); color: rgba(255,255,255,.78); }
.section--navy h2, .section--navy h3 { color: #fff; }

/* ---------- Shared bits ---------- */

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.eyebrow::before {
  content: '';
  width: 26px; height: 2px;
  background: var(--accent);
  border-radius: 2px;
}
.section--navy .eyebrow { color: var(--accent); }

.section-head { max-width: 660px; margin-bottom: 46px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head p { font-size: 1.04rem; margin-bottom: 0; }
.section--navy .section-head p { color: rgba(255,255,255,.72); }

.lead { font-size: 1.1rem; color: var(--body); }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .01em;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn svg { width: 17px; height: 17px; flex: none; }
.btn--primary { background: var(--accent); color: #fff; box-shadow: 0 10px 24px rgba(245,129,31,.32); }
.btn--primary:hover { background: var(--accent-dark); color: #fff; transform: translateY(-2px); }
.btn--navy { background: var(--navy-800); color: #fff; }
.btn--navy:hover { background: var(--navy-700); color: #fff; transform: translateY(-2px); }
.btn--ghost { background: transparent; color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.4); }
.btn--ghost:hover { background: #fff; color: var(--navy-800); }
.btn--outline { background: #fff; color: var(--navy-800); box-shadow: inset 0 0 0 1.5px var(--line); }
.btn--outline:hover { color: var(--accent); box-shadow: inset 0 0 0 1.5px var(--accent); transform: translateY(-2px); }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: .92rem;
  color: var(--navy-700);
}
.link-arrow svg { width: 15px; height: 15px; transition: transform .2s ease; }
.link-arrow:hover svg { transform: translateX(4px); }

/* ---------- Top bar ---------- */

.topbar {
  /* own stacking context above the sticky header: without it the header's
     compositing layer paints over the top bar once the contact details wrap
     to a second line on narrow screens */
  position: relative;
  z-index: 61;
  background: var(--navy-900);
  color: rgba(255,255,255,.72);
  font-size: .84rem;
}
.topbar .container {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 44px;
}
.topbar-meta { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.topbar a { color: rgba(255,255,255,.78); display: inline-flex; align-items: center; gap: 8px; }
.topbar a:hover { color: #fff; }
.topbar svg { width: 14px; height: 14px; color: var(--accent); flex: none; }
.topbar .hide-sm { white-space: nowrap; }

/* ---------- Header / nav ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  /* solid rather than translucent + backdrop-filter: blurring over the hero
     video is expensive on mobile and offers little visually here */
  background: #fff;
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s ease;
}
.site-header.is-stuck { box-shadow: var(--shadow-sm); }
.site-header .container {
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 78px;
}

.brand { flex: none; }
.brand img { height: 46px; width: auto; }

.nav { margin-left: auto; }
.nav-list {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-list > li { position: relative; }
.nav-list > li > a {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  font-size: .95rem;
  font-weight: 600;
  color: var(--ink);
}
.nav-list > li > a:hover,
.nav-list > li.is-active > a { color: var(--accent); }
.nav-list .caret { width: 11px; height: 11px; opacity: .5; transition: transform .2s ease; }
.nav-list > li:hover .caret { transform: rotate(180deg); }

.dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 246px;
  padding: 10px;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all .22s ease;
}
.nav-list > li:hover .dropdown,
.nav-list > li:focus-within .dropdown {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.dropdown li { margin: 0; }
.dropdown a {
  display: block;
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  font-size: .92rem;
  font-weight: 600;
  color: var(--ink);
}
.dropdown a:hover { background: var(--surface-alt); color: var(--accent); }

.header-cta { display: flex; align-items: center; gap: 12px; flex: none; }

.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: #fff;
  cursor: pointer;
  padding: 0;
  place-items: center;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: '';
  display: block;
  width: 19px; height: 2px;
  border-radius: 2px;
  background: var(--ink);
  transition: transform .25s ease, opacity .2s ease;
}
.nav-toggle span::before { transform: translateY(-6px); }
.nav-toggle span::after  { transform: translateY(4px); }
.nav-toggle.is-open span { background: transparent; }
.nav-toggle.is-open span::before { transform: rotate(45deg); }
.nav-toggle.is-open span::after  { transform: rotate(-45deg) translateY(-1px); }

/* ---------- Hero ---------- */

.hero {
  position: relative;
  overflow: hidden;
  background: var(--navy-900);
  color: rgba(255,255,255,.8);
}

/* looping background video + poster fallback */
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(100deg, rgba(7,26,46,.94) 0%, rgba(10,37,64,.86) 42%, rgba(10,37,64,.55) 70%, rgba(10,37,64,.42) 100%),
    linear-gradient(to top, rgba(7,26,46,.85) 0%, transparent 45%);
}
.hero-overlay::after {
  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: 64px 64px;
  mask-image: radial-gradient(70% 70% at 25% 45%, #000 0%, transparent 78%);
}
.hero .container { position: relative; z-index: 2; }
.hero-grid {
  display: grid;
  align-items: center;
  min-height: min(84vh, 760px);
  max-width: 720px;
  padding: clamp(88px, 11vw, 150px) 0 clamp(76px, 9vw, 120px);
}
.hero h1 { color: #fff; margin-bottom: 20px; }
.hero h1 em { font-style: normal; color: var(--accent); }
.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px 8px 10px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.14);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #fff;
}
.hero-tag b {
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--accent);
  font-size: .7rem;
  letter-spacing: .1em;
}
.hero p { font-size: 1.08rem; max-width: 52ch; color: rgba(255,255,255,.75); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
  margin-top: 46px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,.14);
}
.hero-stats .num {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -.02em;
  line-height: 1.1;
}
.hero-stats .num span { color: var(--accent); }
.hero-stats .lbl { font-size: .82rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.55); }

/* small "live" chip that sits over the video */
.hero-scroll {
  position: absolute;
  right: 24px;
  bottom: 34px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255,255,255,.66);
}
.hero-scroll .dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0 rgba(245,129,31,.6);
  animation: pulse 2.4s infinite;
}
@keyframes pulse {
  70%  { box-shadow: 0 0 0 12px rgba(245,129,31,0); }
  100% { box-shadow: 0 0 0 0 rgba(245,129,31,0); }
}

/* ---------- Track bar ---------- */

.trackbar { position: relative; z-index: 5; margin-top: -46px; }
.trackbar-inner {
  display: grid;
  grid-template-columns: 1fr minmax(430px, auto);
  gap: 26px;
  align-items: center;
  padding: 26px 32px;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}
.trackbar h3 { margin-bottom: 4px; }
.trackbar p { margin: 0; font-size: .92rem; }
.track-form { display: flex; gap: 12px; flex-wrap: wrap; }
.track-form input {
  flex: 1 1 260px;
  min-width: 0;
  padding: 14px 18px;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  font: inherit;
  font-size: .95rem;
  color: var(--ink);
  background: var(--surface-alt);
  transition: border-color .2s ease, background .2s ease;
}
.track-form input:focus { outline: none; border-color: var(--accent); background: #fff; }
.track-result {
  grid-column: 1 / -1;
  margin: 0;
  padding: 14px 18px;
  border-radius: var(--radius);
  background: var(--accent-soft);
  color: #8a4a06;
  font-size: .92rem;
  font-weight: 600;
}
.track-result[hidden] { display: none; }

/* ---------- 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); }

.card {
  position: relative;
  padding: 34px 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  overflow: hidden;
}
.card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--accent);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .3s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.card:hover::before { transform: scaleY(1); }
.card h3 { margin-bottom: 10px; }
.card p { font-size: .96rem; margin-bottom: 18px; }
.card p:last-child { margin-bottom: 0; }

/* photo header on service cards */
.card--photo { padding: 0; }
.card--photo .card-body { padding: 26px 30px 32px; }
.card-media {
  position: relative;
  height: 208px;
  overflow: hidden;
  background: var(--navy-800);
}
.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2,.7,.3,1);
}
.card:hover .card-media img { transform: scale(1.07); }
.card-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7,26,46,.68) 0%, rgba(7,26,46,.1) 55%, transparent 100%);
}
.card-media .card-icon {
  position: absolute;
  left: 24px;
  bottom: -28px;
  z-index: 2;
  margin: 0;
  width: 56px; height: 56px;
  border-radius: 16px;
  box-shadow: var(--shadow);
}
.card--photo .card-body { padding-top: 44px; }

.card-icon {
  width: 60px; height: 60px;
  display: grid; place-items: center;
  margin-bottom: 22px;
  border-radius: 18px;
  background: linear-gradient(140deg, var(--navy-700), var(--navy-800));
  color: #fff;
  transition: background .3s ease;
}
.card-icon svg { width: 28px; height: 28px; }
.card:hover .card-icon { background: linear-gradient(140deg, var(--accent), var(--accent-dark)); }

.card-num {
  position: absolute;
  right: 22px; top: 18px;
  font-size: 3.2rem;
  font-weight: 800;
  color: var(--surface-alt);
  letter-spacing: -.04em;
  line-height: 1;
  pointer-events: none;
}

/* Feature (why choose us) */
.feature {
  display: flex;
  gap: 18px;
  padding: 26px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.05);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
  transition: background .25s ease;
}
.feature:hover { background: rgba(255,255,255,.09); }
.feature-icon {
  flex: none;
  width: 48px; height: 48px;
  display: grid; place-items: center;
  border-radius: 14px;
  background: rgba(245,129,31,.16);
  color: var(--accent);
}
.feature-icon svg { width: 23px; height: 23px; }
.feature h3 { font-size: 1.06rem; margin-bottom: 6px; }
.feature p { margin: 0; font-size: .93rem; color: rgba(255,255,255,.68); }

/* ---------- Split / about ---------- */

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.split--reverse .split-media { order: 2; }

.split-media { position: relative; }
.split-media svg { width: 100%; height: auto; border-radius: var(--radius-lg); }
.split-media img {
  width: 100%;
  height: clamp(320px, 42vw, 470px);
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.split-media img[src$=".svg"] { height: auto; box-shadow: none; }

.badge-float {
  position: absolute;
  right: -14px;
  bottom: -18px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 24px;
  border-radius: var(--radius);
  background: var(--navy-800);
  color: #fff;
  box-shadow: var(--shadow-lg);
}
.badge-float .big { font-size: 2.1rem; font-weight: 800; line-height: 1; color: var(--accent); }
.badge-float span { font-size: .82rem; line-height: 1.35; color: rgba(255,255,255,.75); max-width: 12ch; }

.check-list { list-style: none; padding: 0; margin: 0 0 28px; }
.check-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 12px;
  font-weight: 600;
  color: var(--ink);
  font-size: .97rem;
}
.check-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 4px;
  width: 21px; height: 21px;
  border-radius: 50%;
  background: var(--accent-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23f5811f' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 12px no-repeat;
}

/* ---------- Service detail panel ---------- */

.svc {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 52px;
  align-items: center;
  padding: clamp(44px, 6vw, 72px) 0;
  border-top: 1px solid var(--line);
}
.svc:first-of-type { border-top: 0; padding-top: 0; }
.svc--flip .svc-panel { order: 2; }

.svc-panel {
  position: relative;
  overflow: hidden;
  padding: 40px 34px;
  border-radius: var(--radius-lg);
  background-color: var(--navy-800);
  background-size: cover;
  background-position: center;
  color: rgba(255,255,255,.78);
  box-shadow: var(--shadow);
}
/* dark scrim so the list stays readable over the photo */
.svc-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, rgba(18,58,99,.78) 0%, rgba(7,26,46,.84) 55%, rgba(7,26,46,.9) 100%);
}
.svc-panel::after {
  content: '';
  position: absolute;
  right: -60px; top: -60px;
  width: 210px; height: 210px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,129,31,.34), transparent 66%);
}
.svc-panel > * { position: relative; z-index: 2; }
.svc-panel .card-icon { background: rgba(255,255,255,.12); }
.svc-panel h3 { color: #fff; font-size: 1.15rem; margin-bottom: 14px; }
.svc-panel ul { list-style: none; padding: 0; margin: 0; }
.svc-panel li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
  font-size: .93rem;
}
.svc-panel li::before {
  content: '';
  position: absolute;
  left: 0; top: .62em;
  width: 8px; height: 8px;
  border-radius: 2px;
  background: var(--accent);
}
.svc-body h2 { margin-bottom: 14px; }
.svc-body .tagline {
  display: inline-block;
  padding: 5px 13px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* ---------- Tracking milestones ---------- */

.timeline { list-style: none; padding: 0; margin: 0; }
.timeline li {
  position: relative;
  padding: 0 0 30px 44px;
  margin: 0;
}
.timeline li::before {
  content: '';
  position: absolute;
  left: 9px; top: 26px; bottom: 0;
  width: 2px;
  background: var(--line);
}
.timeline li:last-child { padding-bottom: 0; }
.timeline li:last-child::before { display: none; }
.timeline li::after {
  content: '';
  position: absolute;
  left: 0; top: 6px;
  width: 20px; height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 2px var(--line);
}
.timeline li.done::after { background: var(--accent); box-shadow: none; }
.timeline h3 { font-size: 1.02rem; margin-bottom: 4px; }
.timeline p { font-size: .93rem; margin: 0; }

/* ---------- Stats strip ---------- */

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.stat { background: #fff; padding: 34px 26px; text-align: center; }
.stat .num { font-size: 2.4rem; font-weight: 800; color: var(--navy-800); letter-spacing: -.03em; line-height: 1.1; }
.stat .num span { color: var(--accent); }
.stat .lbl { font-size: .86rem; color: var(--muted); font-weight: 600; }

/* ---------- Trust / business credentials strip ---------- */

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  padding: 30px 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.trust-item { display: flex; align-items: flex-start; gap: 14px; }
.trust-item + .trust-item { border-left: 1px solid var(--line); padding-left: 26px; }
.trust-item svg {
  width: 22px; height: 22px;
  flex: none;
  margin-top: 3px;
  color: var(--accent);
}
.trust-item .lbl {
  display: block;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 3px;
}
.trust-item .val {
  display: block;
  font-size: .95rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.45;
  word-break: break-word;
}
.trust-item .val a { color: var(--ink); }
.trust-item .val a:hover { color: var(--accent); }

@media (max-width: 1080px) {
  .trust-strip { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .trust-item + .trust-item { border-left: 0; padding-left: 0; }
  .trust-item:nth-child(even) { border-left: 1px solid var(--line); padding-left: 22px; }
}
@media (max-width: 620px) {
  .trust-strip { grid-template-columns: 1fr; padding: 24px; }
  .trust-item:nth-child(even) { border-left: 0; padding-left: 0; }
  .trust-item + .trust-item { border-top: 1px solid var(--line); padding-top: 20px; }
}

/* ---------- Process ---------- */

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; counter-reset: step; }
.process-step { position: relative; padding-top: 18px; }
.process-step::before {
  counter-increment: step;
  content: '0' counter(step);
  display: grid;
  place-items: center;
  width: 56px; height: 56px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 2px var(--line);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--navy-800);
}
.process-step:hover::before { background: var(--accent); color: #fff; box-shadow: none; }
.process-step::after {
  content: '';
  position: absolute;
  left: 68px; top: 44px;
  right: -26px;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--line) 0 8px, transparent 8px 16px);
}
.process-step:last-child::after { display: none; }
.process-step h3 { font-size: 1.08rem; }
.process-step p { font-size: .94rem; margin: 0; }

/* ---------- Industries ---------- */

.industry {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 700;
  font-size: .96rem;
  color: var(--ink);
  transition: all .25s ease;
}
.industry svg { width: 24px; height: 24px; color: var(--accent); flex: none; }
.industry:hover { background: var(--navy-800); color: #fff; border-color: transparent; transform: translateY(-4px); }

/* ---------- Testimonials ---------- */

.quote {
  padding: 34px 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}
.quote-mark { font-size: 3rem; line-height: .8; color: var(--accent); font-weight: 800; }
.quote p { font-size: 1rem; font-style: italic; color: var(--ink); margin: 14px 0 22px; }
.quote-by { display: flex; align-items: center; gap: 14px; }
.avatar {
  width: 46px; height: 46px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--navy-800);
  color: #fff;
  font-weight: 800;
  font-size: .95rem;
}
.quote-by strong { display: block; color: var(--ink); font-size: .95rem; }
.quote-by small { color: var(--muted); font-size: .84rem; }

/* ---------- CTA band ---------- */

.cta-band {
  position: relative;
  overflow: hidden;
  padding: clamp(46px, 6vw, 72px);
  border-radius: var(--radius-lg);
  background-color: var(--navy-800);
  background-image:
    linear-gradient(110deg, rgba(7,26,46,.96) 0%, rgba(10,37,64,.9) 55%, rgba(18,58,99,.78) 100%),
    url('../assets/img/photos/cta-port.jpg');
  background-size: cover;
  background-position: center;
  color: rgba(255,255,255,.78);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
}
.cta-band::before {
  content: '';
  position: absolute;
  right: -80px; top: -80px;
  width: 320px; height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(245,129,31,.32), transparent 65%);
}
.cta-band > * { position: relative; z-index: 2; }
.cta-band h2 { color: #fff; margin-bottom: 10px; }
.cta-band p { margin: 0; max-width: 56ch; }
.cta-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Page banner ---------- */

.page-banner {
  position: relative;
  padding: clamp(72px, 9vw, 118px) 0;
  background-color: var(--navy-900);
  background-image:
    linear-gradient(rgba(7,26,46,.86), rgba(10,37,64,.9)),
    url('../assets/img/photos/banner-port.jpg');
  background-size: cover;
  background-position: center;
  color: rgba(255,255,255,.75);
  text-align: center;
  overflow: hidden;
}
/* optional looping video inside a page banner */
.page-banner .banner-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.page-banner .banner-tint {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(rgba(7,26,46,.84), rgba(10,37,64,.9));
}
.page-banner::after {
  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: 58px 58px;
  mask-image: radial-gradient(70% 100% at 50% 50%, #000, transparent 78%);
}
.page-banner .container { position: relative; z-index: 2; }
.page-banner h1 { color: #fff; margin-bottom: 12px; }
.page-banner p { max-width: 62ch; margin-inline: auto; }
.crumbs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  font-size: .88rem;
  color: rgba(255,255,255,.6);
}
.crumbs a { color: rgba(255,255,255,.85); }
.crumbs a:hover { color: var(--accent); }
.crumbs span { color: var(--accent); }

/* ---------- Contact ---------- */

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; align-items: start; }

.info-card {
  display: flex;
  gap: 16px;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-bottom: 16px;
}
.info-card .card-icon { width: 48px; height: 48px; margin: 0; border-radius: 14px; flex: none; }
.info-card .card-icon svg { width: 21px; height: 21px; }
.info-card h3 { font-size: 1rem; margin-bottom: 4px; }
.info-card p { margin: 0; font-size: .94rem; }
.info-card a { font-weight: 600; }

.form-card {
  padding: clamp(28px, 4vw, 42px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}
.field { margin-bottom: 18px; }
.field label {
  display: block;
  margin-bottom: 7px;
  font-size: .85rem;
  font-weight: 700;
  color: var(--ink);
}
.field input, .field select, .field textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  font: inherit;
  font-size: .95rem;
  color: var(--ink);
  background: var(--surface-alt);
  transition: border-color .2s ease, background .2s ease;
}
.field textarea { min-height: 132px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--accent); background: #fff;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-note {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  background: #e8f7f1;
  color: #14624f;
  font-size: .9rem;
  font-weight: 600;
}
.form-note[hidden] { display: none; }

.map-embed {
  border: 0;
  width: 100%;
  height: 380px;
  border-radius: var(--radius-lg);
  filter: grayscale(.25);
}

/* ---------- FAQ ---------- */

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  margin-bottom: 14px;
  overflow: hidden;
}
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  border: 0;
  background: none;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}
.faq-q i {
  flex: none;
  width: 26px; height: 26px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--surface-alt);
  color: var(--accent);
  font-style: normal;
  font-weight: 800;
  transition: transform .25s ease, background .25s ease;
}
.faq-item.is-open .faq-q i { transform: rotate(45deg); background: var(--accent); color: #fff; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { margin: 0; padding: 0 24px 22px; font-size: .96rem; }

/* ---------- Footer ---------- */

.site-footer {
  background: var(--navy-900);
  color: rgba(255,255,255,.62);
  font-size: .94rem;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
  gap: 44px;
  padding: clamp(50px, 7vw, 80px) 0 46px;
}
.site-footer h4 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.site-footer img.footer-logo { height: 52px; width: auto; margin-bottom: 20px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 11px; }
.site-footer a { color: rgba(255,255,255,.62); }
.site-footer a:hover { color: var(--accent); }

.footer-contact li { display: flex; gap: 12px; align-items: flex-start; }
.footer-contact svg { width: 16px; height: 16px; color: var(--accent); flex: none; margin-top: 5px; }

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: .87rem;
}
.footer-bottom p { margin: 0; }

/* ---------- Reveal on scroll ---------- */

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
  /* fall back to the poster frame instead of moving footage */
  .hero-video, .banner-video { display: none; }
}

/* ---------- Responsive ---------- */

@media (max-width: 1080px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); }
  .process-step::after { display: none; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 36px; }
}

@media (max-width: 900px) {
  .site-header .container { min-height: 68px; gap: 14px; }
  .nav-toggle { display: grid; order: 3; }
  .header-cta .btn { display: none; }
  .nav {
    /* anchored to the header itself, so it stays put whatever the top bar height */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 72vh;
    overflow-y: auto;
    margin: 0;
    padding: 12px 24px 26px;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    transform: translateY(-120%);
    transition: transform .3s ease;
  }
  .nav.is-open { transform: translateY(0); }
  .nav-list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav-list > li > a { padding: 14px 4px; border-bottom: 1px solid var(--line); border-radius: 0; }
  .nav-list .caret { margin-left: auto; }
  .dropdown {
    position: static;
    opacity: 1; visibility: visible;
    transform: none;
    display: none;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    padding: 4px 0 10px 12px;
  }
  .nav-list > li.is-expanded .dropdown { display: block; }
  .hero-grid { min-height: 0; padding: 84px 0 76px; }
  .hero-scroll { display: none; }
  .svc { grid-template-columns: 1fr; gap: 32px; }
  .svc--flip .svc-panel { order: 0; }
  .card-media { height: 190px; }
  .split, .contact-grid, .grid-2, .grid-3 { grid-template-columns: 1fr; }
  .split--reverse .split-media { order: 0; }
  .trackbar-inner { grid-template-columns: 1fr; }
  .cta-band { grid-template-columns: 1fr; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .topbar .container { justify-content: center; min-height: 40px; }
    .topbar .hide-sm { display: none; }
  .topbar-meta { gap: 16px; justify-content: center; font-size: .8rem; }
  .grid-4 { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .badge-float { position: static; margin-top: 18px; }
  .hero-stats { gap: 24px; }
  .card { padding: 28px 24px; }
  .form-row { grid-template-columns: 1fr; }
}
