/* The Process page. Uses the homepage tokens from home.css. */
.pp-eyebrow { font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--yellow); margin-bottom: 26px; }

.pp-hero { background: var(--black); color: #fff; padding: 196px 0 128px; }
.pp-hero__h { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: clamp(56px, 6.4vw, 104px); line-height: 0.92; letter-spacing: -0.045em; }
.pp-hero__h > span { display: block; white-space: nowrap; }
.pp-hero__sub { margin-top: 36px; max-width: 540px; display: grid; gap: 6px; font-size: clamp(21px, 1.65vw, 24px); line-height: 1.38; color: #d9d5cc; }
.pp-hero__line { margin-top: 24px; font-size: clamp(21px, 1.65vw, 24px); line-height: 1.38; font-weight: 600; color: #fff; }

.pp-sec { padding-block: 80px; }
.pp-h { max-width: none; font-size: clamp(42px, 4.3vw, 64px); line-height: 0.95; letter-spacing: -0.035em; }
.pp-h > span { display: block; white-space: nowrap; }
.pp-split { display: grid; grid-template-columns: 54fr 46fr; column-gap: 64px; align-items: start; }
.pp-split--half { grid-template-columns: 1fr 1fr; }

.pp-copy { display: grid; gap: 14px; max-width: 560px; font-size: 18px; line-height: 1.45; color: var(--ink-2); }
.pp-copy--under { margin-top: 32px; max-width: 480px; font-size: clamp(18px, 1.4vw, 20px); }
.pp-stanza { line-height: 1.5; }
.pp-strong { margin-top: 6px; font-family: var(--font-display); font-weight: 800; font-size: clamp(20px, 1.55vw, 22px); line-height: 1.15; letter-spacing: -0.005em; text-transform: uppercase; color: var(--ink); }
.pp-strong--end > span { display: block; }
.pp-lead { font-size: clamp(20px, 1.55vw, 22px); font-weight: 500; line-height: 1.4; color: var(--ink); }

/* Goals */
.pp-h--wide { margin-bottom: 44px; }
.pp-goals { display: grid; grid-template-columns: 1fr 1fr; column-gap: 64px; max-width: 1080px; }
.pp-goals .goal__list { margin: 0; }
.pp-goals .goal__list li { padding-block: 11px; }
.pp-goals .goal__list li::before { top: calc(11px + 0.7em); }
.pp-goals .goal__list li:last-child { border-bottom: 1px solid #ddd8ce; }
.pp-yours { margin-top: 44px; font-family: var(--font-display); font-weight: 800; font-size: clamp(24px, 2vw, 29px); line-height: 1.1; text-transform: uppercase; color: var(--ink); }
.pp-yours__p { margin-top: 12px; max-width: 620px; font-size: clamp(18px, 1.4vw, 20px); line-height: 1.5; color: var(--ink-2); }

/* Starting point panel */
.pp-panel { padding-bottom: 14px; }
.pp-row { padding: 16px 0; border-bottom: 1px solid #e7e2d9; }
.pp-row:first-of-type { padding-top: 0; }
.pp-row:last-child { border-bottom: 0; }
.pp-row__h { font-family: var(--font-display); font-weight: 800; font-size: clamp(20px, 1.6vw, 23px); line-height: 1.1; text-transform: uppercase; color: var(--ink); }
.pp-row__p { margin-top: 5px; font-size: 17px; line-height: 1.45; color: var(--ink-2); }

/* Dark plan section */
.pp-dark { background: var(--black); color: #fff; padding-block: 68px; }
.pp-dark .pp-h { font-size: clamp(44px, 4.6vw, 70px); margin-bottom: 24px; }
.pp-dark__lead { max-width: 660px; font-size: clamp(19px, 1.5vw, 21px); line-height: 1.5; color: #d9d5cc; }
.pp-three { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 40px; border-top: 1px solid #2c2b28; }
.pp-three > div { padding: 26px 36px 4px 0; }
.pp-three > div + div { padding-left: 36px; border-left: 1px solid #2c2b28; }
.pp-three .goal__num { color: var(--yellow); }
.pp-three__h { font-family: var(--font-display); font-weight: 800; font-size: clamp(22px, 1.8vw, 26px); line-height: 1.08; text-transform: uppercase; color: #fff; }
.pp-three__p { margin-top: 10px; font-size: 17px; line-height: 1.45; color: #bdb8ae; max-width: 330px; }
.pp-big { margin-top: 40px; font-family: var(--font-display); font-weight: 800; font-size: clamp(32px, 3.2vw, 46px); line-height: 1.0; letter-spacing: -0.03em; text-transform: uppercase; color: #fff; }
.pp-big > span { display: block; }
.pp-y { color: var(--yellow); }
.pp-big--ink { color: var(--ink); margin-top: 48px; }

/* Adjust */
.pp-adjust { display: grid; grid-template-columns: 1fr 1fr; column-gap: 64px; max-width: 1180px; }

/* CTA */
.pp-cta { background: var(--black); color: #fff; padding-block: 96px; text-align: center; }
.pp-cta__h { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: clamp(48px, 4.6vw, 68px); line-height: 0.95; letter-spacing: -0.04em; }
.pp-cta__h > span { display: block; }
.pp-cta__sub { margin-top: 22px; font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: clamp(26px, 2.4vw, 36px); line-height: 1.05; letter-spacing: -0.02em; color: var(--yellow); }
.pp-cta__copy { margin: 26px auto 34px; display: grid; gap: 4px; font-size: clamp(19px, 1.5vw, 21px); line-height: 1.45; color: #d9d5cc; }

/* Responsive */
@media (max-width: 1100px) {
  .pp-split, .pp-split--half { grid-template-columns: 1fr; row-gap: 40px; }
  .pp-panel { max-width: 640px; }
}
@media (max-width: 900px) {
  .pp-hero { padding: 150px 0 88px; }
  .pp-sec, .pp-dark { padding-block: 72px; }
  .pp-h > span, .pp-hero__h > span { white-space: normal; }
  .pp-goals, .pp-adjust { grid-template-columns: 1fr; row-gap: 0; }
  .pp-adjust { row-gap: 20px; }
  .pp-goals .goal__list:first-child li:last-child { border-bottom: 1px solid #ddd8ce; }
  .pp-three { grid-template-columns: 1fr; }
  .pp-three > div, .pp-three > div + div { padding: 22px 0; border-left: 0; }
  .pp-three > div + div { border-top: 1px solid #2c2b28; }
}
@media (max-width: 600px) {
  .pp-hero { padding: 132px 0 72px; }
  .pp-hero__h { font-size: clamp(50px, 14vw, 64px); }
  .pp-h, .pp-dark .pp-h { font-size: clamp(36px, 10vw, 46px); }
  .pp-h > span { display: inline; }
  .pp-h > span + span::before { content: ' '; }
  .pp-h--wide { margin-bottom: 32px; }
  .pp-cta { padding-block: 72px; }
  .pp-cta__h { font-size: clamp(42px, 12vw, 54px); }
}
