/*
Theme Name: Pride Worldwide Logistics - Photo Site
Theme URI: https://prdlax.com/
Author: Pride Logistics
Description: A custom WordPress theme for Pride Logistics LLC US operations with UK station coverage through W Wade Freight Ltd, real industry photography, RFQ protection, and unified contact routing.
Version: 1.4.5
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: pride-worldwide
*/

:root {
	--pride-ink: #132238;
	--pride-ink-soft: #27364d;
	--pride-night: #0b1220;
	--pride-red: #d5252f;
	--pride-red-dark: #a81723;
	--pride-gold: #f2b544;
	--pride-green: #2f8f6b;
	--pride-blue: #1f5f99;
	--pride-logo-blue: #252a86;
	--pride-logo-blue-dark: #151b64;
	--pride-mist: #f5f7fa;
	--pride-paper: #ffffff;
	--pride-line: #dce3ec;
	--pride-muted: #607089;
	--pride-shadow: 0 20px 50px rgba(14, 24, 40, 0.14);
	--pride-font: "Segoe UI", Roboto, Arial, sans-serif;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--pride-ink);
	background: var(--pride-paper);
	font-family: var(--pride-font);
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0;
}

body.admin-bar .site-header {
	top: 32px;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	color: var(--pride-red);
}

button,
input,
select,
textarea {
	font: inherit;
}

.container {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	position: fixed;
	z-index: 9999;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	color: var(--pride-paper);
	background: var(--pride-red);
}

.site-header {
	position: sticky;
	z-index: 1000;
	top: 0;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(220, 227, 236, 0.9);
	backdrop-filter: blur(14px);
}

.topbar {
	color: #ffffff;
	background: var(--pride-night);
	font-size: 0.84rem;
}

.topbar__inner,
.topbar__links,
.nav-shell,
.brand,
.menu,
.hero__actions,
.signal-band__grid,
.quote-callouts,
.footer-bottom {
	display: flex;
	align-items: center;
}

.topbar__inner {
	justify-content: space-between;
	min-height: 36px;
	gap: 16px;
}

.topbar__links {
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
	font-weight: 800;
	letter-spacing: 0.01em;
}

.topbar a {
	color: #ffffff;
}

.topbar__sep {
	color: rgba(255, 255, 255, 0.52);
	font-weight: 700;
}

.topbar a:hover,
.topbar a:focus {
	color: var(--pride-gold);
}

.nav-shell {
	position: relative;
	min-height: 82px;
	justify-content: space-between;
	gap: 20px;
}

.brand {
	gap: 12px;
	min-width: 180px;
	color: var(--pride-ink);
}

.custom-logo-link img {
	max-width: 180px;
	max-height: 45px;
	object-fit: contain;
}

.brand__logo {
	display: block;
	width: min(180px, 28vw);
	height: auto;
	max-height: 45px;
	object-fit: contain;
	object-position: left center;
}

.brand__mark {
	display: inline-grid;
	width: 44px;
	height: 44px;
	place-items: center;
	color: #ffffff;
	background: var(--pride-red);
	border-radius: 6px;
	font-weight: 800;
	font-size: 1.35rem;
}

.brand__text strong,
.brand__text small {
	display: block;
}

.brand__text strong {
	font-size: 1.04rem;
	line-height: 1.1;
}

.brand__text small {
	color: var(--pride-muted);
	font-size: 0.78rem;
}

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 24px;
	font-weight: 700;
	font-size: 0.94rem;
}

.menu a {
	position: relative;
	color: var(--pride-ink-soft);
	transition: color 180ms ease, background-color 180ms ease;
}

.menu a:hover,
.menu a:focus {
	color: var(--pride-logo-blue);
}

.menu a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -9px;
	height: 3px;
	background: var(--pride-logo-blue);
	border-radius: 999px;
	opacity: 0;
	transform: scaleX(0.4);
	transform-origin: center;
	transition: opacity 180ms ease, transform 180ms ease;
}

.menu a:hover::after,
.menu a:focus::after {
	opacity: 1;
	transform: scaleX(1);
}

.nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 5px;
	background: #ffffff;
	border: 1px solid var(--pride-line);
	border-radius: 6px;
	cursor: pointer;
}

.nav-toggle__bar {
	width: 20px;
	height: 2px;
	background: var(--pride-ink);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: 6px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button:hover,
.button:focus {
	transform: translateY(-1px);
}

.button--small {
	min-height: 42px;
	padding: 10px 14px;
	font-size: 0.92rem;
}

.button--solid {
	color: #ffffff;
	background: var(--pride-red);
	border-color: var(--pride-red);
}

.button--solid:hover,
.button--solid:focus {
	color: #ffffff;
	background: var(--pride-logo-blue);
	border-color: var(--pride-logo-blue);
}

.button--ghost {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.13);
	border-color: rgba(255, 255, 255, 0.44);
}

.button--ghost:hover,
.button--ghost:focus {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.22);
}

.button--outline {
	color: var(--pride-red);
	background: transparent;
	border-color: var(--pride-red);
}

.button--outline:hover,
.button--outline:focus {
	color: #ffffff;
	background: var(--pride-red);
}

.hero {
	position: relative;
	min-height: clamp(500px, 58vh, 620px);
	overflow: hidden;
	color: #ffffff;
	background: var(--pride-night);
}

.hero__media,
.hero__shade {
	position: absolute;
	inset: 0;
}

.hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.68;
}

.hero__shade {
	background:
		linear-gradient(90deg, rgba(8, 16, 31, 0.95), rgba(8, 16, 31, 0.66) 48%, rgba(8, 16, 31, 0.28)),
		linear-gradient(0deg, rgba(8, 16, 31, 0.9), rgba(8, 16, 31, 0) 38%);
}

.hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(280px, 0.62fr);
	gap: 46px;
	align-items: end;
	padding: 72px 0 56px;
}

.eyebrow {
	margin: 0 0 12px;
	color: var(--pride-red);
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1.25;
	text-transform: uppercase;
	letter-spacing: 0;
}

.hero .eyebrow,
.section--dark .eyebrow,
.section--quote .eyebrow {
	color: var(--pride-gold);
}

.hero h1 {
	max-width: 760px;
	margin: 0;
	font-size: 3.65rem;
	line-height: 0.98;
	letter-spacing: 0;
}

.hero__lead {
	max-width: 680px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.1rem;
}

.hero__actions {
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.hero__panel {
	display: grid;
	gap: 10px;
	padding: 14px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	backdrop-filter: blur(12px);
}

.hero__panel div {
	padding: 12px 14px;
	background: rgba(8, 16, 31, 0.45);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 6px;
}

.hero__panel strong,
.hero__panel span {
	display: block;
}

.hero__panel strong {
	font-size: 1.75rem;
	line-height: 1;
}

.hero__panel span {
	margin-top: 6px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.92rem;
}

.signal-band {
	background: var(--pride-paper);
	border-bottom: 1px solid var(--pride-line);
}

.signal-band__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
}

.signal-band__grid div {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 82px;
	padding: 16px 22px;
	border-left: 1px solid var(--pride-line);
	font-weight: 800;
	font-size: 0.92rem;
	transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.signal-band__grid div:hover {
	color: #ffffff;
	background: var(--pride-logo-blue);
	border-color: var(--pride-logo-blue);
}

.signal-band__grid div:last-child {
	border-right: 1px solid var(--pride-line);
}

.signal-band__grid div:last-child:hover {
	border-right-color: var(--pride-logo-blue);
}

.signal-band__dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--pride-green);
	flex: 0 0 auto;
	transition: background-color 180ms ease, box-shadow 180ms ease;
}

.signal-band__grid div:hover .signal-band__dot {
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.18);
}

.signal-band__text {
	display: grid;
	gap: 3px;
	line-height: 1.1;
}

.signal-band__text strong,
.signal-band__text small {
	display: block;
	font: inherit;
}

.signal-band__text small {
	color: var(--pride-ink);
	transition: color 180ms ease;
}

.signal-band__grid div:hover .signal-band__text small {
	color: #ffffff;
}

.section {
	padding: 96px 0;
}

.section--intro {
	padding-top: 82px;
}

.section--advantage {
	background:
		linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
	border-top: 1px solid var(--pride-line);
	border-bottom: 1px solid var(--pride-line);
}

.section--light {
	background: var(--pride-mist);
}

.section--dark {
	color: #ffffff;
	background: var(--pride-night);
}

.section--map {
	background: #ffffff;
}

.section--quote {
	color: #ffffff;
	background: var(--pride-ink);
}

.section--faq {
	background: #ffffff;
}

.section--industries {
	background:
		linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.split {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
	gap: 64px;
	align-items: start;
}

.split--center {
	align-items: center;
}

.section h2,
.page-hero h1 {
	margin: 0;
	font-size: 2.65rem;
	line-height: 1.08;
	letter-spacing: 0;
}

.section p,
.page-hero p {
	margin-top: 0;
}

.section-heading {
	max-width: 760px;
	margin-bottom: 38px;
}

.section-heading--wide {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
	column-gap: 52px;
	align-items: end;
	max-width: none;
}

.section-heading--wide .eyebrow {
	grid-column: 1 / -1;
}

.section-heading--wide h2 {
	max-width: 920px;
}

.section-heading--wide p:last-child {
	max-width: 520px;
	margin-bottom: 5px;
}

.section-heading p:last-child,
.split p:last-child {
	margin-bottom: 0;
}

.advantage-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.78fr);
	gap: 46px;
	align-items: stretch;
}

.advantage-copy {
	max-width: 780px;
}

.advantage-copy p:last-child {
	margin-bottom: 0;
}

.advantage-panel {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	padding: 24px;
	color: #ffffff;
	background:
		linear-gradient(135deg, rgba(11, 18, 32, 0.98), rgba(31, 95, 153, 0.88)),
		var(--pride-night);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	box-shadow: var(--pride-shadow);
}

.advantage-panel div {
	min-height: 152px;
	padding: 18px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 6px;
}

.advantage-panel strong,
.advantage-panel span {
	display: block;
}

.advantage-panel strong {
	margin-bottom: 8px;
	color: #ffffff;
	font-size: 1.05rem;
	line-height: 1.25;
}

.advantage-panel span {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.92rem;
	line-height: 1.45;
}

.comparison-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 24px;
}

.comparison-strip div {
	padding: 22px;
	background: #ffffff;
	border: 1px solid var(--pride-line);
	border-top: 4px solid var(--pride-red);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(19, 34, 56, 0.07);
}

.comparison-strip div:nth-child(2) {
	border-top-color: var(--pride-blue);
}

.comparison-strip div:nth-child(3) {
	border-top-color: var(--pride-gold);
}

.comparison-strip span,
.comparison-strip strong {
	display: block;
}

.comparison-strip span {
	margin-bottom: 8px;
	color: var(--pride-red);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.comparison-strip div:nth-child(2) span {
	color: var(--pride-blue);
}

.comparison-strip div:nth-child(3) span {
	color: #9c6509;
}

.comparison-strip strong {
	margin-bottom: 8px;
	color: var(--pride-ink);
	font-size: 1.08rem;
	line-height: 1.25;
}

.comparison-strip p {
	margin: 0;
	color: var(--pride-muted);
	font-size: 0.95rem;
	line-height: 1.5;
}

.service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.service-card,
.office-card,
.post-card {
	background: #ffffff;
	border: 1px solid var(--pride-line);
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(19, 34, 56, 0.06);
}

.service-card {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: 292px;
	padding: 0;
}

.service-card > :not(.service-card__visual),
.service-card__body {
	position: relative;
	z-index: 1;
}

.service-card__photo {
	position: relative;
	height: 118px;
	overflow: hidden;
	background-image:
		linear-gradient(135deg, rgba(8, 16, 31, 0.22), rgba(213, 37, 47, 0.16)),
		var(--service-photo);
	background-position: center;
	background-size: cover;
	border-bottom: 1px solid var(--pride-line);
}

.service-card__photo::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.52) 100%),
		linear-gradient(90deg, rgba(8, 16, 31, 0.18), rgba(255, 255, 255, 0));
	pointer-events: none;
}

.service-card__body {
	padding: 24px;
}

.service-card--has-photo .service-card__body {
	padding-top: 0;
}

.service-card__visual {
	position: absolute;
	right: -16px;
	bottom: 10px;
	z-index: 0;
	width: 152px;
	height: 110px;
	color: var(--pride-blue);
	opacity: 0.11;
	pointer-events: none;
}

.service-card__visual svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.service-card--has-photo {
	overflow: hidden;
	min-height: 360px;
	color: #ffffff;
	background: var(--pride-night);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-card--has-photo::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image:
		linear-gradient(180deg, rgba(8, 16, 31, 0.42), rgba(8, 16, 31, 0.88)),
		var(--service-photo);
	background-position: center;
	background-size: cover;
	opacity: 1;
	transform: scale(1);
	transition: opacity 190ms ease, transform 220ms ease, filter 190ms ease;
}

.service-card--has-photo .service-card__photo {
	display: none;
}

.service-card--has-photo .service-card__body {
	min-height: 360px;
	padding: 24px;
}

.service-card--has-photo h3,
.service-card--has-photo p {
	color: #ffffff;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.22);
}

.service-card--has-photo .service-card__meta {
	color: #ffffff;
}

.service-card--has-photo .service-card__icon {
	margin-top: 0;
}

.service-card--has-photo:hover,
.service-card--has-photo:focus-within {
	transform: translateY(-3px);
	border-color: rgba(37, 42, 134, 0.26);
	box-shadow: 0 22px 46px rgba(19, 34, 56, 0.12);
}

.service-card--has-photo:hover::before,
.service-card--has-photo:focus-within::before {
	opacity: 1;
	transform: scale(1.04);
	filter: saturate(1.12) contrast(1.04);
}

.service-card--has-photo .service-card__photo,
.service-card--has-photo .service-card__body,
.service-card--has-photo .service-card__visual {
	transition: opacity 180ms ease, transform 180ms ease;
}

.service-card--has-photo:hover .service-card__photo,
.service-card--has-photo:focus-within .service-card__photo,
.service-card--has-photo:hover .service-card__body,
.service-card--has-photo:focus-within .service-card__body,
.service-card--has-photo:hover .service-card__visual,
.service-card--has-photo:focus-within .service-card__visual {
	opacity: 0;
	transform: translateY(8px);
}

.service-card--has-photo .service-card__visual {
	opacity: 0.08;
}

.service-card--truck .service-card__visual,
.service-card--critical .service-card__visual,
.service-card--customs .service-card__visual {
	color: var(--pride-red);
}

.service-card--ocean .service-card__visual,
.service-card--global .service-card__visual,
.service-card--deferred .service-card__visual {
	color: var(--pride-blue);
}

.service-card--rail .service-card__visual,
.service-card--final .service-card__visual,
.service-card--docs .service-card__visual {
	color: var(--pride-green);
}

.service-card--white-glove .service-card__visual,
.service-card--insurance .service-card__visual {
	color: var(--pride-ink);
}

.service-card__icon {
	display: inline-grid;
	width: 42px;
	height: 42px;
	place-items: center;
	margin-bottom: 18px;
	color: #ffffff;
	background: var(--pride-ink);
	border-radius: 6px;
	font-size: 0.82rem;
	font-weight: 900;
}

.service-card h3,
.office-card h3,
.post-card h2 {
	margin: 0 0 8px;
	font-size: 1.25rem;
	line-height: 1.2;
}

.service-card__meta {
	color: var(--pride-red);
	font-weight: 800;
	font-size: 0.9rem;
}

.proof-list {
	display: grid;
	gap: 16px;
}

.proof-list div {
	padding: 22px 0 22px 24px;
	border-left: 4px solid var(--pride-gold);
}

.proof-list strong,
.proof-list span {
	display: block;
}

.proof-list strong {
	font-size: 1.18rem;
}

.proof-list span {
	color: rgba(255, 255, 255, 0.78);
}

.landstar-section {
	background: var(--pride-mist);
}

.landstar-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
	gap: 48px;
	align-items: center;
}

.landstar-card {
	padding: 28px;
	background: #ffffff;
	border: 1px solid var(--pride-line);
	border-radius: 8px;
	box-shadow: var(--pride-shadow);
}

.landstar-logo {
	width: min(100%, 360px);
	margin-bottom: 22px;
}

.landstar-card p {
	margin-bottom: 0;
	color: var(--pride-muted);
	font-weight: 700;
}

.landstar-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin-top: 28px;
}

.landstar-points div {
	padding: 18px;
	background: #ffffff;
	border: 1px solid var(--pride-line);
	border-radius: 8px;
}

.landstar-points strong,
.landstar-points span {
	display: block;
}

.landstar-points strong {
	margin-bottom: 6px;
	color: var(--pride-red);
}

.landstar-points span {
	color: var(--pride-muted);
	font-size: 0.94rem;
}

.industry-lede {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(340px, 0.58fr);
	gap: 48px;
	align-items: end;
	margin-bottom: 34px;
}

.industry-lede__copy {
	max-width: 760px;
}

.industry-lede__copy p:last-child {
	margin-bottom: 0;
}

.industry-lede__stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.industry-stat {
	min-height: 112px;
	padding: 18px;
	color: #ffffff;
	background: var(--pride-ink);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	box-shadow: 0 14px 30px rgba(19, 34, 56, 0.13);
}

.industry-stat strong,
.industry-stat span {
	display: block;
}

.industry-stat strong {
	font-size: 1.45rem;
	line-height: 1;
}

.industry-stat span {
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.9rem;
	line-height: 1.35;
}

.industry-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.industry-card {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: 180px;
	padding: 22px;
	background: #ffffff;
	border: 1px solid var(--pride-line);
	border-radius: 8px;
	box-shadow: 0 14px 32px rgba(19, 34, 56, 0.06);
	transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.industry-card--has-photo {
	min-height: 230px;
	color: #ffffff;
	background-image: var(--industry-photo);
	background-position: center;
	background-size: cover;
}

.industry-card--has-photo::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(90deg, rgba(8, 16, 31, 0.64), rgba(8, 16, 31, 0.18));
	transition: opacity 300ms ease;
}

.industry-card--has-photo::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(115deg, transparent 24%, rgba(255, 255, 255, 0.34) 47%, transparent 66%);
	opacity: 0;
	transform: translateX(-120%);
	transition: transform 520ms ease, opacity 360ms ease;
	pointer-events: none;
}

.industry-card > :not(.industry-card__visual) {
	position: relative;
	z-index: 1;
}

.industry-card__visual {
	position: absolute;
	right: -18px;
	bottom: -16px;
	z-index: 0;
	width: 164px;
	height: 122px;
	color: var(--pride-blue);
	opacity: 0.12;
	pointer-events: none;
}

.industry-card__visual svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.industry-card--has-photo .industry-card__visual {
	display: none;
}

.industry-card__mark {
	position: relative;
	z-index: 1;
	display: inline-grid;
	width: 42px;
	height: 42px;
	place-items: center;
	margin-bottom: 18px;
	color: #ffffff;
	background: var(--pride-red);
	border-radius: 6px;
	font-size: 0.82rem;
	font-weight: 900;
	transition: opacity 260ms ease, transform 260ms ease;
}

.industry-card h3,
.industry-card p {
	position: relative;
	z-index: 1;
	transition: opacity 260ms ease, transform 260ms ease;
}

.industry-card h3 {
	margin: 0 0 8px;
	font-size: 1.12rem;
	line-height: 1.25;
}

.industry-card p {
	margin: 0;
	color: var(--pride-muted);
	font-size: 0.94rem;
	line-height: 1.5;
}

.industry-card--has-photo h3,
.industry-card--has-photo p {
	color: #ffffff;
	text-shadow: 0 1px 10px rgba(8, 16, 31, 0.34);
}

.industry-card--has-photo p {
	color: rgba(255, 255, 255, 0.88);
}

@media (hover: hover) and (pointer: fine) {
	.industry-card--has-photo:hover,
	.industry-card--has-photo:focus-within {
		transform: translateY(-4px);
		border-color: rgba(29, 100, 168, 0.34);
		box-shadow: 0 24px 52px rgba(8, 16, 31, 0.18);
	}

	.industry-card--has-photo:hover::before,
	.industry-card--has-photo:focus-within::before {
		opacity: 0.08;
	}

	.industry-card--has-photo:hover::after,
	.industry-card--has-photo:focus-within::after {
		opacity: 1;
		transform: translateX(120%);
	}

	.industry-card--has-photo:hover .industry-card__mark,
	.industry-card--has-photo:hover h3,
	.industry-card--has-photo:hover p,
	.industry-card--has-photo:focus-within .industry-card__mark,
	.industry-card--has-photo:focus-within h3,
	.industry-card--has-photo:focus-within p {
		opacity: 0;
		transform: translateY(8px);
	}
}

.industry-card--data .industry-card__mark,
.industry-card--aerospace .industry-card__mark,
.industry-card--pharma .industry-card__mark {
	background: var(--pride-blue);
}

.industry-card--data .industry-card__visual,
.industry-card--aerospace .industry-card__visual,
.industry-card--pharma .industry-card__visual {
	color: var(--pride-blue);
}

.industry-card--manufacturing .industry-card__mark,
.industry-card--energy .industry-card__mark,
.industry-card--cold .industry-card__mark {
	background: var(--pride-green);
}

.industry-card--manufacturing .industry-card__visual,
.industry-card--energy .industry-card__visual,
.industry-card--cold .industry-card__visual {
	color: var(--pride-green);
}

.industry-card--auto .industry-card__mark,
.industry-card--events .industry-card__mark {
	background: var(--pride-gold);
	color: var(--pride-ink);
}

.industry-card--auto .industry-card__visual,
.industry-card--events .industry-card__visual {
	color: var(--pride-gold);
}

.industry-card--specialty .industry-card__mark {
	background: var(--pride-ink);
}

.industry-card--chip .industry-card__visual,
.industry-card--medical .industry-card__visual,
.industry-card--retail .industry-card__visual {
	color: var(--pride-red);
}

.industry-card--specialty .industry-card__visual {
	color: var(--pride-ink);
}

.map-wrap {
	display: grid;
	grid-template-columns: minmax(0, 0.75fr) minmax(360px, 1fr);
	gap: 56px;
	align-items: center;
}

.route-board {
	position: relative;
	min-height: 430px;
	overflow: hidden;
	background: #f8fbff;
	border: 1px solid var(--pride-line);
	border-radius: 8px;
}

.route-board--has-photo {
	background-image:
		linear-gradient(180deg, rgba(8, 16, 31, 0.02), rgba(8, 16, 31, 0.22)),
		var(--route-map-photo);
	background-position: center;
	background-size: cover;
	box-shadow: 0 18px 42px rgba(19, 34, 56, 0.13);
}

.route-board--has-photo .route-board__svg {
	display: none;
}

.route-board__legend {
	display: none;
}

.route-board--has-photo .route-board__legend {
	position: absolute;
	right: 18px;
	bottom: 18px;
	left: 18px;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.route-board__legend span {
	display: block;
	min-height: 64px;
	padding: 12px 14px;
	color: rgba(255, 255, 255, 0.9);
	background: rgba(8, 16, 31, 0.74);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 6px;
	box-shadow: 0 12px 28px rgba(8, 16, 31, 0.18);
	font-size: 0.88rem;
	line-height: 1.3;
}

.route-board__legend strong {
	display: block;
	margin-bottom: 3px;
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.route-board__svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.world-map path {
	fill: rgba(96, 112, 137, 0.18);
	stroke: rgba(96, 112, 137, 0.22);
	stroke-width: 1.4;
}

.world-route {
	fill: none;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-dasharray: 4 8;
	opacity: 0.85;
}

.world-route--red {
	stroke: var(--pride-red);
}

.world-route--blue {
	stroke: var(--pride-blue);
}

.world-route--green {
	stroke: var(--pride-green);
}

.world-route--gold {
	stroke: var(--pride-gold);
}

.world-route--dark {
	stroke: var(--pride-ink);
}

.world-route--gray {
	stroke: rgba(96, 112, 137, 0.28);
}

.map-pin {
	filter: url(#pinShadow);
}

.map-pin__shape {
	fill: var(--pride-red);
	stroke: #ffffff;
	stroke-width: 3;
}

.map-pin circle {
	fill: #ffffff;
	stroke: rgba(19, 34, 56, 0.16);
	stroke-width: 2;
}

.map-pin text {
	fill: var(--pride-ink);
	font-family: var(--pride-font);
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0;
	paint-order: stroke;
	stroke: rgba(248, 251, 255, 0.9);
	stroke-width: 5;
	stroke-linejoin: round;
}

.map-pin--hub .map-pin__shape {
	fill: var(--pride-red);
}

.map-pin--blue .map-pin__shape {
	fill: var(--pride-blue);
}

.map-pin--green .map-pin__shape {
	fill: var(--pride-green);
}

.map-pin--gold .map-pin__shape {
	fill: var(--pride-gold);
}

.map-pin--dark .map-pin__shape {
	fill: var(--pride-ink);
}

.route-land {
	fill: rgba(31, 95, 153, 0.08);
	stroke: rgba(31, 95, 153, 0.14);
	stroke-width: 1.2;
}

.route-waterline {
	fill: none;
	stroke: rgba(19, 34, 56, 0.12);
	stroke-width: 2;
	stroke-dasharray: 4 12;
}

.route-arc {
	fill: none;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-dasharray: 8 10;
	opacity: 0.82;
}

.route-arc--red {
	stroke: var(--pride-red);
}

.route-arc--blue {
	stroke: var(--pride-blue);
}

.route-arc--green {
	stroke: var(--pride-green);
}

.route-arc--gold {
	stroke: var(--pride-gold);
}

.route-arc--slate {
	stroke: var(--pride-ink);
}

.route-dot {
	fill: #ffffff;
	stroke: var(--pride-blue);
	stroke-width: 4;
}

.route-dot--us {
	stroke: var(--pride-red);
}

.route-label rect {
	fill: var(--pride-ink);
	filter: drop-shadow(0 14px 18px rgba(19, 34, 56, 0.18));
}

.route-label text {
	fill: #ffffff;
	font-family: var(--pride-font);
	font-size: 18px;
	font-weight: 900;
	text-anchor: middle;
	dominant-baseline: middle;
	letter-spacing: 0;
}

.route-label--us rect {
	fill: var(--pride-red);
}

.route-label--uk rect {
	fill: var(--pride-blue);
}

.route-label--mx rect {
	fill: var(--pride-green);
}

.route-label--eu rect {
	fill: var(--pride-gold);
}

.route-label--eu text {
	fill: var(--pride-ink);
}

.route {
	position: absolute;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 130px;
	min-height: 44px;
	padding: 10px 14px;
	color: #ffffff;
	background: var(--pride-ink);
	border-radius: 6px;
	font-weight: 900;
	text-align: center;
	box-shadow: var(--pride-shadow);
}

.route--us {
	left: 11%;
	top: 43%;
	background: var(--pride-red);
}

.route--ca {
	left: 14%;
	top: 19%;
	background: var(--pride-ink);
}

.route--uk {
	left: 55%;
	top: 30%;
	background: var(--pride-blue);
}

.route--mx {
	left: 18%;
	bottom: 22%;
	background: var(--pride-green);
}

.route--eu {
	right: 20%;
	top: 39%;
	background: var(--pride-gold);
	color: var(--pride-ink);
}

.route--global {
	right: 9%;
	bottom: 22%;
	background: var(--pride-ink);
}

.office-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.office-card {
	padding: 30px;
}

.office-card__label {
	margin: 0 0 8px;
	color: var(--pride-red);
	font-weight: 900;
	text-transform: uppercase;
	font-size: 0.78rem;
}

.office-card__contacts {
	display: grid;
	gap: 4px;
	margin: 18px 0;
}

.office-card__contacts a,
.office-card__subtle {
	color: var(--pride-ink-soft);
	font-weight: 800;
}

.office-card__subtle {
	margin-top: -6px;
	font-size: 0.92rem;
}

.process-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.55fr) minmax(0, 1fr);
	gap: 52px;
}

.process-list {
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: process;
}

.process-list li {
	position: relative;
	display: grid;
	grid-template-columns: 56px 1fr;
	gap: 16px;
	padding: 20px;
	background: #ffffff;
	border: 1px solid var(--pride-line);
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(19, 34, 56, 0.05);
}

.process-list li::before {
	counter-increment: process;
	content: counter(process);
	display: inline-grid;
	width: 48px;
	height: 48px;
	place-items: center;
	color: #ffffff;
	background: var(--pride-red);
	border-radius: 6px;
	font-weight: 900;
}

.process-list strong,
.process-list span {
	display: block;
}

.process-list span {
	grid-column: 2;
	color: var(--pride-muted);
}

.quote-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.58fr) minmax(0, 1fr);
	gap: 52px;
	align-items: start;
}

.quote-copy h2 {
	font-size: 2.9rem;
}

.quote-callouts {
	flex-direction: column;
	align-items: stretch;
	gap: 10px;
	margin-top: 28px;
}

.quote-callouts a {
	padding: 14px 16px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 6px;
	font-weight: 800;
}

.quote-form-wrap {
	color: var(--pride-ink);
	background: #ffffff;
	border-radius: 8px;
	box-shadow: var(--pride-shadow);
}

.quote-form {
	padding: 28px;
}

.field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.quote-form label {
	display: grid;
	gap: 7px;
}

.anti-spam-field {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.quote-form span {
	color: var(--pride-ink-soft);
	font-size: 0.88rem;
	font-weight: 800;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
	width: 100%;
	min-height: 48px;
	padding: 11px 12px;
	color: var(--pride-ink);
	background: #ffffff;
	border: 1px solid #cbd5e1;
	border-radius: 6px;
}

.quote-form textarea {
	resize: vertical;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
	outline: 3px solid rgba(31, 95, 153, 0.22);
	border-color: var(--pride-blue);
}

.field-wide {
	grid-column: 1 / -1;
}

.captcha-field {
	grid-column: 1 / -1;
	max-width: 280px;
}

.quote-form__submit {
	width: 100%;
	margin-top: 18px;
}

.notice {
	margin: 0;
	padding: 15px 18px;
	border-radius: 8px 8px 0 0;
	font-weight: 800;
}

.notice--success {
	color: #103f2f;
	background: #d9f3e8;
}

.notice--error {
	color: #6f1018;
	background: #ffe2e5;
}

.faq-list {
	display: grid;
	gap: 12px;
}

.faq-list details {
	background: var(--pride-mist);
	border: 1px solid var(--pride-line);
	border-radius: 8px;
}

.faq-list summary {
	cursor: pointer;
	padding: 18px 20px;
	font-weight: 900;
}

.faq-list p {
	padding: 0 20px 20px;
	margin: 0;
	color: var(--pride-muted);
}

.page-hero {
	padding: 92px 0;
	color: #ffffff;
	background: var(--pride-ink);
}

.page-hero--updates {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(8, 16, 31, 0.95), rgba(8, 16, 31, 0.78)),
		var(--updates-hero-image);
	background-position: center;
	background-size: cover;
}

.page-hero--track {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(8, 16, 31, 0.96), rgba(19, 34, 56, 0.72)),
		var(--track-hero-image);
	background-position: center;
	background-size: cover;
}

.page-hero--updates p:not(.eyebrow) {
	max-width: 720px;
	margin-top: 18px;
	color: rgba(255, 255, 255, 0.86);
}

.page-hero--track p:not(.eyebrow) {
	max-width: 760px;
	margin-top: 18px;
	color: rgba(255, 255, 255, 0.86);
}

.content-wrap {
	max-width: 840px;
}

.content-wrap a,
.text-link {
	color: var(--pride-red);
	font-weight: 800;
}

.post-hero-image {
	width: 100%;
	margin-bottom: 28px;
	border-radius: 8px;
}

.post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.post-card {
	padding: 20px;
}

.post-card__image {
	display: block;
	margin: -20px -20px 18px;
}

.post-card__image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 8px 8px 0 0;
}

.post-card__date {
	margin: 0 0 8px;
	color: var(--pride-muted);
	font-size: 0.86rem;
	font-weight: 800;
}

.section--updates {
	background: var(--pride-mist);
}

.section--track {
	background:
		linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
}

.track-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.48fr);
	gap: 28px;
	align-items: start;
}

.track-form-panel .section-heading {
	margin-bottom: 24px;
}

.tracking-form-wrap {
	overflow: hidden;
}

.tracking-form .field-grid {
	grid-template-columns: minmax(180px, 0.52fr) minmax(0, 1fr);
}

.tracking-form input[name="reference"] {
	font-size: 1.02rem;
	font-weight: 800;
}

.track-board {
	position: sticky;
	top: 126px;
	display: grid;
	gap: 14px;
	width: 100%;
	max-width: 100%;
	padding: 22px;
	color: #ffffff;
	background:
		linear-gradient(145deg, rgba(11, 18, 32, 0.98), rgba(19, 34, 56, 0.94)),
		repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 34px);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 8px;
	box-shadow: var(--pride-shadow);
	overflow: hidden;
}

.track-board__header h2 {
	margin: 0;
	color: #ffffff;
	font-size: 1.8rem;
	line-height: 1.05;
}

.track-status-card {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding: 18px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	overflow-wrap: anywhere;
}

.track-status-card--live {
	background:
		linear-gradient(135deg, rgba(37, 42, 134, 0.72), rgba(213, 37, 47, 0.28)),
		rgba(255, 255, 255, 0.08);
}

.track-status-card span,
.source-card p {
	display: block;
	margin: 0 0 8px;
	color: var(--pride-gold);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.track-status-card strong {
	display: block;
	margin-bottom: 8px;
	color: #ffffff;
	font-size: 1.1rem;
	line-height: 1.25;
}

.track-status-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
}

.track-status-card a {
	color: #ffffff;
	font-weight: 900;
}

.source-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.source-card {
	display: flex;
	flex-direction: column;
	min-height: 260px;
	padding: 22px;
	background: #ffffff;
	border: 1px solid var(--pride-line);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(19, 34, 56, 0.07);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.source-card:hover,
.source-card:focus-within {
	transform: translateY(-3px);
	border-color: rgba(37, 42, 134, 0.26);
	box-shadow: 0 22px 46px rgba(19, 34, 56, 0.12);
}

.source-card h3 {
	margin: 0 0 10px;
	font-size: 1.22rem;
	line-height: 1.2;
}

.source-card span {
	color: var(--pride-muted);
	line-height: 1.5;
}

.source-card .text-link {
	margin-top: auto;
}

.updates-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.58fr);
	gap: 34px;
	align-items: stretch;
}

.updates-intro,
.updates-feature,
.updates-card {
	border-radius: 8px;
}

.updates-intro {
	padding: 32px;
	background: #ffffff;
	border: 1px solid var(--pride-line);
	box-shadow: 0 16px 38px rgba(19, 34, 56, 0.07);
}

.updates-intro h2 {
	font-size: 2rem;
}

.updates-intro .button {
	margin-top: 12px;
}

.updates-feature {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 320px;
	padding: 28px;
	color: #ffffff;
	background:
		linear-gradient(145deg, rgba(213, 37, 47, 0.92), rgba(19, 34, 56, 0.94)),
		var(--pride-ink);
	box-shadow: var(--pride-shadow);
}

.updates-feature h2 {
	margin: 0 0 12px;
	font-size: 1.85rem;
	line-height: 1.1;
}

.updates-feature p {
	color: rgba(255, 255, 255, 0.86);
}

.updates-feature .text-link {
	color: #ffffff;
}

.updates-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.updates-card {
	display: flex;
	flex-direction: column;
	min-height: 300px;
	padding: 24px;
	background: #ffffff;
	border: 1px solid var(--pride-line);
	box-shadow: 0 12px 30px rgba(19, 34, 56, 0.06);
}

.updates-card h3 {
	margin: 0 0 10px;
	font-size: 1.24rem;
	line-height: 1.22;
}

.updates-card p {
	color: var(--pride-muted);
}

.updates-card .text-link {
	margin-top: auto;
}

.updates-card__date {
	margin: 0 0 10px;
	color: var(--pride-red);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.pagination-wrap {
	grid-column: 1 / -1;
}

.site-footer {
	color: var(--pride-ink-soft);
	background: #f6f8fb;
	border-top: 1px solid var(--pride-line);
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.25fr 0.92fr 0.9fr 0.78fr;
	gap: 40px;
	padding: 38px 0 30px;
}

.brand--footer {
	color: var(--pride-ink);
}

.brand--footer .brand__text small,
.footer-note {
	color: var(--pride-muted);
}

.footer-logo-link {
	display: inline-flex;
	width: min(100%, 220px);
	margin-bottom: 16px;
}

.footer-logo {
	width: 100%;
	height: auto;
	max-height: 54px;
	object-fit: contain;
	object-position: left center;
}

.footer-brand__line {
	color: var(--pride-ink);
	font-weight: 900;
	margin-bottom: 8px;
}

.footer-grid h2 {
	margin: 0 0 10px;
	color: var(--pride-red);
	font-size: 0.92rem;
	line-height: 1.25;
	text-transform: uppercase;
}

.footer-grid p {
	margin: 0 0 10px;
}

.footer-grid a {
	display: block;
	color: var(--pride-ink);
	font-weight: 800;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.footer-grid a:hover,
.footer-grid a:focus {
	color: var(--pride-red);
}

.footer-links {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-bottom {
	justify-content: space-between;
	gap: 16px;
	padding: 16px 0 22px;
	border-top: 1px solid var(--pride-line);
	font-size: 0.9rem;
	color: var(--pride-muted);
}

.footer-bottom p {
	margin: 0;
}

@media (max-width: 1080px) {
	.service-grid,
	.industry-grid,
	.post-grid,
	.updates-grid,
	.source-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.industry-lede {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.updates-layout,
	.track-layout {
		grid-template-columns: 1fr;
	}

	.track-board {
		position: relative;
		top: auto;
	}

	.footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	body.admin-bar .site-header {
		top: 46px;
	}

	.topbar__inner {
		align-items: flex-start;
		flex-direction: column;
		padding: 8px 0;
	}

	.topbar__links {
		justify-content: flex-start;
	}

	.nav-toggle {
		display: inline-flex;
	}

	.primary-nav {
		position: absolute;
		top: calc(100% - 6px);
		left: 20px;
		right: 20px;
		max-height: 0;
		overflow: hidden;
		background: #ffffff;
		border: 1px solid transparent;
		border-radius: 8px;
		box-shadow: none;
		transition: max-height 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
	}

	.site-header.is-nav-open .primary-nav {
		max-height: 360px;
		border-color: var(--pride-line);
		box-shadow: var(--pride-shadow);
	}

	.menu {
		align-items: stretch;
		flex-direction: column;
		gap: 0;
		padding: 10px;
	}

	.menu a {
		display: block;
		padding: 12px;
		border-radius: 6px;
	}

	.menu a:hover,
	.menu a:focus {
		color: var(--pride-logo-blue);
		background: rgba(37, 42, 134, 0.08);
	}

	.menu a::after {
		display: none;
	}

	.nav-cta {
		display: none;
	}

	.hero__inner,
	.advantage-layout,
	.split,
	.landstar-layout,
	.map-wrap,
	.comparison-strip,
	.process-grid,
	.quote-layout {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.hero__inner {
		padding: 62px 0 46px;
	}

	.hero h1 {
		font-size: 2.9rem;
	}

	.section-heading--wide {
		grid-template-columns: 1fr;
		row-gap: 14px;
	}

	.section-heading--wide p:last-child {
		max-width: 760px;
		margin-bottom: 0;
	}

	.signal-band__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.landstar-points {
		grid-template-columns: 1fr;
	}

	.map-wrap {
		align-items: stretch;
	}
}

@media (max-width: 680px) {
	.container {
		width: min(100% - 28px, 1180px);
	}

	.topbar {
		display: none;
	}

	body.admin-bar .site-header {
		top: 46px;
	}

	.nav-shell {
		min-height: 72px;
	}

	.brand {
		min-width: 0;
	}

	.brand__logo {
		width: min(155px, 46vw);
		max-height: 39px;
	}

	.brand__text strong {
		font-size: 0.98rem;
	}

	.hero {
		min-height: auto;
	}

	.hero__inner {
		padding: 58px 0 42px;
	}

	.hero h1 {
		font-size: 2.28rem;
	}

	.hero__lead {
		font-size: 1.05rem;
	}

	.hero__actions .button {
		width: 100%;
	}

	.hero__panel {
		padding: 12px;
	}

	.signal-band__grid,
	.advantage-panel,
	.service-grid,
	.industry-grid,
	.office-grid,
	.field-grid,
	.post-grid,
	.updates-grid,
	.source-grid,
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.industry-lede__stats {
		grid-template-columns: 1fr;
	}

	.industry-card {
		min-height: auto;
	}

	.industry-card__visual {
		right: -16px;
		bottom: -12px;
		width: 136px;
		height: 104px;
		opacity: 0.1;
	}

	.signal-band__grid div,
	.signal-band__grid div:last-child {
		border-right: 1px solid var(--pride-line);
	}

	.section {
		padding: 68px 0;
	}

	.section h2,
	.page-hero h1,
	.quote-copy h2 {
		font-size: 2rem;
	}

	.office-card,
	.updates-intro,
	.updates-feature,
	.updates-card,
	.quote-form {
		padding: 22px;
	}

	.service-card__body {
		padding: 22px;
	}

	.service-card--has-photo .service-card__body {
		min-height: 340px;
		padding: 22px;
	}

	.service-card__photo {
		height: 104px;
	}

	.updates-card {
		min-height: auto;
	}

	.service-card__visual {
		right: -12px;
		bottom: 8px;
		width: 128px;
		height: 94px;
		opacity: 0.09;
	}

	.route-board {
		min-height: 360px;
	}

	.route-board--has-photo .route-board__legend {
		grid-template-columns: 1fr;
	}

	.route-board__legend span {
		min-height: auto;
	}

	.route {
		min-width: 108px;
		font-size: 0.8rem;
	}

	.route--us {
		left: 6%;
		top: 42%;
	}

	.route--ca {
		left: 8%;
		top: 16%;
	}

	.route--uk {
		left: auto;
		right: 6%;
		top: 20%;
	}

	.route--eu {
		right: 6%;
		top: 42%;
	}

	.route--global {
		right: 6%;
		bottom: 14%;
	}

	.route--mx {
		left: 8%;
		bottom: 18%;
	}

	.process-list li {
		grid-template-columns: 48px 1fr;
		padding: 16px;
	}

	.process-list li::before {
		width: 44px;
		height: 44px;
	}

	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}
