.note-cover {
  border-bottom: 1px solid var(--ink);
  background: var(--paper);
}

.note-cover-grid {
  display: grid;
  grid-template-columns: minmax(12rem, 0.25fr) minmax(0, 1fr);
  gap: clamp(3rem, 8vw, 9rem);
  padding-block: clamp(4.25rem, 6.5vw, 6.75rem);
}

.note-cover-meta {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--ink);
  padding-right: clamp(1.5rem, 3vw, 3rem);
}

.note-back,
.note-cover-label,
.note-cover-byline,
.note-summary-label,
.note-practice-label,
.note-author-role {
  font-size: 0.64rem;
  font-weight: 680;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.note-back {
  display: inline-flex;
  gap: 0.8rem;
  align-items: center;
  width: fit-content;
  color: var(--aubergine);
  text-underline-offset: 0.25rem;
}

.note-back::before {
  width: 1.25rem;
  height: 1px;
  background: currentColor;
  content: "";
}

.note-cover-meta-copy {
  display: grid;
  gap: 1.2rem;
}

.note-cover-label,
.note-cover-byline {
  margin: 0;
  color: var(--aubergine);
  line-height: 1.55;
}

.note-cover-byline {
  color: var(--mauve);
  font-weight: 580;
  letter-spacing: 0.06em;
}

.note-cover-opening h1 {
  max-width: 14ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 5.8vw, 6.5rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.93;
  text-wrap: balance;
}

.note-standfirst {
  max-width: 52rem;
  margin: clamp(2.3rem, 4vw, 3.5rem) 0 0;
  color: var(--mauve);
  font-size: clamp(1.15rem, 1.75vw, 1.45rem);
  line-height: 1.5;
  text-wrap: pretty;
}

.note-reading {
  background: var(--chalk);
  padding-block: var(--section);
}

.note-reading-grid {
  display: grid;
  grid-template-columns: minmax(13rem, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(3.5rem, 9vw, 10rem);
  align-items: start;
}

.note-summary {
  position: sticky;
  top: 7rem;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding-block: 1.25rem 1.5rem;
}

.note-summary-label,
.note-practice-label {
  margin: 0;
  color: var(--aubergine);
}

.note-summary > p:last-child {
  margin: 1.25rem 0 0;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 570;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.note-prose {
  max-width: 50rem;
}

.note-prose .note-lede {
  max-width: 32ch;
  margin: 0 0 clamp(3rem, 6vw, 5rem);
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.25rem, 3.45vw, 3.65rem);
  letter-spacing: -0.04em;
  line-height: 1.04;
  text-wrap: balance;
}

.note-prose section + section {
  margin-top: clamp(3.5rem, 6vw, 5.5rem);
}

.note-practice + section {
  margin-top: clamp(3.5rem, 6vw, 5.5rem);
}

.note-prose h2 {
  max-width: 18ch;
  margin: 0 0 1.5rem;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.02;
  text-wrap: balance;
}

.note-prose p,
.note-prose li {
  color: var(--mauve);
  font-size: clamp(1.04rem, 1.3vw, 1.16rem);
  line-height: 1.75;
}

.note-prose p {
  margin: 0;
  text-wrap: pretty;
}

.note-prose p + p {
  margin-top: 1.35rem;
}

.note-prose ol,
.note-prose ul {
  margin: 1.6rem 0 0;
  padding-left: 1.4rem;
}

.note-prose li {
  padding-left: 0.5rem;
}

.note-prose li + li {
  margin-top: 0.75rem;
}

.note-prose li::marker {
  color: var(--aubergine);
  font-size: 0.8em;
  font-weight: 700;
}

.note-practice {
  position: relative;
  margin-top: clamp(3.5rem, 6vw, 5.5rem);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  padding-block: 1.5rem 1.8rem;
}

.note-practice h2 {
  margin-top: 1rem;
}

.note-author {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 1rem;
  max-width: 36rem;
  margin-top: clamp(4rem, 7vw, 6rem);
  border-top: 1px solid var(--ink);
  padding-top: 1.35rem;
}

.note-author p {
  margin: 0;
}

.note-author-role {
  color: var(--aubergine) !important;
  white-space: nowrap;
}

.note-author-name {
  color: var(--ink) !important;
  font-size: clamp(1.25rem, 2vw, 1.65rem) !important;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.2 !important;
}

.note-related {
  border-top: 1px solid var(--ink);
  background: var(--paper);
}

.note-related-link {
  display: grid;
  grid-template-columns: minmax(12rem, 0.25fr) minmax(0, 1fr);
  gap: clamp(3rem, 8vw, 9rem);
  padding-block: clamp(3.5rem, 6vw, 6rem);
  color: inherit;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}

.note-related-label {
  margin: 0;
  color: var(--aubergine);
  font-size: 0.64rem;
  font-weight: 680;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.note-related-title {
  max-width: 17ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  letter-spacing: -0.05em;
  line-height: 0.94;
}

.note-related-link:hover,
.note-related-link:focus-visible {
  background: var(--ink);
  color: var(--paper);
  outline: 0;
}

.note-related-link:hover .note-related-label,
.note-related-link:focus-visible .note-related-label {
  color: #e6dbe5;
}

.note-cta .cta-title {
  max-width: 12ch;
  line-height: 0.96;
}

@media (prefers-reduced-motion: reduce) {
  .note-related-link {
    transition: none;
  }
}

@media (max-width: 62rem) {
  .note-cover-grid,
  .note-reading-grid {
    grid-template-columns: 1fr;
  }

  .note-cover-meta {
    min-height: 0;
    flex-direction: row;
    gap: 2rem;
    border-right: 0;
    border-bottom: 1px solid var(--ink);
    padding: 0 0 1.5rem;
  }

  .note-cover-meta-copy {
    text-align: right;
  }

  .note-reading-grid {
    gap: 4rem;
  }

  .note-summary {
    position: static;
    max-width: 35rem;
  }
}

@media (max-width: 38rem) {
  .note-cover-grid {
    gap: 2.75rem;
    padding-block: 3.75rem 4.5rem;
  }

  .note-cover-meta {
    align-items: flex-start;
  }

  .note-cover-opening h1 {
    font-size: clamp(3.45rem, 15.8vw, 4.8rem);
    line-height: 0.92;
  }

  .note-standfirst {
    font-size: 1.08rem;
  }

  .note-reading-grid {
    gap: 3rem;
  }

  .note-prose .note-lede {
    font-size: clamp(2.1rem, 10.5vw, 3rem);
  }

  .note-prose h2 {
    font-size: clamp(1.9rem, 9vw, 2.5rem);
  }

  .note-author,
  .note-related-link {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .note-related-link {
    padding-block: 3.5rem;
  }
}
