.get-started-main {
  padding: clamp(64px, 9vw, 118px) 0 clamp(90px, 11vw, 150px);
}

.get-started-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: end;
  margin-bottom: clamp(72px, 10vw, 126px);
}

.get-started-hero h1 {
  max-width: 820px;
  margin-bottom: 28px;
  font-family: var(--serif);
  font-size: clamp(56px, 7.4vw, 94px);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.get-started-hero h1 em {
  color: var(--blue);
  font-weight: inherit;
}

.get-started-lede {
  max-width: 720px;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(18px, 2vw, 21px);
}

.start-promise {
  padding: 28px;
  border: 1px solid var(--ink);
  background: var(--white);
  box-shadow: 7px 7px 0 var(--ink);
}

.start-promise strong,
.start-promise span {
  display: block;
}

.start-promise strong {
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.1;
}

.start-promise span {
  color: var(--ink-soft);
  font-size: 14px;
}

.runtime-section + .runtime-section {
  margin-top: clamp(80px, 11vw, 132px);
}

.runtime-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(260px, 0.35fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 38px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.runtime-section-heading h2 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
}

.runtime-section-heading > p {
  margin: 0;
  color: var(--ink-soft);
}

.runtime-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.runtime-path {
  position: relative;
  min-height: 248px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  background: rgb(255 253 248 / 45%);
}

.runtime-path:hover {
  border-color: var(--ink);
  background: var(--white);
}

.runtime-path-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.runtime-label,
.runtime-package,
.runtime-type {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.runtime-label {
  color: var(--rust);
}

.runtime-package {
  color: #686253;
  text-transform: none;
}

.runtime-path h3 {
  margin: 38px 0 10px;
  font-family: var(--serif);
  font-size: 31px;
  letter-spacing: -0.035em;
}

.runtime-path > p {
  max-width: 520px;
  margin-bottom: 30px;
  color: var(--ink-soft);
  font-size: 14px;
}

.runtime-path > a {
  margin-top: auto;
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.runtime-path > a::after {
  content: " →";
}

.capability-table td:first-child {
  color: var(--ink);
  font-weight: 750;
}

.capability-yes {
  color: #286b22;
  font-weight: 800;
}

.capability-no {
  color: #984526;
}

.guide-hero .runtime-type {
  display: inline-flex;
  margin-top: 24px;
  padding: 7px 10px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink-soft);
}

.install-choice {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 28px 0;
}

.install-choice article {
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--white);
}

.install-choice h3 {
  margin: 0 0 8px;
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: 0;
}

.install-choice p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.guide-checklist {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

.guide-checklist li {
  position: relative;
  padding: 13px 0 13px 34px;
  border-bottom: 1px solid var(--line);
}

.guide-checklist li:first-child {
  border-top: 1px solid var(--line);
}

.guide-checklist li::before {
  content: "✓";
  position: absolute;
  left: 4px;
  color: #286b22;
  font-family: var(--sans);
  font-weight: 900;
}

.guide-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.guide-links a {
  padding: 17px 18px;
  border: 1px solid var(--line);
  background: var(--white);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.guide-links a:hover {
  border-color: var(--blue);
}

@media (max-width: 920px) {
  .get-started-hero,
  .runtime-section-heading {
    grid-template-columns: 1fr;
  }

  .get-started-hero {
    align-items: start;
  }

  .start-promise {
    max-width: 520px;
  }
}

@media (max-width: 680px) {
  .get-started-main {
    padding-top: 56px;
  }

  .runtime-paths,
  .install-choice,
  .guide-links {
    grid-template-columns: 1fr;
  }

  .runtime-path {
    min-height: 226px;
    padding: 25px;
  }
}
