﻿/* LIFA authority home page. Shared site chrome remains in styles.css. */
.home-page {
  --hp-navy: #0b1828;
  --hp-navy-2: #12243a;
  --hp-ink: #142238;
  --hp-text: #566474;
  --hp-gold: #eed47d;
  --hp-gold-light: #eed47d;
  --hp-line: #d8dee3;
  --hp-soft: #f2f5f6;
  --hp-warm: #f7f9fc;
  overflow-x: clip;
  background: #fff;
}

.home-page main :where(h1, h2, h3, p, a, span, small, strong, button, label, input, textarea, select) {
  letter-spacing: 0;
}

.home-page main :where(h1, h2, h3, p, a, span, small, strong, dd, dt) {
  overflow-wrap: anywhere;
}

.home-page main .section {
  padding: 92px 0;
}

.home-page main .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #eed47d;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}

.home-page main .eyebrow::before {
  width: 22px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--hp-gold);
  content: "";
}

.home-page main .btn {
  min-height: 50px;
  border-radius: 4px;
}

.home-page main :where(a, button, summary, input, textarea, select):focus-visible {
  outline: 3px solid var(--hp-gold-light);
  outline-offset: 3px;
}

.home-section-header {
  max-width: 850px;
  margin-bottom: 42px;
}

.home-section-header h2,
.home-page main .section-heading h2 {
  margin: 9px 0 15px;
  color: var(--hp-ink);
  font-size: 3.35rem;
  line-height: 1.04;
}

.home-section-header p,
.home-page main .section-heading p {
  margin: 0;
  color: var(--hp-text);
  font-size: 1rem;
  line-height: 1.72;
}

.home-section-header-split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
  align-items: end;
  gap: 64px;
}

.home-section-header-split > div:last-child > p {
  margin-bottom: 18px;
}

/* Secondary text links share one affordance with .hp-company-links: bare
   uppercase words read as body text, so each carries a restrained gold rule.
   min-height holds the 44px tap target without turning them into buttons. */
.home-text-link,
.home-inline-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #eed47d;
  font-family: var(--font-ui);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: rgba(238, 212, 125, .34);
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  transition: color .24s ease, text-decoration-color .24s ease;
}

/* The trailing arrow sits outside the rule. inline-block breaks text-decoration
   propagation, which a descendant cannot otherwise cancel. */
.home-text-link > span,
.home-inline-links a > span {
  display: inline-block;
  margin-left: 8px;
  text-decoration: none;
}

.home-text-link:focus-visible,
.home-inline-links a:focus-visible {
  color: #eed47d;
  text-decoration-color: currentColor;
}

@media (hover: hover) and (pointer: fine) {
  .home-text-link:hover,
  .home-inline-links a:hover {
    color: #eed47d;
    text-decoration-color: currentColor;
  }
}

.home-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 24px;
}

/* Hero: split editorial column + sourcing-brief panel, over a stage-synced
   backdrop. Each backdrop image maps to one step of the route rail below. */
.home-page .home-hero {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: stretch;
  width: 100%;
  height: auto;
  min-height: clamp(660px, calc(100svh - 96px), 900px);
  max-height: none;
  overflow: hidden;
  color: #fff;
  background: var(--hp-navy);
  border-bottom: 1px solid rgba(238, 212, 125, .35);
}

.home-page .home-hero .hero-slider,
.home-page .home-hero .hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-page .home-hero .hero-slide {
  object-fit: cover;
  object-position: var(--hero-position, center center);
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 1.4s ease, transform 9s linear;
}

.home-page .home-hero .hero-slide.active {
  opacity: 1;
  transform: scale(1.075);
}

/* Primary scrim: dense behind the editorial column, then released across the
   right half so the photography and route arcs stay visible. A warm gold
   bloom sits over the release point, and a top fade keeps the header legible. */
.home-page .home-hero::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    radial-gradient(120% 76% at 74% 44%, rgba(238, 212, 125, .13) 0%, rgba(238, 212, 125, 0) 56%),
    linear-gradient(100deg, rgba(4, 13, 25, .96) 0%, rgba(4, 13, 25, .88) 34%, rgba(4, 13, 25, .5) 63%, rgba(5, 15, 28, .58) 100%),
    linear-gradient(180deg, rgba(4, 13, 25, .62) 0%, rgba(4, 13, 25, 0) 20%),
    radial-gradient(150% 110% at 50% 50%, rgba(2, 8, 16, 0) 52%, rgba(2, 8, 16, .55) 100%);
  content: "";
}

/* Thin inset rule: the couture detail that reads as premium print. */
.home-page .home-hero::after {
  position: absolute;
  z-index: 3;
  inset: 24px;
  border: 1px solid rgba(238, 212, 125, .17);
  pointer-events: none;
  content: "";
}

.home-page .home-hero .hero-fx {
  display: none;
}

/* Interior heroes carry a film grain through .hero-fx-grain, which the
   homepage dropped along with the rest of the .hero-fx layer. Re-add just
   the grain so the homepage and every interior hero share the same texture. */
.home-page .home-hero .hero-slider::after {
  position: absolute;
  z-index: 3;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 160px 160px;
  opacity: .05;
  mix-blend-mode: overlay;
  pointer-events: none;
  content: "";
}

/* Freight-route overlay: gold arcs drawn from a Hangzhou origin outward. */
.home-page .home-hero .hero-routes {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .72;
  pointer-events: none;
}

.home-page .home-hero .hero-routes-lines path {
  stroke-dasharray: 640;
  stroke-dashoffset: 640;
  animation: hpHeroRouteDraw 2.6s cubic-bezier(.22, .61, .36, 1) forwards;
}

.home-page .home-hero .hero-routes-lines path:nth-child(1) { animation-delay: .55s; }
.home-page .home-hero .hero-routes-lines path:nth-child(2) { animation-delay: .95s; }
.home-page .home-hero .hero-routes-lines path:nth-child(3) { animation-delay: 1.35s; }
.home-page .home-hero .hero-routes-lines path:nth-child(4) { animation-delay: 1.75s; }

.home-page .home-hero .hero-pin {
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: hpHeroPinIn .6s ease var(--pin-delay, .45s) forwards;
}

.home-page .home-hero .hero-pin-origin {
  animation: hpHeroPinIn .6s ease .35s forwards, hpHeroPinPulse 3.2s ease-in-out 1.1s infinite;
}

@keyframes hpHeroRouteDraw {
  to { stroke-dashoffset: 0; }
}

@keyframes hpHeroPinIn {
  from { opacity: 0; transform: scale(.4); }
  to { opacity: .9; transform: scale(1); }
}

@keyframes hpHeroPinPulse {
  0%, 100% { opacity: .9; transform: scale(1); }
  50% { opacity: .45; transform: scale(1.5); }
}

.home-page .home-hero .hero-content-wrapper {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 84px 0 56px;
  gap: 0;
}

.home-page .home-hero .hero-grid {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 880px);
  align-items: center;
  gap: 52px;
}

.home-page .home-hero .hero-content {
  display: block;
  max-width: 800px;
}

.home-page .home-hero .hero-content > *,
.home-page .home-hero .hero-content > :not(.hero-actions) {
  max-width: none;
}

/* Live Hangzhou clock replaces the static badge: useful to buyers deciding
   when to call, and impossible to overstate. */
.home-page .home-hero .hero-content .eyebrow.hero-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 8px 14px;
  color: #fff;
  background: rgba(7, 17, 30, .42);
  border: 1px solid rgba(238, 212, 125, .42);
  border-radius: 999px;
  font-size: .69rem;
  letter-spacing: .12em;
  backdrop-filter: blur(8px);
}

.home-page .home-hero .hero-content .eyebrow.hero-status::before {
  display: none;
}

.home-page .home-hero .hero-status-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  background: #6ee7a8;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(110, 231, 168, .16);
}

.home-page .home-hero .hero-status[data-state="closed"] .hero-status-dot {
  background: var(--hp-gold-light);
  box-shadow: 0 0 0 4px rgba(238, 212, 125, .16);
}

.home-page .home-hero .hero-status-time {
  color: var(--hp-gold-light);
  font-variant-numeric: tabular-nums;
  letter-spacing: .08em;
}

.home-page .home-hero .hero-status-state {
  color: rgba(255, 255, 255, .66);
  font-weight: 700;
}

.home-page .home-hero h1 {
  max-width: 800px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(2.9rem, 5.1vw, 4.9rem);
  line-height: .96;
  letter-spacing: -.012em;
  text-shadow: 0 6px 30px rgba(2, 8, 18, .5);
}

.home-page .home-hero h1 span,
.home-page .home-hero h1 em {
  display: block;
  opacity: 0;
  animation: hpHeroLine .95s cubic-bezier(.22, .61, .36, 1) forwards;
}

.home-page .home-hero h1 span { animation-delay: .18s; }

.home-page .home-hero h1 em {
  margin-top: 6px;
  color: var(--hero-gold-text);
  font-weight: 500;
  animation-delay: .34s;
}

.home-page .home-hero h1 em::after {
  display: block;
  width: 0;
  height: 2px;
  margin-top: 16px;
  background: linear-gradient(90deg, var(--hp-gold-light), rgba(238, 212, 125, 0));
  animation: hpHeroRule 1.2s cubic-bezier(.22, .61, .36, 1) 1s forwards;
  content: "";
}

@keyframes hpHeroLine {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: none; }
}

@keyframes hpHeroRule {
  to { width: min(340px, 64%); }
}

.home-page .home-hero .hero-primary-description {
  max-width: 580px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 1.04rem;
  line-height: 1.66;
}

/* Primary and ghost calls to action. */
.home-page .home-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 34px 0 0;
  padding: 0;
}

.home-page .home-hero .hero-actions::before {
  display: none;
}

.home-page .home-hero .hero-actions .btn {
  min-height: 56px;
  padding: 16px 30px;
  border-radius: 2px;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.home-page .home-hero .hero-actions .btn-primary {
  color: #22190a;
  background: linear-gradient(135deg, var(--hp-gold-light), var(--hp-gold));
  border: 0;
  box-shadow: 0 18px 40px rgba(2, 8, 18, .45);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.home-page .home-hero .hero-actions .btn-primary:hover {
  box-shadow: 0 22px 50px rgba(238, 212, 125, .3);
  filter: brightness(1.06);
  transform: translateY(-2px);
}

.home-page .home-hero .hero-actions .btn-ghost {
  display: inline-flex;
  align-items: center;
  color: #fff;
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(238, 212, 125, .5);
  backdrop-filter: blur(8px);
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.home-page .home-hero .hero-actions .btn-ghost:hover {
  color: #fff;
  background: rgba(238, 212, 125, .14);
  border-color: var(--hp-gold-light);
  transform: translateY(-2px);
}

/* Credentials line: verifiable facts only, set as a light rule-separated
   strip rather than a boxed grid so the hero keeps its editorial weight. */
.home-page .home-hero .hero-credentials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 26px;
  max-width: 700px;
  margin: 34px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(238, 212, 125, .26);
  list-style: none;
}

.home-page .home-hero .hero-credentials li {
  position: relative;
  color: rgba(255, 255, 255, .74);
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.4;
}

.home-page .home-hero .hero-credentials li::before {
  position: absolute;
  top: 50%;
  left: -14px;
  width: 3px;
  height: 3px;
  background: var(--hp-gold-light);
  border-radius: 50%;
  transform: translateY(-50%);
  opacity: .7;
  content: "";
}

.home-page .home-hero .hero-credentials li:first-child {
  color: #fff;
  font-weight: 900;
  letter-spacing: .08em;
}

.home-page .home-hero .hero-credentials li:first-child::before {
  display: none;
}

/* Route rail: the four stages, synced to the backdrop image above. */
.home-page .home-hero .hero-route-rail {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(200px, 246px) minmax(0, 1fr);
  align-items: stretch;
  width: 100%;
  background: linear-gradient(180deg, rgba(4, 12, 22, .46), rgba(4, 12, 22, .84));
  border-top: 1px solid rgba(238, 212, 125, .3);
  backdrop-filter: blur(10px);
}

.home-page .home-hero .hero-route-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 18px 22px 18px max(24px, calc((100vw - 1240px) / 2));
  border-right: 1px solid rgba(255, 255, 255, .12);
}

.home-page .home-hero .hero-route-label small {
  color: var(--hp-gold-light);
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.home-page .home-hero .hero-route-label strong {
  color: rgba(255, 255, 255, .82);
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.35;
}

.home-page .home-hero .hero-route-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-page .home-hero .hero-route-steps a {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  padding: 18px 20px;
  border-right: 1px solid rgba(255, 255, 255, .1);
  text-decoration: none;
  transition: background .3s ease;
}

.home-page .home-hero .hero-route-steps a:last-child {
  border-right: 0;
}

.home-page .home-hero .hero-route-steps a::before {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  height: 2px;
  background: var(--hp-gold-light);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .5s cubic-bezier(.22, .61, .36, 1);
  content: "";
}

.home-page .home-hero .hero-route-steps a.is-active::before,
.home-page .home-hero .hero-route-steps a:hover::before,
.home-page .home-hero .hero-route-steps a:focus-visible::before {
  transform: scaleX(1);
}

.home-page .home-hero .hero-route-steps a.is-active,
.home-page .home-hero .hero-route-steps a:hover,
.home-page .home-hero .hero-route-steps a:focus-visible {
  background: rgba(238, 212, 125, .09);
}

.home-page .home-hero .hero-route-steps b {
  color: var(--hp-gold-light);
  font-family: var(--heading-font);
  font-size: 1.85rem;
  font-weight: 600;
  line-height: 1;
  opacity: .62;
  transition: opacity .3s ease;
}

.home-page .home-hero .hero-route-steps a.is-active b,
.home-page .home-hero .hero-route-steps a:hover b {
  opacity: 1;
}

.home-page .home-hero .hero-route-steps span {
  display: block;
  color: #fff;
  font-size: .76rem;
  font-weight: 600;
  line-height: 1.32;
}

.home-page .home-hero .hero-route-steps small {
  display: block;
  margin-bottom: 3px;
  color: var(--hp-gold-light);
  font-size: .56rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

@media (prefers-reduced-motion: reduce) {
  .home-page .home-hero .hero-slide,
  .home-page .home-hero .hero-slide.active {
    transform: none;
    transition: opacity .01ms linear;
  }

  .home-page .home-hero h1 span,
  .home-page .home-hero h1 em,
  .home-page .home-hero .hero-pin,
  .home-page .home-hero .hero-pin-origin,
  .home-page .home-hero h1 em::after,
  .home-page .home-hero .hero-routes-lines path {
    opacity: 1;
    animation: none;
  }

  .home-page .home-hero .hero-routes-lines path {
    stroke-dashoffset: 0;
  }

  .home-page .home-hero h1 em::after {
    width: min(340px, 64%);
  }
}

/* Keep the required contact shortcuts clear of the mobile hero controls. */
@media (max-width: 700px) {
  html body.home-page[data-page-family="home"] .floating-contact {
    bottom: max(84px, calc(84px + env(safe-area-inset-bottom))) !important;
  }
}

/* Homepage route handoff: a compact, action-led extension of the existing card system. */
.home-page .home-next-routes {
  background: var(--paper, #f7f9fc);
  border-top: 1px solid rgba(238, 212, 125, .45);
}

.home-page .home-next-routes .section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.home-page .home-next-route-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.home-page .home-next-route-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0;
  min-height: 196px;
  padding: 72px 22px 20px;
  color: var(--navy, #10243b);
  text-decoration: none;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(247,249,252,.98));
  border: 1px solid rgba(16,36,59,.14);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(16,36,59,.09), 0 2px 5px rgba(16,36,59,.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  font: 700 1.02rem/1.2 var(--serif, Georgia, serif);
}

.home-page .home-next-route-card::before {
  content: attr(data-route-index);
  position: absolute;
  inset: 0 0 auto;
  height: 36px;
  width: 36px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font: 700 .78rem/1 var(--sans, Arial, sans-serif);
  letter-spacing: .06em;
  background: var(--navy, #10243b);
  border: 1px solid rgba(238, 212, 125,.68);
  border-radius: 6px;
  inset: 22px auto auto 22px;
}

.home-page .home-next-route-card:hover,
.home-page .home-next-route-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(238, 212, 125,.72);
  box-shadow: 0 18px 34px rgba(16,36,59,.14), 0 3px 7px rgba(16,36,59,.08);
}

.home-page .home-next-route-card:focus-visible {
  outline: 3px solid rgba(238, 212, 125,.38);
  outline-offset: 3px;
}

.home-page .home-next-route-title {
  display: block;
  color: inherit;
  font: 700 clamp(1.05rem, 1.4vw, 1.24rem)/1.18 var(--serif, Georgia, serif);
  text-wrap: balance;
}

.home-page .home-next-route-description {
  display: block;
  max-width: 22ch;
  margin-top: 12px;
  color: rgba(16,36,59,.68);
  font: 500 .82rem/1.45 var(--sans, Arial, sans-serif);
}

.home-page .home-next-route-action {
  display: block;
  margin-top: auto;
  padding-top: 16px;
  color: #eed47d;
  border-top: 1px solid rgba(16,36,59,.14);
  font: 700 .7rem/1.2 var(--sans, Arial, sans-serif);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-page .home-next-route-action i {
  display: inline-block;
  margin-left: 5px;
  font-style: normal;
  transition: transform .2s ease;
}

.home-page .home-next-route-card:hover .home-next-route-action i,
.home-page .home-next-route-card:focus-visible .home-next-route-action i {
  transform: translateX(4px);
}

.home-page .home-next-route-card-primary {
  color: #ffffff;
  background: linear-gradient(145deg, #182f4a, #10243b);
  border-color: rgba(238, 212, 125,.65);
}

.home-page .home-next-route-card-primary .home-next-route-description { color: rgba(255,255,255,.72); }
.home-page .home-next-route-card-primary .home-next-route-action { color: var(--gold-light, #eed47d); border-color: rgba(255,255,255,.2); }
.home-page .home-next-route-card-primary::before { color: var(--navy, #10243b); background: var(--gold, #eed47d); }

@media (max-width: 1100px) {
  .home-page .home-next-route-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .home-page .home-next-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .home-page .home-next-route-card { min-height: 176px; padding: 64px 16px 16px; }
  .home-page .home-next-route-card::before { width: 32px; height: 32px; inset: 16px auto auto 16px; font-size: .7rem; }
  .home-page .home-next-route-description { margin-top: 9px; font-size: .75rem; }
  .home-page .home-next-route-action { padding-top: 12px; font-size: .64rem; }
}

@media (max-width: 420px) {
  .home-page .home-next-route-grid { grid-template-columns: 1fr; }
  .home-page .home-next-route-card { min-height: 154px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .home-next-route-card { transition: none; }
}

/* Workbook P001: visible route evidence and bounded proof state. */
.home-page .home-route-visual {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
  min-height: 260px;
  margin: 32px 0 24px;
  border: 1px solid rgba(19, 46, 79, .14);
  border-radius: 6px;
  background: #102843;
  box-shadow: 0 18px 44px rgba(9, 25, 44, .12);
}

.home-page .home-route-visual img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.home-page .home-route-visual figcaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 30px;
  color: #fff;
}

.home-page .home-route-visual figcaption strong {
  font-family: var(--font-editorial);
  font-size: 1.35rem;
}

.home-page .home-route-visual figcaption span {
  max-width: 38ch;
  color: rgba(255, 255, 255, .82);
  line-height: 1.65;
}

.home-page .home-route-visual .asset-status-label {
  width: fit-content;
  margin-top: 2px;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  color: rgba(255, 255, 255, .78);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-page .home-evidence-audit .workbook-evidence-grid > div {
  border-top: 3px solid #eed47d;
}

.home-page .home-evidence-review {
  max-width: 980px;
  margin: 26px auto 0;
  padding: 18px 20px;
  border-left: 4px solid #eed47d;
  background: #fff;
  color: #28394b;
  line-height: 1.7;
}

@media (max-width: 820px) {
  .home-page .home-route-visual {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-page .home-route-visual img {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 520px) {
  .home-page .home-route-visual {
    margin-top: 24px;
  }

  .home-page .home-route-visual figcaption {
    padding: 22px 20px;
  }
}

/* Stronger editorial hierarchy and a compact, decision-led dossier. */
.home-page .home-entity { --home-section-accent: #4f7fa8; }
.home-page .home-service-spectrum { --home-section-accent: var(--gold); }
.home-page .home-freight { --home-section-accent: #73b6ad; }
.home-page .home-dossier-section { --home-section-accent: #4f7fa8; }
.home-page .home-commitments { --home-section-accent: var(--gold-light); }

/* Keep the workbook-required direct answer and responsibility line available
   on phones; mobile must not lose the homepage's substantive lead context. */
@media (max-width: 700px) {
  body.home-page .home-hero .hero-primary-description,
  body.home-page .home-hero .hero-credentials {
    display: block !important;
  }

  body.home-page .home-hero .hero-primary-description {
    font-size: .84rem;
    line-height: 1.55;
  }

  body.home-page .home-hero .hero-credentials {
    margin-top: 12px;
    font-size: .65rem;
  }
}
.home-page .home-categories { --home-section-accent: #b86d5d; }
.home-page .home-industries { --home-section-accent: var(--gold); }
.home-page .home-markets { --home-section-accent: #73b6ad; }
.home-page .home-resources { --home-section-accent: #4f7fa8; }
.home-page .home-faq { --home-section-accent: var(--gold); }

.home-page .home-section-header,
.home-page .home-route-heading,
.home-page .home-faq .section-heading,
.home-page .home-request-intro {
  position: relative;
  padding-top: 25px;
}

.home-page .home-section-header::before,
.home-page .home-route-heading::before,
.home-page .home-faq .section-heading::before,
.home-page .home-request-intro::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 72px;
  height: 3px;
  background: var(--home-section-accent, var(--gold));
  content: "";
  transform-origin: left center;
}

.home-page .home-route-heading::before {
  left: 50%;
  transform: translateX(-50%);
}

.home-page .home-request-intro::before {
  background: var(--gold-light);
}

.home-page .home-section-header h2,
.home-page .home-route-heading h2,
.home-page .home-faq .section-heading h2,
.home-page .home-request-intro h2 {
  text-wrap: balance;
}

.js .home-page .home-section-header.home-motion::before,
.js .home-page .home-route-heading.home-motion::before,
.js .home-page .home-faq .section-heading.home-motion::before,
.js .home-page .home-request-intro.home-motion::before {
  opacity: 0;
  transform: scaleX(0);
  transition: opacity .55s ease .16s, transform .7s cubic-bezier(.2, .72, .22, 1) .16s;
}

.js .home-page .home-route-heading.home-motion::before {
  transform: translateX(-50%) scaleX(0);
}

.js .home-page .home-section-header.home-motion.is-home-visible::before,
.js .home-page .home-faq .section-heading.home-motion.is-home-visible::before,
.js .home-page .home-request-intro.home-motion.is-home-visible::before {
  opacity: 1;
  transform: scaleX(1);
}

.js .home-page .home-route-heading.home-motion.is-home-visible::before {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

.home-page .home-dossier {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  margin-top: 44px;
  border: 0;
}

.home-page .home-dossier-status {
  position: relative;
  top: auto;
  display: grid;
  min-height: 0;
  grid-template-columns: 132px minmax(300px, 1fr) minmax(190px, 240px);
  grid-template-rows: auto auto;
  gap: 12px 28px;
  align-items: center;
  padding: 24px 28px;
  overflow: hidden;
  background: linear-gradient(120deg, var(--navy), #142d4c);
  border: 1px solid rgba(238, 212, 125, .28);
  border-top: 3px solid var(--gold);
  border-radius: 8px;
  box-shadow: 0 20px 46px rgba(7, 17, 30, .13);
}

.home-page .home-dossier-kicker {
  grid-column: 1;
  grid-row: 1;
}

.home-page .home-dossier-status > strong {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  font-size: 3rem;
}

.home-page .home-dossier-meter {
  grid-column: 2;
  grid-row: 1;
}

.home-page .home-dossier-status dl {
  display: grid;
  grid-column: 2;
  grid-row: 2;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
}

.home-page .home-dossier-status dl > div {
  min-width: 0;
  padding-top: 10px;
}

.home-page .home-dossier-status > a {
  grid-column: 3;
  grid-row: 1 / 3;
  align-self: center;
  padding: 14px 0;
  font-size: .78rem;
}

.home-page .home-dossier-stages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  background: transparent;
  border: 0;
}

.home-page .home-dossier-stage,
.home-page .home-dossier-stage:last-child {
  min-width: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 8px;
}

.home-page .home-dossier-stage > a {
  position: relative;
  display: grid;
  height: 100%;
  min-height: 312px;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: auto 1fr;
  gap: 18px 14px;
  align-items: start;
  padding: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(15, 30, 54, .12);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(7, 17, 30, .055);
  transition: background .28s ease, border-color .28s ease, box-shadow .28s ease, transform .28s cubic-bezier(.2, .72, .22, 1);
}

.home-page .home-dossier-stage > a::before {
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  width: auto;
  height: 3px;
  transform: scaleX(.18);
  transform-origin: left center;
}

.home-page .home-dossier-stage > a > span {
  grid-column: 1;
  grid-row: 1;
  font-size: 1.35rem;
}

.home-page .home-dossier-stage > a > div {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.home-page .home-dossier-stage h3 {
  margin-bottom: 9px;
  font-size: 1.42rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.home-page .home-dossier-stage p {
  font-size: .82rem;
  line-height: 1.52;
}

.home-page .home-dossier-stage aside {
  display: grid;
  min-height: 0;
  grid-column: 1 / -1;
  grid-row: 2;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 5px 14px;
  align-self: end;
  padding: 15px 0 0;
  border-top: 1px solid rgba(15, 30, 54, .14);
  border-left: 0;
}

.home-page .home-dossier-stage aside > small {
  grid-column: 1 / -1;
  margin-bottom: 1px;
}

.home-page .home-dossier-stage aside strong {
  font-size: 1.05rem;
}

.home-page .home-dossier-stage aside em {
  margin-top: 0;
  text-align: right;
}

.home-page .home-dossier-stage.active > a,
.home-page .home-dossier-stage > a:hover,
.home-page .home-dossier-stage > a:focus-visible {
  border-color: rgba(238, 212, 125, .52);
  box-shadow: 0 22px 44px rgba(7, 17, 30, .11);
  transform: translateY(-4px);
}

@media (max-width: 1040px) {
  .home-page .home-dossier-status {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .home-page .home-dossier-status > a {
    display: none;
  }

  .home-page .home-dossier-stages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .home-page .home-section-header,
  .home-page .home-route-heading,
  .home-page .home-faq .section-heading,
  .home-page .home-request-intro {
    padding-top: 21px;
  }

  .home-page .home-section-header::before,
  .home-page .home-route-heading::before,
  .home-page .home-faq .section-heading::before,
  .home-page .home-request-intro::before {
    width: 54px;
  }

  .home-page .home-dossier {
    gap: 14px;
    margin-top: 32px;
  }

  .home-page .home-dossier-status {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px 16px;
    padding: 20px;
  }

  .home-page .home-dossier-status > strong {
    font-size: 2.5rem;
  }

  .home-page .home-dossier-status dl {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .home-page .home-dossier-stages {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .home-page .home-dossier-stage > a {
    min-height: 0;
    padding: 22px 20px;
  }

  .home-page .home-dossier-stage aside em {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js .home-page .home-section-header.home-motion::before,
  .js .home-page .home-route-heading.home-motion::before,
  .js .home-page .home-faq .section-heading.home-motion::before,
  .js .home-page .home-request-intro.home-motion::before {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .js .home-page .home-route-heading.home-motion::before {
    transform: translateX(-50%);
  }
}

.home-page .home-company-facts {
  color: #fff;
  background: #101e30;
  border-bottom: 1px solid rgba(238, 212, 125, .2);
}

.home-page .home-company-facts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-page .home-company-fact {
  display: grid;
  grid-template-columns: 50px 1fr;
  min-height: 112px;
  align-items: center;
  gap: 14px;
  padding: 19px 23px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, .1);
  text-decoration: none;
}

.home-page .home-company-fact:first-child {
  border-left: 1px solid rgba(255, 255, 255, .1);
}

.home-page .home-company-fact:hover,
.home-page .home-company-fact:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, .045);
}

.home-page .home-company-fact-mark {
  color: var(--hp-gold-light);
  font-family: var(--heading-font);
  font-size: 1.3rem;
  font-weight: 800;
  text-align: center;
}

.home-page .home-company-fact strong,
.home-page .home-company-fact small {
  display: block;
}

.home-page .home-company-fact strong {
  margin-bottom: 5px;
  font-size: .85rem;
}

.home-page .home-company-fact small {
  color: rgba(255, 255, 255, .6);
  font-size: .7rem;
  line-height: 1.5;
}

/* Company entity and operating model. */
.home-page .home-entity {
  background: #fff;
}

.home-page .hp-company-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
  align-items: stretch;
  gap: 54px;
}

.home-page .hp-company-copy h2 {
  margin: 9px 0 20px;
  color: var(--hp-ink);
  font-size: 3.45rem;
  line-height: 1.03;
}

.home-page .hp-company-copy p {
  margin: 0 0 15px;
  color: var(--hp-text);
  font-size: .94rem;
  line-height: 1.72;
}

.home-page .hp-company-copy .hp-company-lead {
  color: #39485a;
  font-size: 1rem;
}

.home-page .hp-company-copy .hp-company-lead strong {
  color: var(--hp-ink);
}

.home-page .hp-company-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 28px;
  border-top: 1px solid var(--home-rule);
  border-left: 1px solid var(--home-rule);
}

.home-page .hp-company-links a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
  min-height: 62px;
  padding: 12px 14px 12px 17px;
  color: var(--hp-ink);
  background: rgba(255, 255, 255, .72);
  border-right: 1px solid var(--home-rule);
  border-bottom: 1px solid var(--home-rule);
  font-family: var(--font-ui);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .24s ease, background .24s ease, box-shadow .24s ease;
}

.home-page .hp-company-links a::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 3px;
  height: calc(100% + 2px);
  background: var(--gold);
  content: "";
  opacity: 0;
  transform: scaleY(.35);
  transition: opacity .24s ease, transform .24s ease;
}

.home-page .hp-company-link-arrow {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  color: #eed47d;
  border: 1px solid rgba(238, 212, 125, .35);
  font-size: 1rem;
  line-height: 1;
  transition: color .24s ease, background .24s ease, border-color .24s ease, transform .24s ease;
}

.home-page .hp-company-links a:focus-visible {
  z-index: 1;
  color: var(--deep-ink);
  background: var(--cream);
  box-shadow: inset 0 0 0 1px rgba(238, 212, 125, .24);
}

.home-page .hp-company-links a:focus-visible::before {
  opacity: 1;
  transform: scaleY(1);
}

.home-page .hp-company-links a:focus-visible .hp-company-link-arrow {
  color: var(--deep-ink);
  background: var(--gold-light);
  border-color: var(--gold);
  transform: translateX(2px);
}

@media (hover: hover) and (pointer: fine) {
  .home-page .hp-company-links a:hover {
    color: var(--deep-ink);
    background: var(--cream);
    box-shadow: inset 0 0 0 1px rgba(238, 212, 125, .24);
  }

  .home-page .hp-company-links a:hover::before {
    opacity: 1;
    transform: scaleY(1);
  }

  .home-page .hp-company-links a:hover .hp-company-link-arrow {
    color: var(--deep-ink);
    background: var(--gold-light);
    border-color: var(--gold);
    transform: translateX(2px);
  }
}

@media (max-width: 560px) {
  .home-page .hp-company-links {
    grid-template-columns: 1fr;
  }
}

.home-page .hp-company-visual {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  color: #fff;
  background: var(--hp-navy);
  border-radius: 6px;
}

.home-page .hp-company-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 15, 28, .94), rgba(6, 15, 28, .05) 68%);
  content: "";
}

.home-page .hp-company-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.home-page .hp-company-visual:hover img {
  transform: scale(1.025);
}

.home-page .hp-company-visual > span {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 29px;
}

.home-page .hp-company-visual small,
.home-page .hp-company-visual strong {
  display: block;
}

.home-page .hp-company-visual small {
  margin-bottom: 7px;
  color: var(--hp-gold-light);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-page .hp-company-visual strong {
  max-width: 430px;
  color: #fff;
  font-family: var(--heading-font);
  font-size: 1.75rem;
  line-height: 1.15;
}

.home-page .hp-entity-facts {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  background: var(--hp-soft);
  border: 1px solid var(--hp-line);
}

.home-page .hp-entity-facts > div {
  padding: 20px 22px;
  border-right: 1px solid var(--hp-line);
}

.home-page .hp-entity-facts > div:last-child {
  border-right: 0;
}

.home-page .hp-entity-facts dt {
  margin-bottom: 6px;
  color: #eed47d;
  font-size: .67rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-page .hp-entity-facts dd {
  margin: 0;
  color: #344356;
  font-size: .78rem;
  line-height: 1.52;
}

/* Buyer-side and sourcing-agent experience. */
.home-page .home-experience {
  background: var(--hp-warm);
  border-top: 1px solid #dce3ed;
  border-bottom: 1px solid #dce3ed;
}

.home-page .home-perspective-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.home-page .home-perspective {
  display: flex;
  min-height: 345px;
  flex-direction: column;
  padding: 34px;
  color: var(--hp-ink);
  background: #fff;
  border: 1px solid #d8d4c9;
  border-radius: 6px;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease;
}

.home-page .home-perspective:hover,
.home-page .home-perspective:focus-visible {
  color: var(--hp-ink);
  border-color: #eed47d;
  transform: translateY(-3px);
}

.home-page .home-perspective-date {
  width: fit-content;
  margin-bottom: 45px;
  padding: 7px 10px;
  color: #eed47d;
  background: #f7f9fc;
  border-radius: 3px;
  font-size: .76rem;
  font-weight: 900;
}

.home-page .home-perspective small {
  color: #eed47d;
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-page .home-perspective h3 {
  max-width: 560px;
  margin: 9px 0 12px;
  color: inherit;
  font-size: 1.8rem;
  line-height: 1.12;
}

.home-page .home-perspective p {
  margin: 0 0 20px;
  color: var(--hp-text);
  font-size: .88rem;
  line-height: 1.65;
}

.home-page .home-perspective strong {
  margin-top: auto;
  color: #eed47d;
  font-size: .75rem;
}

.home-page .home-perspective-dark {
  color: #fff;
  background: var(--hp-navy-2);
  border-color: var(--hp-navy-2);
}

.home-page .home-perspective-dark:hover,
.home-page .home-perspective-dark:focus-visible {
  color: #fff;
}

.home-page .home-perspective-dark .home-perspective-date {
  color: var(--hp-navy);
  background: var(--hp-gold-light);
}

.home-page .home-perspective-dark small,
.home-page .home-perspective-dark strong {
  color: var(--hp-gold-light);
}

.home-page .home-perspective-dark p {
  color: rgba(255, 255, 255, .68);
}

.home-page .home-insight-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 14px;
  border: 1px solid #d8d4c9;
}

.home-page .home-insight-strip span {
  padding: 14px 12px;
  color: #4f5b68;
  background: rgba(255, 255, 255, .55);
  border-right: 1px solid #d8d4c9;
  font-size: .7rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.home-page .home-insight-strip span:last-child {
  border-right: 0;
}

/* Complete service directory. */
.home-page .home-service-spectrum {
  background: #fff;
}

.home-page .home-heading-left {
  max-width: 850px;
  margin: 0 0 40px;
  text-align: left;
}

.home-page .hp-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.home-page .hp-service-card {
  position: relative;
  display: flex;
  min-height: 252px;
  flex-direction: column;
  padding: 23px;
  overflow: hidden;
  color: var(--hp-ink);
  background: #fff;
  border: 1px solid var(--hp-line);
  border-radius: 5px;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.home-page .hp-service-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--hp-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
  content: "";
}

.home-page .hp-service-card:hover,
.home-page .hp-service-card:focus-visible {
  color: var(--hp-ink);
  border-color: #eed47d;
  box-shadow: 0 14px 28px rgba(10, 24, 40, .09);
  transform: translateY(-3px);
}

.home-page .hp-service-card:hover::before,
.home-page .hp-service-card:focus-visible::before {
  transform: scaleX(1);
}

.home-page .hp-service-card > span {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: #eed47d;
  font-size: .66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-page .hp-service-card > span b {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: var(--hp-gold-light);
  background: var(--hp-navy-2);
  border-radius: 3px;
  font-size: .68rem;
}

.home-page .hp-service-card h3 {
  margin: 0 0 9px;
  color: inherit;
  font-size: 1.3rem;
  line-height: 1.14;
}

.home-page .hp-service-card p {
  margin: 0 0 17px;
  color: var(--hp-text);
  font-size: .8rem;
  line-height: 1.58;
}

.home-page .hp-service-card strong {
  margin-top: auto;
  color: #eed47d;
  font-size: .72rem;
}

.home-page .hp-service-card-accent {
  color: #fff;
  background: var(--hp-navy-2);
  border-color: var(--hp-navy-2);
}

.home-page .hp-service-card-accent:hover,
.home-page .hp-service-card-accent:focus-visible {
  color: #fff;
}

.home-page .hp-service-card-accent p {
  color: rgba(255, 255, 255, .68);
}

.home-page .hp-service-card-accent > span,
.home-page .hp-service-card-accent strong {
  color: var(--hp-gold-light);
}

.home-page .hp-service-card-accent > span b {
  color: var(--hp-navy);
  background: var(--hp-gold-light);
}

.home-page .home-hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

/* Twelve-step expandable process. */
.home-page .hp-process {
  color: #fff;
  background: var(--hp-navy);
}

.home-page .home-section-header-light h2,
.home-page .home-section-header-light p {
  color: #fff;
}

.home-page .home-section-header-light p {
  color: rgba(255, 255, 255, .68);
}

.home-page .home-section-header-light .eyebrow,
.home-page .home-section-header-light .home-text-link {
  color: var(--hp-gold-light);
}

.home-process-rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, .14);
}

.home-process-rail span {
  position: relative;
  padding: 12px 9px;
  color: rgba(255, 255, 255, .58);
  border-right: 1px solid rgba(255, 255, 255, .12);
  font-size: .68rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.home-process-rail span:last-child {
  border-right: 0;
}

.home-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 10px;
}

.home-process-step {
  color: #fff;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 5px;
}

.home-process-step[open] {
  grid-column: 1 / -1;
  background: rgba(255, 255, 255, .085);
  border-color: rgba(238, 212, 125, .58);
}

.home-process-step[open] .home-step-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr) auto;
  align-items: start;
  gap: 24px;
}

.home-process-step[open] .home-step-body > p,
.home-process-step[open] .home-step-body dl {
  margin: 0;
}

.home-process-step[open] .home-step-body > a {
  align-self: end;
}

.home-process-step summary {
  position: relative;
  display: grid;
  grid-template-columns: 43px 1fr;
  min-height: 124px;
  align-items: start;
  gap: 13px;
  padding: 19px 44px 18px 18px;
  cursor: pointer;
  list-style: none;
}

.home-process-step summary::-webkit-details-marker {
  display: none;
}

.home-process-step summary::after {
  position: absolute;
  top: 21px;
  right: 18px;
  color: var(--hp-gold-light);
  font-size: 1.35rem;
  line-height: 1;
  content: "+";
}

.home-process-step[open] summary::after {
  content: "-";
}

.home-process-step summary > span {
  color: var(--hp-gold-light);
  font-family: var(--heading-font);
  font-size: 1.28rem;
  font-weight: 800;
}

.home-process-step summary small {
  color: var(--hp-gold-light);
  font-size: .61rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-process-step summary h3 {
  margin: 4px 0 7px;
  color: #fff;
  font-size: 1.16rem;
  line-height: 1.14;
}

.home-process-step summary p {
  margin: 0;
  color: rgba(255, 255, 255, .52);
  font-size: .67rem;
}

.home-step-body {
  padding: 0 18px 20px 74px;
}

.home-step-body > p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .7);
  font-size: .76rem;
  line-height: 1.55;
}

.home-step-body dl {
  margin: 0 0 14px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.home-step-body dl > div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 8px;
  padding: 7px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.home-step-body dt {
  color: var(--hp-gold-light);
  font-size: .62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-step-body dd {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: .68rem;
  line-height: 1.42;
}

.home-step-body > a {
  color: var(--hp-gold-light);
  font-size: .68rem;
  font-weight: 900;
  text-decoration: none;
}

/* Supplier evaluation matrix. */
.home-page .home-evaluation {
  background: var(--hp-soft);
}

.home-evaluation-layout {
  display: grid;
  grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: 58px;
}

.home-evaluation-intro h2 {
  margin: 9px 0 17px;
  color: var(--hp-ink);
  font-size: 3.15rem;
  line-height: 1.05;
}

.home-evaluation-intro > p {
  margin: 0;
  color: var(--hp-text);
  font-size: .94rem;
  line-height: 1.72;
}

.home-link-stack {
  display: grid;
  margin-top: 27px;
  border-top: 1px solid #cfd7dd;
}

.home-link-stack a {
  padding: 12px 0;
  color: #eed47d;
  border-bottom: 1px solid #cfd7dd;
  font-size: .75rem;
  font-weight: 900;
  text-decoration: none;
}

.home-link-stack a::after {
  float: right;
  content: "\2192";
}

.home-evaluation-matrix {
  background: #fff;
  border: 1px solid #ccd5dc;
}

.home-evaluation-head,
.home-evaluation-matrix > a {
  display: grid;
  grid-template-columns: 145px 1fr 120px;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid #dce2e6;
}

.home-evaluation-head {
  color: #fff;
  background: var(--hp-navy-2);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-evaluation-matrix > a {
  color: var(--hp-ink);
  text-decoration: none;
  transition: background .2s ease;
}

.home-evaluation-matrix > a:last-child {
  border-bottom: 0;
}

.home-evaluation-matrix > a:hover,
.home-evaluation-matrix > a:focus-visible {
  color: var(--hp-ink);
  background: #f7f9fc;
}

.home-evaluation-matrix strong {
  font-size: .8rem;
}

.home-evaluation-matrix > a > span {
  color: var(--hp-text);
  font-size: .75rem;
  line-height: 1.5;
}

.home-evaluation-matrix > a > small {
  color: #eed47d;
  font-size: .68rem;
  font-weight: 900;
}

/* Product category media links. */
.home-page .home-categories {
  background: #fff;
}

.home-page .home-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.home-page .home-category-card {
  display: flex;
  min-height: 420px;
  flex-direction: column;
  overflow: hidden;
  color: var(--hp-ink);
  background: #fff;
  border: 1px solid var(--hp-line);
  border-radius: 5px;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease;
}

.home-page .home-category-card:hover,
.home-page .home-category-card:focus-visible {
  color: var(--hp-ink);
  border-color: #eed47d;
  transform: translateY(-3px);
}

.home-page .home-category-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .4s ease;
}

.home-page .home-category-card:hover img {
  transform: scale(1.025);
}

.home-page .home-category-card > span {
  display: flex;
  min-height: 210px;
  flex: 1;
  flex-direction: column;
  padding: 19px;
}

.home-page .home-category-card small {
  color: #eed47d;
  font-size: .62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-page .home-category-card h3 {
  margin: 8px 0;
  color: inherit;
  font-size: 1.25rem;
  line-height: 1.13;
}

.home-page .home-category-card p {
  margin: 0 0 15px;
  color: var(--hp-text);
  font-size: .74rem;
  line-height: 1.52;
}

.home-page .home-category-card strong {
  margin-top: auto;
  color: #eed47d;
  font-size: .68rem;
}

/* Industry and market navigation. */
.home-page .home-industries {
  background: var(--hp-warm);
  border-top: 1px solid #dce3ed;
}

.home-industry-lead {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  align-items: stretch;
  gap: 48px;
  margin-bottom: 42px;
}

.home-industry-lead > div {
  align-self: center;
}

.home-industry-lead h2 {
  margin: 9px 0 17px;
  color: var(--hp-ink);
  font-size: 3.2rem;
  line-height: 1.04;
}

.home-industry-lead p {
  margin: 0 0 24px;
  color: var(--hp-text);
  line-height: 1.7;
}

.home-industry-lead figure {
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
}

.home-industry-lead img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page .home-industry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #d4cfc2;
  border-left: 1px solid #d4cfc2;
}

.home-page .home-industry-grid > a {
  display: grid;
  grid-template-columns: 38px 1fr;
  min-height: 155px;
  gap: 12px;
  padding: 22px;
  color: var(--hp-ink);
  border-right: 1px solid #d4cfc2;
  border-bottom: 1px solid #d4cfc2;
  text-decoration: none;
  transition: background .2s ease;
}

.home-page .home-industry-grid > a:hover,
.home-page .home-industry-grid > a:focus-visible {
  color: var(--hp-ink);
  background: #fff;
}

.home-page .home-industry-grid > a > span {
  color: #eed47d;
  font-family: var(--heading-font);
  font-size: 1.1rem;
  font-weight: 800;
}

.home-page .home-industry-grid h3 {
  margin: 0 0 7px;
  color: inherit;
  font-size: 1.18rem;
  line-height: 1.15;
}

.home-page .home-industry-grid p {
  margin: 0;
  color: var(--hp-text);
  font-size: .75rem;
  line-height: 1.52;
}

.home-page .home-markets {
  color: #fff;
  background: var(--hp-navy-2);
}

.home-market-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.home-market-grid a {
  display: flex;
  min-height: 188px;
  flex-direction: column;
  padding: 22px;
  color: #fff;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 4px;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease;
}

.home-market-grid a:hover,
.home-market-grid a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, .085);
  border-color: rgba(238, 212, 125, .58);
}

.home-market-grid span {
  margin-bottom: 24px;
  color: var(--hp-gold-light);
  font-size: .63rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-market-grid strong {
  margin-bottom: 8px;
  color: #fff;
  font-family: var(--heading-font);
  font-size: 1.27rem;
  line-height: 1.14;
}

.home-market-grid small {
  margin-top: auto;
  color: rgba(255, 255, 255, .61);
  font-size: .7rem;
  line-height: 1.5;
}

/* Quotation, sample, quality, and shipping operations. */
.home-page .home-commercial {
  background: #fff;
}

.home-commercial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(350px, .9fr);
  align-items: stretch;
  gap: 16px;
}

.home-quote-board,
.home-sample-path {
  padding: 30px;
  border: 1px solid var(--hp-line);
  border-radius: 5px;
}

.home-quote-board {
  background: var(--hp-soft);
}

.home-quote-board > div {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 12px;
  padding: 13px 14px;
  color: #4f5e6e;
  background: #fff;
  border-right: 1px solid #d7dee3;
  border-bottom: 1px solid #d7dee3;
  border-left: 1px solid #d7dee3;
  font-size: .73rem;
}

.home-quote-board > div:first-child {
  color: #fff;
  background: var(--hp-navy-2);
  border: 0;
  font-size: .67rem;
  text-transform: uppercase;
}

.home-quote-board > div strong {
  color: var(--hp-ink);
}

.home-quote-board > div:first-child strong {
  color: #fff;
}

.home-quote-board > p {
  margin: 18px 0 0;
  color: var(--hp-text);
  font-size: .75rem;
  line-height: 1.55;
}

.home-sample-path {
  color: #fff;
  background: var(--hp-navy-2);
  border-color: var(--hp-navy-2);
}

.home-sample-path > span {
  display: block;
  margin-bottom: 18px;
  color: var(--hp-gold-light);
  font-size: .67rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-sample-path ol {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.home-sample-path li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.home-sample-path li b {
  color: var(--hp-gold-light);
  font-size: .76rem;
}

.home-sample-path h3 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 1rem;
}

.home-sample-path p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: .72rem;
  line-height: 1.5;
}

.home-sample-path .home-text-link {
  color: var(--hp-gold-light);
}

.home-page .home-operations {
  color: #fff;
  background: var(--hp-navy);
}

.home-operation-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.home-operation {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  overflow: hidden;
  color: #fff;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 5px;
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease;
}

.home-operation:hover,
.home-operation:focus-visible {
  color: #fff;
  border-color: rgba(238, 212, 125, .62);
  transform: translateY(-3px);
}

.home-operation img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.home-operation > span {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 25px;
}

.home-operation small {
  color: var(--hp-gold-light);
  font-size: .63rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-operation h3 {
  margin: 9px 0 11px;
  color: #fff;
  font-size: 1.45rem;
  line-height: 1.13;
}

.home-operation p {
  margin: 0 0 17px;
  color: rgba(255, 255, 255, .64);
  font-size: .78rem;
  line-height: 1.58;
}

.home-operation strong {
  margin-top: auto;
  color: var(--hp-gold-light);
  font-size: .7rem;
}

/* China visits and supplier digital growth. */
.home-page .home-expansion {
  background: var(--hp-warm);
}

.home-expansion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.home-expansion-card {
  position: relative;
  display: flex;
  min-height: 530px;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background: var(--hp-navy);
  border-radius: 6px;
  text-decoration: none;
}

.home-expansion-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 14, 27, .97) 0%, rgba(5, 14, 27, .7) 52%, rgba(5, 14, 27, .06) 100%);
  content: "";
}

.home-expansion-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.home-expansion-card:hover img {
  transform: scale(1.025);
}

.home-expansion-card > span {
  position: relative;
  z-index: 2;
  padding: 34px;
}

.home-expansion-card small {
  color: var(--hp-gold-light);
  font-size: .67rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-expansion-card h3 {
  max-width: 580px;
  margin: 9px 0 11px;
  color: #fff;
  font-size: 1.85rem;
  line-height: 1.11;
}

.home-expansion-card p {
  max-width: 570px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, .72);
  font-size: .82rem;
  line-height: 1.58;
}

.home-expansion-card strong {
  color: var(--hp-gold-light);
  font-size: .73rem;
}

/* Tools and knowledge. */
.home-page .home-resources {
  background: #fff;
}

.home-resource-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
  gap: 16px;
}

.home-tool-panel,
.home-knowledge-panel {
  padding: 30px;
  border: 1px solid var(--hp-line);
  border-radius: 5px;
}

.home-tool-panel {
  color: #fff;
  background: var(--hp-navy-2);
  border-color: var(--hp-navy-2);
}

.home-panel-heading {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
  padding-bottom: 14px;
  border-bottom: 1px solid currentColor;
}

.home-panel-heading span {
  font-family: var(--heading-font);
  font-size: 1.3rem;
  font-weight: 800;
}

.home-panel-heading small {
  align-self: center;
  color: #eed47d;
  font-size: .65rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-tool-panel .home-panel-heading {
  border-color: rgba(255, 255, 255, .16);
}

.home-tool-panel .home-panel-heading small {
  color: var(--hp-gold-light);
}

/* On a phone the side-by-side split squeezes the title into half the width and
   wraps it mid-phrase while the label floats beside it. Stack them, label
   first, matching the eyebrow-above-heading pattern used elsewhere. */
@media (max-width: 700px) {
  .home-panel-heading {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 8px;
  }

  .home-panel-heading small {
    align-self: flex-start;
  }
}

.home-tool-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.home-tool-grid a {
  display: flex;
  min-height: 178px;
  flex-direction: column;
  padding: 18px;
  color: #fff;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 4px;
  text-decoration: none;
}

.home-tool-grid a:hover,
.home-tool-grid a:focus-visible {
  color: #fff;
  border-color: rgba(238, 212, 125, .6);
}

.home-tool-grid a > span {
  margin-bottom: 16px;
  color: var(--hp-gold-light);
  font-size: .68rem;
  font-weight: 900;
}

.home-tool-grid h3 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 1.15rem;
}

.home-tool-grid p {
  margin: 0 0 13px;
  color: rgba(255, 255, 255, .62);
  font-size: .72rem;
  line-height: 1.48;
}

.home-tool-grid strong {
  margin-top: auto;
  color: var(--hp-gold-light);
  font-size: .65rem;
}

.home-knowledge-panel {
  background: var(--hp-soft);
}

.home-knowledge-panel > a {
  display: grid;
  grid-template-columns: 125px 1fr auto;
  gap: 9px 14px;
  padding: 18px 0;
  color: var(--hp-ink);
  border-bottom: 1px solid #d4dce1;
  text-decoration: none;
}

.home-knowledge-panel > a:hover h3,
.home-knowledge-panel > a:focus-visible h3 {
  color: #eed47d;
}

.home-knowledge-panel > a > span {
  grid-row: 1 / 3;
  color: #eed47d;
  font-size: .62rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-knowledge-panel h3 {
  margin: 0;
  color: var(--hp-ink);
  font-size: 1.13rem;
  line-height: 1.18;
}

.home-knowledge-panel p {
  margin: 0;
  color: var(--hp-text);
  font-size: .72rem;
  line-height: 1.48;
}

.home-knowledge-panel > a > small {
  grid-column: 3;
  grid-row: 1 / 3;
  align-self: center;
  color: #75808c;
  font-size: .62rem;
}

.home-knowledge-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding-top: 22px;
}

.home-knowledge-footer a {
  color: #eed47d;
  font-size: .7rem;
  font-weight: 900;
  text-decoration: none;
}

/* Commercial clarity and independent review proof. */
.home-page .hp-trust {
  background: var(--hp-soft);
  border-top: 1px solid var(--hp-line);
}

.home-page .hp-trust-layout {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  gap: 54px;
}

.home-page .hp-trust-heading h2 {
  margin: 9px 0 15px;
  color: var(--hp-ink);
  font-size: 3.05rem;
  line-height: 1.05;
}

.home-page .hp-trust-heading p {
  margin: 0;
  color: var(--hp-text);
  line-height: 1.7;
}

.home-page .hp-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-page .hp-trust-grid > a {
  display: grid;
  grid-template-columns: 54px 1fr;
  min-height: 180px;
  gap: 14px;
  padding: 20px;
  color: var(--hp-ink);
  background: #fff;
  border: 1px solid var(--hp-line);
  border-radius: 5px;
  text-decoration: none;
}

.home-page .hp-trust-grid > a:hover,
.home-page .hp-trust-grid > a:focus-visible {
  color: var(--hp-ink);
  border-color: #eed47d;
}

.home-page .hp-trust-grid > a > span {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: var(--hp-gold-light);
  background: var(--hp-navy-2);
  border-radius: 4px;
  font-family: var(--heading-font);
  font-size: .9rem;
  font-weight: 800;
}

.home-page .hp-trust-grid h3 {
  margin: 0 0 7px;
  color: var(--hp-ink);
  font-size: 1.14rem;
  line-height: 1.16;
}

.home-page .hp-trust-grid p {
  margin: 0 0 11px;
  color: var(--hp-text);
  font-size: .75rem;
  line-height: 1.52;
}

.home-page .hp-trust-grid strong {
  color: #eed47d;
  font-size: .67rem;
}

.home-page .hp-trustpilot .trustpilot-layout {
  min-height: 480px;
}

.home-page .hp-trustpilot-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 24px 0 0;
  padding: 0;
  border-top: 1px solid rgba(238, 212, 125, .24);
  list-style: none;
}

.home-page .hp-trustpilot-principles li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 8px;
  padding: 15px 10px 0 0;
}

.home-page .hp-trustpilot-principles li + li {
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, .12);
}

.home-page .hp-trustpilot-principles li > span {
  color: var(--hp-gold-light);
  font-weight: 900;
}

.home-page .hp-trustpilot-principles strong,
.home-page .hp-trustpilot-principles small {
  display: block;
}

.home-page .hp-trustpilot-principles strong {
  color: #fff;
  font-size: .72rem;
}

.home-page .hp-trustpilot-principles small {
  margin-top: 3px;
  color: rgba(255, 255, 255, .56);
  font-size: .65rem;
  line-height: 1.4;
}

/* FAQ and conversion form. */
.home-page .home-faq {
  background: #fff;
}

.home-page .home-faq .section-heading {
  max-width: 820px;
  margin-bottom: 30px;
  text-align: left;
}

.home-page .home-faq .faq-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 9px 12px;
}

.home-page .home-faq .faq-item,
.home-page .home-faq .faq-item + .faq-item {
  overflow: hidden;
  background: var(--hp-soft);
  border: 1px solid var(--hp-line);
  border-radius: 4px;
}

.home-page .home-faq .faq-question {
  min-height: 61px;
  padding: 14px 17px;
  color: var(--hp-ink);
  font-size: .82rem;
  line-height: 1.35;
}

.home-page .home-faq .faq-answer p {
  margin: 0;
  padding: 0 17px 17px;
  color: var(--hp-text);
  font-size: .78rem;
  line-height: 1.58;
}

.home-page .home-request {
  color: #fff;
  background: var(--hp-navy);
  border-top: 1px solid rgba(238, 212, 125, .26);
}

.home-request-layout {
  display: grid;
  grid-template-columns: minmax(330px, .72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 60px;
}

.home-page .home-request-intro {
  position: sticky;
  top: 108px;
}

.home-request-intro .eyebrow {
  color: var(--hp-gold-light);
}

.home-request-intro h2 {
  margin: 10px 0 18px;
  /* This section uses a navy surface; keep the editorial heading on the
     inverse text token even when the sitewide heading layer is loaded later. */
  color: #fff !important;
  -webkit-text-fill-color: currentColor;
  font-size: 3.5rem;
  line-height: 1.02;
}

.home-request-intro > p {
  margin: 0 0 27px;
  color: rgba(255, 255, 255, .7);
  line-height: 1.7;
}

.home-request-intro ol {
  margin: 0 0 27px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
  list-style: none;
}

.home-request-intro li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.home-request-intro li > span {
  color: var(--hp-gold-light);
  font-size: .72rem;
  font-weight: 900;
}

.home-request-intro li strong,
.home-request-intro li small {
  display: block;
}

.home-request-intro li strong {
  color: #fff;
  font-size: .8rem;
}

.home-request-intro li small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .57);
  font-size: .7rem;
  line-height: 1.45;
}

.home-contact-options {
  display: grid;
  gap: 7px;
}

.home-contact-options a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  color: #fff;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .13);
  text-decoration: none;
}

.home-contact-options a:hover,
.home-contact-options a:focus-visible {
  color: #fff;
  border-color: rgba(238, 212, 125, .6);
}

.home-contact-options span {
  color: rgba(255, 255, 255, .55);
  font-size: .66rem;
}

.home-contact-options strong {
  color: var(--hp-gold-light);
  font-size: .68rem;
  text-align: right;
}

.home-request-form-wrap {
  padding: 32px;
  color: var(--hp-ink);
  background: #fff;
  border-radius: 6px;
}

.home-request-form-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--hp-line);
}

.home-request-form-heading span {
  font-family: var(--heading-font);
  font-size: 1.45rem;
  font-weight: 800;
}

.home-request-form-heading small {
  align-self: center;
  color: #687584;
  font-size: .66rem;
}

.home-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.home-request-form .field {
  min-width: 0;
}

.home-request-form .field.full {
  grid-column: 1 / -1;
}

.home-request-form label {
  display: block;
  margin-bottom: 6px;
  color: #3e4c5e;
  font-size: .7rem;
  font-weight: 900;
}

.home-request-form input,
.home-request-form textarea,
.home-request-form select {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--hp-ink);
  background: #f7f9fa;
  border: 1px solid #ccd5dc;
  border-radius: 3px;
  font: inherit;
  font-size: .78rem;
}

.home-request-form textarea {
  min-height: 92px;
  resize: vertical;
}

.home-request-form input[type="file"] {
  padding: 8px;
}

.home-request-form input:focus,
.home-request-form textarea:focus,
.home-request-form select:focus {
  background: #fff;
  border-color: #eed47d;
}

.home-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.home-form-note {
  margin: 15px 0 0;
  color: #667382;
  font-size: .68rem;
  line-height: 1.5;
}

.home-request-form-wrap .static-form-message {
  margin-top: 16px;
  color: #385344;
  background: #eaf4ed;
  border: 1px solid #bdd7c4;
  border-radius: 3px;
}

.home-request-form-wrap .selected-files {
  margin: 6px 0 0;
  color: #64707e;
  font-size: .64rem;
}

/* Fields carried down from the hero brief panel, briefly highlighted. */
.home-request-form .is-prefilled {
  background: #ffffff;
  border-color: var(--hp-gold);
  box-shadow: 0 0 0 3px rgba(238, 212, 125, .16);
  transition: background .5s ease, border-color .5s ease, box-shadow .5s ease;
}

.home-page .floating-contact {
  transition: opacity .2s ease, visibility .2s ease;
}

.home-page.home-hero-in-view .floating-contact,
.home-page.home-request-in-view .floating-contact {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 1280px) {
  .home-page .home-hero .hero-grid {
    grid-template-columns: minmax(0, 760px);
    gap: 40px;
  }

  .home-page .hp-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-page .home-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-market-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1040px) {
  .home-page main .section {
    padding: 76px 0;
  }

  .home-page .home-hero {
    min-height: 0;
  }

  .home-page .home-hero .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .home-page .home-hero .hero-content,
  .home-page .home-hero h1,
  .home-page .home-hero .hero-primary-description,
  .home-page .home-hero .hero-credentials {
    max-width: 720px;
  }

  .home-page .home-hero .hero-route-rail {
    grid-template-columns: 1fr;
  }

  .home-page .home-hero .hero-route-label {
    padding: 15px max(24px, calc((100vw - 1240px) / 2));
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .home-page .home-hero .hero-route-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .home-hero .hero-route-steps a:nth-child(2) {
    border-right: 0;
  }

  .home-page .home-hero .hero-route-steps a:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .home-section-header-split,
  .home-page .hp-company-grid,
  .home-evaluation-layout,
  .home-industry-lead,
  .home-page .hp-trust-layout,
  .home-resource-layout,
  .home-request-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .home-page .home-company-facts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .home-company-fact:nth-child(2) {
    border-right: 0;
  }

  .home-page .home-company-fact:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .home-page .hp-company-visual {
    min-height: 440px;
  }

  .home-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-commercial-grid {
    grid-template-columns: 1fr;
  }

  .home-operation-grid {
    grid-template-columns: 1fr;
  }

  .home-operation {
    display: grid;
    grid-template-columns: minmax(330px, .8fr) minmax(0, 1.2fr);
    min-height: 0;
  }

  .home-operation img {
    height: 100%;
    aspect-ratio: auto;
  }

  .home-page .home-request-intro {
    position: static;
    top: auto;
  }
}

@media (min-width: 1041px) and (max-height: 850px) {
  .home-page .home-hero {
    min-height: calc(100svh - 108px);
  }

  .home-page .home-hero .hero-content-wrapper {
    padding: 56px 0 40px;
  }
}

@media (max-width: 800px) {
  .home-page .home-hero .hero-content-wrapper {
    width: calc(100% - 32px);
    height: auto;
    min-height: 0;
    padding: 46px 0 40px;
  }

  .home-page .home-hero::before {
    background:
      linear-gradient(180deg, rgba(4, 13, 25, .82) 0%, rgba(4, 13, 25, .9) 45%, rgba(4, 13, 25, .95) 100%);
  }

  .home-page .home-hero .hero-routes {
    opacity: .4;
  }

  .home-page .home-hero .hero-slide {
    object-position: var(--hero-position-mobile, center center);
  }

  /* Hand back to the shared --type-content-h2 scale in styles.css, which has
     steps at 1024/768/480/390/360. The literal value here used to win on
     specificity and stopped the sub-560px steps from ever applying. */
  .home-page main .section-heading h2,
  .home-section-header h2,
  .home-page .hp-company-copy h2,
  .home-evaluation-intro h2,
  .home-industry-lead h2,
  .home-page .hp-trust-heading h2,
  .home-request-intro h2 {
    font-size: var(--type-content-h2);
  }

  .home-page .hp-service-grid,
  .home-page .home-category-grid,
  .home-page .home-industry-grid,
  .home-expansion-grid,
  .home-page .hp-trust-grid,
  .home-page .home-faq .faq-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .hp-entity-facts,
  .home-page .home-insight-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .hp-entity-facts > div,
  .home-page .home-insight-strip span {
    border-bottom: 1px solid var(--hp-line);
  }

  .home-page .home-perspective-grid {
    grid-template-columns: 1fr;
  }

  .home-evaluation-head,
  .home-evaluation-matrix > a {
    grid-template-columns: 120px 1fr;
  }

  .home-evaluation-head > :last-child,
  .home-evaluation-matrix > a > small {
    display: none;
  }

  .home-resource-layout {
    grid-template-columns: 1fr;
  }

  .home-expansion-card {
    min-height: 500px;
  }

  .home-operation {
    grid-template-columns: 1fr;
  }

  .home-operation img {
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 560px) {
  .home-page main .section {
    padding: 58px 0;
  }

  .home-page .home-hero .hero-content-wrapper {
    height: auto;
    min-height: 0;
    padding: 32px 0 34px;
  }

  .home-page .home-hero .hero-grid {
    gap: 26px;
  }

  .home-page .home-hero .hero-content .eyebrow.hero-status {
    margin-bottom: 16px;
    padding: 6px 11px;
    font-size: .58rem;
    letter-spacing: .08em;
  }

  .home-page .home-hero h1 {
    margin-bottom: 14px;
    font-size: 2.2rem;
    line-height: 1.03;
  }

  .home-page .home-hero h1 em::after {
    margin-top: 11px;
  }

  .home-page .home-hero .hero-content > .hero-primary-description {
    font-size: .82rem;
    line-height: 1.5;
  }

  .home-page .home-hero .hero-route-steps {
    grid-template-columns: 1fr;
  }

  .home-page .home-hero .hero-route-steps a,
  .home-page .home-hero .hero-route-steps a:nth-child(2) {
    padding: 13px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .home-page .home-hero .hero-route-steps a:last-child {
    border-bottom: 0;
  }

  .home-page .home-hero .hero-route-steps b {
    font-size: 1.5rem;
  }

  .home-page .home-company-facts-grid,
  .home-page .hp-service-grid,
  .home-process-grid,
  .home-page .home-category-grid,
  .home-page .home-industry-grid,
  .home-market-grid,
  .home-expansion-grid,
  .home-page .hp-trust-grid,
  .home-page .home-faq .faq-wrap,
  .home-form-grid,
  .home-page .hp-entity-facts,
  .home-page .home-insight-strip {
    grid-template-columns: 1fr;
  }

  .home-page .home-company-fact,
  .home-page .home-company-fact:first-child,
  .home-page .home-company-fact:nth-child(2) {
    min-height: 84px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    border-left: 0;
  }

  .home-page .home-company-fact:last-child {
    border-bottom: 0;
  }

  .home-page main .section-heading h2,
  .home-section-header h2,
  .home-page .hp-company-copy h2,
  .home-evaluation-intro h2,
  .home-industry-lead h2,
  .home-page .hp-trust-heading h2,
  .home-request-intro h2 {
    font-size: var(--type-content-h2);
    line-height: 1.07;
  }

  .home-page .hp-company-visual {
    min-height: 340px;
  }

  .home-page .hp-entity-facts > div,
  .home-page .home-insight-strip span {
    border-right: 0;
  }

  .home-page .home-perspective {
    min-height: 0;
    padding: 24px;
  }

  .home-page .home-perspective-date {
    margin-bottom: 32px;
  }

  .home-page .hp-service-card {
    min-height: 0;
  }

  .home-process-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-process-rail span:nth-child(-n + 3) {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .home-step-body {
    padding-left: 18px;
  }

  .home-process-step[open] {
    grid-column: auto;
  }

  .home-process-step[open] .home-step-body {
    display: block;
  }

  .home-process-step[open] .home-step-body > p,
  .home-process-step[open] .home-step-body dl {
    margin-bottom: 14px;
  }

  .home-evaluation-head {
    display: none;
  }

  .home-evaluation-matrix > a {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .home-page .home-category-card {
    min-height: 0;
  }

  .home-page .home-category-card > span {
    min-height: 200px;
  }

  .home-industry-lead figure {
    min-height: 280px;
  }

  .home-page .home-industry-grid > a {
    min-height: 130px;
  }

  .home-quote-board,
  .home-sample-path,
  .home-tool-panel,
  .home-knowledge-panel,
  .home-request-form-wrap {
    padding: 20px;
  }

  .home-quote-board {
    overflow-x: auto;
  }

  .home-quote-board > div {
    min-width: 500px;
  }

  .home-expansion-card {
    min-height: 480px;
  }

  .home-expansion-card > span {
    padding: 25px;
  }

  .home-expansion-card h3 {
    font-size: 1.55rem;
  }

  .home-tool-grid {
    grid-template-columns: 1fr;
  }

  .home-tool-grid a {
    min-height: 150px;
  }

  .home-knowledge-panel > a {
    grid-template-columns: 1fr;
  }

  .home-knowledge-panel > a > span,
  .home-knowledge-panel > a > small {
    grid-row: auto;
    grid-column: auto;
  }

  .home-page .hp-trustpilot-principles {
    grid-template-columns: 1fr;
  }

  .home-page .hp-trustpilot-principles li + li {
    padding-left: 0;
    border-left: 0;
  }

  .home-contact-options a,
  .home-request-form-heading {
    display: grid;
  }

  .home-contact-options strong {
    text-align: left;
  }

  .home-request-form .field.full {
    grid-column: auto;
  }

  .home-form-actions {
    display: grid;
  }

  .home-form-actions .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .home-hero .hero-slide,
  .home-page .hp-company-visual img,
  .home-page .hp-service-card,
  .home-page .home-category-card,
  .home-page .home-category-card img,
  .home-operation,
  .home-expansion-card img {
    transition: none;
  }
}

/* Creative authority refresh: editorial scale, asymmetric media, and purposeful motion. */
.home-page {
  --hp-teal: #2f6b63;
  --hp-coral: #a84e42;
  --hp-blue: #496b89;
  --hp-canvas: #eef1f2;
}

.home-page main .section {
  position: relative;
  isolation: isolate;
}

.home-page main .section::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: max(24px, calc((100% - 1240px) / 2));
  width: min(76px, 7vw);
  height: 1px;
  background: var(--hp-gold);
  content: "";
}

.home-page .home-hero .hero-slide {
  transform: scale(1.01) translate3d(0, 0, 0);
  transition: opacity 1s ease, transform 8s cubic-bezier(.2, .65, .25, 1);
}

.home-page .home-hero .hero-slide.active {
  transform: scale(1.07) translate3d(-.5%, 0, 0);
}

.home-page .hero-carousel-controls {
  min-width: 390px;
  padding: 6px;
  gap: 8px;
}

.home-page .hero-carousel-controls > small {
  min-width: 174px;
  padding: 0 10px;
  color: rgba(255, 255, 255, .78);
  border-right: 1px solid rgba(255, 255, 255, .13);
  font-size: .63rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.home-page .home-company-fact {
  position: relative;
  overflow: hidden;
}

.home-page .home-company-fact::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--hp-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
  content: "";
}

.home-page .home-company-fact:hover::after,
.home-page .home-company-fact:focus-visible::after {
  transform: scaleX(1);
}

.home-page .hp-company-visual {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%);
}

.home-page .hp-company-visual::before {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  width: 64px;
  height: 64px;
  border-top: 1px solid var(--hp-gold-light);
  border-right: 1px solid var(--hp-gold-light);
  opacity: .8;
  pointer-events: none;
  content: "";
}

.home-page .home-perspective-grid {
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: 22px;
}

.home-page .home-perspective {
  min-height: 390px;
  padding: 38px;
  border: 0;
  box-shadow: 0 18px 50px rgba(14, 25, 38, .08);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}

.home-page .home-perspective-dark {
  margin-top: 36px;
  box-shadow: 0 24px 58px rgba(7, 17, 30, .2);
}

.home-page .home-perspective-date {
  position: relative;
  margin-bottom: 58px;
}

.home-page .home-perspective-date::after {
  position: absolute;
  top: 50%;
  left: calc(100% + 14px);
  width: 74px;
  height: 1px;
  background: currentColor;
  opacity: .42;
  content: "";
}

/* Five visual service chapters replace the uniform twenty-card wall. */
.home-page .home-service-spectrum {
  background: var(--hp-canvas);
}

.home-page .hp-service-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 28px 24px;
}

.home-page .hp-service-cluster {
  --cluster-accent: var(--hp-blue);
  display: grid;
  grid-column: span 6;
  grid-template-rows: auto auto 1fr;
  min-width: 0;
  padding-top: 9px;
  border-top: 3px solid var(--cluster-accent);
}

.home-page .hp-service-cluster:nth-child(2) {
  --cluster-accent: var(--hp-teal);
}

.home-page .hp-service-cluster:nth-child(3) {
  --cluster-accent: var(--hp-coral);
}

.home-page .hp-service-cluster:nth-child(4) {
  --cluster-accent: #eed47d;
}

.home-page .hp-service-cluster-final {
  --cluster-accent: var(--hp-gold);
  grid-column: 1 / -1;
  color: #fff;
  background: var(--hp-navy-2);
  border-top: 0;
}

.home-page .hp-service-cluster-wide {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  grid-template-rows: auto 1fr;
  gap: 0 34px;
}

.home-page .hp-service-cluster-wide > figure {
  grid-row: 1 / 3;
  min-height: 580px;
}

.home-page .hp-service-cluster-reverse > figure {
  grid-column: 2;
}

.home-page .hp-service-cluster-reverse > .hp-service-cluster-copy,
.home-page .hp-service-cluster-reverse > .hp-service-links {
  grid-column: 1;
}

.home-page .hp-service-cluster-final {
  grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr);
  grid-template-rows: auto 1fr;
  gap: 0;
  padding: 0;
}

.home-page .hp-service-cluster-final > figure {
  grid-row: 1 / 3;
  min-height: 560px;
}

.home-page .hp-service-cluster > figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--hp-navy);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
}

.home-page .hp-service-cluster:not(.hp-service-cluster-wide):not(.hp-service-cluster-final) > figure {
  aspect-ratio: 16 / 9;
}

.home-page .hp-service-cluster figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 15, 27, .84), rgba(5, 15, 27, .04) 58%);
  pointer-events: none;
  content: "";
}

.home-page .hp-service-cluster figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2, .65, .25, 1), filter .5s ease;
}

.home-page .hp-service-cluster:hover figure img,
.home-page .hp-service-cluster:focus-within figure img {
  filter: saturate(1.06) contrast(1.03);
  transform: scale(1.055);
}

.home-page .hp-service-cluster figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.home-page .hp-service-cluster figcaption b {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--hp-navy);
  background: var(--hp-gold-light);
  font-family: var(--heading-font);
  font-size: 1rem;
}

.home-page .hp-service-cluster figcaption span {
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-page .hp-service-cluster-copy {
  padding: 24px 3px 20px;
}

.home-page .hp-service-cluster-wide .hp-service-cluster-copy {
  padding-top: 20px;
}

.home-page .hp-service-cluster-final .hp-service-cluster-copy {
  padding: 38px 40px 22px;
}

.home-page .hp-service-cluster-copy > span {
  color: var(--cluster-accent);
  font-size: .66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-page .hp-service-cluster-final .hp-service-cluster-copy > span {
  color: var(--hp-gold-light);
}

.home-page .hp-service-cluster-copy h3 {
  max-width: 620px;
  margin: 8px 0 11px;
  color: var(--hp-ink);
  font-size: 2rem;
  line-height: 1.06;
}

.home-page .hp-service-cluster-final .hp-service-cluster-copy h3 {
  color: #fff;
}

.home-page .hp-service-cluster-copy p {
  max-width: 650px;
  margin: 0;
  color: var(--hp-text);
  font-size: .82rem;
  line-height: 1.58;
}

.home-page .hp-service-cluster-final .hp-service-cluster-copy p {
  color: rgba(255, 255, 255, .66);
}

.home-page .hp-service-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 22px;
  padding: 0 3px;
  border-top: 1px solid rgba(20, 34, 56, .2);
}

.home-page .hp-service-cluster-wide .hp-service-links {
  grid-template-columns: 1fr;
}

.home-page .hp-service-cluster-final .hp-service-links {
  align-content: start;
  padding: 0 40px 34px;
  border-color: rgba(255, 255, 255, .13);
}

.home-page .hp-service-card,
.home-page .hp-service-card-accent {
  display: grid;
  min-height: 0;
  padding: 18px 0 17px;
  color: var(--hp-ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(20, 34, 56, .16);
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.home-page .hp-service-cluster-final .hp-service-card,
.home-page .hp-service-cluster-final .hp-service-card-accent {
  color: #fff;
  border-color: rgba(255, 255, 255, .13);
}

.home-page .hp-service-card::before {
  top: auto;
  right: auto;
  bottom: -1px;
  width: 58px;
  height: 2px;
  transform-origin: left;
}

.home-page .hp-service-card:hover,
.home-page .hp-service-card:focus-visible,
.home-page .hp-service-card-accent:hover,
.home-page .hp-service-card-accent:focus-visible {
  color: var(--hp-ink);
  border-color: rgba(20, 34, 56, .16);
  box-shadow: none;
  transform: translateX(5px);
}

.home-page .hp-service-cluster-final .hp-service-card:hover,
.home-page .hp-service-cluster-final .hp-service-card:focus-visible {
  color: #fff;
}

.home-page .hp-service-card > span {
  margin-bottom: 8px;
  color: var(--cluster-accent);
}

.home-page .hp-service-card > span b,
.home-page .hp-service-card-accent > span b {
  display: inline;
  width: auto;
  height: auto;
  color: inherit;
  background: transparent;
  font-size: inherit;
}

.home-page .hp-service-card h3 {
  margin-bottom: 6px;
  font-size: 1.13rem;
}

.home-page .hp-service-card p,
.home-page .hp-service-card-accent p {
  margin-bottom: 11px;
  color: var(--hp-text);
  font-size: .73rem;
}

.home-page .hp-service-cluster-final .hp-service-card p {
  color: rgba(255, 255, 255, .62);
}

.home-page .hp-service-card strong,
.home-page .hp-service-card-accent strong {
  color: #eed47d;
  font-size: .65rem;
}

.home-page .hp-service-cluster-final .hp-service-card strong {
  color: var(--hp-gold-light);
}

.home-page .hp-service-card strong::after {
  display: inline-block;
  margin-left: 7px;
  content: "\2192";
  transition: transform .2s ease;
}

.home-page .hp-service-card:hover strong::after {
  transform: translateX(4px);
}

/* Process becomes a sticky visual plus a compact interactive decision rail. */
.home-page .hp-process {
  background: #081421;
}

.home-process-rail {
  position: relative;
  overflow: hidden;
}

.home-process-rail::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--hp-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.2s cubic-bezier(.2, .65, .25, 1);
  content: "";
}

.home-process-rail.is-home-visible::after {
  transform: scaleX(1);
}

.home-process-stage {
  display: grid;
  grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 18px;
}

.home-process-visual {
  position: sticky;
  top: 104px;
  display: block;
  min-height: 620px;
  overflow: hidden;
  color: #fff;
  background: var(--hp-navy-2);
  border: 1px solid rgba(238, 212, 125, .22);
  text-decoration: none;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 0 100%);
}

.home-process-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 14, 27, .98) 0%, rgba(5, 14, 27, .22) 72%);
  content: "";
}

.home-process-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% center;
  transition: transform .8s ease;
}

.home-process-visual:hover img {
  transform: scale(1.045);
}

.home-process-visual > span {
  position: absolute;
  z-index: 2;
  right: 26px;
  bottom: 28px;
  left: 26px;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  gap: 8px;
}

.home-process-visual small {
  grid-column: 1 / -1;
  margin-bottom: 12px;
  color: var(--hp-gold-light);
  font-size: .66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-process-visual strong {
  font-size: .67rem;
  text-transform: uppercase;
}

.home-process-visual i {
  height: 1px;
  background: var(--hp-gold);
}

.home-page .home-process-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-page .home-process-step {
  min-height: 138px;
  background: rgba(255, 255, 255, .055);
  border-color: rgba(255, 255, 255, .13);
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.home-page .home-process-step:hover,
.home-page .home-process-step:focus-within {
  background: rgba(255, 255, 255, .09);
  border-color: rgba(238, 212, 125, .45);
  transform: translateY(-2px);
}

.home-page .home-process-step[open] {
  grid-column: 1 / -1;
  border-color: rgba(238, 212, 125, .62);
}

.home-page .home-process-step[open] .home-step-body {
  animation: homeStepOpen .36s ease both;
}

@keyframes homeStepOpen {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* An editorial category mosaic keeps the products visible and inspectable. */
.home-page .home-categories {
  background: #fff;
}

.home-page .home-category-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 218px;
  gap: 12px;
}

.home-page .home-category-card {
  position: relative;
  display: block;
  min-height: 0;
  overflow: hidden;
  color: #fff;
  background: var(--hp-navy);
  border: 0;
  border-radius: 3px;
  transform: none;
}

.home-page .home-category-card:nth-child(1) { grid-column: span 6; grid-row: span 2; }
.home-page .home-category-card:nth-child(2),
.home-page .home-category-card:nth-child(3),
.home-page .home-category-card:nth-child(4),
.home-page .home-category-card:nth-child(5) { grid-column: span 3; }
.home-page .home-category-card:nth-child(6) { grid-column: span 4; grid-row: span 2; }
.home-page .home-category-card:nth-child(7),
.home-page .home-category-card:nth-child(8),
.home-page .home-category-card:nth-child(9),
.home-page .home-category-card:nth-child(10) { grid-column: span 4; }

.home-page .home-category-card::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(5, 14, 27, .02) 18%, rgba(5, 14, 27, .18) 44%, rgba(5, 14, 27, .9) 78%, rgba(5, 14, 27, .98) 100%);
  content: "";
  opacity: 1;
}

.home-page .home-category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  transition: transform .75s cubic-bezier(.2, .65, .25, 1), filter .4s ease;
}

.home-page .home-category-card:hover,
.home-page .home-category-card:focus-visible {
  color: #fff;
  border-color: transparent;
  transform: none;
}

.home-page .home-category-card:hover img,
.home-page .home-category-card:focus-visible img {
  filter: saturate(1.1) contrast(1.03);
  transform: scale(1.07);
}

.home-page .home-category-card > span {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  min-height: 0;
  padding: 18px 20px;
  text-shadow: 0 2px 12px rgba(3, 10, 20, .42);
}

.home-page .home-category-card small,
.home-page .home-category-card strong {
  color: var(--hp-gold-light);
}

.home-page .home-category-card h3 {
  color: #fff;
}

.home-page .home-category-card p {
  max-width: 520px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .72);
}

.home-page .home-category-card:nth-child(2) p,
.home-page .home-category-card:nth-child(3) p,
.home-page .home-category-card:nth-child(4) p,
.home-page .home-category-card:nth-child(5) p,
.home-page .home-category-card:nth-child(7) p,
.home-page .home-category-card:nth-child(8) p,
.home-page .home-category-card:nth-child(9) p,
.home-page .home-category-card:nth-child(10) p {
  display: none;
}

.home-page .home-industry-lead figure {
  position: relative;
  min-height: 470px;
  border-radius: 0;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%, 0 12%);
}

.home-page .home-industry-lead figure::after {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 88px;
  height: 88px;
  border-right: 1px solid var(--hp-gold);
  border-bottom: 1px solid var(--hp-gold);
  content: "";
}

.home-page .home-industry-lead img {
  transition: transform .8s ease;
}

.home-page .home-industry-lead:hover img {
  transform: scale(1.035);
}

.home-page .home-industry-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  border-left: 0;
}

.home-page .home-industry-grid > a {
  position: relative;
  grid-column: span 4;
  min-height: 168px;
  border-left: 1px solid #d4cfc2;
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.home-page .home-industry-grid > a:nth-child(1),
.home-page .home-industry-grid > a:nth-child(5) {
  grid-column: span 6;
}

.home-page .home-industry-grid > a:hover,
.home-page .home-industry-grid > a:focus-visible {
  z-index: 2;
  box-shadow: 0 18px 38px rgba(10, 24, 40, .09);
  transform: translateY(-4px);
}

.home-market-grid {
  position: relative;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 10px;
}

.home-market-grid::before {
  position: absolute;
  top: 50%;
  right: 4%;
  left: 4%;
  height: 1px;
  background: rgba(238, 212, 125, .22);
  content: "";
}

.home-market-grid a {
  position: relative;
  z-index: 1;
  grid-column: span 3;
  min-height: 205px;
  border-radius: 2px;
  backdrop-filter: blur(8px);
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.home-market-grid a:nth-child(1),
.home-market-grid a:nth-child(2) {
  grid-column: span 6;
}

.home-market-grid a:hover,
.home-market-grid a:focus-visible {
  transform: translateY(-5px);
}

.home-market-grid a::after {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 8px;
  height: 8px;
  background: var(--hp-gold-light);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(238, 212, 125, .1);
  content: "";
}

.home-page .home-commercial {
  background: var(--hp-canvas);
}

.home-quote-board,
.home-sample-path {
  border: 0;
  border-radius: 2px;
  box-shadow: 0 22px 56px rgba(12, 27, 44, .1);
}

.home-quote-board > div {
  transition: background .2s ease, transform .2s ease;
}

.home-quote-board > div:not(:first-child):hover {
  z-index: 1;
  background: #f8fbfb;
  transform: translateX(4px);
}

.home-sample-path li {
  position: relative;
  transition: padding-left .25s ease, background .25s ease;
}

.home-sample-path li:hover {
  padding-left: 9px;
  background: rgba(255, 255, 255, .035);
}

.home-operation-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.home-operation {
  position: relative;
  grid-column: span 6;
  min-height: 540px;
  border-radius: 2px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
}

.home-operation:nth-child(1) {
  grid-column: span 7;
}

.home-operation:nth-child(2) {
  grid-column: span 5;
}

.home-operation:nth-child(3) {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
  min-height: 350px;
}

.home-operation img {
  height: 100%;
  min-height: 250px;
  aspect-ratio: auto;
  object-fit: cover;
  transition: transform .7s ease, filter .4s ease;
}

.home-operation:hover img {
  filter: saturate(1.08);
  transform: scale(1.045);
}

.home-operation:nth-child(3) > span {
  padding: 42px;
}

.home-expansion-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 20px;
}

.home-expansion-card {
  min-height: 590px;
  border-radius: 2px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}

.home-expansion-digital {
  background: #e5eaec;
}

.home-digital-preview {
  position: absolute;
  inset: 0;
  padding: 34px;
  color: var(--hp-ink);
  background-color: #e8edef;
  background-image: linear-gradient(rgba(20, 34, 56, .06) 1px, transparent 1px), linear-gradient(90deg, rgba(20, 34, 56, .06) 1px, transparent 1px);
  background-size: 34px 34px;
}

.home-digital-browser {
  display: flex;
  height: 44px;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  background: var(--hp-navy-2);
}

.home-digital-browser > span {
  width: 7px;
  height: 7px;
  background: var(--hp-gold-light);
  border-radius: 50%;
}

.home-digital-browser > span:nth-child(2) { background: #78a9a1; }
.home-digital-browser > span:nth-child(3) { background: #bd746a; }

.home-digital-browser b {
  margin-left: auto;
  color: rgba(255, 255, 255, .72);
  font-size: .6rem;
  text-transform: uppercase;
}

.home-digital-query {
  margin: 18px 0 10px;
  padding: 14px 17px;
  color: #405064;
  background: #fff;
  border-left: 3px solid var(--hp-gold);
  font-size: .75rem;
  font-weight: 800;
}

.home-digital-result {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 7px 12px;
  margin-top: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(20, 34, 56, .09);
}

.home-digital-result span {
  grid-row: 1 / 4;
  color: var(--hp-teal);
  font-size: .68rem;
  font-weight: 900;
}

.home-digital-result strong {
  font-size: .72rem;
}

.home-digital-result i {
  display: block;
  width: 82%;
  height: 4px;
  background: #cdd5d9;
  animation: homeDigitalScan 3.6s ease-in-out infinite alternate;
}

.home-digital-result i:last-child {
  width: 58%;
  animation-delay: .4s;
}

.home-digital-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.home-digital-metrics span {
  padding: 11px;
  color: #556474;
  background: rgba(255, 255, 255, .8);
  font-size: .58rem;
  text-transform: uppercase;
}

.home-digital-metrics b {
  display: block;
  margin-bottom: 4px;
  color: var(--hp-coral);
  font-size: .74rem;
}

@keyframes homeDigitalScan {
  from { transform: scaleX(.72); transform-origin: left; }
  to { transform: scaleX(1); transform-origin: left; }
}

.home-page .home-tool-panel,
.home-page .home-knowledge-panel {
  border: 0;
  border-radius: 2px;
}

.home-page .home-tool-panel {
  position: relative;
  overflow: hidden;
  background-color: #0c1a2a;
  background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 38px 38px;
  box-shadow: 0 24px 60px rgba(8, 19, 32, .2);
}

.home-page .home-tool-panel > * {
  position: relative;
  z-index: 1;
}

.home-tool-grid a {
  position: relative;
  min-height: 166px;
  background: rgba(255, 255, 255, .055);
  border-radius: 2px;
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}

.home-tool-grid a::after {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 6px;
  height: 6px;
  background: #78a9a1;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(120, 169, 161, .1);
  content: "";
}

.home-tool-grid a:hover,
.home-tool-grid a:focus-visible {
  background: rgba(255, 255, 255, .095);
  transform: translateY(-3px);
}

.home-knowledge-panel > a {
  position: relative;
  padding-right: 20px;
  transition: background .22s ease, padding-left .22s ease;
}

.home-knowledge-panel > a::after {
  position: absolute;
  top: 50%;
  right: 0;
  color: #eed47d;
  content: "\2192";
  transform: translateY(-50%);
}

.home-knowledge-panel > a:hover,
.home-knowledge-panel > a:focus-visible {
  padding-left: 8px;
  background: rgba(255, 255, 255, .65);
}

/* Reusable Home motion layer. Content remains visible when JavaScript is unavailable. */
.js .home-page .home-motion {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity .75s ease var(--home-motion-delay, 0ms), transform .75s cubic-bezier(.2, .65, .25, 1) var(--home-motion-delay, 0ms);
}

.js .home-page .home-motion.home-motion-left {
  transform: translate3d(-34px, 0, 0);
}

.js .home-page .home-motion.home-motion-right {
  transform: translate3d(34px, 0, 0);
}

.js .home-page .home-motion.is-home-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 1040px) {
  .home-page .hp-service-cluster,
  .home-page .hp-service-cluster-final {
    grid-column: 1 / -1;
  }

  .home-page .hp-service-cluster-wide,
  .home-page .hp-service-cluster-final {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
  }

  .home-page .hp-service-cluster-wide > figure,
  .home-page .hp-service-cluster-final > figure {
    min-height: 520px;
  }

  .home-process-stage {
    grid-template-columns: 1fr;
  }

  .home-process-visual {
    position: relative;
    top: auto;
    min-height: 430px;
  }

  .home-page .home-category-card:nth-child(1) { grid-column: span 8; }
  .home-page .home-category-card:nth-child(2),
  .home-page .home-category-card:nth-child(3),
  .home-page .home-category-card:nth-child(4),
  .home-page .home-category-card:nth-child(5),
  .home-page .home-category-card:nth-child(6),
  .home-page .home-category-card:nth-child(7),
  .home-page .home-category-card:nth-child(8),
  .home-page .home-category-card:nth-child(9),
  .home-page .home-category-card:nth-child(10) { grid-column: span 4; }

  .home-page .home-industry-grid > a,
  .home-page .home-industry-grid > a:nth-child(1),
  .home-page .home-industry-grid > a:nth-child(5) {
    grid-column: span 6;
  }

  .home-market-grid a,
  .home-market-grid a:nth-child(1),
  .home-market-grid a:nth-child(2) {
    grid-column: span 6;
  }
}

@media (max-width: 800px) {
  .home-page .hero-carousel-controls {
    min-width: 350px;
  }

  .home-page .hero-carousel-controls > small {
    min-width: 145px;
  }

  .home-page .home-perspective-grid {
    grid-template-columns: 1fr;
  }

  .home-page .home-perspective-dark {
    margin-top: 0;
  }

  .home-page .hp-service-cluster-wide,
  .home-page .hp-service-cluster-final {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }

  .home-page .hp-service-cluster-wide > figure,
  .home-page .hp-service-cluster-final > figure,
  .home-page .hp-service-cluster-reverse > figure {
    grid-column: 1;
    grid-row: auto;
    min-height: 400px;
  }

  .home-page .hp-service-cluster-reverse > .hp-service-cluster-copy,
  .home-page .hp-service-cluster-reverse > .hp-service-links {
    grid-column: 1;
  }

  .home-page .hp-service-cluster-wide .hp-service-links,
  .home-page .hp-service-cluster-final .hp-service-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .hp-service-cluster-final .hp-service-cluster-copy {
    padding: 28px 26px 18px;
  }

  .home-page .hp-service-cluster-final .hp-service-links {
    padding: 0 26px 28px;
  }

  .home-page .home-category-grid {
    grid-auto-rows: 190px;
  }

  .home-page .home-category-card:nth-child(n) {
    grid-column: span 6;
    grid-row: span 1;
  }

  .home-page .home-category-card:nth-child(1),
  .home-page .home-category-card:nth-child(6) {
    grid-row: span 2;
  }

  .home-page .home-operation:nth-child(1),
  .home-page .home-operation:nth-child(2),
  .home-page .home-operation:nth-child(3) {
    display: flex;
    grid-column: 1 / -1;
    min-height: 500px;
  }

  .home-page .home-operation:nth-child(3) > span {
    padding: 25px;
  }

  .home-expansion-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .home-page main .section::before {
    left: 16px;
  }

  .home-page .hero-carousel-controls {
    min-width: 0;
  }

  .home-page .hero-carousel-controls > small {
    display: none;
  }

  .home-page .home-perspective {
    min-height: 350px;
    padding: 28px 24px;
  }

  .home-page .home-perspective-date {
    margin-bottom: 40px;
  }

  .home-page .hp-service-grid {
    gap: 20px;
  }

  .home-page .hp-service-cluster-wide > figure,
  .home-page .hp-service-cluster-final > figure {
    min-height: 310px;
  }

  .home-page .hp-service-cluster-copy h3 {
    font-size: 1.55rem;
  }

  .home-page .hp-service-links,
  .home-page .hp-service-cluster-wide .hp-service-links,
  .home-page .hp-service-cluster-final .hp-service-links {
    grid-template-columns: 1fr;
  }

  .home-page .home-process-grid {
    grid-template-columns: 1fr;
  }

  .home-page .home-process-step[open] {
    grid-column: auto;
  }

  .home-process-visual {
    min-height: 360px;
  }

  .home-process-visual > span {
    right: 18px;
    bottom: 20px;
    left: 18px;
    grid-template-columns: auto 1fr auto 1fr auto;
  }

  .home-process-visual strong:nth-of-type(3),
  .home-process-visual strong:nth-of-type(4),
  .home-process-visual i:nth-of-type(3) {
    display: none;
  }

  .home-page .home-category-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 340px;
  }

  .home-page .home-category-card:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .home-page .home-category-card:nth-child(n) p {
    display: block;
  }

  .home-page .floating-contact {
    right: 8px;
    bottom: max(8px, env(safe-area-inset-bottom));
    grid-template-columns: repeat(2, 40px);
    grid-auto-flow: column;
    gap: 6px;
    opacity: .9;
  }

  .home-page .float-btn {
    width: 40px;
    height: 40px;
  }

  .home-page .float-btn img {
    width: 20px;
    height: 20px;
  }

  .home-page .float-btn::after {
    width: 11px;
    height: 11px;
  }

  .home-page .home-industry-grid > a,
  .home-page .home-industry-grid > a:nth-child(1),
  .home-page .home-industry-grid > a:nth-child(5),
  .home-market-grid a,
  .home-market-grid a:nth-child(1),
  .home-market-grid a:nth-child(2) {
    grid-column: 1 / -1;
  }

  .home-page .home-industry-grid,
  .home-market-grid {
    grid-template-columns: 1fr;
  }

  .home-page .home-operation:nth-child(1),
  .home-page .home-operation:nth-child(2),
  .home-page .home-operation:nth-child(3) {
    min-height: 510px;
  }

  .home-expansion-card {
    min-height: 570px;
  }

  .home-digital-preview {
    padding: 18px;
  }

  .home-digital-metrics span {
    padding: 8px;
    font-size: .5rem;
  }
}

@media (min-width: 561px) and (max-width: 800px) {
  .home-page .floating-contact {
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    grid-template-columns: repeat(2, 44px);
    grid-auto-flow: column;
    gap: 7px;
    opacity: .92;
  }

  .home-page .float-btn {
    width: 44px;
    height: 44px;
  }

  .home-page .float-btn img {
    width: 22px;
    height: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .home-hero .hero-slide,
  .home-page .hp-service-cluster figure img,
  .home-page .home-category-card img,
  .home-page .home-industry-lead img,
  .home-page .home-operation img,
  .home-digital-result i,
  .js .home-page .home-motion {
    animation: none;
    transition: none;
    transform: none;
  }

  .js .home-page .home-motion {
    opacity: 1;
  }
}

/* Premium homepage: four high-value sections built as one sourcing-dossier system. */
.home-page .home-hero {
  height: 810px;
  min-height: 720px;
  max-height: calc(100svh - 82px);
  border-bottom-color: rgba(238, 212, 125, .58);
}

.home-page .home-hero::before {
  background:
    linear-gradient(90deg, rgba(3, 11, 21, .98) 0%, rgba(5, 16, 29, .94) 35%, rgba(5, 16, 29, .7) 53%, rgba(5, 16, 29, .18) 78%, rgba(5, 16, 29, .06) 100%),
    linear-gradient(0deg, rgba(4, 13, 25, .72) 0%, transparent 38%);
}

.home-page .home-hero::after {
  inset: 18px;
  border-color: rgba(238, 212, 125, .24);
}

.home-page .home-hero .hero-content-wrapper {
  width: min(1280px, calc(100% - 64px));
}

.home-page .home-hero .hero-content {
  max-width: 1120px;
  padding-top: 4px;
}

.home-page .home-hero .hero-content .eyebrow {
  margin-bottom: 22px;
  padding: 0;
  color: var(--gold-light);
  background: transparent;
  border: 0;
  border-radius: 0;
  backdrop-filter: none;
  font-size: .7rem;
  letter-spacing: .13em;
}

.home-page .home-hero .hero-content .eyebrow::before {
  width: 38px;
  height: 1px;
  border-radius: 0;
  box-shadow: none;
}

.home-page .home-hero h1 {
  max-width: 790px;
  margin-bottom: 22px;
  font-size: clamp(4.2rem, 5.1vw, 5rem);
  line-height: .92;
}

.home-page .home-hero h1 em {
  margin-top: 10px;
  color: var(--hero-gold-text);
  font-weight: 600;
}

.home-page .home-hero .hero-primary-description {
  max-width: 680px;
  color: rgba(255, 255, 255, .8);
  font-size: 1rem;
  line-height: 1.68;
}

.home-page .home-hero .hero-actions {
  margin-top: 25px;
}

.home-page .home-hero .hero-actions .btn {
  min-height: 54px;
  padding: 14px 24px;
  border-radius: 2px;
}

.home-page .hero-service-summary {
  display: grid;
  max-width: 1110px;
  grid-template-columns: minmax(156px, 1.08fr) repeat(4, minmax(0, 1fr));
  margin-top: 30px;
  padding: 0;
  background: rgba(5, 15, 27, .28);
  border-top: 1px solid rgba(238, 212, 125, .42);
  border-bottom: 1px solid rgba(238, 212, 125, .42);
  backdrop-filter: blur(3px);
}

.home-page .hero-route-label {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 14px 18px 14px 0;
  border-right: 1px solid rgba(238, 212, 125, .32);
}

.home-page .hero-route-label small {
  margin-bottom: 5px;
  color: var(--gold-light);
  font-size: .55rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.home-page .hero-route-label strong {
  color: rgba(255, 255, 255, .72);
  font-family: var(--secondary-font);
  font-size: .78rem;
  font-weight: 400;
  line-height: 1.35;
}

.home-page .hero-service-summary a {
  position: relative;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 82px;
  padding: 13px 14px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, .13);
  font-size: .65rem;
  line-height: 1.35;
  text-transform: none;
  transition: background .25s ease, color .25s ease;
}

.home-page .hero-service-summary a:last-child {
  border-right: 0;
}

.home-page .hero-service-summary a::after {
  position: absolute;
  right: 12px;
  bottom: 8px;
  left: 12px;
  height: 1px;
  background: var(--gold-light);
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity .25s ease, transform .25s ease;
}

.home-page .hero-service-summary a:hover,
.home-page .hero-service-summary a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, .055);
}

.home-page .hero-service-summary a:hover::after,
.home-page .hero-service-summary a:focus-visible::after {
  opacity: .78;
  transform: scaleX(1);
}

.home-page .hero-service-summary b {
  color: var(--gold-light);
  font-family: var(--heading-font);
  font-size: 1.22rem;
  font-weight: 700;
}

.home-page .hero-service-summary a > span {
  display: block;
  min-width: 0;
  font-weight: 750;
}

.home-page .hero-service-summary a small {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, .5);
  font-size: .55rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.home-page .hero-carousel-controls {
  right: max(32px, calc((100% - 1280px) / 2));
  bottom: 18px;
  display: grid;
  width: min(450px, calc(100% - 64px));
  min-width: 0;
  grid-template-columns: 38px minmax(150px, 1fr) auto 38px 38px;
  gap: 6px;
  padding: 6px 6px 9px;
  overflow: hidden;
  background: rgba(4, 13, 24, .82);
  border-color: rgba(238, 212, 125, .38);
  border-radius: 2px;
  backdrop-filter: blur(10px);
}

.home-page .hero-carousel-controls > small {
  min-width: 0;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-page .hero-carousel-progress {
  position: absolute;
  right: 6px;
  bottom: 0;
  left: 6px;
  height: 2px;
  overflow: hidden;
  background: rgba(255, 255, 255, .1);
}

.home-page .hero-carousel-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
}

.home-page .hero-carousel-progress span.running {
  animation: home-hero-progress 3s linear forwards;
}

@keyframes home-hero-progress {
  from { width: 0; }
  to { width: 100%; }
}

/* Experience is a connected buyer-to-China chronology, not two equal cards. */
.home-page .home-experience {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 86% 20%, rgba(238, 212, 125, .11), transparent 25%),
    linear-gradient(115deg, var(--deep-ink) 0%, #0b1b2c 58%, #102740 100%);
  border-color: rgba(238, 212, 125, .2);
}

.home-page .home-experience::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 8%;
  width: 1px;
  height: 100%;
  background: linear-gradient(transparent, rgba(238, 212, 125, .24), transparent);
  content: "";
}

.home-page .home-experience .home-section-header h2 {
  color: #fff;
}

.home-page .home-experience .home-section-header p {
  color: rgba(255, 255, 255, .67);
}

.home-page .home-experience .eyebrow,
.home-page .home-experience .home-text-link {
  color: var(--gold-light);
}

.home-page .home-perspective-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: 28px;
  padding-top: 30px;
}

.home-page .home-perspective-grid::before {
  position: absolute;
  top: 0;
  right: 5%;
  left: 5%;
  height: 1px;
  background: linear-gradient(90deg, rgba(238, 212, 125, .16), rgba(238, 212, 125, .75), rgba(238, 212, 125, .16));
  content: "";
}

.home-page .home-perspective,
.home-page .home-perspective-dark {
  position: relative;
  display: grid;
  min-height: 650px;
  grid-template-rows: 246px 1fr;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: var(--navy);
  background: var(--cream);
  border: 1px solid rgba(238, 212, 125, .54);
  border-radius: 2px;
  box-shadow: 0 22px 52px rgba(0, 0, 0, .17);
  clip-path: none;
  transform: none;
  transition: border-color .3s ease, box-shadow .3s ease;
}

.home-page .home-perspective::before,
.home-page .home-perspective-dark::before {
  position: absolute;
  z-index: 4;
  top: 14px;
  left: 14px;
  width: 48px;
  height: 48px;
  border-top: 1px solid var(--gold-light);
  border-left: 1px solid var(--gold-light);
  content: "";
  pointer-events: none;
}

.home-page .home-perspective-dark {
  min-height: 704px;
  grid-template-rows: 292px 1fr;
  margin-top: 28px;
  color: #fff;
  background: linear-gradient(145deg, var(--secondary-navy), #081522);
  border-color: rgba(238, 212, 125, .48);
}

.home-page .home-perspective:hover,
.home-page .home-perspective:focus-visible,
.home-page .home-perspective-dark:hover,
.home-page .home-perspective-dark:focus-visible {
  color: var(--navy);
  border-color: rgba(238, 212, 125, .9);
  box-shadow: 0 28px 64px rgba(0, 0, 0, .24);
  transform: none;
}

.home-page .home-perspective-dark:hover,
.home-page .home-perspective-dark:focus-visible {
  color: #fff;
}

.home-page .home-perspective figure {
  position: relative;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--navy);
}

.home-page .home-perspective figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(6, 17, 30, .62), transparent 58%);
  content: "";
}

.home-page .home-perspective figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2, .65, .25, 1), filter .4s ease;
}

.home-page .home-perspective:hover figure img,
.home-page .home-perspective:focus-visible figure img {
  filter: saturate(1.03) contrast(1.04);
  transform: scale(1.035);
}

.home-page .home-perspective-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 30px 32px 32px;
}

.home-page .home-perspective-dark .home-perspective-body {
  padding: 32px 36px 36px;
}

.home-page .home-perspective-meta {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 14px;
}

.home-page .home-perspective-meta::after {
  height: 1px;
  background: linear-gradient(90deg, rgba(238, 212, 125, .68), transparent);
  content: "";
}

.home-page .home-perspective-date,
.home-page .home-perspective-dark .home-perspective-date {
  position: static;
  margin: 0;
  padding: 7px 10px;
  color: #eed47d;
  background: #eed47d;
  border: 1px solid rgba(238, 212, 125, .16);
  border-radius: 1px;
  font-size: .68rem;
}

.home-page .home-perspective-date::after {
  display: none;
}

.home-page .home-perspective small,
.home-page .home-perspective-dark small {
  color: #eed47d;
  font-size: .61rem;
  letter-spacing: .1em;
}

.home-page .home-perspective-dark small {
  color: var(--gold-light);
}

.home-page .home-perspective h3 {
  max-width: 570px;
  margin: 20px 0 13px;
  font-size: clamp(1.85rem, 2.5vw, 2.28rem);
  line-height: 1.04;
}

.home-page .home-perspective p,
.home-page .home-perspective-dark p {
  margin-bottom: 23px;
  color: #5b6877;
  font-size: .84rem;
  line-height: 1.67;
}

.home-page .home-perspective-dark p {
  color: rgba(255, 255, 255, .68);
}

.home-page .home-perspective ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(15, 30, 54, .16);
  border-bottom: 1px solid rgba(15, 30, 54, .16);
}

.home-page .home-perspective li {
  margin: 0;
  padding: 12px 10px;
  color: #52606e;
  background: transparent;
  border-right: 1px solid rgba(15, 30, 54, .14);
  border-left: 0;
  font-size: .59rem;
  font-weight: 850;
  line-height: 1.4;
  text-transform: uppercase;
}

.home-page .home-perspective li:last-child {
  border-right: 0;
}

.home-page .home-perspective-dark ul {
  border-color: rgba(255, 255, 255, .14);
}

.home-page .home-perspective-dark li {
  color: rgba(255, 255, 255, .76);
  background: transparent;
  border-right-color: rgba(255, 255, 255, .13);
  border-left: 0;
}

.home-page .home-perspective strong,
.home-page .home-perspective-dark strong {
  margin-top: auto;
  color: #eed47d;
  font-size: .68rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.home-page .home-perspective-dark strong {
  color: var(--gold-light);
}

.home-page .home-insight-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 24px 0 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  background: rgba(255, 255, 255, .025);
  border: 1px solid rgba(238, 212, 125, .28);
  border-radius: 0;
}

.home-page .home-insight-strip li {
  position: relative;
  margin: 0;
  padding: 18px 15px 18px 31px;
  color: rgba(255, 255, 255, .74);
  background: transparent;
  border-right: 1px solid rgba(255, 255, 255, .11);
  font-size: .62rem;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.home-page .home-insight-strip li:last-child {
  border-right: 0;
}

.home-page .home-insight-strip li::before {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 6px;
  height: 6px;
  border: 1px solid var(--gold-light);
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

/* Product categories form an editorial portfolio, never an implied ranking. */
.home-page .home-categories {
  background:
    linear-gradient(90deg, rgba(15, 30, 54, .035) 1px, transparent 1px) 0 0 / 25% 100%,
    #f2f4f3;
  border-top: 1px solid #d7dede;
}

.home-page .home-category-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: 278px;
  gap: 14px;
}

.home-page .home-category-grid > .home-category-card {
  position: relative;
  display: block;
  grid-column: span 3;
  grid-row: span 1;
  min-height: 0;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
  border: 1px solid rgba(15, 30, 54, .18);
  border-radius: 2px;
  box-shadow: 0 14px 32px rgba(7, 17, 30, .1);
  transition: border-color .3s ease, box-shadow .3s ease;
}

.home-page .home-category-grid > .home-category-card--primary {
  grid-column: span 7;
  grid-row: span 2;
}

.home-page .home-category-grid > .home-category-card--stack {
  grid-column: span 5;
}

.home-page .home-category-grid > .home-category-card--industrial {
  grid-column: span 6;
  grid-row: span 2;
}

.home-page .home-category-grid > .home-category-card--wide {
  grid-column: span 6;
}

.home-page .home-category-grid > .home-category-card:hover,
.home-page .home-category-grid > .home-category-card:focus-visible {
  color: #fff;
  border-color: rgba(238, 212, 125, .82);
  box-shadow: 0 24px 48px rgba(7, 17, 30, .18);
}

.home-page .home-category-grid > .home-category-card::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 14, 25, .02) 12%, rgba(4, 14, 25, .2) 44%, rgba(4, 14, 25, .96) 100%),
    linear-gradient(90deg, rgba(4, 14, 25, .35), transparent 58%);
  content: "";
  pointer-events: none;
}

.home-page .home-category-grid > .home-category-card::before {
  position: absolute;
  z-index: 4;
  top: 15px;
  right: 15px;
  width: 34px;
  height: 34px;
  border-top: 1px solid rgba(238, 212, 125, .78);
  border-right: 1px solid rgba(238, 212, 125, .78);
  content: "";
  pointer-events: none;
}

.home-page .home-category-grid > .home-category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  transition: transform .8s cubic-bezier(.2, .65, .25, 1), filter .4s ease;
}

.home-page .home-category-grid > .home-category-card:hover img,
.home-page .home-category-grid > .home-category-card:focus-visible img {
  filter: saturate(1.04) contrast(1.04);
  transform: scale(1.04);
}

.home-page .home-category-grid > .home-category-card > span {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  min-height: 0;
  flex-direction: column;
  padding: 24px;
  text-shadow: 0 2px 14px rgba(3, 10, 20, .44);
}

.home-page .home-category-grid > .home-category-card small {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--gold-light);
  font-size: .59rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-page .home-category-grid > .home-category-card small::before {
  width: 20px;
  height: 1px;
  background: currentColor;
  content: "";
}

.home-page .home-category-grid > .home-category-card h3 {
  margin: 9px 0 8px;
  color: #fff;
  font-size: clamp(1.38rem, 2vw, 1.72rem);
  line-height: 1.03;
}

.home-page .home-category-grid > .home-category-card--primary h3,
.home-page .home-category-grid > .home-category-card--industrial h3 {
  font-size: clamp(2rem, 3.2vw, 2.65rem);
}

.home-page .home-category-grid > .home-category-card p {
  display: block;
  max-width: 540px;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .74);
  font-size: .72rem;
  line-height: 1.48;
}

.home-page .home-category-grid > .home-category-card strong {
  color: var(--gold-light);
  font-size: .62rem;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.home-page .home-category-grid > .home-category-card strong::after {
  margin-left: 7px;
  content: "\2192";
}

/* Buyer models form a ruled brief register, never a numbered ranking. */
.home-page .home-industries {
  background:
    radial-gradient(circle at 8% 12%, rgba(238, 212, 125, .08), transparent 24%),
    #fff;
  border-top-color: #dce2e2;
}

.home-page .home-industry-lead {
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 64px;
  margin-bottom: 58px;
}

.home-page .home-industry-lead figure {
  position: relative;
  min-height: 480px;
  overflow: visible;
  border: 1px solid rgba(238, 212, 125, .64);
  border-radius: 2px;
  clip-path: none;
  box-shadow: 0 28px 62px rgba(7, 17, 30, .17);
}

.home-page .home-industry-lead figure::before {
  position: absolute;
  z-index: -1;
  top: 16px;
  right: -16px;
  bottom: -16px;
  left: 16px;
  border: 1px solid rgba(238, 212, 125, .28);
  content: "";
}

.home-page .home-industry-lead figure::after {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  width: 56px;
  height: 56px;
  border-top: 1px solid var(--gold-light);
  border-right: 1px solid var(--gold-light);
  background: transparent;
  content: "";
  pointer-events: none;
}

.home-page .home-industry-lead img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}

.home-page .home-industry-lead figcaption {
  position: absolute;
  z-index: 3;
  right: -20px;
  bottom: -24px;
  left: 34px;
  display: grid;
  gap: 4px;
  padding: 18px 22px;
  color: #fff;
  background: var(--deep-ink);
  border-left: 3px solid var(--gold);
  box-shadow: 0 18px 40px rgba(7, 17, 30, .25);
}

.home-page .home-industry-lead figcaption small {
  color: var(--gold-light);
  font-family: var(--primary-font);
  font-size: .6rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.home-page .home-industry-lead figcaption strong {
  color: rgba(255, 255, 255, .78);
  font-family: var(--secondary-font);
  font-size: .76rem;
  font-weight: 400;
  line-height: 1.45;
}

.home-page .home-industry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  background: #fff;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.home-page .home-industries .home-industry-grid > a {
  position: relative;
  display: grid;
  min-height: 292px;
  grid-template-rows: 108px 1fr;
  grid-column: auto;
  padding: 0;
  overflow: hidden;
  color: var(--navy);
  background: linear-gradient(145deg, #fff, #f7f9fb);
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
  transform: none;
  transition: background .3s ease, box-shadow .3s ease, opacity .75s ease var(--home-motion-delay, 0ms), transform .75s cubic-bezier(.2, .65, .25, 1) var(--home-motion-delay, 0ms);
}

.home-page .home-industry-grid > a::after {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  content: "";
  transition: width .3s ease;
}

.home-page .home-industry-grid > a > img {
  position: relative;
  inset: auto;
  width: 100%;
  height: 108px;
  object-fit: cover;
  filter: saturate(.88) contrast(1.02);
  transition: transform .7s cubic-bezier(.2, .65, .25, 1), filter .35s ease;
}

.home-page .home-industry-grid > a:hover,
.home-page .home-industry-grid > a:focus-visible {
  color: var(--navy);
  background: var(--cream);
  border-color: var(--line);
  box-shadow: inset 0 0 0 1px rgba(238, 212, 125, .25);
  transform: none;
}

.home-page .home-industry-grid > a:hover::after,
.home-page .home-industry-grid > a:focus-visible::after {
  width: 100%;
}

.home-page .home-industry-grid > a:hover > img,
.home-page .home-industry-grid > a:focus-visible > img {
  filter: saturate(1) contrast(1.04);
  transform: scale(1.025);
}

.home-page .home-industry-grid > a > div {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 21px 23px 23px;
}

.home-page .home-industry-grid small {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #eed47d;
  font-size: .57rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.home-page .home-industry-grid small::before {
  width: 16px;
  height: 1px;
  background: var(--gold);
  content: "";
}

.home-page .home-industry-grid h3 {
  margin: 9px 0 8px;
  color: var(--navy);
  font-size: 1.48rem;
  line-height: 1.04;
}

.home-page .home-industry-grid p {
  margin-bottom: 18px;
  color: var(--muted-text);
  font-size: .75rem;
  line-height: 1.52;
}

.home-page .home-industry-grid strong {
  margin-top: auto;
  color: #eed47d;
  font-size: .61rem;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.home-page .home-industry-grid strong i {
  margin-left: 6px;
  font-style: normal;
}

@media (max-width: 1040px) {
  .home-page .home-hero {
    min-height: 700px;
  }

  .home-page .home-hero h1 {
    font-size: 4rem;
  }

  .home-page .hero-service-summary {
    max-width: 790px;
    grid-template-columns: minmax(150px, .8fr) repeat(2, minmax(0, 1fr));
  }

  .home-page .hero-route-label {
    grid-row: span 2;
  }

  .home-page .hero-service-summary a:nth-of-type(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, .13);
  }

  .home-page .hero-service-summary a:nth-of-type(2),
  .home-page .hero-service-summary a:nth-of-type(4) {
    border-right: 0;
  }

  .home-page .home-perspective-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home-page .home-perspective,
  .home-page .home-perspective-dark {
    min-height: 0;
    grid-template-rows: 280px auto;
    margin-top: 0;
  }

  .home-page .home-perspective figure {
    height: 280px;
  }

  .home-page .home-insight-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .home-insight-strip li:nth-child(2n) {
    border-right: 0;
  }

  .home-page .home-insight-strip li:last-child {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255, 255, 255, .11);
  }

  .home-page .home-category-grid {
    grid-auto-rows: 390px;
  }

  .home-page .home-category-grid > .home-category-card,
  .home-page .home-category-grid > .home-category-card.home-category-card--primary,
  .home-page .home-category-grid > .home-category-card.home-category-card--stack,
  .home-page .home-category-grid > .home-category-card.home-category-card--industrial,
  .home-page .home-category-grid > .home-category-card.home-category-card--wide {
    grid-column: span 6;
    grid-row: span 1;
    min-height: 0;
  }

  .home-page .home-industry-lead {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .home-page .home-industry-lead figure,
  .home-page .home-industry-lead img {
    min-height: 430px;
  }

  .home-page .home-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .home-industries .home-industry-grid > .home-industry-card--final {
    grid-column: 1 / -1;
  }
}

@media (max-width: 800px) {
  .home-page .home-hero {
    height: auto;
    min-height: 920px;
    max-height: none;
    padding: 86px 0 132px;
  }

  .home-page .home-hero::before {
    background:
      linear-gradient(90deg, rgba(3, 12, 23, .98) 0%, rgba(5, 16, 29, .92) 64%, rgba(5, 16, 29, .58) 100%),
      linear-gradient(0deg, rgba(4, 13, 25, .66), transparent 42%);
  }

  .home-page .home-hero .hero-content-wrapper {
    width: min(100% - 40px, 720px);
  }

  .home-page .home-hero h1 {
    max-width: 650px;
    font-size: 3.45rem;
  }

  .home-page .hero-service-summary {
    grid-template-columns: minmax(132px, .72fr) repeat(2, minmax(0, 1fr));
  }

  .home-page .hero-carousel-controls {
    right: 20px;
    bottom: 18px;
    width: min(440px, calc(100% - 40px));
  }

  .home-page .home-perspective {
    grid-template-rows: 260px auto;
  }

  .home-page .home-perspective figure {
    height: 260px;
  }

  .home-page .home-industry-lead {
    gap: 44px;
  }

  .home-page .home-industry-lead figure,
  .home-page .home-industry-lead img {
    min-height: 390px;
  }
}

@media (max-width: 560px) {
  .home-page .home-hero {
    height: auto;
    min-height: 825px;
    padding: 38px 0 86px;
  }

  .home-page .home-hero::after {
    inset: 10px;
  }

  .home-page .home-hero .hero-content-wrapper {
    width: calc(100% - 32px);
    height: auto;
    padding: 0;
  }

  .home-page .home-hero .hero-content .eyebrow {
    margin-bottom: 18px;
    font-size: .61rem;
  }

  .home-page .home-hero h1 {
    font-size: 2.7rem;
    line-height: .96;
  }

  .home-page .home-hero .hero-content > .hero-primary-description {
    font-size: .9rem;
    line-height: 1.6;
  }

  .home-page .home-hero .hero-actions {
    display: grid;
  }

  .home-page .home-hero .hero-actions .btn {
    width: 100%;
  }

  .home-page .hero-service-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 25px;
  }

  .home-page .hero-route-label {
    grid-row: auto;
    grid-column: 1 / -1;
    min-height: 58px;
    padding: 10px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(238, 212, 125, .32);
  }

  .home-page .hero-route-label strong {
    font-size: .72rem;
  }

  .home-page .hero-service-summary a {
    grid-template-columns: 25px minmax(0, 1fr);
    min-height: 70px;
    gap: 7px;
    padding: 10px 8px;
    font-size: .57rem;
  }

  .home-page .hero-service-summary b {
    font-size: 1rem;
  }

  .home-page .hero-carousel-controls {
    right: 16px;
    bottom: 14px;
    width: calc(100% - 32px);
    grid-template-columns: 38px minmax(0, 1fr) auto 38px 38px;
  }

  .home-page .hero-carousel-controls > small {
    display: block;
    padding-inline: 5px;
    font-size: .55rem;
  }

  .home-page .home-perspective,
  .home-page .home-perspective-dark {
    grid-template-rows: 220px auto;
  }

  .home-page .home-perspective figure {
    height: 220px;
  }

  .home-page .home-perspective-body,
  .home-page .home-perspective-dark .home-perspective-body {
    padding: 24px 22px 26px;
  }

  .home-page .home-perspective h3 {
    font-size: 1.65rem;
  }

  .home-page .home-perspective ul {
    grid-template-columns: 1fr;
  }

  .home-page .home-perspective li,
  .home-page .home-perspective-dark li {
    border-right: 0;
    border-bottom: 1px solid currentColor;
  }

  .home-page .home-perspective li:last-child,
  .home-page .home-perspective-dark li:last-child {
    border-bottom: 0;
  }

  .home-page .home-insight-strip {
    grid-template-columns: 1fr;
  }

  .home-page .home-insight-strip li,
  .home-page .home-insight-strip li:last-child {
    grid-column: auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .11);
  }

  .home-page .home-insight-strip li:last-child {
    border-bottom: 0;
  }

  .home-page .home-category-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 400px;
  }

  .home-page .home-category-grid > .home-category-card,
  .home-page .home-category-grid > .home-category-card.home-category-card--primary,
  .home-page .home-category-grid > .home-category-card.home-category-card--stack,
  .home-page .home-category-grid > .home-category-card.home-category-card--industrial,
  .home-page .home-category-grid > .home-category-card.home-category-card--wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
  }

  .home-page .home-category-grid > .home-category-card h3,
  .home-page .home-category-grid > .home-category-card.home-category-card--primary h3,
  .home-page .home-category-grid > .home-category-card.home-category-card--industrial h3 {
    font-size: 1.7rem;
  }

  .home-page .home-industry-lead figure,
  .home-page .home-industry-lead img {
    min-height: 330px;
  }

  .home-page .home-industry-lead figcaption {
    right: -8px;
    bottom: -22px;
    left: 18px;
    padding: 16px 18px;
  }

  .home-page .home-industry-grid {
    grid-template-columns: 1fr;
  }

  .home-page .home-industries .home-industry-grid > a,
  .home-page .home-industries .home-industry-grid > .home-industry-card--final {
    min-height: 0;
    grid-template-columns: 116px minmax(0, 1fr);
    grid-template-rows: 1fr;
    grid-column: auto;
  }

  .home-page .home-industry-grid > a > img {
    width: 116px;
    height: 100%;
    min-height: 230px;
  }

  .home-page .home-industry-grid > a > div {
    padding: 22px 20px;
  }

  .home-page .home-industry-grid h3 {
    font-size: 1.42rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .home-category-grid > .home-category-card img,
  .home-page .home-industry-grid > a > img {
    transition: none;
    transform: none;
  }
}

/* Homepage 2026: static buyer-to-handover dossier. */
.home-page {
  --home-section-space: clamp(72px, 7vw, 104px);
  --home-rule: rgba(15, 30, 54, .14);
  --home-gold-rule: rgba(238, 212, 125, .46);
}

.home-page main > .section {
  padding-top: var(--home-section-space);
  padding-bottom: var(--home-section-space);
}

.home-page .home-hero {
  height: auto;
  min-height: 660px;
  max-height: none;
  padding: clamp(92px, 11vh, 126px) 0 54px;
  border-bottom: 1px solid rgba(238, 212, 125, .56);
}

.home-page .home-hero::before {
  background:
    linear-gradient(90deg, rgba(3, 11, 21, .98) 0%, rgba(5, 16, 29, .94) 35%, rgba(5, 16, 29, .69) 55%, rgba(5, 16, 29, .16) 82%, rgba(5, 16, 29, .04) 100%),
    linear-gradient(0deg, rgba(4, 13, 25, .74) 0%, transparent 42%);
}

.home-page .home-hero .hero-content-wrapper {
  width: min(1280px, calc(100% - 64px));
  height: auto;
  min-height: 0;
  padding: 0;
}

.home-page .home-hero .hero-content {
  max-width: 1120px;
  padding-top: 0;
}

.home-page .home-hero .hero-content h1 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: clamp(4rem, 5vw, 5rem);
  line-height: .93;
}

.home-page .home-hero .hero-primary-description {
  max-width: 700px;
  font-size: 1.02rem;
  line-height: 1.66;
}

.home-page .home-hero .hero-actions {
  margin-top: 24px;
}

.home-page .home-hero .hero-service-summary {
  display: grid;
  width: 100%;
  max-width: 1110px;
  grid-template-columns: minmax(170px, 1.08fr) repeat(4, minmax(0, 1fr));
  margin: 28px 0 0;
  padding: 0;
  background: rgba(5, 15, 27, .32);
  border-top: 1px solid rgba(238, 212, 125, .48);
  border-right: 0;
  border-bottom: 1px solid rgba(238, 212, 125, .48);
  border-left: 0;
  backdrop-filter: blur(4px);
}

.home-page .home-hero .hero-route-label {
  padding: 13px 18px 13px 0;
}

.home-page .home-hero .hero-service-summary a {
  min-height: 78px;
  padding: 12px 14px;
}

.home-page .home-entity {
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(15, 30, 54, .035) 1px, transparent 1px) 0 0 / 25% 100%,
    #fff;
}

.home-page .hp-company-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 46px 58px;
  align-items: center;
}

.home-page .hp-company-copy {
  max-width: 720px;
}

.home-page .hp-company-copy h2 {
  max-width: 690px;
}

.home-page .hp-company-visual {
  min-height: 420px;
}

.home-page .hp-company-facts {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--home-rule);
  border-left: 1px solid var(--home-rule);
}

.home-page .hp-company-facts > a {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 148px;
  flex-direction: column;
  padding: 24px;
  color: var(--navy);
  background: rgba(255, 255, 255, .82);
  border-right: 1px solid var(--home-rule);
  border-bottom: 1px solid var(--home-rule);
  transition: background .25s ease, box-shadow .25s ease;
}

.home-page .hp-company-facts > a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  content: "";
  transition: width .25s ease;
}

.home-page .hp-company-facts > a:hover,
.home-page .hp-company-facts > a:focus-visible {
  color: var(--navy);
  background: var(--cream);
  box-shadow: inset 0 0 0 1px rgba(238, 212, 125, .18);
}

.home-page .hp-company-facts > a:hover::before,
.home-page .hp-company-facts > a:focus-visible::before {
  width: 100%;
}

.home-page .hp-company-facts span {
  margin-bottom: 9px;
  color: #eed47d;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-page .hp-company-facts strong {
  color: var(--navy);
  font-family: var(--heading-font);
  font-size: 1.45rem;
  line-height: 1.04;
}

.home-page .hp-company-facts small {
  margin-top: 9px;
  color: var(--muted-text);
  font-size: .73rem;
  line-height: 1.48;
}

.home-page .home-service-spectrum {
  background: #f3f5f5;
  border-top: 1px solid #dce2e2;
  border-bottom: 1px solid #dce2e2;
}

.home-page .home-service-ledger {
  margin-top: 42px;
  background: #fff;
  border: 1px solid var(--home-rule);
  box-shadow: 0 24px 56px rgba(7, 17, 30, .08);
}

.home-page .home-service-group {
  display: grid;
  grid-template-columns: minmax(230px, .72fr) minmax(0, 2.28fr);
  border-bottom: 1px solid var(--home-rule);
}

.home-page .home-service-group:last-child {
  border-bottom: 0;
}

.home-page .home-service-group > header {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-content: start;
  gap: 14px;
  padding: 27px 25px;
  background: linear-gradient(145deg, #f8fafb, #eef2f3);
  border-right: 1px solid var(--home-rule);
}

.home-page .home-service-group > header > span {
  color: #eed47d;
  font-family: var(--heading-font);
  font-size: 1.55rem;
  font-weight: 700;
}

.home-page .home-service-group header small {
  display: block;
  margin-bottom: 8px;
  color: #eed47d;
  font-size: .59rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.home-page .home-service-group header h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.35rem;
  line-height: 1.08;
}

.home-page .home-service-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-page .home-service-list > a {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 192px;
  flex-direction: column;
  padding: 25px 22px;
  color: var(--navy);
  background: #fff;
  border-right: 1px solid var(--home-rule);
  transition: background .25s ease, box-shadow .25s ease;
}

.home-page .home-service-list > a:last-child {
  border-right: 0;
}

.home-page .home-service-list > a::after {
  position: absolute;
  right: 20px;
  bottom: 18px;
  left: 20px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
  content: "";
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity .25s ease, transform .25s ease;
}

.home-page .home-service-list > a:hover,
.home-page .home-service-list > a:focus-visible {
  color: var(--navy);
  background: var(--cream);
  box-shadow: inset 0 0 0 1px rgba(238, 212, 125, .24);
}

.home-page .home-service-list > a:hover::after,
.home-page .home-service-list > a:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.home-page .home-service-list h4 {
  margin: 0 0 10px;
  color: var(--navy);
  font-family: var(--heading-font);
  font-size: 1.35rem;
  line-height: 1.05;
}

.home-page .home-service-list p {
  margin: 0 0 18px;
  color: var(--muted-text);
  font-size: .73rem;
  line-height: 1.53;
}

.home-page .home-service-list strong {
  margin-top: auto;
  color: #eed47d;
  font-size: .61rem;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.home-page .home-service-group-shipping > header {
  color: #fff;
  background: linear-gradient(145deg, var(--secondary-navy), var(--deep-ink));
}

.home-page .home-service-group-shipping header h3,
.home-page .home-service-group-shipping > header > span {
  color: #fff;
}

.home-page .home-service-group-shipping header small {
  color: var(--gold-light);
}

.home-page .home-service-group-shipping .home-service-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-page .home-audience-service {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 1.5fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 20px;
  padding: 24px 28px;
  color: #fff;
  background: var(--deep-ink);
  border-left: 3px solid var(--gold);
  box-shadow: 0 18px 42px rgba(7, 17, 30, .13);
}

.home-page .home-audience-service:hover,
.home-page .home-audience-service:focus-visible {
  color: #fff;
  background: var(--secondary-navy);
}

.home-page .home-audience-service small {
  display: block;
  margin-bottom: 4px;
  color: var(--gold-light);
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.home-page .home-audience-service strong {
  color: #fff;
  font-family: var(--heading-font);
  font-size: 1.45rem;
}

.home-page .home-audience-service p {
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font-size: .76rem;
  line-height: 1.5;
}

.home-page .home-audience-service b {
  color: var(--gold-light);
  font-size: .64rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-page .home-freight {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 88% 8%, rgba(238, 212, 125, .16), transparent 26%),
    linear-gradient(120deg, #06111f, #0a2035 62%, #0f2c47);
}

.home-page .home-freight .home-section-header h2,
.home-page .home-freight h3,
.home-page .home-freight strong {
  color: #fff;
}

.home-page .home-freight .home-section-header p {
  color: rgba(255, 255, 255, .68);
}

.home-page .home-freight .eyebrow,
.home-page .home-freight .home-text-link {
  color: var(--gold-light);
}

.home-page .home-freight-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(350px, .82fr);
  gap: 22px;
  margin-top: 42px;
}

.home-page .home-freight-visual {
  position: relative;
  display: block;
  min-height: 510px;
  overflow: hidden;
  color: #fff;
  border: 1px solid rgba(238, 212, 125, .46);
}

.home-page .home-freight-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3, 11, 21, .94), transparent 58%);
  content: "";
}

.home-page .home-freight-visual img {
  width: 100%;
  height: 100%;
  min-height: 510px;
  object-fit: cover;
  transition: transform .75s cubic-bezier(.2, .65, .25, 1);
}

.home-page .home-freight-visual:hover img,
.home-page .home-freight-visual:focus-visible img {
  transform: scale(1.035);
}

.home-page .home-freight-visual > span {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 13px;
  padding: 28px;
}

.home-page .home-freight-visual small {
  grid-column: 1 / -1;
  color: var(--gold-light);
  font-size: .61rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-page .home-freight-visual strong {
  font-family: var(--heading-font);
  font-size: 1.35rem;
  line-height: 1;
}

.home-page .home-freight-visual i {
  width: 30px;
  height: 1px;
  background: var(--gold-light);
}

.home-page .home-freight-manifest {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(238, 212, 125, .34);
  border-left: 1px solid rgba(238, 212, 125, .34);
}

.home-page .home-freight-manifest > a {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-content: start;
  gap: 16px;
  padding: 26px 22px;
  color: #fff;
  background: rgba(255, 255, 255, .025);
  border-right: 1px solid rgba(238, 212, 125, .34);
  border-bottom: 1px solid rgba(238, 212, 125, .34);
}

.home-page .home-freight-manifest > a:hover,
.home-page .home-freight-manifest > a:focus-visible {
  color: #fff;
  background: rgba(238, 212, 125, .09);
}

.home-page .home-freight-manifest > a > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--gold-light);
  border: 1px solid rgba(238, 212, 125, .56);
  font-family: var(--heading-font);
  font-size: 1.05rem;
  font-weight: 700;
}

.home-page .home-freight-manifest h3 {
  margin: 2px 0 8px;
  font-size: 1.28rem;
}

.home-page .home-freight-manifest p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: .71rem;
  line-height: 1.52;
}

.home-page .home-freight-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
  border-top: 1px solid rgba(238, 212, 125, .34);
  border-left: 1px solid rgba(238, 212, 125, .34);
}

.home-page .home-freight-details > a {
  min-width: 0;
  padding: 24px 25px;
  color: #fff;
  background: rgba(255, 255, 255, .025);
  border-right: 1px solid rgba(238, 212, 125, .34);
  border-bottom: 1px solid rgba(238, 212, 125, .34);
}

.home-page .home-freight-details > a:hover,
.home-page .home-freight-details > a:focus-visible {
  color: #fff;
  background: rgba(238, 212, 125, .09);
}

.home-page .home-freight-details small {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-light);
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.home-page .home-freight-details strong {
  display: block;
  margin-bottom: 9px;
  font-family: var(--heading-font);
  font-size: 1.27rem;
  line-height: 1.08;
}

.home-page .home-freight-details p {
  margin: 0;
  color: rgba(255, 255, 255, .6);
  font-size: .71rem;
  line-height: 1.5;
}

.home-page .home-process-compact {
  background: #fff;
}

.home-page .home-process-route {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 42px 0 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  border-top: 1px solid var(--home-rule);
  border-left: 1px solid var(--home-rule);
}

.home-page .home-process-route li {
  margin: 0;
}

.home-page .home-process-route a {
  position: relative;
  display: flex;
  min-height: 252px;
  flex-direction: column;
  padding: 26px;
  color: var(--navy);
  background: linear-gradient(145deg, #fff, #f8fafb);
  border-right: 1px solid var(--home-rule);
  border-bottom: 1px solid var(--home-rule);
  transition: background .25s ease, box-shadow .25s ease;
}

.home-page .home-process-route a:hover,
.home-page .home-process-route a:focus-visible {
  color: var(--navy);
  background: var(--cream);
  box-shadow: inset 0 0 0 1px rgba(238, 212, 125, .28);
}

.home-page .home-process-route a > span {
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgba(15, 30, 54, .12);
  font-family: var(--heading-font);
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
}

.home-page .home-process-route small {
  position: relative;
  z-index: 1;
  color: #eed47d;
  font-size: .61rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.home-page .home-process-route h3 {
  position: relative;
  z-index: 1;
  max-width: 250px;
  margin: 28px 0 11px;
  color: var(--navy);
  font-size: 1.45rem;
  line-height: 1.05;
}

.home-page .home-process-route p {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  color: var(--muted-text);
  font-size: .74rem;
  line-height: 1.54;
}

.home-page .home-process-route strong {
  position: relative;
  z-index: 1;
  margin-top: auto;
  color: #eed47d;
  font-size: .61rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.home-page .home-role-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
  color: rgba(255, 255, 255, .72);
  background: var(--deep-ink);
  border-left: 3px solid var(--gold);
}

.home-page .home-role-band span {
  padding: 20px 23px;
  border-right: 1px solid rgba(255, 255, 255, .12);
  font-size: .7rem;
  line-height: 1.5;
}

.home-page .home-role-band span:last-child {
  border-right: 0;
}

.home-page .home-role-band b {
  color: var(--gold-light);
}

.home-page .home-commitments {
  color: #fff;
  background: linear-gradient(120deg, var(--deep-ink), #102944);
}

.home-page .home-commitments .home-section-header h2 {
  color: #fff;
}

.home-page .home-commitments .home-section-header p {
  color: rgba(255, 255, 255, .66);
}

.home-page .home-commitments .eyebrow,
.home-page .home-commitments .home-text-link {
  color: var(--gold-light);
}

.home-page .home-commitment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
  border-top: 1px solid rgba(238, 212, 125, .3);
  border-left: 1px solid rgba(238, 212, 125, .3);
}

.home-page .home-commitment-grid > a {
  position: relative;
  display: flex;
  min-height: 250px;
  flex-direction: column;
  padding: 28px;
  color: #fff;
  background: rgba(255, 255, 255, .025);
  border-right: 1px solid rgba(238, 212, 125, .3);
  border-bottom: 1px solid rgba(238, 212, 125, .3);
}

.home-page .home-commitment-grid > a:hover,
.home-page .home-commitment-grid > a:focus-visible {
  color: #fff;
  background: rgba(238, 212, 125, .09);
}

.home-page .home-commitment-grid > a > span {
  display: grid;
  min-width: 52px;
  width: fit-content;
  height: 42px;
  place-items: center;
  padding: 0 10px;
  color: var(--gold-light);
  border: 1px solid rgba(238, 212, 125, .5);
  font-family: var(--heading-font);
  font-size: 1.15rem;
  font-weight: 700;
}

.home-page .home-commitment-grid h3 {
  margin: 24px 0 10px;
  color: #fff;
  font-size: 1.46rem;
  line-height: 1.04;
}

.home-page .home-commitment-grid p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, .62);
  font-size: .74rem;
  line-height: 1.55;
}

.home-page .home-commitment-grid strong {
  margin-top: auto;
  color: var(--gold-light);
  font-size: .61rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.home-page .home-markets,
.home-page .home-resources {
  padding-top: clamp(68px, 6.5vw, 94px);
  padding-bottom: clamp(68px, 6.5vw, 94px);
}

.home-page .hp-trustpilot {
  padding-top: clamp(68px, 6.5vw, 94px);
  padding-bottom: clamp(68px, 6.5vw, 94px);
}

.home-page .home-faq {
  padding-top: clamp(68px, 6.5vw, 94px);
  padding-bottom: clamp(68px, 6.5vw, 94px);
}

@media (max-width: 1040px) {
  .home-page .home-hero {
    min-height: 680px;
  }

  .home-page .home-hero .hero-content h1 {
    font-size: 4rem;
  }

  .home-page .hp-company-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .home-page .hp-company-copy {
    max-width: 800px;
  }

  .home-page .hp-company-visual {
    min-height: 400px;
  }

  .home-page .hp-company-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .home-service-group {
    grid-template-columns: 1fr;
  }

  .home-page .home-service-group > header {
    border-right: 0;
    border-bottom: 1px solid var(--home-rule);
  }

  .home-page .home-freight-layout {
    grid-template-columns: 1fr;
  }

  .home-page .home-freight-visual,
  .home-page .home-freight-visual img {
    min-height: 440px;
  }
}

@media (max-width: 800px) {
  .home-page {
    --home-section-space: 70px;
  }

  .home-page .home-hero {
    min-height: 0;
    padding: 86px 0 48px;
  }

  .home-page .home-hero .hero-content-wrapper {
    width: min(100% - 40px, 720px);
  }

  .home-page .home-hero .hero-content h1 {
    max-width: 650px;
    font-size: 3.4rem;
  }

  .home-page .home-hero .hero-service-summary {
    grid-template-columns: minmax(142px, .82fr) repeat(2, minmax(0, 1fr));
  }

  .home-page .home-hero .hero-route-label {
    grid-row: span 2;
  }

  .home-page .home-hero .hero-service-summary a:nth-of-type(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, .13);
  }

  .home-page .home-service-list,
  .home-page .home-service-group-shipping .home-service-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .home-service-list > a {
    border-bottom: 1px solid var(--home-rule);
  }

  .home-page .home-service-list > a:nth-child(2n) {
    border-right: 0;
  }

  .home-page .home-audience-service {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-page .home-audience-service b {
    white-space: normal;
  }

  .home-page .home-freight-details,
  .home-page .home-process-route,
  .home-page .home-commitment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .home-role-band {
    grid-template-columns: 1fr;
  }

  .home-page .home-role-band span {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .home-page .home-role-band span:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  .home-page {
    --home-section-space: 58px;
  }

  .home-page .home-hero {
    min-height: 0;
    padding: 38px 0 36px;
  }

  .home-page .home-hero .hero-content-wrapper {
    width: calc(100% - 32px);
  }

  .home-page .home-hero .hero-content h1 {
    font-size: 2.62rem;
    line-height: .96;
  }

  .home-page .home-hero .hero-primary-description {
    font-size: .88rem;
  }

  .home-page .home-hero .hero-actions {
    display: grid;
  }

  .home-page .home-hero .hero-actions .btn {
    width: 100%;
  }

  .home-page .home-hero .hero-service-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
  }

  .home-page .home-hero .hero-route-label {
    grid-row: auto;
    grid-column: 1 / -1;
    min-height: 56px;
    padding: 10px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(238, 212, 125, .32);
  }

  .home-page .home-hero .hero-service-summary a {
    min-height: 68px;
    padding: 10px 8px;
  }

  .home-page .hp-company-visual,
  .home-page .hp-company-visual img {
    min-height: 300px;
  }

  .home-page .hp-company-facts,
  .home-page .home-service-list,
  .home-page .home-service-group-shipping .home-service-list,
  .home-page .home-freight-manifest,
  .home-page .home-freight-details,
  .home-page .home-process-route,
  .home-page .home-commitment-grid {
    grid-template-columns: 1fr;
  }

  .home-page .hp-company-facts > a {
    min-height: 0;
    padding: 20px;
  }

  .home-page .home-service-ledger {
    margin-top: 30px;
  }

  .home-page .home-service-group > header {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 22px 20px;
  }

  .home-page .home-service-list > a {
    min-height: 0;
    padding: 22px 20px;
    border-right: 0;
    border-bottom: 1px solid var(--home-rule);
  }

  .home-page .home-audience-service {
    padding: 22px;
  }

  .home-page .home-freight-layout {
    margin-top: 30px;
  }

  .home-page .home-freight-visual,
  .home-page .home-freight-visual img {
    min-height: 360px;
  }

  .home-page .home-freight-visual > span {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 22px;
  }

  .home-page .home-freight-visual i {
    width: 42px;
  }

  .home-page .home-freight-manifest > a,
  .home-page .home-freight-details > a {
    padding: 22px 20px;
  }

  .home-page .home-process-route,
  .home-page .home-commitment-grid {
    margin-top: 30px;
  }

  .home-page .home-process-route a,
  .home-page .home-commitment-grid > a {
    min-height: 0;
    padding: 23px 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .home-freight-visual img,
  .home-page .home-service-list > a,
  .home-page .home-process-route a,
  .home-page .home-commitment-grid > a {
    transition: none;
    transform: none;
  }
}

/* The carousel occupies its own bottom rail and never covers the capability
   route. These final values intentionally follow all legacy homepage passes. */
.home-page .home-hero {
  padding-bottom: 92px;
}

.home-page .hero-carousel-toggle-icon {
  font-size: 0;
}

@media (max-width: 768px) {
  .home-page .home-hero {
    padding-bottom: 84px;
  }
}

/* Signature Sourcing Dossier: a project-file ledger, not a card grid. */
.home-page .home-dossier-section {
  background: var(--cream);
}

.home-page .home-dossier {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  gap: 0;
  margin-top: 48px;
  border-top: 1px solid rgba(15, 30, 54, .18);
  border-bottom: 1px solid rgba(15, 30, 54, .18);
}

.home-page .home-dossier-status {
  position: sticky;
  top: 110px;
  align-self: start;
  min-height: 430px;
  padding: 30px 28px;
  color: #fff;
  background: var(--navy);
  border-top: 3px solid var(--gold);
}

.home-page .home-dossier-kicker {
  display: block;
  color: var(--gold-light);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.home-page .home-dossier-status > strong {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 24px 0 20px;
  color: var(--gold-light);
  font-family: var(--heading-font);
  font-size: 4rem;
  line-height: .85;
}

.home-page .home-dossier-status > strong small {
  color: rgba(255, 255, 255, .5);
  font-family: var(--primary-font);
  font-size: .72rem;
  font-weight: 700;
}

.home-page .home-dossier-meter {
  width: 100%;
  height: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, .14);
}

.home-page .home-dossier-meter span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--gold-light);
  transform: scaleX(.0833);
  transform-origin: left center;
  transition: transform .35s var(--ease-out);
}

.home-page .home-dossier-status dl {
  display: grid;
  gap: 20px;
  margin: 30px 0;
}

.home-page .home-dossier-status dl > div {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .15);
}

.home-page .home-dossier-status dt {
  margin-bottom: 5px;
  color: rgba(255, 255, 255, .48);
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.home-page .home-dossier-status dd {
  margin: 0;
  color: #fff;
  font-size: .88rem;
  font-weight: 650;
  line-height: 1.5;
}

.home-page .home-dossier-status > a {
  display: inline-flex;
  padding-bottom: 4px;
  color: var(--gold-light);
  border-bottom: 1px solid rgba(238, 212, 125, .45);
  font-size: .75rem;
  font-weight: 750;
  line-height: 1.45;
}

.home-page .home-dossier-stages {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
  border-left: 1px solid rgba(15, 30, 54, .18);
}

.home-page .home-dossier-stage {
  margin: 0;
  border-bottom: 1px solid rgba(15, 30, 54, .14);
}

.home-page .home-dossier-stage:last-child {
  border-bottom: 0;
}

.home-page .home-dossier-stage > a {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) minmax(190px, 230px);
  gap: 24px;
  align-items: start;
  min-height: 182px;
  padding: 27px 28px;
  color: var(--body-text);
  background: rgba(255, 255, 255, .68);
  transition: background .24s ease, box-shadow .24s ease;
}

.home-page .home-dossier-stage > a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: var(--gold);
  content: "";
  opacity: 0;
  transform: scaleY(.4);
  transition: opacity .24s ease, transform .24s ease;
}

.home-page .home-dossier-stage.active > a,
.home-page .home-dossier-stage > a:hover,
.home-page .home-dossier-stage > a:focus-visible {
  color: var(--body-text);
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(238, 212, 125, .14);
}

.home-page .home-dossier-stage.active > a::before,
.home-page .home-dossier-stage > a:hover::before,
.home-page .home-dossier-stage > a:focus-visible::before {
  opacity: 1;
  transform: scaleY(1);
}

.home-page .home-dossier-stage > a > span {
  color: var(--gold);
  font-family: var(--heading-font);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1;
}

.home-page .home-dossier-stage div > small,
.home-page .home-dossier-stage aside > small {
  display: block;
  margin-bottom: 8px;
  color: var(--muted-text);
  font-size: .63rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.home-page .home-dossier-stage h3 {
  margin-bottom: 10px;
  font-size: clamp(1.45rem, 2vw, 1.82rem);
}

.home-page .home-dossier-stage p {
  max-width: 62ch;
  margin: 0;
  color: #536175;
  font-size: .9rem;
  line-height: 1.62;
}

.home-page .home-dossier-stage aside {
  min-height: 118px;
  padding-left: 20px;
  border-left: 1px solid rgba(15, 30, 54, .16);
}

.home-page .home-dossier-stage aside strong,
.home-page .home-dossier-stage aside em {
  display: block;
}

.home-page .home-dossier-stage aside strong {
  color: var(--navy);
  font-family: var(--heading-font);
  font-size: 1.15rem;
  line-height: 1.2;
}

.home-page .home-dossier-stage aside em {
  margin-top: 16px;
  color: #667386;
  font-size: .68rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 1024px) {
  .home-page .home-dossier {
    grid-template-columns: 1fr;
  }

  .home-page .home-dossier-status {
    position: relative;
    top: auto;
    display: grid;
    min-height: 0;
    grid-template-columns: auto minmax(120px, 1fr) minmax(220px, 1.2fr);
    gap: 22px;
    align-items: center;
  }

  .home-page .home-dossier-status > strong {
    margin: 0;
    font-size: 2.8rem;
  }

  .home-page .home-dossier-status dl {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 0;
  }

  .home-page .home-dossier-status > a,
  .home-page .home-dossier-kicker {
    display: none;
  }

  .home-page .home-dossier-stages {
    border-left: 0;
  }
}

@media (max-width: 720px) {
  .home-page .home-dossier {
    margin-top: 34px;
  }

  .home-page .home-dossier-status {
    grid-template-columns: auto 1fr;
    padding: 22px 20px;
  }

  .home-page .home-dossier-status dl {
    grid-column: 1 / -1;
  }

  .home-page .home-dossier-stage > a {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
    min-height: 0;
    padding: 24px 18px;
  }

  .home-page .home-dossier-stage aside {
    grid-column: 2;
    min-height: 0;
    padding: 14px 0 0;
    border-top: 1px solid rgba(15, 30, 54, .14);
    border-left: 0;
  }

  .home-page .home-dossier-stage aside em {
    margin-top: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .home-dossier-meter span,
  .home-page .home-dossier-stage > a,
  .home-page .home-dossier-stage > a::before {
    transition: none;
  }
}

@media (max-width: 480px) {
  /* Bottom-right on every device. This block previously pinned the rail to the
     vertical centre, which sat it on top of the reading column, and it outranks
     the shared rule in styles.css, so the shared fix alone was not enough. */
  .home-page .floating-contact {
    top: auto;
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
    width: 44px;
    height: auto;
    grid-template-columns: 44px;
    grid-auto-flow: row;
    gap: 8px;
    opacity: .92;
    transform: none;
  }

  .home-page .float-btn {
    width: 44px;
    height: 44px;
  }

  .home-page.form-field-active .floating-contact,
  .home-page.site-footer-in-view .floating-contact,
  .home-page:has(.main-nav.open) .floating-contact,
  .home-page:has(.wechat-modal.open) .floating-contact,
  .home-page.home-hero-in-view .floating-contact,
  .home-page.home-request-in-view .floating-contact {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(56px);
  }
}

/* Final hero contract: editorial column and route rail stay in flow so every
   viewport receives a complete first-screen composition. */
.home-page .home-hero {
  height: clamp(620px, calc(100svh - 190px), 740px);
  min-height: 620px;
  max-height: 740px;
  padding: 0;
  grid-template-rows: minmax(0, 1fr);
}

.home-page .home-hero .hero-content-wrapper {
  align-self: stretch;
  padding-block: clamp(26px, 4.5vh, 56px);
}

/* Short desktop viewports: compress the type, keep the whole composition. */
@media (min-width: 1041px) and (max-height: 800px) {
  .home-page .home-hero {
    height: clamp(580px, calc(100svh - 105px), 640px);
    min-height: 580px;
    max-height: 640px;
  }

  .home-page .home-hero .hero-content-wrapper {
    padding-block: 20px;
  }

  .home-page .home-hero .hero-content .eyebrow.hero-status {
    margin-bottom: 12px;
  }

  .home-page .home-hero h1 {
    margin-bottom: 14px;
    font-size: clamp(3.1rem, 4.2vw, 3.6rem);
    line-height: .95;
  }

  .home-page .home-hero h1 em::after {
    margin-top: 10px;
  }

  .home-page .home-hero .hero-primary-description {
    font-size: .93rem;
    line-height: 1.5;
  }

  .home-page .home-hero .hero-actions {
    margin-top: 20px;
  }

  .home-page .home-hero .hero-actions .btn {
    min-height: 48px;
    padding: 13px 24px;
  }

  .home-page .home-hero .hero-credentials {
    margin-top: 20px;
    padding-top: 14px;
  }
}

@media (max-width: 1040px) {
  .home-page .home-hero {
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .home-page .home-hero .hero-content-wrapper {
    width: min(100% - 40px, 720px);
    padding-block: 26px 20px;
  }

  .home-page .home-hero .hero-credentials {
    gap: 8px 20px;
    margin-top: 22px;
    padding-top: 14px;
    font-size: .66rem;
  }

  .home-page .home-hero .hero-route-label {
    display: none;
  }

  .home-page .home-hero .hero-route-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .home-hero .hero-route-steps a,
  .home-page .home-hero .hero-route-steps a:nth-child(2) {
    min-height: 54px;
    padding: 9px 14px;
    border-right: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .home-page .home-hero .hero-route-steps a:nth-child(2n) {
    border-right: 0;
  }

  .home-page .home-hero .hero-route-steps a:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .home-page .home-hero::after {
    inset: 14px;
  }

  .home-page .home-hero::before {
    background:
      radial-gradient(120% 70% at 70% 40%, rgba(238, 212, 125, .1) 0%, rgba(238, 212, 125, 0) 55%),
      linear-gradient(90deg, rgba(3, 11, 21, .9) 0%, rgba(5, 16, 29, .8) 58%, rgba(5, 16, 29, .56) 100%),
      linear-gradient(0deg, rgba(4, 13, 25, .66) 0%, transparent 44%);
  }
}

@media (max-width: 560px) {
  .home-page .home-hero {
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .home-page .home-hero .hero-content-wrapper {
    width: calc(100% - 32px);
    min-height: 0;
    padding-block: 22px 16px;
  }

  .home-page .home-hero .hero-content .eyebrow.hero-status {
    margin-bottom: 12px;
  }

  .home-page .home-hero h1 {
    margin-bottom: 12px;
    font-size: clamp(2rem, 10.2vw, 2.65rem);
  }

  .home-page .home-hero h1 em::after {
    margin-top: 9px;
  }

  .home-page .home-hero .hero-primary-description {
    font-size: .84rem;
    line-height: 1.46;
  }

  .home-page .home-hero .hero-actions {
    display: grid;
    margin-top: 14px;
  }

  .home-page .home-hero .hero-actions .btn {
    width: 100%;
    min-height: 44px;
  }

  .home-page .home-hero .hero-route-steps a,
  .home-page .home-hero .hero-route-steps a:nth-child(2) {
    min-height: 50px;
    padding: 7px 10px;
  }

  .home-page .home-hero .hero-route-steps b {
    font-size: 1.15rem;
  }

  .home-page .home-hero::after {
    inset: 10px;
  }

  .home-page .home-hero .hero-credentials {
    gap: 6px 0;
    margin-top: 16px;
    padding-top: 12px;
    flex-direction: column;
    align-items: flex-start;
    font-size: .63rem;
  }

  .home-page .home-hero .hero-credentials li::before {
    display: none;
  }
}

/* Single autoplay wave used in place of arrows, counters, pause, and dots. */
.home-page .home-hero::after {
  background: none;
}

.home-page .hero-carousel-wave {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
  height: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, .1);
  pointer-events: none;
}

.home-page .hero-carousel-wave > span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--gold), var(--gold-light) 72%, #eed47d);
  box-shadow: 0 0 14px rgba(238, 212, 125, .6);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.home-page .hero-carousel-wave > span.running {
  animation: home-hero-wave 3s linear forwards;
}

@keyframes home-hero-wave {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .hero-carousel-wave > span {
    animation: none !important;
    transform: scaleX(1);
  }
}

/* The homepage proof band uses the shared signal-strip dimensions from the
   About page so the transition below the hero stays compact and consistent. */
/* The proof band is genuinely full-bleed, so the shell drops its .container
   width instead of having the strip inside escape with `left: 50%` / `-50vw`.
   That escape measured the viewport with 100vw, which counts the scrollbar and
   left the band wider than the content area, and it silently broke whenever a
   container carried asymmetric margins. Percentages here are relative to <main>,
   so the band tracks the real content width at every size. */
.home-page .home-signal-shell {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.home-page .home-signal-shell .signal-strip {
  left: auto;
  width: 100%;
  margin-inline: 0;
  padding-inline: max(20px, calc((100% - 1180px) / 2));
}

.home-page .home-signal-item h3 {
  font-family: var(--font-editorial);
  font-size: var(--type-card-title);
  font-weight: 600;
  line-height: 1.12;
}

/* The sourcing route follows the hero as a normal content section, matching
   the process language and card system used throughout the rest of the site. */
.home-page .home-route-section {
  padding-block: clamp(54px, 5.5vw, 78px);
  background: linear-gradient(180deg, #f5f7fa 0%, #fff 100%);
  border-top: 1px solid rgba(238, 212, 125, .24);
  border-bottom: 1px solid rgba(15, 30, 54, .08);
}

.home-page .home-route-heading {
  max-width: 820px;
  margin-bottom: 36px;
}

.home-page .home-route-heading h2 {
  font-size: clamp(2.15rem, 3.6vw, 3.35rem);
  line-height: 1.04;
}

.home-page .home-route-heading p {
  max-width: 690px;
  margin-inline: auto;
}

.home-page .home-route-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-page .home-route-step {
  min-height: 230px;
  color: var(--navy);
  text-decoration: none;
}

.home-page .home-route-step .step-topline {
  align-items: center;
}

.home-page .home-route-step .step-topline > small {
  color: var(--gold);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.home-page .home-route-step h3 {
  font-size: 1.05rem;
  line-height: 1.28;
}

.home-page .home-route-step p {
  font-size: .88rem;
  line-height: 1.56;
}

.home-page .home-route-step.is-active {
  border-color: rgba(238, 212, 125, .78);
  box-shadow: 0 22px 44px rgba(7, 17, 30, .15);
  transform: translateY(-4px);
}

.home-page .home-route-step.is-active::before {
  transform: scaleX(1);
}

.home-page .home-route-step.is-active .step-number {
  border-color: var(--gold-light);
  box-shadow: 0 12px 24px rgba(238, 212, 125, .28);
}

@media (max-width: 1040px) {
  .home-page .home-route-section {
    padding-block: 54px;
  }

  .home-page .home-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .home-page .home-route-section {
    padding-block: 42px;
  }

  .home-page .home-route-heading {
    margin-bottom: 28px;
  }

  .home-page .home-route-heading h2 {
    font-size: 2rem;
  }

  .home-page .home-route-grid {
    grid-template-columns: 1fr;
  }

  .home-page .home-route-step {
    min-height: 0;
  }
}

/* Homepage cleanup: remove ornamental page rules and give each information
   type its own quieter, more contemporary layout language. */
.home-page main .section::before {
  display: none;
  content: none;
}

.home-page main .eyebrow::before {
  display: none;
  content: none;
}

.home-page .home-entity,
.home-page .home-categories {
  background-image: none;
}

.home-page .home-entity {
  background-color: #fff;
}

.home-page .home-categories {
  background-color: #f2f4f5;
  border-top: 0;
}

.home-page .home-tool-panel,
.home-page .home-digital-preview {
  background-image: none;
}

/* Open sourcing sequence: numbered editorial columns instead of cards. */
.home-page .home-route-section {
  background: #f7f8fa;
  border-top: 0;
  border-bottom: 0;
}

.home-page .home-route-grid {
  gap: 0;
  border-top: 1px solid rgba(15, 30, 54, .16);
  border-bottom: 1px solid rgba(15, 30, 54, .16);
}

.home-page .home-route-step,
.home-page .home-route-step.light {
  min-height: 220px;
  padding: 30px 28px;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(15, 30, 54, .14);
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.home-page .home-route-step:last-child {
  border-right: 0;
}

.home-page .home-route-step::after {
  display: none;
}

.home-page .home-route-step .step-number {
  display: block;
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  color: var(--gold);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-family: var(--heading-font);
  font-size: 2.65rem;
  line-height: 1;
}

.home-page .home-route-step .step-number::after {
  display: none;
}

.home-page .home-route-step:hover,
.home-page .home-route-step:focus-visible,
.home-page .home-route-step.is-active {
  background: linear-gradient(180deg, rgba(47, 107, 99, .075), rgba(47, 107, 99, 0));
  border-color: rgba(15, 30, 54, .14);
  box-shadow: none;
  transform: none;
}

.home-page .home-route-step.is-active .step-number {
  color: var(--hp-teal);
  border: 0;
  box-shadow: none;
}

/* Company details read as a concise fact rail rather than four boxes. */
.home-page .hp-company-facts {
  overflow: visible;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(15, 30, 54, .16);
  border-bottom: 1px solid rgba(15, 30, 54, .16);
  box-shadow: none;
}

.home-page .hp-company-facts > a {
  min-height: 138px;
  padding: 24px 22px;
  background: transparent;
  border-right: 1px solid rgba(15, 30, 54, .13);
  border-bottom: 0;
  box-shadow: none;
}

.home-page .hp-company-facts > a:last-child {
  border-right: 0;
}

.home-page .hp-company-facts > a::before {
  display: none;
}

.home-page .hp-company-facts > a:hover,
.home-page .hp-company-facts > a:focus-visible {
  background: rgba(47, 107, 99, .055);
  box-shadow: none;
}

/* Service groups become separated working records with color-coded stages. */
.home-page .home-service-spectrum {
  background: #f5f7f8;
  border-top: 0;
  border-bottom: 0;
}

.home-page .home-service-ledger {
  display: grid;
  gap: 20px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.home-page .home-service-group {
  --service-accent: var(--gold);
  overflow: hidden;
  background: #fff;
  border: 0;
  border-top: 3px solid var(--service-accent);
  border-radius: 6px;
  box-shadow: 0 14px 36px rgba(7, 17, 30, .06);
}

.home-page .home-service-group:nth-child(2) { --service-accent: var(--hp-teal); }
.home-page .home-service-group:nth-child(3) { --service-accent: var(--hp-blue); }
.home-page .home-service-group:nth-child(4) { --service-accent: var(--hp-coral); }
.home-page .home-service-group:nth-child(5) { --service-accent: var(--gold); }

.home-page .home-service-group > header {
  background: #f8fafb;
  border-right: 0;
}

.home-page .home-service-group > header > span,
.home-page .home-service-group header small {
  color: var(--service-accent);
}

.home-page .home-service-list > a {
  min-height: 184px;
  background: #fff;
  border-right: 0;
  border-left: 1px solid rgba(15, 30, 54, .1);
  box-shadow: none;
}

.home-page .home-service-list > a::after {
  display: none;
}

.home-page .home-service-list > a:hover,
.home-page .home-service-list > a:focus-visible {
  background: rgba(47, 107, 99, .055);
  box-shadow: none;
}

.home-page .home-service-group-shipping > header {
  background: var(--deep-ink);
}

/* Dark-section commitments use distinct soft surfaces, not a ruled table. */
.home-page .home-commitment-grid {
  gap: 14px;
  border: 0;
}

.home-page .home-commitment-grid > a {
  min-height: 242px;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 6px;
}

.home-page .home-commitment-grid > a:hover,
.home-page .home-commitment-grid > a:focus-visible {
  background: rgba(47, 107, 99, .18);
  border-color: rgba(238, 212, 125, .28);
}

.home-page .home-commitment-grid > a:nth-child(2) > span,
.home-page .home-commitment-grid > a:nth-child(5) > span {
  color: #8fd0c5;
  border-color: rgba(143, 208, 197, .55);
}

.home-page .home-commitment-grid > a:nth-child(3) > span,
.home-page .home-commitment-grid > a:nth-child(6) > span {
  color: #9ebad3;
  border-color: rgba(158, 186, 211, .55);
}

/* Image-led industries remain visual, but float as clean tiles without a grid box. */
.home-page .home-industry-grid {
  gap: 14px;
  overflow: visible;
  background: transparent;
  border: 0;
}

.home-page .home-industries .home-industry-grid > a {
  overflow: hidden;
  background: #f4f6f7;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(7, 17, 30, .055);
}

.home-page .home-industries .home-industry-grid > a:hover,
.home-page .home-industries .home-industry-grid > a:focus-visible {
  background: #edf2f1;
  box-shadow: 0 18px 36px rgba(7, 17, 30, .09);
}

/* Market coverage becomes one connected index instead of eight framed cards. */
.home-page .home-market-grid {
  gap: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, .12);
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.home-page .home-market-grid::before {
  display: none;
  content: none;
}

.home-page .home-market-grid a,
.home-page .home-market-grid a:nth-child(1),
.home-page .home-market-grid a:nth-child(2) {
  min-height: 178px;
  background: #17273d;
  border: 0;
  border-radius: 0;
  backdrop-filter: none;
  transform: none;
}

.home-page .home-market-grid a:hover,
.home-page .home-market-grid a:focus-visible {
  background: #1d324d;
  border: 0;
  transform: none;
}

/* Tools and guides use two purpose-built panels with unboxed rows. */
.home-page .home-resource-layout {
  gap: 24px;
}

.home-page .home-tool-panel,
.home-page .home-knowledge-panel {
  border-radius: 6px;
}

.home-page .home-tool-panel {
  background-color: #0c1a2a;
  box-shadow: 0 18px 44px rgba(7, 17, 30, .14);
}

.home-page .home-knowledge-panel {
  background: #f3f5f7;
}

.home-page .home-tool-grid {
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.home-page .home-tool-grid a {
  min-height: 148px;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  border-radius: 0;
  transform: none;
}

.home-page .home-tool-grid a:nth-child(2n) {
  border-right: 0;
}

.home-page .home-tool-grid a:hover,
.home-page .home-tool-grid a:focus-visible {
  background: rgba(47, 107, 99, .18);
  border-color: rgba(255, 255, 255, .1);
  transform: none;
}

@media (max-width: 1040px) {
  .home-page .home-route-step:nth-child(2n) {
    border-right: 0;
  }

  .home-page .home-route-step:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(15, 30, 54, .14);
  }

  .home-page .hp-company-facts > a:nth-child(2n) {
    border-right: 0;
  }

  .home-page .hp-company-facts > a:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(15, 30, 54, .13);
  }

  /* Re-assert the content-sized card. The 184px floor further up this file is
     for the four-across desktop row, where it keeps the gold link on a shared
     baseline. Stacked one-per-row it just opens a dead gap under the copy,
     because `strong` is pinned with `margin-top: auto`. An earlier `min-height:
     0` at the 700px breakpoint was silently undone by that later base rule. */
  .home-page .home-service-list > a {
    min-height: 0;
    border-top: 1px solid rgba(15, 30, 54, .1);
    border-left: 0;
  }
}

@media (max-width: 560px) {
  /* Card copy is set at .73rem for the dense four-across desktop row. In a
     single stacked column that lands near 11.7px of Times, which is below a
     comfortable reading size on a phone, and there is ample width for more. */
  .home-page .home-service-list p {
    margin-bottom: 14px;
    font-size: .88rem;
    line-height: 1.6;
  }

  .home-page .home-service-list strong {
    font-size: .7rem;
  }

  .home-page .home-route-step,
  .home-page .home-route-step:nth-child(2n),
  .home-page .home-route-step:nth-child(-n + 2) {
    padding: 26px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(15, 30, 54, .14);
  }

  .home-page .home-route-step:last-child {
    border-bottom: 0;
  }

  .home-page .hp-company-facts > a,
  .home-page .hp-company-facts > a:nth-child(2n),
  .home-page .hp-company-facts > a:nth-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(15, 30, 54, .13);
  }

  .home-page .hp-company-facts > a:last-child {
    border-bottom: 0;
  }

  .home-page .home-service-group {
    border-radius: 4px;
  }

  .home-page .home-tool-grid a,
  .home-page .home-tool-grid a:nth-child(2n) {
    border-right: 0;
  }

  .home-page .home-tool-grid a:last-child {
    border-bottom: 0;
  }
}

/* Hero copy system: a focused brand statement over the photography, followed
   by a compact operating promise and a detailed China-side capability band. */
.home-page .home-hero {
  height: auto;
  min-height: min(calc(100svh - 105px), 900px);
  max-height: 900px;
}

.home-page .home-hero .hero-content-wrapper {
  padding-block: 34px;
}

.home-page .home-hero .hero-content {
  max-width: 980px;
}

.home-page .home-hero .hero-content .eyebrow.hero-status {
  max-width: none;
  margin-bottom: 18px;
  padding: 8px 12px;
  flex-wrap: nowrap;
  gap: 9px;
  border-radius: 999px;
  font-size: .78rem;
  letter-spacing: 0;
  box-shadow: 0 10px 28px rgba(2, 8, 18, .2);
}

.home-page .home-hero .hero-status-time {
  min-width: 5ch;
  color: var(--hp-gold-light);
  font-size: .84rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  text-align: center;
}

.home-page .home-hero h1,
.home-page .home-hero .hero-content h1 {
  max-width: 930px;
  margin-bottom: 16px;
  font-size: 3.25rem;
  line-height: .94;
  letter-spacing: 0;
}

.home-page .home-hero h1 span,
.home-page .home-hero h1 em {
  display: block;
}

.home-page .home-hero h1 em {
  max-width: 900px;
  margin-top: 8px;
  overflow-wrap: normal;
  white-space: normal;
}

.home-page .home-hero h1 em::after {
  width: 96px;
  margin-top: 12px;
}

.home-page .home-hero .hero-primary-description {
  max-width: 820px;
  margin-bottom: 0;
  font-size: .98rem;
  line-height: 1.55;
}

.home-page .home-hero .hero-brand-promise {
  max-width: 760px;
  margin: 12px 0 0;
  color: #fff;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.45;
}

.home-page .home-hero .hero-actions {
  margin-top: 18px;
}

.home-page .home-hero .hero-actions .btn {
  min-height: 48px;
  padding: 13px 22px;
}

.home-page .home-hero .hero-credentials {
  display: grid;
  max-width: 940px;
  grid-template-columns: repeat(4, max-content);
  gap: 8px 19px;
  margin-top: 20px;
  padding-top: 14px;
  font-size: .62rem;
  letter-spacing: 0;
}

.home-page .home-hero .hero-credentials li {
  margin-top: 0;
}

.home-page .home-hero .hero-credentials li:first-child,
.home-page .home-hero .hero-credentials li:nth-child(2) {
  grid-column: span 2;
}

@media (min-width: 1041px) and (max-height: 800px) {
  .home-page .home-hero {
    height: 700px;
    min-height: 700px;
    max-height: 700px;
  }

  .home-page .home-hero .hero-content-wrapper {
    padding-block: 24px;
  }

  .home-page .home-hero h1,
  .home-page .home-hero .hero-content h1 {
    font-size: 3.05rem;
  }

  .home-page .home-hero .hero-primary-description {
    max-width: 780px;
    font-size: .9rem;
  }
}

@media (max-width: 1040px) {
  .home-page .home-hero {
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .home-page .home-hero .hero-content-wrapper {
    width: min(100% - 40px, 820px);
    padding-block: 34px 28px;
  }

  .home-page .home-hero h1,
  .home-page .home-hero .hero-content h1 {
    font-size: 3rem;
  }

}

@media (max-width: 700px) {
  .home-page .home-hero .hero-content-wrapper {
    width: calc(100% - 32px);
    padding-block: 26px 20px;
  }

  .home-page .home-hero .hero-content .eyebrow.hero-status {
    margin-bottom: 16px;
    padding: 8px 11px;
  }

  .home-page .home-hero h1,
  .home-page .home-hero .hero-content h1 {
    margin-bottom: 14px;
    font-size: 2.4rem;
    line-height: .96;
  }

  .home-page .home-hero h1 em {
    margin-top: 7px;
  }

  .home-page .home-hero .hero-primary-description {
    font-size: .86rem;
    line-height: 1.5;
  }

  .home-page .home-hero .hero-content > .hero-brand-promise {
    margin-top: 10px;
    font-size: .82rem;
  }

  .home-page .home-hero .hero-actions {
    margin-top: 16px;
  }

  .home-page .home-hero .hero-credentials {
    display: flex;
    gap: 6px 16px;
    margin-top: 17px;
    padding-top: 12px;
    flex-flow: row wrap;
    align-items: flex-start;
    font-size: .58rem;
  }

}

@media (max-width: 420px) {
  .home-page .home-hero h1,
  .home-page .home-hero .hero-content h1 {
    font-size: 2.15rem;
  }

  .home-page .home-hero .hero-credentials li:first-child {
    flex-basis: 100%;
  }
}

/* Homepage interaction refresh: one restrained motion language across the
   hero, buyer cards, operating stages, and supporting tools. */
.home-page .home-hero .hero-actions .btn {
  min-height: 50px;
  padding: 13px 28px;
  overflow: hidden;
  border-radius: 8px;
  font-size: .875rem;
  letter-spacing: 0;
  text-transform: none;
  isolation: isolate;
  transition: transform .28s cubic-bezier(.2, .8, .2, 1), box-shadow .28s ease, color .25s ease, background .25s ease, border-color .25s ease;
}

.home-page .home-hero .hero-actions .btn-primary {
  border: 1px solid rgba(255, 255, 255, .2);
  box-shadow: 0 10px 26px rgba(238, 212, 125, .28);
}

.home-page .home-hero .hero-actions .btn-secondary {
  color: #fff;
  background: rgba(5, 15, 27, .34);
  border: 1.5px solid var(--gold);
  box-shadow: 0 8px 22px rgba(4, 12, 22, .24);
  backdrop-filter: blur(8px);
}

.home-page .home-hero .hero-actions .btn-primary::after,
.home-page .home-hero .hero-actions .btn-secondary::after {
  position: relative;
  inset: auto;
  width: auto;
  height: auto;
  max-width: 0;
  margin-left: -4px;
  overflow: hidden;
  background: transparent;
  border-radius: 0;
  color: currentColor;
  content: "\2192";
  opacity: 0;
  transform: translateX(-4px);
  transition: max-width .3s ease, opacity .3s ease, transform .3s ease, margin-left .3s ease;
}

.home-page .home-hero .hero-actions .btn-primary:hover::after,
.home-page .home-hero .hero-actions .btn-secondary:hover::after,
.home-page .home-hero .hero-actions .btn-primary:focus-visible::after,
.home-page .home-hero .hero-actions .btn-secondary:focus-visible::after {
  max-width: 1.4em;
  margin-left: 0;
  opacity: 1;
  transform: translateX(0);
}

.home-page .home-hero .hero-actions .btn-secondary:hover,
.home-page .home-hero .hero-actions .btn-secondary:focus-visible {
  color: var(--gold-light);
  background: rgba(238, 212, 125, .14);
  border-color: var(--gold-light);
  box-shadow: 0 14px 34px rgba(238, 212, 125, .22);
  transform: translateY(-3px);
}

/* Buyer models: large, useful imagery replaces the legacy 38px image rail. */
.home-page .home-industry-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  overflow: visible;
  background: transparent;
  border: 0;
}

.home-page .home-industries .home-industry-grid > a,
.home-page .home-industries .home-industry-grid > .home-industry-card--final {
  display: grid;
  min-height: 386px;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 174px minmax(0, 1fr);
  grid-column: auto;
  gap: 0;
  padding: 0;
  overflow: hidden;
  color: var(--navy);
  background: #fff;
  border: 1px solid rgba(15, 30, 54, .12);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(7, 17, 30, .08);
  transform: translate3d(0, 0, 0);
  transition: opacity .68s ease var(--home-motion-delay, 0ms), transform .42s cubic-bezier(.2, .72, .22, 1) var(--home-motion-delay, 0ms), border-color .3s ease, box-shadow .3s ease, background .3s ease;
}

.home-page .home-industry-grid > a::after {
  width: 54px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transition: width .42s cubic-bezier(.2, .8, .2, 1);
}

.home-page .home-industry-grid > a > img {
  position: relative;
  inset: auto;
  display: block;
  width: 100%;
  height: 174px;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  filter: saturate(.9) contrast(1.03);
  transform: scale(1.001);
  transform-origin: center;
  transition: transform .7s cubic-bezier(.2, .72, .22, 1), filter .35s ease;
}

.home-page .home-industry-grid > a > div {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  padding: 24px 25px 25px;
  background: #fff;
}

.home-page .home-industry-grid small {
  font-size: .62rem;
  letter-spacing: 0;
}

.home-page .home-industry-grid h3 {
  margin: 10px 0 9px;
  font-size: 1.5rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.home-page .home-industry-grid p {
  margin-bottom: 19px;
  font-size: .86rem;
  line-height: 1.56;
}

.home-page .home-industry-grid strong {
  font-size: .66rem;
  letter-spacing: 0;
}

.home-page .home-industry-grid strong i {
  display: inline-block;
  transition: transform .28s ease;
}

@media (hover: hover) and (pointer: fine) {
  .home-page .home-industries .home-industry-grid > a:hover,
  .home-page .home-industries .home-industry-grid > a:focus-visible,
  .js .home-page .home-industries .home-industry-grid > a.home-motion.is-home-visible:hover,
  .js .home-page .home-industries .home-industry-grid > a.home-motion.is-home-visible:focus-visible {
    color: var(--navy);
    background: #fff;
    border-color: rgba(238, 212, 125, .5);
    box-shadow: 0 24px 52px rgba(7, 17, 30, .14);
    transform: translate3d(0, -7px, 0);
  }

  .home-page .home-industry-grid > a:hover::after,
  .home-page .home-industry-grid > a:focus-visible::after {
    width: 100%;
  }

  .home-page .home-industry-grid > a:hover > img,
  .home-page .home-industry-grid > a:focus-visible > img {
    filter: saturate(1.04) contrast(1.04);
    transform: scale(1.055);
  }

  .home-page .home-industry-grid > a:hover strong i,
  .home-page .home-industry-grid > a:focus-visible strong i {
    transform: translateX(5px);
  }
}

/* A shared interaction rhythm keeps the many homepage section types related
   without flattening them into one repeated card style. */
.home-page .home-signal-item,
.home-page .home-route-step,
.home-page .hp-company-facts > a,
.home-page .home-service-group,
.home-page .home-service-list > a,
.home-page .home-audience-service,
.home-page .home-freight-manifest > a,
.home-page .home-freight-details > a,
.home-page .home-dossier-stage,
.home-page .home-commitment-grid > a,
.home-page .home-market-grid > a,
.home-page .home-tool-grid > a,
.home-page .home-knowledge-panel > a,
.home-page .faq-item {
  transition: opacity .68s ease var(--home-motion-delay, 0ms), transform .38s cubic-bezier(.2, .72, .22, 1) var(--home-motion-delay, 0ms), background .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.home-page .hp-company-visual img,
.home-page .home-freight-visual img,
.home-page .home-industry-lead img {
  transition: transform .8s cubic-bezier(.2, .72, .22, 1), filter .4s ease;
}

@media (hover: hover) and (pointer: fine) {
  .js .home-page .home-motion.home-motion-interactive.is-home-visible:hover,
  .js .home-page .home-motion.home-motion-interactive.is-home-visible:focus-visible {
    transform: translate3d(0, -3px, 0);
  }

  .home-page .home-signal-item:hover,
  .home-page .home-signal-item:focus-visible,
  .home-page .hp-company-facts > a:hover,
  .home-page .hp-company-facts > a:focus-visible,
  .home-page .home-commitment-grid > a:hover,
  .home-page .home-commitment-grid > a:focus-visible {
    transform: translate3d(0, -4px, 0);
  }

  .home-page .home-route-step:hover,
  .home-page .home-route-step:focus-visible,
  .home-page .home-market-grid > a:hover,
  .home-page .home-market-grid > a:focus-visible,
  .home-page .home-tool-grid > a:hover,
  .home-page .home-tool-grid > a:focus-visible {
    transform: translate3d(0, -3px, 0);
  }

  .home-page .home-service-list > a:hover,
  .home-page .home-service-list > a:focus-visible,
  .home-page .home-freight-manifest > a:hover,
  .home-page .home-freight-manifest > a:focus-visible,
  .home-page .home-freight-details > a:hover,
  .home-page .home-freight-details > a:focus-visible,
  .home-page .home-knowledge-panel > a:hover,
  .home-page .home-knowledge-panel > a:focus-visible {
    transform: translate3d(4px, 0, 0);
  }

  .home-page .home-service-group:hover {
    box-shadow: 0 22px 48px rgba(7, 17, 30, .1);
    transform: translate3d(0, -3px, 0);
  }

  .home-page .hp-company-visual:hover img,
  .home-page .hp-company-visual:focus-visible img,
  .home-page .home-freight-visual:hover img,
  .home-page .home-freight-visual:focus-visible img,
  .home-page .home-industry-lead figure:hover img {
    filter: saturate(1.03) contrast(1.03);
    transform: scale(1.035);
  }
}

/* Keep guide hover feedback inside its grid track. The older padding shift
   combined with the shared translation leaked long rows beyond the panel. */
.home-page .home-knowledge-panel > a:hover,
.home-page .home-knowledge-panel > a:focus-visible {
  padding-left: 0;
  transform: none;
}

@media (max-width: 1040px) {
  .home-page .home-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .home-industries .home-industry-grid > a,
  .home-page .home-industries .home-industry-grid > .home-industry-card--final {
    min-height: 400px;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 192px minmax(0, 1fr);
    grid-column: auto;
  }

  .home-page .home-industry-grid > a > img {
    width: 100%;
    height: 192px;
    min-height: 0;
  }
}

@media (max-width: 700px) {
  .home-page .home-hero .hero-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .home-page .home-hero .hero-actions .btn {
    width: 100%;
    min-height: 48px;
    padding: 12px 18px;
    white-space: normal;
    text-align: center;
  }

  .home-page .home-industry-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .home-page .home-industries .home-industry-grid > a,
  .home-page .home-industries .home-industry-grid > .home-industry-card--final {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 210px auto;
    grid-column: auto;
  }

  .home-page .home-industry-grid > a > img {
    width: 100%;
    height: 210px;
    min-height: 0;
  }

  .home-page .home-industry-grid > a > div {
    min-height: 214px;
    padding: 23px 22px 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .home-hero .hero-actions .btn,
  .home-page .home-industry-grid > a,
  .home-page .home-industry-grid > a > img,
  .home-page .home-industry-grid strong i,
  .home-page .home-signal-item,
  .home-page .home-route-step,
  .home-page .hp-company-visual img,
  .home-page .hp-company-facts > a,
  .home-page .home-service-group,
  .home-page .home-service-list > a,
  .home-page .home-audience-service,
  .home-page .home-freight-visual img,
  .home-page .home-freight-manifest > a,
  .home-page .home-freight-details > a,
  .home-page .home-dossier-stage,
  .home-page .home-commitment-grid > a,
  .home-page .home-market-grid > a,
  .home-page .home-tool-grid > a,
  .home-page .home-knowledge-panel > a,
  .home-page .faq-item {
    transition-duration: .01ms !important;
  }

  .js .home-page .home-motion,
  .js .home-page .home-motion.home-motion-left,
  .js .home-page .home-motion.home-motion-right {
    opacity: 1;
    transform: none;
  }
}

/* Final dossier layout override. This follows every legacy homepage layer so
   the twelve-stage summary remains compact and scannable. */
.home-page .home-dossier {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  margin-top: 44px;
  border: 0;
}

.home-page .home-dossier-status {
  position: relative;
  top: auto;
  display: grid;
  min-height: 0;
  grid-template-columns: 132px minmax(300px, 1fr) minmax(190px, 240px);
  grid-template-rows: auto auto;
  gap: 12px 28px;
  align-self: stretch;
  align-items: center;
  padding: 24px 28px;
  overflow: hidden;
  background: linear-gradient(120deg, var(--navy), #142d4c);
  border: 1px solid rgba(238, 212, 125, .28);
  border-top: 3px solid var(--gold);
  border-radius: 8px;
  box-shadow: 0 20px 46px rgba(7, 17, 30, .13);
}

.home-page .home-dossier-kicker {
  display: block;
  grid-column: 1;
  grid-row: 1;
}

.home-page .home-dossier-status > strong {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  font-size: 3rem;
}

.home-page .home-dossier-meter {
  grid-column: 2;
  grid-row: 1;
}

.home-page .home-dossier-status dl {
  display: grid;
  grid-column: 2;
  grid-row: 2;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
}

.home-page .home-dossier-status dl > div {
  min-width: 0;
  padding-top: 10px;
}

.home-page .home-dossier-status > a {
  display: inline-flex;
  grid-column: 3;
  grid-row: 1 / 3;
  align-self: center;
  padding: 14px 0;
  font-size: .78rem;
}

.home-page .home-dossier-stages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}

.home-page .home-dossier-stage,
.home-page .home-dossier-stage:last-child {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 8px;
}

.home-page .home-dossier-stage > a {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 312px;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  gap: 18px 14px;
  align-items: start;
  padding: 24px;
  overflow: hidden;
  color: var(--body-text);
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(15, 30, 54, .12);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(7, 17, 30, .055);
  transition: background .28s ease, border-color .28s ease, box-shadow .28s ease, transform .28s cubic-bezier(.2, .72, .22, 1);
}

.home-page .home-dossier-stage > a::before {
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  width: auto;
  height: 3px;
  transform: scaleX(.18);
  transform-origin: left center;
}

.home-page .home-dossier-stage > a > span {
  grid-column: 1;
  grid-row: 1;
  font-size: 1.35rem;
}

.home-page .home-dossier-stage > a > div {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.home-page .home-dossier-stage h3 {
  margin-bottom: 9px;
  font-size: 1.42rem;
  line-height: 1.08;
  letter-spacing: 0;
}

.home-page .home-dossier-stage p {
  font-size: .82rem;
  line-height: 1.52;
}

.home-page .home-dossier-stage aside {
  display: grid;
  min-height: 0;
  grid-column: 1 / -1;
  grid-row: 2;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 5px 14px;
  align-self: end;
  padding: 15px 0 0;
  border-top: 1px solid rgba(15, 30, 54, .14);
  border-left: 0;
}

.home-page .home-dossier-stage aside > small {
  grid-column: 1 / -1;
  margin-bottom: 1px;
}

.home-page .home-dossier-stage aside strong {
  font-size: 1.05rem;
}

.home-page .home-dossier-stage aside em {
  margin-top: 0;
  text-align: right;
}

.home-page .home-dossier-stage.active > a,
.home-page .home-dossier-stage > a:hover,
.home-page .home-dossier-stage > a:focus-visible {
  border-color: rgba(238, 212, 125, .52);
  box-shadow: 0 22px 44px rgba(7, 17, 30, .11);
  transform: translateY(-4px);
}

@media (max-width: 1040px) {
  .home-page .home-dossier-status {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .home-page .home-dossier-status > a {
    display: none;
  }

  .home-page .home-dossier-stages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .home-page .home-dossier {
    gap: 14px;
    margin-top: 32px;
  }

  .home-page .home-dossier-status {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px 14px;
    padding: 20px;
  }

  .home-page .home-dossier-status > strong {
    font-size: 2.4rem;
  }

  .home-page .home-dossier-status dl {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .home-page .home-dossier-stages {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .home-page .home-dossier-stage > a {
    min-height: 0;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 16px 12px;
    padding: 22px 20px;
  }

  .home-page .home-dossier-stage aside em {
    text-align: left;
  }
}

/* Final homepage hero composition: a disciplined editorial column preserves
   the photography while giving the unchanged brand statement a stronger
   reading order. Times New Roman is the secondary prose face site-wide. */
.home-page main :where(p, li, dd, dt, blockquote, figcaption) {
  font-family: var(--font-reading);
}

.home-page main :where(.eyebrow, .btn, button, label, input, textarea, select, option, table, .hero-credentials),
.home-page main :where(form, .home-request-form) :where(p, li, dd, dt, small) {
  font-family: var(--font-ui);
}

.home-page .home-hero .hero-content > .hero-primary-description,
.home-page .home-hero .hero-content > .hero-brand-promise {
  font-family: var(--font-reading);
}

@media (min-width: 1041px) {
  .home-page .home-hero .hero-content-wrapper {
    width: min(1480px, calc(100% - 96px));
    padding-block: clamp(36px, 5vh, 64px);
  }

  .home-page .home-hero .hero-grid {
    grid-template-columns: minmax(0, 940px);
    gap: 0;
  }

  .home-page .home-hero .hero-content {
    max-width: 940px;
  }

  .home-page .home-hero .hero-content .eyebrow.hero-status {
    margin-bottom: 24px;
  }

  .home-page .home-hero h1,
  .home-page .home-hero .hero-content h1 {
    max-width: 920px;
    margin-bottom: 24px;
    font-size: 4rem;
    line-height: .93;
  }

  .home-page .home-hero h1 span {
    max-width: 860px;
  }

  .home-page .home-hero h1 em {
    max-width: 920px;
    margin-top: 10px;
  }

  .home-page .home-hero h1 em::after {
    width: 112px;
    margin-top: 14px;
  }

  .home-page .home-hero .hero-content > .hero-primary-description {
    max-width: 760px;
    font-size: 1.2rem;
    line-height: 1.48;
  }

  .home-page .home-hero .hero-content > .hero-brand-promise {
    max-width: 760px;
    margin-top: 10px;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.4;
  }

  .home-page .home-hero .hero-actions {
    margin-top: 24px;
  }

  .home-page .home-hero .hero-credentials {
    max-width: 780px;
    margin-top: 18px;
    padding-top: 14px;
  }
}

@media (min-width: 1600px) {
  .home-page .home-hero h1,
  .home-page .home-hero .hero-content h1 {
    font-size: 4.45rem;
  }
}

@media (min-width: 1041px) and (max-height: 800px) {
  .home-page .home-hero .hero-content-wrapper {
    padding-block: 22px;
  }

  .home-page .home-hero .hero-content .eyebrow.hero-status {
    margin-bottom: 15px;
  }

  .home-page .home-hero h1,
  .home-page .home-hero .hero-content h1 {
    max-width: 900px;
    margin-bottom: 17px;
    font-size: 3.35rem;
  }

  .home-page .home-hero .hero-primary-description {
    max-width: 740px;
    font-size: 1.06rem;
    line-height: 1.42;
  }

  .home-page .home-hero .hero-content > .hero-brand-promise {
    margin-top: 7px;
    font-size: 1rem;
  }

  .home-page .home-hero .hero-actions {
    margin-top: 17px;
  }

  .home-page .home-hero .hero-credentials {
    margin-top: 14px;
    padding-top: 11px;
  }
}

@media (min-width: 701px) and (max-width: 1040px) {
  .home-page .home-hero .hero-content-wrapper {
    width: calc(100% - 64px);
    max-width: none;
  }

  .home-page .home-hero .hero-content {
    max-width: 820px;
  }

  .home-page .home-hero h1,
  .home-page .home-hero .hero-content h1 {
    max-width: 800px;
    font-size: 3.15rem;
  }

  .home-page .home-hero .hero-content > .hero-primary-description,
  .home-page .home-hero .hero-content > .hero-brand-promise {
    max-width: 700px;
  }

  .home-page .home-hero .hero-content > .hero-primary-description {
    font-size: 1.08rem;
  }
}

@media (max-width: 700px) {
  .home-page .home-hero .hero-content .eyebrow.hero-status {
    margin-bottom: 18px;
  }

  .home-page .home-hero h1,
  .home-page .home-hero .hero-content h1 {
    margin-bottom: 18px;
    font-size: 2.35rem;
    line-height: .97;
  }

  .home-page .home-hero .hero-content > .hero-primary-description {
    font-size: 1rem;
    line-height: 1.48;
  }

  .home-page .home-hero .hero-content > .hero-brand-promise {
    margin-top: 9px;
    font-size: .96rem;
    line-height: 1.42;
  }
}

@media (max-width: 390px) {
  .home-page .home-hero h1,
  .home-page .home-hero .hero-content h1 {
    font-size: 2.12rem;
  }

  .home-page .home-hero .hero-content > .hero-primary-description {
    font-size: .96rem;
  }
}

/* Live Hangzhou operations card: location, local time, and office availability
   are visible at a glance without competing with the hero statement. */
.home-page .home-hero .hero-office-card {
  position: relative;
  display: grid;
  width: min(100%, 540px);
  grid-template-columns: minmax(0, 1.25fr) minmax(170px, .9fr);
  margin: 0 0 24px;
  overflow: hidden;
  color: #fff;
  background: rgba(5, 15, 27, .76);
  border: 1px solid rgba(238, 212, 125, .34);
  border-radius: 6px;
  box-shadow: 0 18px 44px rgba(2, 8, 18, .3);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  isolation: isolate;
  animation: hpOfficeCardIn .72s cubic-bezier(.2, .8, .2, 1) both;
}

.home-page .home-hero .hero-office-card::before {
  position: absolute;
  z-index: 2;
  top: -1px;
  left: 0;
  width: 132px;
  height: 2px;
  background: var(--hp-gold-light);
  content: "";
}

.home-page .home-hero .hero-office-card::after {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
  width: 14px;
  height: 14px;
  border-top: 1px solid rgba(238, 212, 125, .62);
  border-right: 1px solid rgba(238, 212, 125, .62);
  content: "";
}

.home-page .home-hero .hero-office-location,
.home-page .home-hero .hero-office-live {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 15px 18px 13px;
}

.home-page .home-hero .hero-office-live {
  border-left: 1px solid rgba(238, 212, 125, .2);
}

.home-page .home-hero .hero-office-kicker,
.home-page .home-hero .hero-office-hours > span {
  color: var(--hp-gold-light);
  font-family: var(--font-ui);
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-page .home-hero .hero-office-city {
  margin-top: 5px;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.34rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}

.home-page .home-hero .hero-office-region {
  margin-top: 5px;
  color: rgba(255, 255, 255, .68);
  font-family: var(--font-ui);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
}

.home-page .home-hero .hero-office-state {
  display: flex;
  min-height: 18px;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .78);
  font-family: var(--font-ui);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}

.home-page .home-hero .hero-office-card .hero-status-dot {
  position: relative;
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  background: var(--hp-gold-light);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(238, 212, 125, .13);
}

.home-page .home-hero .hero-office-card[data-state="open"] .hero-status-dot {
  background: #70d8a0;
  box-shadow: 0 0 0 4px rgba(112, 216, 160, .14);
}

.home-page .home-hero .hero-office-card[data-state="open"] .hero-status-dot::after {
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(112, 216, 160, .52);
  border-radius: 50%;
  content: "";
  animation: hpOfficePulse 2.4s ease-out infinite;
}

.home-page .home-hero .hero-office-card .hero-status-time {
  min-width: 0;
  margin-top: 4px;
  color: #fff;
  font-family: var(--font-ui);
  font-size: 1.65rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  line-height: 1;
  text-align: left;
}

.home-page .home-hero .hero-office-day {
  margin-top: 5px;
  overflow-wrap: anywhere;
  color: rgba(255, 255, 255, .58);
  font-family: var(--font-ui);
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
}

.home-page .home-hero .hero-office-hours {
  display: flex;
  min-width: 0;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 18px 9px;
  background: rgba(238, 212, 125, .055);
  border-top: 1px solid rgba(238, 212, 125, .16);
}

.home-page .home-hero .hero-office-hours strong {
  color: rgba(255, 255, 255, .82);
  font-family: var(--font-ui);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: right;
}

@keyframes hpOfficeCardIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hpOfficePulse {
  0% { opacity: .8; transform: scale(.7); }
  75%, 100% { opacity: 0; transform: scale(1.45); }
}

@media (min-width: 1041px) and (max-height: 800px) {
  .home-page .home-hero .hero-office-card {
    margin-bottom: 16px;
  }

  .home-page .home-hero .hero-office-location,
  .home-page .home-hero .hero-office-live {
    padding-block: 12px 10px;
  }
}

@media (max-width: 700px) {
  .home-page .home-hero .hero-office-card {
    width: min(100%, 500px);
    margin-bottom: 18px;
    grid-template-columns: minmax(0, 1.2fr) minmax(142px, .8fr);
  }

  .home-page .home-hero .hero-office-location,
  .home-page .home-hero .hero-office-live {
    padding: 13px 14px 11px;
  }

  .home-page .home-hero .hero-office-hours {
    padding-inline: 14px;
  }

  .home-page .home-hero .hero-office-city {
    font-size: 1.2rem;
  }

  .home-page .home-hero .hero-office-card .hero-status-time {
    font-size: 1.45rem;
  }
}

@media (max-width: 420px) {
  .home-page .home-hero .hero-office-card {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-page .home-hero .hero-office-location,
  .home-page .home-hero .hero-office-live {
    padding: 12px 14px;
  }

  .home-page .home-hero .hero-office-live {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 3px 14px;
    border-top: 1px solid rgba(238, 212, 125, .16);
    border-left: 0;
  }

  .home-page .home-hero .hero-office-state,
  .home-page .home-hero .hero-office-day {
    grid-column: 1;
  }

  .home-page .home-hero .hero-office-card .hero-status-time {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin-top: 0;
    align-self: center;
  }

  .home-page .home-hero .hero-office-hours {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .home-page .home-hero .hero-office-hours strong {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .home-hero .hero-office-card,
  .home-page .home-hero .hero-office-card[data-state="open"] .hero-status-dot::after {
    animation: none;
  }
}

/* Homepage cascade lock for the shared Request Quote action language. */
.home-page .home-hero .hero-actions :is(.btn-primary, .btn-secondary) {
  color: var(--action-ink);
  background: linear-gradient(135deg, var(--action-gold-start), var(--action-gold-end));
  border: 1px solid rgba(255, 255, 255, .34);
  box-shadow: var(--action-shadow);
  transition: transform .28s var(--action-ease), box-shadow .28s ease, filter .28s ease, border-color .28s ease, color .28s ease;
}

.home-page .home-hero .hero-actions :is(.btn-primary, .btn-secondary)::before {
  position: absolute;
  z-index: 1;
  inset: -2px;
  width: auto;
  height: auto;
  max-width: none;
  margin: 0;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 29%, rgba(255, 255, 255, .68) 46%, transparent 63%);
  border-radius: 0;
  content: "";
  opacity: 1;
  transform: translateX(-140%);
  transition: transform .68s var(--action-ease);
}

.home-page .home-hero .hero-actions :is(.btn-primary, .btn-secondary)::after {
  content: none;
}

.home-page .home-hero .hero-actions :is(.btn-primary, .btn-secondary):is(:hover, :focus-visible) {
  color: var(--action-ink);
  background: linear-gradient(135deg, var(--action-gold-start), var(--action-gold-end));
  border-color: rgba(255, 255, 255, .58);
  box-shadow: var(--action-shadow-hover);
  filter: brightness(1.04) saturate(1.04);
  transform: translateY(-3px);
}

.home-page .home-hero .hero-actions :is(.btn-primary, .btn-secondary):is(:hover, :focus-visible)::before {
  transform: translateX(140%);
}

.home-page .home-hero .hero-actions :is(.btn-primary, .btn-secondary):active {
  box-shadow: 0 7px 18px rgba(238, 212, 125, .28), inset 0 1px 0 rgba(255, 255, 255, .34);
  filter: brightness(.98);
  transform: translateY(-1px) scale(.99);
}

@media (prefers-reduced-motion: reduce) {
  .home-page .home-hero .hero-actions :is(.btn-primary, .btn-secondary)::before {
    display: none;
  }

  .home-page .home-hero .hero-actions :is(.btn-primary, .btn-secondary):is(:hover, :focus-visible, :active) {
    transform: none;
  }
}

/* Homepage brand-statement lockup: one compact editorial unit with a clear
   primary statement and a supporting gold continuation. */
.home-page .home-hero h1,
.home-page .home-hero .hero-content h1 {
  position: relative;
  max-width: 800px;
  padding-left: 26px;
  font-size: clamp(3.7rem, 3.55vw, 4.3rem);
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.home-page .home-hero h1::before {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--hp-gold-light), rgba(238, 212, 125, .3));
  box-shadow: 0 0 20px rgba(238, 212, 125, .18);
  content: "";
}

.home-page .home-hero h1 > span {
  max-width: 740px;
  color: #fff;
  font-weight: 650;
  line-height: .92;
  text-wrap: balance;
}

.home-page .home-hero h1 > em {
  max-width: 670px;
  margin-top: 15px;
  color: var(--hero-gold-text);
  font-size: .72em;
  font-weight: 600;
  line-height: 1.02;
  text-wrap: balance;
}

.home-page .home-hero h1 > em::after {
  display: none;
}

@media (min-width: 1280px) {
  .home-page .home-hero h1 > em {
    width: max-content;
    max-width: none;
    font-size: clamp(2.1rem, 2.45vw, 2.4rem);
    line-height: 1.05;
    white-space: nowrap;
    text-wrap: nowrap;
  }
}

@media (min-width: 1041px) and (max-height: 800px) {
  .home-page .home-hero h1,
  .home-page .home-hero .hero-content h1 {
    max-width: 760px;
    padding-left: 22px;
    font-size: 3.2rem;
  }

  .home-page .home-hero h1 > span {
    max-width: 700px;
  }

  .home-page .home-hero h1 > em {
    max-width: 620px;
    margin-top: 11px;
    font-size: .7em;
  }
}

@media (min-width: 701px) and (max-width: 1040px) {
  .home-page .home-hero h1,
  .home-page .home-hero .hero-content h1 {
    max-width: 720px;
    padding-left: 22px;
    font-size: 3rem;
  }

  .home-page .home-hero h1 > span {
    max-width: 660px;
  }

  .home-page .home-hero h1 > em {
    max-width: 600px;
    font-size: .74em;
  }
}

@media (max-width: 700px) {
  .home-page .home-hero h1,
  .home-page .home-hero .hero-content h1 {
    max-width: 100%;
    padding-left: 16px;
    font-size: 2.22rem;
  }

  .home-page .home-hero h1::before {
    top: 2px;
    bottom: 2px;
    width: 2px;
  }

  .home-page .home-hero h1 > span,
  .home-page .home-hero h1 > em {
    max-width: none;
  }

  .home-page .home-hero h1 > em {
    margin-top: 10px;
    font-size: .76em;
  }
}

@media (max-width: 390px) {
  .home-page .home-hero h1,
  .home-page .home-hero .hero-content h1 {
    font-size: 2.06rem;
  }
}

/* Clean homepage photography: remove ornamental route graphics and every
   decorative gold rule while retaining the functional three-second wave. */
.home-page .home-hero {
  border-bottom: 0 !important;
}

.home-page .home-hero .hero-routes,
.home-page .home-hero .hero-slider::after {
  display: none !important;
}

.home-page .home-hero::after {
  display: none !important;
  border: 0 !important;
  content: none !important;
}

.home-page .home-hero::before {
  background:
    linear-gradient(90deg, rgba(3, 11, 21, .92) 0%, rgba(5, 16, 29, .8) 34%, rgba(5, 16, 29, .32) 62%, rgba(5, 16, 29, .06) 100%),
    linear-gradient(0deg, rgba(4, 13, 25, .45) 0%, transparent 42%);
}

.home-page .home-hero h1,
.home-page .home-hero .hero-content h1 {
  padding-left: 0;
}

.home-page .home-hero h1::before,
.home-page .home-hero .hero-office-card::before,
.home-page .home-hero .hero-office-card::after {
  display: none;
  content: none;
}

.home-page .home-hero .hero-credentials {
  border-top: 0;
}

.home-page .home-hero .hero-office-card {
  border-color: rgba(255, 255, 255, .17);
}

.home-page .home-hero .hero-office-hours,
.home-page .home-hero .hero-office-live {
  border-color: rgba(255, 255, 255, .12);
}

/* Compact homepage rhythm: sections remain distinct without reserving an
   extra viewport-sized band above and below every content group. */
.home-page {
  --home-section-space: clamp(46px, 4vw, 58px);
}

.home-page main > .section,
.home-page main > .trustpilot-section {
  padding-top: var(--home-section-space);
  padding-bottom: clamp(24px, 2.25vw, 30px);
}

.home-page main > .home-route-section {
  padding: clamp(42px, 3.75vw, 54px) 0 clamp(24px, 2.25vw, 30px);
}

.home-page main > .section > .container > .section-heading {
  margin-bottom: clamp(26px, 2.75vw, 36px);
}

.home-page .home-route-heading {
  margin-bottom: 30px;
}

@media (max-width: 640px) {
  .home-page {
    --home-section-space: 40px;
  }

  .home-page main > .home-route-section {
    padding: 36px 0 22px;
  }

  .home-page main > .section,
  .home-page main > .trustpilot-section {
    padding-bottom: 22px;
  }
}

@media (max-width: 700px) {
  .home-page .home-hero::before {
    background:
      linear-gradient(180deg, rgba(3, 11, 21, .52) 0%, rgba(5, 16, 29, .72) 38%, rgba(5, 16, 29, .9) 100%),
      linear-gradient(90deg, rgba(3, 11, 21, .72), rgba(5, 16, 29, .42));
  }
}

/* SITEWIDE COMPACT NON-HERO ACTION RAILS V2: homepage cascade lock. */
.home-page :is(
  .trustpilot-actions,
  .home-form-actions
) {
  display: grid;
  width: min(100%, var(--action-rail-width, 340px));
  max-width: 100%;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  justify-content: stretch;
  gap: var(--action-rail-gap, 10px);
}

.home-page :is(
  .trustpilot-actions,
  .home-form-actions
) > :is(.btn, .trustpilot-btn, button) {
  width: 100%;
  min-width: 0;
  max-width: none;
  margin-right: 0;
  margin-left: 0;
  white-space: normal;
  line-height: 1.25;
  text-align: center;
}

@media (max-width: 520px) {
  .home-page :is(
    .trustpilot-actions,
    .home-form-actions
  ) {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .home-page .home-hero .hero-actions > .btn {
    padding-inline: 8px !important;
    font-size: .66rem;
  }
}

/* PERMANENT HORIZONTAL HERO ACTION CONTRACT: homepage cascade lock. */
.home-page main .home-hero .hero-actions {
  display: flex !important;
  width: min(100%, var(--hero-action-row-width, 720px)) !important;
  max-width: 100% !important;
  grid-template-columns: none !important;
  flex-flow: row nowrap !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: clamp(8px, 1vw, 12px) !important;
}

.home-page main .home-hero .hero-actions > .btn {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  flex: 1 1 0 !important;
  white-space: normal !important;
  overflow-wrap: anywhere;
  text-align: center;
}

@media (max-width: 520px) {
  .home-page main .home-hero .hero-actions {
    width: 100% !important;
  }

  .home-page main .home-hero .hero-actions > .btn {
    padding-inline: 8px !important;
    font-size: .66rem;
  }
}

/* ==========================================================================
   Touch: suppress hover displacement
   --------------------------------------------------------------------------
   A touch device resolves :hover on tap and holds it until the next tap lands
   elsewhere, so every lift-on-hover card stays stranded a few pixels up with
   its image still zoomed. The newer `home-motion` layer already guards its
   hovers behind (hover: hover); these are the older top-level rules that
   predate it.

   Scoped entirely inside (hover: none), so a mouse is never affected. Only the
   displacement is dropped — colour, border, and shadow feedback still fire on
   tap, which is useful. No !important: this block is last in the file and the
   selectors are at least as specific as the rules they answer.
   ========================================================================== */
@media (hover: none) {
  .home-page :is(
    .home-hero .hero-actions .btn-primary,
    .home-hero .hero-actions .btn-secondary,
    .home-hero .hero-actions .btn-ghost,
    .home-dossier-stage > a,
    .hp-company-visual,
    .home-perspective,
    .hp-service-card,
    .hp-service-card-accent,
    .hp-service-cluster,
    .home-category-card,
    .home-operation,
    .home-expansion-card,
    .home-process-visual,
    .home-process-step,
    .home-freight-visual,
    .home-industry-lead,
    .home-industry-grid > a,
    .home-market-grid a,
    .home-quote-board > div,
    .home-tool-grid a
  ):hover {
    transform: none;
  }

  /* Paired image zooms live on a descendant, so they need their own reset. */
  .home-page :is(
    .hp-company-visual,
    .home-perspective,
    .hp-service-cluster,
    .home-category-card,
    .home-category-grid > .home-category-card,
    .home-operation,
    .home-expansion-card,
    .home-process-visual,
    .home-freight-visual,
    .home-industry-lead,
    .home-industry-grid > a
  ):hover :is(img, figure img) {
    transform: none;
  }
}

/* ========================================================================== 
   Premium Home authority galleries - 2026-08-17
   --------------------------------------------------------------------------
   These final, section-scoped rules replace the legacy equal-card catalog
   treatment with two distinct editorial systems: an immersive product mosaic
   and a buyer-model gallery. They intentionally sit last in the cascade.
   ========================================================================== */
.home-page main > .home-categories,
.home-page main > .home-industries {
  padding-top: clamp(64px, 6vw, 88px);
  padding-bottom: clamp(64px, 6vw, 88px);
}

.home-page .home-categories {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #071321;
  isolation: isolate;
}

.home-page .home-categories::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(238, 212, 125, .08) 1px, transparent 1px) 0 0 / 25% 100%,
    linear-gradient(180deg, rgba(255, 255, 255, .035), transparent 32%);
  content: "";
}

.home-page .home-categories .home-section-header {
  position: relative;
  padding-bottom: clamp(28px, 3vw, 42px);
  border-bottom: 1px solid rgba(238, 212, 125, .2);
}

.home-page .home-categories .home-section-header::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 132px;
  height: 2px;
  background: var(--hp-gold-light);
  content: "";
}

.home-page .home-categories .home-section-header h2 {
  color: #fff;
}

.home-page .home-categories .home-section-header p {
  color: rgba(255, 255, 255, .68);
}

.home-page .home-categories .home-text-link {
  color: var(--hp-gold-light);
  border-bottom-color: rgba(238, 212, 125, .42);
}

.home-page .home-categories .home-category-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 240px;
  gap: 14px;
  margin-top: 38px;
  counter-reset: home-category;
}

.home-page .home-categories .home-category-grid > .home-category-card,
.home-page .home-categories .home-category-grid > .home-category-card.home-category-card--primary,
.home-page .home-categories .home-category-grid > .home-category-card.home-category-card--stack,
.home-page .home-categories .home-category-grid > .home-category-card.home-category-card--industrial,
.home-page .home-categories .home-category-grid > .home-category-card.home-category-card--wide {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 0;
  grid-column: span 3;
  grid-row: span 1;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: #0b1b2e;
  border: 1px solid rgba(238, 212, 125, .2);
  border-radius: 6px;
  box-shadow: 0 18px 46px rgba(1, 7, 15, .28);
  isolation: isolate;
  counter-increment: home-category;
  transition: opacity .68s ease var(--home-motion-delay, 0ms), transform .45s cubic-bezier(.2, .75, .2, 1) var(--home-motion-delay, 0ms), border-color .3s ease, box-shadow .3s ease;
}

.home-page .home-categories .home-category-grid > .home-category-card:nth-child(1),
.home-page .home-categories .home-category-grid > .home-category-card:nth-child(6) {
  grid-column: span 6;
  grid-row: span 2;
}

.home-page .home-categories .home-category-grid > .home-category-card::before {
  position: absolute;
  z-index: 4;
  top: 18px;
  right: 18px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: rgba(255, 255, 255, .82);
  background: rgba(5, 15, 27, .66);
  border: 1px solid rgba(238, 212, 125, .4);
  border-radius: 50%;
  font-family: var(--font-ui);
  font-size: .62rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  content: counter(home-category, decimal-leading-zero);
  backdrop-filter: blur(8px);
}

.home-page .home-categories .home-category-grid > .home-category-card::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: auto;
  height: auto;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(3, 10, 20, .03) 16%, rgba(3, 10, 20, .48) 52%, rgba(3, 10, 20, .98) 100%);
  content: "";
}

.home-page .home-categories .home-category-grid > .home-category-card img {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  filter: saturate(.92) contrast(1.04);
  transform: scale(1.01);
  transition: transform .85s cubic-bezier(.2, .75, .2, 1), filter .4s ease;
}

.home-page .home-categories .home-category-grid > .home-category-card > span {
  position: absolute;
  z-index: 3;
  inset: auto 0 0;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  background: transparent;
  transform: translateY(0);
  transition: transform .38s cubic-bezier(.2, .75, .2, 1);
}

.home-page .home-categories .home-category-grid > .home-category-card:nth-child(1) > span,
.home-page .home-categories .home-category-grid > .home-category-card:nth-child(6) > span {
  padding: clamp(28px, 3vw, 42px);
}

.home-page .home-categories .home-category-grid > .home-category-card small {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--hp-gold-light);
  font-family: var(--font-ui);
  font-size: .62rem;
  font-weight: 850;
  line-height: 1.25;
  text-transform: uppercase;
}

.home-page .home-categories .home-category-grid > .home-category-card small::before {
  width: 22px;
  height: 1px;
  flex: 0 0 22px;
  background: currentColor;
  content: "";
}

.home-page .home-categories .home-category-grid > .home-category-card h3,
.home-page .home-categories .home-category-grid > .home-category-card.home-category-card--primary h3,
.home-page .home-categories .home-category-grid > .home-category-card.home-category-card--industrial h3 {
  margin: 9px 0 7px;
  color: #fff;
  font-size: clamp(1.35rem, 1.8vw, 1.72rem);
  line-height: 1.03;
  text-wrap: balance;
}

.home-page .home-categories .home-category-grid > .home-category-card:nth-child(1) h3,
.home-page .home-categories .home-category-grid > .home-category-card:nth-child(6) h3 {
  max-width: 560px;
  font-size: clamp(2rem, 3vw, 2.85rem);
}

.home-page .home-categories .home-category-grid > .home-category-card p {
  display: block;
  max-width: 50ch;
  margin: 0 0 13px;
  color: rgba(255, 255, 255, .72);
  font-size: .76rem;
  line-height: 1.48;
}

.home-page .home-categories .home-category-grid > .home-category-card strong {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  color: var(--hp-gold-light);
  font-family: var(--font-ui);
  font-size: .61rem;
  font-weight: 850;
  line-height: 1.3;
  text-transform: uppercase;
}

.home-page .home-categories .home-category-grid > .home-category-card strong::after {
  display: inline-block;
  margin-left: 8px;
  content: "\2192";
  transition: transform .3s ease;
}

.home-page .home-industries {
  background: #f4f5f3;
}

.home-page .home-industries .home-industry-lead {
  margin-bottom: 30px;
}

.home-page .home-industries .home-industry-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 276px;
  gap: 14px;
  overflow: visible;
  background: transparent;
  border: 0;
}

.home-page .home-industries .home-industry-grid > a,
.home-page .home-industries .home-industry-grid > .home-industry-card--final {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 0;
  grid-column: span 4;
  grid-row: span 1;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: #0a1728;
  border: 1px solid rgba(15, 30, 54, .14);
  border-radius: 6px;
  box-shadow: 0 16px 38px rgba(7, 17, 30, .12);
  isolation: isolate;
  transition: opacity .68s ease var(--home-motion-delay, 0ms), transform .45s cubic-bezier(.2, .75, .2, 1) var(--home-motion-delay, 0ms), border-color .3s ease, box-shadow .3s ease;
}

.home-page .home-industries .home-industry-grid > a:nth-child(1) {
  grid-column: span 5;
  grid-row: span 2;
}

.home-page .home-industries .home-industry-grid > a:nth-child(2),
.home-page .home-industries .home-industry-grid > a:nth-child(5) {
  grid-column: span 4;
}

.home-page .home-industries .home-industry-grid > a:nth-child(3),
.home-page .home-industries .home-industry-grid > a:nth-child(4) {
  grid-column: span 3;
}

.home-page .home-industries .home-industry-grid > a:nth-child(9) {
  grid-column: 1 / -1;
}

.home-page .home-industries .home-industry-grid > a::before {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(4, 13, 25, .04) 9%, rgba(4, 13, 25, .42) 48%, rgba(4, 13, 25, .98) 100%);
  content: "";
}

.home-page .home-industries .home-industry-grid > a::after {
  position: absolute;
  z-index: 4;
  right: auto;
  bottom: 0;
  left: 0;
  width: 62px;
  height: 3px;
  background: linear-gradient(90deg, var(--hp-gold), var(--hp-gold-light));
  content: "";
  transition: width .45s cubic-bezier(.2, .75, .2, 1);
}

.home-page .home-industries .home-industry-grid > a > img {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  filter: saturate(.88) contrast(1.05);
  transform: scale(1.01);
  transition: transform .85s cubic-bezier(.2, .75, .2, 1), filter .4s ease;
}

.home-page .home-industries .home-industry-grid > a > div {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: flex;
  min-width: 0;
  min-height: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 24px;
  color: #fff;
  background: transparent;
  transition: transform .38s cubic-bezier(.2, .75, .2, 1);
}

.home-page .home-industries .home-industry-grid > a:nth-child(1) > div,
.home-page .home-industries .home-industry-grid > a:nth-child(9) > div {
  padding: clamp(28px, 3vw, 40px);
}

.home-page .home-industries .home-industry-grid small {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--hp-gold-light);
  font-family: var(--font-ui);
  font-size: .59rem;
  font-weight: 850;
  line-height: 1.25;
  text-transform: uppercase;
}

.home-page .home-industries .home-industry-grid small::before {
  width: 18px;
  height: 1px;
  flex: 0 0 18px;
  background: currentColor;
  content: "";
}

.home-page .home-industries .home-industry-grid h3 {
  max-width: 20ch;
  margin: 8px 0 7px;
  color: #fff;
  font-size: clamp(1.35rem, 1.8vw, 1.72rem);
  line-height: 1.02;
  text-wrap: balance;
}

.home-page .home-industries .home-industry-grid > a:nth-child(1) h3,
.home-page .home-industries .home-industry-grid > a:nth-child(9) h3 {
  max-width: 22ch;
  font-size: clamp(2rem, 3vw, 2.75rem);
}

.home-page .home-industries .home-industry-grid p {
  max-width: 46ch;
  margin: 0 0 13px;
  color: rgba(255, 255, 255, .72);
  font-size: .75rem;
  line-height: 1.47;
}

.home-page .home-industries .home-industry-grid strong {
  margin-top: 0;
  color: var(--hp-gold-light);
  font-family: var(--font-ui);
  font-size: .61rem;
  font-weight: 850;
  line-height: 1.3;
  text-transform: uppercase;
}

.home-page .home-industries .home-industry-grid strong i {
  display: inline-block;
  transition: transform .3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .home-page .home-categories .home-category-grid > .home-category-card:hover,
  .home-page .home-categories .home-category-grid > .home-category-card:focus-visible,
  .js .home-page .home-categories .home-category-grid > .home-category-card.home-motion.is-home-visible:hover,
  .js .home-page .home-categories .home-category-grid > .home-category-card.home-motion.is-home-visible:focus-visible,
  .home-page .home-industries .home-industry-grid > a:hover,
  .home-page .home-industries .home-industry-grid > a:focus-visible,
  .js .home-page .home-industries .home-industry-grid > a.home-motion.is-home-visible:hover,
  .js .home-page .home-industries .home-industry-grid > a.home-motion.is-home-visible:focus-visible {
    color: #fff;
    background: #0a1728;
    border-color: rgba(238, 212, 125, .66);
    box-shadow: 0 28px 58px rgba(1, 7, 15, .3);
    transform: translate3d(0, -6px, 0);
  }

  .home-page .home-categories .home-category-grid > .home-category-card:hover img,
  .home-page .home-categories .home-category-grid > .home-category-card:focus-visible img,
  .home-page .home-industries .home-industry-grid > a:hover > img,
  .home-page .home-industries .home-industry-grid > a:focus-visible > img {
    filter: saturate(1.04) contrast(1.06);
    transform: scale(1.065);
  }

  .home-page .home-categories .home-category-grid > .home-category-card:hover > span,
  .home-page .home-categories .home-category-grid > .home-category-card:focus-visible > span,
  .home-page .home-industries .home-industry-grid > a:hover > div,
  .home-page .home-industries .home-industry-grid > a:focus-visible > div {
    transform: translateY(-5px);
  }

  .home-page .home-categories .home-category-grid > .home-category-card:hover strong::after,
  .home-page .home-categories .home-category-grid > .home-category-card:focus-visible strong::after,
  .home-page .home-industries .home-industry-grid > a:hover strong i,
  .home-page .home-industries .home-industry-grid > a:focus-visible strong i {
    transform: translateX(5px);
  }

  .home-page .home-industries .home-industry-grid > a:hover::after,
  .home-page .home-industries .home-industry-grid > a:focus-visible::after {
    width: 100%;
  }
}

/* The carousel already changes every three seconds; this slow photographic
   drift gives each active frame visible motion without distracting from copy. */
.home-page .home-hero .hero-slide.active {
  animation: hpHeroCinema 6s cubic-bezier(.2, .7, .2, 1) both;
}

.home-page .home-hero h1,
.home-page .home-hero .hero-primary-description,
.home-page .home-hero .hero-brand-promise,
.home-page .home-hero .hero-actions,
.home-page .home-hero .hero-credentials {
  animation: hpHeroCopyIn .78s cubic-bezier(.2, .76, .2, 1) both;
}

.home-page .home-hero .hero-primary-description { animation-delay: 90ms; }
.home-page .home-hero .hero-brand-promise { animation-delay: 150ms; }
.home-page .home-hero .hero-actions { animation-delay: 210ms; }
.home-page .home-hero .hero-credentials { animation-delay: 270ms; }

@keyframes hpHeroCinema {
  from { transform: scale(1.01); }
  to { transform: scale(1.055); }
}

@keyframes hpHeroCopyIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1040px) {
  .home-page .home-categories .home-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 14px;
  }

  .home-page .home-categories .home-category-grid > .home-category-card,
  .home-page .home-categories .home-category-grid > .home-category-card.home-category-card--primary,
  .home-page .home-categories .home-category-grid > .home-category-card.home-category-card--stack,
  .home-page .home-categories .home-category-grid > .home-category-card.home-category-card--industrial,
  .home-page .home-categories .home-category-grid > .home-category-card.home-category-card--wide {
    min-height: 320px;
    grid-column: span 1;
    grid-row: auto;
  }

  .home-page .home-categories .home-category-grid > .home-category-card:nth-child(1),
  .home-page .home-categories .home-category-grid > .home-category-card:nth-child(6) {
    min-height: 420px;
    grid-column: 1 / -1;
  }

  .home-page .home-industries .home-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
  }

  .home-page .home-industries .home-industry-grid > a,
  .home-page .home-industries .home-industry-grid > .home-industry-card--final,
  .home-page .home-industries .home-industry-grid > a:nth-child(1),
  .home-page .home-industries .home-industry-grid > a:nth-child(2),
  .home-page .home-industries .home-industry-grid > a:nth-child(3),
  .home-page .home-industries .home-industry-grid > a:nth-child(4),
  .home-page .home-industries .home-industry-grid > a:nth-child(5) {
    min-height: 360px;
    grid-column: span 1;
    grid-row: auto;
  }

  .home-page .home-industries .home-industry-grid > a:nth-child(1),
  .home-page .home-industries .home-industry-grid > a:nth-child(9) {
    min-height: 430px;
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .home-page main > .home-categories,
  .home-page main > .home-industries {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .home-page .home-categories .home-category-grid,
  .home-page .home-industries .home-industry-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin-top: 30px;
  }

  .home-page .home-categories .home-category-grid > .home-category-card,
  .home-page .home-categories .home-category-grid > .home-category-card.home-category-card--primary,
  .home-page .home-categories .home-category-grid > .home-category-card.home-category-card--stack,
  .home-page .home-categories .home-category-grid > .home-category-card.home-category-card--industrial,
  .home-page .home-categories .home-category-grid > .home-category-card.home-category-card--wide,
  .home-page .home-categories .home-category-grid > .home-category-card:nth-child(1),
  .home-page .home-categories .home-category-grid > .home-category-card:nth-child(6),
  .home-page .home-industries .home-industry-grid > a,
  .home-page .home-industries .home-industry-grid > .home-industry-card--final,
  .home-page .home-industries .home-industry-grid > a:nth-child(1),
  .home-page .home-industries .home-industry-grid > a:nth-child(2),
  .home-page .home-industries .home-industry-grid > a:nth-child(3),
  .home-page .home-industries .home-industry-grid > a:nth-child(4),
  .home-page .home-industries .home-industry-grid > a:nth-child(5),
  .home-page .home-industries .home-industry-grid > a:nth-child(9) {
    min-height: 370px;
    grid-column: 1;
    grid-row: auto;
  }

  .home-page .home-categories .home-category-grid > .home-category-card > span,
  .home-page .home-categories .home-category-grid > .home-category-card:nth-child(1) > span,
  .home-page .home-categories .home-category-grid > .home-category-card:nth-child(6) > span,
  .home-page .home-industries .home-industry-grid > a > div,
  .home-page .home-industries .home-industry-grid > a:nth-child(1) > div,
  .home-page .home-industries .home-industry-grid > a:nth-child(9) > div {
    padding: 24px 22px;
  }

  .home-page .home-categories .home-category-grid > .home-category-card h3,
  .home-page .home-categories .home-category-grid > .home-category-card:nth-child(1) h3,
  .home-page .home-categories .home-category-grid > .home-category-card:nth-child(6) h3,
  .home-page .home-industries .home-industry-grid h3,
  .home-page .home-industries .home-industry-grid > a:nth-child(1) h3,
  .home-page .home-industries .home-industry-grid > a:nth-child(9) h3 {
    font-size: 1.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .home-hero .hero-slide.active,
  .home-page .home-hero h1,
  .home-page .home-hero .hero-primary-description,
  .home-page .home-hero .hero-brand-promise,
  .home-page .home-hero .hero-actions,
  .home-page .home-hero .hero-credentials {
    animation: none;
  }

  .home-page .home-categories .home-category-grid > .home-category-card,
  .home-page .home-categories .home-category-grid > .home-category-card img,
  .home-page .home-categories .home-category-grid > .home-category-card > span,
  .home-page .home-industries .home-industry-grid > a,
  .home-page .home-industries .home-industry-grid > a > img,
  .home-page .home-industries .home-industry-grid > a > div {
    transition: none;
  }
}
