.page-hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid var(--ink);
}

.page-hero__copy {
  padding: clamp(70px, 8vw, 130px) clamp(28px, 6vw, 96px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.page-kicker {
  margin: 0 0 22px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
}

.page-title {
  margin: 0;
  font: 400 clamp(92px, 11vw, 168px)/.8 "Anton", "Arial Narrow", sans-serif;
  letter-spacing: -.025em;
}

.page-title span { color: var(--orange); }

.page-lede {
  max-width: 560px;
  margin: 34px 0 0;
  font-size: clamp(18px, 1.7vw, 25px);
  line-height: 1.45;
}

.page-hero__visual {
  min-height: 620px;
  overflow: hidden;
  background: var(--blue);
}

.page-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-section-title {
  padding: 28px clamp(28px, 5.3vw, 82px);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 28px;
  background: var(--ink);
  color: white;
}

.page-section-title h2 {
  margin: 0;
  font: 400 clamp(38px, 4.8vw, 72px)/1 "Anton", "Arial Narrow", sans-serif;
}

.page-section-title p { max-width: 520px; margin: 0; line-height: 1.5; }

.catalog-card-link {
  width: 100%;
  margin-top: auto;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid currentColor;
  font: 400 30px/1 "Anton", "Arial Narrow", sans-serif;
}

.catalog-card-link i { font-size: 27px; transition: transform 180ms ease; }
.catalog-card-link:hover i { transform: translateX(7px); }

.material-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.material-card {
  min-height: 520px;
  padding: clamp(34px, 5vw, 78px);
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--ink);
}

.material-card:last-child { border-right: 0; }
.material-card:nth-child(1) { background: var(--orange); color: white; }
.material-card:nth-child(2) { background: var(--blue); color: white; }
.material-card:nth-child(3) { background: var(--yellow); }
.material-card .material-number { margin: 0 0 auto; font-weight: 700; }
.material-card i { margin: 70px 0 25px; font-size: 70px; }
.material-card h2 { margin: 0 0 18px; font: 400 clamp(44px, 5vw, 78px)/.95 "Anton", "Arial Narrow", sans-serif; }
.material-card p { max-width: 380px; margin: 0; font-size: 16px; line-height: 1.55; }

.wax-steps {
  padding: 90px clamp(28px, 6vw, 100px);
  background: var(--paper);
}

.wax-steps h2, .story-copy h2, .values-title {
  margin: 0 0 54px;
  font: 400 clamp(58px, 7vw, 108px)/.9 "Anton", "Arial Narrow", sans-serif;
}

.wax-step {
  padding: 30px 0;
  display: grid;
  grid-template-columns: 80px 1fr 1fr;
  gap: 30px;
  align-items: start;
  border-top: 1px solid var(--ink);
}

.wax-step > span { font-weight: 700; }
.wax-step h3 { margin: 0; font-size: clamp(24px, 3vw, 42px); }
.wax-step p { max-width: 560px; margin: 0; line-height: 1.6; }

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 730px;
}

.story-image { min-height: 620px; overflow: hidden; background: var(--orange); }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-copy { padding: clamp(60px, 7vw, 110px); display: flex; flex-direction: column; justify-content: center; }
.story-copy p:not(.page-kicker) { max-width: 580px; font-size: 19px; line-height: 1.65; }

.values-section { padding: 90px clamp(28px, 6vw, 100px); background: var(--yellow); }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.value { min-height: 310px; padding: 32px 35px 30px 0; border-right: 1px solid var(--ink); }
.value + .value { padding-left: 35px; }
.value:last-child { border-right: 0; }
.value span { font-weight: 700; }
.value h2 { margin: 55px 0 14px; font: 400 42px/1 "Anton", "Arial Narrow", sans-serif; }
.value p { max-width: 370px; line-height: 1.55; }

.page-cta {
  min-height: 260px;
  padding: 55px clamp(28px, 6vw, 100px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: var(--blue);
  color: white;
}

.page-cta h2 { margin: 0; font: 400 clamp(48px, 6vw, 92px)/.95 "Anton", "Arial Narrow", sans-serif; }
.page-cta a { min-width: 300px; padding: 23px 28px; display: flex; justify-content: space-between; background: var(--orange); font-weight: 700; }

@media (max-width: 900px) {
  .page-hero, .story-grid { grid-template-columns: 1fr; }
  .page-hero__visual { min-height: 520px; }
  .material-grid { grid-template-columns: 1fr; }
  .material-card { min-height: 420px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .material-card .material-number { margin-bottom: 60px; }
  .wax-step { grid-template-columns: 55px 1fr; }
  .wax-step p { grid-column: 2; }
  .values-grid { grid-template-columns: 1fr; }
  .value, .value + .value { min-height: 0; padding: 30px 0; border-right: 0; border-bottom: 1px solid var(--ink); }
  .page-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .page-hero { min-height: 0; }
  .page-hero__copy { padding: 65px 24px; }
  .page-title { font-size: clamp(82px, 28vw, 120px); }
  .page-hero__visual { min-height: 390px; }
  .page-section-title { align-items: flex-start; flex-direction: column; padding: 30px 24px; }
  .wax-steps, .values-section { padding: 65px 24px; }
  .wax-step { grid-template-columns: 42px 1fr; gap: 16px; }
  .story-copy { padding: 65px 24px; }
  .page-cta { padding: 55px 24px; }
  .page-cta a { min-width: 0; width: 100%; }
}
