/* 3001 comparison pass: calmer subscription-service typography. */

:root {
  --gutter: clamp(20px, 4vw, 64px);
  --step: 108px;
}

body {
  font-size: 16.5px;
  line-height: 1.64;
  letter-spacing: 0;
}

h1,
h2,
h3 {
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: 0;
}

.brand-word,
.contact-form label {
  letter-spacing: 0;
}

.kicker,
.hero .eyebrow,
.plan-badge {
  letter-spacing: 0.1em;
}

.kicker {
  font-size: 11px;
}

.site-header {
  min-height: 68px;
}

.nav-links,
.header-action {
  font-size: 13.5px;
}

.hero-inner {
  padding: 66px var(--gutter) 62px;
}

.hero .eyebrow {
  margin-bottom: 20px;
  font-size: 11.5px;
}

.hero h1 {
  max-width: 860px;
  font-family: var(--sans);
  font-size: 60px;
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: 0;
  text-wrap: balance;
  word-break: keep-all;
}

.hero-copy {
  max-width: 48ch;
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.68;
  color: var(--ink-2);
  word-break: keep-all;
}

.hero-actions {
  margin-top: 28px;
}

.button {
  min-height: 48px;
  padding: 12px 22px;
  font-size: 14.5px;
}

.hero-metrics {
  margin-top: 30px;
}

.hero-metrics div {
  padding: 20px 34px 2px 0;
}

.hero-metrics div + div {
  padding-left: 34px;
}

.hero-metrics dt {
  font-family: var(--sans);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
}

.hero-metrics dd {
  margin-top: 9px;
  font-size: 13.5px;
  line-height: 1.5;
}

.section {
  padding: var(--step) var(--gutter);
}

.hero + .section {
  padding-top: 84px;
}

.section-head {
  grid-template-columns: minmax(0, 760px);
  align-items: start;
  gap: 18px;
  margin-bottom: 48px;
}

.section-head .lead {
  display: block;
}

.index-num {
  padding-top: 3px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}

.section-head h2 {
  max-width: 18ch;
  margin-top: 12px;
  font-family: var(--sans);
  font-size: 44px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0;
  text-wrap: balance;
}

.section-head .aside {
  max-width: 56ch;
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-2);
}

.build-feature {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.build-feature article {
  padding: 34px 36px 38px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.build-feature article + article {
  padding-left: 36px;
}

.build-feature article:nth-child(2n) {
  border-right: 0;
}

.build-feature article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.build-feature h3 {
  margin-bottom: 14px;
  font-family: var(--sans);
  font-size: 25px;
  line-height: 1.28;
  font-weight: 700;
  letter-spacing: 0;
}

.build-feature p {
  max-width: 42ch;
  font-size: 15.5px;
  line-height: 1.72;
  color: var(--ink-2);
}

.band .section-head .aside,
.process-flow p {
  color: rgba(250, 249, 246, 0.74);
}

.band .section-head h2 {
  max-width: 20ch;
}

.process-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding-top: 28px;
}

.process-flow::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(250, 249, 246, 0.18);
}

.process-step {
  position: relative;
  min-height: 250px;
  padding: 0 34px 0 0;
}

.process-step + .process-step {
  padding-left: 34px;
}

.process-node {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 42px;
  border: 1px solid rgba(250, 249, 246, 0.26);
  border-radius: 50%;
  background: var(--ink);
}

.process-node span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 0 0 6px rgba(250, 249, 246, 0.06);
}

.process-meta {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(250, 249, 246, 0.5);
}

.process-step h3 {
  margin: 0 0 14px;
  font-family: var(--sans);
  font-size: 23px;
  line-height: 1.28;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--paper);
}

.process-step p:last-child {
  max-width: 28ch;
  margin: 0;
  font-size: 15.5px;
  line-height: 1.72;
}

.plans .section-head {
  margin-bottom: 36px;
}

.plan-grid {
  border-radius: 0;
}

.plan-card {
  padding: 36px 34px 34px;
}

.plan-name {
  font-family: var(--sans);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
}

.plan-tagline {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--ink-2);
}

.featured .plan-tagline {
  color: rgba(250, 249, 246, 0.72);
}

.plan-price {
  margin-top: 28px;
  padding-top: 24px;
}

.plan-amount {
  font-family: var(--sans);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
}

.plan-unit {
  font-size: 14px;
}

.plan-features {
  gap: 12px;
  margin-top: 26px;
}

.plan-features li {
  font-size: 15px;
  line-height: 1.58;
}

.contact-copy h2 {
  font-family: var(--sans);
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
  text-wrap: balance;
}

.contact-copy > p {
  font-size: 16px;
  line-height: 1.72;
}

.footer-inner .f-brand {
  font-family: var(--sans);
  font-weight: 700;
}

.footer-inner {
  justify-content: flex-end;
}

.js-ready .reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

@media (max-width: 960px) {
  :root {
    --step: 82px;
  }

  .section-head {
    gap: 26px;
    margin-bottom: 38px;
  }

  .hero + .section {
    padding-top: 70px;
  }

  .section-head h2 {
    max-width: 18ch;
    font-size: 36px;
  }

  .section-head .aside {
    margin-left: 0;
  }

  .process-flow {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 8px;
    padding-left: 0;
    border-top: 0;
  }

  .process-flow::before {
    top: 16px;
    bottom: 16px;
    left: 16px;
    right: auto;
    width: 1px;
    height: auto;
  }

  .process-step,
  .process-step + .process-step {
    min-height: 0;
    padding: 0 0 34px 58px;
    border-left: 0;
  }

  .process-step:last-child {
    padding-bottom: 0;
  }

  .process-node {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    margin-bottom: 0;
  }

  .process-step p:last-child {
    max-width: 54ch;
  }

  .build-feature {
    grid-template-columns: 1fr;
  }

  .build-feature article,
  .build-feature article + article,
  .build-feature article:last-child {
    padding: 30px 0 32px;
  }

  .build-feature article,
  .build-feature article:nth-child(2n) {
    border-right: 0;
  }

  .build-feature article:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .build-feature article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  :root {
    --step: 70px;
  }

  body {
    font-size: 16px;
  }

  .site-header {
    min-height: 60px;
  }

  .hero-inner {
    padding: 52px var(--gutter) 28px;
  }

  .hero .eyebrow {
    margin-bottom: 18px;
    font-size: 10.5px;
    letter-spacing: 0.08em;
  }

  .hero .eyebrow::before {
    width: 24px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: 32px;
    line-height: 1.18;
  }

  .hero-copy {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.72;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
    margin-top: 26px;
  }

  .hero-metrics div,
  .hero-metrics div + div,
  .hero-metrics div:first-child,
  .hero-metrics div:last-child {
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-metrics div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .hero-metrics dt {
    font-size: 24px;
  }

  .hero-metrics dd {
    margin-top: 4px;
    font-size: 13px;
  }

  .section-head h2 {
    max-width: 16ch;
    font-size: 31px;
    line-height: 1.22;
  }

  .section-head .aside {
    margin-left: 0;
    font-size: 15.5px;
    line-height: 1.72;
  }

  .build-feature h3,
  .process-step h3 {
    font-size: 22px;
  }

  .plans .section-head {
    margin-bottom: 30px;
  }

  .plan-card {
    padding: 32px;
  }

  .plan-name {
    font-size: 24px;
  }

  .plan-amount {
    font-size: 29px;
  }

  .contact-copy h2 {
    font-size: 30px;
  }
}
