/* Vector Logistics — white + burnt orange, industrial sans */
:root {
  --orange: #c2410c;
  --orange-bright: #ea580c;
  --orange-glow: #f97316;
  --ink: #0e1319;
  --ink-2: #161d26;
  --paper: #ffffff;
  --stone: #f5f4f1;
  --line: #e5e2dc;
  --body: #3f4650;
  --muted: #6b7280;
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --sans: "Inter", -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body {
  font-family: var(--sans);
  color: var(--body);
  background: var(--paper);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }

h1, h2, h3 { font-family: var(--display); text-transform: uppercase; letter-spacing: .01em; line-height: 1.05; color: var(--ink); }
h1 { font-size: clamp(2.4rem, 6vw, 4.2rem); font-weight: 700; }
h2 { font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 700; margin-bottom: .6em; }
h3 { font-size: 1.45rem; font-weight: 600; margin-bottom: .35em; }

.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.container.narrow { max-width: 780px; }
.section { padding: 96px 0; }

.kicker {
  font-family: var(--display);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .95rem;
  color: var(--orange);
  margin-bottom: 12px;
}
.kicker-light { color: var(--orange-glow); }
.section-sub { font-size: 1.15rem; max-width: 640px; margin-bottom: 40px; }
.section-sub-light { color: #b8c0cb; }

/* ---------- Nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  background: rgba(14, 19, 25, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; gap: 32px; height: 64px;
}
.wordmark { text-decoration: none; display: flex; align-items: baseline; gap: 7px; }
.wordmark-main {
  font-family: var(--display); font-weight: 700; font-size: 1.5rem;
  letter-spacing: .04em; color: #fff;
}
.wordmark-sub {
  font-family: var(--display); font-weight: 600; font-size: .95rem;
  letter-spacing: .22em; color: var(--orange-glow);
}
.nav-links { display: flex; gap: 26px; align-items: center; margin-left: auto; }
.nav-links a {
  color: #cfd6df; text-decoration: none; font-size: .92rem; font-weight: 500;
}
.nav-links a:hover { color: #fff; }
.nav-links .nav-cta {
  background: var(--orange-bright); color: #fff; padding: 8px 18px;
  border-radius: 4px; font-weight: 600;
}
.nav-links .nav-cta:hover { background: var(--orange-glow); }
.nav-phone { color: #fff; text-decoration: none; font-weight: 600; font-size: .95rem; white-space: nowrap; }
@media (max-width: 900px) { .nav-links { display: none; } .nav-phone { margin-left: auto; } }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: radial-gradient(1200px 600px at 50% -10%, #1d2833 0%, var(--ink) 60%);
  color: #e7ebf0;
  padding: 130px 24px 0;
  overflow: hidden;
  text-align: center;
}
#vectorfield {
  position: absolute; inset: 0; width: 100%; height: 100%;
  pointer-events: none;
}
.hero-inner { position: relative; max-width: 860px; margin: 0 auto; }
.hero-logo {
  width: clamp(280px, 46vw, 520px); height: auto; margin: 0 auto 48px;
  filter: drop-shadow(0 12px 40px rgba(0,0,0,.6));
}
.hero-badge + h1 { margin-top: 10px; }
.hero-badge {
  display: inline-block;
  font-family: var(--display); font-weight: 600; text-transform: uppercase;
  letter-spacing: .16em; font-size: .88rem; color: var(--orange-glow);
  border: 1px solid rgba(234, 88, 12, .45); border-radius: 999px;
  padding: 7px 18px; margin-bottom: 20px;
  background: rgba(234, 88, 12, .08);
}
.hero h1 { color: #fff; margin-bottom: 22px; }
.hero h1 .accent { color: var(--orange-glow); }
.hero-sub { font-size: 1.12rem; color: #b8c0cb; max-width: 720px; margin: 0 auto 34px; }
.hero-ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.btn {
  display: inline-block; text-decoration: none; font-weight: 600;
  padding: 14px 30px; border-radius: 5px; font-size: 1rem;
  border: none; cursor: pointer; font-family: var(--sans);
  transition: background .15s ease, transform .1s ease;
}
.btn-primary { background: var(--orange-bright); color: #fff; }
.btn-primary:hover { background: var(--orange-glow); transform: translateY(-1px); }
.btn-ghost { background: transparent; color: #e7ebf0; border: 1px solid rgba(255,255,255,.3); }
.btn-ghost:hover { border-color: var(--orange-glow); color: var(--orange-glow); }

.stats {
  position: relative;
  display: grid; grid-template-columns: repeat(4, 1fr);
  max-width: 1120px; margin: 72px auto 0;
  border-top: 1px solid rgba(255,255,255,.1);
}
.stat { padding: 26px 12px; text-align: center; }
.stat + .stat { border-left: 1px solid rgba(255,255,255,.1); }
.stat strong {
  display: block; font-family: var(--display); font-weight: 700;
  font-size: 1.6rem; color: var(--orange-glow); text-transform: uppercase;
}
.stat span { font-size: .85rem; color: #939ca8; }
@media (max-width: 720px) {
  .stats { grid-template-columns: 1fr 1fr; }
  .stat:nth-child(3) { border-left: none; }
  .stat:nth-child(3), .stat:nth-child(4) { border-top: 1px solid rgba(255,255,255,.1); }
}

/* ---------- Split sections ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split-text p { margin-bottom: 1em; }
.split-media img { border-radius: 8px; box-shadow: 0 24px 60px rgba(14,19,25,.18); }
.split-media figcaption { font-size: .85rem; color: var(--muted); margin-top: 10px; }
.sig { font-family: var(--display); text-transform: uppercase; letter-spacing: .08em; color: var(--ink); font-weight: 600; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; gap: 36px; } }

/* ---------- What we move ---------- */
.work { background: var(--stone); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 8px;
  padding: 30px 26px; position: relative; overflow: hidden;
}
.card::before {
  content: ""; position: absolute; top: 0; left: 0; width: 44px; height: 4px;
  background: var(--orange);
}
.card:hover { border-color: var(--orange); }
@media (max-width: 960px) { .cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .cards { grid-template-columns: 1fr; } }

/* ---------- Load check ---------- */
.loadcheck { background: linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%); color: #cfd6df; }
.loadcheck h2 { color: #fff; }
.lc-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 40px; align-items: start; }
.lc-form { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; padding: 28px; }
.lc-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 20px; }
.lc-form label {
  display: flex; flex-direction: column; gap: 6px;
  font-family: var(--display); text-transform: uppercase; letter-spacing: .1em;
  font-size: .85rem; font-weight: 600; color: #939ca8;
}
.lc-form input {
  background: rgba(14,19,25,.7); border: 1px solid rgba(255,255,255,.15);
  border-radius: 5px; padding: 12px 14px; color: #fff; font-size: 1.05rem;
  font-family: var(--sans); width: 100%;
}
.lc-form input:focus { outline: 2px solid var(--orange-bright); border-color: transparent; }
.lc-btn { width: 100%; }
.lc-hint { font-size: .82rem; color: #6f7a86; margin-top: 12px; text-align: center; }
.lc-result { min-height: 280px; }
.lc-placeholder {
  border: 1px dashed rgba(255,255,255,.18); border-radius: 10px;
  padding: 40px 32px; color: #6f7a86; font-size: .95rem;
  display: flex; gap: 12px; align-items: flex-start; min-height: 280px;
}
.lc-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--orange-glow); margin-top: 7px; flex-shrink: 0; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .3; } }

.lc-verdict { border-radius: 10px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); animation: lc-in .35s ease; }
@keyframes lc-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.lc-verdict-head { padding: 20px 26px; display: flex; align-items: center; gap: 14px; }
.lc-verdict-head.legal { background: #14532d; }
.lc-verdict-head.permit { background: #7c2d12; }
.lc-verdict-head.super { background: #7f1d1d; }
.lc-verdict-head strong { font-family: var(--display); text-transform: uppercase; font-size: 1.35rem; letter-spacing: .04em; color: #fff; }
.lc-badge { font-size: 1.6rem; }
.lc-verdict-body { background: rgba(255,255,255,.04); padding: 22px 26px; }
.lc-verdict-body ul { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }
.lc-verdict-body li { padding-left: 22px; position: relative; font-size: .95rem; }
.lc-verdict-body li::before { content: "\2192"; position: absolute; left: 0; color: var(--orange-glow); }
.lc-trailer { font-family: var(--display); text-transform: uppercase; letter-spacing: .08em; color: var(--orange-glow); font-weight: 600; margin-bottom: 10px; }
.lc-cta { margin-top: 6px; display: inline-block; }
.lc-disclaimer { font-size: .82rem; color: #6f7a86; margin-top: 34px; max-width: 720px; }

/* route briefing */
.lc-route-fields { margin-top: 0; }
#lc-route { margin-top: 18px; animation: lc-in .35s ease; }
.lc-route-summary {
  background: rgba(234, 88, 12, .1); border: 1px solid rgba(234, 88, 12, .35);
  border-radius: 10px; padding: 18px 22px; margin-bottom: 14px;
  display: flex; flex-direction: column; gap: 4px;
}
.lc-route-summary strong { font-family: var(--display); text-transform: uppercase; letter-spacing: .04em; font-size: 1.2rem; color: #fff; }
.lc-route-summary span { font-size: .92rem; color: #cfd6df; }
.state-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.state-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px; padding: 16px 18px;
}
.state-card-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 8px; }
.state-card-head strong { font-family: var(--display); text-transform: uppercase; letter-spacing: .05em; font-size: 1.05rem; color: #fff; }
.state-badge {
  font-family: var(--display); text-transform: uppercase; letter-spacing: .08em;
  font-size: .75rem; font-weight: 600; padding: 3px 10px; border-radius: 999px; white-space: nowrap;
}
.state-badge.legal { background: #14532d; color: #bbf7d0; }
.state-badge.permit { background: #7c2d12; color: #fed7aa; }
.state-badge.super { background: #7f1d1d; color: #fecaca; }
.state-card ul { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.state-card li { font-size: .85rem; color: #b8c0cb; padding-left: 16px; position: relative; }
.state-card li::before { content: "\2192"; position: absolute; left: 0; color: var(--orange-glow); }
.lc-asof { font-size: .8rem; color: #6f7a86; margin-top: 14px; }
.lc-loading .lc-dot { animation: pulse 1s infinite; }
@media (max-width: 640px) { .state-cards { grid-template-columns: 1fr; } }
@media (max-width: 860px) { .lc-grid { grid-template-columns: 1fr; } .lc-result { min-height: 0; } .lc-placeholder { min-height: 0; } }

/* ---------- Why ---------- */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px 56px; margin-top: 16px; }
.why-num {
  font-family: var(--display); font-weight: 700; font-size: 2.6rem;
  color: transparent; -webkit-text-stroke: 1.5px var(--orange);
  display: block; line-height: 1; margin-bottom: 10px;
}
@media (max-width: 720px) { .why-grid { grid-template-columns: 1fr; gap: 32px; } }

/* ---------- CRST ---------- */
.crst { background: var(--stone); }
.crst-logo { width: 200px; height: auto; margin: 10px 0 18px; }
.link-arrow { color: var(--orange); font-weight: 600; text-decoration: none; }
.link-arrow:hover { text-decoration: underline; }

/* ---------- About ---------- */
.about .container { text-align: left; }
.about p { margin-bottom: 1em; }
.photo-strip {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px;
  margin-top: 64px;
}
.photo-strip img { width: 100%; height: 220px; object-fit: cover; }
@media (max-width: 720px) { .photo-strip { grid-template-columns: 1fr 1fr; } .photo-strip img { height: 160px; } }

/* ---------- Contact ---------- */
.contact { background: linear-gradient(180deg, var(--ink-2) 0%, var(--ink) 100%); color: #cfd6df; }
.contact h2 { color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.contact-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px; padding: 30px;
}
.contact-card h3 { color: #fff; }
.contact-card > p { color: #939ca8; font-size: .95rem; margin-bottom: 20px; }
.direct-lines { display: flex; flex-direction: column; gap: 14px; margin-bottom: 22px; }
.direct-line {
  display: block; text-decoration: none;
  background: rgba(14,19,25,.7); border: 1px solid rgba(255,255,255,.15);
  border-radius: 8px; padding: 16px 20px;
}
.direct-line:hover { border-color: var(--orange-bright); }
.direct-label {
  display: block; font-family: var(--display); text-transform: uppercase;
  letter-spacing: .12em; font-size: .78rem; font-weight: 600; color: #939ca8; margin-bottom: 4px;
}
.direct-value { font-size: 1.15rem; font-weight: 600; color: var(--orange-glow); word-break: break-all; }
.direct-note { font-size: .9rem; color: #939ca8; }
#quote-form { display: flex; flex-direction: column; gap: 16px; }
#quote-form label {
  display: flex; flex-direction: column; gap: 6px;
  font-family: var(--display); text-transform: uppercase; letter-spacing: .1em;
  font-size: .85rem; font-weight: 600; color: #939ca8;
}
#quote-form input, #quote-form textarea {
  background: rgba(14,19,25,.7); border: 1px solid rgba(255,255,255,.15);
  border-radius: 5px; padding: 12px 14px; color: #fff; font-size: 1rem;
  font-family: var(--sans); width: 100%; resize: vertical;
}
#quote-form input:focus, #quote-form textarea:focus { outline: 2px solid var(--orange-bright); border-color: transparent; }
.qf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.qf-note { font-size: .82rem; color: #6f7a86; }
.qf-note a { color: var(--orange-glow); }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: #939ca8; padding: 56px 0 40px; border-top: 1px solid rgba(255,255,255,.07); }
.footer-inner { text-align: center; }
.footer-brand { margin-bottom: 18px; }
.footer-powered { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; margin-top: 6px; }
.footer-powered strong { color: #fff; font-weight: 700; letter-spacing: .14em; }
.footer-contact { display: flex; gap: 28px; justify-content: center; flex-wrap: wrap; margin-bottom: 22px; }
.footer-contact a { color: #cfd6df; text-decoration: none; font-weight: 500; }
.footer-contact a:hover { color: var(--orange-glow); }
.footer-tag { font-size: .95rem; margin-bottom: 8px; }
.footer-legal { font-size: .8rem; color: #5b6570; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .lc-dot { animation: none; }
  .lc-verdict { animation: none; }
}
