/* Pricing intro follows the editorial two-column rhythm used on light sections. */
.landing-page #arak .pricing-head {
  display: grid;
  grid-template-columns: minmax(280px, .92fr) minmax(340px, 1.08fr);
  column-gap: clamp(44px, 8vw, 110px);
  align-items: end;
  max-width: none;
  margin: 0 0 clamp(42px, 6vw, 72px);
  text-align: left;
}

.landing-page #arak .pricing-head .eyebrow {
  grid-column: 1 / -1;
  justify-self: start;
  margin-bottom: 22px;
}

.landing-page #arak .pricing-head h2 {
  max-width: 16ch;
  margin: 0;
  text-wrap: balance;
}

.landing-page #arak .pricing-head > p {
  max-width: 60ch;
  margin: 0 0 6px;
}

@media (max-width: 800px) {
  .landing-page #arak .pricing-head {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 42px;
  }

  .landing-page #arak .pricing-head .eyebrow {
    margin-bottom: 0;
  }
}
