/* ============================================================
   Chef Cut — Press page
   Extends css/styles.css and css/careers.css (shared .apply form card).
   ============================================================ */

.press-hero {
  background: var(--cc-white);
  padding: 110px var(--page-gutter) 60px;
}

.press-hero__inner {
  max-width: var(--page-max);
  margin: 0 auto;
}

.press-hero__intro {
  max-width: 640px;
}

.press-hero__headline {
  display: block;
  margin-top: 16px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 58px;
  line-height: 1.02;
  letter-spacing: -0.02em;
  color: var(--cc-taupe);
}

.press-hero__body {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--cc-ink);
  max-width: 560px;
}

@media (max-width: 1024px) {
  .press-hero {
    padding-left: 48px;
    padding-right: 48px;
  }

  .press-hero__headline {
    font-size: 46px;
  }
}

@media (max-width: 640px) {
  .press-hero {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 72px;
  }

  .press-hero__headline {
    font-size: 34px;
  }
}
