/* Master Cargo — site.css */
:root {
  --blue: #2957a4;
  --blue-dark: #1e4384;
  --navy: #0e2450;
  --ink: #14203a;
  --yellow: #ffe600;
  --yellow-dark: #e6cf00;
  --paper: #f4f6fa;
  --white: #ffffff;
  --steel: #5c6b84;
  --line: #d9e0ea;
  --radius: 6px;
  --wrap: 1200px;
  --head: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  --body: 'Barlow', 'Helvetica Neue', Arial, sans-serif;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue); }
h1, h2, h3, h4 { font-family: var(--head); line-height: 1.12; margin: 0 0 .5em; font-weight: 700; letter-spacing: -.02em; }
h1 { font-size: clamp(2.2rem, 4.4vw, 3.9rem); font-weight: 800; line-height: 1.06; }
h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); }
h3 { font-size: clamp(1.15rem, 1.5vw, 1.35rem); }
p { margin: 0 0 1em; }
.wrap { width: min(var(--wrap), calc(100% - 2.5rem)); margin-inline: auto; }
.skip { position: absolute; left: -999px; top: 0; background: var(--yellow); color: var(--ink); padding: .5rem 1rem; z-index: 999; }
.skip:focus { left: 1rem; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 2px; }

/* Buttons */
.btn {
  white-space: nowrap;
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--head); font-weight: 700; font-size: .95rem; letter-spacing: .01em;
  padding: .85rem 1.5rem; border-radius: var(--radius); text-decoration: none;
  border: 2px solid transparent; cursor: pointer; line-height: 1.1;
  transition: transform .2s var(--ease), background .2s, color .2s, border-color .2s, box-shadow .2s;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-lg { font-size: 1.05rem; padding: 1.05rem 1.9rem; }
.btn-yellow { background: var(--yellow); color: var(--ink); box-shadow: 0 6px 18px -8px rgba(255, 230, 0, .8); }
.btn-yellow:hover { background: var(--yellow-dark); }
.btn-blue { background: var(--blue); color: #fff; }
.btn-blue:hover { background: var(--blue-dark); }
.btn-outline { border-color: var(--blue); color: var(--blue); background: transparent; }
.btn-outline:hover { background: var(--blue); color: #fff; }
.btn-ghost-light { border-color: rgba(255, 255, 255, .55); color: #fff; background: rgba(255, 255, 255, .06); backdrop-filter: blur(4px); }
.btn-ghost-light:hover { background: #fff; color: var(--ink); border-color: #fff; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: #fff; box-shadow: 0 1px 0 var(--line);
  transition: background .3s, box-shadow .3s;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 78px; }
.brand img { width: 150px; height: auto; transition: width .3s var(--ease); }
.main-nav { display: flex; align-items: center; gap: 2rem; }
.main-nav ul { display: flex; gap: 1.4rem; list-style: none; margin: 0; padding: 0; }
.main-nav ul a {
  font-family: var(--head); font-size: .95rem; font-weight: 600; text-decoration: none; color: var(--ink);
  position: relative; padding: .4rem 0; white-space: nowrap;
}
.main-nav ul a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--yellow);
  transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease);
}
.main-nav ul a:hover::after, .main-nav ul a[aria-current="page"]::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 1.2rem; }
.nav-phone { display: inline-flex; align-items: center; gap: .5rem; text-decoration: none; color: var(--ink); font-weight: 600; white-space: nowrap; }
.nav-phone svg { color: var(--blue); }
.nav-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 8px; cursor: pointer; }
.nav-toggle span { display: block; height: 3px; background: var(--ink); margin: 6px 0; border-radius: 2px; transition: transform .3s, opacity .3s, background .3s; }

/* Transparent header over the home hero */
body.page-home .site-header.at-top { background: transparent; box-shadow: none; }
body.page-home .site-header.at-top .main-nav ul a,
body.page-home .site-header.at-top .nav-phone { color: #fff; }
body.page-home .site-header.at-top .nav-phone svg { color: var(--yellow); }
body.page-home .site-header.at-top .brand img { width: 190px; filter: drop-shadow(0 2px 6px rgba(0,0,0,.35)); }
body.page-home .site-header.at-top .nav-toggle span { background: #fff; }
body.page-home .site-header.at-top .main-nav ul a[aria-current="page"]::after { transform: scaleX(0); }

/* Hero */
.hero {
  position: relative; min-height: 92vh; display: flex; align-items: center; color: #fff;
  margin-top: -78px; padding-top: 78px; isolation: isolate; overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; animation: heroZoom 18s var(--ease) forwards; }
.hero-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(14, 36, 80, .92) 0%, rgba(14, 36, 80, .72) 42%, rgba(14, 36, 80, .18) 75%, rgba(14, 36, 80, .05) 100%);
}
.hero-stripe {
  position: absolute; z-index: -1; left: -10%; bottom: -4%; width: 130%; height: 14vh; min-height: 90px;
  background: var(--yellow); transform: rotate(-4deg) translateX(-110%);
  animation: stripeIn 1.1s var(--ease) .15s forwards;
  box-shadow: 0 -12px 40px -10px rgba(0, 0, 0, .35);
}
.hero-content { padding: 6rem 0 12rem; max-width: 820px; }
.hero-kicker { font-family: var(--head); font-weight: 600; font-size: .9rem; letter-spacing: .06em; text-transform: uppercase; color: var(--yellow); margin-bottom: 1rem; opacity: 0; animation: riseIn .7s var(--ease) .35s forwards; }
.hero h1 { margin-bottom: 1.2rem; text-wrap: balance; opacity: 0; animation: riseIn .8s var(--ease) .5s forwards; text-shadow: 0 2px 20px rgba(0,0,0,.25); }
.hero-lead { font-size: 1.25rem; max-width: 620px; color: rgba(255, 255, 255, .9); opacity: 0; animation: riseIn .8s var(--ease) .7s forwards; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; opacity: 0; animation: riseIn .8s var(--ease) .9s forwards; }
.hero-scroll { position: absolute; left: 50%; bottom: 2.2rem; width: 28px; height: 44px; border: 2px solid rgba(255,255,255,.6); border-radius: 14px; transform: translateX(-50%); }
.hero-scroll span { position: absolute; left: 50%; top: 8px; width: 4px; height: 8px; margin-left: -2px; background: #fff; border-radius: 2px; animation: scrollHint 1.8s ease-in-out infinite; }
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1); } }
@keyframes stripeIn { to { transform: rotate(-4deg) translateX(0); } }
@keyframes riseIn { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes scrollHint { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(16px); opacity: 0; } 100% { opacity: 0; } }

/* Stats */
.stats { background: var(--navy); color: #fff; position: relative; z-index: 1; }
.stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.stat { padding: 2.2rem 1rem; text-align: center; border-left: 1px solid rgba(255, 255, 255, .12); }
.stat:first-child { border-left: 0; }
.stat-value { display: block; font-family: var(--head); font-weight: 800; font-size: clamp(2rem, 3.6vw, 3rem); letter-spacing: -.02em; line-height: 1; color: var(--yellow); }
.stat-label { display: block; margin-top: .4rem; color: rgba(255, 255, 255, .8); font-weight: 500; }

/* Sections */
.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-head { max-width: 720px; margin-bottom: 3rem; }
.section-head p { font-size: 1.2rem; color: var(--steel); }
.section-head.split { display: flex; align-items: end; justify-content: space-between; gap: 2rem; max-width: none; }
.section-head.split > div { max-width: 720px; }

/* What we move — lanes */
.lanes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 3px solid var(--line); }
.lane { padding: 2.5rem 2rem 2.5rem 0; position: relative; }
.lane + .lane { padding-left: 2rem; border-left: 2px dashed var(--line); }
.lane::before { content: ""; position: absolute; top: -3px; left: 0; width: 0; height: 3px; background: var(--yellow); transition: width .5s var(--ease); }
.lane:hover::before { width: 100%; }
.lane-icon { width: 56px; height: 56px; fill: none; stroke: var(--blue); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 1.2rem; }
.lane p { color: var(--steel); margin: 0; }

/* Why — tiles */
.why { background: var(--paper); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.why-tile { position: relative; display: block; aspect-ratio: 3 / 4; overflow: hidden; border-radius: var(--radius); color: #fff; text-decoration: none; background: var(--navy); }
.why-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), opacity .4s; opacity: .9; }
.why-tile:hover img { transform: scale(1.06); opacity: 1; }
.why-body { position: absolute; inset: auto 0 0; padding: 1.8rem; background: linear-gradient(to top, rgba(14, 36, 80, .96) 30%, rgba(14, 36, 80, 0)); padding-top: 5rem; }
.why-body h3 { font-size: 1.7rem; margin-bottom: .3rem; }
.why-body h3::after { content: ""; display: block; width: 40px; height: 4px; background: var(--yellow); margin-top: .5rem; transition: width .4s var(--ease); }
.why-tile:hover .why-body h3::after { width: 80px; }
.why-body p { color: rgba(255, 255, 255, .85); margin-bottom: .8rem; }
.tile-link { font-family: var(--head); font-weight: 700; color: var(--yellow); font-size: .9rem; }

/* Tracking showpiece */
.tracking { background: var(--ink); color: #fff; overflow: hidden; }
.tracking-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 4rem; align-items: center; }
.tracking-copy p { color: rgba(255, 255, 255, .8); font-size: 1.15rem; }
.ticks { list-style: none; padding: 0; margin: 1.5rem 0 2rem; }
.ticks li { position: relative; padding-left: 1.8rem; margin-bottom: .6rem; }
.ticks li::before { content: ""; position: absolute; left: 0; top: .45em; width: 14px; height: 8px; border-left: 3px solid var(--yellow); border-bottom: 3px solid var(--yellow); transform: rotate(-45deg); }
.tracker { background: linear-gradient(160deg, #1a3160, #0b1a3b); border: 1px solid rgba(255, 255, 255, .12); border-radius: 10px; padding: 1.5rem; box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .8); }
.tracker-head { display: flex; align-items: center; gap: .8rem; font-family: var(--head); font-size: .95rem; font-weight: 600; }
.tracker-dot { width: 10px; height: 10px; border-radius: 50%; background: #3ddc84; box-shadow: 0 0 0 0 rgba(61, 220, 132, .7); animation: pulse 1.6s infinite; }
.tracker-status { margin-left: auto; color: var(--yellow); }
.tracker-route svg { width: 100%; height: auto; margin: 1rem 0; }
.trk-stop circle { fill: #fff; }
.trk-stop text { fill: rgba(255, 255, 255, .8); font-family: var(--body); font-size: 12px; text-anchor: middle; }
.trk-truck rect { fill: var(--yellow); }
.tracker-data { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin: 0; padding-top: 1rem; border-top: 1px solid rgba(255, 255, 255, .12); }
.tracker-data dt { font-size: .85rem; color: rgba(255, 255, 255, .6); }
.tracker-data dd { margin: 0; font-family: var(--head); font-size: 1.05rem; font-weight: 700; white-space: nowrap; }
.tracker-note { margin: 1rem 0 0; font-size: .85rem; color: rgba(255, 255, 255, .5); }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(61, 220, 132, .7); } 70% { box-shadow: 0 0 0 10px rgba(61, 220, 132, 0); } 100% { box-shadow: 0 0 0 0 rgba(61, 220, 132, 0); } }

/* Fleet strip */
.fleet-strip-wrap { position: relative; }
.fleet-nav { position: absolute; top: 40%; z-index: 2; width: 46px; height: 46px; border-radius: 50%; border: 0; background: var(--navy); color: #fff; cursor: pointer; display: grid; place-items: center; box-shadow: 0 10px 24px -10px rgba(14,36,80,.7); transition: background .2s, opacity .2s; }
.fleet-nav:hover { background: var(--blue); }
.fleet-nav[disabled] { opacity: .3; cursor: default; }
.fleet-nav.prev { left: max(.6rem, calc((100vw - var(--wrap)) / 2 - 23px)); }
.fleet-nav.next { right: max(.6rem, calc((100vw - var(--wrap)) / 2 - 23px)); }
.fleet-scroller {
  display: flex; gap: 1.25rem; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: none; scroll-behavior: smooth;
  padding: .5rem max(1.25rem, calc((100vw - var(--wrap)) / 2)) 1.5rem;
  scroll-padding-inline: max(1.25rem, calc((100vw - var(--wrap)) / 2));
}
.fleet-scroller::-webkit-scrollbar { display: none; }
.fleet-card { flex: 0 0 min(380px, 82vw); scroll-snap-align: start; text-decoration: none; color: var(--ink); border-radius: var(--radius); overflow: hidden; background: #fff; border: 1px solid var(--line); transition: box-shadow .3s, transform .3s var(--ease); }
.fleet-card:hover { transform: translateY(-4px); box-shadow: 0 24px 40px -24px rgba(14, 36, 80, .5); }
.fleet-card img { aspect-ratio: 3 / 2; object-fit: cover; width: 100%; }
.fleet-card-body { padding: 1.2rem 1.4rem 1.4rem; border-top: 4px solid var(--yellow); }
.fleet-card-body h3 { margin-bottom: .2rem; }
.fleet-card-body p { margin: 0; color: var(--steel); }

/* Footprint board */
.footprint { background: var(--paper); }
.footprint-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem; align-items: center; }
.footprint-copy p { font-size: 1.15rem; color: var(--steel); }
.board { background: var(--navy); color: #fff; border-radius: 10px; padding: .5rem 0; font-family: var(--head); font-size: .95rem; box-shadow: 0 30px 60px -30px rgba(14, 36, 80, .6); }
.board-row { display: grid; grid-template-columns: 1.1fr 1.6fr .9fr; gap: 1rem; padding: .7rem 1.5rem; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.board-row:last-child { border-bottom: 0; }
.board-head { color: var(--yellow); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; padding-top: 1rem; }
.board-row .live { color: #3ddc84; }
.board-row .live::before { content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #3ddc84; margin-right: .5rem; }

/* CTA band */
.cta-band { background: var(--blue); color: #fff; padding: clamp(3rem, 6vw, 5rem) 0; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; right: -8%; top: -40%; width: 40%; height: 180%; background: var(--yellow); transform: skewX(-14deg); opacity: .08; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; position: relative; }
.cta-inner h2 { margin-bottom: .4rem; max-width: 640px; }
.cta-inner p { margin: 0; color: rgba(255, 255, 255, .85); max-width: 560px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 1rem; flex-shrink: 0; }

/* Footer */
.site-footer { background: var(--navy); color: rgba(255, 255, 255, .85); border-top: 6px solid var(--yellow); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr .8fr; gap: 3rem; padding: 4rem 0 3rem; }
.footer-grid h3 { font-size: 1.05rem; color: #fff; margin-bottom: .8rem; }
.footer-brand img { width: 180px; margin-bottom: 1rem; }
.footer-brand p { max-width: 380px; }
.bbbee { font-family: var(--head); font-weight: 600; color: var(--yellow); }
.site-footer address { font-style: normal; margin-bottom: .8rem; }
.footer-link { display: block; color: #fff; text-decoration: none; margin-bottom: .4rem; }
.footer-link:hover { color: var(--yellow); }
.footer-link.big { font-family: var(--head); font-size: 1.25rem; font-weight: 700; }
.muted { color: rgba(255, 255, 255, .55); font-size: .95rem; }
.footer-nav { list-style: none; margin: 0; padding: 0; }
.footer-nav a { color: #fff; text-decoration: none; display: block; padding: .25rem 0; }
.footer-nav a:hover { color: var(--yellow); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .1); padding: 1.2rem 0; font-size: .9rem; color: rgba(255, 255, 255, .6); }
.footer-bottom-inner { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.footer-bottom p { margin: 0; }
.credit a { color: rgba(255, 255, 255, .8); }
.admin-gear { margin-left: .6rem; opacity: .5; vertical-align: middle; }
.admin-gear:hover { opacity: 1; color: var(--yellow); }

/* Inner page hero */
.page-hero { position: relative; color: #fff; padding: clamp(5rem, 12vw, 9rem) 0 clamp(3.5rem, 8vw, 6rem); isolation: isolate; overflow: hidden; }
.page-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(14, 36, 80, .94) 0%, rgba(14, 36, 80, .7) 55%, rgba(14, 36, 80, .3) 100%); }
.page-hero .crumbs { font-family: var(--head); font-weight: 600; color: var(--yellow); margin-bottom: .8rem; font-size: .85rem; }
.page-hero .crumbs a { color: rgba(255, 255, 255, .8); text-decoration: none; }
.page-hero h1 { max-width: 16ch; text-wrap: balance; }
.page-hero .lead { font-size: 1.3rem; max-width: 640px; color: rgba(255, 255, 255, .9); margin: 0; }
.page-hero-bar { position: absolute; left: 0; bottom: 0; height: 8px; width: 38%; background: var(--yellow); }

/* Generic two-column content */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.two-col img { border-radius: var(--radius); box-shadow: 0 30px 50px -30px rgba(14, 36, 80, .5); }
.prose p { color: #33405a; font-size: 1.1rem; }
.prose .big { font-size: 1.35rem; color: var(--ink); font-weight: 500; }
.lede-yellow { border-left: 6px solid var(--yellow); padding-left: 1.4rem; }

/* Feature list rows */
.feature-rows { display: grid; gap: 0; border-top: 2px solid var(--line); }
.feature-row { display: grid; grid-template-columns: 1.2fr 2fr; gap: 2rem; padding: 1.8rem 0; border-bottom: 2px solid var(--line); align-items: start; }
.feature-row h3 { margin: 0; }
.feature-row p { margin: 0; color: var(--steel); }

/* Check grid */
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem 2rem; list-style: none; padding: 0; margin: 0; }
.check-grid li { position: relative; padding-left: 2rem; font-weight: 500; }
.check-grid li::before { content: ""; position: absolute; left: 0; top: .5em; width: 14px; height: 8px; border-left: 3px solid var(--blue); border-bottom: 3px solid var(--blue); transform: rotate(-45deg); }

/* Fleet page */
.fleet-list { display: grid; gap: 2rem; }
.fleet-item { display: grid; grid-template-columns: 1.3fr 1fr; gap: 3rem; align-items: center; scroll-margin-top: 100px; }
.fleet-item:nth-child(even) { direction: rtl; }
.fleet-item:nth-child(even) > * { direction: ltr; }
.fleet-item img { border-radius: var(--radius); aspect-ratio: 3 / 2; object-fit: cover; width: 100%; }
.fleet-item h3 { font-size: 1.7rem; }
.fleet-item h3::after { content: ""; display: block; width: 50px; height: 4px; background: var(--yellow); margin-top: .6rem; }
.fleet-item p { color: var(--steel); }
.photo-trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 2.5rem; }
.photo-trio img { border-radius: var(--radius); aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }

/* Team */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.member { text-align: left; }
.member-photo { aspect-ratio: 1; overflow: hidden; border-radius: var(--radius); background: var(--paper); margin-bottom: .8rem; position: relative; }
.member-photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: filter .4s, transform .6s var(--ease); }
.member:hover .member-photo img { filter: grayscale(0); transform: scale(1.04); }
.member-photo::after { content: ""; position: absolute; left: 0; bottom: 0; height: 4px; width: 0; background: var(--yellow); transition: width .4s var(--ease); }
.member:hover .member-photo::after { width: 100%; }
.member h3 { font-size: 1.05rem; margin: 0; }
.member p { margin: 0; color: var(--steel); font-size: .98rem; }

/* Safety */
.safety-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.safety-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; border-top: 4px solid var(--blue); }
.safety-card svg { width: 44px; height: 44px; fill: none; stroke: var(--blue); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 1rem; }
.safety-card p { margin: 0; color: var(--steel); }

/* Sustainability */
.big-number { font-family: var(--head); font-weight: 800; font-size: clamp(2.4rem, 5vw, 4rem); letter-spacing: -.02em; line-height: 1; color: var(--blue); }
.big-number small { display: block; font-size: 1.1rem; font-family: var(--body); font-weight: 500; color: var(--steel); margin-top: .3rem; }
.sus-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 2.5rem; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 4rem; align-items: start; }
.contact-card { background: var(--navy); color: #fff; border-radius: 10px; padding: 2.2rem; }
.contact-card h3 { color: var(--yellow); font-size: .8rem; margin: 1.4rem 0 .3rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-card h3:first-child { margin-top: 0; }
.contact-card a { color: #fff; text-decoration: none; font-family: var(--head); font-size: 1.15rem; font-weight: 700; }
.contact-card a:hover { color: var(--yellow); }
.contact-card address { font-style: normal; }
.map-frame { margin-top: 1.5rem; border-radius: 10px; overflow: hidden; border: 1px solid var(--line); }
.map-frame iframe { display: block; width: 100%; height: 300px; border: 0; }
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form .full { grid-column: 1 / -1; }
.form label { display: block; font-weight: 600; margin-bottom: .35rem; font-size: .95rem; }
.form input, .form select, .form textarea {
  width: 100%; font: inherit; padding: .85rem 1rem; border: 2px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--ink);
  transition: border-color .2s, box-shadow .2s;
}
.form input:focus, .form select:focus, .form textarea:focus { outline: 0; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(41, 87, 164, .15); }
.form textarea { min-height: 150px; resize: vertical; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.alert { padding: 1rem 1.2rem; border-radius: var(--radius); margin-bottom: 1.5rem; font-weight: 500; }
.alert-ok { background: #e6f7ec; color: #14532d; border: 1px solid #a7e3bf; }
.alert-err { background: #fdecec; color: #7f1d1d; border: 1px solid #f5b5b5; }

/* Reveal on scroll */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal-group > * { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal-group.in > * { opacity: 1; transform: none; }
.reveal-group.in > *:nth-child(2) { transition-delay: .1s; }
.reveal-group.in > *:nth-child(3) { transition-delay: .2s; }
.reveal-group.in > *:nth-child(4) { transition-delay: .3s; }
.reveal-group.in > *:nth-child(5) { transition-delay: .4s; }
.reveal-group.in > *:nth-child(n+6) { transition-delay: .5s; }

/* Responsive */
@media (max-width: 1024px) {
  .stats-grid { grid-template-columns: repeat(3, 1fr); }
  .stat { border: 0; padding: 1.6rem 1rem; }
  .why-grid, .lanes, .safety-grid { grid-template-columns: 1fr 1fr; }
  .lane + .lane { padding-left: 2rem; }
  .lane:nth-child(3) { border-left: 0; padding-left: 0; }
  .team-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .tracking-grid, .footprint-grid, .contact-grid, .two-col { grid-template-columns: 1fr; gap: 2.5rem; }
}
@media (max-width: 900px) {
  .main-nav {
    position: fixed; inset: 0; background: var(--navy); flex-direction: column; justify-content: center; align-items: flex-start;
    padding: 6rem 2rem 2rem; gap: 2.5rem; transform: translateX(100%); transition: transform .4s var(--ease); z-index: 60;
  }
  .main-nav.open { transform: none; }
  .main-nav ul { flex-direction: column; gap: .4rem; }
  .main-nav ul a { color: #fff !important; font-size: 1.6rem; font-weight: 700; }
  .nav-actions { flex-direction: column; align-items: flex-start; gap: 1rem; }
  .nav-phone { color: #fff !important; font-size: 1.3rem; }
  .nav-toggle { display: block; position: relative; z-index: 70; }
  .nav-toggle[aria-expanded="true"] span { background: #fff; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }
  body.nav-open { overflow: hidden; }
  .hero { min-height: 84vh; }
  .hero-content { padding: 4rem 0 9rem; }
  .hero-media img { object-position: 70% 50%; }
  .section-head.split { flex-direction: column; align-items: flex-start; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .fleet-item, .fleet-item:nth-child(even) { grid-template-columns: 1fr; direction: ltr; gap: 1.2rem; }
  .feature-row { grid-template-columns: 1fr; gap: .4rem; }
  .form { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .fleet-nav { display: none; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:last-child { grid-column: 1 / -1; }
  .why-grid, .lanes, .safety-grid, .photo-trio, .sus-stats, .check-grid { grid-template-columns: 1fr; }
  .lane, .lane + .lane { padding-left: 0; border-left: 0; padding-top: 1.6rem; padding-bottom: 1.6rem; border-bottom: 2px dashed var(--line); }
  .team-grid { grid-template-columns: 1fr 1fr; gap: 1rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; padding-top: 2.5rem; }
  .tracker-data { grid-template-columns: 1fr 1fr; }
  .board { font-size: 1.05rem; }
  .board-row { grid-template-columns: 1fr 1.2fr .8fr; padding: .6rem 1rem; gap: .5rem; }
  .hero-scroll { display: none; }
  .brand img { width: 130px; }
  body.page-home .site-header.at-top .brand img { width: 150px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .hero-kicker, .hero h1, .hero-lead, .hero-actions, .reveal, .reveal-group > * { opacity: 1; transform: none; }
  .hero-stripe { transform: rotate(-4deg); }
}

/* Blog */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.post-card { display: block; text-decoration: none; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s; }
.post-card:hover { transform: translateY(-4px); box-shadow: 0 24px 40px -24px rgba(14, 36, 80, .5); }
.post-card img { aspect-ratio: 3 / 2; object-fit: cover; width: 100%; }
.post-card-body { padding: 1.3rem 1.4rem 1.5rem; border-top: 4px solid var(--yellow); }
.post-card-body h2, .post-card-body h3 { font-size: 1.2rem; margin-bottom: .5rem; }
.post-card-body p { color: var(--steel); margin-bottom: .8rem; }
.post-meta { font-family: var(--head); font-weight: 600; color: var(--blue) !important; font-size: .8rem; margin-bottom: .4rem !important; }
.post-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 4rem; align-items: start; }
.post-body { max-width: 70ch; }
.post-body h2 { font-size: 1.6rem; margin-top: 2rem; }
.post-body ul, .post-body ol { color: #33405a; font-size: 1.1rem; padding-left: 1.4rem; }
.post-body img { border-radius: var(--radius); margin: 1.5rem 0; }
.post-aside { position: sticky; top: 100px; }
.post-aside .contact-card p { color: rgba(255,255,255,.85); }
.home-posts .section-head { margin-bottom: 2rem; }
@media (max-width: 1024px) { .post-grid { grid-template-columns: 1fr 1fr; } .post-layout { grid-template-columns: 1fr; gap: 2rem; } .post-aside { position: static; } }
@media (max-width: 640px) { .post-grid { grid-template-columns: 1fr; } }

/* Assistant widget */
.mc-chat { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 80; font-family: var(--body); }
.mc-chat-fab { display: inline-flex; align-items: center; gap: .6rem; background: var(--navy); color: #fff; border: 0; border-radius: 999px; padding: .85rem 1.3rem .85rem 1rem; font-family: var(--head); font-weight: 700; font-size: .95rem; cursor: pointer; box-shadow: 0 14px 30px -12px rgba(14, 36, 80, .8); transition: transform .2s var(--ease), background .2s; }
.mc-chat-fab:hover { transform: translateY(-2px); background: var(--blue); }
.mc-chat-fab svg { color: var(--yellow); }
.mc-chat-panel { position: absolute; right: 0; bottom: calc(100% + .8rem); width: min(380px, calc(100vw - 2.5rem)); height: min(560px, calc(100vh - 6rem)); background: #fff; border-radius: 14px; box-shadow: 0 30px 70px -20px rgba(14, 36, 80, .6); display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); transform-origin: bottom right; animation: chatIn .25s var(--ease); }
.mc-chat-panel[hidden] { display: none; }
@keyframes chatIn { from { opacity: 0; transform: scale(.92) translateY(10px); } to { opacity: 1; transform: none; } }
.mc-chat-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.1rem; background: var(--navy); color: #fff; border-bottom: 4px solid var(--yellow); }
.mc-chat-head strong { display: block; font-family: var(--head); font-size: 1rem; }
.mc-chat-head small { color: rgba(255, 255, 255, .7); font-size: .8rem; }
.mc-chat-close { background: none; border: 0; color: #fff; font-size: 1.8rem; line-height: 1; cursor: pointer; padding: 0 .2rem; }
.mc-chat-log { flex: 1; overflow-y: auto; padding: 1rem; display: flex; flex-direction: column; gap: .7rem; background: var(--paper); }
.mc-msg { max-width: 88%; padding: .7rem .9rem; border-radius: 12px; font-size: .97rem; line-height: 1.5; white-space: pre-wrap; }
.mc-msg a { color: var(--blue); font-weight: 600; }
.mc-bot { background: #fff; border: 1px solid var(--line); border-bottom-left-radius: 4px; align-self: flex-start; }
.mc-user { background: var(--blue); color: #fff; border-bottom-right-radius: 4px; align-self: flex-end; }
.mc-typing { color: var(--steel); font-style: italic; }
.mc-chips { display: flex; flex-wrap: wrap; gap: .4rem; }
.mc-chips button, .mc-actions a { font: inherit; font-size: .9rem; font-weight: 600; background: #fff; border: 1.5px solid var(--blue); color: var(--blue); border-radius: 999px; padding: .4rem .85rem; cursor: pointer; text-decoration: none; transition: background .2s, color .2s; }
.mc-chips button:hover, .mc-actions a:hover { background: var(--blue); color: #fff; }
.mc-actions { display: flex; flex-wrap: wrap; gap: .4rem; align-self: flex-start; }
.mc-actions a.primary { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }
.mc-actions a.primary:hover { background: var(--yellow-dark); border-color: var(--yellow-dark); }
.mc-chat-form { display: flex; gap: .5rem; padding: .8rem; border-top: 1px solid var(--line); background: #fff; }
.mc-chat-form input { flex: 1; font: inherit; padding: .7rem .9rem; border: 2px solid var(--line); border-radius: 8px; }
.mc-chat-form input:focus { outline: 0; border-color: var(--blue); }
.mc-chat-form button { width: 44px; border: 0; border-radius: 8px; background: var(--navy); color: #fff; cursor: pointer; display: grid; place-items: center; }
.mc-chat-form button:hover { background: var(--blue); }
.mc-chat-foot { margin: 0; padding: .4rem .9rem .7rem; font-size: .75rem; color: var(--steel); background: #fff; }
@media (max-width: 640px) { .mc-chat { right: .8rem; bottom: .8rem; } .mc-chat-fab span { display: none; } .mc-chat-fab { padding: .9rem; } .mc-chat-fab svg { width: 24px; height: 24px; } .mc-chat-panel { width: calc(100vw - 1.6rem); height: min(600px, calc(100vh - 5rem)); } }
