.section {
  padding-block: 118px;
}

.section-heading h2,
.collections-heading h2,
.grower-copy h2,
.privacy-grid h2,
.faq-grid h2,
.closing h2,
.legal-hero h1 {
  font-size: clamp(48px, 5.3vw, 76px);
  font-weight: 800;
  line-height: 0.92;
}

.split-heading {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
}

.intro-copy {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  margin: 72px 0 86px 300px;
}

.intro-copy p {
  color: var(--muted);
}

.intro-copy .intro-lead,
.intro-lead {
  color: var(--ink);
  font-family: var(--sans);
  font-size: 24px;
  font-weight: 650;
  line-height: 1.4;
}

.outcome-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 2px solid var(--forest-dark);
  box-shadow: 8px 8px 0 var(--forest-dark);
}

.outcome-rail article {
  min-height: 265px;
  padding: 24px;
  border-right: 2px solid var(--forest-dark);
}

.outcome-rail article:first-child {
  padding-left: 24px;
}

.outcome-rail article:last-child {
  padding-right: 24px;
  border-right: 0;
}

.outcome-rail article:nth-child(2) {
  background: var(--acid);
}

.outcome-rail article:nth-child(3) {
  background: var(--blue);
  color: var(--white);
}

.outcome-rail article:nth-child(3) p,
.outcome-rail article:nth-child(3) .outcome-number {
  color: rgba(255, 255, 255, 0.72);
}

.outcome-rail article:nth-child(4) {
  background: var(--orange);
}

.outcome-number,
.problem-index,
.feature-ledger article > span {
  display: block;
  margin-bottom: 64px;
  color: #87918d;
  font-family: var(--mono);
  font-size: 10px;
}

.outcome-rail h3,
.problem h3,
.collection-copy h3,
.download-card h3,
.feature-ledger h3 {
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: -0.025em;
}

.outcome-rail p,
.problem p,
.collection-copy p,
.feature-ledger p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.section-why {
  background: var(--blue);
  color: var(--white);
}

.section-why .section-heading {
  max-width: 860px;
}

.kicker-light {
  color: var(--acid);
}

.section-lead {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.66);
  font-family: var(--sans);
  font-size: 21px;
  font-weight: 600;
}

.problem-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 78px;
}

.problem {
  min-height: 188px;
  display: grid;
  grid-template-columns: 46px 1fr 40px;
  gap: 18px;
  align-items: start;
  padding: 30px;
  border: 2px solid var(--forest-dark);
  background: var(--white);
  color: var(--ink);
  box-shadow: 6px 6px 0 var(--forest-dark);
}

.problem:nth-child(even) {
  padding-left: 30px;
}

.problem-index {
  margin: 4px 0 0;
  color: var(--blue);
}

.problem p {
  max-width: 400px;
  color: var(--muted);
}

.problem-mark {
  justify-self: end;
  color: var(--orange);
  font-family: var(--sans);
  font-size: 28px;
  font-weight: 900;
}

.problem:nth-child(2),
.problem:nth-child(5) {
  background: var(--acid);
}

.problem:nth-child(4) {
  background: var(--orange);
}

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

.collections-heading {
  display: grid;
  grid-template-columns: 1.5fr 0.7fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 74px;
}

.collection-release-note {
  display: flex;
  gap: 16px;
  padding: 22px;
  border: 2px solid var(--forest-dark);
  background: var(--acid);
  box-shadow: 6px 6px 0 var(--forest-dark);
}

.collection-release-note .status-dot {
  flex: 0 0 auto;
  margin-top: 8px;
  background: var(--yellow);
  box-shadow: 0 0 0 5px rgba(255, 201, 74, 0.17);
}

.collection-release-note p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.collection-release-note strong {
  display: block;
  color: var(--ink);
}

.collection-release-note a {
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 66px 24px;
}

.collection-card {
  min-width: 0;
  border: 2px solid var(--forest-dark);
  background: var(--white);
  box-shadow: 6px 6px 0 var(--forest-dark);
  transition: box-shadow 160ms ease, transform 160ms ease;
}

.collection-card:hover {
  transform: translate(-3px, -3px);
  box-shadow: 9px 9px 0 var(--forest-dark);
}
