/*
Theme Name: FreightHub Logistics Child
Theme URI: https://example.invalid/freighthub-logistics
Description: Industrial Editorial child theme for the GeneratePress/Gutenberg dev/test draft.
Author: FreightHub Logistics project
Template: generatepress
Version: 0.3.0
Text Domain: ne-de
*/

:root {
  --ne-paper: #f1f3f4;
  --ne-paper-light: #fbfcfd;
  --ne-ink: #092744;
  --ne-muted: #5c6871;
  --ne-rule: #b8c0c7;
  --ne-signal: #164f82;
  --ne-signal-dark: #0a3458;
  --ne-white: #ffffff;
  --ne-display: Georgia, "Times New Roman", serif;
  --ne-sans: Arial, "Helvetica Neue", sans-serif;
  --ne-page: min(1480px, calc(100% - 64px));
}

body.ne-de-industrial-editorial {
  background: var(--ne-paper);
  color: var(--ne-ink);
  font-family: var(--ne-sans);
}

.ne-de-industrial-editorial .site-content,
.ne-de-industrial-editorial .inside-article,
.ne-de-industrial-editorial .entry-content,
.ne-de-industrial-editorial .wp-block-group {
  margin: 0;
  padding: 0;
  max-width: none;
}

.ne-de-industrial-editorial .site-main,
.ne-de-industrial-editorial .inside-article {
  background: var(--ne-paper);
}

.ne-de-industrial-editorial .site-header,
.ne-de-industrial-editorial .site-footer,
.ne-de-industrial-editorial .sidebar,
.ne-de-industrial-editorial .comments-area {
  display: none;
}

.ne-de-industrial-editorial .site-content,
.ne-de-industrial-editorial .content-area,
.ne-de-industrial-editorial .site-main {
  width: 100%;
  max-width: none;
}

.ne-de-industrial-editorial .entry-content > [class*="wp-block-"] {
  margin-bottom: 0;
}

.ne-de-editorial-page *,
.ne-de-editorial-page *::before,
.ne-de-editorial-page *::after {
  box-sizing: border-box;
}

.ne-de-editorial-page img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.ne-de-editorial-page a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.ne-de-sitebar {
  width: var(--ne-page);
  min-height: 104px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid var(--ne-rule);
}

.ne-de-brand {
  justify-self: start;
  color: var(--ne-ink);
  text-decoration: none;
}

.ne-de-brand--logo {
  width: 178px;
  min-height: 78px;
  display: grid;
  place-items: center start;
}

.ne-de-brand--logo img {
  width: 168px;
  height: auto;
  max-height: 72px;
  object-fit: contain;
}

.ne-de-sitebar nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.ne-de-sitebar nav a {
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.ne-de-sitebar nav a:hover {
  text-decoration: underline;
}

.ne-de-sitebar .ne-de-nav-quote {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  background: var(--ne-ink);
  color: var(--ne-white);
  font-weight: 900;
}

.ne-de-crumbs {
  width: var(--ne-page);
  margin: 0 auto;
  padding: 15px 0;
  border-bottom: 1px solid var(--ne-rule);
  color: var(--ne-muted);
  font-size: 11px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.ne-de-crumbs a {
  margin-right: 12px;
  text-decoration: none;
}

.ne-de-crumbs span::before {
  content: "/";
  margin-right: 12px;
}

.ne-de-hero {
  width: var(--ne-page);
  min-height: 680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  border-bottom: 1px solid var(--ne-rule);
}

.ne-de-hero__copy {
  position: relative;
  padding: 76px clamp(32px, 6vw, 94px) 68px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ne-de-edition {
  position: absolute;
  right: 18px;
  top: 22px;
  color: var(--ne-muted);
  font-size: 10px;
  letter-spacing: .15em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.ne-de-folio,
.ne-de-kicker {
  color: var(--ne-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.ne-de-folio {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ne-de-folio::before {
  content: "";
  width: 38px;
  height: 5px;
  background: var(--ne-signal);
}

.ne-de-editorial-page h1 {
  max-width: 900px;
  margin: 26px 0 30px;
  font: 700 clamp(62px, 7.4vw, 116px)/.88 var(--ne-display);
  letter-spacing: -.065em;
  text-wrap: balance;
}

.ne-de-standfirst {
  max-width: 650px;
  margin: 0 0 36px;
  color: #455865;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.45;
}

.ne-de-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ne-de-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  background: var(--ne-signal);
  border: 1px solid var(--ne-signal-dark);
  color: var(--ne-white);
  font-weight: 900;
  text-decoration: none;
}

.ne-de-button--quiet {
  background: transparent;
  border-color: var(--ne-ink);
  color: var(--ne-ink);
  font-weight: 700;
}

.ne-de-hero__visual {
  position: relative;
  min-width: 0;
  margin: 30px 0;
  overflow: hidden;
  background: #061d35;
}

.ne-de-hero__visual img,
.ne-de-spread__image img,
.ne-de-split__image img {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.55) contrast(1.08);
}

.ne-de-hero__visual::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,29,53,.03) 45%, rgba(6,29,53,.78));
  pointer-events: none;
}

.ne-de-hero__visual::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  opacity: .14;
  background-image: repeating-linear-gradient(0deg, transparent 0 3px, #fff 4px);
  pointer-events: none;
}

.ne-de-stamp {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 34px;
  padding: 13px 17px;
  background: var(--ne-signal);
  color: var(--ne-white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ne-de-hero__visual figcaption {
  position: absolute;
  z-index: 3;
  left: 24px;
  right: 24px;
  bottom: 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  color: #fff;
  font-size: 11px;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.ne-de-hero__visual figcaption span:last-child {
  color: #d5d4cd;
}

.ne-de-proof {
  width: var(--ne-page);
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr repeat(4, 1fr);
  border-bottom: 1px solid var(--ne-rule);
}

.ne-de-proof > * {
  padding: 22px 20px;
  border-right: 1px solid var(--ne-rule);
}

.ne-de-proof > *:last-child {
  border-right: 0;
}

.ne-de-proof__intro {
  background: var(--ne-ink);
  color: var(--ne-paper);
  font: 700 22px/1.1 var(--ne-display);
}

.ne-de-proof b {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}

.ne-de-proof span {
  color: var(--ne-muted);
  font-size: 12px;
}

.ne-de-section {
  width: var(--ne-page);
  margin: auto;
  padding: 110px 0;
  border-bottom: 1px solid var(--ne-rule);
}

.ne-de-section-head {
  display: grid;
  grid-template-columns: .38fr 1.32fr .5fr;
  gap: 34px;
  align-items: start;
  margin-bottom: 52px;
}

.ne-de-section-head h2,
.ne-de-spread h2,
.ne-de-quote-panel h2 {
  margin: 0;
  font: 700 clamp(42px, 5vw, 76px)/.95 var(--ne-display);
  letter-spacing: -.055em;
  text-wrap: balance;
}

.ne-de-section-head p,
.ne-de-spread p,
.ne-de-quote-panel p {
  color: var(--ne-muted);
}

.ne-de-ledger {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ne-ink);
  border-left: 1px solid var(--ne-rule);
}

.ne-de-ledger-card {
  min-height: 270px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--ne-rule);
  border-bottom: 1px solid var(--ne-rule);
  background: rgba(255,253,247,.28);
}

.ne-de-num {
  color: var(--ne-muted);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ne-de-ledger-card h3 {
  margin: 58px 0 12px;
  font: 700 27px/1.05 var(--ne-display);
}

.ne-de-ledger-card p {
  margin: 0 0 22px;
  color: var(--ne-muted);
  font-size: 14px;
}

.ne-de-ledger-card a {
  margin-top: auto;
  font-size: 13px;
  font-weight: 800;
}

.ne-de-spread {
  width: var(--ne-page);
  min-height: 630px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  background: var(--ne-ink);
  color: var(--ne-paper);
}

.ne-de-spread__image {
  position: relative;
  min-height: 630px;
  overflow: hidden;
  margin: 0;
}

.ne-de-spread__image::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border: 20px solid rgba(238,233,220,.12);
  pointer-events: none;
}

.ne-de-spread__copy {
  padding: clamp(38px, 5vw, 76px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ne-de-spread__copy .ne-de-kicker {
  color: var(--ne-signal);
}

.ne-de-spread__copy h2 {
  margin: 20px 0 25px;
}

.ne-de-spread__copy p {
  max-width: 560px;
  color: #c4d1dd;
}

.ne-de-route {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 15px;
  margin: 38px 0 24px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}

.ne-de-route i {
  position: relative;
  height: 2px;
  background: var(--ne-signal);
}

.ne-de-route i::after {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--ne-signal);
}

.ne-de-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ne-de-tags span {
  padding: 8px 10px;
  border: 1px solid #496178;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ne-de-timeline {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 4px solid var(--ne-ink);
  list-style: none;
}

.ne-de-step {
  min-height: 245px;
  padding: 27px 25px;
  border-right: 1px solid var(--ne-rule);
  border-bottom: 1px solid var(--ne-rule);
}

.ne-de-step:first-child {
  border-left: 1px solid var(--ne-rule);
}

.ne-de-step b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  background: var(--ne-signal);
  font-size: 12px;
}

.ne-de-step h3 {
  margin: 44px 0 12px;
  font: 700 24px/1.1 var(--ne-display);
}

.ne-de-step p {
  color: var(--ne-muted);
  font-size: 14px;
}

.ne-de-split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 24px;
}

.ne-de-split__image {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  margin: 0;
  background: #061d35;
}

.ne-de-split__image figcaption {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 20px;
  max-width: 280px;
  padding: 12px 15px;
  background: var(--ne-paper);
  color: var(--ne-ink);
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ne-de-checklist {
  margin: 0;
  padding: 0;
  border-top: 4px solid var(--ne-ink);
  list-style: none;
}

.ne-de-check {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--ne-rule);
}

.ne-de-check b {
  color: var(--ne-muted);
  font-size: 11px;
}

.ne-de-check h3 {
  margin: 0 0 7px;
  font: 700 23px/1.1 var(--ne-display);
}

.ne-de-check p {
  margin: 0;
  color: var(--ne-muted);
  font-size: 14px;
}

.ne-de-mode-comparison {
  display: grid;
  margin-bottom: 12px;
  border-top: 1px solid var(--ne-ink);
  border-left: 1px solid var(--ne-rule);
}

.ne-de-mode-head,
.ne-de-mode-row {
  display: grid;
  grid-template-columns: 1.1fr repeat(4, 1fr);
}

.ne-de-mode-comparison span {
  min-height: 78px;
  padding: 18px;
  border-right: 1px solid var(--ne-rule);
  border-bottom: 1px solid var(--ne-rule);
  font-size: 13px;
}

.ne-de-mode-head span {
  background: var(--ne-ink);
  color: var(--ne-paper);
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ne-de-mode-row span:first-child {
  font-weight: 900;
}

.ne-de-mode-accordion {
  display: none;
  margin-bottom: 16px;
}

.ne-de-mode-accordion details {
  border-top: 1px solid var(--ne-rule);
}

.ne-de-mode-accordion summary {
  min-height: 50px;
  display: flex;
  align-items: center;
  font-weight: 900;
}

.ne-de-source-note {
  margin: 12px 0 36px;
  color: var(--ne-muted);
  font-size: 12px;
}

.ne-de-quote-panel {
  width: var(--ne-page);
  margin: 78px auto;
  padding: clamp(32px, 5vw, 70px);
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 44px;
  background: var(--ne-ink);
  color: var(--ne-white);
}

.ne-de-quote-panel .ne-de-kicker,
.ne-de-quote-panel p {
  color: #c4d1dd;
}

.ne-de-quote-panel h2 {
  max-width: 780px;
}

.ne-de-quote-panel form {
  padding-top: 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  border-top: 4px solid var(--ne-ink);
}

.ne-de-quote-panel label {
  min-width: 0;
  display: grid;
  gap: 7px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ne-de-quote-panel label span {
  display: block;
}

.ne-de-quote-panel input,
.ne-de-quote-panel select {
  width: 100%;
  height: 48px;
  margin-top: 0;
  padding: 0 12px;
  border: 1px solid #7892a8;
  background: rgba(255,255,255,.92);
  color: var(--ne-ink);
  font: 700 15px/1.2 var(--ne-sans);
}

.ne-de-quote-panel .ne-de-full {
  grid-column: 1 / -1;
}

.ne-de-quote-panel .ne-de-consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  line-height: 1.35;
  letter-spacing: .02em;
  text-transform: none;
  overflow-wrap: normal;
}

.ne-de-quote-panel .ne-de-consent input {
  width: auto;
  height: auto;
  margin-top: 2px;
}

.ne-de-quote-panel .ne-de-consent span {
  display: block;
  min-width: 0;
  font-size: 12px;
  font-weight: 800;
}

.ne-de-quote-panel button {
  min-height: 52px;
  justify-self: start;
  padding: 0 22px;
  border: 0;
  background: var(--ne-signal);
  color: var(--ne-white);
  font-weight: 900;
}

.ne-de-editorial-footer {
  width: var(--ne-page);
  margin: 0 auto 70px;
  padding: 38px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  border-top: 4px solid var(--ne-ink);
}

.ne-de-editorial-footer strong {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: -.055em;
}

.ne-de-editorial-footer p {
  max-width: 620px;
  color: var(--ne-muted);
  font-size: 12px;
}

.ne-de-editorial-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  justify-content: flex-end;
  align-items: start;
}

.ne-de-mobile-cta {
  display: none;
}

@media (max-width: 1050px) {
  :root {
    --ne-page: calc(100% - 40px);
  }

  .ne-de-hero {
    grid-template-columns: 1fr 42%;
  }

  .ne-de-proof {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .ne-de-proof__intro {
    grid-row: span 2;
  }

  .ne-de-ledger {
    grid-template-columns: 1fr 1fr;
  }

  .ne-de-section-head {
    grid-template-columns: .34fr 1fr;
  }

  .ne-de-section-head p {
    grid-column: 2;
  }
}

@media (max-width: 720px) {
  :root {
    --ne-page: calc(100% - 32px);
  }

  .ne-de-crumbs {
    padding: 11px 0;
  }

  .ne-de-sitebar {
    width: var(--ne-page);
    min-height: 82px;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 10px;
    padding: 16px 0;
  }

  .ne-de-brand {
    width: 148px;
    min-height: 56px;
  }

  .ne-de-brand--logo img {
    width: 140px;
    max-height: 56px;
  }

  .ne-de-sitebar nav {
    width: 100%;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .ne-de-sitebar nav a {
    white-space: nowrap;
  }

  .ne-de-sitebar .ne-de-nav-quote {
    display: none;
  }

  .ne-de-hero {
    width: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .ne-de-hero__copy {
    padding: 55px 22px 42px;
  }

  .ne-de-edition {
    display: none;
  }

  .ne-de-editorial-page h1 {
    margin: 22px 0 24px;
    font-size: clamp(54px, 16.5vw, 76px);
  }

  .ne-de-standfirst {
    font-size: 18px;
  }

  .ne-de-actions {
    align-items: stretch;
  }

  .ne-de-button {
    flex: 1;
    min-width: 180px;
  }

  .ne-de-hero__visual {
    height: 390px;
    margin: 0;
  }

  .ne-de-stamp {
    top: 20px;
  }

  .ne-de-hero__visual figcaption {
    left: 18px;
    right: 18px;
    bottom: 17px;
    grid-template-columns: 1fr;
  }

  .ne-de-hero__visual figcaption span:last-child {
    display: none;
  }

  .ne-de-proof {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }

  .ne-de-proof__intro {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .ne-de-proof > * {
    padding: 18px 16px;
  }

  .ne-de-section {
    padding: 72px 0;
  }

  .ne-de-section-head {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 32px;
  }

  .ne-de-section-head p {
    grid-column: auto;
  }

  .ne-de-ledger {
    grid-template-columns: 1fr;
  }

  .ne-de-ledger-card {
    min-height: 215px;
  }

  .ne-de-ledger-card h3 {
    margin-top: 34px;
  }

  .ne-de-spread {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .ne-de-spread__image {
    height: 350px;
  }

  .ne-de-spread__copy {
    padding: 46px 24px;
  }

  .ne-de-timeline {
    grid-template-columns: 1fr 1fr;
  }

  .ne-de-step {
    min-height: 215px;
  }

  .ne-de-mode-comparison {
    display: none;
  }

  .ne-de-mode-accordion {
    display: block;
  }

  .ne-de-split {
    grid-template-columns: 1fr;
  }

  .ne-de-split__image {
    min-height: 390px;
  }

  .ne-de-quote-panel {
    width: 100%;
    margin: 55px 0 0;
    grid-template-columns: 1fr;
    padding: 44px 22px;
  }

  .ne-de-quote-panel form {
    grid-template-columns: 1fr;
  }

  .ne-de-quote-panel .ne-de-full {
    grid-column: auto;
  }

  .ne-de-editorial-footer {
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding-bottom: 90px;
  }

  .ne-de-editorial-footer nav {
    justify-content: flex-start;
  }

  .ne-de-mobile-cta {
    position: sticky;
    z-index: 20;
    bottom: 0;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: var(--ne-signal);
    border-top: 1px solid var(--ne-signal-dark);
    color: var(--ne-white);
    font-weight: 900;
    text-decoration: none;
  }
}

@media (max-width: 420px) {
  .ne-de-proof,
  .ne-de-timeline {
    grid-template-columns: 1fr;
  }

  .ne-de-proof > * {
    border-right: 0;
  }

  .ne-de-hero__visual {
    height: 330px;
  }

  .ne-de-section {
    padding: 62px 0;
  }
}

/* FreightHub Route Desk — isolated stakeholder option B. */
body.ne-de-route-desk-view {
  margin: 0;
  background: #f7f9fb;
  color: #12283d;
  font-family: Arial, "Helvetica Neue", sans-serif;
}

.ne-de-route-desk-view .site-content,
.ne-de-route-desk-view .inside-article,
.ne-de-route-desk-view .entry-content,
.ne-de-route-desk-view .wp-block-group {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.ne-de-route-desk-view .site-main,
.ne-de-route-desk-view .inside-article {
  background: #f7f9fb;
}

.ne-de-route-desk-view .site-header,
.ne-de-route-desk-view .site-footer,
.ne-de-route-desk-view .sidebar,
.ne-de-route-desk-view .comments-area {
  display: none;
}

.ne-de-route-desk-view .content-area,
.ne-de-route-desk-view .site-main {
  width: 100%;
  max-width: none;
}

.ne-de-route-desk-view .entry-content > [class*="wp-block-"] {
  margin-bottom: 0;
}

.ne-de-route-desk {
  --rd-navy: #0b2f50;
  --rd-navy-dark: #071f35;
  --rd-blue: #185b91;
  --rd-steel: #d7dee4;
  --rd-steel-dark: #a9b5bf;
  --rd-quiet: #586b7b;
  --rd-white: #fff;
  --rd-surface: #f7f9fb;
  --rd-width: min(1320px, calc(100% - 72px));
  background: var(--rd-surface);
  color: var(--rd-navy);
  font-size: 16px;
  line-height: 1.5;
}

.ne-de-route-desk *,
.ne-de-route-desk *::before,
.ne-de-route-desk *::after {
  box-sizing: border-box;
}

.ne-de-route-desk img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.ne-de-route-desk a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.rd-skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-150%);
  background: var(--rd-white);
  color: var(--rd-navy-dark);
  font-weight: 800;
}

.rd-skip-link:focus {
  transform: translateY(0);
}

.rd-header {
  position: relative;
  z-index: 10;
  width: var(--rd-width);
  min-height: 96px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 174px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--rd-steel);
}

.rd-brand {
  width: 164px;
  min-height: 64px;
  display: grid;
  place-items: center start;
}

.rd-brand img {
  width: 154px;
  height: 62px;
  object-fit: contain;
}

.rd-desktop-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 1.7vw, 25px);
}

.rd-desktop-nav a,
.rd-desktop-nav summary,
.rd-mobile-nav a,
.rd-mobile-nav summary,
.rd-footer nav a {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .025em;
  text-decoration: none;
}

.rd-desktop-nav a:focus-visible,
.rd-desktop-nav a:hover,
.rd-desktop-nav summary:focus-visible,
.rd-desktop-nav summary:hover,
.rd-mobile-nav a:focus-visible,
.rd-mobile-nav a:hover,
.rd-mobile-nav summary:focus-visible,
.rd-mobile-nav summary:hover,
.rd-footer nav a:focus-visible,
.rd-footer nav a:hover {
  text-decoration: underline;
}

.rd-desktop-nav details,
.rd-mobile-nav details {
  position: relative;
}

.rd-desktop-nav summary,
.rd-mobile-nav summary {
  cursor: pointer;
  list-style: none;
}

.rd-desktop-nav summary::-webkit-details-marker,
.rd-mobile-nav summary::-webkit-details-marker {
  display: none;
}

.rd-desktop-nav details > div {
  position: absolute;
  z-index: 12;
  top: calc(100% + 16px);
  left: -18px;
  width: 218px;
  padding: 10px;
  border: 1px solid var(--rd-steel);
  background: var(--rd-white);
  box-shadow: 0 14px 28px rgb(7 31 53 / 12%);
}

.rd-desktop-nav details > div a {
  display: block;
  padding: 10px 8px;
}

.rd-mobile-nav {
  display: none;
}

.rd-header__quote {
  min-height: 44px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  background: var(--rd-navy);
  color: var(--rd-white);
}

.rd-hero {
  width: var(--rd-width);
  min-height: 610px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr);
  align-items: stretch;
  border-bottom: 1px solid var(--rd-steel);
}

.rd-hero__copy {
  padding: 78px clamp(36px, 5vw, 80px) 58px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rd-eyebrow {
  margin: 0 0 17px;
  color: var(--rd-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ne-de-route-desk h1,
.ne-de-route-desk h2,
.ne-de-route-desk h3,
.ne-de-route-desk p {
  overflow-wrap: break-word;
}

.ne-de-route-desk h1 {
  max-width: 720px;
  margin: 0 0 28px;
  color: var(--rd-navy-dark);
  font: 700 clamp(50px, 5.2vw, 76px)/.98 Georgia, "Times New Roman", serif;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.rd-lead {
  max-width: 620px;
  margin: 0 0 32px;
  color: #435b6e;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.55;
}

.rd-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 23px;
}

.ne-de-route-desk .rd-button {
  min-height: 50px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--rd-navy);
  border: 1px solid var(--rd-navy);
  color: var(--rd-white);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.ne-de-route-desk .rd-button:hover,
.ne-de-route-desk .rd-button:focus-visible {
  background: var(--rd-blue);
}

.rd-text-link {
  font-size: 13px;
  font-weight: 900;
}

.rd-hero__facts {
  margin: 50px 0 0;
  padding: 19px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  border-top: 1px solid var(--rd-steel);
}

.rd-hero__facts div {
  min-width: 0;
}

.rd-hero__facts dt {
  margin-bottom: 4px;
  color: var(--rd-quiet);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rd-hero__facts dd {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
}

.rd-hero__image {
  position: relative;
  min-height: 610px;
  margin: 28px 0 28px;
  overflow: hidden;
  background: var(--rd-navy-dark);
}

.rd-hero__image img,
.rd-offices figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.68) contrast(1.04);
}

.rd-hero__image figcaption,
.rd-offices figure figcaption {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 17px;
  max-width: calc(100% - 36px);
  padding: 9px 11px;
  background: var(--rd-white);
  color: var(--rd-navy);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.rd-principles {
  width: var(--rd-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .7fr 2.3fr;
  border-bottom: 1px solid var(--rd-steel);
}

.rd-principles > p {
  margin: 0;
  padding: 24px 24px 24px 0;
  color: var(--rd-white);
  background: var(--rd-navy);
  box-shadow: -80px 0 0 var(--rd-navy);
  font-size: 13px;
  font-weight: 900;
}

.rd-principles ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
}

.rd-principles li {
  padding: 20px 22px;
  border-right: 1px solid var(--rd-steel);
}

.rd-principles li:last-child {
  border-right: 0;
}

.rd-principles strong,
.rd-principles span {
  display: block;
}

.rd-principles strong {
  font-size: 12px;
}

.rd-principles span {
  margin-top: 3px;
  color: var(--rd-quiet);
  font-size: 11px;
}

.rd-section {
  width: var(--rd-width);
  margin: 0 auto;
  padding: 92px 0;
  border-bottom: 1px solid var(--rd-steel);
}

.rd-section > header {
  display: grid;
  grid-template-columns: .45fr 1.55fr;
  gap: 30px;
  align-items: start;
  margin-bottom: 43px;
}

.rd-section > header .rd-eyebrow {
  margin-top: 8px;
}

.ne-de-route-desk h2 {
  max-width: 850px;
  margin: 0;
  color: var(--rd-navy-dark);
  font: 700 clamp(38px, 4vw, 58px)/1.03 Georgia, "Times New Roman", serif;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.rd-service-list {
  border-top: 2px solid var(--rd-navy);
}

.rd-service-list article {
  min-height: 116px;
  padding: 23px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid var(--rd-steel);
}


.rd-service-list h3 {
  margin: 0 0 5px;
  color: var(--rd-navy-dark);
  font-size: 22px;
  line-height: 1.15;
}

.rd-service-list p {
  max-width: 700px;
  margin: 0;
  color: var(--rd-quiet);
  font-size: 14px;
}

.rd-service-list a {
  font-size: 12px;
  font-weight: 900;
}

.rd-corridor {
  width: var(--rd-width);
  min-height: 630px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  background: var(--rd-navy);
  color: var(--rd-white);
}

.rd-corridor figure {
  position: relative;
  min-height: 630px;
  margin: 0;
  overflow: hidden;
}

.rd-corridor__copy {
  padding: clamp(46px, 5vw, 74px);
}

.rd-corridor .rd-eyebrow {
  color: #a9c8e0;
}

.rd-corridor h2 {
  color: var(--rd-white);
}

.rd-corridor ol {
  margin: 34px 0 25px;
  padding: 0;
  border-top: 1px solid #42617b;
  list-style: none;
}

.rd-corridor li {
  padding: 15px 0;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  border-bottom: 1px solid #42617b;
}

.rd-corridor li > span {
  color: #a9c8e0;
  font-size: 10px;
  font-weight: 900;
}

.rd-corridor strong {
  font-size: 14px;
}

.rd-corridor li p {
  margin: 2px 0 0;
  color: #c8d7e2;
  font-size: 12px;
}

.rd-corridor .rd-text-link {
  color: var(--rd-white);
}

.rd-handoffs > ol {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid var(--rd-navy);
  list-style: none;
}

.rd-handoffs > ol li {
  min-height: 145px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--rd-steel);
  border-bottom: 1px solid var(--rd-steel);
}

.rd-handoffs > ol li:first-child {
  border-left: 1px solid var(--rd-steel);
}

.rd-handoffs b {
  margin-bottom: auto;
  color: var(--rd-navy-dark);
  font-size: 18px;
}

.rd-handoffs span {
  color: var(--rd-quiet);
  font-size: 12px;
}

.rd-quote {
  width: var(--rd-width);
  margin: 78px auto;
  padding: clamp(40px, 5vw, 68px);
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(38px, 6vw, 90px);
  background: var(--rd-navy-dark);
  color: var(--rd-white);
}

.rd-quote .rd-eyebrow {
  color: #a9c8e0;
}

.rd-quote h2 {
  color: var(--rd-white);
}

.rd-quote__intro > p:not(.rd-eyebrow) {
  color: #c8d7e2;
  font-size: 14px;
}

.rd-quote__intro .rd-quote__note {
  margin-top: 28px;
  padding-top: 14px;
  border-top: 1px solid #42617b;
  font-size: 11px;
}

.rd-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.rd-form label {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.rd-form label > span {
  color: #dbe5ec;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rd-form input,
.rd-form select {
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 12px;
  border: 1px solid #8095a7;
  border-radius: 0;
  background: var(--rd-white);
  color: var(--rd-navy-dark);
  font: 700 14px/1.2 Arial, "Helvetica Neue", sans-serif;
}

.rd-form input:focus,
.rd-form select:focus {
  outline: 3px solid #8db5d4;
  outline-offset: 2px;
}

.rd-form__wide {
  grid-column: 1 / -1;
}

.rd-form .rd-form__consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.rd-form .rd-form__consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.rd-form .rd-form__consent > span {
  color: #dbe5ec;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
}

.rd-form button {
  min-height: 50px;
  justify-self: start;
  padding: 0 20px;
  border: 1px solid var(--rd-white);
  border-radius: 0;
  background: var(--rd-white);
  color: var(--rd-navy-dark);
  font-weight: 900;
}

.rd-form button:hover,
.rd-form button:focus-visible {
  background: #dbe5ec;
}

.rd-footer {
  width: var(--rd-width);
  margin: 0 auto 54px;
  padding: 31px 0;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  gap: 34px;
  align-items: center;
  border-top: 1px solid var(--rd-steel-dark);
}

.rd-footer p {
  max-width: 650px;
  margin: 0;
  color: var(--rd-quiet);
  font-size: 11px;
}

.rd-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 22px;
}

@media (max-width: 980px) {
  .ne-de-route-desk {
    --rd-width: calc(100% - 40px);
  }

  .rd-hero {
    grid-template-columns: 1fr 43%;
  }

  .rd-hero__copy {
    padding-right: 36px;
  }

  .rd-principles {
    grid-template-columns: 1fr;
  }

  .rd-principles > p {
    padding-left: 20px;
    box-shadow: none;
  }

  .rd-corridor {
    grid-template-columns: .88fr 1.12fr;
  }

  .rd-quote {
    grid-template-columns: 1fr;
  }

  .rd-footer {
    grid-template-columns: 170px 1fr;
  }

  .rd-footer nav {
    grid-column: 2;
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  .ne-de-route-desk {
    --rd-width: calc(100% - 28px);
  }

  .rd-header {
    min-height: 76px;
    grid-template-columns: 144px 1fr;
    gap: 12px;
  }

  .rd-brand {
    width: 136px;
    min-height: 56px;
  }

  .rd-brand img {
    width: 130px;
    height: 54px;
  }

  .rd-header nav a:not(.rd-header__quote) {
    display: none;
  }

  .rd-header .rd-header__quote {
    min-height: 42px;
  }

  .rd-hero {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .rd-hero__copy {
    padding: 55px 20px 43px;
  }

  .ne-de-route-desk h1 {
    font-size: clamp(48px, 13.5vw, 64px);
  }

  .rd-hero__facts {
    margin-top: 38px;
    grid-template-columns: 1fr;
  }

  .rd-hero__image {
    min-height: 370px;
    margin: 0;
  }

  .rd-principles {
    width: 100%;
  }

  .rd-principles ul {
    grid-template-columns: 1fr;
  }

  .rd-principles li {
    border-right: 0;
    border-bottom: 1px solid var(--rd-steel);
  }

  .rd-section {
    padding: 68px 0;
  }

  .rd-section > header {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 30px;
  }

  .rd-section > header .rd-eyebrow {
    margin-top: 0;
  }

  .rd-service-list article {
    grid-template-columns: 34px 1fr;
    gap: 14px;
  }

  .rd-service-list article > a {
    grid-column: 2;
  }

  .rd-corridor {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .rd-corridor figure {
    min-height: 350px;
  }

  .rd-corridor__copy {
    padding: 48px 20px;
  }

  .rd-handoffs > ol {
    grid-template-columns: 1fr 1fr;
  }

  .rd-handoffs > ol li:nth-child(odd) {
    border-left: 1px solid var(--rd-steel);
  }

  .rd-quote {
    width: 100%;
    margin: 54px 0 0;
    padding: 48px 20px;
  }

  .rd-form {
    grid-template-columns: 1fr;
  }

  .rd-form__wide {
    grid-column: auto;
  }

  .rd-footer {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .rd-footer nav {
    grid-column: auto;
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .rd-actions {
    align-items: stretch;
  }

  .rd-button,
  .rd-actions .rd-text-link {
    width: 100%;
  }

  .rd-actions .rd-text-link {
    padding: 9px 0;
  }

  .rd-handoffs > ol {
    grid-template-columns: 1fr;
  }

  .rd-handoffs > ol li {
    min-height: 120px;
    border-left: 1px solid var(--rd-steel);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Global Freight Control — approved sales-led implementation. */
body.ne-de-global-freight-control {
  margin: 0;
  background: #f4f3ef;
  color: #0c2235;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.ne-de-global-freight-control .site-header,
.ne-de-global-freight-control .site-footer,
.ne-de-global-freight-control .sidebar,
.ne-de-global-freight-control .comments-area {
  display: none;
}

.ne-de-global-freight-control .site-content,
.ne-de-global-freight-control .content-area,
.ne-de-global-freight-control .site-main,
.ne-de-global-freight-control .inside-article,
.ne-de-global-freight-control .entry-content,
.ne-de-global-freight-control .wp-block-group {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: #f4f3ef;
}

.gfc-site {
  --gfc-navy-950: #061a2e;
  --gfc-navy-900: #092641;
  --gfc-navy-800: #103956;
  --gfc-navy-700: #18516f;
  --gfc-steel-700: #435767;
  --gfc-steel-500: #71808b;
  --gfc-steel-300: #b7c0c6;
  --gfc-steel-200: #d5dadd;
  --gfc-steel-100: #e9edef;
  --gfc-paper: #f4f3ef;
  --gfc-white: #fff;
  --gfc-amber: #f0ad28;
  --gfc-amber-dark: #cf8910;
  --gfc-width: min(1320px, calc(100% - 64px));
  color: var(--gfc-navy-950);
  font-size: 16px;
  line-height: 1.55;
}

.gfc-site *,
.gfc-site *::before,
.gfc-site *::after { box-sizing: border-box; }
.gfc-site img { display: block; max-width: 100%; width: 100%; }
.gfc-site a { color: inherit; text-underline-offset: 4px; }

.gfc-skip {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  transform: translateY(-150%);
  background: var(--gfc-white);
  color: var(--gfc-navy-950);
  font-weight: 900;
}
.gfc-skip:focus { transform: translateY(0); }

.gfc-utility {
  min-height: 34px;
  padding: 0 calc((100% - min(1320px, calc(100% - 64px))) / 2);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  background: var(--gfc-navy-950);
  color: var(--gfc-steel-100);
  font-size: 12px;
}
.gfc-utility span { margin-right: auto; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gfc-utility a { font-weight: 800; text-decoration: none; }
.gfc-utility a:hover,
.gfc-utility a:focus-visible { color: var(--gfc-amber); }

.gfc-header {
  position: relative;
  z-index: 50;
  min-height: 88px;
  width: var(--gfc-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--gfc-steel-200);
  background: var(--gfc-paper);
}
.gfc-brand { width: 170px; display: grid; place-items: center start; }
.gfc-logo-img { width: 158px; height: 62px; object-fit: contain; }
.gfc-nav { display: flex; justify-content: flex-end; align-items: center; gap: clamp(10px, 1.2vw, 18px); }
.gfc-nav a,
.gfc-nav summary,
.gfc-mobile-nav summary,
.gfc-mobile-nav a {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
  text-decoration: none;
  cursor: pointer;
}
.gfc-nav summary::-webkit-details-marker,
.gfc-mobile-nav summary::-webkit-details-marker { display: none; }
.gfc-nav a:hover,
.gfc-nav summary:hover,
.gfc-nav a:focus-visible,
.gfc-nav summary:focus-visible,
.gfc-mobile-nav a:focus-visible,
.gfc-mobile-nav summary:focus-visible {
  outline: 3px solid var(--gfc-amber);
  outline-offset: 4px;
  color: var(--gfc-navy-700);
  text-decoration: underline;
}
.gfc-nav-quote,
.gfc-panel-cta,
.gfc-button {
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gfc-amber);
  border: 1px solid var(--gfc-amber-dark);
  color: var(--gfc-navy-950);
  font-weight: 900;
  text-decoration: none;
}
.gfc-nav-quote:hover,
.gfc-panel-cta:hover,
.gfc-button:hover { background: var(--gfc-amber-dark); color: var(--gfc-white); }
.gfc-button--secondary { background: transparent; border-color: var(--gfc-white); color: var(--gfc-white); }
.gfc-button--secondary:hover { background: var(--gfc-white); color: var(--gfc-navy-950); }

.gfc-mega { position: static; }
.gfc-mega-panel {
  position: absolute;
  z-index: 60;
  left: 0;
  right: 0;
  top: 88px;
  display: none;
  grid-template-columns: 1.2fr 1fr 1fr .9fr;
  gap: 28px;
  padding: 28px;
  border: 1px solid var(--gfc-steel-200);
  background: var(--gfc-steel-100);
  box-shadow: 0 18px 36px rgba(6, 26, 46, .14);
}
.gfc-mega[open] .gfc-mega-panel { display: grid; }
.gfc-mega--small .gfc-mega-panel { left: auto; width: 280px; grid-template-columns: 1fr; }
.gfc-mega-panel strong { display: block; margin-bottom: 8px; font-size: 21px; line-height: 1.1; }
.gfc-mega-panel p { margin: 0; color: var(--gfc-steel-700); font-size: 13px; }
.gfc-mega-panel ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.gfc-mega-panel li a { font-size: 13px; }
.gfc-mobile-nav { display: none; justify-self: end; }

.gfc-breadcrumb {
  width: var(--gfc-width);
  min-height: 42px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--gfc-steel-200);
  color: var(--gfc-steel-700);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.gfc-breadcrumb span::before { content: '/'; margin-right: 10px; color: var(--gfc-steel-300); }

.gfc-hero {
  width: var(--gfc-width);
  min-height: 690px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(520px, 1.06fr);
  border-bottom: 1px solid var(--gfc-steel-200);
}
.gfc-hero-copy {
  padding: clamp(58px, 7vw, 96px) clamp(28px, 5vw, 72px) clamp(54px, 6vw, 86px) 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gfc-kicker {
  margin: 0 0 18px;
  color: var(--gfc-navy-700);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.gfc-site h1,
.gfc-site h2,
.gfc-site h3,
.gfc-site p { overflow-wrap: break-word; }
.gfc-site h1 {
  max-width: 820px;
  margin: 0 0 30px;
  font-size: clamp(49px, 5.1vw, 78px);
  line-height: .98;
  font-weight: 700;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.gfc-site h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -.04em;
  text-wrap: balance;
}
.gfc-site h3 { margin: 0 0 12px; font-size: 22px; line-height: 1.15; }
.gfc-lead { max-width: 650px; margin: 0 0 32px; color: var(--gfc-steel-700); font-size: clamp(17px, 1.35vw, 20px); }
.gfc-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.gfc-hero-facts { margin: 48px 0 0; padding-top: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; border-top: 1px solid var(--gfc-steel-200); }
.gfc-hero-facts dt { color: var(--gfc-steel-500); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.gfc-hero-facts dd { margin: 4px 0 0; font-size: 12px; font-weight: 800; }
.gfc-hero-image { position: relative; min-height: 630px; margin: 30px 0; overflow: hidden; background: var(--gfc-navy-950); }
.gfc-hero-image::before { content: ''; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, rgba(6,26,46,.08), rgba(6,26,46,.72)); }
.gfc-hero-image img { position: absolute; inset: 0; height: 100%; object-fit: cover; filter: saturate(.68) contrast(1.06); }
.gfc-hero-image figcaption { position: absolute; z-index: 3; left: 20px; right: 20px; bottom: 20px; color: var(--gfc-white); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.gfc-proof {
  width: var(--gfc-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr repeat(5, 1fr);
  border-bottom: 1px solid var(--gfc-steel-200);
}
.gfc-proof > * { min-height: 86px; padding: 20px; border-right: 1px solid var(--gfc-steel-200); }
.gfc-proof > *:last-child { border-right: 0; }
.gfc-proof-intro { background: var(--gfc-navy-950); color: var(--gfc-white); font-size: 22px; font-weight: 800; line-height: 1.1; }
.gfc-proof b { display: block; margin-bottom: 4px; font-size: 12px; }
.gfc-proof span { color: var(--gfc-steel-700); font-size: 12px; }

.gfc-section,
.gfc-process,
.gfc-related,
.gfc-fact-panel,
.gfc-scenario-banner,
.gfc-lane-sequence {
  width: var(--gfc-width);
  margin: 0 auto;
  padding: 88px 0;
  border-bottom: 1px solid var(--gfc-steel-200);
}
.gfc-section header,
.gfc-process header,
.gfc-related header {
  display: grid;
  grid-template-columns: .42fr 1fr .72fr;
  gap: 30px;
  align-items: start;
  margin-bottom: 42px;
}
.gfc-section header > p:last-child { margin: 0; color: var(--gfc-steel-700); }
.gfc-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 4px solid var(--gfc-navy-950); border-left: 1px solid var(--gfc-steel-200); }
.gfc-card-grid article { min-height: 210px; padding: 22px; display: flex; flex-direction: column; border-right: 1px solid var(--gfc-steel-200); border-bottom: 1px solid var(--gfc-steel-200); background: rgba(255,255,255,.44); }
.gfc-card-grid p { color: var(--gfc-steel-700); font-size: 14px; }
.gfc-card-grid a { margin-top: auto; font-size: 13px; font-weight: 900; }

.gfc-quote-panel {
  width: var(--gfc-width);
  margin: 78px auto;
  padding: clamp(36px, 5vw, 68px);
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 44px;
  background: var(--gfc-navy-950);
  color: var(--gfc-white);
}
.gfc-quote-panel .gfc-kicker,
.gfc-quote-panel p { color: var(--gfc-steel-100); }
.gfc-quote-panel h2 { color: var(--gfc-white); }
.gfc-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.gfc-form label { display: grid; gap: 7px; color: var(--gfc-white); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.gfc-form input,
.gfc-form select,
.gfc-form textarea { width: 100%; min-height: 48px; padding: 0 12px; border: 1px solid var(--gfc-steel-300); border-radius: 0; background: var(--gfc-white); color: var(--gfc-navy-950); font: 700 14px/1.3 Arial, "Helvetica Neue", Helvetica, sans-serif; }
.gfc-form textarea { padding-top: 12px; resize: vertical; }
.gfc-full { grid-column: 1 / -1; }
.gfc-consent { grid-template-columns: 20px minmax(0, 1fr); align-items: start; letter-spacing: 0; text-transform: none; }
.gfc-consent input { width: 18px; min-height: 18px; margin-top: 2px; }
.gfc-consent span { color: var(--gfc-steel-100); font-size: 11px; line-height: 1.4; }
.gfc-form-note { margin: 0; color: var(--gfc-steel-100); font-size: 12px; }
.gfc-form button { min-height: 50px; justify-self: start; padding: 0 20px; border: 1px solid var(--gfc-white); background: var(--gfc-white); color: var(--gfc-navy-950); font-weight: 900; }
.gfc-form :focus-visible,
.gfc-button:focus-visible,
.gfc-panel-cta:focus-visible { outline: 3px solid var(--gfc-amber); outline-offset: 2px; }

.gfc-process ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); border-top: 4px solid var(--gfc-navy-950); list-style: none; }
.gfc-process li { min-height: 150px; padding: 22px; display: flex; flex-direction: column; border-right: 1px solid var(--gfc-steel-200); border-bottom: 1px solid var(--gfc-steel-200); }
.gfc-process li:first-child { border-left: 1px solid var(--gfc-steel-200); }
.gfc-process b { margin-bottom: auto; color: var(--gfc-steel-500); font-size: 12px; }
.gfc-process span { font-weight: 900; }
.gfc-related > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gfc-related a { min-height: 82px; padding: 18px; display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--gfc-steel-200); background: var(--gfc-white); font-weight: 900; text-decoration: none; }
.gfc-related a:hover { border-color: var(--gfc-navy-700); color: var(--gfc-navy-700); }

.gfc-fact-panel,
.gfc-scenario-banner { background: var(--gfc-white); padding-left: 28px; padding-right: 28px; }
.gfc-fact-panel dl { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.gfc-fact-panel dt { color: var(--gfc-steel-500); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.gfc-fact-panel dd { margin: 5px 0 0; }
.gfc-scenario-banner { border-left: 8px solid var(--gfc-amber); }
.gfc-scenario-banner strong { font-size: 28px; letter-spacing: -.03em; }
.gfc-lane-sequence { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; gap: 12px; align-items: center; font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.gfc-lane-sequence i { height: 3px; background: var(--gfc-amber); }

.gfc-footer {
  width: var(--gfc-width);
  margin: 0 auto;
  padding: 44px 0 70px;
  display: grid;
  grid-template-columns: 1.35fr repeat(3, 1fr);
  gap: 34px;
  border-top: 4px solid var(--gfc-navy-950);
}
.gfc-footer strong { display: block; margin-bottom: 12px; font-size: 26px; font-weight: 900; }
.gfc-footer p { color: var(--gfc-steel-700); font-size: 12px; }
.gfc-footer nav { display: grid; align-content: start; gap: 8px; }
.gfc-footer b { margin-bottom: 8px; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.gfc-footer a { color: var(--gfc-steel-700); font-size: 13px; text-decoration: none; }
.gfc-footer a:hover { color: var(--gfc-navy-700); text-decoration: underline; }

@media (max-width: 1100px) {
  .gfc-site { --gfc-width: calc(100% - 40px); }
  .gfc-header { grid-template-columns: 168px 1fr; }
  .gfc-nav { display: none; }
  .gfc-mobile-nav { display: block; }
  .gfc-mobile-nav > summary { min-height: 48px; padding: 0 18px; display: flex; align-items: center; border: 1px solid var(--gfc-steel-300); }
  .gfc-mobile-nav[open] nav { position: absolute; left: 0; right: 0; top: 88px; padding: 16px 20px 22px; display: grid; gap: 10px; background: var(--gfc-steel-100); border: 1px solid var(--gfc-steel-200); }
  .gfc-mobile-nav details { display: grid; gap: 8px; padding: 8px 0; }
  .gfc-mobile-nav details a { padding: 7px 0 7px 14px; }
  .gfc-hero { grid-template-columns: 1fr 43%; }
  .gfc-proof { grid-template-columns: 1fr 1fr 1fr; }
  .gfc-card-grid { grid-template-columns: 1fr 1fr; }
  .gfc-section header,
  .gfc-process header,
  .gfc-related header { grid-template-columns: .36fr 1fr; }
  .gfc-section header > p:last-child { grid-column: 2; }
  .gfc-process ol { grid-template-columns: repeat(3, 1fr); }
  .gfc-related > div { grid-template-columns: 1fr 1fr; }
  .gfc-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .gfc-site { --gfc-width: calc(100% - 28px); }
  .gfc-utility { padding: 0 14px; justify-content: flex-start; gap: 12px; overflow-x: auto; }
  .gfc-utility span { min-width: 210px; }
  .gfc-header { min-height: 76px; grid-template-columns: 140px 1fr; }
  .gfc-logo-img { width: 132px; height: 54px; }
  .gfc-mobile-nav[open] nav { top: 76px; }
  .gfc-breadcrumb { min-height: 38px; overflow-x: auto; white-space: nowrap; }
  .gfc-hero { width: 100%; min-height: 0; display: flex; flex-direction: column; }
  .gfc-hero-copy { padding: 54px 20px 42px; }
  .gfc-site h1 { font-size: 45px; }
  .gfc-hero-facts { grid-template-columns: 1fr; }
  .gfc-hero-image { min-height: 420px; margin: 0; }
  .gfc-proof { width: 100%; grid-template-columns: 1fr; }
  .gfc-proof > * { border-right: 0; border-bottom: 1px solid var(--gfc-steel-200); }
  .gfc-section,
  .gfc-process,
  .gfc-related,
  .gfc-fact-panel,
  .gfc-scenario-banner,
  .gfc-lane-sequence { padding: 64px 0; }
  .gfc-section header,
  .gfc-process header,
  .gfc-related header { grid-template-columns: 1fr; gap: 12px; }
  .gfc-section header > p:last-child { grid-column: auto; }
  .gfc-card-grid,
  .gfc-process ol,
  .gfc-related > div,
  .gfc-fact-panel dl,
  .gfc-quote-panel,
  .gfc-form,
  .gfc-footer { grid-template-columns: 1fr; }
  .gfc-full { grid-column: auto; }
  .gfc-quote-panel { width: 100%; margin: 54px 0; padding: 44px 20px; }
  .gfc-lane-sequence { width: 100%; padding-left: 20px; padding-right: 20px; grid-template-columns: 1fr; }
  .gfc-lane-sequence i { height: 18px; width: 3px; }
  .gfc-footer { padding-bottom: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  .gfc-site *,
  .gfc-site *::before,
  .gfc-site *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Global Freight Control visual review rework — corporate service-company rhythm. */
.gfc-site { --gfc-blue: #1f74a8; --gfc-signal: #2f8fc5; --gfc-signal-dark: #17608f; --gfc-white: #fff; --gfc-paper: #f4f6f8; }
.gfc-header { min-height: 106px; grid-template-columns: 230px 1fr auto; background: var(--gfc-white); }
.gfc-brand { width: 216px; }
.gfc-logo-img { width: 208px; height: 78px; }
.gfc-mega-panel { top: 106px; background: var(--gfc-white); box-shadow: 0 24px 42px rgba(6,26,46,.18); }
.gfc-nav-quote, .gfc-panel-cta, .gfc-button { background: var(--gfc-signal); border-color: var(--gfc-signal-dark); color: var(--gfc-white); }
.gfc-nav-quote:hover, .gfc-panel-cta:hover, .gfc-button:hover { background: var(--gfc-signal-dark); color: var(--gfc-white); }
.gfc-button--secondary { background: transparent; border-color: rgba(255,255,255,.75); color: var(--gfc-white); }
.gfc-hero { position: relative; width: 100%; min-height: 680px; overflow: hidden; display: grid; align-items: center; background: var(--gfc-navy-950); color: var(--gfc-white); border-bottom: 0; }
.gfc-hero-bg { position: absolute; inset: 0; margin: 0; }
.gfc-hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,26,46,.92) 0%, rgba(6,26,46,.78) 42%, rgba(6,26,46,.34) 100%); }
.gfc-hero-bg img { height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.07); }
.gfc-hero-copy { position: relative; z-index: 2; width: var(--gfc-width); margin: 0 auto; padding: 92px 0; }
.gfc-hero .gfc-kicker, .gfc-proof .gfc-kicker, .gfc-quote-panel .gfc-kicker { color: #b9def4; }
.gfc-lead { color: #d9e7f0; font-size: clamp(18px,1.45vw,22px); }
.gfc-hero-facts { max-width: 720px; border-top-color: rgba(255,255,255,.28); }
.gfc-hero-facts dt { color: #a9c8e0; }
.gfc-hero-facts dd { color: var(--gfc-white); }
.gfc-proof { width: 100%; min-height: 600px; grid-template-columns: .96fr 1.04fr; background: var(--gfc-navy-950); color: var(--gfc-white); border-bottom: 0; }
.gfc-proof figure { position: relative; min-height: 600px; margin: 0; overflow: hidden; }
.gfc-proof figure::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,26,46,.05), rgba(6,26,46,.58)); }
.gfc-proof figure img { height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.08); }
.gfc-proof-copy { padding: clamp(46px,5.4vw,84px); display: flex; flex-direction: column; justify-content: center; }
.gfc-proof h2 { color: var(--gfc-white); }
.gfc-proof-grid { margin-top: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.16); }
.gfc-proof-grid article { min-height: 126px; padding: 22px; background: rgba(9,38,65,.94); }
.gfc-proof-grid b { display: block; margin-bottom: 7px; font-size: 15px; }
.gfc-proof-grid span { color: #c8d7e2; font-size: 13px; }
.gfc-card-grid { border: 0; gap: 22px; }
.gfc-card-grid article { min-height: 360px; display: grid; grid-template-rows: 160px 1fr; padding: 0; background: var(--gfc-white); border: 1px solid var(--gfc-steel-200); box-shadow: 0 14px 30px rgba(6,26,46,.06); }
.gfc-card-grid figure { margin: 0; overflow: hidden; background: var(--gfc-navy-950); }
.gfc-card-grid figure img { height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.05); }
.gfc-card-grid article > div { padding: 22px; display: flex; flex-direction: column; }
.gfc-footer { width: 100%; padding: 58px calc((100% - min(1320px, calc(100% - 64px))) / 2) 72px; background: var(--gfc-navy-950); color: var(--gfc-white); border-top: 0; }
.gfc-footer p, .gfc-footer a { color: #c8d7e2; }
@media (max-width: 1100px) { .gfc-header { min-height: 94px; grid-template-columns: 205px 1fr; } .gfc-logo-img { width: 188px; height: 70px; } .gfc-mobile-nav[open] nav { top: 94px; background: var(--gfc-white); } .gfc-proof { grid-template-columns: 1fr; } .gfc-proof figure { min-height: 360px; } }
@media (max-width: 720px) { .gfc-header { min-height: 82px; grid-template-columns: 168px 1fr; } .gfc-brand { width: 158px; } .gfc-logo-img { width: 156px; height: 58px; } .gfc-mobile-nav[open] nav { top: 82px; } .gfc-hero { min-height: 650px; } .gfc-hero-bg::after { background: linear-gradient(180deg, rgba(6,26,46,.82), rgba(6,26,46,.82)); } .gfc-hero-copy { padding: 70px 0; } .gfc-proof-grid { grid-template-columns: 1fr; } .gfc-card-grid article { min-height: 0; grid-template-rows: 180px 1fr; } .gfc-footer { padding: 48px 20px; } }

/* Global Freight Control cosmetic cleanup — compact header/mobile nav and no repeated page-title kicker. */
.gfc-site {
  --gfc-width: min(1320px, calc(100% - clamp(28px, 5vw, 72px)));
  overflow-x: clip;
}
.gfc-utility {
  min-height: 30px;
  padding-left: max(14px, calc((100% - 1320px) / 2));
  padding-right: max(14px, calc((100% - 1320px) / 2));
  justify-content: flex-start;
}
.gfc-utility span { margin-right: 0; }
.gfc-header {
  width: var(--gfc-width);
  min-height: 92px;
  grid-template-columns: minmax(150px, 198px) minmax(0, 1fr);
  gap: clamp(12px, 1.8vw, 24px);
}
.gfc-brand { width: min(190px, 100%); }
.gfc-logo-img { width: min(184px, 100%); height: 66px; }
.gfc-nav {
  min-width: 0;
  gap: clamp(7px, .85vw, 14px);
}
.gfc-nav a,
.gfc-nav summary { white-space: nowrap; }
.gfc-nav summary::after,
.gfc-mobile-nav details > summary::after {
  content: '⌄';
  margin-left: 5px;
  font-size: .86em;
}
.gfc-mega-panel { top: 92px; }
.gfc-nav-quote,
.gfc-panel-cta,
.gfc-button { min-height: 44px; padding: 0 15px; }
.gfc-section header,
.gfc-process header,
.gfc-related header {
  grid-template-columns: minmax(280px, .92fr) minmax(260px, .72fr);
}
.gfc-section header > p:last-child { grid-column: auto; }

@media (max-width: 1180px) and (min-width: 981px) {
  .gfc-site { --gfc-width: calc(100% - 36px); }
  .gfc-header { grid-template-columns: 168px minmax(0, 1fr); gap: 14px; }
  .gfc-logo-img { width: 158px; height: 58px; }
  .gfc-nav { display: flex; gap: 8px; }
  .gfc-mobile-nav { display: none; }
  .gfc-nav a,
  .gfc-nav summary { font-size: 11px; letter-spacing: 0; }
  .gfc-nav-quote { min-height: 40px; padding: 0 10px; }
}

@media (max-width: 980px) {
  .gfc-site { --gfc-width: calc(100% - 32px); }
  .gfc-nav { display: none; }
  .gfc-header {
    min-height: 82px;
    grid-template-columns: minmax(132px, 176px) auto;
    background: var(--gfc-white);
  }
  .gfc-brand { width: 164px; }
  .gfc-logo-img { width: 156px; height: 58px; }
  .gfc-mobile-nav {
    display: block;
    justify-self: end;
  }
  .gfc-mobile-nav > summary {
    min-width: 98px;
    min-height: 46px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gfc-steel-300);
    background: var(--gfc-white);
    list-style: none;
  }
  .gfc-mobile-nav[open] > summary span { font-size: 0; }
  .gfc-mobile-nav[open] > summary span::before { content: 'Close'; font-size: 12px; }
  .gfc-mobile-nav[open] nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 82px;
    max-height: min(72vh, 640px);
    overflow: auto;
    padding: 12px;
    display: grid;
    gap: 6px;
    background: var(--gfc-white);
    border: 1px solid var(--gfc-steel-200);
    box-shadow: 0 20px 38px rgba(6,26,46,.18);
  }
  .gfc-mobile-nav nav > a,
  .gfc-mobile-nav nav > details > summary {
    min-height: 44px;
    padding: 11px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--gfc-steel-100);
    background: #f8fafb;
  }
  .gfc-mobile-nav details {
    display: grid;
    gap: 6px;
    padding: 0;
  }
  .gfc-mobile-nav details a {
    min-height: 40px;
    padding: 9px 12px 9px 26px;
    display: flex;
    align-items: center;
    color: var(--gfc-steel-700);
  }
  .gfc-mobile-nav .gfc-nav-quote {
    margin-top: 4px;
    min-height: 46px;
  }
  html.gfc-menu-lock,
  body.gfc-menu-lock {
    overflow: hidden;
  }
  .gfc-hero { min-height: 610px; }
  .gfc-section header,
  .gfc-process header,
  .gfc-related header { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .gfc-site { --gfc-width: calc(100% - 28px); }
  .gfc-utility { padding: 0 14px; overflow: hidden; }
  .gfc-utility span { min-width: 0; font-size: 10px; }
  .gfc-header { width: var(--gfc-width); grid-template-columns: minmax(122px, 1fr) auto; }
  .gfc-brand { width: 146px; }
  .gfc-logo-img { width: 142px; height: 52px; }
  .gfc-mobile-nav > summary { min-width: 88px; min-height: 44px; padding: 0 12px; }
  .gfc-mobile-nav[open] nav { top: 82px; }
  .gfc-hero-copy { width: var(--gfc-width); padding: 60px 0 48px; }
  .gfc-site h1 { font-size: clamp(38px, 11.5vw, 45px); }
  .gfc-card-grid article { grid-template-rows: 150px 1fr; }
}
