.north-star-upgrade {
  display: grid;
  grid-template-columns: minmax(16rem, .72fr) minmax(18rem, 1.28fr);
  gap: clamp(2.2rem, 6vw, 6rem);
  align-items: center;
  margin: clamp(2.5rem, 6vw, 6rem) 0;
  padding: clamp(1.25rem, 3vw, 2.2rem);
  border: 1px solid rgba(201, 159, 75, .28);
  background: linear-gradient(135deg, rgba(8, 32, 25, .98), rgba(16, 52, 40, .93));
  color: #f8f1e5;
}

.north-star-upgrade__cover {
  display: block;
  width: min(100%, 28rem);
  height: auto;
  margin: 0 auto;
  border: 1px solid rgba(218, 180, 95, .4);
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, .34);
}

.north-star-upgrade__eyebrow {
  margin: 0 0 1rem;
  color: #d9b665;
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.north-star-upgrade h3 {
  max-width: 15ch;
  margin: 0;
  color: #fffaf1;
  font-family: var(--font-cormorant), Georgia, serif;
  font-size: clamp(2.25rem, 4.5vw, 4.2rem);
  font-weight: 600;
  line-height: 1;
}

.north-star-upgrade__lead {
  max-width: 42rem;
  margin: 1.35rem 0 0;
  color: rgba(255, 250, 241, .8);
  line-height: 1.75;
}

.north-star-upgrade__outputs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem 1.5rem;
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
}

.north-star-upgrade__outputs li {
  position: relative;
  padding-left: 1.1rem;
  color: rgba(255, 250, 241, .9);
  line-height: 1.5;
}

.north-star-upgrade__outputs li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: .38rem;
  height: .38rem;
  background: #d9b665;
  transform: rotate(45deg);
}

.north-star-comparison {
  margin-top: clamp(2.4rem, 5vw, 4.5rem);
  padding-top: clamp(2rem, 4vw, 3.5rem);
  border-top: 1px solid rgba(10, 43, 34, .18);
}

.north-star-comparison__heading {
  display: grid;
  grid-template-columns: minmax(16rem, 1fr) minmax(18rem, .8fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.5rem;
}

.north-star-comparison__heading h4 {
  margin: 0;
  color: #102f26;
  font-family: var(--font-cormorant), Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 600;
  line-height: 1;
}

.north-star-comparison__heading p {
  margin: 0;
  color: rgba(15, 47, 38, .68);
  line-height: 1.65;
}

.north-star-comparison__scroll {
  overflow-x: auto;
  border: 1px solid rgba(13, 49, 39, .16);
  background: rgba(255, 255, 255, .52);
}

.north-star-comparison table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: #15362c;
  font-size: .86rem;
}

.north-star-comparison th,
.north-star-comparison td {
  padding: .95rem 1rem;
  border-right: 1px solid rgba(13, 49, 39, .1);
  border-bottom: 1px solid rgba(13, 49, 39, .1);
  text-align: left;
  vertical-align: top;
}

.north-star-comparison thead th {
  background: #0c2d23;
  color: #fffaf1;
  font-weight: 700;
}

.north-star-comparison tbody th {
  width: 18%;
  color: #0c2d23;
  font-weight: 750;
}

.north-star-comparison tr:last-child th,
.north-star-comparison tr:last-child td { border-bottom: 0; }
.north-star-comparison th:last-child,
.north-star-comparison td:last-child { border-right: 0; }

.north-star-comparison__yes { color: #0b6b4e; font-weight: 800; }
.north-star-comparison__dash { color: rgba(21, 54, 44, .45); }

@media (max-width: 780px) {
  .north-star-upgrade,
  .north-star-comparison__heading { grid-template-columns: 1fr; }
  .north-star-upgrade__cover { width: min(100%, 22rem); }
  .north-star-upgrade__outputs { grid-template-columns: 1fr; }
}
