:root{
  --graphite: #1a1d21;
  --graphite-soft: #2a2f35;
  --asphalt: #565c64;
  --paper: #f6f3ee;
  --paper-dim: #ece7de;
  --orange: #e2570f;
  --orange-dark: #b8440a;
  --steel: #2c4a5e;
  --line: rgba(26,29,33,0.12);
  --white: #ffffff;

  --display: "Barlow Condensed", sans-serif;
  --body: "Inter", sans-serif;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin:0;
  font-family: var(--body);
  color: var(--graphite);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img{ max-width:100%; display:block; }
a{ color: inherit; }

.wrap{
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 28px;
}

h1,h2,h3{
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.05;
  margin: 0 0 0.5em;
  letter-spacing: 0.2px;
}
h2{ font-size: clamp(28px, 4vw, 42px); }
h3{ font-size: 21px; font-weight: 600; }
p{ line-height: 1.6; margin: 0 0 1em; color: var(--asphalt); }

.eyebrow{
  font-family: var(--display);
  font-size: 15px;
  font-weight: 600;
  color: var(--orange-dark);
  margin: 0 0 10px;
}
.eyebrow-light{ color: #f0b98a; }
.section-title-light{ color: var(--white); }

.btn{
  display:inline-block;
  font-family: var(--body);
  font-weight: 600;
  font-size: 15px;
  padding: 13px 26px;
  border-radius: 3px;
  text-decoration: none;
  border: 1.5px solid transparent;
  transition: transform 0.15s ease, background 0.15s ease;
}
.btn-primary{ background: var(--orange); color: var(--white); }
.btn-primary:hover{ background: var(--orange-dark); }
.btn-ghost{ border-color: currentColor; }
.btn-block{ width:100%; text-align:center; }

/* ---------- Header ---------- */
.site-header{
  position: sticky; top:0; z-index: 50;
  background: var(--graphite);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.header-inner{
  display:flex; align-items:center; justify-content:space-between;
  height: 68px;
}
.brand img{ height: 30px; }
.main-nav{ display:flex; align-items:center; gap: 28px; }
.main-nav a{
  color: #cfd3d8; text-decoration:none; font-size: 15px; font-weight:500;
}
.main-nav a:hover{ color: var(--white); }
.nav-cta{
  background: var(--orange); color: var(--white) !important;
  padding: 9px 18px; border-radius: 3px;
}
.nav-cta:hover{ background: var(--orange-dark); }
.nav-cta.is-active{ background: var(--orange-dark); }
.nav-toggle{ display:none; }

/* ---------- Hero ---------- */
.hero{ background: var(--graphite); color: var(--white); }
.hero-inner{ padding: 84px 28px 64px; max-width: 760px; }
.hero-kicker{
  font-family: var(--display); font-weight: 600; font-size: 16px;
  color: #f0b98a; margin-bottom: 18px;
}
.hero h1{
  font-size: clamp(36px, 6vw, 58px);
  color: var(--white);
  margin-bottom: 22px;
}
.hero-lede{ font-size: 18px; color: #cfd3d8; max-width: 560px; }
.hero-actions{ display:flex; gap:16px; margin-top: 30px; flex-wrap: wrap; }
.hero .btn-ghost{ color: var(--white); }

.hero-strip{ background: var(--orange); }
.strip-inner{
  display:grid; grid-template-columns: repeat(4,1fr);
}
.strip-item{
  padding: 22px 20px;
  border-right: 1px solid rgba(255,255,255,0.25);
  display:flex; flex-direction: column; gap: 2px;
}
.strip-item:last-child{ border-right:none; }
.strip-num{
  font-family: var(--display); font-weight:800; font-size: 34px; color: var(--white);
  line-height:1;
}
.strip-label{ font-size: 13.5px; color: rgba(255,255,255,0.9); }

/* ---------- Section base ---------- */
.section{ padding: 84px 0; }
.section.operation, .section.contact{ background: var(--graphite); color: var(--white); }

/* ---------- History ---------- */
.history-grid{
  display:grid; grid-template-columns: 1.3fr 0.9fr; gap: 56px; align-items: start;
}
.history-copy p{ font-size: 16.5px; }
.history-figure{ display:flex; flex-direction:column; gap: 18px; }
.figure-card{
  background: var(--white); border: 1px solid var(--line);
  padding: 26px 24px; border-left: 5px solid var(--orange);
}
.figure-card-alt{ border-left-color: var(--steel); }
.figure-num{
  display:block; font-family: var(--display); font-weight:800; font-size: 38px; line-height:1;
  margin-bottom: 6px;
}
.figure-cap{ font-size: 14.5px; color: var(--asphalt); }

/* ---------- Operation ---------- */
.operation-grid{
  display:grid; grid-template-columns: repeat(2, 1fr); gap: 1px;
  background: rgba(255,255,255,0.12);
  margin-top: 40px;
}
.op-item{ background: var(--graphite); padding: 30px 34px; }
.op-item h3{ color: var(--white); margin-bottom: 10px; }
.op-item p{ color: #b7bcc2; margin:0; }

/* ---------- Clients ---------- */
.clients-lede{ max-width: 620px; font-size: 16.5px; }
.anchor-client{
  background: var(--graphite); color: var(--white);
  padding: 26px 30px; margin: 30px 0 36px;
  display:flex; align-items:baseline; gap: 18px; flex-wrap:wrap;
  border-left: 5px solid var(--orange);
}
.anchor-label{ font-family: var(--display); font-size: 13px; color: #f0b98a; font-weight:600; }
.anchor-name{ font-family: var(--display); font-size: 24px; font-weight:700; }
.anchor-desc{ color:#b7bcc2; font-size: 14.5px; flex-basis:100%; }

.manifest{ border-top: 2px solid var(--graphite); }
.manifest-head{
  display:grid; grid-template-columns: 2fr 1fr;
  font-family: var(--display); font-weight:600; font-size: 14px;
  color: var(--asphalt); padding: 10px 0; border-bottom: 1px solid var(--line);
}
.manifest-row{
  display:grid; grid-template-columns: 2fr 1fr;
  padding: 13px 0; border-bottom: 1px solid var(--line);
  font-size: 14.5px;
}
.manifest-row span:first-child{ font-weight:500; }
.manifest-row span:last-child{ color: var(--asphalt); }

/* ---------- Coverage / map ---------- */
.coverage-lede{ max-width: 620px; }
.map{ height: 520px; width:100%; border-top: 1px solid var(--line); }
.leaflet-popup-content{ font-family: var(--body); font-size: 13.5px; }

/* ---------- Contact ---------- */
.contact-grid{
  display:grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items:center;
}
.contact-lede{ color:#cfd3d8; font-size:16.5px; }
.contact-details{ background: var(--graphite-soft); padding: 30px; }
.contact-row{
  display:flex; justify-content:space-between; padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1); font-size:15px;
}
.contact-label{ color:#9ea4ab; }
.contact-details .btn{ margin-top: 18px; }

/* ---------- Footer ---------- */
.site-footer{ background:#111315; color:#9ea4ab; padding: 34px 0; }
.footer-inner{ display:flex; align-items:center; gap:20px; flex-wrap:wrap; justify-content:space-between; }
.footer-logo{ height:24px; filter: grayscale(1) brightness(1.6); }
.footer-inner p{ margin:0; font-size:13.5px; color:#9ea4ab; }
.footer-nav{ display:flex; gap:20px; }
.footer-nav a{ color:#9ea4ab; text-decoration:none; font-size:13.5px; }
.footer-nav a:hover{ color: var(--white); }

/* ---------- Tracking page ---------- */
.track-hero{ background: var(--graphite); padding: 70px 0 56px; }
.track-lede{ color:#cfd3d8; max-width: 520px; font-size:16.5px; }
.track-form-section{ padding-top:56px; }
.track-form{
  max-width: 480px; display:flex; flex-direction:column; gap:18px;
  background: var(--white); border:1px solid var(--line); padding: 32px;
}
.field{ display:flex; flex-direction:column; gap:6px; }
.field label{ font-size: 13.5px; font-weight:600; color: var(--graphite); }
.field input, .field select{
  padding: 11px 12px; border:1px solid #cfd3d8; border-radius:3px;
  font-family: var(--body); font-size:15px; background: var(--paper);
}
.field input:focus, .field select:focus{ outline: 2px solid var(--orange); outline-offset:1px; }

.track-result{
  max-width:480px; margin-top:22px; background: var(--paper-dim);
  border-left: 4px solid var(--orange); padding: 22px 24px;
}
.track-result-title{ font-family: var(--display); font-weight:700; font-size:18px; margin-bottom:8px; }
.track-result-actions{ display:flex; gap:12px; margin-top:14px; flex-wrap:wrap; }

/* ---------- Responsive ---------- */
@media (max-width: 860px){
  .main-nav{
    position:absolute; top:68px; left:0; right:0; background: var(--graphite);
    flex-direction:column; align-items:flex-start; padding: 18px 28px 26px; gap:16px;
    display:none;
  }
  .main-nav.is-open{ display:flex; }
  .nav-toggle{
    display:flex; flex-direction:column; justify-content:center; gap:5px;
    width:34px; height:34px; background:none; border:none; cursor:pointer;
  }
  .nav-toggle span{ height:2px; background:var(--white); display:block; }
  .strip-inner{ grid-template-columns: repeat(2,1fr); }
  .strip-item{ border-right:none; border-bottom:1px solid rgba(255,255,255,0.25); }
  .history-grid, .operation-grid, .contact-grid{ grid-template-columns: 1fr; }
  .manifest-head, .manifest-row{ grid-template-columns: 1.4fr 1fr; }
}
