.credentials-page {
  color: var(--ink);
  background: var(--paper);
}

.credentials-page a { text-underline-offset: 4px; }
.credentials-page .nav-shell nav a[aria-current="page"] { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 5px; }

.credential-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(390px, .75fr);
  min-height: calc(100svh - 84px);
  background: #f8f6ef;
}

.credential-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 76px 7vw 92px 5vw;
}

.credential-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  margin-bottom: 56px;
  color: #4f5b55;
  font-family: "Position Mono", monospace;
  font-size: var(--font-size-min);
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.credential-hero h1,
.credential-intro h2,
.section-heading h2,
.credential-testimonials h2,
.credential-applications h2,
.source-standards h2,
.credential-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.052em;
}

.credential-hero h1 {
  max-width: 930px;
  font-size: clamp(60px, 7vw, 112px);
  line-height: .88;
}

.credential-lede {
  max-width: 790px;
  margin: 34px 0 0;
  color: #4f5c55;
  font-family: "Position Mono", monospace;
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.64;
}

.credential-proof {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 66px 4.5vw 76px;
  color: #fff;
  background: var(--green);
}

.proof-label,
.recognition-year,
.speaking-list article > span,
.coverage-grid article > p,
.source-standard-grid article > span {
  margin: 0;
  font-family: "Position Mono", monospace;
  font-size: var(--font-size-min);
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.proof-label { margin-bottom: 34px; color: #a8bbb2; }
.credential-proof dl { margin: 0; border-top: 1px solid rgba(255,255,255,.28); }
.credential-proof dl div { display: grid; grid-template-columns: 105px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.28); }
.credential-proof dt { font-family: Georgia, "Times New Roman", serif; font-size: 30px; }
.credential-proof dd { margin: 0; color: #c2cec9; font-size: 14px; line-height: 1.6; }
.credential-proof > a { width: max-content; margin-top: 34px; color: #fff; font-family: "Position Mono", monospace; font-size: 13px; font-weight: 650; }

.credential-intro,
.credential-applications,
.source-standards {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 9vw;
  padding: 120px 7vw;
}

.credential-intro h2,
.credential-testimonials h2,
.credential-applications h2,
.source-standards h2,
.section-heading h2,
.credential-cta h2 { font-size: clamp(46px, 5vw, 76px); line-height: .96; }

.credential-prose { align-self: end; max-width: 770px; }
.credential-prose p,
.credential-applications > div:last-child > p { margin: 0; color: #4e5b54; font-size: clamp(16px, 1.18vw, 19px); line-height: 1.78; }
.credential-prose p + p { margin-top: 25px; }
.source-link { color: inherit; font-weight: 700; }

.credential-recognition,
.credential-speaking { padding: 116px 7vw 126px; color: #fff; background: var(--green); }
.section-heading { display: grid; grid-template-columns: .48fr 1fr; gap: 4vw 8vw; align-items: end; }
.section-heading > .kicker { align-self: start; }
.section-heading > p:last-child { grid-column: 2; max-width: 660px; margin: 2px 0 0; color: #5b6861; font-size: 15px; line-height: 1.7; }
.section-heading.inverse .kicker { color: #a8bbb2; }
.section-heading.inverse > p:last-child { color: #b7c6bf; }

.recognition-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 76px; border-top: 1px solid rgba(255,255,255,.28); border-left: 1px solid rgba(255,255,255,.28); }
.recognition-grid article { display: flex; min-height: 430px; flex-direction: column; padding: 28px; border-right: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.recognition-year { color: #a8bbb2; }
.recognition-grid h3,
.leadership-list h3,
.speaking-list h3,
.coverage-grid h3,
.source-standard-grid h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; }
.recognition-grid h3 { margin: 70px 0 18px; font-size: clamp(28px, 2.5vw, 40px); line-height: 1.04; }
.recognition-grid p:not(.recognition-year) { margin: 0; color: #b7c6bf; font-size: 14px; line-height: 1.7; }
.recognition-grid p strong { color: #fff; font-weight: 650; }
.recognition-grid a { width: fit-content; margin-top: auto; padding-top: 28px; color: #fff; font-family: "Position Mono", monospace; font-size: 12px; font-weight: 650; line-height: 1.5; }

.credential-leadership,
.credential-coverage { padding: 116px 7vw 128px; background: var(--paper); }
.leadership-list { margin: 74px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.leadership-list > li { display: grid; grid-template-columns: 110px minmax(0, 1fr) auto; gap: 32px; align-items: start; padding: 28px 0 30px; border-bottom: 1px solid var(--line); }
.leadership-list > li > span:first-child { color: #68756e; font-family: "Position Mono", monospace; font-size: 13px; font-weight: 650; letter-spacing: .12em; }
.leadership-list h3 { margin: 0; font-size: clamp(22px, 2vw, 31px); line-height: 1.2; }
.leadership-list p { max-width: 760px; margin: 8px 0 0; color: #5b6861; font-size: 14px; line-height: 1.65; }
.leadership-list > li > a,
.multi-sources a { color: #36443d; font-family: "Position Mono", monospace; font-size: 12px; font-weight: 650; }
.multi-sources { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 14px; max-width: 190px; }
.record-label { color: #68756e; font-family: "Position Mono", monospace; font-size: 11px; font-weight: 650; letter-spacing: .08em; text-align: right; text-transform: uppercase; }

.speaking-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 76px; border-top: 1px solid rgba(255,255,255,.28); }
.speaking-list article { min-height: 310px; padding: 28px 30px 0 0; }
.speaking-list article + article { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.28); }
.speaking-list article > span { color: #a8bbb2; }
.speaking-list h3 { margin: 54px 0 16px; font-size: clamp(28px, 2.4vw, 39px); line-height: 1.05; }
.speaking-list p { margin: 0; color: #b7c6bf; font-size: 14px; line-height: 1.7; }
.speaking-list a { display: inline-block; margin-top: 28px; color: #fff; font-family: "Position Mono", monospace; font-size: 12px; font-weight: 650; }
.speaking-list .record-label { display: block; margin-top: 28px; color: #fff; text-align: left; }
@media (min-width: 1081px) {
  .speaking-list article:nth-child(3n + 1) { padding-left: 0; border-left: 0; }
  .speaking-list article:nth-child(n + 4) { padding-top: 40px; border-top: 1px solid rgba(255,255,255,.28); }
}

.credential-testimonials {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: 9vw;
  padding: 116px 7vw 126px;
  background: #f8f6ef;
}
.credential-testimonials blockquote { align-self: end; margin: 0; padding-left: 38px; border-left: 1px solid rgba(23,34,29,.3); }
.credential-testimonials blockquote > p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(31px, 3vw, 48px); line-height: 1.2; letter-spacing: -.035em; }
.credential-testimonials footer { margin-top: 38px; color: #536159; font-family: "Position Mono", monospace; font-size: 12px; font-style: normal; font-weight: 650; line-height: 1.6; letter-spacing: .04em; }
.credential-testimonials cite { display: block; color: var(--ink); font-style: normal; }
.credential-testimonials footer span { display: block; margin-top: 5px; }

.credential-applications { background: #c8d2c7; }
.credential-applications > div:last-child { align-self: end; }
.application-links { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 38px; border-top: 1px solid rgba(23,34,29,.3); border-left: 1px solid rgba(23,34,29,.3); }
.application-links a { min-height: 145px; padding: 22px; color: var(--ink); border-right: 1px solid rgba(23,34,29,.3); border-bottom: 1px solid rgba(23,34,29,.3); text-decoration: none; }
.application-links span { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
.application-links small { display: block; margin-top: 20px; color: #536159; font-size: 13px; line-height: 1.55; }
.application-links a:hover span { text-decoration: underline; text-underline-offset: 5px; }

.coverage-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 72px; }
.coverage-grid article { display: flex; min-height: 330px; flex-direction: column; padding: 30px; border: 1px solid var(--line); background: #f8f6ef; }
.coverage-grid article > p { color: #68756e; }
.coverage-grid h3 { margin: 46px 0 16px; font-size: clamp(27px, 2.4vw, 38px); line-height: 1.08; }
.coverage-grid article > span { color: #5b6861; font-size: 14px; line-height: 1.65; }
.coverage-grid a { width: fit-content; margin-top: auto; padding-top: 28px; color: #36443d; font-family: "Position Mono", monospace; font-size: 12px; font-weight: 650; }

.source-standards { background: #f8f6ef; }
.source-standard-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(23,34,29,.3); border-left: 1px solid rgba(23,34,29,.3); }
.source-standard-grid article { min-height: 300px; padding: 25px; border-right: 1px solid rgba(23,34,29,.3); border-bottom: 1px solid rgba(23,34,29,.3); }
.source-standard-grid article > span { color: #68756e; }
.source-standard-grid h3 { margin: 66px 0 15px; font-size: 25px; line-height: 1.12; }
.source-standard-grid p { margin: 0; color: #536159; font-size: 13px; line-height: 1.65; }

.credential-cta { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 60px; padding: 100px 7vw 110px; background: #d68462; }
.credential-cta .kicker { color: rgba(23,34,29,.65); }
.credential-cta h2 { max-width: 850px; }
.credential-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.credential-text-link { color: var(--ink); font-family: "Position Mono", monospace; font-size: 12px; font-weight: 650; }

@media (max-width: 1080px) {
  .credential-hero { grid-template-columns: 1fr; }
  .credential-hero-copy { min-height: 680px; }
  .credential-proof { min-height: 520px; }
  .recognition-grid,
  .speaking-list { grid-template-columns: 1fr; }
  .recognition-grid article { min-height: 340px; }
  .recognition-grid h3 { margin-top: 48px; }
  .speaking-list article { min-height: 0; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.28); }
  .speaking-list article + article { padding-left: 0; border-left: 0; }
  .speaking-list h3 { margin-top: 30px; }
  .credential-cta { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .credential-intro,
  .credential-testimonials,
  .credential-applications,
  .source-standards { grid-template-columns: 1fr; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p:last-child { grid-column: 1; }
  .coverage-grid { grid-template-columns: 1fr; }
  .source-standard-grid { grid-template-columns: 1fr; }
  .source-standard-grid article { min-height: 225px; }
  .source-standard-grid h3 { margin-top: 44px; }
}

@media (max-width: 650px) {
  .credential-hero-copy { min-height: 640px; padding: 62px 20px 72px; }
  .credential-breadcrumb { margin-bottom: 44px; }
  .credential-hero h1 { font-size: clamp(52px, 16vw, 69px); }
  .credential-lede { font-size: 15px; }
  .credential-proof { min-height: 470px; padding: 58px 20px 62px; }
  .credential-proof dl div { grid-template-columns: 90px 1fr; }
  .credential-intro,
  .credential-testimonials,
  .credential-applications,
  .source-standards,
  .credential-leadership,
  .credential-coverage { padding: 84px 20px 92px; }
  .credential-recognition,
  .credential-speaking { padding: 84px 20px 92px; }
  .credential-testimonials blockquote { padding-left: 20px; }
  .recognition-grid,
  .speaking-list,
  .coverage-grid { margin-top: 54px; }
  .recognition-grid article { min-height: 380px; padding: 24px; }
  .leadership-list { margin-top: 52px; }
  .leadership-list > li { grid-template-columns: 72px 1fr; gap: 14px; }
  .leadership-list > li > a,
  .multi-sources,
  .record-label { grid-column: 2; justify-content: flex-start; text-align: left; }
  .application-links { grid-template-columns: 1fr; }
  .coverage-grid article { min-height: 340px; padding: 24px; }
  .credential-cta { padding: 80px 20px 90px; }
}
