.eo-blog-concept {
  --blog-dark: #071013;
  --blog-ink: #171717;
  --blog-muted: #66605b;
  --blog-paper: #f5f0e8;
  --blog-paper-warm: #f9f4ec;
  --blog-rose: #b76569;
  --blog-rose-dark: #88484b;
  --blog-line: rgba(28, 20, 16, .14);
  background: var(--blog-paper);
  color: var(--blog-ink);
  font-family: "Inter", sans-serif;
}

.eo-blog-concept .blog-concept-page {
  background:
    radial-gradient(circle at 50% 15%, rgba(255, 255, 255, .78), rgba(255, 255, 255, 0) 36rem),
    linear-gradient(180deg, var(--blog-paper-warm), var(--blog-paper) 54%, #f2ede5);
  overflow: hidden;
}

.blog-hero {
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
  min-height: clamp(760px, 78vh, 900px);
  overflow: hidden;
  background: var(--blog-dark);
  color: #fff;
  padding: 190px 24px 120px;
}

.blog-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  filter: saturate(.82) contrast(1.02) brightness(.66);
}

.blog-hero__shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 48%, rgba(4, 11, 13, .16), rgba(4, 11, 13, .78) 58%, rgba(4, 11, 13, .92) 100%),
    linear-gradient(90deg, rgba(4, 11, 13, .82) 0%, rgba(4, 11, 13, .42) 44%, rgba(4, 11, 13, .78) 100%),
    linear-gradient(180deg, rgba(4, 11, 13, .82) 0%, rgba(4, 11, 13, .12) 42%, rgba(4, 11, 13, .68) 100%);
}

.blog-hero__copy {
  position: relative;
  z-index: 1;
  width: min(820px, 100%);
  margin-inline: auto;
  padding-top: 0;
  text-align: center;
}

.blog-kicker,
.blog-section-kicker,
.article-kicker,
.footer-kicker {
  margin: 0;
  color: var(--blog-rose);
  font-size: 10px;
  line-height: 1.1;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-weight: 800;
}

.blog-hero h1 {
  margin: 22px 0 24px;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(78px, 7vw, 132px);
  line-height: .9;
  font-weight: 500;
  letter-spacing: 0;
}

.blog-hero h1 em,
.blog-hero h1 span {
  color: var(--blog-rose);
  font-style: italic;
}

.blog-hero p:last-child {
  max-width: 560px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .86);
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.8;
}

.premium-about-body .blog-hero__copy {
  width: min(1240px, calc(100vw - 96px));
}

.premium-about-body .blog-hero h1 {
  max-width: none;
  font-size: clamp(76px, 5.7vw, 112px);
  text-wrap: wrap;
}

.blog-topics,
.featured-story,
.recent-articles {
  max-width: 1230px;
  margin-inline: auto;
}

.blog-topics {
  padding: 72px 24px 58px;
  text-align: center;
}

.blog-topics .blog-section-kicker {
  color: #333;
  margin-bottom: 38px;
}

.topic-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: stretch;
}

.topic-strip a {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 14px;
  color: #2b2724;
  text-decoration: none;
  min-height: 92px;
  padding: 0 30px;
}

.topic-strip a + a {
  border-left: 1px solid var(--blog-line);
}

.topic-strip svg {
  width: 45px;
  height: 45px;
  fill: none;
  stroke: var(--blog-rose);
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .25s ease, stroke .25s ease;
}

.topic-strip span {
  font-family: "Cormorant Garamond", serif;
  font-size: 17px;
  line-height: 1.1;
}

.topic-strip a:hover svg,
.topic-strip a:focus-visible svg {
  transform: translateY(-3px);
  stroke: var(--blog-rose-dark);
}

.featured-story {
  padding: 42px 24px 54px;
}

.featured-story > .blog-section-kicker,
.recent-articles__head {
  width: min(100%, 1024px);
  margin-inline: auto;
}

.featured-story > .blog-section-kicker {
  color: #25211e;
  margin-bottom: 26px;
}

.featured-story__grid {
  width: min(100%, 1024px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 66px;
  align-items: center;
}

.featured-story figure {
  margin: 0;
  overflow: hidden;
}

.featured-story img {
  width: 100%;
  aspect-ratio: 1.72;
  object-fit: cover;
  object-position: center;
  display: block;
}

.featured-story article {
  padding-top: 8px;
}

.featured-story h2,
.article-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  color: #171717;
  letter-spacing: 0;
  text-wrap: balance;
}

.featured-story h2 {
  max-width: 450px;
  margin-top: 24px;
  font-size: 42px;
  line-height: 1.05;
}

.featured-story article > p:not(.article-kicker) {
  max-width: 372px;
  margin: 27px 0 32px;
  color: var(--blog-muted);
  font-size: 13px;
  line-height: 1.8;
}

.text-arrow,
.article-card footer a,
.footer-link {
  color: var(--blog-rose-dark);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 10px;
  font-weight: 800;
}

.text-arrow::after,
.article-card footer a::after,
.footer-link::after {
  content: " ->";
  letter-spacing: 0;
}

.recent-articles {
  padding: 24px 24px 80px;
}

.recent-articles__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}

.recent-articles__head .blog-section-kicker {
  color: #28231f;
}

.article-card-grid {
  width: min(100%, 1024px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.article-card {
  background: rgba(255, 255, 255, .58);
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 472px;
}

.article-card > img {
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: cover;
  display: block;
}

.article-card > div {
  padding: 29px 31px 25px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
}

.article-card h3 {
  margin-top: 18px;
  font-size: 29px;
  line-height: 1.08;
}

.article-card p:not(.article-kicker) {
  margin: 18px 0 28px;
  color: var(--blog-muted);
  font-size: 13px;
  line-height: 1.75;
}

.article-card footer {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
}

.article-card time {
  color: #6f6861;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .06em;
  white-space: nowrap;
}

.blog-footer {
  background: #071013;
  color: rgba(255, 255, 255, .78);
  padding: 64px 24px 36px;
}

.blog-footer a {
  color: inherit;
  text-decoration: none;
}

.blog-footer__grid {
  width: min(100%, 1050px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr .9fr .95fr .7fr .95fr;
  gap: 42px;
}

.blog-footer__grid > section,
.blog-footer__gallery {
  border-left: 1px solid rgba(255, 255, 255, .08);
  padding-left: 38px;
}

.blog-footer__brand {
  border-left: 0 !important;
  padding-left: 0 !important;
}

.blog-footer__brand img {
  width: 160px;
}

.blog-footer__brand p,
.blog-footer section p:not(.footer-kicker) {
  margin: 22px 0;
  font-size: 13px;
  line-height: 1.8;
}

.blog-footer__social {
  display: flex;
  gap: 18px;
}

.blog-footer__social a {
  color: var(--blog-rose);
  font-size: 18px;
  line-height: 1;
}

.blog-footer .footer-kicker {
  margin-bottom: 21px;
}

.blog-footer__gallery {
  display: block;
  color: rgba(255, 255, 255, .86);
}

.blog-footer__gallery img {
  width: 100%;
  aspect-ratio: 1.25;
  object-fit: cover;
  display: block;
  margin: 12px 0 12px;
  border: 1px solid rgba(183, 101, 105, .34);
}

.blog-footer__gallery > span:last-child {
  display: block;
  color: var(--blog-rose);
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 10px;
  font-weight: 800;
  border-bottom: 1px solid rgba(183, 101, 105, .35);
  padding-bottom: 13px;
}

.blog-footer__bottom {
  width: min(100%, 1050px);
  margin: 54px auto 0;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, .09);
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  color: rgba(255, 255, 255, .62);
  font-size: 10px;
}

.blog-footer__bottom p {
  margin: 0;
}

.blog-footer__bottom nav {
  display: flex;
  gap: 34px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 800;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 1180px) {
  .blog-footer__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .topic-strip,
  .article-card-grid,
  .featured-story__grid {
    grid-template-columns: 1fr;
  }

  .topic-strip {
    gap: 0;
    text-align: left;
  }

  .topic-strip a {
    grid-template-columns: 48px 1fr;
    justify-items: start;
    align-items: center;
    min-height: 76px;
    padding: 14px 0;
  }

  .topic-strip a + a {
    border-left: 0;
    border-top: 1px solid var(--blog-line);
  }

  .featured-story__grid {
    gap: 30px;
  }

  .featured-story h2 {
    font-size: 36px;
  }

  .blog-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .blog-hero {
    min-height: 620px;
    padding: 126px 20px 78px;
  }

  .blog-hero h1 {
    font-size: 56px;
  }

  .premium-about-body .blog-hero__copy {
    width: min(350px, calc(100vw - 40px));
  }

  .premium-about-body .blog-hero h1 {
    max-width: none;
    font-size: 42px;
    line-height: .94;
  }

  .blog-hero p:last-child {
    font-size: 14px;
    line-height: 1.72;
  }
}

@media (max-width: 620px) {
  .blog-topics {
    padding-top: 48px;
  }

  .featured-story,
  .recent-articles {
    padding-inline: 18px;
  }

  .recent-articles__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .article-card {
    min-height: 0;
  }

  .article-card > div {
    padding: 25px 24px;
  }

  .blog-footer__grid,
  .blog-footer__bottom {
    grid-template-columns: 1fr;
  }

  .blog-footer__grid > section,
  .blog-footer__gallery {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding-top: 28px;
  }

  .blog-footer__brand {
    border-top: 0 !important;
    padding-top: 0 !important;
  }

  .blog-footer__bottom nav {
    flex-wrap: wrap;
    gap: 16px;
  }
}
