.earnings-landing {
  --earn-ink: #10120f;
  --earn-ink-2: #171a16;
  --earn-paper: #f3f0e7;
  --earn-paper-2: #e5e2d8;
  --earn-steel: #aeb7b0;
  --earn-accent: #c9ff48;
  --earn-line: rgba(255, 255, 255, .14);
  background: var(--earn-ink);
  color: var(--earn-paper);
}

.earn-page {
  overflow: clip;
  background: var(--earn-ink);
}

.earn-page .site-header {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.earn-page .wordmark__mark {
  border-radius: 3px;
  color: var(--earn-accent);
  border-color: rgba(201, 255, 72, .55);
}

.earn-page .header-link {
  color: rgba(243, 240, 231, .68);
}

.earn-kicker {
  margin: 0;
  color: #596057;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .17em;
  line-height: 1.4;
  text-transform: uppercase;
}

.earn-hero .earn-kicker,
.earn-final .earn-kicker,
.earn-trust .earn-kicker,
.earn-chain .earn-kicker {
  color: rgba(243, 240, 231, .58);
}

.earn-hero .earn-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
}

.earn-hero .earn-kicker span {
  width: 28px;
  height: 2px;
  background: var(--earn-accent);
  box-shadow: 0 0 18px rgba(201, 255, 72, .45);
}

.earn-hero {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 26%, rgba(167, 185, 174, .15), transparent 28%),
    linear-gradient(180deg, #10120f 0%, #121510 100%);
}

.earn-hero::before {
  content: "";
  position: absolute;
  inset: 96px 0 0;
  opacity: .34;
  background-image:
    linear-gradient(rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, #000 0%, transparent 93%);
}

.earn-hero__wash {
  position: absolute;
  width: 780px;
  height: 780px;
  top: 8%;
  right: -15%;
  border: 1px solid rgba(201, 255, 72, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 100px rgba(255, 255, 255, .018), 0 0 0 240px rgba(255, 255, 255, .012);
}

.earn-hero__grid {
  min-height: calc(100svh - 160px);
  display: grid;
  grid-template-columns: .91fr 1.09fr;
  gap: 72px;
  align-items: center;
  padding: 48px 0 74px;
  position: relative;
  z-index: 2;
}

.earn-hero__copy {
  max-width: 630px;
}

.earn-hero h1 {
  max-width: 720px;
  margin: 26px 0 28px;
  font-size: clamp(55px, 5.4vw, 86px);
  font-weight: 520;
  letter-spacing: -.066em;
  line-height: .88;
}

.earn-hero h1 em {
  display: inline-block;
  color: var(--earn-accent);
  font-family: var(--serif);
  font-weight: 400;
}

.earn-hero__lead {
  max-width: 600px;
  margin: 0 0 28px;
  color: #c7cbc4;
  font-family: var(--serif);
  font-size: clamp(18px, 1.6vw, 23px);
  letter-spacing: -.018em;
  line-height: 1.35;
}

.cta--earn,
.cta--earn-dark {
  border-radius: 4px;
  min-height: 62px;
  padding-left: 24px;
}

.cta--earn {
  color: #11130f;
  background: var(--earn-accent);
  box-shadow: 0 16px 54px rgba(153, 199, 43, .16);
}

.cta--earn-dark {
  color: var(--earn-paper);
  background: #11130f;
}

.cta--earn .cta__arrow,
.cta--earn-dark .cta__arrow {
  border-radius: 2px;
}

.earn-micro {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 14px 0 0;
  color: #747b73;
  font-size: 11px;
}

.earn-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 570px;
  margin: 44px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .11);
}

.earn-facts div {
  padding: 18px 18px 0 0;
}

.earn-facts div + div {
  padding-left: 18px;
  border-left: 1px solid rgba(255, 255, 255, .11);
}

.earn-facts dt {
  color: var(--earn-paper);
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1;
}

.earn-facts dd {
  margin: 7px 0 0;
  color: #6f766f;
  font-size: 9px;
  letter-spacing: .06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.opportunity-scene {
  min-height: 650px;
  position: relative;
  perspective: 1400px;
}

.opportunity-scene__rail {
  position: absolute;
  inset: 32px 30px 28px auto;
  width: 510px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(24, 28, 23, .78);
  box-shadow: 0 60px 130px rgba(0, 0, 0, .35);
  backdrop-filter: blur(18px);
  transform: rotateY(-5deg) rotateZ(-1.2deg);
}

.opportunity-scene__rail::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 38%, rgba(255, 255, 255, .07) 50%, transparent 62%);
  pointer-events: none;
}

.opportunity-scene__rail > span {
  position: absolute;
  top: 28px;
  left: 30px;
  color: #7b827a;
  font-size: 9px;
  letter-spacing: .18em;
}

.opportunity-scene__rail > b {
  position: absolute;
  top: 102px;
  left: 30px;
  font-size: 56px;
  font-weight: 560;
  letter-spacing: -.07em;
  line-height: .82;
}

.opportunity-scene__rail > em {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #7c847b;
  font-family: var(--serif);
  font-size: 14px;
}

.opportunity-card {
  position: absolute;
  width: 300px;
  min-height: 185px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .17);
  background: #20251f;
  box-shadow: 0 34px 70px rgba(0, 0, 0, .34);
}

.opportunity-card small,
.opportunity-card span {
  color: #7c847b;
  font-size: 8px;
  letter-spacing: .13em;
}

.opportunity-card strong {
  margin: 25px 0;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.05;
}

.opportunity-card span {
  margin-top: auto;
  color: var(--earn-accent);
}

.opportunity-card--back {
  top: 14px;
  right: -48px;
  transform: rotate(5deg);
}

.opportunity-card--middle {
  left: -32px;
  bottom: 16px;
  transform: rotate(-4deg);
  background: #2a3028;
}

.opportunity-dossier {
  position: absolute;
  z-index: 3;
  top: 170px;
  right: -8px;
  width: 500px;
  min-height: 410px;
  padding: 24px;
  color: #191b17;
  background: var(--earn-paper);
  box-shadow: 0 42px 120px rgba(0, 0, 0, .48);
  transform: rotate(1.5deg);
}

.opportunity-dossier > header,
.opportunity-dossier > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.opportunity-dossier > header b {
  padding: 6px 8px;
  color: #252a22;
  background: var(--earn-accent);
  font-weight: 700;
}

.opportunity-dossier__title {
  margin: 42px 0 34px;
}

.opportunity-dossier__title small {
  color: #697067;
  font-size: 8px;
  letter-spacing: .14em;
}

.opportunity-dossier__title h2 {
  max-width: 390px;
  margin: 8px 0 10px;
  font-family: var(--serif);
  font-size: 42px;
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
}

.opportunity-dossier__title p {
  margin: 0;
  color: #6b7068;
  font-size: 12px;
}

.opportunity-dossier dl {
  margin: 0 0 26px;
  border-top: 1px solid rgba(0, 0, 0, .17);
}

.opportunity-dossier dl div {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .17);
}

.opportunity-dossier dt {
  color: #73786f;
  font-size: 9px;
  text-transform: uppercase;
}

.opportunity-dossier dd {
  margin: 0;
  font-size: 10px;
  font-weight: 650;
}

.opportunity-dossier footer b {
  font-weight: 700;
}

.opportunity-stamp {
  position: absolute;
  z-index: 5;
  right: -26px;
  bottom: 22px;
  width: 112px;
  height: 112px;
  display: grid;
  place-content: center;
  color: #11130f;
  background: var(--earn-accent);
  border-radius: 50%;
  transform: rotate(8deg);
}

.opportunity-stamp span {
  font-family: var(--serif);
  font-size: 35px;
  line-height: .8;
}

.opportunity-stamp small {
  margin-top: 8px;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: .08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.earn-hero__foot {
  height: 64px;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #6e756e;
  font-size: 9px;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.earn-problem,
.earn-inside,
.earn-directions,
.earn-audience,
.earn-example {
  color: #181a17;
  background: var(--earn-paper);
}

.earn-problem {
  padding: 145px 0;
}

.earn-problem__grid {
  display: grid;
  grid-template-columns: .7fr 2fr;
  gap: 80px;
}

.earn-problem h2,
.earn-section-heading h2,
.earn-audience h2,
.earn-example h2,
.earn-max h2 {
  margin: 0;
  font-size: clamp(44px, 5.5vw, 76px);
  font-weight: 520;
  letter-spacing: -.06em;
  line-height: .93;
}

.earn-problem__grid > div > p {
  max-width: 700px;
  margin: 30px 0 62px;
  color: #646961;
  font-family: var(--serif);
  font-size: 21px;
}

.earn-problem blockquote {
  margin: 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(0, 0, 0, .22);
  font-family: var(--serif);
  font-size: clamp(28px, 3.2vw, 46px);
  letter-spacing: -.035em;
}

.earn-inside {
  padding: 35px 0 155px;
}

.earn-inside__grid {
  display: grid;
  grid-template-columns: .74fr 1.26fr;
  gap: 90px;
  align-items: start;
}

.earn-section-heading h2 {
  margin: 26px 0;
}

.earn-section-heading > p:last-child,
.earn-audience__grid > div > p:last-child,
.earn-example__grid > div > p:last-child,
.earn-max .earn-section-heading > p:last-of-type {
  max-width: 500px;
  margin: 0;
  color: #686d65;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.45;
}

.post-anatomy {
  border: 1px solid rgba(0, 0, 0, .19);
  background: #e8e5dc;
  box-shadow: 24px 24px 0 #d8d5cb;
}

.post-anatomy > header,
.post-anatomy > footer {
  display: flex;
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(0, 0, 0, .17);
  font-size: 8px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.post-anatomy > header span {
  color: #44502d;
  font-weight: 750;
}

.post-anatomy h3 {
  margin: 0;
  padding: 36px 22px;
  border-bottom: 1px solid rgba(0, 0, 0, .17);
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1;
}

.post-anatomy ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.post-anatomy li {
  min-height: 144px;
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 8px;
  padding: 22px;
  border-right: 1px solid rgba(0, 0, 0, .17);
  border-bottom: 1px solid rgba(0, 0, 0, .17);
}

.post-anatomy li:nth-child(even) {
  border-right: 0;
}

.post-anatomy li > span {
  color: #555d4c;
  font-size: 9px;
}

.post-anatomy li b {
  font-size: 13px;
}

.post-anatomy li p {
  margin: 8px 0 0;
  color: #585e56;
  font-size: 11px;
  line-height: 1.45;
}

.post-anatomy > footer {
  border: 0;
  color: #56603f;
}

.earn-directions {
  padding: 150px 0;
  color: #eeeade;
  background: #1a1e18;
}

.earn-section-heading--wide {
  display: grid;
  grid-template-columns: .55fr 1.5fr .7fr;
  gap: 40px;
  align-items: start;
}

.earn-section-heading--wide h2 {
  margin: 0;
}

.earn-section-heading--wide > p:last-child {
  color: #899087;
  font-size: 15px;
}

.earn-directions .earn-kicker {
  color: #adb5ac;
}

.earn-directions__grid {
  margin-top: 85px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 165px;
  border-top: 1px solid rgba(255, 255, 255, .13);
  border-left: 1px solid rgba(255, 255, 255, .13);
}

.earn-direction {
  grid-column: span 3;
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, .13);
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.earn-direction--1,
.earn-direction--4 {
  grid-column: span 4;
}

.earn-direction--2 {
  grid-column: span 5;
}

.earn-direction--3 {
  grid-column: span 3;
}

.earn-direction span {
  color: #a7afa5;
  font-size: 8px;
  letter-spacing: .13em;
}

.earn-direction h3 {
  margin: 24px 0 8px;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1;
}

.earn-direction p {
  max-width: 240px;
  margin: 0;
  color: #858d84;
  font-size: 10px;
  line-height: 1.4;
}

.earn-direction:nth-child(3),
.earn-direction:nth-child(7) {
  background: var(--earn-accent);
  color: #151713;
}

.earn-direction:nth-child(3) span,
.earn-direction:nth-child(3) p,
.earn-direction:nth-child(7) span,
.earn-direction:nth-child(7) p {
  color: #4d5639;
}

.earn-mid-cta {
  margin-top: 54px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.earn-mid-cta p {
  max-width: 610px;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.earn-mid-cta b {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
}

.earn-mid-cta span {
  margin-top: 8px;
  color: #899087;
  font-size: 12px;
}

.earn-chain {
  padding: 160px 0;
  color: var(--earn-paper);
  background: #10120f;
}

.earn-chain__intro {
  display: grid;
  grid-template-columns: .65fr 1.5fr .75fr;
  gap: 42px;
}

.earn-chain h2 {
  margin: 0;
  font-size: clamp(48px, 5.8vw, 78px);
  font-weight: 520;
  letter-spacing: -.06em;
  line-height: .92;
}

.earn-chain__intro > p:last-child {
  margin: 8px 0 0;
  color: #838a82;
  font-family: var(--serif);
  font-size: 17px;
}

.earn-chain ol {
  margin: 100px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  counter-reset: step;
}

.earn-chain li {
  min-height: 230px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .14);
  border-right: 0;
  position: relative;
}

.earn-chain li:last-child {
  border-right: 1px solid rgba(255, 255, 255, .14);
  background: var(--earn-accent);
  color: #151713;
}

.earn-chain li:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -14px;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  color: var(--earn-accent);
  background: #10120f;
  border: 1px solid rgba(255, 255, 255, .18);
}

.earn-chain li span {
  color: #a5ada3;
  font-size: 8px;
  letter-spacing: .13em;
}

.earn-chain li:last-child span {
  color: #515c34;
}

.earn-chain li b {
  margin-top: auto;
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
  line-height: 1.05;
}

.earn-chain__note {
  max-width: 650px;
  margin: 34px 0 0 auto;
  color: #858c84;
  font-family: var(--serif);
  font-size: 19px;
  text-align: right;
}

.earn-audience {
  padding: 155px 0;
}

.earn-audience__grid {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 100px;
}

.earn-audience h2 {
  margin: 26px 0;
}

.earn-audience ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, .18);
}

.earn-audience li {
  min-height: 75px;
  display: grid;
  grid-template-columns: 55px 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, .18);
  font-family: var(--serif);
  font-size: 19px;
}

.earn-audience li span {
  color: #5b615a;
  font-family: var(--sans);
  font-size: 9px;
}

.earn-max {
  padding: 155px 0;
  color: #eef0ea;
  background: #353d38;
}

.earn-max__grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 100px;
}

.earn-max .earn-kicker {
  color: #aab2aa;
}

.earn-max .earn-section-heading > p:last-of-type {
  margin-top: 28px;
  color: #b2bab2;
}

.max-library-mark {
  margin-top: 55px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.max-library-mark .max-dot {
  width: 42px;
  height: 42px;
  border-radius: 12px;
}

.max-library-mark div {
  display: flex;
  flex-direction: column;
}

.max-library-mark b {
  font-size: 13px;
}

.max-library-mark small {
  color: #d0d5cf;
  font-size: 10px;
}

.earn-max ol {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.earn-max li {
  min-height: 125px;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 60px 1fr;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.earn-max li > span {
  color: var(--earn-accent);
  font-size: 9px;
}

.earn-max li b {
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
}

.earn-max li p {
  margin: 7px 0 0;
  color: #aab2aa;
  font-size: 11px;
}

.earn-example {
  padding: 155px 0;
}

.earn-example__grid {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 80px;
}

.earn-example h2 {
  margin: 26px 0;
}

.earn-example article {
  color: #eaece6;
  background: #181b17;
  border-left: 8px solid var(--earn-accent);
  box-shadow: 26px 26px 0 #dedbd1;
}

.earn-example article > header {
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  color: #899087;
  font-size: 8px;
  letter-spacing: .14em;
}

.earn-example article > header span {
  color: var(--earn-accent);
}

.earn-example article h3 {
  max-width: 690px;
  margin: 0;
  padding: 44px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  font-family: var(--serif);
  font-size: 41px;
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1;
}

.earn-example dl {
  margin: 0;
}

.earn-example dl div {
  padding: 17px 24px;
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.earn-example dt {
  color: #858d84;
  font-size: 9px;
  text-transform: uppercase;
}

.earn-example dd {
  margin: 0;
  font-size: 12px;
}

.earn-example article blockquote {
  margin: 0;
  padding: 25px 24px;
  color: #b7bdb5;
  font-family: var(--serif);
  font-size: 14px;
}

.earn-trust {
  padding: 150px 0;
  color: var(--earn-paper);
  background: #111310;
  text-align: center;
}

.earn-trust h2 {
  margin: 45px 0 24px;
  color: var(--earn-accent);
  font-family: var(--serif);
  font-size: clamp(66px, 8vw, 120px);
  font-weight: 400;
  letter-spacing: -.065em;
  line-height: .87;
}

.earn-trust .page-shell > p:not(.earn-kicker) {
  max-width: 680px;
  margin: 0 auto;
  color: #9ba299;
  font-size: 16px;
}

.earn-trust .page-shell > div {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, .13);
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.earn-trust span {
  padding: 18px 48px;
  color: #8f968e;
  font-size: 9px;
  letter-spacing: .14em;
}

.earn-trust span + span {
  border-left: 1px solid rgba(255, 255, 255, .13);
}

.earn-final {
  min-height: 760px;
  padding: 160px 0;
  position: relative;
  overflow: hidden;
  color: #11130f;
  background: var(--earn-accent);
}

.earn-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(17, 19, 15, .09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 19, 15, .09) 1px, transparent 1px);
  background-size: 80px 80px;
}

.earn-final__signal {
  position: absolute;
  width: 700px;
  height: 700px;
  right: -190px;
  top: -210px;
  border: 1px solid rgba(17, 19, 15, .22);
  border-radius: 50%;
  box-shadow: 0 0 0 100px rgba(17, 19, 15, .04), 0 0 0 220px rgba(17, 19, 15, .025);
}

.earn-final .page-shell {
  position: relative;
  z-index: 2;
}

.earn-final .earn-kicker {
  color: #4e5933;
}

.earn-final h2 {
  max-width: 1050px;
  margin: 74px 0 34px;
  font-size: clamp(65px, 8vw, 112px);
  font-weight: 530;
  letter-spacing: -.07em;
  line-height: .86;
}

.earn-final .page-shell > p:not(.earn-kicker) {
  max-width: 610px;
  margin: 0 0 34px;
  font-family: var(--serif);
  font-size: 21px;
}

.earn-final .cta--earn {
  color: var(--earn-paper);
  background: #11130f;
  box-shadow: none;
}

.earn-final small {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  color: #536034;
}

.earn-footer a:nth-child(2) {
  color: #8b938a;
  font-size: 11px;
}

.earn-footer .page-shell > span {
  color: #a4aca3;
}

.earn-page a:focus-visible {
  outline: 3px solid var(--earn-accent);
  outline-offset: 4px;
}

@media (max-width: 1100px) {
  .earn-hero__grid {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 80px;
  }

  .earn-hero__copy {
    max-width: 760px;
  }

  .opportunity-scene {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }

  .earn-problem__grid,
  .earn-inside__grid,
  .earn-audience__grid,
  .earn-max__grid,
  .earn-example__grid {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .earn-section-heading--wide,
  .earn-chain__intro {
    grid-template-columns: 1fr;
  }

  .earn-direction,
  .earn-direction--1,
  .earn-direction--2,
  .earn-direction--3,
  .earn-direction--4 {
    grid-column: span 6;
  }

  .earn-chain ol {
    grid-template-columns: repeat(3, 1fr);
  }

  .earn-chain li:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, .14);
  }

  .earn-chain li:nth-child(4),
  .earn-chain li:nth-child(5) {
    border-top: 0;
  }

  .earn-chain li:nth-child(3)::after {
    display: none;
  }
}

@media (max-width: 700px) {
  .earn-page .site-header {
    height: 72px;
  }

  .earn-hero::before,
  .earn-final::before {
    background-size: 48px 48px;
  }

  .earn-hero__grid {
    display: block;
    min-height: auto;
    padding: 54px 0 65px;
  }

  .earn-hero h1 {
    margin: 21px 0 23px;
    font-size: clamp(44px, 12.8vw, 57px);
    line-height: .91;
  }

  .earn-hero__lead {
    margin-bottom: 23px;
    font-size: 18px;
    line-height: 1.36;
  }

  .earn-micro {
    align-items: flex-start;
    font-size: 10px;
  }

  .earn-facts {
    margin-top: 36px;
  }

  .earn-facts div,
  .earn-facts div + div {
    padding: 14px 8px 0;
  }

  .earn-facts div:first-child {
    padding-left: 0;
  }

  .earn-facts dt {
    font-size: 20px;
  }

  .earn-facts dd {
    font-size: 7px;
  }

  .opportunity-scene {
    min-height: 510px;
    margin-top: 55px;
  }

  .opportunity-scene__rail {
    inset: 12px -25px 30px auto;
    width: calc(100% - 10px);
    transform: rotate(-1deg);
  }

  .opportunity-scene__rail > b {
    top: 85px;
    font-size: 43px;
  }

  .opportunity-card {
    display: none;
  }

  .opportunity-dossier {
    top: 155px;
    right: -3px;
    width: calc(100% - 18px);
    min-height: 330px;
    padding: 18px;
    transform: rotate(1deg);
  }

  .opportunity-dossier__title {
    margin: 29px 0 23px;
  }

  .opportunity-dossier__title h2 {
    font-size: 31px;
  }

  .opportunity-dossier dl div {
    grid-template-columns: .85fr 1.15fr;
    gap: 9px;
    padding: 8px 0;
  }

  .opportunity-dossier > footer {
    margin-top: 4px;
  }

  .opportunity-stamp {
    right: -11px;
    bottom: -19px;
    width: 88px;
    height: 88px;
  }

  .opportunity-stamp span {
    font-size: 28px;
  }

  .earn-hero__foot {
    display: none;
  }

  .earn-problem,
  .earn-directions,
  .earn-chain,
  .earn-audience,
  .earn-max,
  .earn-example,
  .earn-trust,
  .earn-final {
    padding: 96px 0;
  }

  .earn-inside {
    padding: 10px 0 100px;
  }

  .earn-problem__grid,
  .earn-inside__grid,
  .earn-audience__grid,
  .earn-max__grid,
  .earn-example__grid {
    gap: 42px;
  }

  .earn-problem h2,
  .earn-section-heading h2,
  .earn-audience h2,
  .earn-example h2,
  .earn-max h2 {
    font-size: 43px;
  }

  .earn-problem__grid > div > p {
    margin: 24px 0 42px;
    font-size: 18px;
  }

  .earn-problem blockquote {
    font-size: 30px;
  }

  .post-anatomy {
    box-shadow: 12px 12px 0 #d8d5cb;
  }

  .post-anatomy h3 {
    padding: 28px 18px;
    font-size: 32px;
  }

  .post-anatomy ul {
    grid-template-columns: 1fr;
  }

  .post-anatomy li,
  .post-anatomy li:nth-child(even) {
    min-height: 104px;
    padding: 17px;
    border-right: 0;
  }

  .earn-section-heading--wide {
    gap: 23px;
  }

  .earn-directions__grid {
    margin-top: 50px;
    grid-auto-rows: auto;
  }

  .earn-direction,
  .earn-direction--1,
  .earn-direction--2,
  .earn-direction--3,
  .earn-direction--4 {
    grid-column: span 12;
    min-height: 145px;
  }

  .earn-mid-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .earn-chain__intro {
    gap: 25px;
  }

  .earn-chain h2 {
    font-size: 46px;
  }

  .earn-chain ol {
    margin-top: 55px;
    grid-template-columns: 1fr;
  }

  .earn-chain li,
  .earn-chain li:nth-child(3),
  .earn-chain li:nth-child(4),
  .earn-chain li:nth-child(5) {
    min-height: 125px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-bottom: 0;
  }

  .earn-chain li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .earn-chain li:not(:last-child)::after {
    display: none;
  }

  .earn-chain li b {
    margin-top: 34px;
  }

  .earn-chain__note {
    font-size: 17px;
    text-align: left;
  }

  .earn-audience li {
    grid-template-columns: 43px 1fr;
    font-size: 17px;
  }

  .earn-max li {
    min-height: 112px;
    grid-template-columns: 45px 1fr;
  }

  .earn-example article {
    border-left-width: 5px;
    box-shadow: 12px 12px 0 #dedbd1;
  }

  .earn-example article h3 {
    padding: 32px 18px;
    font-size: 32px;
  }

  .earn-example dl div {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 16px 18px;
  }

  .earn-example article blockquote {
    padding: 20px 18px;
  }

  .earn-trust h2 {
    margin-top: 37px;
    font-size: 64px;
  }

  .earn-trust .page-shell > div {
    margin-top: 48px;
    align-items: stretch;
    flex-direction: column;
  }

  .earn-trust span {
    padding: 13px;
  }

  .earn-trust span + span {
    border-top: 1px solid rgba(255, 255, 255, .13);
    border-left: 0;
  }

  .earn-final {
    min-height: 700px;
  }

  .earn-final h2 {
    margin: 58px 0 30px;
    font-size: 60px;
  }

  .earn-final .page-shell > p:not(.earn-kicker) {
    font-size: 18px;
  }

  .earn-footer a:nth-child(2) {
    line-height: 1.35;
  }
}

@media (max-width: 380px) {
  .earn-hero h1 {
    font-size: 43px;
  }

  .earn-hero__lead {
    font-size: 17px;
  }

  .earn-facts dd {
    letter-spacing: .03em;
  }

  .opportunity-dossier__title h2 {
    font-size: 29px;
  }

  .earn-final h2 {
    font-size: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .earn-page .cta {
    transition: none;
  }
}
