.insights-page {
  --note-ink: #10201f;
  --note-muted: #5d6966;
  --note-paper: #fbfaf6;
  --note-ivory: #f4f1e8;
  --note-teal: #0c6661;
  --note-soft: #dceae5;
  --note-line: rgba(16, 32, 31, 0.14);
  margin: 0;
  background: var(--note-paper);
  color: var(--note-ink);
}

.note-shell {
  width: min(100%, 76rem);
  margin-inline: auto;
  padding-inline: clamp(1.25rem, 4vw, 3rem);
}

.note-header {
  border-bottom: 1px solid var(--note-line);
  background: rgba(251, 250, 246, 0.96);
}

.note-nav {
  min-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.note-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.note-brand img { width: 3.4rem; height: auto; }
.note-nav > a:last-child { color: var(--note-muted); font-size: 0.84rem; font-weight: 700; text-decoration: none; }

.notes-hero {
  padding: clamp(5rem, 11vw, 9rem) 0 clamp(4rem, 8vw, 6.5rem);
  border-bottom: 1px solid var(--note-line);
  background: var(--note-ivory);
}

.note-kicker,
.note-meta {
  margin: 0 0 1rem;
  color: var(--note-teal);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.notes-hero h1,
.article-hero h1,
.note-section-title,
.note-card h2,
.article-body h2,
.note-cta h2 {
  margin: 0;
  font-family: "Cardo", serif;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.notes-hero h1 { max-width: 54rem; font-size: clamp(3.4rem, 8vw, 6.6rem); }
.notes-hero > div > p:last-child { max-width: 42rem; margin: 1.6rem 0 0; color: var(--note-muted); font-size: 1.15rem; line-height: 1.75; }
.notes-index { padding: clamp(4.5rem, 9vw, 7.5rem) 0; }
.notes-index-head { display: grid; grid-template-columns: 1fr 0.6fr; gap: 3rem; align-items: end; margin-bottom: 3rem; }
.note-section-title { font-size: clamp(2.5rem, 5vw, 4rem); }
.notes-index-head > p { margin: 0; color: var(--note-muted); }
.notes-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--note-ink); }
.note-card { min-height: 23rem; display: flex; flex-direction: column; padding: clamp(1.6rem, 4vw, 2.5rem); border-bottom: 1px solid var(--note-line); text-decoration: none; }
.note-card:nth-child(odd) { border-right: 1px solid var(--note-line); }
.note-card:hover { background: white; }
.note-card h2 { max-width: 30rem; font-size: clamp(2rem, 3.6vw, 3rem); }
.note-card > p:not(.note-meta) { max-width: 34rem; margin: 1.15rem 0 0; color: var(--note-muted); line-height: 1.7; }
.note-card-footer { display: flex; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 2rem; color: var(--note-muted); font-size: 0.76rem; font-weight: 700; }
.note-card-footer span:last-child { color: var(--note-teal); }

.article-hero { padding: clamp(5rem, 10vw, 8rem) 0 clamp(3.5rem, 7vw, 5.5rem); background: var(--note-ivory); }
.article-hero .note-shell { width: min(100%, 66rem); }
.article-hero h1 { max-width: 62rem; font-size: clamp(3.2rem, 7.5vw, 6rem); }
.article-deck { max-width: 46rem; margin: 1.6rem 0 0; color: var(--note-muted); font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.7; }
.article-facts { display: flex; flex-wrap: wrap; gap: 0.7rem 1.5rem; margin-top: 2rem; color: var(--note-muted); font-size: 0.78rem; font-weight: 700; }
.article-layout { width: min(100%, 66rem); display: grid; grid-template-columns: 12rem minmax(0, 1fr); gap: clamp(2.5rem, 7vw, 6rem); padding-top: clamp(4rem, 8vw, 6.5rem); padding-bottom: clamp(4rem, 8vw, 6.5rem); }
.article-aside { align-self: start; position: sticky; top: 2rem; }
.article-aside p { margin: 0; color: var(--note-muted); font-size: 0.78rem; line-height: 1.6; }
.article-aside a { display: inline-flex; margin-top: 1rem; color: var(--note-teal); font-size: 0.78rem; font-weight: 800; text-decoration: none; }
.article-body { font-size: 1.03rem; }
.article-body > p:first-child { margin-top: 0; font-size: 1.18rem; line-height: 1.75; }
.article-body p { color: #34413f; line-height: 1.8; }
.article-body h2 { margin-top: 3.2rem; font-size: clamp(2rem, 4vw, 3rem); }
.article-body h3 { margin: 2rem 0 0.6rem; font-size: 1rem; }
.article-body ul { padding-left: 1.2rem; color: #34413f; }
.article-body li + li { margin-top: 0.65rem; }
.note-callout { margin: 2.5rem 0; padding: 1.5rem; border-left: 3px solid var(--note-teal); background: var(--note-soft); }
.note-callout strong { display: block; margin-bottom: 0.4rem; }
.note-callout p { margin: 0; }
.article-end { margin-top: 3.5rem; padding-top: 2rem; border-top: 1px solid var(--note-line); }
.article-end p { font-size: 0.9rem; }
.note-cta { padding: clamp(4rem, 8vw, 6.5rem) 0; background: var(--note-ink); color: white; }
.note-cta .note-shell { display: grid; grid-template-columns: 1fr 0.55fr; align-items: end; gap: 3rem; }
.note-cta h2 { font-size: clamp(2.4rem, 5vw, 4rem); }
.note-cta p { margin: 0; color: rgba(255, 255, 255, 0.65); }
.note-cta a { display: inline-flex; margin-top: 1.2rem; color: white; font-weight: 800; text-decoration: none; }
.note-footer { padding: 2.5rem 0; border-top: 1px solid var(--note-line); }
.note-footer .note-shell { display: flex; justify-content: space-between; gap: 1.5rem; color: var(--note-muted); font-size: 0.78rem; }

.insights-page a:focus-visible { outline: 3px solid #d59b47; outline-offset: 4px; }

@media (max-width: 760px) {
  .notes-index-head,
  .note-cta .note-shell,
  .article-layout { grid-template-columns: 1fr; }
  .notes-grid { grid-template-columns: 1fr; }
  .note-card:nth-child(odd) { border-right: 0; }
  .article-aside { position: static; }
  .note-footer .note-shell { flex-direction: column; }
}

