.coe-hero {
  position: relative;
  padding: 4.6rem 0 3.1rem;
  overflow: hidden;
}

.coe-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(106deg, rgba(7, 7, 7, 0.95) 34%, rgba(7, 7, 7, 0.7) 100%),
    url("../images/unsplash/1451187580459-43490279c0fa.jpg") center/cover no-repeat;
}

.coe-eyebrow {
  font-size: 0.8rem;
  color: #d8d8d8;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.95rem;
  font-weight: 700;
}

.coe-hero h1 {
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 4.2vw, 3.8rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  max-width: 13ch;
}

.coe-hero-text {
  margin-top: 1rem;
  max-width: 72ch;
  color: #dddddd;
  font-size: 1rem;
}

.coe-document {
  padding-top: 2.6rem;
}

.coe-prose {
  max-width: 860px;
  margin: 0 auto;
}

.coe-prose h2 {
  font-family: "Sora", sans-serif;
  font-size: clamp(1.15rem, 2.2vw, 1.6rem);
  margin-top: 2rem;
  margin-bottom: 0.7rem;
  padding-top: 1.15rem;
  border-top: 1px solid #2d2d2d;
}

.coe-prose h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.coe-prose p,
.coe-prose li {
  color: #cdcdcd;
  font-size: 0.95rem;
  line-height: 1.7;
}

.coe-prose ol,
.coe-prose ul {
  margin-top: 0.65rem;
  margin-left: 1.15rem;
  display: grid;
  gap: 0.5rem;
}

.coe-cta {
  padding-top: 2.8rem;
}

.coe-cta-inner {
  max-width: 860px;
  margin: 0 auto;
  border-top: 1px solid #2d2d2d;
  padding-top: 1.25rem;
}

.coe-cta-inner h2 {
  font-family: "Sora", sans-serif;
  font-size: clamp(1.25rem, 2.4vw, 1.8rem);
  line-height: 1.2;
}

.coe-cta-inner p {
  margin-top: 0.7rem;
  margin-bottom: 1rem;
  color: #cfcfcf;
  max-width: 68ch;
}

@media (max-width: 760px) {
  .coe-hero {
    padding-top: 3.8rem;
  }

  .coe-prose p,
  .coe-prose li {
    font-size: 0.92rem;
  }
}
