.current-page {
  color: var(--blue) !important;
}

.difference-hero {
  display: grid;
  width: min(calc(100% - 3rem), var(--max));
  min-height: 720px;
  margin: 0 auto;
  padding: 8rem 0 6rem;
  grid-template-columns: .48fr 1.52fr;
  gap: 4rem;
  align-content: center;
}

.difference-hero .kicker {
  align-self: start;
  margin-top: 1rem;
}

.difference-hero h1 {
  max-width: 1020px;
  margin: 0;
  color: var(--black);
  font-size: clamp(4.4rem, 7.7vw, 8.4rem);
  font-weight: 720;
  letter-spacing: -.075em;
  line-height: .88;
}

.difference-hero h1 strong {
  display: block;
  color: var(--blue);
  font-weight: inherit;
}

.difference-intro {
  display: grid;
  grid-column: 2;
  margin-top: 3rem;
  grid-template-columns: 1fr auto;
  gap: 4rem;
  align-items: end;
}

.difference-intro p {
  max-width: 690px;
  margin: 0;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.65;
}

.release-contrast {
  padding: 7rem max(1.5rem, calc((100% - var(--max)) / 2));
  color: var(--white);
  background: #101216;
}

.contrast-heading {
  display: grid;
  margin-bottom: 4rem;
  grid-template-columns: .48fr 1.52fr;
  gap: 4rem;
}

.contrast-heading h2 {
  max-width: 890px;
  margin: 0;
  font-size: clamp(3rem, 5.4vw, 6rem);
  letter-spacing: -.065em;
  line-height: .98;
}

.contrast-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #30343c;
  border-radius: .8rem;
  overflow: hidden;
}

.contrast-grid article {
  min-height: 390px;
  padding: 3rem;
}

.contrast-grid article + article {
  border-left: 1px solid #30343c;
}

.contrast-grid article > span,
.outcome-grid article > span {
  color: #8fabef;
  font-size: .7rem;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.contrast-grid h3 {
  max-width: 520px;
  margin: 4rem 0 1rem;
  font-size: clamp(2rem, 3vw, 3.2rem);
  letter-spacing: -.045em;
  line-height: 1.02;
}

.contrast-grid p {
  max-width: 610px;
  color: #9da3ae;
  font-size: .95rem;
}

.release-card {
  background: #161a23;
}

.mutation-line,
.release-switch {
  display: flex;
  margin-top: 3rem;
  align-items: center;
}

.mutation-line {
  gap: 1rem;
}

.mutation-line i {
  width: 44px;
  height: 8px;
  background: #414650;
  border-radius: 1rem;
}

.mutation-line i:nth-child(2),
.mutation-line i:nth-child(4) {
  background: #785148;
}

.release-switch b {
  padding: 1rem 1.3rem;
  color: var(--white);
  border: 1px solid #3a414c;
  border-radius: .45rem;
  font-family: var(--mono);
  font-size: .82rem;
}

.release-switch b:last-child {
  color: #aec3ff;
  border-color: #4a6fc9;
}

.release-switch i {
  flex: 1;
  color: #87a7f2;
  font-family: var(--mono);
  font-size: .65rem;
  font-style: normal;
  text-align: center;
}

.release-sequence {
  padding-top: 9rem;
}

.sequence-heading {
  display: grid;
  margin-bottom: 5rem;
  grid-template-columns: .5fr 1fr .7fr;
  gap: 3rem;
}

.sequence-heading h2,
.outcomes-heading h2 {
  margin: 0;
  color: var(--black);
  font-size: clamp(3rem, 5vw, 5.5rem);
  letter-spacing: -.065em;
  line-height: .98;
}

.sequence-heading > p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
}

.release-sequence ol {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(5, 1fr);
  list-style: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.release-sequence li {
  min-height: 330px;
  padding: 2rem;
  border-left: 1px solid var(--line);
}

.release-sequence li:first-child {
  padding-left: 0;
  border-left: 0;
}

.release-sequence li > span {
  display: block;
  margin-bottom: 5rem;
  color: #9a9fa8;
  font-family: var(--mono);
  font-size: .7rem;
}

.release-sequence h3 {
  margin-bottom: .7rem;
  color: var(--black);
  font-size: 1.35rem;
}

.release-sequence li p {
  margin: 0;
  color: var(--muted);
  font-size: .875rem;
}

.identity-section {
  display: grid;
  padding: 8rem max(1.5rem, calc((100% - var(--max)) / 2));
  grid-template-columns: .8fr 1.2fr;
  gap: 8rem;
  align-items: center;
  color: var(--white);
  background: var(--blue);
}

.identity-copy h2 {
  max-width: 650px;
  margin-bottom: 1.5rem;
  font-size: clamp(3rem, 4.7vw, 5.2rem);
  letter-spacing: -.065em;
  line-height: .98;
}

.identity-copy > p:last-child {
  max-width: 590px;
  margin: 0;
  color: #d1ddfb;
  font-size: .95rem;
}

.identity-map {
  display: grid;
  padding: 3rem;
  grid-template-columns: 1fr 110px 1fr;
  align-items: center;
  background: rgba(9,9,11,.92);
  border-radius: .8rem;
}

.source-identities {
  display: flex;
  flex-direction: column;
  gap: .8rem;
}

.source-identities span,
.master-identity {
  padding: 1rem;
  border: 1px solid #363b45;
  border-radius: .45rem;
}

.source-identities small,
.master-identity small {
  display: block;
  margin-bottom: .35rem;
  color: #878e9a;
  font-size: .65rem;
}

.source-identities code,
.master-identity code {
  color: #d8dce3;
  font-family: var(--mono);
  font-size: .72rem;
}

.identity-lines {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
}

.identity-lines i {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, #414854, #7097f2);
}

.master-identity {
  border-color: #5274c3;
  box-shadow: 0 0 0 1px rgba(82,116,195,.2);
}

.master-identity strong {
  display: block;
  margin-bottom: .5rem;
  color: var(--white);
  font-size: 1.4rem;
}

.outcomes-heading {
  display: grid;
  margin-bottom: 5rem;
  grid-template-columns: .5fr 1.5fr;
  gap: 3rem;
}

.outcomes-heading h2 {
  max-width: 920px;
}

.outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.outcome-grid article {
  min-height: 340px;
  padding: 2.5rem;
  border-left: 1px solid var(--line);
}

.outcome-grid article:first-child {
  padding-left: 0;
  border-left: 0;
}

.outcome-grid h3 {
  max-width: 330px;
  margin: 4rem 0 1rem;
  color: var(--black);
  font-size: 1.7rem;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.outcome-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}

.boundary-statement {
  display: grid;
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: 5rem;
  grid-template-columns: .45fr 1.3fr auto;
  gap: 4rem;
  align-items: center;
  color: var(--white);
  background: #101216;
  border-radius: .9rem;
}

.boundary-statement h2 {
  max-width: 700px;
  margin-bottom: 1rem;
  font-size: clamp(2.4rem, 3.7vw, 4rem);
  letter-spacing: -.055em;
  line-height: 1;
}

.boundary-statement div p {
  max-width: 680px;
  margin: 0;
  color: #a2a8b2;
  font-size: .9rem;
}

@media (max-width: 1080px) {
  .difference-hero,
  .contrast-heading,
  .sequence-heading,
  .outcomes-heading {
    grid-template-columns: 1fr;
  }

  .difference-intro {
    grid-column: auto;
  }

  .release-sequence ol {
    grid-template-columns: repeat(2, 1fr);
  }

  .release-sequence li:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }

  .identity-section {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .boundary-statement {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .difference-hero {
    width: calc(100% - 2rem);
    min-height: 0;
    padding: 5rem 0;
    gap: 1.5rem;
  }

  .difference-hero h1 {
    font-size: clamp(3.5rem, 17vw, 5rem);
    line-height: .92;
  }

  .difference-intro {
    margin-top: 1.5rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .difference-intro p {
    font-size: 1rem;
  }

  .release-contrast {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .contrast-grid {
    grid-template-columns: 1fr;
  }

  .contrast-grid article {
    min-height: 0;
    padding: 2rem;
  }

  .contrast-grid article + article {
    border-top: 1px solid #30343c;
    border-left: 0;
  }

  .contrast-grid h3 {
    margin-top: 3rem;
  }

  .release-sequence {
    padding-top: 6rem;
  }

  .release-sequence ol {
    grid-template-columns: 1fr;
  }

  .release-sequence li,
  .release-sequence li:nth-child(odd) {
    min-height: 0;
    padding: 1.8rem 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .release-sequence li:first-child {
    border-top: 0;
  }

  .release-sequence li > span {
    margin-bottom: 2rem;
  }

  .identity-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .identity-map {
    padding: 1.3rem;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .identity-lines {
    height: 45px;
    flex-direction: row;
  }

  .identity-lines i {
    width: 1px;
    height: 100%;
    background: linear-gradient(#414854, #7097f2);
  }

  .outcome-grid {
    grid-template-columns: 1fr;
  }

  .outcome-grid article,
  .outcome-grid article:first-child {
    min-height: 0;
    padding: 2rem 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .outcome-grid article:first-child {
    border-top: 0;
  }

  .outcome-grid h3 {
    margin-top: 2.5rem;
  }

  .boundary-statement {
    width: calc(100% - 2rem);
    padding: 2rem;
    gap: 2rem;
  }
}
