:root {
  --background: #f7f6f3;
  --foreground: #26292d;
  --card: #fff;
  --card-foreground: #26292d;
  --primary: #b41922;
  --primary-foreground: #fff;
  --secondary: #edeae4;
  --secondary-foreground: #26292d;
  --muted: #edeae4;
  --muted-foreground: #65625d;
  --accent: #b41922;
  --accent-foreground: #fff;
  --destructive: #b41922;
  --border: #d9d5ce;
  --input: #d9d5ce;
  --ring: #b41922;
  --radius: 0.3rem;
  --charcoal: #383d42;
  /* --charcoal-deep: #2d3136; */
}
:root {
  --nav-height: 82px;
}

html {
  scroll-padding-top: var(--nav-height);
}

main {
  padding-top: var(--nav-height);
}

#home,
#services,
#Standards,
#why-us,
#Solutions,
#quote {
  min-height: calc(100vh - var(--nav-height));
  min-height: calc(100svh - var(--nav-height));
  scroll-margin-top: var(--nav-height);
  display: flex;
  align-items: center;
}

/* #contact {
  min-height: calc(100vh - var(--nav-height));
  min-height: calc(100svh - var(--nav-height));
  scroll-margin-top: var(--nav-height);
  display: flex;
  flex-direction: column;
  justify-content: center;
} */

@media (max-width: 800px) {
  :root {
    --nav-height: 72px;
  }

  #home,
  #services,
  #Standards,
  #why-us,
  #Solutions,
  #quote,
  #contact {
    height: auto;
  }
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: black;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
.section-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}
.section {
  padding: 112px 0;
}
.eyebrow {
  margin: 0 0 18px;
  color: #a5161e;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.eyebrow.light {
  color: #f06a70;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  letter-spacing: -0.035em;
}
h2 {
  margin-bottom: 24px;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  line-height: 0.98;
}
.lead {
  font-size: 1.22rem;
  line-height: 1.7;
}
.muted {
  color: #68645f;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid #b41922;
  border-radius: 3px;
  background: #b41922;
  color: #fff;
  font-weight: 800;
  transition: 0.2s ease;
}
.button:hover {
  background: #8f1118;
  border-color: #8f1118;
  transform: translateY(-1px);
}
.button-small {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 0.9rem;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
}
.light-link {
  color: #fff;
}
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: flex;
  align-items: center;
  min-height: 82px;
  padding: 10px 3.5vw;
  border-bottom: 1px solid #ffffff24;
  background: White;
  color: #fff;
  backdrop-filter: blur(15px);
}
.nav-logo-link {
  display: block;
  flex: 0 0 205px;
  width: 205px;
  height: 58px;
  overflow: hidden;
  border-radius: 3px;
  /* background: #fff; */
}
.nav-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.brand-mark {
  color: #df2933;
  font-size: 1.2rem;
  font-weight: 950;
  letter-spacing: -0.05em;
}
.brand-sub {
  margin-left: 50px;
  color: currentColor;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.nav-links {
  display: flex;
  gap: 32px;
  margin: auto;
}
.nav-links a {
  position: relative;
  padding: 12px 25px;
  color: black;
  font-size: 0.9rem;
  font-weight: 700;
}
.nav-links a:after {
  content: "";
  position: absolute;
  inset: auto 0 5px;
  height: 2px;
  background: #d9232e;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.2s;
}
.nav-links a:hover:after {
  transform: scaleX(1);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}
.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 700;
}
.menu-button {
  display: none;
  border: 0;
  background: none;
  color: #fff;
}
.hero {
  position: relative;
  min-height: 790px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--charcoal-deep);
  color: #fff;
}
.hero-image {
  position: absolute;
  inset: 0;
  background: url("../images/main-truck-smaller.jpg") center/cover no-repeat;
  filter: saturate(0.78) contrast(1.05);
}
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #252a2ee8 0%, #252a2eb8 10%, #252a2e1f 58%),
    linear-gradient(0deg, #252a2e73, transparent 50%);
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 130px 0 160px;
}
.hero h1 {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(3.8rem, 8vw, 7.1rem);
  line-height: 0.86;
  text-transform: uppercase;
}
.hero h1 em {
  display: block;
  color: #dd2630;
  font-style: normal;
}
.hero-copy {
  max-width: 570px;
  margin-bottom: 36px;
  color: #dedede;
  font-size: 1.25rem;
  line-height: 1.6;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}
.hero-proof {
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-left: max(24px, calc((100vw - 1180px) / 2));
  background: #30353ae8;
  backdrop-filter: blur(10px);
}
.hero-proof div {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 105px;
  padding: 20px 28px;
  border-left: 1px solid #ffffff18;
}
.hero-proof strong {
  color: #ec3540;
  font-size: 1.9rem;
}
.hero-proof span {
  max-width: 90px;
  color: #c7c7c7;
  font-size: 0.76rem;
  line-height: 1.4;
  text-transform: uppercase;
}
.split-heading {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 54px;
}
.split-heading h2 {
  max-width: 710px;
  margin-bottom: 0;
}
.split-heading > p {
  margin-bottom: 4px;
  color: #68645f;
  font-size: 1.05rem;
  line-height: 1.75;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--border);
  background: #fff;
}
.service-card {
  position: relative;
  min-height: 350px;
  padding: 34px 28px;
  border-right: 1px solid var(--border);
  transition: 0.25s;
}
.service-card:last-child {
  border: 0;
}
.service-card:hover {
  z-index: 1;
  background: var(--charcoal);
  color: #fff;
  transform: translateY(-6px);
  box-shadow: 0 18px 40px #0002;
}
.service-number {
  position: absolute;
  top: 22px;
  right: 22px;
  color: #aaa6a0;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}
.service-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 26px 0 44px;
  border: 1px solid #b4192238;
  border-radius: 8px;
  background: #b419220d;
  color: #c51f28;
  font-size: 1.45rem;
  place-items: center;
}
.service-card h3 {
  margin-bottom: 18px;
  font-size: 1.6rem;
}
.service-card p {
  min-height: 96px;
  color: #68645f;
  font-size: 0.94rem;
  line-height: 1.65;
}
.service-card:hover p {
  color: #bfbfbf;
}
.service-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #b41922;
  font-size: 0.83rem;
  font-weight: 800;
}
.dark-section {
  background: var(--charcoal);
  color: #fff;
}
.why-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 90px;
  align-items: center;
}
.why-image-wrap {
  position: relative;
  min-height: 610px;
}
.cover-image {
  object-fit: cover;
}
.image-tag {
  position: absolute;
  right: -35px;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 24px;
  background: #b41922;
  box-shadow: 0 15px 40px #0005;
}
.image-tag span {
  display: flex;
  flex-direction: column;
  color: #f4b9bc;
  font-size: 0.73rem;
}
.image-tag strong {
  margin-bottom: 4px;
  color: #fff;
  font-size: 0.95rem;
}
.why-content h2 {
  max-width: 520px;
}
.why-content .lead {
  color: #b9b9b9;
}
.check-list {
  display: grid;
  gap: 16px;
  margin: 34px 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #dedede;
}
.check-list svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  padding: 4px;
  border-radius: 50%;
  background: #b41922;
  color: #fff;
}
.industries-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(48px, 6vw, 90px);
  align-items: center;
}
.industry-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 16px;
}
.industry-card {
  display: flex;
  min-height: 132px;
  padding: 24px 20px;
  border: 1px solid #c9c5be;
  border-top: 4px solid #b41922;
  background: #fff;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  box-shadow: 0 10px 30px #1717170c;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}
.industry-card:hover {
  border-color: #b41922;
  transform: translateY(-4px);
  box-shadow: 0 16px 36px #1717171a;
}
.industry-card i {
  color: #b41922;
  font-size: 1.55rem;
}
.industry-card p {
  margin: 0;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.35;
}
.about-section {
  padding-top: 0;
}
.about-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  min-height: 650px;
  background: #fff;
  box-shadow: 0 22px 70px #1b1b1b12;
}
.about-copy {
  padding: 80px 68px;
}
.about-copy > p:not(.eyebrow) {
  color: #615e59;
  line-height: 1.8;
}
.about-image {
  position: relative;
  min-height: 520px;
}
.about-values {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}
.about-values span {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
}
.about-values svg {
  color: #b41922;
}
.quote-section {
  background: #a81720;
  color: #fff;
}
.quote-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  align-items: start;
}
.quote-intro h2 {
  max-width: 480px;
}
.quote-intro > p:not(.eyebrow) {
  color: #f4c5c7;
  font-size: 1.05rem;
  line-height: 1.7;
}
.quote-section .eyebrow {
  color: #ffd0d2;
}
.contact-stack {
  display: grid;
  gap: 18px;
  margin-top: 40px;
}
.contact-stack a {
  color: white;
}
.contact-stack a,
.contact-stack > div {
  display: flex;
  align-items: center;
  gap: 16px;
}
.contact-stack svg {
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid #ffffff55;
}
.contact-stack span {
  display: flex;
  flex-direction: column;
  font-weight: 800;
}
.contact-stack small {
  margin-bottom: 4px;
  color: #f4b9bc;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.quote-form {
  padding: 44px;
  background: #fff;
  color: #171717;
  box-shadow: 0 22px 70px #5a080d66;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.quote-form label {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #d8d4ce;
  border-radius: 2px;
  background: #faf9f7;
  outline: none;
  text-transform: none;
}
.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: #b41922;
  box-shadow: 0 0 0 3px #b4192218;
}
.form-button {
  width: 100%;
  margin-top: 6px;
  border: 0;
}
.form-note {
  margin: 14px 0 0;
  color: #65625d;
  font-size: 0.85rem;
  text-align: center;
}
.site-footer {
  padding-top: 25px;
  background: var(--charcoal-deep);
  color: #fff;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr 0.65fr 0.8fr;
  gap: 56px;
  padding-bottom: 12px;
}
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-brand p {
  max-width: 370px;
  margin-top: 24px;
  color: #969696;
  line-height: 1.7;
}
.footer-logo-link {
  display: block;
  width: min(260px, 100%);
  height: 78px;
  overflow: hidden;
  border-radius: 3px;
  /* background: #fff; */
}
.footer-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.footer-social a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-social img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.footer-top h3 {
  margin-bottom: 20px;
  color: #777;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.footer-top > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
}
.footer-top a,
.footer-top span {
  color: #d0d0d0;
  font-size: 0.9rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-block: 10px;
  border-top: 1px solid #ffffff18;
  color: white;
  font-size: 0.78rem;
}
@media (max-width: 1050px) {
  .phone-link {
    display: none;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-card:nth-child(2) {
    border-right: 0;
  }
  .service-card:nth-child(-n + 2) {
    border-bottom: 1px solid var(--border);
  }
  .why-grid,
  .industries-grid,
  .quote-grid {
    gap: 55px;
  }
}
@media (max-width: 800px) {
  .section-shell {
    width: min(100% - 32px, 680px);
  }
  .section {
    padding: 78px 0;
  }
  .site-header {
    min-height: 72px;
    padding-inline: 20px;
  }
  .nav-logo-link {
    flex-basis: 170px;
    width: 170px;
    height: 48px;
  }
  .nav-links {
    position: absolute;
    inset: 72px 0 auto;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 18px 24px 26px;
    background: var(--charcoal-deep);
  }
  .nav-links.open {
    display: flex;
  }
  .header-actions {
    margin-left: auto;
  }
  .header-actions .button {
    display: none;
  }
  .menu-button {
    display: grid;
    margin-left: 16px;
    padding: 8px;
  }
  .hero {
    min-height: 760px;
    align-items: flex-start;
  }
  .hero-shade {
    background:
      linear-gradient(90deg, #252a2ee8, #252a2e73),
      linear-gradient(0deg, #252a2e 0%, transparent 50%);
  }
  .hero-content {
    padding-top: 150px;
  }
  .hero h1 {
    max-width: 540px;
    font-size: clamp(3.2rem, 14vw, 5.2rem);
  }
  .hero-copy {
    max-width: 440px;
    font-size: 1.05rem;
  }
  .hero-proof {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 0;
  }
  .hero-proof div {
    min-height: 80px;
    padding: 12px 18px;
  }
  .hero-proof strong {
    font-size: 1.45rem;
  }
  .split-heading,
  .why-grid,
  .industries-grid,
  .about-grid,
  .quote-grid {
    grid-template-columns: 1fr;
  }
  .split-heading {
    gap: 22px;
  }
  .why-image-wrap {
    min-height: 480px;
    order: 2;
  }
  .image-tag {
    right: 18px;
  }
  .industries-grid,
  .quote-grid {
    gap: 52px;
  }
  .about-copy {
    padding: 56px 36px;
  }
  .about-image {
    min-height: 480px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
}
@media (max-width: 520px) {
  h2 {
    font-size: 2.55rem;
  }
  .cert-list {
    grid-template-columns: 1fr;
  }
  .industry-list {
    grid-template-columns: 1fr;
  }
  .industry-card {
    min-height: 112px;
  }
  .brand {
    min-width: 160px;
  }
  .brand-mark {
    font-size: 1.03rem;
  }
  .brand-sub {
    margin-left: 42px;
    font-size: 0.58rem;
  }
  .hero {
    min-height: 810px;
  }
  .hero h1 {
    font-size: 3.35rem;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .hero-proof span {
    font-size: 0.66rem;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card {
    min-height: 310px;
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }
  .service-card:nth-child(3) {
    border-bottom: 1px solid var(--border);
  }
  .service-card p {
    min-height: auto;
  }
  .why-image-wrap,
  .about-image {
    min-height: 390px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .quote-form {
    padding: 28px 22px;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .footer-brand {
    grid-column: auto;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}

/* Homepage viewport rhythm and simplified white, red, and black palette */
:root {
  --background: #fff;
  --foreground: #171717;
  --card: #fff;
  --card-foreground: #171717;
  --primary: #b41922;
  --primary-foreground: #fff;
  --secondary: #fff;
  --secondary-foreground: #171717;
  --muted: #fff;
  --muted-foreground: rgba(0, 0, 0, 0.68);
  --accent: #b41922;
  --accent-foreground: #fff;
  --destructive: #b41922;
  --border: rgba(0, 0, 0, 0.16);
  --input: rgba(0, 0, 0, 0.18);
  --ring: #b41922;
  --charcoal: #242424;
  --charcoal-deep: #171717;
  --nav-height: 78px;
}

body {
  background: #fff;
  color: #171717;
}

main {
  padding-top: var(--nav-height);
}

main > section {
  width: 100%;
  min-height: calc(100vh - var(--nav-height));
  min-height: calc(100svh - var(--nav-height));
  padding: clamp(36px, 5vh, 64px) 0;
  display: flex;
  align-items: center;
}

.section-shell,
.wide-shell {
  width: min(1280px, calc(100% - 64px));
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.25rem, 4vw, 4rem);
}

.eyebrow,
.eyebrow.light {
  margin-bottom: 12px;
  color: #b41922;
}

.muted,
.split-heading > p,
.service-card p,
.about-copy > p:not(.eyebrow),
.blog-entry > p:last-child {
  color: rgba(0, 0, 0, 0.68);
}

.site-header {
  min-height: var(--nav-height);
  padding-block: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  background: #fff;
  color: #171717;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(15px);
}

.nav-links a,
.phone-link,
.menu-button,
.nav-links a[aria-current="page"] {
  color: #171717;
}

.nav-links a:after {
  background: #b41922;
}

.hero {
  min-height: calc(100vh - var(--nav-height));
  min-height: calc(100svh - var(--nav-height));
  padding: 0;
  background: #171717;
}

.hero-shade {
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.88) 0%,
      rgba(0, 0, 0, 0.6) 38%,
      rgba(0, 0, 0, 0.08) 72%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.55), transparent 52%);
}

.hero-content {
  padding: clamp(72px, 10vh, 118px) 0 clamp(132px, 17vh, 168px);
}

.hero h1 {
  margin-bottom: 22px;
  font-size: clamp(3.6rem, 7vw, 6.6rem);
}

.hero h1 em,
.hero-proof strong {
  color: #b41922;
}

.hero-copy {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.82);
}

.hero-proof {
  background: rgba(0, 0, 0, 0.82);
}

.hero-proof div {
  min-height: 88px;
  padding-block: 14px;
  border-color: rgba(255, 255, 255, 0.16);
}

.hero-proof span {
  color: rgba(255, 255, 255, 0.72);
}

.services-section,
.trust-section,
.industries-section,
.dark-section,
.story-blocks-section {
  background: #fff;
  color: #171717;
}

.split-heading {
  gap: 48px;
  margin-bottom: 34px;
}

.service-grid,
.service-card,
.industry-card,
.trust-panel,
.about-grid,
.story-card,
.blog-entry {
  background: #fff;
}

.service-grid,
.service-card,
.industry-card {
  border-color: rgba(0, 0, 0, 0.16);
}

.service-card {
  min-height: 290px;
  padding: 26px 24px;
}

.service-icon {
  margin: 8px 0 28px;
  border-color: rgba(180, 25, 34, 0.3);
  background: rgba(180, 25, 34, 0.08);
  color: #b41922;
}

.service-card h3 {
  margin-bottom: 12px;
}

.service-card p {
  min-height: 82px;
  margin-bottom: 14px;
}

.service-card:hover {
  background: #242424;
  color: #fff;
}

.service-card:hover p {
  color: rgba(255, 255, 255, 0.75);
}

.service-card a,
.industry-card i,
.story-card span {
  color: #b41922;
}

.trust-row {
  gap: 18px;
}

.trust-panel {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(0, 0, 0, 0.14);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}

.trust-panel h2 {
  font-size: clamp(2.2rem, 3.5vw, 3.5rem);
}

.review-score {
  margin: 20px 0;
  padding: 13px 0;
  border-color: rgba(0, 0, 0, 0.16);
}

.review-cards {
  gap: 10px;
}

.review-cards blockquote {
  min-height: 140px;
  padding: 18px;
  background: #fff;
  color: #171717;
  border: 1px solid rgba(0, 0, 0, 0.14);
  font-size: 0.9rem;
  line-height: 1.5;
}

.review-cards cite,
.placeholder-note {
  color: rgba(0, 0, 0, 0.62);
}

.certification-panel {
  background: #242424;
  color: #fff;
}

.certification-panel > p:not(.eyebrow):not(.cert-note),
.cert-card small,
.certification-panel .cert-note {
  color: rgba(255, 255, 255, 0.72);
}

.cert-list {
  gap: 10px;
  margin-top: 20px;
}

.cert-card {
  padding: 10px;
  border-color: rgba(255, 255, 255, 0.2);
  background: #242424;
}

.cert-image-placeholder {
  min-height: 62px;
  border-color: rgba(255, 255, 255, 0.45);
  background: #242424;
  color: #fff;
}

.cert-card small {
  font-size: 0.76rem;
  line-height: 1.35;
}

.industries-grid {
  gap: clamp(38px, 5vw, 70px);
}

.industry-list {
  gap: 12px;
}

.industry-card {
  min-height: 102px;
  padding: 17px;
  border-top-color: #b41922;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.07);
}

.industry-card:hover {
  border-color: #b41922;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.13);
}

.why-grid {
  gap: clamp(42px, 5vw, 70px);
}

.why-image-wrap {
  min-height: 0;
  height: clamp(390px, 56vh, 560px);
}

.why-content .lead,
.check-list li {
  color: rgba(0, 0, 0, 0.74);
}

.check-list {
  gap: 13px;
  margin: 26px 0;
}

.dark-section .light-link {
  color: #b41922;
}

.quote-section,
.quote-page {
  background: #b41922;
  color: #fff;
}

.quote-intro > p:not(.eyebrow),
.quote-section .eyebrow,
.quote-page .eyebrow,
.contact-stack small {
  color: rgba(255, 255, 255, 0.78);
}

.quote-grid {
  gap: clamp(44px, 6vw, 76px);
  align-items: center;
}

.contact-stack {
  margin-top: 28px;
}

.quote-form {
  padding: clamp(26px, 3vw, 36px);
  background: #fff;
  color: #171717;
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.25);
}

.quote-form label {
  margin-bottom: 12px;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  padding: 11px 12px;
  border-color: rgba(0, 0, 0, 0.18);
  background: #fff;
  color: #171717;
}

.quote-form textarea {
  min-height: 86px;
}

.site-footer {
  background: #171717;
  color: #fff;
}

.footer-brand p,
.footer-top a,
.footer-top span,
.footer-top h3 {
  color: rgba(255, 255, 255, 0.72);
}

.footer-bottom {
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.page-hero-shade {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.88) 0%,
    rgba(0, 0, 0, 0.56) 52%,
    rgba(0, 0, 0, 0.12)
  );
}

@media (min-width: 1101px) {
  .trust-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 800px) {
  :root {
    --nav-height: 72px;
  }

  main > section {
    min-height: auto;
    padding: 62px 0;
  }

  .section-shell,
  .wide-shell {
    width: calc(100% - 32px);
  }

  .nav-links {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  }

  .nav-links a,
  .menu-button {
    color: #171717;
  }

  .hero {
    min-height: calc(100svh - var(--nav-height));
    padding: 0;
  }

  .hero-content {
    padding-top: 96px;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 14vw, 5rem);
  }

  .why-image-wrap {
    height: 430px;
  }
}

@media (max-width: 520px) {
  main > section {
    padding: 52px 0;
  }

  .hero {
    min-height: 780px;
  }

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

  .review-cards blockquote {
    min-height: auto;
  }

  .why-image-wrap {
    height: 360px;
  }
}
.why-image-wrap > .cover-image,
.about-image > .cover-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-shell,
.wide-shell {
  width: min(1600px, calc(100% - 32px));
  margin-inline: auto;
}
.trust-section {
  background: #ece9e3;
}
.hero,
.services-section,
.trust-section,
.dark-section,
.industries-section,
.quote-section {
  scroll-margin-top: 78px;
}
.nav-links {
  gap: 22px;
}
.nav-links a[aria-current="page"] {
  color: #fff;
}
.nav-links a[aria-current="page"]:after {
  transform: scaleX(1);
}
.page-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  padding: 170px 0 80px;
  background: var(--charcoal) center/cover no-repeat;
  color: #fff;
}
.story-hero {
  background-image: url("../images/Crossroads_web-07_085403.jpg");
}
.trust-hero {
  background-image: url("../images/Crossroads_web-03_085410.jpg");
}
.page-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #292e33e8 0%, #292e339e 52%, #292e3330);
}
.page-hero-content {
  position: relative;
  z-index: 1;
}
.page-hero h1,
.quote-page h1 {
  max-width: 900px;
  margin: 0 0 24px;
  font-size: clamp(3.4rem, 7vw, 6.8rem);
  line-height: 0.9;
  text-transform: uppercase;
}
.page-hero-content > p:last-child {
  max-width: 680px;
  margin: 0;
  color: #ddd;
  font-size: 1.2rem;
  line-height: 1.7;
}
.story-intro {
  padding-bottom: 70px;
}
.story-blocks-section {
  padding-top: 70px;
  background: #ece9e3;
}
.story-blocks-section .section-heading {
  max-width: 850px;
  margin-bottom: 50px;
}
.story-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.story-card {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 35px #11111112;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.story-card > a {
  display: block;
  height: 100%;
}
.story-card:hover,
.story-card:focus-within {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px #11111126;
}
.story-card img {
  display: block;
  width: 100%;
  height: 235px;
  object-fit: cover;
}
.story-card > div,
.story-card > a > div {
  padding: 30px 26px 34px;
}
.story-card span {
  color: #b41922;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}
.story-card h3 {
  margin: 18px 0 14px;
  font-size: 1.45rem;
}
.story-card p {
  margin: 0;
  color: #68645f;
  font-size: 0.94rem;
  line-height: 1.7;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition:
    max-height 0.3s ease,
    opacity 0.25s ease,
    transform 0.25s ease;
}
.story-card:hover p,
.story-card:focus-within p {
  max-height: 8em;
  opacity: 1;
  transform: translateY(0);
}
.blog-page {
  padding-top: 0;
}
.blog-list {
  display: grid;
  gap: 24px;
  padding-block: 90px;
}
.blog-entry {
  scroll-margin-top: calc(var(--nav-height) + 24px);
  padding: clamp(30px, 5vw, 64px);
  background: #fff;
  box-shadow: 0 12px 35px #11111112;
}
.blog-entry h2 {
  max-width: 820px;
  font-size: clamp(2rem, 4vw, 3.5rem);
}
.blog-entry > p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: #68645f;
  font-size: 1.05rem;
  line-height: 1.8;
}
@media (hover: none) {
  .story-card p {
    max-height: 8em;
    opacity: 1;
    transform: none;
  }
}
.quote-page {
  min-height: 100vh;
  padding: 170px 0 100px;
  background: linear-gradient(105deg, #99131b, #c4242e);
  color: #fff;
}
.quote-page .quote-grid {
  align-items: center;
}
.trust-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}
.trust-panel {
  padding: 60px;
  background: #fff;
  box-shadow: 0 18px 60px #17171712;
}
.trust-panel h2 {
  font-size: clamp(2.5rem, 4.5vw, 4.2rem);
}
.reviews-panel {
  border-top: 6px solid #b41922;
}
.review-score {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 34px 0;
  padding: 18px 0;
  border-block: 1px solid #d8d4ce;
}
.review-score span {
  color: #b41922;
  letter-spacing: 0.12em;
}
.review-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.review-cards blockquote {
  margin: 0;
  min-height: 180px;
  padding: 24px;
  background: #f4f2ee;
  color: #34322f;
  font-size: 1rem;
  line-height: 1.65;
}
.review-cards cite {
  display: block;
  margin-top: 20px;
  color: #777;
  font-size: 0.78rem;
  font-style: normal;
}
.placeholder-note,
.cert-note {
  margin: 22px 0 0;
  color: #777;
  font-size: 0.78rem;
  line-height: 1.6;
}
.certification-panel {
  background: #3b4046;
  color: #fff;
}
.certification-panel > p:not(.eyebrow):not(.cert-note) {
  color: #bbb;
  line-height: 1.7;
}
.cert-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 32px 0 0;
}
.cert-card {
  display: flex;
  min-width: 0;
  padding: 12px;
  border: 1px solid #ffffff2e;
  background: #ffffff0c;
  flex-direction: column;
  gap: 7px;
}
.cert-image-placeholder {
  display: grid;
  min-height: 92px;
  margin-bottom: 6px;
  border: 1px dashed #ffffff70;
  background: #ffffff0d;
  color: #d4d7da;
  place-content: center;
  justify-items: center;
  gap: 7px;
}
.cert-image-placeholder i {
  font-size: 1.45rem;
}
.cert-image-placeholder span {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.cert-card strong {
  line-height: 1.35;
}
.cert-card small {
  color: #c6c9cc;
  font-size: 0.82rem;
  line-height: 1.5;
}
.certification-panel .cert-note {
  color: #c4c7ca;
}
@media (max-width: 1100px) {
  .story-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .trust-row {
    grid-template-columns: 1fr;
  }
  .trust-panel {
    padding: 45px;
  }
  .nav-links {
    gap: 16px;
  }
  .nav-links a {
    font-size: 0.8rem;
  }
}
@media (max-width: 1300px) {
  .phone-link {
    display: none;
  }
  .nav-links {
    gap: 15px;
  }
  .nav-links a {
    font-size: 0.82rem;
  }
}
@media (max-width: 800px) {
  .section-shell,
  .wide-shell {
    width: calc(100% - 24px);
  }
  .page-hero {
    min-height: 500px;
    padding: 150px 0 62px;
  }
  .story-card-grid {
    grid-template-columns: 1fr;
  }
  .trust-panel {
    padding: 34px 24px;
  }
  .review-cards {
    grid-template-columns: 1fr;
  }
  .quote-page {
    padding: 130px 0 70px;
  }
}

/* Keep the palette and compact sizing authoritative after legacy page rules. */
.section-shell,
.wide-shell {
  width: min(1280px, calc(100% - 64px));
}

.trust-section,
.story-blocks-section {
  background: #fff;
}

.nav-links a[aria-current="page"] {
  color: #171717;
}

.quote-page {
  background: #b41922;
}

.trust-panel {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #fff;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}

.trust-panel h2 {
  font-size: clamp(2.2rem, 3.5vw, 3.5rem);
}

.review-score {
  margin: 20px 0;
  padding: 13px 0;
  border-color: rgba(0, 0, 0, 0.16);
}

.review-cards {
  gap: 10px;
}

.review-cards blockquote {
  min-height: 140px;
  padding: 18px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #fff;
  color: #171717;
  font-size: 0.9rem;
  line-height: 1.5;
}

.review-cards cite,
.placeholder-note {
  color: rgba(0, 0, 0, 0.62);
}

.certification-panel {
  background: #242424;
  color: #fff;
}

.certification-panel > p:not(.eyebrow):not(.cert-note),
.cert-card small,
.certification-panel .cert-note {
  color: rgba(255, 255, 255, 0.72);
}

.cert-list {
  gap: 10px;
  margin-top: 20px;
}

.cert-card {
  padding: 10px;
  border-color: rgba(255, 255, 255, 0.2);
  background: #242424;
}

.cert-image-placeholder {
  min-height: 62px;
  border-color: rgba(255, 255, 255, 0.45);
  background: #242424;
  color: #fff;
}

.cert-card small {
  font-size: 0.76rem;
  line-height: 1.35;
}

@media (max-width: 800px) {
  .section-shell,
  .wide-shell {
    width: calc(100% - 32px);
  }

  .trust-panel {
    padding: 30px 22px;
  }
}

/* Section transition banners */
.section-banner {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 158px;
  align-items: center;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.section-banner::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
}

.section-banner--black::before {
  background: rgba(0, 0, 0, 0.84);
}

.section-banner--red::before {
  background: rgba(180, 25, 34, 0.9);
}

.banner-dispatch,
.banner-ready {
  background-image: url("../images/main-truck-smaller.jpg");
}

.banner-care {
  background-image: url("../images/Crossroads_web-03_085410.jpg");
}

.banner-coverage {
  background-image: url("../images/Crossroads_web-04_085412.jpg");
}

.banner-content {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(260px, 0.9fr) minmax(280px, 1.1fr);
  gap: clamp(22px, 4vw, 58px);
  align-items: center;
  padding-block: 28px;
}

.banner-icon {
  display: grid;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  color: #fff;
  font-size: 1.45rem;
  place-items: center;
}

.banner-kicker {
  margin: 0 0 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-banner strong {
  display: block;
  max-width: 500px;
  color: #fff;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  line-height: 1.15;
}

.banner-content > p:last-child {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.96rem;
  line-height: 1.6;
}

.banner-link {
  justify-self: end;
  padding: 14px 20px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 800;
}

.banner-link:hover {
  background: #fff;
  color: #b41922;
}

/* Staggered Services cards */
.service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: 8px 0 38px;
  border: 0;
  background: transparent;
}

.service-card,
.service-card:last-child,
.service-card:nth-child(2),
.service-card:nth-child(3) {
  min-height: 270px;
  padding: 28px 30px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.service-card:nth-child(even) {
  transform: translateY(32px);
}

.service-card:hover {
  transform: translateY(-6px);
}

.service-card:nth-child(even):hover {
  transform: translateY(24px);
}

.service-icon {
  margin: 4px 0 22px;
}

.service-card p {
  min-height: 60px;
}

/* Larger Solutions cards */
.industry-list {
  gap: 16px;
}

.industry-card {
  min-height: 148px;
  padding: 24px;
}

.industry-card i {
  font-size: 1.9rem;
}

.industry-card p {
  font-size: 1.05rem;
}

@media (max-width: 900px) {
  .banner-content {
    grid-template-columns: auto 1fr;
    gap: 18px 24px;
  }

  .banner-content > p:last-child,
  .banner-link {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .section-banner {
    min-height: 0;
  }

  .banner-content {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-block: 34px;
  }

  .banner-content > p:last-child,
  .banner-link {
    grid-column: 1;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 0;
  }

  .service-card,
  .service-card:last-child,
  .service-card:nth-child(2),
  .service-card:nth-child(3),
  .service-card:nth-child(even),
  .service-card:hover,
  .service-card:nth-child(even):hover {
    min-height: auto;
    transform: none;
  }

  .industry-card {
    min-height: 132px;
  }
}

/* Final service, industries, and proof-section refinements */
.service-grid {
  column-gap: clamp(24px, 2.4vw, 36px);
  row-gap: 24px;
}

.service-grid > .service-card,
.service-grid > .service-card:last-child,
.service-grid > .service-card:nth-child(2),
.service-grid > .service-card:nth-child(3) {
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: #fff;
  color: #171717;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    color 0.25s ease;
}

.service-grid > .service-card:hover,
.service-grid > .service-card:focus-within {
  z-index: 2;
  border-color: #171717;
  background: #171717;
  color: #fff;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.2);
}

.service-grid > .service-card:hover h3,
.service-grid > .service-card:hover p,
.service-grid > .service-card:hover .service-number,
.service-grid > .service-card:focus-within h3,
.service-grid > .service-card:focus-within p,
.service-grid > .service-card:focus-within .service-number {
  color: #fff;
}

.service-grid > .service-card:hover a,
.service-grid > .service-card:focus-within a {
  color: #fff;
  text-decoration-color: #b41922;
}

.service-grid > .service-card:hover .service-icon,
.service-grid > .service-card:focus-within .service-icon {
  border-color: #b41922;
  background: #b41922;
  color: #fff;
}

.services-intro-media {
  grid-template-columns: minmax(210px, 0.9fr) minmax(220px, 1.1fr);
}

.services-truck-image {
  width: 100%;
  height: 150px;
  border: 0;
  object-fit: contain;
  filter: drop-shadow(0 14px 14px rgba(0, 0, 0, 0.16));
}

.industries-grid {
  align-items: start;
}

.industries-feature-image {
  position: relative;
  min-height: 330px;
  margin: 36px 0 0;
  overflow: hidden;
  background: #171717;
}

.industries-feature-image img {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
  filter: grayscale(100%);
  opacity: 0.82;
}

.industries-feature-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.84), transparent 64%);
}

.industries-feature-image figcaption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 8px;
  padding: 28px;
  color: #fff;
}

.industries-feature-image figcaption span {
  color: #ef4650;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.industries-feature-image figcaption strong {
  max-width: 430px;
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  line-height: 1.3;
}

.why-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 30px;
}

.why-proof-grid > div {
  min-height: 160px;
  padding: 20px 18px;
  border-top: 4px solid #b41922;
  background: #171717;
  color: #fff;
}

.why-proof-grid i {
  margin-bottom: 18px;
  color: #ef3540;
  font-size: 1.35rem;
}

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

.why-proof-grid strong {
  margin-bottom: 8px;
  font-size: 0.94rem;
}

.why-proof-grid span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  line-height: 1.5;
}

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

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

  .why-proof-grid > div {
    min-height: 0;
  }
}

@media (max-width: 800px) {
  .services-intro-media {
    grid-template-columns: 180px 1fr;
  }

  .services-truck-image {
    height: 125px;
  }
}

@media (max-width: 640px) {
  .services-intro-media,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .services-truck-image {
    height: 190px;
  }

  .industries-feature-image,
  .industries-feature-image img {
    min-height: 260px;
    height: 260px;
  }
}

/* Header spacing refinements */
.nav-links {
  gap: 36px;
}

.nav-links a {
  padding-inline: 18px;
}

.header-actions {
  gap: 34px;
}

.phone-link {
  display: inline-flex;
  margin-right: 4px;
}

/* Services image and horizontal zig-zag */
.services-intro-media {
  display: grid;
  grid-template-columns: 168px 1fr;
  gap: 22px;
  align-items: center;
}

.services-intro-media p {
  margin: 0;
  color: rgba(0, 0, 0, 0.68);
  font-size: 1rem;
  line-height: 1.65;
}

.services-truck-image {
  display: block;
  width: 168px;
  height: 112px;
  border: 4px solid #b41922;
  object-fit: cover;
}

.service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 8px 0 42px;
}

.service-card,
.service-card:last-child,
.service-card:nth-child(2),
.service-card:nth-child(3) {
  min-height: 338px;
  padding: 28px 24px;
}

.service-card:nth-child(even) {
  transform: translateY(30px);
}

.service-card:nth-child(even):hover {
  transform: translateY(22px);
}

.service-card p {
  min-height: 94px;
}

/* Larger, descriptive, staggered Solutions cards */
.industry-list {
  gap: 18px;
  padding-bottom: 26px;
}

.industry-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 182px;
  padding: 28px 24px;
  align-content: start;
  align-items: start;
  gap: 18px;
}

.industry-card:nth-child(even) {
  transform: translateY(24px);
}

.industry-card:nth-child(even):hover {
  transform: translateY(17px);
}

.industry-card i {
  padding-top: 3px;
  font-size: 2rem;
}

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

.industry-card p {
  margin: 0;
  color: rgba(0, 0, 0, 0.66);
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.55;
}

/* Footer now matches the white header */
.site-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  background: #fff;
  color: #171717;
}

.footer-brand p,
.footer-top a,
.footer-top span,
.footer-top h3,
.footer-bottom {
  color: #171717;
}

.footer-bottom {
  border-color: rgba(0, 0, 0, 0.14);
}

.footer-top .footer-social {
  align-items: flex-start;
  gap: 10px;
}

.footer-social h3 {
  width: 100%;
  margin: 0 0 10px;
  line-height: 1.2;
}

.footer-social a {
  display: grid;
  grid-template-columns: 26px auto;
  min-height: 28px;
  align-items: center;
  gap: 11px;
}

.footer-social img {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
}

.footer-social span {
  line-height: 1;
}

@media (max-width: 1200px) {
  .nav-links {
    gap: 20px;
  }

  .nav-links a {
    padding-inline: 10px;
  }

  .phone-link {
    display: none;
  }

  .industries-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 950px) {
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}

@media (max-width: 800px) {
  .nav-links {
    gap: 0;
  }

  .services-intro-media {
    grid-template-columns: 140px 1fr;
  }

  .services-truck-image {
    width: 140px;
    height: 104px;
  }
}

@media (max-width: 640px) {
  .services-intro-media {
    grid-template-columns: 1fr;
  }

  .services-truck-image {
    width: 100%;
    height: 180px;
  }

  .service-grid,
  .industry-list {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .service-card,
  .service-card:last-child,
  .service-card:nth-child(2),
  .service-card:nth-child(3) {
    min-height: auto;
  }

  .industry-card,
  .industry-card:nth-child(even),
  .industry-card:hover,
  .industry-card:nth-child(even):hover {
    min-height: 160px;
    transform: none;
  }
}

/* Keep the latest Services illustration and spacing above legacy rules. */
.service-grid {
  column-gap: clamp(24px, 2.4vw, 36px);
  row-gap: 24px;
}

.services-intro-media {
  grid-template-columns: minmax(210px, 0.9fr) minmax(220px, 1.1fr);
}

.services-truck-image {
  width: 100%;
  height: 150px;
  border: 0;
  object-fit: contain;
  filter: drop-shadow(0 14px 14px rgba(0, 0, 0, 0.16));
}

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

@media (max-width: 800px) {
  .services-intro-media {
    grid-template-columns: 180px 1fr;
  }

  .services-truck-image {
    width: 100%;
    height: 125px;
  }
}

@media (max-width: 640px) {
  .services-intro-media,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .services-truck-image {
    height: 190px;
  }
}

/* Final layout refinement: stronger service stagger and tighter page rhythm. */
main > section:not(.hero) {
  align-items: flex-start;
  padding-top: clamp(24px, 3vh, 40px);
  padding-bottom: clamp(30px, 4vh, 50px);
}

.section-banner {
  min-height: 136px;
}

.banner-content {
  padding-block: 20px;
}

.service-grid {
  align-items: start;
  padding-bottom: 104px;
}

.service-grid > .service-card:nth-child(1) {
  transform: translateY(0);
}

.service-grid > .service-card:nth-child(2) {
  transform: translateY(70px);
}

.service-grid > .service-card:nth-child(3) {
  transform: translateY(18px);
}

.service-grid > .service-card:nth-child(4) {
  transform: translateY(88px);
}

.service-grid > .service-card:nth-child(1):hover,
.service-grid > .service-card:nth-child(1):focus-within {
  transform: translateY(-8px);
}

.service-grid > .service-card:nth-child(2):hover,
.service-grid > .service-card:nth-child(2):focus-within {
  transform: translateY(62px);
}

.service-grid > .service-card:nth-child(3):hover,
.service-grid > .service-card:nth-child(3):focus-within {
  transform: translateY(10px);
}

.service-grid > .service-card:nth-child(4):hover,
.service-grid > .service-card:nth-child(4):focus-within {
  transform: translateY(80px);
}

.services-truck-image {
  height: 176px;
  object-fit: contain;
  object-position: center;
}

.industries-feature-image img {
  filter: none;
  opacity: 1;
  object-position: center 24%;
}

/* Compact quote and footer so they read as one closing page. */
#quote.quote-section {
  min-height: auto;
  padding-block: 30px;
  align-items: center;
}

#quote .quote-grid {
  gap: clamp(34px, 4vw, 56px);
}

#quote .quote-intro .contact-stack {
  justify-items: center;
  margin-top: 22px;
  text-align: center;
}

#quote .contact-stack a,
#quote .contact-stack > div {
  width: 100%;
  justify-content: center;
}

#quote .contact-stack span {
  align-items: center;
}

#quote .quote-form {
  padding: 24px 28px;
}

#quote .quote-form label {
  gap: 6px;
  margin-bottom: 8px;
}

#quote .quote-form input,
#quote .quote-form select,
#quote .quote-form textarea {
  padding: 9px 11px;
}

#quote .quote-form textarea {
  min-height: 68px;
}

.site-footer {
  padding-top: 14px;
}

.footer-top {
  gap: 36px;
  padding-bottom: 8px;
}

.footer-brand p {
  margin-top: 12px;
  line-height: 1.45;
}

.footer-logo-link {
  height: 64px;
}

.footer-top h3 {
  margin-bottom: 10px;
}

.footer-bottom {
  padding-block: 8px;
}

@media (max-width: 1100px) {
  .service-grid {
    padding-bottom: 68px;
  }

  .service-grid > .service-card:nth-child(odd) {
    transform: translateY(0);
  }

  .service-grid > .service-card:nth-child(even) {
    transform: translateY(54px);
  }

  .service-grid > .service-card:nth-child(odd):hover,
  .service-grid > .service-card:nth-child(odd):focus-within {
    transform: translateY(-8px);
  }

  .service-grid > .service-card:nth-child(even):hover,
  .service-grid > .service-card:nth-child(even):focus-within {
    transform: translateY(46px);
  }
}

@media (max-width: 800px) {
  main > section:not(.hero) {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .section-banner {
    min-height: 0;
  }

  #quote.quote-section {
    padding-block: 36px;
  }
}

@media (max-width: 640px) {
  .service-grid {
    padding-bottom: 0;
  }

  .service-grid > .service-card:nth-child(1),
  .service-grid > .service-card:nth-child(2),
  .service-grid > .service-card:nth-child(3),
  .service-grid > .service-card:nth-child(4),
  .service-grid > .service-card:nth-child(1):hover,
  .service-grid > .service-card:nth-child(2):hover,
  .service-grid > .service-card:nth-child(3):hover,
  .service-grid > .service-card:nth-child(4):hover,
  .service-grid > .service-card:nth-child(1):focus-within,
  .service-grid > .service-card:nth-child(2):focus-within,
  .service-grid > .service-card:nth-child(3):focus-within,
  .service-grid > .service-card:nth-child(4):focus-within {
    transform: none;
  }

  .services-truck-image {
    height: 210px;
  }

  #quote .quote-form {
    padding: 22px 18px;
  }
}

.phone-link {
  gap: 9px;
}

.phone-link i {
  color: #b41922;
  font-size: 1rem;
}

/* Prevent the fixed navigation from clipping anchored sections. */
:root {
  --anchor-offset: calc(var(--nav-height) + 20px);
}

html {
  scroll-padding-top: var(--anchor-offset);
}

#home,
#services,
#Standards,
#Solutions,
#why-us,
#quote {
  scroll-margin-top: var(--anchor-offset);
}

/* Show more of the courier and parcel at the bottom of the Solutions image. */
.industries-feature-image,
.industries-feature-image img {
  min-height: 410px;
  height: 410px;
}

.industries-feature-image img {
  object-position: center 38%;
}

/* Restore breathing room while keeping the Quote section viewport-sized. */
#quote.quote-section {
  min-height: calc(100vh - var(--nav-height));
  min-height: calc(100svh - var(--nav-height));
  padding-top: clamp(50px, 7vh, 72px);
  padding-bottom: clamp(38px, 5vh, 54px);
}

@media (max-width: 800px) {
  .industries-feature-image,
  .industries-feature-image img {
    min-height: 340px;
    height: 340px;
  }

  #quote.quote-section {
    min-height: auto;
    padding-top: 48px;
    padding-bottom: 42px;
  }
}

@media (max-width: 640px) {
  .industries-feature-image,
  .industries-feature-image img {
    min-height: 300px;
    height: 300px;
  }
}

/* Services-specific positioning without changing the corrected sections. */
#services {
  scroll-margin-top: calc(var(--nav-height) + 8px);
}

#services.services-section {
  padding-top: 18px;
}

#services .services-intro-media {
  grid-template-columns: 1.25fr 0.75fr;
  gap: 24px;
}

#services .services-truck-image {
  height: 220px;
}

#services .split-heading {
  margin-bottom: 56px;
}

/* Keep the Quote section and compact footer within one desktop viewport. */
#quote.quote-section {
  min-height: calc(100vh - var(--nav-height) - 212px);
  min-height: calc(100svh - var(--nav-height) - 212px);
}

@media (max-width: 800px) {
  #services.services-section {
    padding-top: 26px;
  }

  #services .services-intro-media {
    grid-template-columns: 180px 1fr;
  }

  #services .services-truck-image {
    height: 150px;
  }

  #services .split-heading {
    margin-bottom: 38px;
  }

  #quote.quote-section {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  #services .services-intro-media {
    grid-template-columns: 1fr;
  }

  #services .services-truck-image {
    height: 220px;
  }
}

/* Screenshot-calibrated section positioning. */
#services.services-section {
  align-items: flex-start;
  padding-top: 26px;
  padding-bottom: 44px;
}

#services .split-heading {
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-bottom: 112px;
}

#services .services-intro-media {
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
}

#services .services-truck-image {
  height: 245px;
}

.industries-feature-image,
.industries-feature-image img {
  min-height: 470px;
  height: 470px;
}

.industries-feature-image img {
  object-position: center 42%;
}

#quote.quote-section {
  min-height: auto;
  align-items: flex-start;
  padding-top: 54px;
  padding-bottom: 38px;
}

#quote .quote-grid {
  align-items: center;
}

@media (max-width: 1100px) {
  #services.services-section {
    padding-top: 36px;
  }

  #services .split-heading {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 74px;
  }
}

@media (max-width: 800px) {
  #services.services-section {
    padding-top: 32px;
  }

  #services .split-heading {
    margin-bottom: 44px;
  }

  #services .services-intro-media {
    grid-template-columns: 180px 1fr;
  }

  #services .services-truck-image {
    height: 160px;
  }

  .industries-feature-image,
  .industries-feature-image img {
    min-height: 380px;
    height: 380px;
  }

  #quote.quote-section {
    padding-top: 42px;
    padding-bottom: 34px;
  }
}

@media (max-width: 640px) {
  #services .services-intro-media {
    grid-template-columns: 1fr;
  }

  #services .services-truck-image {
    height: 220px;
  }

  .industries-feature-image,
  .industries-feature-image img {
    min-height: 330px;
    height: 330px;
  }
}
