/* Press single · Article — template-parts/gf-press-article.php */

.gf-press-article {
  position: relative;
  padding: 5.85rem 0 clamp(4rem, 7vw, 6rem);
  background: #050507;
  color: #fff;
}

.gf-press-crumbs {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start !important;
  width: auto !important;
  gap: 0.45rem !important;
  margin: 0 0 1.5rem !important;
  padding: 0 0 0.85rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.74rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

.gf-press-crumbs a {
  color: rgba(255, 255, 255, 0.72) !important;
  text-decoration: none !important;
}

.gf-press-crumbs a:hover {
  color: #ffcc00 !important;
}

.gf-press-crumbs__sep {
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  background: rgba(255, 204, 0, 0.5);
  flex: 0 0 auto;
}

.gf-press-crumbs__current {
  color: rgba(255, 255, 255, 0.92);
  max-width: 28ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gf-press-article__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 22rem);
  gap: clamp(1.75rem, 4vw, 3.25rem);
  align-items: start;
}

.gf-press-article__title,
.gf-press-article h1 {
  margin: 0 0 0.7rem !important;
  font-family: var(--font-display), sans-serif !important;
  font-size: clamp(1.85rem, 1.2rem + 1.6vw, 2.75rem) !important;
  font-weight: 650 !important;
  letter-spacing: -0.04em;
  line-height: 1.12;
  color: #fff !important;
}

.gf-press-article__date {
  margin: 0 0 1.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c9a227;
}

.gf-press-article__prose {
  max-width: 42rem;
}

.gf-press-article__prose > *:first-child {
  margin-top: 0 !important;
}

.gf-press-article__prose h2,
.gf-press-article__prose h3 {
  margin: 2rem 0 0.75rem !important;
  font-family: var(--font-display), sans-serif !important;
  font-weight: 650 !important;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: #fff !important;
}

.gf-press-article__prose h2 {
  font-size: clamp(1.3rem, 1.1rem + 0.5vw, 1.6rem) !important;
}

.gf-press-article__prose h3,
.gf-press-article__prose h4 {
  font-size: 1.12rem !important;
}

.gf-press-article__prose p {
  margin: 0 0 1.15rem !important;
  line-height: 1.75 !important;
  color: rgba(255, 255, 255, 0.74);
}

.gf-press-article__prose a {
  color: #ffcc00 !important;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.gf-press-article__prose ul,
.gf-press-article__prose ol {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
}

.gf-press-article__prose li {
  margin: 0 0 0.4rem;
  line-height: 1.65 !important;
  color: rgba(255, 255, 255, 0.74);
}

.gf-press-article__prose img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5rem auto;
}

.gf-press-article__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  margin-top: 0.5rem;
  padding: 0.6rem 1.2rem;
  background: #ffcc00;
  color: #08080a !important;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background 0.2s ease;
}

.gf-press-article__more:hover {
  background: #e6b800;
  color: #08080a !important;
}

.gf-press-article__media {
  position: sticky;
  top: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 1.75rem;
  background: #15161c;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.gf-press-article__media img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 18rem;
  object-fit: contain;
}

@media (max-width: 860px) {
  .gf-press-article {
    padding-top: 5.1rem;
  }

  .gf-press-article__grid {
    grid-template-columns: 1fr;
  }

  .gf-press-article__media {
    position: static;
    order: -1;
    aspect-ratio: 16 / 11;
  }
}
