/* Shared blog catalog surfaces, keeping the existing website's type and colors. */
#blogs { scroll-margin-top: 110px; }
#blogs .journal-media { display: block; overflow: hidden; }
#blogs .journal-media::after { display: none; }
#blogs .journal-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
#blogs .journal-body h3 { overflow-wrap: anywhere; }
#blogs .journal-body, #blogs .journal-body h3 { color: var(--text); }
#blogs .journal-body p, #blogs .journal-body small { color: var(--muted); }
#blogs .journal-body b span { color: inherit; }
.blogs-main { margin-bottom: 0; padding: 170px 0 100px; background: #fff; }
.blogs-shell { width: min(1040px, calc(100% - 48px)); margin: 0 auto; }
.blogs-heading { display: grid; grid-template-columns: 1.1fr 1fr; align-items: end; gap: 80px; padding: 24px 0 85px; }
.blogs-heading h1 { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(2.4rem, 4.4vw, 3.6rem); font-weight: 800; line-height: 1.1; letter-spacing: -.05em; }
.blogs-heading h1 em { display: block; color: var(--navy); }
.blogs-heading > p { margin: 0 0 4px; color: #626b78; font-size: 1rem; line-height: 1.7; }
.blogs-list-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding-bottom: 20px; }
.blogs-list-heading h2 { margin: 0; font-family: "Manrope", sans-serif; font-size: 1rem; letter-spacing: 0; }
.blogs-list-heading h2 span, .blogs-list-heading p { color: #68717d; font-size: .78rem; font-weight: 500; }
.blogs-list-heading p { margin: 0; }
.blogs-entry { padding: 38px 0; border-top: 1px solid var(--line); }
.blogs-entry > a { display: grid; grid-template-columns: 290px minmax(0, 1fr); gap: 42px; align-items: center; }
.blogs-entry--text > a { grid-template-columns: 1fr; }
.blogs-entry img { width: 100%; height: 230px; object-fit: cover; border-radius: 18px; }
.blogs-meta { margin: 0 0 16px; color: #68717d; font-size: .76rem; }
.blogs-entry h3 { margin: 0 0 20px; font-family: "Manrope", sans-serif; font-size: clamp(1.6rem, 2.8vw, 2.2rem); font-weight: 800; line-height: 1.18; letter-spacing: -.045em; overflow-wrap: anywhere; }
.blogs-excerpt { margin: 0 0 22px; color: #626b78; font-size: .88rem; line-height: 1.75; overflow-wrap: anywhere; }
.blogs-entry > a:hover h3 { color: var(--navy); }
.blogs-entry > a:hover .text-link { text-decoration: underline; text-underline-offset: 4px; }
.blogs-page .footer { position: static; }
@media (max-width: 760px) {
  .blogs-main { padding: 125px 0 60px; }
  .blogs-heading { grid-template-columns: 1fr; gap: 26px; padding-bottom: 48px; }
  .blogs-entry > a { grid-template-columns: 180px minmax(0, 1fr); gap: 26px; }
  .blogs-entry--text > a { grid-template-columns: 1fr; }
  .blogs-entry img { height: 190px; }
}
@media (max-width: 520px) {
  .blogs-shell { width: calc(100% - 36px); }
  .blogs-entry { padding: 28px 0; }
  .blogs-entry > a { grid-template-columns: 1fr; gap: 24px; }
  .blogs-entry img { height: auto; aspect-ratio: 1.55; }
}
