/* Focused layout corrections requested after the first live review. */
.nav-cta {
  min-width: max-content;
  min-height: 44px;
  padding: 11px 30px;
  border-radius: 10px;
  line-height: 1.2;
  white-space: nowrap;
}

.nav-links .nav-cta,
.nav-links .nav-cta:hover {
  color: #0b0d0f;
}

.nav-links .nav-cta {
  padding-right: 26px;
  padding-left: 26px;
}

.hero-rail {
  width: min(740px, calc(100% - 40px));
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rail-item {
  min-width: 0;
  padding: 20px 22px;
}

.rail-item strong,
.rail-item span {
  white-space: nowrap;
  overflow-wrap: normal;
}

.photo-story-grid {
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  min-height: 0;
}

.photo-story-media {
  height: 430px;
}

.photo-story-copy {
  padding: clamp(34px, 4vw, 52px);
}

.photo-story-copy h2 {
  max-width: 9ch;
  font-size: clamp(2.15rem, 3.3vw, 3.2rem);
  overflow-wrap: anywhere;
}

.product-photo {
  min-height: 260px;
}

.product-photo-wheel img {
  object-position: 76% center;
}

.product-photo-access img {
  object-position: 23% center;
}

.product-photo-exhaust img {
  object-position: 67% 34%;
}

.process article {
  min-width: 0;
  padding: 38px 32px;
}

.process h2 {
  margin-top: 40px;
  font-size: clamp(1.45rem, 2vw, 1.7rem);
  overflow-wrap: anywhere;
}

.process p,
.process .stage {
  overflow-wrap: anywhere;
}

.sourcing-photo {
  height: clamp(320px, 42vw, 520px);
}

.sourcing-photo img {
  object-position: center 58%;
}

.inquiry-guide {
  padding: clamp(32px, 5vw, 52px);
  background: var(--paper);
  color: #161a1e;
}

.inquiry-guide h2 {
  margin-bottom: 18px;
  color: #161a1e;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.06;
  text-transform: uppercase;
}

.inquiry-guide > p:not(.eyebrow) {
  color: #5d666d;
}

.inquiry-guide ul {
  display: grid;
  gap: 0;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #c7ccd0;
}

.inquiry-guide li {
  display: grid;
  grid-template-columns: minmax(120px, 0.75fr) minmax(0, 1.25fr);
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid #c7ccd0;
}

.inquiry-guide li strong {
  color: #161a1e;
}

.inquiry-guide li span {
  color: #667078;
}

.inquiry-guide .inquiry-note {
  margin-top: 24px;
  font-size: 0.88rem;
}

.contact-details {
  margin-top: 34px;
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.contact-details .eyebrow {
  margin-bottom: 12px;
}

.contact-details h3 {
  margin-bottom: 22px;
  font-size: 1.45rem;
}

.contact-details dl {
  margin: 0;
}

.contact-details dl > div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 18px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.contact-details dt,
.footer-contact strong {
  color: var(--orange);
  font-weight: 800;
}

.contact-details dd {
  min-width: 0;
  margin: 0;
  color: #fff;
  overflow-wrap: anywhere;
}

.footer-top {
  grid-template-columns: minmax(0, 1fr) minmax(300px, auto);
  align-items: end;
}

.footer-title {
  max-width: 590px;
  font-family: var(--font-display);
  font-weight: 740;
  letter-spacing: -0.035em;
  font-size: clamp(1.65rem, 2.7vw, 2.8rem);
  line-height: 1.12;
}

.footer-contact {
  display: grid;
  gap: 7px;
  max-width: 620px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 0.88rem;
  font-style: normal;
  line-height: 1.55;
}

.footer-contact span {
  overflow-wrap: anywhere;
}

.footer-contact strong {
  margin-right: 7px;
}

.footer-links {
  align-self: end;
  justify-content: end;
}

.footer-bottom {
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 900px) {
  .photo-story-grid {
    grid-template-columns: 1fr;
  }

  .photo-story-media {
    height: 340px;
    min-height: 0;
  }

  .photo-story-copy h2 {
    max-width: 13ch;
  }

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

  .footer-links {
    justify-content: start;
  }
}

@media (max-width: 640px) {
  .nav-cta {
    width: 100%;
    margin-top: 10px;
  }

  .photo-story-media {
    height: 270px;
  }

  .photo-story-copy {
    padding: 30px 24px 34px;
  }

  .photo-story-copy h2 {
    font-size: 2.1rem;
  }

  .product-photo {
    min-height: 220px;
  }

  .process article {
    padding: 30px 24px;
  }

  .process h2 {
    margin-top: 24px;
  }

  .sourcing-photo {
    height: 360px;
  }

  .inquiry-guide li {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .contact-details {
    padding: 24px;
  }

  .contact-details dl > div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .footer-title {
    font-size: 1.85rem;
  }
}

@media (max-width: 700px) {
  .hero-copy {
    align-self: center;
    padding-top: 90px;
    padding-bottom: 48px;
    transform: translateY(-28px);
  }
}
