:root {
  --ink: #0c1821;
  --ink-2: #172632;
  --ink-3: #243643;
  --red: #c92027;
  --red-dark: #98171d;
  --paper: #f4f1eb;
  --surface: #fbfaf7;
  --white: #ffffff;
  --muted: #5d6871;
  --muted-light: #aeb8bf;
  --line: #d9d8d3;
  --green: #55c878;
  --content: 1240px;
  --shadow: 0 24px 70px rgba(12, 24, 33, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.skip-link { position: absolute; left: -9999px; top: 10px; z-index: 100; padding: 10px 14px; background: white; }
.skip-link:focus { left: 10px; }

.utility-bar { background: #071119; color: #d7dee3; border-bottom: 1px solid rgba(255,255,255,.08); }
.utility-inner { width: min(var(--content), 90vw); min-height: 36px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.authority-status { margin: 0; display: inline-flex; align-items: center; gap: 8px; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 800; }
.authority-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(85,200,120,.1); }
.utility-contact { display: flex; align-items: center; gap: 24px; font-size: 12px; font-weight: 700; }
.utility-contact a { text-decoration: none; }
.utility-contact a:hover { color: white; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.header-inner { width: min(var(--content), 90vw); min-height: 78px; margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--red); color: white; font-size: 22px; font-weight: 900; transform: skew(-7deg); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.12; }
.brand-copy strong { font-size: 19px; letter-spacing: .14em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .11em; font-weight: 800; }
nav { display: flex; align-items: center; justify-content: flex-end; gap: 27px; }
nav a { position: relative; text-decoration: none; font-size: 13px; font-weight: 750; color: var(--ink-2); }
nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--red); transition: right .2s ease; }
nav a:hover::after { right: 0; }
.header-cta { display: inline-flex; align-items: center; gap: 9px; padding: 12px 16px; background: var(--ink); color: white; text-decoration: none; font-size: 12px; font-weight: 850; transition: background .2s ease, transform .2s ease; }
.header-cta:hover { background: var(--red); transform: translateY(-1px); }

.hero { position: relative; overflow: hidden; isolation: isolate; background: #071119; color: white; }
.hero-inner { position: relative; width: min(1440px, 100%); min-height: 720px; margin: 0 auto; }
.hero-copy { position: relative; z-index: 4; width: min(760px, 58%); min-height: 720px; padding: 94px 7vw 68px max(5vw, calc((100vw - var(--content)) / 2)); display: flex; flex-direction: column; justify-content: center; }
.kicker { margin: 0 0 24px; color: #d5dde2; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 850; }
.kicker span { margin-right: 10px; color: var(--red); }
h1, h2, h3 { margin-top: 0; line-height: 1.06; }
h1 { margin-bottom: 28px; max-width: 720px; font-size: clamp(47px, 5.3vw, 76px); letter-spacing: -.052em; font-weight: 850; text-shadow: 0 3px 30px rgba(0,0,0,.28); }
h1 em { color: #ff4d54; font-style: normal; }
.hero-lead { max-width: 620px; margin: 0; color: #d7dfe4; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 13px 20px; border: 1px solid transparent; text-decoration: none; font-size: 13px; font-weight: 850; transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: var(--red-dark); }
.button-quiet { border-color: rgba(255,255,255,.48); background: rgba(7,17,25,.32); color: white; backdrop-filter: blur(8px); }
.button-quiet:hover { border-color: white; background: white; color: var(--ink); }
.identity-line { margin-top: 46px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.3); display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.identity-line div { display: flex; flex-direction: column; gap: 2px; }
.identity-line span { color: #aebcc5; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 850; }
.identity-line strong { font-size: 14px; }

.hero-media { position: absolute; z-index: 0; inset: 0; min-width: 0; margin: 0; overflow: hidden; background: var(--ink); }
.hero-media::before { content: ""; position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; height: 7px; background: var(--red); }
.hero-video { width: 100%; height: 100%; object-fit: cover; object-position: center; background: #071119; }
.photo-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(7,17,25,.97) 0%, rgba(7,17,25,.86) 25%, rgba(7,17,25,.58) 43%, rgba(7,17,25,.13) 68%, rgba(7,17,25,.05) 100%), linear-gradient(0deg, rgba(7,17,25,.62), transparent 44%); }
.hero-equipment-id { position: absolute; z-index: 2; right: 28px; bottom: 64px; display: flex; flex-direction: column; align-items: flex-end; gap: 3px; padding: 13px 16px; border-right: 4px solid var(--red); background: rgba(7,17,25,.78); color: white; backdrop-filter: blur(8px); }
.hero-equipment-id strong { letter-spacing: .16em; font-size: 16px; }
.hero-equipment-id span { color: #d7dfe4; letter-spacing: .08em; font-size: 9px; font-weight: 800; }
.hero-media figcaption { position: absolute; z-index: 2; right: 34px; bottom: 28px; color: white; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 850; text-shadow: 0 2px 12px rgba(0,0,0,.6); }
.truck-status { position: absolute; z-index: 2; right: 28px; top: 26px; margin: 0; display: inline-flex; align-items: center; gap: 9px; padding: 10px 13px; background: rgba(8,16,22,.84); border: 1px solid rgba(255,255,255,.22); color: white; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 850; backdrop-filter: blur(8px); }
.truck-status span { width: 7px; height: 7px; border-radius: 50%; background: var(--green); animation: statusGlow 2.6s ease-out infinite; }
@keyframes statusGlow { 0% { box-shadow: 0 0 0 0 rgba(85,200,120,.55); } 70% { box-shadow: 0 0 0 7px rgba(85,200,120,0); } 100% { box-shadow: 0 0 0 0 rgba(85,200,120,0); } }

.credential-strip { background: white; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.credential-inner { width: min(var(--content), 90vw); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.credential-inner article { min-height: 126px; padding: 27px 26px; border-left: 1px solid var(--line); }
.credential-inner article:last-child { border-right: 1px solid var(--line); }
.credential-inner span { color: var(--red); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 850; }
.credential-inner strong { display: block; margin-top: 7px; font-size: 17px; }
.credential-inner p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }

.section { padding: 104px max(5vw, calc((100vw - var(--content)) / 2)); }
.section-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .62fr); column-gap: 9vw; align-items: end; margin-bottom: 54px; }
.eyebrow { grid-column: 1 / -1; margin: 0 0 17px; color: var(--red); text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 900; }
h2 { margin-bottom: 0; font-size: clamp(36px, 4vw, 57px); letter-spacing: -.04em; }
.section-intro > p:last-child { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }

.audience-section { background: var(--paper); }
.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line); box-shadow: 0 18px 55px rgba(12,24,33,.08); }
.audience-card { min-height: 390px; padding: 52px; background: white; display: flex; flex-direction: column; }
.audience-card + .audience-card { border-left: 1px solid var(--line); }
.audience-card-dark { background: var(--ink); color: white; }
.audience-label { margin: 0 0 25px; color: var(--red); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; font-weight: 900; }
.audience-card-dark .audience-label { color: #ff646a; }
.audience-card h3 { max-width: 500px; margin-bottom: 28px; font-size: clamp(25px, 2.2vw, 33px); letter-spacing: -.025em; }
.audience-card ul { list-style: none; margin: 0 0 38px; padding: 0; color: var(--muted); }
.audience-card-dark ul { color: #b9c3ca; }
.audience-card li { position: relative; padding: 10px 0 10px 25px; border-top: 1px solid var(--line); font-size: 14px; }
.audience-card-dark li { border-color: #344551; }
.audience-card li:last-child { border-bottom: 1px solid var(--line); }
.audience-card-dark li:last-child { border-color: #344551; }
.audience-card li::before { content: ""; position: absolute; left: 2px; top: 18px; width: 7px; height: 7px; background: var(--red); }
.audience-card > a { margin-top: auto; align-self: flex-start; color: var(--red-dark); text-underline-offset: 5px; font-size: 13px; font-weight: 900; }
.audience-card-dark > a { color: white; }

.services { background: var(--surface); }
.service-list { border-top: 1px solid var(--line); }
.service-item { min-height: 170px; display: grid; grid-template-columns: 74px minmax(250px, .75fr) minmax(300px, 1fr); gap: 34px; align-items: center; padding: 30px 22px 30px 0; border-bottom: 1px solid var(--line); transition: padding-left .25s ease, background .25s ease; }
.service-item:hover { padding-left: 22px; background: white; }
.service-index { color: var(--red); font-size: 13px; font-weight: 900; }
.service-label { margin: 0 0 9px; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 850; }
.service-item h3 { margin-bottom: 0; font-size: 25px; }
.service-item > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }

.standard-section { background: var(--ink); color: white; }
.standard-heading { max-width: 820px; }
.eyebrow-light { color: #ff646a; }
.standard-heading > p:last-child { max-width: 650px; margin: 23px 0 0; color: var(--muted-light); font-size: 17px; }
.process-list { list-style: none; margin: 62px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #344551; border-left: 1px solid #344551; }
.process-list li { min-height: 252px; padding: 32px 27px; border-right: 1px solid #344551; border-bottom: 1px solid #344551; }
.process-list span { color: #ff646a; font-size: 12px; font-weight: 900; }
.process-list h3 { margin: 44px 0 14px; font-size: 20px; }
.process-list p { margin: 0; color: #aeb8bf; font-size: 14px; line-height: 1.62; }

.carrier-section { background: var(--paper); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .75fr); gap: 9vw; align-items: center; }
.carrier-story > p:not(.eyebrow) { margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.carrier-card { background: white; border-top: 6px solid var(--red); box-shadow: var(--shadow); }
.card-heading { padding: 25px 30px 20px; display: flex; justify-content: space-between; align-items: center; }
.card-heading p { margin: 0; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 900; }
.card-heading span { display: inline-flex; align-items: center; gap: 7px; color: #1e7740; font-size: 11px; font-weight: 850; }
.card-heading span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.carrier-card dl { margin: 0; padding: 0 30px; }
.carrier-card dl div { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); }
.carrier-card dt { color: var(--muted); font-size: 12px; }
.carrier-card dd { margin: 0; text-align: right; font-size: 13px; font-weight: 850; }
.verification-links { display: grid; grid-template-columns: 1fr 1fr; margin-top: 19px; background: var(--ink); }
.verification-links a { display: flex; justify-content: space-between; align-items: center; gap: 14px; min-height: 58px; padding: 16px 22px; color: white; text-decoration: none; font-size: 11px; font-weight: 800; }
.verification-links a + a { border-left: 1px solid #344551; }
.verification-links a:hover { background: var(--red); }

.broker-section { background: var(--surface); }
.broker-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.1fr .9fr; background: var(--red); color: white; }
.broker-panel::before { content: ""; position: absolute; width: 360px; height: 360px; right: -160px; top: -210px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.03), 0 0 0 110px rgba(255,255,255,.025); }
.broker-copy { position: relative; z-index: 1; padding: 62px; }
.broker-copy h2 { max-width: 660px; }
.broker-copy > p:not(.eyebrow) { max-width: 690px; margin: 22px 0 0; color: #ffe0e1; font-size: 16px; line-height: 1.65; }
.broker-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 31px; }
.button-light { background: white; color: var(--red-dark); }
.button-light:hover { background: var(--ink); color: white; }
.text-link { color: white; text-underline-offset: 4px; font-size: 13px; font-weight: 850; }
.document-list { position: relative; z-index: 1; padding: 62px 54px; background: rgba(97,7,12,.25); }
.document-list > p { margin: 0 0 24px; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 900; }
.document-list ul { list-style: none; margin: 0; padding: 0; }
.document-list li { display: flex; gap: 17px; align-items: center; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.2); font-size: 14px; font-weight: 800; }
.document-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.document-list span { color: #ffbdc0; font-size: 10px; }

.quote-section { background: var(--ink-2); color: white; }
.quote-inner { width: min(var(--content), 90vw); min-height: 390px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(250px, .75fr) 250px; align-items: center; gap: 60px; }
.quote-copy { max-width: 660px; }
.quote-inner h2 { margin-bottom: 18px; }
.quote-copy > p:last-child { margin-bottom: 0; color: #b9c3ca; font-size: 16px; }
.load-details > p { margin: 0 0 13px; color: #ff646a; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 900; }
.load-details ul { list-style: none; margin: 0; padding: 0; }
.load-details li { padding: 8px 0; border-top: 1px solid #344551; color: #d4dbe0; font-size: 12px; }
.load-details li:last-child { border-bottom: 1px solid #344551; }
.quote-actions { display: flex; flex-direction: column; align-items: stretch; gap: 16px; min-width: 250px; }
.quote-phone { color: white; text-align: center; text-decoration: none; font-size: 18px; font-weight: 850; }

footer { background: #071119; color: #aeb8bf; }
.footer-inner { width: min(var(--content), 90vw); min-height: 190px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr 1fr .9fr 1fr; align-items: center; gap: 30px; }
.footer-brand { color: white; }
.footer-brand .brand-copy small { color: #aeb8bf; }
.footer-inner > p { margin: 0; font-size: 12px; }
.footer-contact { display: flex; flex-direction: column; gap: 5px; }
.footer-contact a { color: white; text-decoration: none; font-size: 12px; font-weight: 750; }
.copyright { text-align: right; }

.mobile-actions { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .62s ease var(--delay, 0ms), transform .62s cubic-bezier(.2,.7,.2,1) var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  nav { gap: 18px; }
  nav a:nth-child(2) { display: none; }
  .hero-inner { min-height: 680px; }
  .hero-copy { width: 62%; min-height: 680px; padding-right: 5vw; }
  .process-list { grid-template-columns: repeat(2, 1fr); }
  .carrier-section { gap: 6vw; }
  .audience-card { padding: 42px; }
  .broker-copy { padding: 48px; }
  .document-list { padding: 48px 38px; }
  .footer-inner { grid-template-columns: 1.2fr 1fr 1fr; }
  .copyright { grid-column: 1 / -1; padding-bottom: 28px; text-align: left; }
}

@media (max-width: 860px) {
  .utility-inner { min-height: 34px; }
  .utility-contact a:first-child { display: none; }
  .header-inner { min-height: 70px; grid-template-columns: 1fr auto; gap: 18px; }
  nav { display: none; }
  .hero-inner { min-height: 680px; }
  .hero-copy { width: 76%; max-width: none; min-height: 680px; padding: 72px 7vw 54px; }
  .hero-media { min-height: 0; }
  .hero-video { object-position: 56% center; }
  .credential-inner { grid-template-columns: repeat(2, 1fr); }
  .credential-inner article:nth-child(3) { border-top: 1px solid var(--line); }
  .credential-inner article:nth-child(4) { border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
  .section { padding: 82px 7vw; }
  .section-intro { grid-template-columns: 1fr; gap: 24px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card + .audience-card { border-left: 0; border-top: 1px solid var(--line); }
  .service-item { grid-template-columns: 54px 1fr; gap: 22px; }
  .service-item > p { grid-column: 2; }
  .carrier-section { grid-template-columns: 1fr; }
  .broker-panel { grid-template-columns: 1fr; }
  .quote-inner { padding: 68px 0; grid-template-columns: 1fr 1fr; gap: 36px; }
  .quote-copy { grid-column: 1 / -1; }
  .quote-actions { width: 100%; max-width: 320px; }
  .footer-inner { grid-template-columns: 1fr 1fr; padding: 44px 0; }
  .copyright { grid-column: 1 / -1; padding: 0; }
}

@media (max-width: 560px) {
  .utility-contact { font-size: 10px; }
  .authority-status { letter-spacing: .08em; font-size: 8px; }
  .brand-copy small { display: none; }
  .header-cta { padding: 11px 12px; font-size: 11px; }
  .hero-inner { min-height: 650px; }
  .hero-copy { width: 100%; min-height: 650px; padding: 58px 6vw 44px; }
  h1 { font-size: 45px; }
  .hero-lead { font-size: 16px; }
  .identity-line { gap: 10px; }
  .identity-line strong { font-size: 12px; }
  .hero-media { min-height: 0; }
  .hero-video { object-position: 60% center; }
  .hero-equipment-id { right: 16px; bottom: 54px; }
  .photo-overlay { background: linear-gradient(90deg, rgba(7,17,25,.97) 0%, rgba(7,17,25,.83) 72%, rgba(7,17,25,.55) 100%), linear-gradient(0deg, rgba(7,17,25,.68), transparent 45%); }
  .hero-media figcaption { right: 18px; bottom: 18px; max-width: 65%; text-align: right; font-size: 8px; }
  .truck-status { right: 16px; top: 16px; }
  .credential-inner { grid-template-columns: 1fr; }
  .credential-inner article { min-height: 105px; border-right: 1px solid var(--line); border-top: 1px solid var(--line); }
  .section { padding: 68px 6vw; }
  h2 { font-size: 38px; }
  .service-item { grid-template-columns: 38px 1fr; padding-right: 0; }
  .service-item:hover { padding-left: 10px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 210px; }
  .process-list h3 { margin-top: 32px; }
  .carrier-card dl { padding: 0 22px; }
  .carrier-card > a { padding: 18px 22px; }
  .audience-card { min-height: 0; padding: 38px 26px; }
  .broker-copy, .document-list { padding: 38px 26px; }
  .quote-inner { width: 88vw; grid-template-columns: 1fr; }
  .quote-copy { grid-column: auto; }
  .load-details { width: 100%; }
  .footer-inner { grid-template-columns: 1fr; }
  body { padding-bottom: 58px; }
  .mobile-actions { position: fixed; z-index: 30; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 58px; background: var(--ink); box-shadow: 0 -8px 28px rgba(7,17,25,.24); }
  .mobile-actions a { display: grid; place-items: center; color: white; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-size: 10px; font-weight: 900; }
  .mobile-actions a:last-child { background: var(--red); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
