.column-main {
  max-width: 880px;
  margin: 0 auto;
  padding: 36px 48px 80px;
}

.column-article,
.column-not-found {
  padding: 56px 64px;
  border: 1px solid rgba(201, 182, 131, .18);
  background: #11191d;
}

.column-header {
  margin-bottom: 34px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(201, 182, 131, .18);
}

.column-eyebrow {
  color: #c9b683;
  font: 500 10px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .25em;
}

.column-header h1,
.column-not-found h1 {
  margin: 14px 0 18px;
  color: #f5efe0;
  font: 500 30px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .03em;
  text-wrap: pretty;
}

.column-header time {
  color: rgba(232, 227, 216, .62);
  font: 500 11px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .1em;
}

.column-hero {
  margin: 0 0 36px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #080d10;
}

.column-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.column-lead {
  margin: 0 0 44px;
  padding: 22px 24px;
  border-left: 2px solid #c9b683;
  background: rgba(201, 182, 131, .06);
  color: rgba(232, 227, 216, .9);
  font: 400 15px/2.1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: justify;
  text-justify: inter-character;
}

.column-body section {
  margin-bottom: 44px;
}

.column-body h2 {
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(201, 182, 131, .2);
  color: #f5efe0;
  font: 500 23px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .03em;
}

.column-body p,
.column-cta p,
.column-not-found p {
  margin: 0 0 18px;
  color: rgba(232, 227, 216, .88);
  font: 400 15px/2.15 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: justify;
  text-justify: inter-character;
}

.column-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 54px;
  padding: 28px 30px;
  gap: 32px;
  border: 1px solid rgba(201, 182, 131, .28);
  background: rgba(201, 182, 131, .05);
}

.column-cta h2 {
  margin: 8px 0 10px;
  color: #f5efe0;
  font: 500 20px/1.55 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.column-cta p {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
}

.column-cta a,
.column-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 12px 18px;
  border: 1px solid rgba(201, 182, 131, .45);
  color: #c9b683;
  font: 600 10px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .14em;
}

.column-cta a:hover,
.column-links a:hover {
  border-color: #c9b683;
  background: rgba(201, 182, 131, .08);
  color: #f5efe0;
}

.column-links {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
  gap: 14px;
}

.column-not-found {
  text-align: center;
}

@media (max-width: 700px) {
  .column-main {
    padding: 28px 20px 82px;
  }

  .column-article,
  .column-not-found {
    padding: 36px 22px 44px;
  }

  .column-header h1,
  .column-not-found h1 {
    font-size: 24px;
  }

  .column-lead {
    padding: 18px 18px;
    font-size: 14px;
  }

  .column-body h2 {
    font-size: 20px;
  }

  .column-body p {
    font-size: 14px;
    line-height: 2.1;
  }

  .column-cta,
  .column-links {
    align-items: stretch;
    flex-direction: column;
  }

  .column-cta {
    padding: 24px 20px;
  }
}
