/* ========================================
   Insights Archive
======================================== */

html,
body {
  margin: 0;
  background: #00172c;
}

.insights-page {
  --insights-navy: #00172c;
  --insights-blue: #42cceb;
  --insights-ink: #10283a;
  --insights-muted: #61717d;
  --insights-line: #dce5e9;
  margin: 0;
  padding: 0;
  background: #f7f9fa;
  color: var(--insights-ink);
}

.insights-container {
  width: min(1180px, calc(100% - 80px));
  margin: 0 auto;
}


/* ========================================
   Hero
======================================== */

.insights-hero {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 300px;
  margin: 0;
  padding: 112px 0 36px;
  color: #fff;
  background: var(--insights-navy);
}

.insights-hero .insights-container {
  position: relative;
  z-index: 2;
}

.insights-hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.9;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.72) 0 0.55px, transparent 0.9px),
    radial-gradient(circle, rgba(255, 255, 255, 0.5) 0 0.7px, transparent 1px),
    radial-gradient(circle, rgba(255, 255, 255, 0.82) 0 0.75px, transparent 1.1px),
    radial-gradient(circle, rgba(255, 255, 255, 0.42) 0 0.6px, transparent 0.95px),
    radial-gradient(circle, rgba(255, 255, 255, 0.64) 0 0.9px, transparent 1.25px),
    radial-gradient(circle, rgba(255, 255, 255, 0.36) 0 0.7px, transparent 1.05px);
  background-position:
    7px 13px,
    43px 29px,
    91px 67px,
    17px 101px,
    139px 41px,
    211px 127px;
  background-size:
    103px 79px,
    137px 113px,
    179px 137px,
    223px 167px,
    277px 211px,
    331px 257px;
  background-repeat: repeat;
  content: "";
  pointer-events: none;
}

.insights-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.88;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.92) 0 1.3px, transparent 1.8px),
    radial-gradient(circle, rgba(255, 255, 255, 0.78) 0 1.7px, transparent 2.2px),
    radial-gradient(circle, rgba(255, 255, 255, 0.96) 0 2.2px, transparent 2.8px),
    radial-gradient(circle, rgba(255, 255, 255, 0.68) 0 1.4px, transparent 1.9px),
    radial-gradient(circle, rgba(255, 255, 255, 0.9) 0 2.8px, transparent 3.4px);
  background-position:
    23px 47px,
    127px 19px,
    251px 153px,
    71px 229px,
    397px 83px;
  background-size:
    257px 193px,
    349px 263px,
    431px 317px,
    563px 389px,
    719px 487px;
  background-repeat: repeat;
  content: "";
  pointer-events: none;
}

.insights-hero-title {
  position: relative;
  margin: 0;
  padding-top: 0;
  font-family: Futura, "Yu Gothic", "YuGothic", Avenir, sans-serif;
  font-size: clamp(40px, 4.5vw, 60px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.insights-hero-description {
  max-width: 900px;
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.035em;
  color: rgba(255, 255, 255, 0.76);
}


/* ========================================
   Main
======================================== */

.insights-main {
  padding: 51px 0 144px;
}


/* ========================================
   Grid
======================================== */

.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 72px 36px;
}


/* ========================================
   Card
======================================== */

.insight-card {
  min-width: 0;
}

.insight-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.insight-card-thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e8eef1;
}

.insight-card-thumbnail::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(0, 23, 44, 0.07);
  content: "";
  pointer-events: none;
}

.insight-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease;
}

.insight-card-link:hover .insight-card-image {
  transform: scale(1.035);
  filter: saturate(0.9);
}

.insight-card-noimage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 13px;
  letter-spacing: 0.17em;
  color: #788995;
  background:
    linear-gradient(135deg, rgba(66, 204, 235, 0.08), transparent 60%),
    #e8eef1;
}

.insight-card-content {
  padding-top: 22px;
}

.insight-card-date {
  display: block;
  margin-bottom: 14px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #71828d;
}

.insight-card-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.025em;
  transition: color 0.25s ease;
}

.insight-card-link:hover .insight-card-title {
  color: #087c97;
}

.insight-card-excerpt {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.9;
  color: var(--insights-muted);
}

.insight-card-excerpt p {
  margin: 0;
}

.insight-card-more {
  display: inline-block;
  margin-top: 22px;
  padding-bottom: 5px;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--insights-ink);
  border-bottom: 1px solid var(--insights-blue);
}


/* ========================================
   Pagination
======================================== */

.insights-pagination {
  margin-top: 100px;
}

.insights-pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.insights-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  color: var(--insights-ink);
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--insights-line);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.insights-pagination a.page-numbers:hover {
  color: #087c97;
  border-color: var(--insights-blue);
}

.insights-pagination .page-numbers.current {
  color: #fff;
  background: var(--insights-navy);
  border-color: var(--insights-navy);
}

.insights-empty {
  font-size: 15px;
  color: var(--insights-muted);
}


/* ========================================
   Tablet
======================================== */

@media screen and (max-width: 1024px) {

  .insights-container {
    width: min(100% - 48px, 1180px);
  }

  .insights-hero {
    min-height: 290px;
    padding: 80px 0 34px;
  }

  .insights-main {
    padding: 80px 0 110px;
  }

  .insights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


/* ========================================
   Mobile
======================================== */

@media screen and (max-width: 767px) {

  .insights-container {
    width: calc(100% - 40px);
  }

  .insights-hero {
    min-height: 300px;
    padding: 76px 0 30px;
  }

  .insights-hero-title {
    padding-top: 0;
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.1;
  }

  .insights-hero-description {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.75;
  }

  .insights-hero-description br {
    display: none;
  }

  .insights-main {
    padding: 64px 0 96px;
  }

  .insights-grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .insight-card-content {
    padding-top: 18px;
  }

  .insight-card-title {
    font-size: 18px;
  }

  .insights-pagination {
    margin-top: 70px;
  }

}

