@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap");

.blog-page {
  background-color: #f7faf8;
  color: #003264;
}

.blog-page main {
  font-family: "Google Sans", "Source Sans 3", "Open Sans", Arial, sans-serif;
  background-color: #f7faf8;
  color: #003264;
}

.blog-page main *,
.blog-page main *::before,
.blog-page main *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.blog-page main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-page main h1 {
  text-transform: uppercase;
  font-size: clamp(3rem, 5vw, 7rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}

.blog-page main p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}

.blog-page main section {
  position: relative;
  width: 100%;
  height: 100svh;
  padding: 2rem;
  overflow: hidden;
}

.blog-page .intro,
.blog-page .outro {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.blog-page .intro {
  justify-content: flex-start;
  align-items: flex-end;
  text-align: left;
  background: #003264;
  color: #fff;
}

.blog-page .intro::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 50, 100, 0.84), rgba(0, 60, 110, 0.34) 48%, rgba(0, 60, 110, 0.05)),
    linear-gradient(0deg, rgba(0, 50, 100, 0.48), rgba(0, 50, 100, 0));
  z-index: 1;
}

.blog-page .blog-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-page .blog-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
  display: grid;
  gap: 18px;
  padding-bottom: clamp(1rem, 5vh, 3rem);
}

.blog-page .blog-hero-copy h1 {
  text-transform: none;
  font-size: clamp(3rem, 6vw, 6.8rem);
  font-weight: 500;
  line-height: 0.98;
}

.blog-page .blog-kicker {
  color: #bfe3a5;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
}

.blog-page .outro {
  background: #f7faf8;
  color: #003264;
}

.blog-page .spotlight {
  background: #003264;
  color: #fff;
  isolation: isolate;
}

.blog-page .blog-list-section {
  height: auto;
  min-height: 100svh;
  overflow: visible;
  display: block;
  padding: clamp(32px, 6vw, 86px) clamp(18px, 6vw, 88px);
  background: #f7faf8;
  color: #003264;
}

.blog-page .blog-list-wrap {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  gap: 30px;
  text-align: left;
}

.blog-page .blog-list-wrap h2 {
  max-width: 840px;
  color: #003264;
  font-size: clamp(34px, 5vw, 68px);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: 0;
}

.blog-page .blog-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
}

.blog-page .blog-list-item {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid #d8e2e9;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(0, 50, 100, 0.08);
}

.blog-page .blog-list-item:last-child {
  border-bottom: 1px solid #d8e2e9;
}

.blog-page .blog-list-image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0;
  border: 0;
  background: #eaf1f6;
}

.blog-page .blog-list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.blog-page .blog-list-item:hover .blog-list-image img {
  transform: scale(1.03);
}

.blog-page .blog-list-title,
.blog-page .blog-list-title:visited {
  display: grid;
  gap: 10px;
  min-height: 100%;
  padding: 18px;
  color: #003264;
  text-decoration: none;
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.12;
  font-weight: 600;
  letter-spacing: 0;
}

.blog-page .blog-list-title::before {
  content: none;
}

.blog-page .blog-date {
  color: #64aa28;
  font-size: 0.92rem;
  line-height: 1.2;
  font-weight: 700;
}

.blog-page .blog-list-title:hover,
.blog-page .blog-list-title:focus-visible {
  color: #005a8d;
}

.blog-page .project-index {
  position: relative;
  z-index: 2;
}

.blog-page .project-index h1 {
  color: #64aa28;
}

.blog-page .project-images {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 35%;
  padding: 50svh 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  z-index: -1;
}

.blog-page .project-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  opacity: 0.5;
  transition: all 0.3s ease;
  border: 1px solid rgba(234, 241, 246, 0.35);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.blog-page .project-names {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 2;
}

.blog-page .project-names p {
  color: #8fb0c6;
  transition: color 0.3s ease;
  text-align: right;
}

.blog-page .project-names a,
.blog-page .project-names a:visited {
  color: inherit;
  text-decoration: none;
}

.blog-page .project-names a:hover,
.blog-page .project-names a:focus-visible {
  color: #64aa28;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.blog-page .project-index h1,
.blog-page .project-images,
.blog-page .project-names p {
  will-change: transform;
}

.blog-page .outro-copy {
  display: grid;
  justify-items: center;
  gap: 1.25rem;
}

.blog-page .outro-copy .button {
  font-family: "Source Sans 3", "Open Sans", Arial, sans-serif;
}

.article-page main {
  background: #f7faf8;
}

.article-shell {
  max-width: 920px;
  margin: 0 auto;
  padding: 56px clamp(18px, 5vw, 72px);
}

.article-shell .eyebrow {
  color: #64aa28;
}

.article-shell h1 {
  margin: 0 0 18px;
  color: #003264;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.06;
  letter-spacing: 0;
}

.article-shell .lead {
  max-width: 760px;
}

.article-note {
  margin: 28px 0;
  padding: 20px;
  border: 1px solid #c8d2dc;
  border-radius: 8px;
  background: #fff;
}

.article-hero {
  margin: 30px 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #c8d2dc;
  background: #eaf1f6;
}

.article-hero img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.article-body {
  display: grid;
  gap: 18px;
  margin-top: 34px;
  font-size: 18px;
  line-height: 1.7;
}

.article-body h2 {
  margin-top: 22px;
  color: #003264;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.18;
}

.article-body h3 {
  color: #003c6e;
  font-size: 22px;
  line-height: 1.25;
}

.article-body p {
  margin: 0;
}

.article-body table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border: 1px solid #c8d2dc;
  border-radius: 8px;
  background: #fff;
}

.article-body th {
  color: #003264;
  background: #eaf1f6;
}

.article-body .article-cta {
  margin-top: 16px;
  padding: 22px;
  border-radius: 8px;
  background: #eaf1f6;
  border-left: 6px solid #64aa28;
}

.article-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 1000px) {
  .blog-page .project-images {
    width: calc(100% - 4rem);
    gap: 25svh;
  }

  .blog-page .project-names {
    max-width: calc(100% - 4rem);
  }

  .blog-page .project-names p {
    color: #fff !important;
    font-size: clamp(1rem, 4vw, 1.35rem);
  }

  .blog-page .intro::after {
    background:
      linear-gradient(0deg, rgba(0, 50, 100, 0.78), rgba(0, 60, 110, 0.2)),
      linear-gradient(90deg, rgba(0, 50, 100, 0.52), rgba(0, 60, 110, 0.08));
  }

  .blog-page .blog-hero-copy {
    max-width: 100%;
  }

  .blog-page .blog-hero-copy h1 {
    font-size: clamp(2.5rem, 12vw, 4.2rem);
  }

  .blog-page .blog-list-section {
    padding: 28px 18px 52px;
  }

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

  .blog-page .blog-list-title,
  .blog-page .blog-list-title:visited {
    font-size: 24px;
  }
}

@media (max-width: 680px) {
  .blog-page .blog-list {
    grid-template-columns: 1fr;
  }
}
