.gmp-related-articles {
  padding: clamp(56px, 7vw, 96px) 0;
  background: #fff;
  color: #101522;
}
.gmp-related-articles--beige { background: #f4efe6; }
.gmp-related-articles--dark { background: #101010; color: #fff; }
.gmp-related-articles__inner {
  width: min(100% - 48px, 1400px);
  margin: 0 auto;
}
.gmp-related-articles__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: clamp(36px, 5vw, 64px);
}
.gmp-related-articles__eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
  font-family: Jost, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #b08a45;
}
.gmp-related-articles__eyebrow span {
  display: inline-block;
  width: 42px;
  height: 1px;
  background: currentColor;
}
.gmp-related-articles__title {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.05;
}
.gmp-related-articles__intro {
  max-width: 680px;
  margin-top: 18px;
  color: #5b5b5b;
  font-size: 18px;
  line-height: 1.65;
}
.gmp-related-articles--dark .gmp-related-articles__intro { color: rgba(255,255,255,.72); }
.gmp-related-articles__all {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  margin-top: 20px;
  font-family: Jost, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.gmp-related-articles__all span { font-size: 26px; font-weight: 400; }
.gmp-related-articles__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 56px);
}
.gmp-related-articles__card {
  min-width: 0;
}
.gmp-related-articles__image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eee7dc;
  text-decoration: none;
}
.gmp-related-articles__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.gmp-related-articles__card:hover .gmp-related-articles__image img { transform: scale(1.035); }
.gmp-related-articles__body {
  padding-top: 22px;
}
.gmp-related-articles__category {
  margin-bottom: 10px;
  font-family: Jost, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #b08a45;
}
.gmp-related-articles__item-title {
  max-width: 640px;
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.18;
  font-weight: 400;
}
.gmp-related-articles__item-title a {
  color: inherit;
  text-decoration: none;
}
.gmp-related-articles__item-title a:hover { color: #b08a45; }
.gmp-related-articles__meta {
  margin-top: 14px;
  font-family: Jost, system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #777;
}
.gmp-related-articles--dark .gmp-related-articles__meta { color: rgba(255,255,255,.6); }
.gmp-related-articles__text {
  margin: 16px 0 0;
  color: #5f5f5f;
  line-height: 1.7;
}
.gmp-related-articles--dark .gmp-related-articles__text { color: rgba(255,255,255,.72); }
.gmp-related-articles__readmore {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  font-family: Jost, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
}
.gmp-related-articles__readmore:hover { color: #b08a45; }
.gmp-related-articles--compact .gmp-related-articles__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(42px, 6vw, 84px);
  border-top: 1px solid rgba(0,0,0,.12);
  border-bottom: 1px solid rgba(0,0,0,.12);
  padding: 26px 0;
}
.gmp-related-articles--compact .gmp-related-articles__card {
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 34px);
  padding: 0;
  border-bottom: 0;
}
.gmp-related-articles--compact .gmp-related-articles__image { aspect-ratio: 4 / 3; }
.gmp-related-articles--compact .gmp-related-articles__body { min-width: 0; }
.gmp-related-articles--compact .gmp-related-articles__readmore { margin-top: 20px; }
.gmp-related-articles--compact .gmp-related-articles__body { padding-top: 0; }
.gmp-related-articles--compact .gmp-related-articles__item-title { font-size: clamp(22px, 2vw, 30px); }
@media (max-width: 900px) {
  .gmp-related-articles__header { display: block; }
  .gmp-related-articles__grid { grid-template-columns: 1fr; }
  .gmp-related-articles--compact .gmp-related-articles__grid { grid-template-columns: 1fr; gap: 30px; }
  .gmp-related-articles--compact .gmp-related-articles__card { grid-template-columns: 1fr; }
  .gmp-related-articles__inner { width: min(100% - 32px, 1400px); }
}
