/* Stories and Press proof-layer pages */
.proof-page {
  background: var(--paper);
}

.proof-hero {
  padding: 88px 7vw 72px;
  background: var(--charcoal);
  color: var(--white);
}

.proof-hero-copy {
  max-width: 900px;
}

.proof-hero h1 {
  max-width: 920px;
  margin-bottom: 22px;
  font-size: clamp(46px,7vw,82px);
}

.proof-hero .lead {
  color: #f0f0ec;
  line-height: 1.55;
}

.proof-impact-strip {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  background: var(--ink);
  color: var(--white);
  border-top: 1px solid rgba(255,255,255,.15);
}

.proof-impact-strip article {
  padding: 32px 7vw;
  border-right: 1px solid rgba(255,255,255,.14);
}

.proof-impact-strip strong {
  display: block;
  margin-bottom: 7px;
  color: var(--gold);
  font-family: Georgia,"Times New Roman",serif;
  font-size: 29px;
}

.proof-impact-strip span {
  color: #eeeeea;
  font-weight: 700;
  line-height: 1.45;
}

.proof-section {
  padding: 76px 7vw;
}

.proof-section.white {
  background: var(--white);
}

.proof-section.soft {
  background: #f1f1ed;
}

.proof-heading {
  max-width: 900px;
  margin-bottom: 36px;
}

.proof-heading.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.proof-heading p:not(.eyebrow) {
  color: #34383d;
  font-size: 18px;
  line-height: 1.7;
}

.featured-impact-story {
  border-top: 1px solid var(--line);
}

.story-share {
  border-top: 1px solid var(--line);
}

.story-share-intro {
  max-width: 620px;
}

.story-share-intro p:not(.eyebrow) {
  color: #34383d;
  font-size: 18px;
  line-height: 1.65;
}

.story-public-note {
  margin-top: 20px;
  padding: 16px 18px;
  border-left: 4px solid var(--gold);
  background: #f0ece0;
  color: #34383d;
  font-size: 14px;
  font-weight: 700;
}

.press-feature-wrap {
  padding: 72px 7vw;
  background: var(--white);
}

.press-feature-wrap .news-video {
  max-width: 1120px;
}

.press-story-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}

.press-story-card {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(18,18,18,.05);
}

.press-story-card .press-era {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.press-story-card h2 {
  font-size: clamp(28px,3vw,38px);
}

.press-story-card p {
  color: #34383d;
  font-size: 17px;
  line-height: 1.65;
}

.press-history {
  padding: 72px 7vw;
  background: #f1f1ed;
}

.press-history-note {
  max-width: 900px;
  margin-bottom: 28px;
  color: #34383d;
  font-size: 17px;
}

.press-history .press-logo-wall {
  padding: 0;
  background: transparent;
}

.press-contact {
  padding: 66px 7vw;
  background: var(--ink);
  color: var(--white);
  text-align: center;
}

.press-contact h2 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.press-contact p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: #eeeeea;
  font-size: 18px;
}

.press-contact .core-actions {
  margin-top: 28px;
}

@media (max-width: 900px) {
  .proof-impact-strip,
  .press-story-grid {
    grid-template-columns: 1fr;
  }

  .proof-impact-strip article {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
  }
}

@media (max-width: 620px) {
  .proof-hero,
  .proof-section,
  .press-feature-wrap,
  .press-history,
  .press-contact {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .proof-hero {
    padding-top: 66px;
    padding-bottom: 56px;
  }

  .press-story-card {
    padding: 25px;
  }
}
