/* Halloway press page — the public factsheet for press and creators.
 * Dark and spare like the rest of the house: content floats on the corridor's
 * black, centered, phone-first. Sibling of download.css. */

.press-body {
  background:
    radial-gradient(70% 38% at 50% 10%, rgba(92, 75, 117, 0.2), transparent 72%),
    radial-gradient(84% 46% at 50% 94%, rgba(233, 79, 55, 0.07), transparent 76%),
    var(--bg);
}

.press-main {
  align-items: center;
}

.press-intro,
.press-facts,
.press-stores,
.press-media,
.press-studio {
  width: min(100%, 34rem);
  text-align: center;
  border: 0;
  background: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.press-eyebrow {
  margin: 0 0 0.6rem;
  color: var(--muted);
  font-family: Georgia, "Iowan Old Style", "Times New Roman", serif;
  font-style: italic;
  font-size: 0.92rem;
  letter-spacing: 0.06em;
}

.press-title {
  margin: 0;
  color: var(--fg);
  font-size: clamp(1.55rem, 7.4vw, 2.35rem);
  line-height: 1.1;
  font-weight: 750;
}

.press-lede {
  max-width: 32rem;
  margin: 0.95rem auto 0;
}

.press-note {
  max-width: 30rem;
  margin: 0.65rem auto 0;
  color: var(--fg-secondary);
  font-size: 0.92rem;
  line-height: 1.55;
}

.press-note a,
.press-fact a,
.press-link-list a {
  color: var(--accent-2);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

/* ── Factsheet — a quiet two-column ledger that stacks on narrow phones. ── */
.press-factsheet {
  margin: 1.1rem 0 0;
  display: grid;
  gap: 0.85rem;
  text-align: left;
}

.press-fact {
  display: grid;
  grid-template-columns: 7.2rem minmax(0, 1fr);
  gap: 0.35rem 0.9rem;
  align-items: baseline;
}

.press-fact dt {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.press-fact dd {
  margin: 0;
  color: var(--fg-secondary);
  font-size: 0.94rem;
  line-height: 1.5;
}

.press-fact code {
  font-size: 0.86em;
  color: var(--fg-secondary);
}

@media (max-width: 430px) {
  .press-fact {
    grid-template-columns: 1fr;
  }
}

/* ── Store badges + plain links (mirrors the download page). ── */
.press-store-links {
  width: 100%;
  margin: 1.2rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.68rem 0.82rem;
}

.press-store-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  text-decoration: none;
  border-radius: 9px;
}

.press-store-link:focus-visible {
  outline: 2px solid var(--accent-2);
  outline-offset: 4px;
}

.press-store-badge {
  display: block;
  height: clamp(2.32rem, 8.2vw, 3.08rem);
  width: auto;
  max-width: min(43vw, 9.45rem);
  object-fit: contain;
}

.press-link-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.65rem 1.15rem;
}

.press-link-list a {
  font-weight: 700;
}

/* ── The media grid — small dark plates, tap for the full file. ── */
.press-grid {
  list-style: none;
  margin: 1.2rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 0.9rem;
}

.press-grid-item--wide {
  grid-column: 1 / -1;
}

.press-grid-item a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.press-grid-item a:focus-visible {
  outline: 2px solid var(--accent-2);
  outline-offset: 3px;
}

.press-grid-item img {
  display: block;
  width: 100%;
  height: auto;
}

.press-grid-item--icon a {
  width: min(60%, 11rem);
  margin: 0 auto;
  border-radius: 22%;
}

.press-caption {
  margin: 0.5rem 0 0;
  color: var(--muted);
  font-size: 0.78rem;
}
