.home-process {
  display: grid;
  grid-template-columns: minmax(260px, .88fr) minmax(0, 1.12fr);
  align-items: start;
  column-gap: clamp(40px, 7vw, 112px);
  padding: clamp(64px, 7vw, 112px) clamp(24px, 4vw, 64px);
  background: #0c0c0c;
  color: #f0eee7;
  font-family: Manrope, sans-serif;
  border-top: 1px solid #292926;
  scroll-margin-top: 86px;
}
.home-process-intro {
  position: sticky;
  top: 118px;
  align-self: start;
  padding-bottom: 28px;
}
.home-process-kicker {
  max-width: 300px;
  margin: 0 0 28px;
  color: #a7a79e;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.home-process h2 {
  max-width: 620px;
  margin: 0;
  color: #f0eee7;
  font-size: clamp(46px, 5.3vw, 84px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.057em;
}
.home-process-lede {
  max-width: 330px;
  margin: 27px 0 26px;
  color: #b2b2a9;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
}
.home-process-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 0;
  border-bottom: 1px solid #818178;
  color: #e3e2d9;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}
.home-process-link:hover { border-color: #f0eee7; }
.home-process-link:focus-visible { outline: 2px solid #f0eee7; outline-offset: 5px; }
.home-process-chapters { display: grid; gap: 62px; min-width: 0; }
.home-process-chapter { min-width: 0; margin: 0; }
.home-process-frame {
  width: 100%;
  overflow: hidden;
  background: #141413;
  transform: none;
  opacity: 1;
}
.home-process-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-process-frame-metal { aspect-ratio: 1.15; }
.home-process-frame-metal img { object-position: center; }
.home-process-frame-cnc {
  width: min(100%, 480px);
  margin-left: auto;
  aspect-ratio: 3 / 4;
}
.home-process-frame-cnc img { object-fit: contain; }
.home-process-frame-oak { aspect-ratio: 4 / 3; }
.home-process-frame-oak img { object-fit: contain; }
.home-process-chapter figcaption {
  display: grid;
  grid-template-columns: minmax(140px, .9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: 22px;
  padding: 24px 0 0;
}
.home-process-chapter h3 {
  margin: 0;
  color: #ecebe4;
  font-size: clamp(16px, 1.7vw, 23px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -.035em;
}
.home-process-chapter h3 span {
  display: block;
  margin-bottom: 8px;
  color: #8e8f86;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .06em;
}
.home-process-chapter figcaption p {
  max-width: 310px;
  margin: 0;
  color: #a9aaa1;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.85;
}
@media (min-width: 1600px) {
  .home-process { grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); column-gap: 120px; }
  .home-process-frame-metal { aspect-ratio: 1.35; }
  .home-process-frame-cnc { width: min(100%, 510px); }
  .home-process-chapters { gap: 72px; }
}
@media (max-width: 1000px) {
  .home-process { column-gap: 36px; padding: 56px 24px; }
  .home-process-intro { top: 100px; }
  .home-process h2 { font-size: 49px; }
  .home-process-lede { max-width: 290px; font-size: 13px; }
  .home-process-chapter figcaption { grid-template-columns: 1fr; gap: 12px; padding-top: 21px; }
  .home-process-chapter h3 span { display: inline; margin: 0 10px 0 0; }
  .home-process-chapter figcaption p { max-width: 360px; }
}
@media (max-width: 760px) {
  .home-process { display: block; padding: 44px 18px 48px; scroll-margin-top: 72px; }
  .home-process-intro { position: static; padding-bottom: 32px; }
  .home-process-kicker { margin-bottom: 20px; font-size: 9px; }
  .home-process h2 { max-width: 360px; font-size: clamp(40px, 9.8vw, 58px); }
  .home-process-lede { max-width: 390px; margin: 20px 0 12px; font-size: 12px; line-height: 1.8; }
  .home-process-link { font-size: 11px; }
  .home-process-chapters { gap: 32px; }
  .home-process-frame-metal { aspect-ratio: 4 / 3; }
  .home-process-frame-cnc { width: 100%; max-width: 440px; margin-right: auto; }
  .home-process-frame-oak { aspect-ratio: 4 / 3; }
  .home-process-chapter figcaption { gap: 10px; padding-top: 18px; }
  .home-process-chapter h3 { font-size: 20px; }
  .home-process-chapter h3 span { font-size: 10px; }
  .home-process-chapter figcaption p { max-width: 410px; font-size: 12px; line-height: 1.75; }
}
@supports (animation-timeline: view()) {
  @media (min-width: 761px) and (prefers-reduced-motion: no-preference) {
    .home-process-frame {
      animation: home-process-settle auto linear both;
      animation-timeline: view();
      animation-range: entry 0% cover 35%;
    }
    @keyframes home-process-settle {
      from { transform: translateY(24px); }
      to { transform: translateY(0); }
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-process-intro { position: static; }
  .home-process-frame { animation: none !important; transform: none !important; }
}
