.ewns-authority-proof {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 8vw, 8rem) 0;
  color: #edf1ed;
  background:
    radial-gradient(circle at 14% 18%, rgba(205, 166, 83, .1), transparent 29rem),
    linear-gradient(135deg, #071b23 0%, #0a2730 100%);
  border-top: 1px solid rgba(205, 166, 83, .32);
  border-bottom: 1px solid rgba(205, 166, 83, .26);
}

.ewns-authority-proof::after {
  content: "";
  position: absolute;
  inset: 1.25rem;
  pointer-events: none;
  border: 1px solid rgba(205, 166, 83, .12);
}

.ewns-authority-proof__shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 7vw, 7.5rem);
  align-items: start;
}

.ewns-authority-proof__intro {
  max-width: 41rem;
}

.ewns-authority-proof__intro h2 {
  max-width: 15ch;
  margin: .8rem 0 1.4rem;
  color: #f7f4ec;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 4.4vw, 4.6rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
}

.ewns-authority-proof__intro > p:not(.curated-kicker) {
  max-width: 61ch;
  margin: 0;
  color: rgba(237, 241, 237, .77);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.75;
}

.ewns-authority-proof__intro .curated-actions {
  margin-top: 2rem;
}

.ewns-authority-proof__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(1.5rem, 3vw, 3.5rem);
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: ewns-authority-step;
}

.ewns-authority-proof__steps li {
  position: relative;
  min-height: 10.5rem;
  padding: 1.55rem 0 1.8rem 3.1rem;
  border-top: 1px solid rgba(205, 166, 83, .36);
  counter-increment: ewns-authority-step;
}

.ewns-authority-proof__steps li::before {
  content: "0" counter(ewns-authority-step);
  position: absolute;
  top: 1.65rem;
  left: 0;
  color: #d2aa55;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
}

.ewns-authority-proof__steps h3 {
  margin: 0 0 .65rem;
  color: #f7f4ec;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.ewns-authority-proof__steps p {
  margin: 0;
  color: rgba(237, 241, 237, .66);
  font-size: .94rem;
  line-height: 1.62;
}

.ewns-external-record {
  padding: clamp(4.2rem, 7vw, 7rem) 0;
  color: #09232b;
  background: #e9e4d8;
  border-top: 1px solid rgba(9, 35, 43, .13);
  border-bottom: 1px solid rgba(9, 35, 43, .13);
}

.ewns-external-record__head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(18rem, 1.1fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  margin-bottom: clamp(2.4rem, 4vw, 4rem);
}

.ewns-external-record__head h2 {
  max-width: 16ch;
  margin: .65rem 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.035em;
}

.ewns-external-record__head > p {
  max-width: 62ch;
  margin: 0;
  color: rgba(9, 35, 43, .73);
  font-size: 1rem;
  line-height: 1.72;
}

.ewns-external-record__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(9, 35, 43, .16);
  border-top: 2px solid #c9a250;
}

.ewns-external-record__card {
  display: flex;
  min-height: 18rem;
  flex-direction: column;
  padding: clamp(1.6rem, 2.7vw, 2.6rem);
  background: #f5f2ea;
}

.ewns-external-record__source {
  min-height: 2.6em;
  margin: 0 0 2.2rem;
  color: #8a6a28;
  font-size: .69rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.ewns-external-record__card p:not(.ewns-external-record__source) {
  margin: 0;
  color: rgba(9, 35, 43, .82);
  font-size: 1rem;
  line-height: 1.68;
}

.ewns-external-record__card a {
  display: inline-flex;
  gap: .7rem;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  padding-top: 2rem;
  color: #09232b;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}

.ewns-external-record__card a span {
  color: #b98a2f;
  font-size: 1rem;
  transition: transform .2s ease;
}

.ewns-external-record__card a:hover span,
.ewns-external-record__card a:focus-visible span {
  transform: translateX(.2rem);
}

.ewns-external-record__card a:focus-visible {
  outline: 2px solid #b98a2f;
  outline-offset: .35rem;
}

@media (max-width: 980px) {
  .ewns-authority-proof__shell,
  .ewns-external-record__head {
    grid-template-columns: 1fr;
  }

  .ewns-authority-proof__intro h2,
  .ewns-external-record__head h2 {
    max-width: 20ch;
  }

  .ewns-external-record__grid {
    grid-template-columns: 1fr;
  }

  .ewns-external-record__card {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .ewns-authority-proof {
    padding: 4rem 0;
  }

  .ewns-authority-proof::after {
    inset: .65rem;
  }

  .ewns-authority-proof__steps {
    grid-template-columns: 1fr;
  }

  .ewns-authority-proof__steps li {
    min-height: 0;
    padding-right: 4.25rem;
  }

  .ewns-external-record__head {
    grid-template-columns: 1fr;
  }

  .ewns-external-record__card {
    padding-right: 4.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ewns-external-record__card a span {
    transition: none;
  }
}
