:root {
  --site-red: #ed1c24;
  --site-black: #0e1214;
  --site-charcoal: #171d20;
  --site-gray: #697175;
  --site-line: #d9dddf;
  --site-paper: #f2f4f3;
  --site-white: #ffffff;
  --site-display: Impact, "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --site-body: Arial, "Helvetica Neue", sans-serif;
  --interior-hero-height: 420px;
}

/* Manufacturing / Engineering */
.engineering-page {
  --engineering-gutter: clamp(28px, 4.2vw, 52px);
  color: var(--site-black);
  background: #fff;
}

.engineering-page h1,
.engineering-page h2,
.engineering-page h3 {
  margin: 0;
  font-family: var(--site-display);
  text-transform: uppercase;
}

.engineering-page-hero {
  min-height: var(--interior-hero-height);
  position: relative;
  display: block;
  overflow: hidden;
  background: #f4f6f6;
}

.engineering-page-hero::before,
.engineering-page-hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(71,88,95,.11);
  border-radius: 50%;
}

.engineering-page-hero::before {
  width: 460px;
  height: 460px;
  left: -190px;
  bottom: -330px;
}

.engineering-page-hero::after {
  width: 250px;
  height: 250px;
  right: 22%;
  top: -190px;
}

.engineering-page-hero-copy {
  position: relative;
  z-index: 2;
  width: 53%;
  min-height: var(--interior-hero-height);
  padding: 44px 12px 42px var(--engineering-gutter);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.engineering-page-hero-copy h1 {
  max-width: 610px;
  font-size: clamp(44px, 4.6vw, 58px);
  line-height: .92;
  letter-spacing: -.02em;
}

.engineering-page-hero-copy > p {
  max-width: 570px;
  margin: 18px 0 20px;
  color: #3f494d;
  font-size: 14px;
  line-height: 1.55;
}

.engineering-page-hero figure {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0;
  z-index: 1;
}

.engineering-page-hero figure::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(247,249,249,.98) 0%, rgba(247,249,249,.9) 34%, rgba(247,249,249,.3) 52%, rgba(247,249,249,0) 68%);
  pointer-events: none;
}

.engineering-page-hero figure img {
  width: 67%;
  height: 100%;
  margin-left: auto;
  display: block;
  object-fit: contain;
  object-position: right center;
  filter: contrast(1.02) saturate(.86);
}

.engineering-page-hero figcaption {
  position: absolute;
  right: 34px;
  bottom: 27px;
  color: #596469;
  font: 8px/1.3 monospace;
  letter-spacing: .15em;
}

.engineering-focus,
.engineering-considerations {
  padding: 34px var(--engineering-gutter) 30px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255,255,255,.025), transparent 42%),
    #151b1e;
}

.engineering-focus-head,
.engineering-development-head,
.engineering-considerations-head,
.engineering-shopfloor-head {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, .7fr);
  align-items: end;
  gap: 46px;
}

.engineering-focus-head h2,
.engineering-development-head h2,
.engineering-considerations-head h2,
.engineering-shopfloor-head h2 {
  font-size: clamp(42px, 5vw, 63px);
  line-height: .94;
}

.engineering-focus-head > p,
.engineering-considerations-head > p,
.engineering-shopfloor-head > p {
  margin: 0 0 4px;
  color: #d1d7d9;
  font-size: 13px;
  line-height: 1.55;
}

.engineering-focus .site-kicker,
.engineering-considerations .site-kicker {
  color: #cfd5d7;
}

.engineering-focus-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.engineering-focus-grid article {
  min-width: 0;
  padding: 0 24px 2px;
  border-left: 1px solid #6a7377;
}

.engineering-focus-grid article:first-child {
  padding-left: 0;
  border-left: 0;
}

.engineering-focus-grid span {
  display: block;
  color: #dbe0e2;
  font: 44px/1 var(--site-display);
}

.engineering-focus-grid span::after {
  content: "";
  width: 20px;
  margin: 9px 0 12px;
  display: block;
  border-top: 3px solid var(--site-red);
}

.engineering-focus-grid h3 {
  font-size: 22px;
  line-height: 1;
}

.engineering-focus-grid p {
  margin: 8px 0 0;
  color: #c5ccce;
  font-size: 11px;
  line-height: 1.45;
}

.engineering-development {
  padding: 38px var(--engineering-gutter) 34px;
  background:
    linear-gradient(rgba(255,255,255,.96), rgba(255,255,255,.96)),
    repeating-linear-gradient(90deg, transparent 0 59px, rgba(74,92,99,.08) 60px);
}

.engineering-development-head > p {
  margin: 0;
  color: #3f494d;
  font-size: 12px;
  line-height: 1.55;
}

.engineering-development-steps {
  margin: 32px 0 28px;
  padding: 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  list-style: none;
}

.engineering-development-steps::before {
  content: "";
  height: 2px;
  position: absolute;
  left: 7%;
  right: 7%;
  top: 16px;
  background: var(--site-red);
}

.engineering-development-steps li {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
}

.engineering-development-steps b {
  width: 33px;
  height: 33px;
  position: relative;
  display: grid;
  place-items: center;
  border: 3px solid #f7c7ca;
  border-radius: 50%;
  color: #fff;
  background: var(--site-red);
  font-size: 11px;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.engineering-development-steps strong {
  margin-top: 8px;
  font-family: var(--site-display);
  font-size: 17px;
  line-height: 1;
  transition: color .22s ease, transform .22s ease;
}

.engineering-development-steps li:hover b,
.engineering-development-steps li.active b {
  transform: scale(1.13);
  box-shadow: 0 0 0 7px rgba(237,28,36,.13);
}

.engineering-development-steps li:hover strong,
.engineering-development-steps li.active strong {
  color: var(--site-red);
  transform: translateY(2px);
}

.engineering-development-steps li:focus-visible {
  outline: 2px solid var(--site-red);
  outline-offset: 7px;
}

.engineering-development-steps li.active b::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(237,28,36,.42);
  border-radius: 50%;
  animation: engineering-step-pulse 1.8s ease-out infinite;
}

@keyframes engineering-step-pulse {
  0% { opacity: .8; transform: scale(.86); }
  70%, 100% { opacity: 0; transform: scale(1.35); }
}

@media (prefers-reduced-motion: reduce) {
  .engineering-development-steps li.active b::after {
    animation: none;
  }
}

.engineering-active-step {
  max-width: 760px;
  min-height: 58px;
  margin: -4px auto 26px;
  padding: 11px 16px;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 14px;
  border-left: 3px solid var(--site-red);
  background: #f0f3f3;
}

.engineering-active-step > b {
  color: var(--site-red);
  font: 22px/1 var(--site-display);
}

.engineering-active-step div {
  display: grid;
  gap: 3px;
}

.engineering-active-step strong {
  font-size: 12px;
  text-transform: uppercase;
}

.engineering-active-step span {
  color: #566166;
  font-size: 10px;
  line-height: 1.4;
}

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

.engineering-story-grid article {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(110px, .65fr);
  border: 1px solid #d3d8da;
  background: #fff;
}

.engineering-story-grid figure {
  min-height: 205px;
  margin: 0;
  overflow: hidden;
  background: #edf0f1;
}

.engineering-story-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.88) saturate(.2) contrast(1.06);
}

.engineering-story-grid article > div {
  padding: 15px 12px;
  display: flex;
  flex-direction: column;
}

.engineering-story-grid h3 {
  font-size: 19px;
  line-height: 1.04;
}

.engineering-story-grid p {
  margin: 9px 0 0;
  color: #485257;
  font-size: 10px;
  line-height: 1.45;
}

.engineering-story-grid small {
  margin-top: auto;
  padding-top: 18px;
  color: #596469;
  font: 7px/1.45 monospace;
  letter-spacing: .16em;
}

.engineering-considerations {
  padding-block: 38px 34px;
}

.engineering-consideration-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 158px;
  align-items: stretch;
  gap: 12px 18px;
}

.engineering-consideration-grid article {
  height: 100%;
  min-height: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 52% 48%;
  border: 1px solid #657075;
  background: rgba(255,255,255,.025);
}

.engineering-consideration-grid figure {
  min-width: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #eef1f1;
}

.engineering-consideration-grid img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
  filter: saturate(.65) contrast(1.04);
}

.engineering-consideration-grid article:nth-child(3) img,
.engineering-consideration-grid article:nth-child(4) img {
  padding: 0;
  object-fit: cover;
  mix-blend-mode: normal;
}

.engineering-consideration-grid article:nth-child(3) img {
  object-position: center 58%;
}

.engineering-consideration-grid article:nth-child(4) img {
  object-position: center 48%;
}

.engineering-consideration-grid article > div {
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.engineering-consideration-grid h3 {
  font-size: 19px;
}

.engineering-consideration-grid p {
  margin: 8px 0 0;
  color: #ced4d6;
  font-size: 10px;
  line-height: 1.45;
}

.engineering-consideration-grid small {
  margin-top: auto;
  padding-top: 12px;
  color: #e1e5e6;
  font: 7px/1.35 monospace;
  letter-spacing: .14em;
}

.engineering-consideration-grid small::before {
  content: "";
  width: 22px;
  margin-bottom: 8px;
  display: block;
  border-top: 2px solid var(--site-red);
}

.engineering-shopfloor {
  padding: 40px var(--engineering-gutter) 42px;
  background:
    linear-gradient(rgba(244,247,247,.96), rgba(244,247,247,.96)),
    repeating-linear-gradient(90deg, transparent 0 59px, rgba(74,92,99,.08) 60px);
}

.engineering-shopfloor-head h2 {
  max-width: 650px;
}

.engineering-shopfloor-head > p {
  color: #465055;
}

.engineering-shopfloor-layout {
  min-height: 420px;
  margin-top: 26px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr);
  gap: 12px;
}

.engineering-shopfloor figure {
  margin: 0;
  overflow: hidden;
  position: relative;
  background: #111719;
}

.engineering-shopfloor img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.72) contrast(1.06);
}

.engineering-shopfloor-main {
  min-height: 420px;
}

.engineering-shopfloor-main img {
  object-position: center 56%;
}

.engineering-shopfloor-main::after {
  content: "";
  position: absolute;
  inset: 46% 0 0;
  background: linear-gradient(180deg, transparent, rgba(7,11,13,.76));
  pointer-events: none;
}

.engineering-shopfloor-main figcaption {
  position: absolute;
  z-index: 1;
  left: 24px;
  bottom: 22px;
  color: #fff;
  font: 9px/1.4 monospace;
  letter-spacing: .18em;
}

.engineering-shopfloor-main figcaption::before {
  content: "";
  width: 32px;
  margin-bottom: 10px;
  display: block;
  border-top: 3px solid var(--site-red);
}

.engineering-shopfloor-side {
  min-width: 0;
  display: grid;
  grid-template-rows: 172px 1fr;
  gap: 12px;
}

.engineering-shopfloor-side figure img {
  object-position: center 48%;
}

.engineering-shopfloor-side ol {
  margin: 0;
  padding: 8px 20px;
  display: grid;
  list-style: none;
  color: #fff;
  background: #151b1e;
}

.engineering-shopfloor-side li {
  min-width: 0;
  padding: 10px 0;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  border-top: 1px solid #4c575b;
}

.engineering-shopfloor-side li:first-child {
  border-top: 0;
}

.engineering-shopfloor-side li > span {
  color: var(--site-red);
  font: 19px/1 var(--site-display);
}

.engineering-shopfloor-side h3 {
  color: #fff;
  font-size: 16px;
}

.engineering-shopfloor-side p {
  margin: 4px 0 0;
  color: #bfc7ca;
  font-size: 9px;
  line-height: 1.4;
}

.engineering-final-cta {
  min-height: 140px;
  padding: 28px var(--engineering-gutter);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(250px, .8fr) auto;
  align-items: center;
  gap: 32px;
  background:
    linear-gradient(rgba(244,247,247,.9), rgba(244,247,247,.9)),
    url('/media/ref-odm-visual.png') right center / auto 190% no-repeat;
}

.engineering-final-cta h2 {
  font-size: clamp(34px, 4vw, 50px);
  line-height: .95;
}

.engineering-final-cta p {
  margin: 0;
  color: #465055;
  font-size: 12px;
  line-height: 1.55;
}

.engineering-final-cta .site-button {
  min-width: 220px;
}

@media (max-width: 820px) {
  .engineering-page-hero,
  .engineering-page-hero-copy {
    min-height: 390px;
  }

  .engineering-page-hero-copy h1 {
    font-size: 45px;
  }

  .engineering-focus-head,
  .engineering-development-head,
  .engineering-considerations-head,
  .engineering-shopfloor-head {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .engineering-focus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 0;
  }

  .engineering-focus-grid article:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .engineering-development-steps strong {
    font-size: 13px;
  }

  .engineering-story-grid {
    grid-template-columns: 1fr;
  }

  .engineering-story-grid article {
    grid-template-columns: 55% 45%;
  }

  .engineering-final-cta {
    grid-template-columns: 1fr auto;
  }

  .engineering-final-cta > p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .engineering-shopfloor-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  }
}

@media (max-width: 600px) {
  .engineering-page-hero {
    display: grid;
    min-height: 0;
  }

  .engineering-page-hero-copy {
    width: 100%;
    min-height: 0;
    padding: 40px 22px 20px;
  }

  .engineering-page-hero-copy h1 {
    font-size: 43px;
  }

  .engineering-page-hero figure {
    position: relative;
    inset: auto;
    height: 250px;
  }

  .engineering-page-hero figure::before {
    display: none;
  }

  .engineering-page-hero figure img {
    width: 100%;
    margin-left: 0;
    object-position: center center;
  }

  .engineering-focus,
  .engineering-development,
  .engineering-considerations,
  .engineering-shopfloor,
  .engineering-final-cta {
    padding-inline: 22px;
  }

  .engineering-focus-grid,
  .engineering-consideration-grid {
    grid-template-columns: 1fr;
  }

  .engineering-consideration-grid {
    grid-auto-rows: auto;
  }

  .engineering-focus-grid article,
  .engineering-focus-grid article:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .engineering-development-steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 0;
  }

  .engineering-development-steps::before {
    display: none;
  }

  .engineering-active-step {
    margin-top: 4px;
  }

  .engineering-story-grid article,
  .engineering-consideration-grid article {
    grid-template-columns: 1fr;
    height: auto;
  }

  .engineering-shopfloor-layout {
    grid-template-columns: 1fr;
  }

  .engineering-shopfloor-main {
    min-height: 330px;
  }

  .engineering-shopfloor-side {
    grid-template-rows: 210px auto;
  }

  .engineering-story-grid figure,
  .engineering-consideration-grid figure {
    min-height: 190px;
  }

  .engineering-final-cta {
    grid-template-columns: 1fr;
  }

  .engineering-final-cta > p {
    grid-column: auto;
    grid-row: auto;
  }

  .engineering-final-cta .site-button {
    width: 100%;
  }
}

/* Contact hero: full-bleed image with copy layered above it */
.contact-page .contact-hero {
  height: var(--interior-hero-height);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #101719;
}

.contact-page .contact-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(9,15,18,.46) 0%, rgba(9,15,18,.3) 36%, rgba(9,15,18,.08) 62%, transparent 82%);
  pointer-events: none;
}

.contact-page .contact-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(54%, 590px);
  height: 100%;
  min-width: 0;
  padding: 32px clamp(30px, 4vw, 52px);
  color: #fff;
  background: transparent;
  text-shadow: 0 2px 18px rgba(0,0,0,.42);
}

.contact-page .contact-hero-rule {
  display: block;
  width: 42px;
  margin-bottom: 18px;
  border-top: 3px solid var(--red);
}

.contact-page .contact-hero-copy h1 {
  margin: 0;
  max-width: 460px;
  color: #fff;
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(42px, 4.35vw, 58px);
  font-weight: 900;
  line-height: .92;
  letter-spacing: .015em;
}

.contact-page .contact-hero-copy > p {
  margin: 18px 0 0;
  color: #c8ced1;
  font-size: 17px;
  line-height: 1.4;
}

.contact-page .contact-hero-copy > small {
  position: absolute;
  left: clamp(30px, 4vw, 52px);
  bottom: 19px;
  color: #7f898e;
  font: 9px/1.35 monospace;
  letter-spacing: .2em;
}

.contact-page .contact-hero-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  min-width: 0;
  height: var(--interior-hero-height);
  margin: 0;
  overflow: hidden;
  background: #080b0c;
}

.contact-page .contact-hero-media::before {
  display: none;
}

.contact-page .contact-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 16%;
  filter: brightness(1.06) contrast(1.03);
}

@media (max-width: 820px) {
  .contact-page .contact-hero {
    height: 390px;
  }

  .contact-page .contact-hero-media {
    height: 390px;
  }

  .contact-page .contact-hero-copy {
    width: 62%;
    padding: 30px 28px;
  }

  .contact-page .contact-hero-copy h1 {
    font-size: clamp(38px, 5.6vw, 48px);
  }

  .contact-page .contact-hero-copy > p {
    max-width: 300px;
    font-size: 15px;
  }

  .contact-page .contact-hero-copy > small {
    left: 28px;
  }
}

@media (max-width: 600px) {
  .contact-page .contact-hero {
    height: 330px;
  }

  .contact-page .contact-hero-copy {
    width: 88%;
    height: 100%;
    min-height: 0;
    padding: 34px 22px 54px;
  }

  .contact-page .contact-hero-copy h1 {
    font-size: 42px;
  }

  .contact-page .contact-hero-copy > small {
    left: 22px;
    bottom: 17px;
  }

  .contact-page .contact-hero-media {
    height: 330px;
  }

  .contact-page .contact-hero::after {
    background: linear-gradient(90deg, rgba(9,15,18,.52), rgba(9,15,18,.32) 62%, rgba(9,15,18,.08));
  }

  .contact-page .contact-hero-media img {
    object-position: center 14%;
  }
}

/* Contact form alignment and direct-contact panel */
.contact-page .contact-columns {
  align-items: start;
}

.contact-page .field-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
}

.contact-page .field-full {
  display: block;
}

.contact-page .field-label {
  min-height: 16px;
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  line-height: 1.2;
  white-space: nowrap;
}

.contact-page .field-label em {
  display: inline;
  flex: 0 0 auto;
  line-height: 1;
}

.contact-page .message-panel input,
.contact-page .message-panel select,
.contact-page .message-panel textarea {
  box-sizing: border-box;
}

.contact-page .message-panel select {
  height: 45px;
}

.contact-page .phone-field-group {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 8px;
}

.contact-page .phone-field-group select,
.contact-page .phone-field-group input {
  min-width: 0;
}

.contact-page .direct-panel {
  overflow: hidden;
}

.contact-page .direct-copy dt {
  font-size: 19px;
  font-weight: 800;
  line-height: 1;
}

.contact-page .direct-copy dd a {
  width: fit-content;
  color: #aab1b4;
  font-size: 12px;
  line-height: 1.35;
  text-decoration: none;
  transition: color .18s ease;
}

.contact-page .direct-copy dd a:hover,
.contact-page .direct-copy dd a:focus-visible {
  color: #fff;
}

.contact-page .direct-panel img {
  height: 250px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 820px) {
  .contact-page .field-row {
    grid-template-columns: 1fr;
  }

  .contact-page .direct-panel img {
    height: 300px;
  }
}

@media (max-width: 520px) {
  .contact-page .direct-panel img {
    height: 220px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background: #e9ecec;
  font-family: var(--site-body);
  line-height: 1.5;
}

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

.site-page {
  width: 100%;
  max-width: none;
  margin: 0;
  min-height: 100vh;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.site-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  background: var(--site-band-background, var(--site-white));
}

.site-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.site-container.site-container--full-bleed {
  width: 100%;
  max-width: none;
}

@media (min-width: 1201px) {
  .site-container--full-bleed {
    --site-content-gutter: 0px;
  }

  .site-hero.site-container--full-bleed {
    padding-right: calc(var(--site-content-gutter) + 72px);
    padding-left: calc(var(--site-content-gutter) + 72px);
  }

  .engineering-page-hero.site-container--full-bleed .engineering-page-hero-copy {
    padding-left: calc(var(--site-content-gutter) + var(--engineering-gutter));
  }

  .products-catalog-hero.site-container--full-bleed .products-catalog-hero-copy {
    padding-left: calc(var(--site-content-gutter) + var(--catalog-gutter));
  }

  .business-solutions-hero.site-container--full-bleed .business-solutions-hero-copy {
    padding-left: calc(var(--site-content-gutter) + 58px);
  }

  .oem-odm-hero.site-container--full-bleed .oem-odm-hero-copy {
    padding-left: calc(var(--site-content-gutter) + 60px);
  }

  .brand-hero.site-container--full-bleed {
    padding-right: calc(var(--site-content-gutter) + 68px);
    padding-left: calc(var(--site-content-gutter) + 68px);
  }

  .start-project-hero.site-container--full-bleed {
    padding-right: calc(var(--site-content-gutter) + var(--project-gutter));
    padding-left: calc(var(--site-content-gutter) + var(--project-gutter));
  }

  .contact-hero.site-container--full-bleed .contact-hero-copy {
    padding-left: calc(var(--site-content-gutter) + 52px);
  }

  .site-band--image::before,
  .site-band--image::after {
    display: none;
  }
}

.contact-header.site-header {
  height: 43px;
  padding: 0 27px 0 33px;
  position: relative;
  z-index: 10;
  gap: 0;
  border-bottom: 0;
  background: #111517;
}

.site-header .contact-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: var(--site-white);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .18em;
  line-height: 1;
  white-space: nowrap;
}

.site-header .contact-logo .brand-slash {
  width: auto;
  height: auto;
  margin-left: 4px;
  display: inline;
  color: var(--site-red);
  background: none;
  transform: none;
}

.site-header nav {
  gap: 29px;
  margin-left: 85px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.site-header nav a {
  height: 43px;
  color: rgba(255, 255, 255, .9);
  border-bottom-width: 2px;
  white-space: nowrap;
}

.site-header nav a:hover {
  color: var(--site-white);
}

.site-nav-group {
  height: 43px;
  position: relative;
  display: flex;
  align-items: stretch;
}

.site-nav-group > a {
  gap: 6px;
}

.site-nav-caret {
  margin-top: -2px;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  transition: transform .18s ease, color .18s ease;
}

.site-nav-dropdown {
  width: 190px;
  padding: 7px;
  position: absolute;
  top: 43px;
  left: -16px;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  border-top: 3px solid var(--site-red);
  background: #111517;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .26);
  transform: translateY(-5px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.site-header nav > .site-nav-group:first-child .site-nav-dropdown {
  width: 230px;
}

.site-header nav .site-nav-dropdown a {
  height: auto;
  min-height: 38px;
  padding: 10px 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
}

.site-header nav .site-nav-dropdown a + a {
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.site-header nav .site-nav-dropdown a:hover,
.site-header nav .site-nav-dropdown a:focus-visible,
.site-header nav .site-nav-dropdown a.active {
  color: var(--site-white);
  background: rgba(255, 255, 255, .06);
}

.site-nav-group:hover .site-nav-dropdown,
.site-nav-group:focus-within .site-nav-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.site-nav-group:hover .site-nav-caret,
.site-nav-group:focus-within .site-nav-caret {
  color: var(--site-red);
  transform: rotate(180deg);
}

.site-header .contact-project {
  width: 154px;
  height: 39px;
  margin-left: auto;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
  color: var(--site-white);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
}

.site-header .contact-project b {
  margin-left: 14px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}

.site-header .contact-project {
  transition: background-color .18s ease, transform .18s ease;
}

.site-header .contact-project:hover,
.site-button:hover,
.contact-cta > a:hover,
.form-actions button:hover {
  background: #c91219;
  transform: translateY(-1px);
}

.site-hero {
  min-height: var(--interior-hero-height);
  padding: clamp(54px, 8vw, 96px) clamp(24px, 6vw, 72px);
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: var(--site-white);
  background-image:
    linear-gradient(90deg, rgba(8, 12, 14, .78) 0%, rgba(8, 12, 14, .58) 38%, rgba(8, 12, 14, .16) 72%, rgba(8, 12, 14, .05) 100%),
    var(--hero-image);
  background-position: center, right center;
  background-size: cover, cover;
  background-repeat: no-repeat;
}

.site-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 6px;
  z-index: -1;
  background: linear-gradient(90deg, var(--site-red) 0 18%, transparent 18%);
}

.site-hero.home-hero {
  min-height: 525px;
  background: #11191d;
}

.home-hero-media {
  position: absolute;
  inset: -2px;
  z-index: 0;
  background: var(--hero-image) center 46% / cover no-repeat;
  filter: grayscale(.86) saturate(.42) contrast(1.12) brightness(.78);
  transform: scale(1.01);
}

.site-hero.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 16, 20, .91) 0%, rgba(8, 16, 20, .74) 39%, rgba(8, 16, 20, .34) 72%, rgba(8, 16, 20, .18) 100%),
    linear-gradient(180deg, rgba(20, 34, 40, .08) 0%, rgba(5, 10, 13, .48) 100%);
  pointer-events: none;
}

.site-hero.home-hero::after {
  z-index: 3;
}

.home-hero .site-hero-copy,
.home-hero .hero-words {
  z-index: 2;
}

.site-hero-copy {
  width: min(720px, 70%);
  position: relative;
  z-index: 1;
}

.site-kicker {
  margin-bottom: 16px;
  color: var(--site-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .2em;
  line-height: 1.35;
  text-transform: uppercase;
}

.site-hero h1,
.site-section-head h2,
.site-cta h2,
.solution-card h3,
.product-category h3,
.dark-section h2 {
  font-family: var(--site-display);
  font-weight: 900;
  text-transform: uppercase;
}

.site-hero h1 {
  margin: 0;
  font-size: clamp(54px, 8vw, 104px);
  letter-spacing: -.035em;
  line-height: .88;
}

.site-hero-copy > p {
  width: min(620px, 100%);
  margin: 26px 0 0;
  color: #d5d9da;
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.6;
}

.site-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.site-button {
  min-height: 50px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.site-button.primary {
  background: var(--site-red);
  color: var(--site-white);
}

.site-button.secondary {
  border-color: rgba(255, 255, 255, .66);
  color: var(--site-white);
}

.site-button.secondary:hover {
  background: var(--site-white);
  color: var(--site-black);
}

.site-button.light {
  background: var(--site-white);
  color: var(--site-black);
}

.hero-words {
  position: absolute;
  right: clamp(28px, 5vw, 65px);
  bottom: 58px;
  z-index: 1;
  color: rgba(255, 255, 255, .58);
  font: 10px/1.65 monospace;
  letter-spacing: .24em;
  text-align: right;
}

.site-section {
  padding: clamp(64px, 9vw, 112px) clamp(24px, 6vw, 72px);
}

.site-section-head {
  margin-bottom: 44px;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(240px, .7fr);
  align-items: end;
  gap: 46px;
}

.site-section-head h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(38px, 5.4vw, 70px);
  letter-spacing: -.025em;
  line-height: .95;
}

.site-section-head > p {
  margin: 0;
  color: var(--site-gray);
  font-size: 15px;
  line-height: 1.7;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--site-line);
}

.solution-card {
  min-height: 510px;
  padding: clamp(30px, 4.5vw, 54px);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .2s ease;
}

.solution-card + .solution-card {
  border-left: 1px solid var(--site-line);
}

.solution-card:hover {
  transform: translateY(-4px);
}

.solution-card::after {
  content: "";
  width: 360px;
  height: 360px;
  position: absolute;
  top: -170px;
  right: -140px;
  border: 1px solid rgba(19, 25, 27, .1);
  border-radius: 50%;
}

.solution-card.light {
  background: var(--site-paper);
  color: var(--site-black);
}

.solution-card.dark {
  background: var(--site-charcoal);
  color: var(--site-white);
}

.solution-card.dark::after {
  border-color: rgba(255, 255, 255, .12);
}

.solution-card > span {
  color: var(--site-red);
  font-family: var(--site-display);
  font-size: 64px;
  line-height: 1;
}

.solution-card h3 {
  margin: 10px 0 18px;
  font-size: clamp(42px, 5vw, 68px);
  letter-spacing: -.025em;
  line-height: .93;
}

.solution-card p {
  max-width: 450px;
  margin: 0 0 30px;
  color: var(--site-gray);
  font-size: 16px;
  line-height: 1.65;
}

.solution-card.dark p {
  color: #b9c0c2;
}

.solution-card b,
.product-category b {
  color: var(--site-red);
  font-size: 11px;
  letter-spacing: .09em;
}

.home-about {
  min-height: 460px;
  padding: clamp(56px, 7vw, 88px) clamp(24px, 6vw, 72px);
  position: relative;
  background: #f3f6f6;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(360px, 1.12fr);
  align-items: stretch;
  gap: clamp(36px, 5vw, 72px);
  overflow: hidden;
}

.home-about::before {
  content: "";
  width: 420px;
  height: 420px;
  position: absolute;
  left: -230px;
  bottom: -280px;
  border: 1px solid rgba(91, 111, 119, .13);
  border-radius: 50%;
  pointer-events: none;
}

.home-about-copy {
  position: relative;
  z-index: 1;
  align-self: center;
}

.home-about-copy .site-kicker {
  margin-bottom: 18px;
}

.home-about-copy h2 {
  max-width: 650px;
  margin: 0;
  font-family: var(--site-display);
  font-size: clamp(42px, 5.2vw, 68px);
  letter-spacing: -.025em;
  line-height: .92;
  text-transform: uppercase;
}

.home-about-copy > p {
  max-width: 620px;
  margin: 26px 0 28px;
  color: #5f696e;
  font-size: 15px;
  line-height: 1.65;
}

.home-about-copy ul {
  margin: 0 0 30px;
  padding: 0;
  border-top: 1px solid #cbd2d5;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

.home-about-copy li {
  min-height: 62px;
  padding: 16px 12px 12px 0;
  border-bottom: 1px solid #cbd2d5;
  color: #30383c;
  font: 700 9px/1.35 monospace;
  letter-spacing: .12em;
}

.home-about-copy li + li {
  padding-left: 14px;
  border-left: 1px solid #cbd2d5;
}

.home-about-link {
  color: var(--site-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
}

.home-about figure {
  min-height: 330px;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #13191b;
}

.home-about figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(15, 28, 34, .08), rgba(7, 14, 18, .28)),
    linear-gradient(90deg, rgba(12, 20, 24, .05), transparent 46%, rgba(8, 15, 19, .24));
  pointer-events: none;
}

.home-about figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 44%;
  filter: grayscale(.78) saturate(.42) contrast(1.12) brightness(.88);
  transition: transform .6s ease, filter .6s ease;
}

.home-about:hover figure img {
  transform: scale(1.025);
  filter: grayscale(.58) saturate(.56) contrast(1.1) brightness(.91);
}

.home-about figcaption {
  position: absolute;
  right: 22px;
  bottom: 20px;
  z-index: 2;
  color: rgba(255, 255, 255, .78);
  font: 9px/1.4 monospace;
  letter-spacing: .18em;
}

.home-solutions .site-section-head {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  margin-bottom: 28px;
}

.home-solutions .site-section-head h2 {
  max-width: 620px;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1;
}

.home-solutions {
  padding-top: clamp(34px, 4.5vw, 54px);
  padding-bottom: clamp(56px, 7vw, 86px);
}

.home-solutions .site-section-head > p {
  max-width: 620px;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.home-solutions .solution-card {
  min-height: 340px;
  padding: 24px 22px 22px;
  isolation: isolate;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}

.home-solutions .solution-card > span {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 3;
  font-size: 44px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .2);
}

.home-solutions .solution-card-copy {
  position: relative;
  z-index: 3;
  width: min(82%, 420px);
  margin-top: auto;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.home-solutions .solution-card.light .solution-card-copy {
  color: var(--site-black);
  text-shadow: 0 1px 10px rgba(255, 255, 255, .7);
}

.home-solutions .solution-card.dark .solution-card-copy {
  color: var(--site-white);
  text-shadow: 0 2px 12px rgba(0, 0, 0, .42);
}

.home-solutions .solution-card h3 {
  margin: 7px 0 12px;
  font-size: clamp(28px, 3vw, 40px);
}

.home-solutions .solution-card p {
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 1.45;
}

.home-solutions .solution-card-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  overflow: hidden;
  background: #e9edef;
}

.home-solutions .solution-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.home-solutions .solution-card.light .solution-card-media::after {
  background: linear-gradient(180deg, rgba(247,249,249,0) 18%, rgba(247,249,249,.08) 38%, rgba(247,249,249,.7) 72%, rgba(247,249,249,.96) 100%);
}

.home-solutions .solution-card.dark .solution-card-media::after {
  background: linear-gradient(180deg, rgba(7,11,13,.02) 18%, rgba(7,11,13,.14) 40%, rgba(7,11,13,.66) 72%, rgba(7,11,13,.92) 100%);
}

.home-solutions .solution-card-media img {
  width: 100%;
  min-width: 0;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  filter: grayscale(.08) contrast(1.04);
  transition: transform .45s ease, filter .45s ease;
}

.home-solutions .solution-card:hover .solution-card-media img {
  transform: scale(1.025);
}

.home-solutions .solution-card-media.brand-media {
  background: #111719;
}

.home-solutions .solution-card-media.oem-odm-media img {
  object-position: 56% center;
}

.home-solutions .solution-card-media.brand-media img {
  object-position: 58% center;
}

.product-section,
.gray-section {
  background: var(--site-paper);
}

.product-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--site-line);
  border: 1px solid var(--site-line);
}

.product-category {
  min-width: 0;
  background: var(--site-white);
  transition: transform .18s ease, box-shadow .18s ease;
}

.product-category:hover {
  position: relative;
  z-index: 1;
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(13, 18, 20, .14);
}

.product-category img {
  width: 100%;
  height: 285px;
  display: block;
  object-fit: cover;
  object-position: center top;
  filter: saturate(.83) contrast(1.02);
}

.product-category > div {
  min-height: 225px;
  padding: 26px 24px 30px;
  display: flex;
  flex-direction: column;
}

.product-category h3 {
  margin: 0 0 14px;
  font-size: 29px;
  letter-spacing: -.01em;
  line-height: .98;
}

.product-category p {
  margin: 0 0 24px;
  color: var(--site-gray);
  font-size: 13px;
  line-height: 1.6;
}

.product-category b {
  margin-top: auto;
}

.technical-section {
  background: var(--site-white);
}

.home-engineering {
  padding: 0;
  background: var(--site-white);
}

.home-engineering-block {
  height: 414px;
  min-height: 414px;
  padding: 30px 44px;
  position: relative;
  isolation: isolate;
  border: 0;
  background:
    linear-gradient(90deg, rgba(248, 250, 250, .96), rgba(237, 242, 243, .9)),
    repeating-linear-gradient(90deg, transparent 0 59px, rgba(125, 144, 151, .08) 60px),
    repeating-linear-gradient(0deg, transparent 0 59px, rgba(125, 144, 151, .08) 60px);
  display: grid;
  grid-template-columns: .95fr 1.18fr .77fr;
  align-items: center;
  gap: 4px;
  overflow: hidden;
}

.home-engineering-block::before,
.home-engineering-block::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(112, 132, 140, .13);
  border-radius: 50%;
}

.home-engineering-block::before {
  width: 370px;
  height: 370px;
  top: -220px;
  left: 78px;
}

.home-engineering-block::after {
  width: 290px;
  height: 290px;
  right: -160px;
  bottom: -165px;
}

.engineering-copy {
  position: relative;
  z-index: 2;
}

.engineering-copy .site-kicker {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #424b4f;
  font-size: 10px;
  letter-spacing: .14em;
}

.engineering-copy .site-kicker::after {
  content: "";
  width: 34px;
  height: 2px;
  display: block;
  background: var(--site-red);
}

.engineering-copy h2 {
  margin: 0;
  font-family: var(--site-display);
  font-size: clamp(42px, 5.05vw, 62px);
  line-height: .9;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.engineering-copy h2 span {
  color: var(--site-red);
}

.engineering-copy p {
  max-width: 220px;
  margin: 20px 0 0;
  font: 12px/1.28 monospace;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.engineering-visual {
  min-width: 0;
  height: 354px;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.engineering-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f2f5f5 0 7%, transparent 17%, transparent 92%, #eef2f3);
  pointer-events: none;
}

.engineering-visual img {
  width: 112%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: right center;
  transform: translateX(-10%);
  mix-blend-mode: multiply;
}

.engineering-points {
  min-width: 0;
  position: relative;
  z-index: 2;
  display: grid;
}

.engineering-points > div {
  min-height: 72px;
  padding: 12px 0;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cdd2d4;
}

.engineering-point-icon {
  font-size: 38px;
  line-height: 1;
  text-align: center;
}

.engineering-points strong,
.engineering-points small {
  display: block;
}

.engineering-points strong {
  font-family: var(--site-body);
  font-size: 13px;
  line-height: 1.1;
}

.engineering-points small {
  margin-top: 6px;
  color: var(--site-gray);
  font-size: 11px;
  line-height: 1.45;
}

.engineering-points .site-button {
  width: calc(100% - 44px);
  min-height: 44px;
  margin: 18px 44px 0 0;
  padding-inline: 15px;
  font-size: 11px;
  letter-spacing: 0;
}

.engineering-side-note {
  margin: 0;
  position: absolute;
  right: -28px;
  bottom: -4px;
  color: #586268;
  font: 8px/1.45 monospace;
  letter-spacing: .16em;
}

.engineering-side-note::after {
  content: "";
  width: 25px;
  height: 2px;
  margin-top: 7px;
  display: block;
  background: var(--site-red);
}

.home-product-showcase {
  padding: 24px 18px 20px;
  background: var(--site-white);
}

.home-products-head {
  padding: 0 24px 16px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, .7fr) auto;
  align-items: end;
  gap: 28px;
}

.home-products-head .site-kicker {
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #5e686d;
  font-size: 10px;
  letter-spacing: .14em;
}

.home-products-head .site-kicker::after {
  content: "";
  width: 34px;
  height: 2px;
  display: block;
  background: var(--site-red);
}

.home-products-head h2 {
  margin: 0;
  font-family: var(--site-display);
  font-size: clamp(38px, 4.4vw, 54px);
  letter-spacing: -.02em;
  line-height: .9;
  text-transform: uppercase;
}

.home-products-head h2::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 4px;
  display: inline-block;
  background: var(--site-red);
}

.home-products-head > p {
  margin: 0 0 3px;
  color: #687175;
  font-size: 11px;
  line-height: 1.4;
}

.home-products-link {
  margin-bottom: 4px;
  color: var(--site-black);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.home-products-link::first-letter {
  color: inherit;
}

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

.home-product-grid > a {
  min-width: 0;
  position: relative;
  overflow: hidden;
  background: #151a1c;
}

.home-product-grid > a::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .08);
  pointer-events: none;
}

.home-product-grid img {
  width: 100%;
  height: auto;
  aspect-ratio: 216 / 433;
  display: block;
  object-fit: cover;
  transition: transform .25s ease, filter .25s ease;
}

.home-product-grid a:hover img {
  transform: scale(1.02);
  filter: brightness(1.05);
}

.technical-grid,
.capability-grid,
.requirement-grid,
.detail-grid,
.application-grid {
  display: grid;
  border-top: 1px solid var(--site-line);
  border-left: 1px solid var(--site-line);
}

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

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

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

.detail-grid,
.application-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.technical-grid article,
.capability-grid article,
.requirement-grid article,
.detail-grid article,
.application-grid article {
  min-height: 220px;
  padding: 28px;
  border-right: 1px solid var(--site-line);
  border-bottom: 1px solid var(--site-line);
  background: var(--site-white);
}

.technical-grid span,
.capability-grid span,
.requirement-grid span {
  display: block;
  margin-bottom: 50px;
  color: var(--site-red);
  font: 900 12px/1 monospace;
  letter-spacing: .12em;
}

.technical-grid h3,
.capability-grid h3,
.requirement-grid h3,
.detail-grid h3,
.application-grid h3,
.project-summary h3 {
  margin: 0 0 14px;
  font-family: var(--site-display);
  font-size: 25px;
  line-height: 1.05;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.technical-grid p,
.capability-grid p,
.requirement-grid p,
.detail-grid p,
.application-grid p {
  margin: 0;
  color: var(--site-gray);
  font-size: 13px;
  line-height: 1.65;
}

.dark-section {
  background: var(--site-charcoal);
  color: var(--site-white);
}

.dark-section .site-section-head > p {
  color: #aab2b5;
}

.process-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  list-style: none;
  border: 1px solid #3b4245;
}

.process-list li {
  min-height: 160px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #3b4245;
}

.process-list li:last-child {
  border-right: 0;
}

.process-list b {
  color: var(--site-red);
  font: 900 12px/1 monospace;
}

.process-list span {
  font-family: var(--site-display);
  font-size: 22px;
  line-height: 1.05;
  text-transform: uppercase;
}

.process-list.vertical {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.detail-grid ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.detail-grid li {
  padding: 9px 0;
  border-top: 1px solid var(--site-line);
  color: var(--site-gray);
  font-size: 13px;
}

.benefit-list {
  margin: 0 0 34px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--site-line);
  border-left: 1px solid var(--site-line);
}

.benefit-list p {
  min-height: 110px;
  margin: 0;
  padding: 26px;
  display: flex;
  align-items: flex-end;
  border-right: 1px solid var(--site-line);
  border-bottom: 1px solid var(--site-line);
  background: var(--site-white);
  font-family: var(--site-display);
  font-size: 22px;
  line-height: 1.05;
  text-transform: uppercase;
}

.site-cta {
  min-height: 260px;
  padding: 52px clamp(24px, 6vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: var(--site-red);
  color: var(--site-white);
}

.site-cta .site-kicker {
  color: var(--site-white);
  opacity: .74;
}

.site-cta h2 {
  margin: 0;
  font-size: clamp(38px, 5vw, 66px);
  line-height: .94;
}

.site-cta p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .8);
}

.home-final-cta {
  min-height: 320px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-top: 4px solid var(--site-red);
  background:
    linear-gradient(90deg, rgba(7, 11, 13, .94) 0%, rgba(7, 11, 13, .82) 48%, rgba(7, 11, 13, .42) 100%),
    var(--home-cta-image) center 50% / cover no-repeat;
}

.home-final-cta::after {
  content: "";
  position: absolute;
  right: clamp(24px, 6vw, 72px);
  bottom: 26px;
  z-index: -1;
  width: 46px;
  height: 3px;
  background: var(--site-red);
}

.home-final-cta > div {
  max-width: 720px;
}

.home-final-cta .site-button.primary {
  min-width: 250px;
  justify-content: center;
}

.site-footer {
  padding-inline: clamp(24px, 6vw, 72px);
  grid-template-columns: 120px 160px minmax(0, 1fr);
  align-items: center;
  column-gap: 24px;
}

.site-footer > .contact-logo,
.site-footer > p,
.site-footer > nav {
  align-self: center;
}

.site-footer nav {
  width: 100%;
  justify-content: space-between;
  gap: clamp(18px, 2vw, 34px);
}

.site-footer nav a {
  white-space: nowrap;
}

.site-footer small {
  padding-top: 4px;
}

.full-form {
  width: 100%;
}

.form-status.error {
  display: block;
  border-left-color: #b42318;
  background: #fff1f0;
  color: #8f1811;
}

.start-project-page {
  --project-gutter: clamp(30px, 4.9vw, 58px);
  background: #edf0f1;
  color: var(--site-black);
}

.start-project-hero {
  min-height: 184px;
  padding: 28px var(--project-gutter) 26px;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--site-white);
  background-image:
    linear-gradient(90deg, rgba(7, 10, 12, .78) 0%, rgba(7, 10, 12, .56) 44%, rgba(7, 10, 12, .17) 74%, rgba(7, 10, 12, .3) 100%),
    var(--start-project-image);
  background-position: center, center 48%;
  background-size: cover, cover;
}

.start-project-hero::after {
  content: "";
  width: 28%;
  position: absolute;
  inset: 0 0 0 auto;
  z-index: -1;
  background: linear-gradient(115deg, transparent 0 47%, rgba(255, 255, 255, .045) 47.4% 48%, transparent 48.4%);
}

.start-project-hero-copy {
  width: min(780px, 72%);
}

.start-project-kicker {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #d9dddf;
  font: 700 10px/1 var(--site-body);
  letter-spacing: .18em;
}

.start-project-kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  display: block;
  background: var(--site-red);
}

.start-project-hero h1 {
  margin: 0;
  font-family: var(--site-display);
  font-size: clamp(44px, 5.3vw, 65px);
  font-weight: 900;
  letter-spacing: .005em;
  line-height: .94;
  text-transform: uppercase;
}

.start-project-hero-copy > p {
  margin: 12px 0 0;
  color: #cbd1d3;
  font-size: 17px;
}

.start-project-hero-note {
  padding-left: 27px;
  position: absolute;
  right: var(--project-gutter);
  bottom: 30px;
  color: #90999d;
  font: 700 9px/1.55 monospace;
  letter-spacing: .17em;
}

.start-project-hero-note::before {
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  top: 3px;
  left: 0;
  background: var(--site-red);
}

.start-project-workspace {
  padding: 26px var(--project-gutter) 34px;
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(90deg, transparent 0 69%, rgba(255, 255, 255, .38) 69% 100%),
    linear-gradient(135deg, rgba(255, 255, 255, .82), rgba(232, 236, 238, .92));
}

.start-project-workspace::before {
  content: "";
  width: 420px;
  height: 420px;
  position: absolute;
  top: 5%;
  right: -210px;
  z-index: -1;
  opacity: .42;
  border: 1px solid #c7cdd0;
  border-radius: 50%;
  box-shadow: 0 0 0 45px transparent, 0 0 0 46px #d2d7d9, 0 0 0 90px transparent, 0 0 0 91px #d2d7d9;
}

.project-type-step,
.start-project-layout {
  display: grid;
  grid-template-columns: minmax(0, 2.08fr) minmax(275px, 1fr);
  gap: 34px;
}

.project-type-step {
  margin-bottom: 27px;
}

.project-step-title {
  margin: 0 0 12px;
  font-family: var(--site-display);
  font-size: 15px;
  letter-spacing: .04em;
  line-height: 1;
}

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

.project-type-option {
  min-height: 96px;
  padding: 18px 16px;
  display: grid;
  grid-template-columns: 50px 1fr 17px;
  align-items: center;
  gap: 12px;
  border: 1px solid #cbd1d4;
  border-radius: 2px;
  background: rgba(255, 255, 255, .88);
  color: var(--site-black);
  text-align: left;
  cursor: pointer;
  transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

.project-type-option:hover,
.project-type-option.selected {
  border-color: var(--site-red);
  background: var(--site-white);
  box-shadow: inset 0 0 0 1px var(--site-red), 0 7px 20px rgba(24, 31, 34, .05);
}

.project-type-icon {
  color: var(--site-black);
  font-size: 39px;
  line-height: 1;
  text-align: center;
}

.project-type-option.selected .project-type-icon {
  color: var(--site-red);
}

.project-type-option > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.project-type-option strong,
.project-switch-card strong {
  font-family: var(--site-display);
  font-size: 18px;
  letter-spacing: .015em;
  line-height: 1;
}

.project-type-option small,
.project-switch-card small {
  color: #5f676b;
  font-size: 11px;
  line-height: 1.45;
}

.project-type-option i {
  width: 15px;
  height: 15px;
  align-self: start;
  border: 1.5px solid #aab3b7;
  border-radius: 50%;
}

.project-type-option.selected i {
  border: 4px solid var(--site-white);
  background: var(--site-red);
  box-shadow: 0 0 0 1.5px var(--site-red);
}

.start-project-layout {
  align-items: start;
}

.start-project-form {
  display: grid;
  gap: 16px;
}

.project-form-card {
  padding: 20px;
  border: 1px solid #e0e3e4;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 8px 28px rgba(36, 43, 46, .035);
}

.project-form-card h3 {
  margin: 0 0 3px;
  font-family: var(--site-display);
  font-size: 20px;
  letter-spacing: .02em;
  line-height: 1;
}

.project-card-intro {
  margin: 0 0 14px;
  color: #626a6e;
  font-size: 11px;
}

.project-products {
  border: 1px solid #d8dddf;
}

.project-products-head,
.project-product-row {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 172px 32px;
  align-items: center;
}

.project-products-head {
  min-height: 32px;
  background: #eef0f1;
  color: #373d40;
  font-family: var(--site-display);
  font-size: 12px;
  letter-spacing: .02em;
}

.project-products-head span:first-child {
  grid-column: 1 / 3;
  padding-left: 12px;
}

.project-products-head span:last-child {
  padding-left: 12px;
}

.project-product-row {
  min-height: 62px;
  border-top: 1px solid #e3e6e7;
}

.project-product-row > img {
  width: 80px;
  height: 54px;
  margin-left: 5px;
  display: block;
  object-fit: contain;
  background: #f2f3f3;
}

.project-product-copy {
  min-width: 0;
  padding: 7px 12px 7px 7px;
  display: flex;
  flex-direction: column;
}

.project-product-copy strong {
  font-size: 12px;
}

.project-product-copy span {
  color: #667075;
  font-size: 10px;
}

.project-product-row label {
  margin: 0;
}

.project-product-row input,
.project-product-row select,
.project-field-grid input,
.project-field-grid select,
.project-field-grid textarea,
.project-field-wide textarea {
  width: 100%;
  min-height: 39px;
  box-sizing: border-box;
  border: 1px solid #cad0d3;
  border-radius: 0;
  outline: none;
  background: #fff;
  color: var(--site-black);
  font-size: 11px;
}

.project-product-row input,
.project-product-row select,
.project-field-grid input,
.project-field-grid select {
  padding: 9px 11px;
}

.project-field-grid textarea,
.project-field-wide textarea {
  padding: 10px 11px;
  line-height: 1.45;
  resize: vertical;
}

.project-product-row input:focus,
.project-product-row select:focus,
.project-field-grid input:focus,
.project-field-grid select:focus,
.project-field-grid textarea:focus,
.project-field-wide textarea:focus {
  border-color: var(--site-red);
  box-shadow: 0 0 0 2px rgba(237, 28, 36, .1);
}

.project-product-remove {
  border: 0;
  background: transparent;
  color: #4e565a;
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}

.project-product-remove:hover {
  color: var(--site-red);
}

.project-add-product {
  margin: 9px 0 16px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--site-red);
  font-size: 11px;
  text-decoration: underline;
  cursor: pointer;
}

.project-add-product span {
  margin-right: 7px;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  vertical-align: -2px;
}

.project-product-row-new {
  grid-template-columns: 92px minmax(0, 1fr) 172px 32px;
}

.project-new-product-icon {
  color: var(--site-red);
  font-size: 26px;
  text-align: center;
}

.project-new-product-select {
  padding-right: 12px;
}

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

.project-field-grid label,
.project-field-wide {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #22272a;
  font-size: 11px;
  font-weight: 700;
}

.project-field-grid label > span,
.project-field-wide > span {
  min-height: 16px;
}

.project-field-grid label > span small,
.project-field-wide > span small {
  color: #727a7e;
  font-size: 10px;
  font-weight: 400;
}

.project-field-grid label > span em,
.project-field-wide > span em {
  color: var(--site-red);
  font-style: normal;
}

.project-field-wide {
  margin-top: 14px;
}

.project-contact-card {
  padding-bottom: 22px;
}

.start-project-side {
  padding-top: 27px;
  display: grid;
  gap: 22px;
}

.project-inquiry-summary {
  padding: 24px 24px 20px;
  position: sticky;
  top: 18px;
  color: var(--site-white);
  background: linear-gradient(140deg, #171c1f 0%, #20272b 100%);
  box-shadow: 0 15px 30px rgba(8, 12, 14, .12);
}

.project-inquiry-summary h2 {
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #667074;
  font-family: var(--site-display);
  font-size: 23px;
  letter-spacing: .03em;
}

.project-inquiry-summary dl {
  margin: 13px 0 0;
  padding-bottom: 14px;
  border-bottom: 1px solid #667074;
}

.project-inquiry-summary dl > div {
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 11px;
}

.project-inquiry-summary dd {
  margin: 0;
  font-weight: 700;
  text-align: right;
}

.project-inquiry-summary ul {
  margin: 19px 0;
  padding: 0;
  display: grid;
  gap: 16px;
  list-style: none;
}

.project-inquiry-summary li {
  display: grid;
  grid-template-columns: 35px 1fr;
  align-items: center;
  gap: 9px;
}

.project-inquiry-summary li > span {
  color: #fff;
  font-size: 25px;
  line-height: 1;
  text-align: center;
}

.project-inquiry-summary li p {
  margin: 0;
  color: #d3d8da;
  font-size: 11px;
  line-height: 1.45;
}

.project-inquiry-summary > button {
  width: 100%;
  min-height: 49px;
  padding: 0 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  border: 0;
  background: var(--site-red);
  color: #fff;
  font-family: var(--site-display);
  font-size: 16px;
  letter-spacing: .025em;
  cursor: pointer;
}

.project-inquiry-summary > button:hover {
  background: #c91219;
}

.project-inquiry-summary > button span {
  font-family: var(--site-body);
  font-size: 25px;
  font-weight: 300;
}

.project-inquiry-summary > small {
  margin-top: 8px;
  display: block;
  color: #9da6aa;
  font-size: 9px;
}

.project-switch-card {
  padding: 20px;
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: start;
  gap: 12px;
  border: 1px solid #ccd2d4;
  background: rgba(255, 255, 255, .76);
  color: var(--site-black);
  text-align: left;
  cursor: pointer;
}

.project-switch-card > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.project-switch-icon {
  font-size: 36px;
  line-height: 1;
}

.project-switch-card b {
  margin-top: 7px;
  color: var(--site-red);
  font-size: 11px;
  font-weight: 500;
  text-decoration: underline;
}

@media (max-width: 980px) {
  .site-hero-copy {
    width: min(780px, 86%);
  }

  .product-category-grid,
  .technical-grid,
  .capability-grid,
  .requirement-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-list,
  .process-list.vertical {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-list li:nth-child(3n) {
    border-right: 0;
  }

  .process-list li:nth-child(n + 4) {
    border-top: 1px solid #3b4245;
  }

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

  .project-summary {
    position: static;
  }
}

@media (max-width: 820px) {
  body {
    background: var(--site-white);
  }

  .site-page {
    box-shadow: none;
  }

  .site-header {
    height: 57px;
    padding-inline: 18px;
  }

  .site-header .contact-logo {
    font-size: 23px;
  }

  .site-header .contact-logo .brand-slash {
    width: auto;
    height: auto;
  }

  .site-header .contact-project {
    width: auto;
    height: 36px;
    padding-inline: 13px;
  }

  .site-hero {
    min-height: 390px;
    background-image:
      linear-gradient(90deg, rgba(8, 12, 14, .74) 0%, rgba(8, 12, 14, .5) 100%),
      var(--hero-image);
  }

  .site-hero.home-hero {
    min-height: 470px;
  }

  .site-hero-copy {
    width: 100%;
  }

  .hero-words {
    display: none;
  }

  .site-section-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 20px;
  }

  .home-about {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .home-about figure {
    min-height: 390px;
  }

  .solution-grid,
  .detail-grid,
  .application-grid {
    grid-template-columns: 1fr;
  }

  .solution-card {
    min-height: 420px;
  }

  .home-solutions .solution-card {
    min-height: 330px;
  }

  .home-engineering-block {
    grid-template-columns: .8fr 1.2fr;
  }

  .engineering-points {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .engineering-points .site-button {
    grid-column: 1 / -1;
  }

  .solution-card + .solution-card {
    border-top: 1px solid var(--site-line);
    border-left: 0;
  }

  .benefit-list,
  .start-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-final-cta {
    min-height: 360px;
    justify-content: center;
    background:
      linear-gradient(90deg, rgba(7, 11, 13, .95) 0%, rgba(7, 11, 13, .78) 72%, rgba(7, 11, 13, .58) 100%),
      var(--home-cta-image) 62% center / cover no-repeat;
  }
}

@media (max-width: 560px) {
  .site-hero {
    min-height: 450px;
    padding-bottom: 52px;
  }

  .site-hero h1 {
    font-size: clamp(44px, 15vw, 68px);
  }

  .site-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .site-button {
    width: 100%;
  }

  .site-section {
    padding-block: 58px;
  }

  .home-about {
    padding: 54px 22px;
  }

  .home-about-copy h2 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .home-about-copy ul {
    grid-template-columns: 1fr;
  }

  .home-about-copy li + li {
    padding-left: 0;
    border-left: 0;
  }

  .home-about figure {
    min-height: 320px;
  }

  .home-solutions .solution-card {
    min-height: 340px;
    padding: 22px 18px 18px;
  }

  .home-solutions .solution-card > span {
    top: 20px;
    left: 18px;
    font-size: 36px;
  }

  .home-solutions .solution-card p {
    display: block;
  }

  .home-solutions .solution-card-copy {
    width: min(90%, 390px);
    padding: 0;
  }

  .home-solutions {
    padding-top: 34px;
  }

  .home-engineering-block {
    padding: 28px 22px;
    grid-template-columns: 1fr;
  }

  .engineering-visual {
    height: 250px;
  }

  .engineering-points {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .engineering-points .site-button {
    grid-column: auto;
  }

  .product-category-grid,
  .technical-grid,
  .capability-grid,
  .requirement-grid,
  .benefit-list,
  .start-options {
    grid-template-columns: 1fr;
  }

  .product-category img {
    height: 320px;
  }

  .technical-grid span,
  .capability-grid span,
  .requirement-grid span {
    margin-bottom: 28px;
  }

  .technical-grid article,
  .capability-grid article,
  .requirement-grid article,
  .detail-grid article,
  .application-grid article {
    min-height: 170px;
  }

  .process-list,
  .process-list.vertical {
    grid-template-columns: 1fr;
  }

  .process-list li,
  .process-list li:nth-child(3n) {
    min-height: 100px;
    border-right: 0;
    border-top: 1px solid #3b4245;
  }

  .process-list li:first-child {
    border-top: 0;
  }

  .contact-header .contact-project {
    padding-inline: 11px;
  }

  .site-footer nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 22px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

/* Manufacturing page */

.manufacturing-hero {
  min-height: var(--interior-hero-height);
  background-position: center, center;
}

.manufacturing-hero .site-hero-copy {
  width: min(610px, 64%);
}

.manufacturing-hero h1 {
  font-size: clamp(58px, 7.2vw, 92px);
}

.manufacturing-technical-paper {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fbfcfb;
}

.manufacturing-technical-paper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .42;
  background-image:
    linear-gradient(rgba(52, 68, 74, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(52, 68, 74, .035) 1px, transparent 1px),
    linear-gradient(90deg, transparent 49.8%, rgba(237, 28, 36, .055) 50%, transparent 50.2%);
  background-size: 28px 28px, 28px 28px, 100% 100%;
}

.manufacturing-overview .site-section-head,
.manufacturing-process .site-section-head,
.manufacturing-capabilities .site-section-head,
.manufacturing-journey .site-section-head,
.manufacturing-services .site-section-head {
  margin-bottom: 36px;
}

.manufacturing-overview .site-section-head h2,
.manufacturing-process .site-section-head h2,
.manufacturing-capabilities .site-section-head h2,
.manufacturing-journey .site-section-head h2,
.manufacturing-services .site-section-head h2 {
  font-size: clamp(38px, 4.6vw, 60px);
}

.manufacturing-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  border-top: 1px solid var(--site-line);
  border-bottom: 1px solid var(--site-line);
}

.manufacturing-overview-grid > figure {
  min-width: 0;
  height: 430px;
  margin: 0;
  overflow: hidden;
  position: relative;
  background: var(--site-charcoal);
}

.manufacturing-overview-grid > figure::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset -42px 0 55px rgba(8, 12, 14, .18);
  pointer-events: none;
}

.manufacturing-overview-grid > figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 62% center;
}

.manufacturing-overview-grid > ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid var(--site-line);
  background: rgba(255, 255, 255, .9);
}

.manufacturing-overview-grid li {
  min-height: 107px;
  padding: 20px 22px;
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--site-line);
}

.manufacturing-overview-grid li:last-child {
  border-bottom: 0;
}

.manufacturing-overview-grid li > span,
.manufacturing-capability-grid article span,
.manufacturing-service-grid article span {
  color: var(--site-red);
  font: 900 12px/1 monospace;
  letter-spacing: .1em;
}

.manufacturing-overview-grid h3,
.manufacturing-process-scenes h3,
.manufacturing-capability-grid h3,
.manufacturing-journey-track h3,
.manufacturing-service-grid h3 {
  margin: 0;
  font-family: var(--site-display);
  font-weight: 900;
  line-height: 1.02;
  text-transform: uppercase;
}

.manufacturing-overview-grid h3 {
  font-size: 23px;
}

.manufacturing-overview-grid p,
.manufacturing-process-scenes p,
.manufacturing-capability-grid p,
.manufacturing-journey-track p,
.manufacturing-service-grid p {
  margin: 7px 0 0;
  color: var(--site-gray);
  font-size: 12px;
  line-height: 1.5;
}

.manufacturing-process {
  padding-bottom: 0;
  overflow: hidden;
}

.manufacturing-process-steps {
  margin: 0 0 38px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  list-style: none;
  border-top: 1px solid #3b4448;
  border-bottom: 1px solid #3b4448;
}

.manufacturing-process-steps li {
  min-height: 100px;
  padding: 20px 24px 18px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.manufacturing-process-steps li:not(:last-child)::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 12px;
  color: #778084;
  font-size: 22px;
  transform: translateY(-50%);
}

.manufacturing-process-steps b {
  color: var(--site-red);
  font: 900 24px/1 var(--site-display);
}

.manufacturing-process-steps span {
  padding-right: 22px;
  color: #e8ebec;
  font-family: var(--site-display);
  font-size: 15px;
  line-height: 1.05;
  text-transform: uppercase;
}

.manufacturing-process-scenes {
  margin-inline: calc(clamp(24px, 6vw, 72px) * -1);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #424a4e;
}

.manufacturing-process-scenes figure {
  min-width: 0;
  margin: 0;
  border-right: 1px solid #424a4e;
  background: #101517;
}

.manufacturing-process-scenes figure:last-child {
  border-right: 0;
}

.manufacturing-process-scenes img {
  width: 100%;
  height: 250px;
  display: block;
  object-fit: cover;
  filter: saturate(.76) contrast(1.08);
}

.manufacturing-process-scenes .scene-left img {
  object-position: 16% center;
}

.manufacturing-process-scenes .scene-center img {
  object-position: 52% center;
}

.manufacturing-process-scenes .scene-right img {
  object-position: 65% center;
}

.manufacturing-process-scenes figcaption {
  min-height: 105px;
  padding: 20px clamp(24px, 4vw, 42px) 24px;
}

.manufacturing-process-scenes h3 {
  color: var(--site-white);
  font-size: 23px;
}

.manufacturing-process-scenes p {
  color: #aeb5b8;
}

.manufacturing-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--site-line);
  border-left: 1px solid var(--site-line);
  background: var(--site-white);
}

.manufacturing-capability-grid article {
  min-width: 0;
  position: relative;
  border-right: 1px solid var(--site-line);
  border-bottom: 1px solid var(--site-line);
  background: rgba(255, 255, 255, .94);
}

.manufacturing-capability-grid article::after {
  content: "";
  width: 42px;
  height: 12px;
  position: absolute;
  right: 16px;
  bottom: 18px;
  border-right: 1px solid rgba(237, 28, 36, .48);
  border-bottom: 1px solid rgba(237, 28, 36, .48);
}

.manufacturing-capability-grid figure {
  height: 205px;
  margin: 0;
  overflow: hidden;
  background: #edf0f0;
}

.manufacturing-capability-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.75) contrast(1.04);
}

.manufacturing-capability-grid img[src*="ref-"] {
  padding: 10px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.manufacturing-capability-grid article > div {
  min-height: 150px;
  padding: 22px 22px 26px;
}

.manufacturing-capability-grid h3 {
  margin-top: 13px;
  font-size: 25px;
}

.manufacturing-capability-grid p {
  max-width: 260px;
  padding-right: 24px;
}

.manufacturing-journey {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.manufacturing-journey::after {
  content: "";
  width: 360px;
  height: 260px;
  position: absolute;
  right: -90px;
  bottom: -45px;
  z-index: -1;
  opacity: .08;
  background: url('/media/ref-engineering-visual.png') center / contain no-repeat;
  filter: invert(1) grayscale(1);
}

.manufacturing-journey-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.manufacturing-journey-track::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 4%;
  left: 4%;
  height: 1px;
  background: #596267;
}

.manufacturing-journey-track article {
  min-width: 0;
  position: relative;
}

.journey-marker {
  height: 35px;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.journey-marker b {
  min-width: 34px;
  position: relative;
  z-index: 1;
  display: inline-block;
  background: var(--site-charcoal);
  color: var(--site-red);
  font: 900 25px/1 var(--site-display);
}

.manufacturing-journey-track figure {
  height: 190px;
  margin: 0 0 20px;
  overflow: hidden;
  border: 1px solid #50595d;
  background: #eef0f0;
}

.manufacturing-journey-track img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.68) contrast(1.06);
}

.manufacturing-journey-track img[src*="ref-"] {
  padding: 8px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.manufacturing-journey-track h3 {
  color: var(--site-white);
  font-size: 24px;
}

.manufacturing-journey-track p {
  max-width: 210px;
  color: #adb5b8;
}

.manufacturing-services {
  background: var(--site-white);
}

.manufacturing-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--site-line);
  border-left: 1px solid var(--site-line);
}

.manufacturing-service-grid article {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--site-line);
  border-bottom: 1px solid var(--site-line);
  background: var(--site-white);
}

.manufacturing-service-grid article > div {
  min-height: 175px;
  padding: 24px 22px;
}

.manufacturing-service-grid h3 {
  margin-top: 15px;
  font-size: 24px;
}

.manufacturing-service-grid img {
  width: 100%;
  height: 175px;
  margin-top: auto;
  display: block;
  object-fit: cover;
  border-top: 1px solid var(--site-line);
  filter: saturate(.72) contrast(1.04);
}

.manufacturing-service-grid img[src*="ref-"] {
  padding: 10px;
  object-fit: contain;
  background: #f0f2f2;
  mix-blend-mode: multiply;
}

.manufacturing-final-cta {
  min-height: 345px;
  padding: 64px clamp(24px, 6vw, 72px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  color: var(--site-white);
  background-image:
    linear-gradient(90deg, rgba(8, 12, 14, .78) 0%, rgba(8, 12, 14, .52) 48%, rgba(8, 12, 14, .08) 100%),
    var(--manufacturing-cta-image);
  background-position: center;
  background-size: cover;
}

.manufacturing-final-cta::after {
  content: "";
  width: 86px;
  height: 3px;
  position: absolute;
  left: clamp(24px, 6vw, 72px);
  bottom: 0;
  background: var(--site-red);
}

.manufacturing-final-cta > div {
  width: min(640px, 70%);
}

.manufacturing-final-cta h2 {
  margin: 0;
  font-family: var(--site-display);
  font-size: clamp(42px, 5.5vw, 70px);
  line-height: .93;
  text-transform: uppercase;
}

.manufacturing-final-cta p {
  max-width: 520px;
  margin: 18px 0 28px;
  color: #c6ccce;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .manufacturing-overview-grid {
    grid-template-columns: 1fr;
  }

  .manufacturing-overview-grid > ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-left: 0;
  }

  .manufacturing-overview-grid li:nth-child(odd) {
    border-right: 1px solid var(--site-line);
  }

  .manufacturing-process-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .manufacturing-process-steps li:nth-child(n + 4) {
    border-top: 1px solid #3b4448;
  }

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

  .manufacturing-journey-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 16px;
  }

  .manufacturing-journey-track::before {
    display: none;
  }
}

@media (max-width: 820px) {
  .manufacturing-hero .site-hero-copy,
  .manufacturing-final-cta > div {
    width: 100%;
  }

  .manufacturing-overview-grid > figure {
    height: 340px;
  }

  .manufacturing-process-scenes {
    grid-template-columns: 1fr;
  }

  .manufacturing-process-scenes figure {
    border-right: 0;
    border-bottom: 1px solid #424a4e;
  }

  .manufacturing-process-scenes img {
    height: 280px;
  }
}

@media (max-width: 560px) {
  .manufacturing-hero h1 {
    font-size: clamp(44px, 14vw, 64px);
  }

  .manufacturing-overview-grid > figure {
    height: 270px;
  }

  .manufacturing-overview-grid > ol,
  .manufacturing-process-steps,
  .manufacturing-capability-grid,
  .manufacturing-journey-track,
  .manufacturing-service-grid {
    grid-template-columns: 1fr;
  }

  .manufacturing-overview-grid li:nth-child(odd) {
    border-right: 0;
  }

  .manufacturing-process-steps li {
    min-height: 82px;
    padding-right: 12px;
    border-top: 1px solid #3b4448;
  }

  .manufacturing-process-steps li:first-child {
    border-top: 0;
  }

  .manufacturing-process-steps li:not(:last-child)::after {
    right: 2px;
  }

  .manufacturing-process-scenes img {
    height: 230px;
  }

  .manufacturing-capability-grid figure,
  .manufacturing-journey-track figure,
  .manufacturing-service-grid img {
    height: 220px;
  }

  .manufacturing-final-cta {
    min-height: 420px;
    align-items: flex-end;
    background-position: 68% center;
  }
}

/* Brand partnership page */

.brand-partnership-page {
  background: var(--site-white);
  color: var(--site-black);
}

.brand-page-kicker {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #30373a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1.3;
  text-transform: uppercase;
}

.brand-page-kicker::before {
  content: "";
  width: 17px;
  height: 3px;
  flex: 0 0 auto;
  background: var(--site-red);
}

.brand-partnership-page h1,
.brand-partnership-page h2,
.brand-partnership-page h3 {
  margin: 0;
  font-family: var(--site-body);
  font-weight: 800;
  letter-spacing: -.03em;
}

.brand-partnership-page h1 span,
.brand-partnership-page h2 span {
  color: var(--site-red);
}

.brand-hero {
  min-height: var(--interior-hero-height);
  padding: 58px 68px 42px;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--site-white);
  background-image:
    linear-gradient(90deg, rgba(7, 13, 16, .78) 0%, rgba(7, 13, 16, .54) 37%, rgba(7, 13, 16, .07) 70%),
    var(--brand-hero-image);
  background-position: center, center;
  background-size: cover, cover;
}

.brand-hero::after {
  content: "";
  position: absolute;
  right: 8%;
  bottom: 42px;
  width: 82px;
  height: 42px;
  z-index: -1;
  border-right: 3px solid var(--site-red);
  border-bottom: 3px solid var(--site-red);
  transform: skew(-22deg);
  opacity: .85;
}

.brand-hero-copy {
  width: min(540px, 55%);
  position: relative;
  z-index: 1;
}

.brand-hero .brand-page-kicker {
  color: var(--site-white);
  font-size: 12px;
  font-weight: 500;
}

.brand-hero h1 {
  font-size: clamp(48px, 5.6vw, 72px);
  line-height: .95;
  text-transform: uppercase;
}

.brand-hero-copy > p {
  max-width: 485px;
  margin: 16px 0 24px;
  color: rgba(255, 255, 255, .94);
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.28;
}

.brand-proof-points {
  max-width: 510px;
  margin: 0 0 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.brand-proof-points > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
}

.brand-proof-points span {
  color: var(--site-white);
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.brand-proof-points strong {
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.brand-button {
  min-height: 45px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--site-red);
  color: var(--site-white);
  font-size: 12px;
  font-weight: 800;
  transition: background-color .18s ease, transform .18s ease;
}

.brand-button:hover {
  background: #c91219;
  transform: translateY(-1px);
}

.brand-section {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #edf0f1;
  background: var(--site-white);
}

.brand-copy-panel {
  position: relative;
  z-index: 1;
}

.brand-copy-panel h2,
.brand-products h2 {
  max-width: 540px;
  font-size: clamp(34px, 4vw, 51px);
  line-height: .96;
  text-transform: none;
}

.brand-copy-panel > p {
  max-width: 560px;
  margin: 18px 0 24px;
  color: #3f474b;
  font-size: 15px;
  line-height: 1.55;
}

.brand-partnership-overview {
  min-height: 500px;
  display: grid;
  grid-template-columns: 48% 52%;
  grid-template-rows: 1fr auto;
}

.brand-partnership-overview .brand-copy-panel {
  padding: 58px 52px 20px 68px;
}

.brand-partnership-visual {
  min-height: 500px;
  padding: 42px 30px 32px;
  position: relative;
  grid-column: 2;
  grid-row: 1 / 3;
  overflow: hidden;
  background: #fff;
}

.brand-region-image img,
.brand-other-markets figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.brand-market-products {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.brand-market-products-head {
  padding: 0 4px 24px;
}

.brand-market-products-head h2 {
  max-width: 440px;
  margin-top: 12px;
  font-size: clamp(36px, 3.4vw, 48px);
  line-height: .92;
}

.brand-market-products-head h2 span {
  color: var(--site-red);
}

.brand-market-products-head > p {
  max-width: 430px;
  margin: 13px 0 0;
  color: #50585c;
  font-size: 13px;
  line-height: 1.45;
}

.brand-floating-products {
  min-height: 0;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: minmax(250px, 1fr);
  gap: 11px;
}

.brand-floating-products > a {
  min-width: 0;
  min-height: 250px;
  padding: 22px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .45);
  background: #151b1e;
  box-shadow: 0 12px 28px rgba(7, 13, 16, .18);
  color: var(--site-white);
  transition: transform .18s ease, background-color .18s ease;
}

.brand-floating-products > a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(7, 11, 13, .62) 100%);
}

.brand-floating-products > a img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  filter: saturate(.78) contrast(1.07);
  transition: transform .25s ease;
}

.brand-floating-product-1 img { object-position: 34% 48%; }
.brand-floating-product-2 img { object-position: 66% 52%; }
.brand-floating-product-3 img { object-position: 50% 38%; }
.brand-floating-product-4 img { object-position: 50% 62%; }

.brand-floating-products > a:hover {
  z-index: 2;
  transform: translateY(-3px);
}

.brand-floating-products > a:hover img {
  transform: scale(1.035);
}

.brand-floating-products > a > span {
  position: absolute;
  top: 13px;
  left: 14px;
  z-index: 1;
  color: var(--site-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.brand-floating-products > a > div {
  position: relative;
  z-index: 1;
  padding-bottom: 44px;
}

.brand-product-proof {
  display: block;
  margin-bottom: 8px;
  color: var(--site-red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}

.brand-floating-products h3 {
  padding-right: 24px;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.1;
}

.brand-floating-products p {
  max-width: 280px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .75);
  font-size: 12px;
  line-height: 1.4;
}

.brand-floating-products b {
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 1;
  min-width: 132px;
  min-height: 36px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--site-red);
  color: #fff;
  font-size: 10px;
  letter-spacing: .08em;
  line-height: 1;
  transition: background-color .18s ease, transform .18s ease;
}

.brand-floating-products > a:hover b {
  background: #d90f19;
  transform: translateX(3px);
}

.brand-stats {
  padding: 8px 52px 48px 68px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.brand-stats > div {
  min-width: 0;
  padding: 0 20px;
  border-left: 1px solid var(--site-line);
}

.brand-stats > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.brand-stats strong,
.brand-stats span {
  display: block;
}

.brand-stats strong {
  color: var(--site-red);
  font-size: 23px;
  line-height: 1.05;
}

.brand-stats span {
  margin-top: 4px;
  color: #5e666a;
  font-size: 11px;
}

.brand-region-section {
  min-height: 465px;
  display: grid;
  grid-template-columns: 24% 31% 45%;
  grid-template-areas: "image map copy";
  background: #fafafa;
}

.brand-region-section .brand-copy-panel {
  padding: 54px 68px 48px 42px;
  grid-area: copy;
}

.brand-benefit-list {
  display: grid;
  gap: 11px;
}

.brand-benefit-list article {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: start;
  gap: 10px;
}

.brand-benefit-list article > span {
  color: var(--site-black);
  font-size: 28px;
  line-height: 1;
  text-align: center;
}

.brand-benefit-list h3 {
  margin-bottom: 2px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.15;
}

.brand-benefit-list p {
  margin: 0;
  color: #5c6468;
  font-size: 12px;
  line-height: 1.35;
}

.brand-region-map {
  padding: 32px 28px 28px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  background-color: #fff;
  background-image: var(--brand-region-map-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  grid-area: map;
}

.brand-region-map::before,
.brand-region-map::after {
  content: none;
}

.brand-region-map::before {
  width: 250px;
  height: 165px;
  top: 85px;
  left: 18px;
}

.brand-region-map::after {
  width: 185px;
  height: 110px;
  top: 116px;
  left: 72px;
}

.brand-region-map > strong {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 10px 12px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 5px 18px rgba(17, 23, 26, .08);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.brand-map-line {
  width: 34px;
  height: 3px;
  margin-top: 12px;
  position: relative;
  z-index: 1;
  background: var(--site-red);
}

.brand-region-map > div {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 12px 10px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 5px 18px rgba(17, 23, 26, .07);
}

.brand-region-map small {
  padding-left: 8px;
  display: block;
  border-left: 1px solid #c8ced0;
  color: #3e4649;
  font-size: 9px;
  line-height: 1.25;
}

.brand-region-image {
  min-height: 465px;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #dce1e2;
  grid-area: image;
}

.brand-region-image::after {
  content: "";
  width: 110px;
  height: 130%;
  position: absolute;
  right: -78px;
  bottom: -28%;
  background: rgba(237, 28, 36, .82);
  transform: rotate(18deg);
}

.brand-region-image img {
  object-position: 48% 22%;
  filter: saturate(.8) contrast(1.03);
}

.brand-region-cta {
  margin-top: 22px;
}

.brand-other-markets {
  min-height: 440px;
  display: grid;
  grid-template-columns: 48% 52%;
}

.brand-other-markets .brand-copy-panel {
  padding: 52px 48px 42px 68px;
}

.brand-other-markets figure {
  min-height: 440px;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #d8ddde;
}

.brand-other-markets figure img {
  object-position: center;
  filter: saturate(.8) contrast(1.06) brightness(.92);
}

.brand-other-markets figure::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(7, 13, 16, .5) 0%, rgba(7, 13, 16, .16) 44%, transparent 72%);
}

.brand-other-markets figure::after {
  content: "";
  width: 145px;
  height: 125%;
  position: absolute;
  right: -96px;
  bottom: -22%;
  background: rgba(237, 28, 36, .72);
  transform: rotate(20deg);
  z-index: 1;
}

.brand-other-markets figcaption {
  position: absolute;
  top: 50px;
  left: 48px;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.brand-other-markets figcaption::after {
  content: "";
  width: 30px;
  height: 3px;
  margin-top: 12px;
  display: block;
  background: var(--site-red);
}

.brand-products {
  padding: 46px 68px 56px;
  background:
    linear-gradient(rgba(255, 255, 255, .96), rgba(255, 255, 255, .96)),
    repeating-linear-gradient(0deg, transparent 0 39px, rgba(31, 45, 51, .04) 40px),
    repeating-linear-gradient(90deg, transparent 0 39px, rgba(31, 45, 51, .04) 40px);
}

.brand-products-head {
  margin-bottom: 26px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .75fr) auto;
  align-items: end;
  gap: 34px;
}

.brand-products-head > p {
  margin: 0;
  color: #50585c;
  font-size: 14px;
  line-height: 1.5;
}

.brand-products-link {
  align-self: start;
  color: #252c2f;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

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

.brand-product-grid > a {
  min-width: 0;
  border: 1px solid #e3e6e7;
  background: rgba(255, 255, 255, .94);
  transition: transform .18s ease, box-shadow .18s ease;
}

.brand-product-grid > a:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(14, 18, 20, .1);
}

.brand-product-grid figure {
  height: 150px;
  margin: 0;
  overflow: hidden;
  background: #f0f2f2;
}

.brand-product-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 38%;
  filter: saturate(.72) contrast(1.04);
}

.brand-product-grid .product-image-2 img,
.brand-product-grid .product-image-4 img {
  object-position: 68% center;
}

.brand-product-grid > a > div {
  min-height: 78px;
  padding: 12px 14px 14px;
  position: relative;
}

.brand-product-grid h3 {
  padding-right: 20px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.2;
}

.brand-product-grid p {
  margin: 3px 0 0;
  color: #6a7174;
  font-size: 11px;
}

.brand-product-grid b {
  position: absolute;
  right: 14px;
  bottom: 15px;
  color: var(--site-red);
  font-size: 19px;
  line-height: 1;
}

@media (max-width: 980px) {
  .brand-hero-copy {
    width: min(620px, 68%);
  }

  .brand-partnership-overview .brand-copy-panel,
  .brand-region-section .brand-copy-panel,
  .brand-other-markets .brand-copy-panel {
    padding-left: 48px;
  }

  .brand-stats {
    padding-left: 48px;
  }

  .brand-region-section {
    grid-template-columns: 46% 54%;
    grid-template-areas: "image copy";
  }

  .brand-region-map {
    display: none;
  }

  .brand-products {
    padding-inline: 48px;
  }

  .brand-products-head {
    grid-template-columns: 1fr .8fr;
  }

  .brand-products-link {
    grid-column: 2;
  }
}

@media (max-width: 820px) {
  .brand-hero {
    min-height: 390px;
    padding: 58px 32px 42px;
  }

  .brand-hero-copy {
    width: 82%;
  }

  .brand-partnership-overview,
  .brand-other-markets {
    grid-template-columns: 1fr;
  }

  .brand-partnership-overview .brand-copy-panel,
  .brand-region-section .brand-copy-panel,
  .brand-other-markets .brand-copy-panel {
    padding: 48px 32px 30px;
  }

  .brand-partnership-visual {
    min-height: 470px;
    padding: 36px 28px 30px;
    grid-column: 1;
    grid-row: auto;
  }

  .brand-stats {
    padding: 14px 32px 44px;
  }

  .brand-region-section {
    grid-template-columns: 42% 58%;
    grid-template-areas: "image copy";
  }

  .brand-region-image {
    min-height: 520px;
  }

  .brand-other-markets figure {
    min-height: 340px;
  }

  .brand-products {
    padding: 44px 32px 50px;
  }

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

@media (max-width: 560px) {
  .brand-hero {
    min-height: 520px;
    padding: 48px 22px 36px;
    align-items: flex-end;
  }

  .brand-hero-copy {
    width: 100%;
  }

  .brand-hero h1 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .brand-hero-copy > p {
    font-size: 18px;
  }

  .brand-proof-points {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .brand-proof-points span {
    font-size: 22px;
  }

  .brand-copy-panel h2,
  .brand-products h2 {
    font-size: 36px;
  }

  .brand-partnership-overview .brand-copy-panel,
  .brand-region-section .brand-copy-panel,
  .brand-other-markets .brand-copy-panel {
    padding: 42px 22px 28px;
  }

  .brand-stats {
    padding: 12px 22px 38px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .brand-stats > div,
  .brand-stats > div:first-child {
    padding: 0 0 0 13px;
    border-left: 2px solid var(--site-red);
  }

  .brand-partnership-visual {
    min-height: 440px;
    padding: 32px 18px 24px;
  }

  .brand-market-products-head {
    padding-bottom: 20px;
  }

  .brand-market-products-head h2 {
    font-size: 34px;
  }

  .brand-market-products-head > p {
    font-size: 12px;
  }

  .brand-floating-products {
    grid-template-rows: minmax(210px, 1fr);
    gap: 8px;
  }

  .brand-floating-products > a {
    min-height: 210px;
    padding: 13px;
  }

  .brand-floating-products h3 {
    font-size: 20px;
  }

  .brand-floating-products p {
    font-size: 10px;
  }

  .brand-region-section {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "image";
  }

  .brand-region-image {
    min-height: 330px;
  }

  .brand-products {
    padding: 40px 22px 46px;
  }

  .brand-products-head {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .brand-products-link {
    grid-column: auto;
  }

  .brand-product-grid {
    grid-template-columns: 1fr;
  }

  .brand-product-grid figure {
    height: 220px;
  }
}

@media (max-width: 900px) {
  .project-type-step,
  .start-project-layout {
    grid-template-columns: 1fr;
  }

  .start-project-side {
    padding-top: 0;
    grid-template-columns: minmax(0, 1.1fr) minmax(250px, .9fr);
    align-items: start;
  }

  .project-inquiry-summary {
    position: static;
  }
}

@media (max-width: 680px) {
  .start-project-page {
    --project-gutter: 20px;
  }

  .start-project-hero {
    min-height: 230px;
    align-items: flex-end;
  }

  .start-project-hero-copy {
    width: 100%;
  }

  .start-project-hero-note {
    display: none;
  }

  .project-type-options,
  .project-field-grid,
  .start-project-side {
    grid-template-columns: 1fr;
  }

  .project-products-head {
    display: none;
  }

  .project-product-row,
  .project-product-row-new {
    padding: 10px;
    grid-template-columns: 72px minmax(0, 1fr) 26px;
    gap: 8px;
  }

  .project-product-row > img {
    width: 66px;
    height: 50px;
    margin: 0;
  }

  .project-product-row > label:not(.project-new-product-select) {
    grid-column: 2 / 3;
  }

  .project-product-row > .project-product-remove {
    grid-column: 3;
    grid-row: 1;
  }

  .project-new-product-icon {
    grid-row: 1 / 3;
  }

  .project-new-product-select {
    padding: 0;
  }
}

@media (max-width: 820px) {
  .home-engineering-block {
    height: auto;
    min-height: 0;
    padding: 34px 24px;
    grid-template-columns: .8fr 1.2fr;
  }

  .engineering-visual {
    height: 310px;
  }

  .engineering-points {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .engineering-points .site-button {
    width: 100%;
    margin-right: 0;
    grid-column: 1 / -1;
  }

  .engineering-side-note {
    display: none;
  }

  .home-products-head {
    grid-template-columns: 1fr 1fr;
  }

  .home-products-link {
    grid-column: 1 / -1;
  }

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

@media (max-width: 560px) {
  .home-engineering-block {
    padding: 34px 22px;
    grid-template-columns: 1fr;
  }

  .engineering-visual {
    height: 275px;
  }

  .engineering-points {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .engineering-points .site-button {
    grid-column: auto;
  }

  .home-product-showcase {
    padding: 30px 10px 12px;
  }

  .home-products-head {
    padding-inline: 12px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-products-link {
    grid-column: auto;
  }

  .home-product-grid {
    gap: 5px;
  }
}

/* Combined OEM + ODM page */
.oem-odm-page {
  background: #f4f6f6;
  color: var(--site-black);
}

.oem-odm-hero {
  height: var(--interior-hero-height);
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  overflow: hidden;
  color: #fff;
  background: #081014;
}

.oem-odm-hero-copy {
  width: min(59%, 650px);
  grid-area: 1 / 1;
  position: relative;
  z-index: 2;
  padding: 42px clamp(30px, 5vw, 60px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background: transparent;
}

.oem-odm-hero-copy::after {
  display: none;
}

.oem-odm-hero-copy .site-kicker {
  color: var(--site-red);
}

.oem-odm-hero-copy h1 {
  max-width: 530px;
  margin: 13px 0 14px;
  font-family: var(--site-display);
  font-size: clamp(40px, 5.2vw, 64px);
  line-height: .91;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.oem-odm-hero-copy > p {
  max-width: 470px;
  margin: 0 0 22px;
  color: #cbd3d6;
  font-size: 13px;
  line-height: 1.55;
}

.oem-odm-hero-copy .site-button {
  min-width: 190px;
  white-space: nowrap;
}

.oem-odm-hero-visual {
  min-width: 0;
  height: 100%;
  grid-area: 1 / 1;
  margin: 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.oem-odm-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 16, 20, .96) 0%, rgba(8, 16, 20, .88) 36%, rgba(8, 16, 20, .54) 57%, rgba(8, 16, 20, .13) 82%, rgba(8, 16, 20, .08) 100%),
    linear-gradient(180deg, rgba(5, 9, 11, .08) 56%, rgba(5, 9, 11, .46) 100%);
  pointer-events: none;
}

.oem-odm-hero-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 52%;
  filter: contrast(1.04) saturate(.82);
}

.oem-odm-hero-visual figcaption {
  position: absolute;
  right: 28px;
  bottom: 24px;
  z-index: 1;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
}

.oem-odm-overview,
.oem-odm-requirements,
.oem-odm-capabilities {
  padding: 68px clamp(28px, 5vw, 60px);
}

.oem-odm-overview {
  padding-top: 42px;
  padding-bottom: 54px;
}

.oem-odm-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  align-items: end;
  gap: 54px;
}

.oem-odm-overview .oem-odm-heading {
  align-items: start;
  column-gap: 54px;
  row-gap: 18px;
}

.oem-odm-heading .site-kicker {
  grid-column: 1 / -1;
  margin-bottom: -36px;
}

.oem-odm-overview .oem-odm-heading .site-kicker {
  margin-bottom: 0;
}

.oem-odm-overview .oem-odm-heading > p {
  padding-top: 2px;
}

.oem-odm-heading h1,
.oem-odm-heading h2,
.oem-odm-requirements-copy h2,
.oem-odm-process-content h2,
.oem-odm-cta h2 {
  margin: 0;
  font-family: var(--site-display);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: .92;
  text-transform: uppercase;
}

.oem-odm-heading h1 {
  font-size: clamp(46px, 5.8vw, 72px);
}

.oem-odm-heading h2,
.oem-odm-requirements-copy h2,
.oem-odm-cta h2 {
  font-size: clamp(40px, 5vw, 62px);
}

.oem-odm-heading > p,
.oem-odm-requirements-copy > p,
.oem-odm-cta p {
  margin: 0;
  color: var(--site-gray);
  font-size: 15px;
  line-height: 1.65;
}

.oem-odm-paths {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--site-line);
  background: var(--site-line);
}

.oem-odm-paths article {
  min-height: 310px;
  padding: 32px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: rgba(255, 255, 255, .94);
}

.oem-odm-paths article > img {
  width: 44%;
  height: 100%;
  position: absolute;
  inset: 0 0 0 auto;
  z-index: -1;
  object-fit: cover;
  opacity: .7;
}

.oem-odm-paths article::after {
  content: "";
  width: 52%;
  position: absolute;
  inset: 0 auto 0 0;
  z-index: -1;
  background: linear-gradient(90deg, #fff 75%, transparent);
}

.oem-odm-paths article > div {
  width: 68%;
  position: relative;
  z-index: 1;
}

.oem-odm-paths span {
  color: var(--site-red);
  font-family: var(--site-display);
  font-size: 46px;
  line-height: 1;
}

.oem-odm-paths b {
  margin-left: 12px;
  color: var(--site-red);
  font-size: 12px;
  letter-spacing: .14em;
}

.oem-odm-paths h2 {
  margin: 34px 0 14px;
  font-family: var(--site-display);
  font-size: clamp(28px, 3.1vw, 40px);
  line-height: .94;
}

.oem-odm-paths p {
  margin: 0;
  color: #5f686c;
  font-size: 13px;
  line-height: 1.55;
}

.oem-odm-requirements {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.58fr);
  gap: 46px;
  background: #fff;
}

.oem-odm-requirements-copy p {
  margin-top: 18px;
}

.oem-odm-requirement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--site-line);
  border-left: 1px solid var(--site-line);
}

.oem-odm-requirement-grid article {
  min-height: 154px;
  padding: 20px;
  border-right: 1px solid var(--site-line);
  border-bottom: 1px solid var(--site-line);
}

.oem-odm-requirement-grid article > span {
  color: var(--site-red);
  font-size: 29px;
  line-height: 1;
}

.oem-odm-requirement-grid h3 {
  margin: 22px 0 7px;
  font-size: 13px;
}

.oem-odm-requirement-grid p {
  margin: 0;
  color: var(--site-gray);
  font-size: 11px;
  line-height: 1.45;
}

.oem-odm-process {
  --process-overlap: clamp(120px, 15vw, 190px);
  min-height: clamp(720px, 84.9vw, 1018px);
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 43% 57%;
  background: #fff;
}

.oem-odm-process-visual {
  min-width: 0;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: visible;
  background: #111719;
}

.oem-odm-process-visual::after {
  content: "";
  position: absolute;
  inset: 0 calc(0px - var(--process-overlap)) 0 0;
  z-index: 1;
  background:
    linear-gradient(90deg, transparent 57%, rgba(255, 255, 255, .12) 68%, rgba(255, 255, 255, .76) 82%, #fff 92%),
    linear-gradient(180deg, transparent 52%, rgba(4, 8, 10, .64));
  pointer-events: none;
}

.oem-odm-process-image {
  position: absolute;
  inset: 0 calc(0px - var(--process-overlap)) 0 0;
  z-index: 0;
  overflow: hidden;
}

.oem-odm-process-image img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: 52% center;
  transition: transform .75s cubic-bezier(.2, .7, .2, 1), filter .45s ease;
}

.oem-odm-process:hover .oem-odm-process-image img {
  transform: scale(1.025);
  filter: contrast(1.04);
}

.oem-odm-process-visual-copy {
  position: absolute;
  left: clamp(28px, 4.5vw, 54px);
  right: clamp(42px, 7vw, 84px);
  bottom: 48px;
  z-index: 2;
  color: #fff;
}

.oem-odm-process-visual-copy > span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .16em;
}

.oem-odm-process-visual-copy > span::after {
  content: "";
  width: 34px;
  height: 2px;
  display: block;
  background: var(--site-red);
}

.oem-odm-process-visual-copy > strong {
  max-width: 420px;
  margin-top: 13px;
  display: block;
  font-family: var(--site-display);
  font-size: clamp(34px, 4vw, 52px);
  line-height: .92;
  text-transform: uppercase;
}

.oem-odm-process-visual-copy > p {
  margin: 26px 0 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #d8dfe1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: opacity .2s ease, transform .2s ease;
}

.oem-odm-process-visual-copy > p b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--site-red);
  color: #fff;
  font-size: 10px;
}

.oem-odm-process-content {
  padding: 42px clamp(28px, 5vw, 58px) 38px;
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .72) 54px, #fff 96px);
}

.oem-odm-process-content h2 {
  max-width: 620px;
  font-size: clamp(38px, 4.5vw, 57px);
}

.oem-odm-process-intro {
  margin: 15px 0 26px;
  color: var(--site-gray);
  font-size: 13px;
}

.oem-odm-process ol {
  margin: 0;
  padding: 0;
  position: relative;
  display: grid;
  list-style: none;
}

.oem-odm-process ol::before {
  content: "";
  width: 1px;
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 20px;
  background: #cbd1d3;
}

.oem-odm-process li {
  min-height: 77px;
  padding: 5px 12px 7px 0;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  position: relative;
  border-radius: 2px;
  cursor: pointer;
  transition: background .22s ease, box-shadow .22s ease, transform .22s ease;
}

.oem-odm-process li:hover,
.oem-odm-process li.active {
  background: #f1f4f4;
  box-shadow: inset 3px 0 0 var(--site-red);
  transform: translateX(6px);
}

.oem-odm-process li:focus-visible {
  outline: 2px solid var(--site-red);
  outline-offset: 3px;
}

.oem-odm-process li > b {
  width: 42px;
  height: 42px;
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  border: 5px solid #fff;
  border-radius: 50%;
  background: var(--site-red);
  color: #fff;
  font-size: 10px;
  transition: transform .22s ease, box-shadow .22s ease;
}

.oem-odm-process li:hover > b,
.oem-odm-process li.active > b {
  transform: scale(1.08);
  box-shadow: 0 0 0 5px rgba(239, 31, 43, .12);
}

.oem-odm-process li h3 {
  margin: 3px 0 4px;
  font-size: 13px;
}

.oem-odm-process li p {
  margin: 0;
  color: var(--site-gray);
  font-size: 11px;
  line-height: 1.4;
}

.oem-odm-capabilities {
  background: #f4f6f6;
}

.oem-odm-capabilities > div:last-child {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--site-line);
  border-left: 1px solid var(--site-line);
}

.oem-odm-capabilities article {
  min-height: 190px;
  padding: 25px;
  border-right: 1px solid var(--site-line);
  border-bottom: 1px solid var(--site-line);
  background: #fff;
}

.oem-odm-capabilities article > span {
  color: var(--site-red);
  font: 25px/1 var(--site-display);
}

.oem-odm-capabilities h3 {
  margin: 50px 0 8px;
  font-family: var(--site-display);
  font-size: 23px;
  line-height: 1;
  text-transform: uppercase;
}

.oem-odm-capabilities article p {
  margin: 0;
  color: var(--site-gray);
  font-size: 12px;
  line-height: 1.5;
}

.oem-odm-cta {
  min-height: 260px;
  padding: 54px clamp(28px, 5vw, 60px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(8, 12, 14, .78), rgba(8, 12, 14, .38)),
    url('/media/manufacturing-hero.png') center / cover;
}

.oem-odm-cta .site-kicker {
  color: var(--site-red);
}

.oem-odm-cta h2 {
  font-size: clamp(42px, 5.5vw, 68px);
}

.oem-odm-cta p {
  max-width: 680px;
  margin-top: 16px;
  color: #cbd1d3;
}

@media (max-width: 820px) {
  .oem-odm-hero {
    height: 390px;
    grid-template-columns: 1fr;
  }

  .oem-odm-hero-copy {
    width: 64%;
    padding: 32px 24px;
  }

  .oem-odm-hero-copy h1 {
    font-size: 39px;
  }

  .oem-odm-hero-copy > p {
    margin-bottom: 17px;
    font-size: 11px;
  }

  .oem-odm-overview,
  .oem-odm-requirements,
  .oem-odm-capabilities {
    padding: 52px 24px;
  }

  .oem-odm-heading,
  .oem-odm-requirements {
    grid-template-columns: 1fr;
  }

  .oem-odm-heading .site-kicker {
    margin-bottom: -34px;
  }

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

  .oem-odm-process {
    min-height: 720px;
    grid-template-columns: 42% 58%;
  }

  .oem-odm-process-content {
    padding: 34px 24px;
  }

  .oem-odm-process li {
    min-height: 70px;
  }

  .oem-odm-process-visual-copy > strong {
    font-size: 35px;
  }

  .oem-odm-capabilities > div:last-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .oem-odm-hero {
    height: 520px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .oem-odm-hero-copy,
  .oem-odm-hero-visual {
    grid-area: 1 / 1;
  }

  .oem-odm-hero-copy {
    width: 100%;
    justify-content: flex-end;
    padding: 170px 22px 30px;
    background: linear-gradient(180deg, rgba(8, 16, 20, .03), rgba(8, 16, 20, .76) 72%);
  }

  .oem-odm-hero-copy::after {
    display: none;
  }

  .oem-odm-hero-copy h1 {
    font-size: 42px;
  }

  .oem-odm-hero-visual::after {
    background: linear-gradient(180deg, transparent 38%, rgba(8, 16, 20, .68) 82%);
  }

  .oem-odm-hero-visual figcaption {
    display: none;
  }

  .oem-odm-paths,
  .oem-odm-requirement-grid,
  .oem-odm-capabilities > div:last-child {
    grid-template-columns: 1fr;
  }

  .oem-odm-paths article > div {
    width: 78%;
  }

  .oem-odm-process {
    --process-overlap: 0px;
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .oem-odm-process-visual {
    height: 520px;
    overflow: hidden;
  }

  .oem-odm-process-image {
    inset: 0;
  }

  .oem-odm-process-image img {
    object-position: center;
  }

  .oem-odm-process-visual::after {
    background: linear-gradient(180deg, transparent 46%, rgba(4, 8, 10, .66));
  }

  .oem-odm-process-content {
    padding: 46px 22px;
    background: #fff;
  }

  .oem-odm-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Business solutions overview */
.business-solutions-page {
  background: #f5f7f7;
  color: var(--site-black);
}

.business-solutions-hero {
  height: var(--interior-hero-height);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: #0d1418;
}

.business-solutions-hero-copy {
  width: 51%;
  height: 100%;
  padding: 48px 0 40px clamp(30px, 4.8vw, 58px);
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.business-solutions-hero-copy::after {
  content: "";
  width: 150%;
  position: absolute;
  inset: 0 auto 0 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(11, 19, 23, .86) 0 52%, rgba(11, 19, 23, .52) 70%, transparent 100%);
}

.business-solutions-hero-copy .site-kicker {
  color: #fff;
}

.business-solutions-hero-copy h1 {
  max-width: 540px;
  margin: 0;
  font-family: var(--site-display);
  font-size: clamp(49px, 5.4vw, 67px);
  letter-spacing: -.02em;
  line-height: .9;
  text-transform: uppercase;
}

.business-solutions-hero-copy h1::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 6px;
  display: inline-block;
  background: var(--site-red);
}

.business-solutions-hero-copy > p {
  max-width: 490px;
  margin: 16px 0 0;
  color: #d4dadd;
  font-size: 14px;
  line-height: 1.5;
}

.business-solutions-hero-copy .site-actions {
  margin-top: 20px;
}

.business-solutions-hero-copy .site-button {
  min-height: 45px;
  padding-inline: 19px;
  letter-spacing: 0;
}

.business-solutions-hero-visual {
  width: 64%;
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 1;
  display: flex;
  overflow: hidden;
}

.business-solutions-hero-visual figure {
  width: 38%;
  height: 100%;
  margin: 0 0 0 -5%;
  position: relative;
  overflow: hidden;
  flex: 0 0 38%;
  clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
  background: #182126;
}

.business-solutions-hero-visual figure:first-child {
  margin-left: 0;
}

.business-solutions-hero-visual figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(5, 9, 11, .58));
}

.business-solutions-hero-visual img {
  width: 128%;
  height: 100%;
  max-width: none;
  position: absolute;
  left: -14%;
  object-fit: cover;
  filter: contrast(1.05) saturate(.82);
}

.business-solutions-hero-visual figure:first-child img {
  width: 145%;
  left: -34%;
}

.business-solutions-hero-visual figcaption {
  max-width: 150px;
  position: absolute;
  left: 25%;
  bottom: 34px;
  z-index: 1;
  color: #fff;
  font-family: var(--site-display);
  font-size: 22px;
  line-height: .95;
  text-transform: uppercase;
}

.business-solutions-cards {
  padding: 28px clamp(26px, 4vw, 48px) 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  background: #fff;
}

.business-solutions-cards > article {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--site-line);
  background: #fff;
}

.business-solutions-cards > article > figure {
  height: 210px;
  margin: 0;
  overflow: hidden;
  background: #111719;
}

.business-solutions-cards > article > figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.82) contrast(1.04);
}

.business-solutions-cards > article:first-child figure img {
  width: 125%;
  max-width: none;
  transform: translateX(-20%);
}

.business-solution-card-copy {
  min-height: 500px;
  padding: 22px 20px 20px;
  display: flex;
  flex-direction: column;
}

.business-solution-card-copy .site-kicker {
  margin-bottom: 12px;
  color: #343d41;
  font-size: 9px;
  letter-spacing: .12em;
}

.business-solution-card-copy .site-kicker::before {
  content: "";
  width: 29px;
  height: 2px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: 3px;
  background: var(--site-red);
}

.business-solution-card-copy h2 {
  margin: 0;
  font-family: var(--site-display);
  font-size: clamp(28px, 2.9vw, 38px);
  letter-spacing: -.01em;
  line-height: .93;
  text-transform: uppercase;
}

.business-solution-card-copy h2 > span {
  display: block;
  color: var(--site-red);
  font-size: 1.08em;
}

.business-solution-card-copy > p {
  min-height: 56px;
  margin: 16px 0 18px;
  color: #5f686c;
  font-size: 13px;
  line-height: 1.5;
}

.business-solution-card-copy ul {
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.business-solution-card-copy li {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  color: #3d464a;
  font-size: 12px;
}

.business-solution-card-copy li b {
  color: var(--site-black);
  font-size: 22px;
  font-weight: 400;
}

.business-solution-card-cta {
  min-height: 46px;
  margin-top: auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--site-red);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.business-solution-card-cta:hover {
  background: #c91219;
}

.business-path-guide {
  padding: 24px clamp(28px, 5vw, 58px);
  display: grid;
  grid-template-columns: .8fr repeat(3, 1fr);
  border-top: 1px solid var(--site-line);
  border-bottom: 1px solid var(--site-line);
  background: #f6f8f8;
}

.business-path-guide > div,
.business-path-guide > article {
  min-height: 126px;
  padding: 4px 26px;
  border-right: 1px solid #aeb7bb;
}

.business-path-guide > div {
  padding-left: 0;
}

.business-path-guide > article:last-child {
  border-right: 0;
}

.business-path-guide h2 {
  margin: 0;
  font-family: var(--site-display);
  font-size: 31px;
  line-height: .95;
  text-transform: uppercase;
}

.business-path-guide > div p,
.business-path-guide article p {
  margin: 9px 0 0;
  color: #4e585d;
  font-size: 12px;
  line-height: 1.45;
}

.business-path-guide article > span {
  color: var(--site-black);
  font-size: 34px;
  line-height: 1;
}

.business-path-guide article b {
  color: var(--site-red);
}

.business-solutions-final {
  min-height: 220px;
  padding: 42px clamp(30px, 5vw, 58px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(7, 13, 16, .78), rgba(7, 18, 23, .48)),
    url('/media/brand-hero.png') center / cover;
}

.business-solutions-final .site-kicker {
  color: #fff;
}

.business-solutions-final h2 {
  margin: 0;
  font-family: var(--site-display);
  font-size: clamp(38px, 4.8vw, 59px);
  line-height: .94;
  text-transform: uppercase;
}

.business-solutions-final p {
  margin: 11px 0 0;
  color: #c8d0d3;
  font-size: 14px;
}

.business-solutions-final .site-button {
  min-width: 170px;
  white-space: nowrap;
}

@media (max-width: 820px) {
  .business-solutions-hero {
    height: 390px;
  }

  .business-solutions-hero-copy {
    width: 58%;
    padding-left: 30px;
  }

  .business-solutions-hero-copy h1 {
    font-size: 48px;
  }

  .business-solutions-hero-visual {
    width: 62%;
  }

  .business-solutions-hero-visual figcaption {
    font-size: 17px;
  }

  .business-solutions-cards {
    padding-inline: 24px;
    gap: 12px;
  }

  .business-solutions-cards > article > figure {
    height: 165px;
  }

  .business-solution-card-copy {
    min-height: 485px;
    padding: 18px 14px;
  }

  .business-solution-card-copy h2 {
    font-size: 28px;
  }

  .business-path-guide {
    padding-inline: 28px;
    grid-template-columns: repeat(3, 1fr);
  }

  .business-path-guide > div {
    grid-column: 1 / -1;
    min-height: auto;
    padding: 0 0 20px;
    border-right: 0;
  }
}

@media (max-width: 620px) {
  .business-solutions-hero {
    height: 540px;
  }

  .business-solutions-hero-copy {
    width: 100%;
    padding: 34px 22px;
    justify-content: flex-end;
  }

  .business-solutions-hero-copy::after {
    width: 100%;
    background: linear-gradient(180deg, rgba(7, 13, 16, .03), rgba(7, 13, 16, .74) 72%);
  }

  .business-solutions-hero-copy h1 {
    font-size: 44px;
  }

  .business-solutions-hero-visual {
    width: 100%;
    height: 55%;
  }

  .business-solutions-hero-visual figcaption {
    display: none;
  }

  .business-solutions-cards,
  .business-path-guide {
    grid-template-columns: 1fr;
  }

  .business-solutions-cards > article > figure {
    height: 240px;
  }

  .business-solution-card-copy {
    min-height: 430px;
    padding: 24px 20px;
  }

  .business-path-guide > div {
    grid-column: auto;
  }

  .business-path-guide > div,
  .business-path-guide > article {
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid #aeb7bb;
  }

  .business-path-guide > article:last-child {
    border-bottom: 0;
  }

  .business-solutions-final {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Products catalog */
.product-model-hero {
  height: var(--interior-hero-height);
  display: grid;
  grid-template-columns: minmax(360px, 46%) minmax(0, 1fr);
  overflow: hidden;
  color: var(--site-black);
  background: #f1f3f3;
}

.product-model-copy {
  padding: 48px clamp(30px, 5vw, 64px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.product-model-copy h1 {
  margin: 0;
  font-family: var(--site-display);
  font-size: clamp(54px, 6vw, 78px);
  line-height: .9;
  text-transform: uppercase;
}

.product-model-copy > p {
  max-width: 520px;
  margin: 18px 0 0;
  color: #4e595e;
  font-size: 15px;
  line-height: 1.55;
}

.product-model-copy .model-secondary {
  border-color: #171d20;
  color: #171d20;
}

.product-model-hero figure {
  min-width: 0;
  height: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.product-model-hero figure img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.product-model-hero figcaption {
  position: absolute;
  right: 24px;
  bottom: 20px;
  color: #566166;
  font: 9px/1.4 monospace;
  letter-spacing: .14em;
}

.product-model-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--site-line);
}

.product-model-facts article {
  min-height: 150px;
  padding: 24px;
  border-right: 1px solid var(--site-line);
}

.product-model-facts article:last-child {
  border-right: 0;
}

.product-model-facts span {
  color: var(--site-red);
  font-family: var(--site-display);
  font-size: 30px;
}

.product-model-facts h3 {
  margin: 16px 0 6px;
  font-family: var(--site-display);
  font-size: 24px;
  text-transform: uppercase;
}

.product-model-facts p {
  margin: 0;
  color: #626c70;
  font-size: 14px;
  line-height: 1.5;
}

.products-catalog-page {
  --catalog-gutter: clamp(24px, 4vw, 48px);
  color: var(--site-black);
  background: #f6f7f7;
}

.products-catalog-hero {
  height: var(--interior-hero-height);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: #0b1216 var(--products-hero-image) center / cover no-repeat;
}

.products-catalog-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(6, 13, 17, .78) 0%, rgba(6, 13, 17, .56) 42%, rgba(6, 13, 17, .12) 72%, rgba(6, 13, 17, .22));
}

.products-catalog-hero-copy {
  width: 64%;
  height: 100%;
  padding: 34px var(--catalog-gutter);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.products-catalog-hero-copy .site-kicker {
  color: #fff;
}

.products-catalog-hero-copy h1 {
  max-width: 650px;
  margin: 12px 0 8px;
  font-family: var(--site-display);
  font-size: clamp(44px, 5.3vw, 66px);
  line-height: .92;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.products-catalog-hero-copy > p {
  margin: 0 0 19px;
  color: #c6ced1;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.products-search {
  width: min(100%, 560px);
  height: 43px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #d6dcde;
  background: #fff;
  color: #7f888c;
}

.products-search > span {
  font-size: 21px;
}

.products-search input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  color: #111719;
  font: 13px Arial, sans-serif;
  background: transparent;
}

.products-hero-note {
  position: absolute;
  right: 26px;
  bottom: 22px;
  margin: 0;
  color: #d5dbdd;
  font: 9px/1.35 monospace;
  letter-spacing: .14em;
}

.products-hero-note::after {
  content: "";
  width: 28px;
  height: 2px;
  margin-top: 8px;
  display: block;
  background: var(--site-red);
}

.products-category-tabs {
  min-height: 72px;
  padding: 0 var(--catalog-gutter);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-bottom: 1px solid #d9dfe1;
  background: #fff;
}

.products-category-tabs button {
  min-width: 0;
  min-height: 72px;
  padding: 0 18px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0;
  border-right: 1px solid #d7dcde;
  color: #171c1f;
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.products-category-tabs button:last-child {
  border-right: 0;
}

.products-category-tabs button::after {
  content: "";
  height: 3px;
  position: absolute;
  inset: auto 0 0;
  background: transparent;
}

.products-category-tabs button.active::after {
  background: var(--site-red);
}

.products-category-tabs button > span {
  font-size: 28px;
  line-height: 1;
}

.products-catalog {
  padding: 20px var(--catalog-gutter) 34px;
  background: #fff;
}

.products-catalog-layout {
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  align-items: start;
  gap: 20px;
}

.products-filter-panel {
  background: #f0f2f3;
}

.products-filter-panel h2 {
  margin: 0;
  padding: 16px 14px 9px;
  font-family: var(--site-display);
  font-size: 17px;
  text-transform: uppercase;
}

.products-filter-panel fieldset {
  margin: 0;
  padding: 12px 14px;
  border: 0;
  border-bottom: 1px solid #d9dfe1;
}

.products-filter-panel legend {
  width: 100%;
  padding: 0 0 9px;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 900;
}

.products-filter-panel label {
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #667075;
  font-size: 10px;
  line-height: 1.25;
}

.products-filter-panel input {
  width: 12px;
  height: 12px;
  margin: 0;
  accent-color: var(--site-red);
}

.products-clear-filters {
  width: 100%;
  padding: 13px 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 0;
  color: #657075;
  background: transparent;
  font-size: 10px;
  text-align: left;
  cursor: pointer;
}

.products-results-head {
  min-height: 42px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.products-results-head h2,
.products-applications-head h2,
.products-final-cta h2 {
  margin: 0;
  font-family: var(--site-display);
  text-transform: uppercase;
}

.products-results-head h2 {
  font-size: clamp(28px, 3.2vw, 39px);
  line-height: 1;
}

.products-results-head > p {
  margin: 8px 0 0;
  color: #9aa2a5;
  font-size: 9px;
  letter-spacing: .1em;
  text-align: right;
}

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

.products-catalog-card {
  min-width: 0;
  padding: 10px;
  border: 1px solid #dde2e4;
  background: #fff;
}

.products-catalog-card[hidden] {
  display: none;
}

.products-catalog-card figure {
  height: 215px;
  margin: 0;
  padding: 8px;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
}

.products-catalog-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: transform .35s ease;
}

.products-catalog-card:hover img {
  transform: scale(1.035);
}

.products-catalog-card h3 {
  min-height: 34px;
  margin: 10px 0 7px;
  font-family: var(--site-display);
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
}

.products-catalog-card > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

.products-catalog-card a,
.products-catalog-card button {
  min-height: 32px;
  padding: 7px 5px;
  display: grid;
  place-items: center;
  border: 1px solid var(--site-red);
  background: #fff;
  color: #171c1f;
  font-size: 9px;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}

.products-catalog-card a {
  color: #fff;
  background: var(--site-red);
}

.products-catalog-card button.added {
  color: #fff;
  background: #161c1f;
  border-color: #161c1f;
}

.product-inquiry-flyer {
  position: fixed;
  z-index: 200;
  display: block;
  box-sizing: border-box;
  object-fit: cover;
  border: 2px solid var(--site-red);
  box-shadow: 0 10px 30px rgba(8, 14, 17, .3);
  pointer-events: none;
}

.product-project-hint {
  min-width: 250px;
  padding: 11px 15px 10px;
  position: fixed;
  z-index: 199;
  top: 54px;
  right: max(16px, calc((100vw - min(100vw, 1200px)) / 2 + 16px));
  display: grid;
  gap: 2px;
  border-left: 4px solid var(--site-red);
  color: #fff;
  background: #151c20;
  box-shadow: 0 12px 30px rgba(5, 11, 14, .24);
  animation: product-project-hint-in .24s ease both;
  pointer-events: none;
}

.product-project-hint strong {
  font-size: 10px;
  letter-spacing: .04em;
}

.product-project-hint span {
  color: #bfc7ca;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
}

.product-project-hint.leaving {
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity .35s ease, transform .35s ease;
}

.site-header .contact-project.inquiry-target-pulse {
  animation: product-project-target 1.05s ease;
}

@keyframes product-project-hint-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes product-project-target {
  0%, 100% { box-shadow: 0 0 0 0 rgba(237,28,36,0); transform: translateY(0); }
  30% { box-shadow: 0 0 0 7px rgba(237,28,36,.2); transform: translateY(2px); }
  60% { box-shadow: 0 0 0 13px rgba(237,28,36,0); transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .product-project-hint,
  .site-header .contact-project.inquiry-target-pulse {
    animation: none;
  }
}

.products-no-results {
  margin: 24px 0;
  padding: 32px;
  border: 1px solid #dfe4e6;
  color: #667075;
  text-align: center;
}

.products-no-results[hidden] {
  display: none;
}

.products-applications {
  padding: 0 var(--catalog-gutter) 26px;
  background: #fff;
}

.products-applications-head {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.products-applications-head h2 {
  font-size: clamp(30px, 3.8vw, 46px);
}

.products-applications-head h2::after {
  content: "";
  width: 40px;
  height: 2px;
  margin: 0 0 9px 13px;
  display: inline-block;
  background: var(--site-red);
}

.products-applications-head p {
  margin: 0;
  color: #9aa2a5;
  font-size: 9px;
  letter-spacing: .12em;
}

.products-applications > div:last-child {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.products-applications a {
  height: 180px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: #111719;
}

.products-applications a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 46%, rgba(5, 9, 11, .64));
}

.products-applications img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -2;
  object-fit: cover;
  object-position: 50% 28%;
  transition: transform .4s ease;
}

.products-applications a:hover img {
  transform: scale(1.04);
}

.products-applications a > span {
  position: absolute;
  left: 16px;
  bottom: 13px;
  display: flex;
  flex-direction: column;
}

.products-applications strong {
  font-family: var(--site-display);
  font-size: 22px;
  line-height: 1;
}

.products-applications small {
  margin-top: 3px;
  color: #d6dcde;
  font-size: 8px;
  letter-spacing: .08em;
}

.products-applications a > b {
  position: absolute;
  right: 14px;
  bottom: 15px;
  font-size: 20px;
}

.products-final-cta {
  min-height: 170px;
  padding: 34px var(--catalog-gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 12, 15, .78), rgba(5, 12, 15, .38)),
    url('/contact-steel.png') center / cover;
}

.products-final-cta .site-kicker {
  color: #fff;
}

.products-final-cta h2 {
  margin-top: 8px;
  font-size: clamp(34px, 4.5vw, 54px);
  line-height: .94;
}

.products-final-cta p {
  margin: 8px 0 0;
  color: #c4cccf;
  font-size: 11px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.products-final-cta .site-button {
  min-width: 160px;
  white-space: nowrap;
}

.products-inquiry-bar {
  min-height: 50px;
  padding: 8px var(--catalog-gutter);
  display: grid;
  grid-template-columns: auto 24px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  color: #fff;
  background: #182024;
}

.products-inquiry-bar > strong {
  font-size: 12px;
}

.products-inquiry-bar > b {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--site-red);
  font-size: 9px;
}

.products-inquiry-bar > span {
  min-width: 0;
  overflow: hidden;
  color: #abb4b7;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.products-inquiry-bar > a {
  padding: 10px 16px;
  background: var(--site-red);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
}

@media (max-width: 820px) {
  .product-model-hero {
    height: 390px;
    grid-template-columns: minmax(300px, 48%) minmax(0, 1fr);
  }

  .product-model-copy {
    padding: 36px 28px;
  }

  .product-model-copy h1 {
    font-size: 54px;
  }

  .products-catalog-hero {
    height: 390px;
  }

  .products-catalog-hero-copy {
    width: 72%;
  }

  .products-catalog-hero-copy h1 {
    font-size: 47px;
  }

  .products-category-tabs {
    padding-inline: 20px;
  }

  .products-category-tabs button {
    padding-inline: 8px;
    gap: 8px;
    font-size: 10px;
    text-align: center;
  }

  .products-category-tabs button > span {
    font-size: 22px;
  }

  .products-catalog-layout {
    grid-template-columns: 148px minmax(0, 1fr);
    gap: 14px;
  }

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

  .products-catalog-card figure {
    height: 190px;
  }
}

@media (max-width: 600px) {
  .product-model-hero {
    height: auto;
    grid-template-columns: 1fr;
  }

  .product-model-copy {
    padding: 42px 22px 30px;
  }

  .product-model-hero figure {
    height: 320px;
  }

  .product-model-facts {
    grid-template-columns: 1fr;
  }

  .product-model-facts article,
  .product-model-facts article:last-child {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--site-line);
  }

  .products-catalog-page {
    --catalog-gutter: 18px;
  }

  .products-catalog-hero {
    height: 400px;
    background-position: 62% center;
  }

  .products-catalog-hero::before {
    background: linear-gradient(180deg, rgba(6, 13, 17, .06), rgba(6, 13, 17, .74) 68%);
  }

  .products-catalog-hero-copy {
    width: 100%;
    padding-top: 135px;
    justify-content: flex-end;
  }

  .products-catalog-hero-copy h1 {
    font-size: 44px;
  }

  .products-hero-note {
    display: none;
  }

  .products-category-tabs {
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products-category-tabs button:first-child {
    grid-column: 1 / -1;
  }

  .products-category-tabs button {
    border-bottom: 1px solid #d7dcde;
  }

  .products-catalog-layout {
    grid-template-columns: 1fr;
  }

  .products-filter-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .products-filter-panel h2,
  .products-clear-filters {
    grid-column: 1 / -1;
  }

  .products-results-head,
  .products-applications-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .products-grid,
  .products-applications > div:last-child {
    grid-template-columns: 1fr;
  }

  .products-catalog-card figure,
  .products-applications a {
    height: 220px;
  }

  .products-catalog-card figure {
    height: 250px;
    padding: 12px;
  }

  .products-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .products-inquiry-bar {
    grid-template-columns: auto 24px minmax(0, 1fr);
  }

  .products-inquiry-bar > a {
    grid-column: 1 / -1;
    text-align: center;
  }
}

/* Footer guidance links */
.site-footer {
  min-height: 180px;
  align-items: start;
}

.site-footer > .contact-logo,
.site-footer > p,
.site-footer > nav {
  align-self: start;
}

.site-footer nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 24px;
}

.site-footer-nav-group {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.site-footer-nav-group > a {
  font-weight: 700;
}

.site-footer-sublinks {
  display: grid;
  gap: 6px;
}

.site-footer-sublinks a {
  color: #899295;
  font-size: 8px;
  letter-spacing: .04em;
  line-height: 1.35;
  text-transform: none;
  white-space: normal;
  transition: color .18s ease;
}

.site-footer-sublinks a:hover {
  color: #fff;
}

@media (max-width: 820px) {
  .site-footer nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .site-footer nav {
    grid-template-columns: 1fr 1fr;
  }
}

/* Homepage manufacturing panel: original fixed-height composition over a purpose-built wide image. */
.home-engineering-block {
  height: 382px;
  min-height: 382px;
  padding: 22px 44px;
  grid-template-columns: .95fr 1.18fr .77fr;
  background: #fff;
}

.home-engineering-block::before,
.home-engineering-block::after {
  content: none;
}

.home-engineering-block .engineering-visual {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.home-engineering-block .engineering-visual::after {
  content: none;
}

.home-engineering-block .engineering-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transform: scaleY(1.22);
  mix-blend-mode: normal;
}

.home-engineering-block .engineering-copy,
.home-engineering-block .engineering-points {
  position: relative;
  z-index: 2;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.home-engineering-block .engineering-copy {
  height: 242px;
  padding: 0;
  align-self: center;
  display: flex;
  flex-direction: column;
  grid-column: 1;
}

.home-engineering-block .engineering-copy p {
  margin-top: auto;
}

.home-engineering-block .engineering-copy h2 {
  font-size: clamp(34px, 4.2vw, 50px);
}

.home-engineering-block .engineering-points {
  padding: 0;
  grid-column: 3;
}

.home-engineering-block .engineering-points > div {
  min-height: 64px;
  padding-block: 8px;
}

.home-engineering-block .engineering-points small {
  margin-top: 4px;
  font-size: 10px;
  line-height: 1.35;
}

.home-engineering-block .engineering-points .site-button {
  width: calc(100% - 44px);
  min-height: 40px;
  margin: 10px 44px 0 0;
  font-size: 10px;
}

@media (max-width: 820px) {
  .home-engineering-block {
    height: auto;
    min-height: 0;
    padding: 34px 24px;
    grid-template-columns: .8fr 1.2fr;
  }

  .home-engineering-block .engineering-visual {
    width: auto;
    height: 310px;
    position: relative;
    inset: auto;
    grid-column: 2;
  }

  .home-engineering-block .engineering-visual img {
    object-fit: contain;
    transform: none;
  }

  .home-engineering-block .engineering-copy {
    height: auto;
    display: block;
    grid-column: 1;
  }

  .home-engineering-block .engineering-copy p {
    margin-top: 20px;
  }

  .home-engineering-block .engineering-points {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .home-engineering-block {
    padding: 34px 22px;
    grid-template-columns: 1fr;
  }

  .home-engineering-block .engineering-copy,
  .home-engineering-block .engineering-visual,
  .home-engineering-block .engineering-points {
    grid-column: 1;
  }

  .home-engineering-block .engineering-visual {
    height: 275px;
  }
}

/* Start Project: replace the abstract rings with subtle product CAD artwork. */
.start-project-workspace {
  overflow: hidden;
  background: linear-gradient(135deg, #f4f7f8 0%, #e9eef0 100%);
}

.start-project-workspace::before {
  content: "";
  width: auto;
  height: auto;
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .08;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-image:
    url("/media/manufacturing-hero-bike-rack-v3.png"),
    url("/media/home-manufacturing-exploded-wide-v3.png"),
    url("/media/manufacturing-hero-bike-rack-v3.png");
  background-position:
    center -24px,
    62% 720px,
    center 1330px;
  background-repeat: no-repeat;
  background-size:
    min(980px, 112vw) auto,
    min(1080px, 104vw) auto,
    min(920px, 110vw) auto;
  filter: grayscale(1) contrast(.72);
  mix-blend-mode: multiply;
}

.start-project-workspace > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 680px) {
  .start-project-workspace::before {
    opacity: .065;
    background-position:
      center -10px,
      center 760px,
      center 1450px;
    background-size:
      860px auto,
      860px auto,
      840px auto;
  }
}
