.insights-page { background: var(--paper); }
.insights-header { background: rgba(8,17,26,.98); }

.insights-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 22% 30%, rgba(77,107,130,.24), transparent 34%),
    linear-gradient(130deg, #07111a 0%, #0e1c28 60%, #09131d 100%);
}
.insights-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .11;
  background-image: linear-gradient(120deg, transparent 0 48%, rgba(255,255,255,.07) 50%, transparent 52%);
  background-size: 190px 190px;
}
.insights-hero-layout {
  position: relative;
  z-index: 1;
  min-height: 660px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(400px, .96fr);
  gap: 70px;
  align-items: center;
  padding-block: 82px;
}
.insights-hero-copy { max-width: 760px; }
.insights-hero-copy h1 {
  margin: 0;
  max-width: 740px;
  color: #fff;
  font-size: clamp(4rem, 6vw, 7rem);
  line-height: .94;
}
.insights-hero-copy .lede {
  max-width: 665px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.76);
  font-size: clamp(1.05rem, 1.4vw, 1.28rem);
  line-height: 1.72;
}
.insights-hero-note {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(224,181,110,.35);
  color: rgba(255,255,255,.58);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.insights-hero-photo {
  position: relative;
  margin: 0;
  min-height: 480px;
  overflow: hidden;
  border: 1px solid rgba(224,181,110,.3);
  box-shadow: 0 28px 65px rgba(0,0,0,.3);
}
.insights-hero-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5,12,18,.78), transparent 52%);
  pointer-events: none;
}
.insights-hero-photo img,
.insights-hero-photo video {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center 28%;
  filter: saturate(.82) contrast(1.04);
}
.insights-hero-photo video { background: #08131d; }
.video-label {
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 20px;
  padding: 8px 11px;
  border: 1px solid rgba(224,181,110,.55);
  background: rgba(7,17,26,.72);
  color: var(--gold-bright);
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(5px);
}
.insights-hero-photo figcaption {
  position: absolute;
  z-index: 2;
  left: 28px;
  bottom: 24px;
  max-width: 330px;
  color: rgba(255,255,255,.88);
  font-family: var(--serif);
  font-size: 1.35rem;
  line-height: 1.25;
}

.featured-perspective {
  padding: 92px 0 98px;
  background: linear-gradient(120deg, #f8f5ef, #eee8de);
}
.featured-perspective-layout {
  display: grid;
  grid-template-columns: .42fr 1.08fr .72fr;
  gap: 48px;
  align-items: start;
}
.featured-label {
  padding-top: 8px;
  border-top: 1px solid var(--gold);
}
.featured-label > span {
  color: #46525d;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.featured-copy h2 {
  margin: 0;
  color: #0f1d29;
  font-size: clamp(3rem, 4.6vw, 5.4rem);
  line-height: .98;
}
.featured-deck {
  margin: 24px 0 18px;
  color: #21303d;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 1.7vw, 1.7rem);
  font-style: italic;
  line-height: 1.4;
}
.featured-copy > p:not(.featured-deck) {
  margin: 0;
  color: #55616b;
  line-height: 1.75;
}
.featured-copy blockquote {
  margin: 30px 0 0;
  padding: 19px 0 0 24px;
  border-left: 2px solid var(--gold);
  color: #172431;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-style: italic;
  line-height: 1.35;
}
.development-note {
  display: inline-block;
  margin-top: 24px;
  color: var(--gold-dark);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.featured-image {
  margin: 0;
  min-height: 500px;
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(9,18,28,.12);
}
.featured-image img,
.featured-image video {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
}

.featured-image img {
  object-position: 53% center;
}

.featured-image video {
  background: #08131d;
  object-position: center 12%;
}

.editorial-grid { padding: 92px 0 104px; background: #fff; }
.insights-section-heading {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(320px,.7fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 54px;
}
.insights-section-heading h2,
.idea-index-intro h2,
.field-notes-heading h2,
.insights-close h2 {
  margin: 0;
  color: #0f1d29;
  font-size: clamp(2.8rem, 4.2vw, 4.9rem);
  line-height: 1;
}
.insights-section-heading > p {
  margin: 0 0 5px;
  color: #5a646d;
  line-height: 1.72;
}
.insight-cards {
  display: grid;
  grid-template-columns: 1.25fr .875fr .875fr;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.insight-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: 36px 32px 34px;
  border-left: 1px solid var(--rule);
}
.insight-card:first-child { border-left: 0; }
.insight-card-feature {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(6,15,22,.9), rgba(15,31,44,.88)),
    url('assets/insights-network-capabilities.jpg') center 32%/cover no-repeat;
}
.insight-category {
  color: var(--gold-dark);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.insight-card-feature .insight-category { color: var(--gold-bright); }
.insight-card h3 {
  margin: 70px 0 18px;
  color: #122230;
  font-size: clamp(2rem, 2.65vw, 3.15rem);
  line-height: 1.04;
}
.insight-card-feature h3 { color: #fff; }
.insight-card p {
  margin: 0;
  color: #5a646d;
  line-height: 1.7;
}
.insight-card-feature p { color: rgba(255,255,255,.76); }
.insight-line {
  margin-top: auto;
  padding-top: 25px;
  border-top: 1px solid rgba(224,181,110,.4);
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 1.2rem;
  font-style: italic;
}

.idea-index {
  padding: 92px 0;
  color: #fff;
  background: linear-gradient(130deg, #0d1b27, #07111a 75%);
}
.idea-index-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 80px;
  align-items: start;
}
.idea-index-intro h2 { color: #fff; }
.idea-index-intro > p:not(.kicker) {
  max-width: 510px;
  color: rgba(255,255,255,.68);
  line-height: 1.7;
}
.idea-index-list { border-top: 1px solid rgba(255,255,255,.15); }
.idea-index-list article {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.idea-index-list article > span {
  color: var(--gold-bright);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .12em;
}
.idea-index-list h3 {
  margin: 0;
  color: #fff;
  font-size: 1.65rem;
}
.idea-index-list p {
  max-width: 760px;
  margin: 8px 0 0;
  color: rgba(255,255,255,.67);
  line-height: 1.62;
}

.field-notes { padding: 90px 0 98px; background: #f6f1e8; }
.field-notes-heading { max-width: 780px; margin-bottom: 42px; }
.field-note-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.field-note-grid article {
  min-height: 340px;
  padding: 32px 30px;
  border-left: 1px solid var(--rule);
}
.field-note-grid article:first-child { border-left: 0; }
.field-note-number {
  color: var(--gold-dark);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .12em;
}
.field-note-grid blockquote {
  margin: 62px 0 20px;
  color: #13212d;
  font-family: var(--serif);
  font-size: clamp(1.7rem,2.1vw,2.35rem);
  line-height: 1.14;
}
.field-note-grid p { margin: 0; color: #5a646d; line-height: 1.65; }

.insights-photo-break { background: #0a151f; }
.insights-photo-grid {
  display: grid;
  grid-template-columns: 1fr .9fr 1fr;
  min-height: 470px;
}
.insights-photo-grid figure { margin: 0; overflow: hidden; }
.insights-photo-grid figure img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(.78) contrast(1.05);
}

.insights-photo-grid figure:last-child img {
  object-position: center 18%;
}
.photo-break-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 46px;
  color: #fff;
  background: linear-gradient(145deg, #102333, #08131d);
}
.photo-break-copy blockquote {
  margin: 8px 0 22px;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(2rem,2.9vw,3.45rem);
  line-height: 1.07;
}
.photo-break-copy > p:not(.kicker) { color: rgba(255,255,255,.67); line-height: 1.65; }

.insights-close { padding: 88px 0 92px; color: #fff; background: #07111a; }
.insights-close-layout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 70px;
  align-items: end;
}
.insights-close h2 { color: #fff; }
.insights-close p:not(.kicker) { max-width: 740px; color: rgba(255,255,255,.68); line-height: 1.7; }
.insights-close-actions { display: flex; gap: 14px; flex-wrap: wrap; justify-content: flex-end; }

@media (max-width: 1080px) {
  .insights-hero-layout { grid-template-columns: 1fr; gap: 34px; padding-block: 72px; }
  .insights-hero-photo { max-width: 760px; min-height: 390px; }
  .insights-hero-photo img, .insights-hero-photo video { height: 390px; }
  .featured-perspective-layout { grid-template-columns: .35fr 1fr; }
  .featured-image { grid-column: 1 / -1; min-height: 460px; }
  .featured-image img, .featured-image video { height: 460px; }
  .featured-image img { object-position: center 28%; }
  .featured-image video { object-position: center 12%; }
  .insight-cards { grid-template-columns: 1fr 1fr; }
  .insight-card-feature { grid-column: 1 / -1; }
  .insight-card:nth-child(3) { border-left: 1px solid var(--rule); }
  .insight-card:nth-child(2) { border-left: 0; }
  .idea-index-layout { grid-template-columns: 1fr; gap: 40px; }
  .insights-photo-grid { grid-template-columns: 1fr 1fr; }
  .photo-break-copy { grid-column: 1 / -1; order: -1; min-height: 330px; }
  .insights-close-layout { grid-template-columns: 1fr; gap: 28px; }
  .insights-close-actions { justify-content: flex-start; }
}

@media (max-width: 760px) {
  .insights-hero-layout { min-height: 0; padding-block: 54px; }
  .insights-hero-copy h1 { font-size: clamp(3.5rem,16vw,5rem); }
  .insights-hero-photo { min-height: 310px; }
  .insights-hero-photo img, .insights-hero-photo video { height: 310px; }
  .featured-perspective, .editorial-grid, .idea-index, .field-notes, .insights-close { padding-block: 64px; }
  .featured-perspective-layout { grid-template-columns: 1fr; gap: 28px; }
  .featured-image { grid-column: auto; min-height: 380px; }
  .featured-image img, .featured-image video { height: 380px; }
  .featured-image video { object-position: center 10%; }
  .insights-section-heading { grid-template-columns: 1fr; gap: 20px; }
  .insight-cards { grid-template-columns: 1fr; }
  .insight-card, .insight-card:nth-child(2), .insight-card:nth-child(3) { border-left: 0; border-top: 1px solid var(--rule); }
  .insight-card:first-child { border-top: 0; }
  .insight-card { min-height: 330px; }
  .insight-card h3 { margin-top: 42px; }
  .idea-index-list article { grid-template-columns: 48px 1fr; }
  .field-note-grid { grid-template-columns: 1fr; }
  .field-note-grid article { min-height: 260px; border-left: 0; border-top: 1px solid var(--rule); }
  .field-note-grid article:first-child { border-top: 0; }
  .field-note-grid blockquote { margin-top: 38px; }
  .insights-photo-grid { grid-template-columns: 1fr; }
  .insights-photo-grid figure img { min-height: 330px; }
  .photo-break-copy { grid-column: auto; min-height: 0; padding: 44px 28px; }
  .insights-close-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .insights-hero-photo video,
  .featured-image video { display: none; }
  .insights-hero-video,
  .featured-video {
    background: url('assets/linkedin-video-2-poster.jpg') center 48%/cover no-repeat;
  }
}
