.bletchley-page {
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
}

.bletchley-hero {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.bletchley-kicker {
  margin: 0;
  color: #ffffff;
  font-family: "Allerta Stencil", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bletchley-hero h1 {
  margin: 0;
  color: #ffffff;
  font-family: "Allerta Stencil", sans-serif;
  font-size: 20pt;
  font-weight: 400;
}

.bletchley-intro,
.bletchley-copy p {
  max-width: 1120px;
  margin: 0 auto 22px;
  color: #ffffff;
  font-family: "Courier New", monospace;
  font-size: 1rem;
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-word;
  text-indent: 2.2em;
}

.bletchley-copy a {
  color: #f2f6f0;
  font-family: inherit;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.bletchley-copy a:hover {
  color: #d8e6d4;
}

.bletchley-copy h2 {
  max-width: 1120px;
  margin: 0 auto 8px;
  color: #ffffff;
  font-family: "Allerta Stencil", sans-serif;
  font-size: 14pt;
  font-weight: 400;
}

.bletchley-figure {
  margin: 0 0 22px;
}

.bletchley-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.bletchley-copy--closing {
  margin-top: 4px;
}

.bletchley-copy--supplement {
  margin-top: -2px;
}

@media (max-width: 1080px) {
  .page-bletchley .reference-main {
    padding: 22px 18px 30px;
  }
}

@media (max-width: 760px) {
  .page-bletchley .reference-main {
    padding: 18px 10px 24px;
  }

  .bletchley-hero h1 {
    font-size: 18pt;
  }

  .bletchley-intro,
  .bletchley-copy p {
    font-size: 0.94rem;
    text-indent: 1.6em;
  }

}
