.story-resource-bar {
  background: #112a50;
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 22px 7vw;
  border-bottom: 1px solid #0d1c31;
}

.story-resource-bar strong,
.story-resource-actions strong {
  font-family: var(--display, Georgia, serif);
  font-size: 22px;
  font-weight: 500;
}

.story-resource-bar p,
.story-resource-actions p {
  margin: 5px 0 0;
  color: #d9e2f4;
  font-size: 12px;
  line-height: 1.5;
}

.story-resource-bar__links,
.story-resource-actions__links,
.resource-index-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.story-resource-bar a,
.story-resource-actions a,
.resource-index-card a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid currentColor;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 9px;
  font-weight: 900;
}

.story-resource-bar a:first-child,
.story-resource-actions a:first-child {
  background: #f0b24a;
  color: #111820;
  border-color: #f0b24a;
}

.story-resource-actions {
  margin-top: 34px;
  padding: 24px;
  background: #112a50;
  color: #fff;
  border: 1px solid #fff;
}

.story-resource-actions__links { margin-top: 18px; }

.resource-index-stack {
  display: grid;
  gap: 18px;
  margin: 0 0 70px;
}

.resource-index-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 30px;
  border: 1px solid var(--ink, #111820);
  background: var(--paper-light, #fffaf0);
}

.resource-index-card--promise { box-shadow: 8px 8px 0 #f0b24a; }
.resource-index-card--lakh { box-shadow: 8px 8px 0 #cf3f25; }

.resource-index-card small {
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: 9px;
  font-weight: 900;
}

.resource-index-card h2 {
  margin: 10px 0;
  font-family: var(--display, Georgia, serif);
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 500;
  line-height: 1.05;
}

.resource-index-card p {
  max-width: 720px;
  margin: 0;
  color: var(--muted, #4c535d);
  line-height: 1.6;
}

.resource-page {
  background: var(--paper, #f4efe4);
  color: var(--ink, #111820);
}

.resource-page__hero {
  padding: 90px 7vw 70px;
  border-bottom: 1px solid var(--ink, #111820);
  background: #eedfbe;
}

.resource-page__hero h1 {
  max-width: 1050px;
  margin: 18px 0;
  font-family: var(--display, Georgia, serif);
  font-size: clamp(52px, 7vw, 104px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .95;
}

.resource-page__hero > p:last-of-type {
  max-width: 780px;
  font-family: var(--display, Georgia, serif);
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.45;
}

.resource-page__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 25px;
}

.resource-page__meta span {
  border: 1px solid currentColor;
  padding: 8px 10px;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
}

.resource-page__body {
  max-width: 1240px;
  margin: auto;
  padding: 80px 6vw 110px;
}

.resource-page__section {
  margin-top: 75px;
}

.resource-page__section h2 {
  max-width: 900px;
  margin: 10px 0 28px;
  font-family: var(--display, Georgia, serif);
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 500;
  line-height: 1;
}

.method-grid,
.result-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--ink, #111820);
  border-left: 1px solid var(--ink, #111820);
}

.method-grid article,
.result-grid article {
  min-height: 190px;
  padding: 24px;
  border-right: 1px solid var(--ink, #111820);
  border-bottom: 1px solid var(--ink, #111820);
  background: #fffaf0;
}

.method-grid span,
.result-grid span,
.source-record small {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 9px;
  font-weight: 900;
}

.method-grid h3,
.result-grid strong {
  display: block;
  margin: 14px 0 8px;
  font-family: var(--display, Georgia, serif);
  font-size: 28px;
  font-weight: 500;
}

.source-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 45px;
}

.source-tools a {
  padding: 12px 15px;
  border: 1px solid currentColor;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 9px;
  font-weight: 900;
}

.source-records { display: grid; gap: 12px; }

.source-record {
  padding: 22px;
  border: 1px solid var(--ink, #111820);
  background: #fffaf0;
}

.source-record h3 {
  margin: 7px 0 12px;
  font-family: var(--display, Georgia, serif);
  font-size: 25px;
  font-weight: 500;
}

.source-record p { margin: 6px 0; line-height: 1.55; }
.source-record ul { margin: 15px 0 0; padding-left: 18px; }
.source-record li { margin: 7px 0; }
.source-record a { color: #153f75; font-weight: 800; }

@media (max-width: 760px) {
  .story-resource-bar,
  .resource-index-card { grid-template-columns: 1fr; }
  .story-resource-bar { padding: 22px 20px; }
  .method-grid,
  .result-grid { grid-template-columns: 1fr; }
  .resource-page__hero { padding: 65px 20px 55px; }
  .resource-page__body { padding: 55px 20px 85px; }
}
