:root {
  --ink: #0a0b0e;
  --paper: #efebe2;
  --white: #f8f4ec;
  --orange: #ed6331;
  --mint: #b7d2c5;
  --line: rgba(10, 11, 14, .18);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, Arial, sans-serif; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.insight-header {
  min-height: 76px;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 30px;
  padding: 0 4.5vw;
  background: var(--ink);
  color: var(--white);
  border-bottom: 1px solid rgba(248, 244, 236, .18);
}
.insight-brand img { width: 142px; height: 49px; object-fit: contain; object-position: left; }
.insight-header nav { display: flex; justify-content: center; gap: 28px; font-size: 13px; }
.insight-header nav a { opacity: .7; }
.insight-header nav a:hover, .insight-header nav a[aria-current="page"] { opacity: 1; }
.insight-contact { padding: 14px 18px; background: var(--orange); color: var(--ink); font-size: 13px; font-weight: 800; }
.insight-hero { padding: clamp(80px, 10vw, 145px) 4.5vw clamp(75px, 9vw, 125px); background: var(--ink); color: var(--white); }
.eyebrow { margin: 0 0 24px; color: var(--orange); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.insight-hero h1 { max-width: 940px; margin: 0; font-size: clamp(52px, 7vw, 104px); font-weight: 500; line-height: .96; }
.insight-hero > p:last-child { max-width: 620px; margin: 36px 0 0 auto; color: rgba(248, 244, 236, .68); font-size: 19px; line-height: 1.55; }
.insight-listing { padding: 80px 4.5vw 120px; }
.listing-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.listing-head h2 { margin: 0; font-size: 32px; font-weight: 600; }
.listing-head > span { color: #69645c; font-size: 13px; }
.insight-row { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(34px, 6vw, 90px); padding: 46px 0; border-bottom: 1px solid var(--line); }
.insight-row-media { aspect-ratio: 16 / 10; overflow: hidden; background: #d7d1c8; }
.insight-row-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); transition: transform .4s ease; }
.insight-row:hover .insight-row-media img { transform: scale(1.025); }
.insight-row-copy { align-self: center; }
.insight-meta { display: flex; gap: 18px; color: #6a655e; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.insight-row h3 { max-width: 760px; margin: 24px 0 18px; font-size: clamp(30px, 4vw, 54px); font-weight: 500; line-height: 1.02; }
.insight-row-copy > p { max-width: 680px; margin: 0 0 26px; color: #5f5a53; font-size: 16px; line-height: 1.6; }
.read-link, .empty-insights a { display: inline-block; padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 800; }
.empty-insights { padding: 90px 0 20px; }
.empty-insights h2 { max-width: 760px; margin: 0 0 24px; font-size: clamp(38px, 5vw, 68px); font-weight: 500; line-height: 1.02; }
.empty-insights > p:not(.eyebrow) { max-width: 600px; color: #5f5a53; line-height: 1.6; }
.pager { display: flex; justify-content: space-between; gap: 20px; padding-top: 34px; font-size: 13px; }
.pager a { font-weight: 800; }
.pager span { color: #79736a; }
.insight-article { padding-bottom: 100px; }
.article-header { padding: 80px 4.5vw 65px; }
.back-link { display: inline-block; margin-bottom: 70px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 800; }
.article-header h1 { max-width: 1100px; margin: 30px 0; font-size: clamp(48px, 7vw, 96px); font-weight: 500; line-height: .98; }
.article-header > p { max-width: 700px; margin: 0 0 0 auto; color: #5d5851; font-size: 20px; line-height: 1.55; }
.article-byline { display: flex; justify-content: flex-end; gap: 20px; max-width: 700px; margin: 24px 0 0 auto; color: #6a655e; font-size: 12px; }
.article-cover { width: min(1180px, 91vw); margin: 0 auto 80px; aspect-ratio: 16 / 9; overflow: hidden; background: #d7d1c8; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-body { width: min(760px, 88vw); margin: 0 auto; font-size: 18px; line-height: 1.75; }
.article-body h2 { margin: 58px 0 20px; font-size: 36px; line-height: 1.15; }
.article-body h3 { margin: 42px 0 16px; font-size: 25px; }
.article-body a { color: #bd4419; text-decoration: underline; }
.article-body img { margin: 40px auto; }
.article-body blockquote { margin: 42px 0; padding: 8px 0 8px 24px; border-left: 4px solid var(--orange); font-size: 24px; line-height: 1.45; }
.article-next-step { width: min(930px, 91vw); margin: 85px auto 0; padding: 48px; background: var(--ink); color: var(--white); }
.article-next-step h2 { max-width: 700px; margin: 0; font-size: 38px; font-weight: 500; line-height: 1.08; }
.article-next-step > div { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.article-next-step a { padding: 14px 18px; border: 1px solid rgba(248, 244, 236, .5); font-size: 13px; font-weight: 800; }
.article-next-step a:first-child { background: var(--orange); border-color: var(--orange); color: var(--ink); }
.related-insights { padding: 75px 4.5vw 115px; background: var(--mint); }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(10, 11, 14, .2); }
.related-grid a { min-height: 290px; padding: 30px; background: var(--mint); }
.related-grid span { font-size: 11px; font-weight: 800; text-transform: uppercase; }
.related-grid h3 { margin: 60px 0 18px; font-size: 25px; font-weight: 500; line-height: 1.15; }
.related-grid p { color: #4f554f; font-size: 14px; line-height: 1.55; }
.insight-footer { display: grid; grid-template-columns: 1fr auto; gap: 60px; padding: 75px 4.5vw 35px; background: var(--ink); color: var(--white); }
.insight-footer img { width: 220px; height: auto; }
.insight-footer > div p { max-width: 380px; color: rgba(248, 244, 236, .58); line-height: 1.55; }
.insight-footer nav { display: grid; align-content: start; gap: 14px; color: rgba(248, 244, 236, .7); font-size: 14px; }
.insight-legal { grid-column: 1 / -1; margin: 35px 0 0; padding-top: 25px; border-top: 1px solid rgba(248, 244, 236, .2); color: rgba(248, 244, 236, .45); font-size: 12px; }
@media (max-width: 760px) {
  .insight-header { grid-template-columns: 1fr auto; padding: 0 18px; }
  .insight-header nav { display: none; }
  .insight-brand img { width: 125px; }
  .insight-contact { padding: 12px 14px; }
  .insight-hero { padding: 75px 18px 72px; }
  .insight-hero h1 { font-size: 50px; }
  .insight-hero > p:last-child { margin-left: 0; font-size: 17px; }
  .insight-listing { padding: 58px 18px 85px; }
  .insight-row { grid-template-columns: 1fr; gap: 24px; padding: 34px 0 42px; }
  .insight-row h3 { font-size: 34px; }
  .article-header { padding: 55px 18px 48px; }
  .back-link { margin-bottom: 52px; }
  .article-header h1 { font-size: 46px; }
  .article-header > p { font-size: 18px; }
  .article-byline { justify-content: flex-start; flex-direction: column; gap: 6px; }
  .article-cover { width: 100%; margin-bottom: 55px; }
  .article-body { width: calc(100% - 36px); font-size: 17px; }
  .article-next-step { width: calc(100% - 36px); margin-top: 60px; padding: 30px 24px; }
  .article-next-step h2 { font-size: 30px; }
  .article-next-step > div { flex-direction: column; }
  .article-next-step a { text-align: center; }
  .related-insights { padding: 58px 18px 75px; }
  .related-grid { grid-template-columns: 1fr; }
  .related-grid a { min-height: 230px; }
  .related-grid h3 { margin-top: 42px; }
  .insight-footer { grid-template-columns: 1fr; padding: 60px 18px 28px; }
  .insight-legal { grid-column: 1; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
