/* /pog — loads after ../styles.css and only adds. */

.pog-hero { padding: 7rem 0 4rem; }

.pog-crumb { margin: 0 0 2.25rem; color: var(--faint); }

.pog-crumb a {
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px solid var(--rule-2);
}
.pog-crumb a:hover { color: var(--accent); border-bottom-color: var(--accent); }

.pog-hero .hero__line { font-size: clamp(2.25rem, 8vw, 3.75rem); }

.pog-lede {
  margin: 1.25rem 0 0;
  font-size: 1.0625rem;
  color: var(--muted);
  letter-spacing: -0.01em;
}

.pog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.5rem;
  margin: 3rem 0 0;
  color: var(--faint);
}

.pog-back { color: var(--accent); }

/* --------------------------------------------------------------------- */

.pog-section { padding-top: 5.5rem; }

.pog-copy {
  max-width: 32rem;
  margin: 1.75rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #34322c;
}


.pog-soon { margin: 0.75rem 0 0; color: var(--faint); }

/* ------------------------------------------------------------- bars -- */

.bars {
  margin: 2rem 0 0;
  padding: 1.5rem 0 0.5rem;
  font-size: 0.75rem;
  line-height: 2;
  color: var(--fg);
  overflow-x: auto;
}

.bars__cap { margin: 0.5rem 0 0; color: var(--faint); }

/* ------------------------------------------------------------ links -- */

.pog-again { padding-bottom: 1rem; }

.pog-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
  margin: 7rem 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid var(--rule);
}

.pog-links a {
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--rule-2);
  transition: color 120ms linear, border-color 120ms linear;
}

.pog-links a:hover,
.pog-links a:focus-visible { color: var(--accent); border-bottom-color: var(--accent); }

.foot__c { min-width: 1px; }

@media (max-width: 46rem) {
  .pog-hero { padding: 4rem 0 2.5rem; }
  .pog-meta { flex-direction: column; margin-top: 2.25rem; }
  .pog-section { padding-top: 4rem; }
  .pog-links { margin-top: 4.5rem; }
  .bars { font-size: 0.6875rem; line-height: 1.9; }
}
