:root {
  --press-line: rgba(244, 240, 232, 0.14);
  --press-panel: rgba(255, 255, 255, 0.035);
}

.press-site {
  background:
    radial-gradient(circle at 78% 6%, rgba(142, 121, 198, 0.14), transparent 29rem),
    radial-gradient(circle at 18% 38%, rgba(255, 121, 93, 0.08), transparent 28rem),
    var(--game-black);
}

.press-header,
.press-hero,
.press-section,
.press-contact,
.press-footer {
  width: min(calc(100% - 64px), var(--game-max));
  margin-inline: auto;
}

.press-header {
  display: flex;
  min-height: 90px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--press-line);
}

.press-nav,
.press-footer nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.6vw, 32px);
}

.press-nav a,
.press-footer a {
  color: rgba(244, 240, 232, 0.72);
  font-size: 0.79rem;
  font-weight: 650;
  letter-spacing: 0.045em;
  text-decoration: none;
}

.press-nav a:hover,
.press-footer a:hover { color: var(--game-white); }

.press-nav .press-nav-store {
  padding: 10px 13px;
  border: 1px solid rgba(244, 240, 232, 0.27);
  border-radius: 999px;
  color: var(--game-white);
}

.press-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(280px, 0.65fr);
  gap: clamp(42px, 8vw, 130px);
  align-items: center;
  min-height: 640px;
  padding-block: 96px 84px;
}

.press-hero h1,
.press-section h2,
.press-contact h2 {
  margin: 0;
  color: var(--game-white);
  font-weight: 520;
  letter-spacing: -0.065em;
  line-height: 0.91;
}

.press-hero h1 {
  max-width: 700px;
  font-size: clamp(4rem, 7vw, 7.2rem);
}

.press-hero h1 em { display: block; color: rgba(244, 240, 232, 0.48); font-style: normal; }

.press-lede {
  max-width: 625px;
  margin: 28px 0 0;
  color: rgba(244, 240, 232, 0.68);
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  line-height: 1.55;
}

.press-lede strong { color: var(--game-white); }

.press-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.press-integrity {
  max-width: 570px;
  margin: 20px 0 0;
  color: var(--game-dim);
  font-size: 0.77rem;
  line-height: 1.55;
}

.press-icon-frame {
  position: relative;
  width: min(100%, 390px);
  margin: 0;
  justify-self: end;
  text-align: center;
}

.press-icon-frame::before {
  position: absolute;
  z-index: -1;
  inset: 11% 2%;
  border-radius: 50%;
  background: rgba(255, 121, 93, 0.24);
  filter: blur(64px);
  content: "";
}

.press-icon-frame img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(244, 240, 232, 0.14);
  border-radius: 22%;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.5);
}

.press-icon-frame figcaption,
.press-screen-grid figcaption,
.press-asset-note {
  color: var(--game-dim);
  font-size: 0.76rem;
  line-height: 1.5;
}

.press-icon-frame figcaption { margin-top: 15px; }

.press-section {
  padding-block: 88px;
  border-top: 1px solid var(--press-line);
}

.press-section-heading {
  max-width: 770px;
  margin-bottom: 42px;
}

.press-section h2,
.press-contact h2 { font-size: clamp(2.45rem, 4.6vw, 4.55rem); }

.press-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--press-line);
  border-left: 1px solid var(--press-line);
}

.press-facts div {
  min-height: 148px;
  padding: 25px;
  border-right: 1px solid var(--press-line);
  border-bottom: 1px solid var(--press-line);
  background: var(--press-panel);
}

.press-facts dt,
.press-copy-label {
  color: var(--game-coral);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.press-facts dd {
  margin: 14px 0 0;
  color: var(--game-white);
  font-size: 1.03rem;
  font-weight: 650;
  line-height: 1.35;
}

.press-copy-section { padding-bottom: 96px; }

.press-copy-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.05fr 1.25fr;
  gap: 14px;
}

.press-copy-card,
.press-detail-card {
  padding: 27px;
  border: 1px solid var(--press-line);
  border-radius: 4px;
  background: var(--press-panel);
}

.press-copy-card > p:not(.press-copy-label),
.press-detail-card > p:not(.game-kicker) {
  color: rgba(244, 240, 232, 0.76);
  line-height: 1.6;
}

.press-copy-card > p:last-child,
.press-detail-card > p:last-child { margin-bottom: 0; }

.press-copy-label { margin-bottom: 42px; }

.press-copy-card-long { background: linear-gradient(135deg, rgba(142, 121, 198, 0.12), rgba(255, 255, 255, 0.025)); }

.press-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.press-detail-card { min-height: 300px; }

.press-detail-card h2 {
  margin: 0 0 21px;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 0.98;
}

.press-detail-card a {
  color: var(--game-white);
  text-underline-offset: 4px;
}

.press-assets-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.press-text-link,
.press-contact-email {
  color: var(--game-white);
  font-weight: 700;
  text-decoration: none;
}

.press-text-link { padding-bottom: 7px; border-bottom: 1px solid var(--game-coral); }

.press-screen-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.press-screen-grid figure { margin: 0; }

.press-screen-grid a {
  display: block;
  overflow: hidden;
  border: 1px solid var(--press-line);
  background: #101015;
}

.press-screen-grid img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 240ms ease;
}

.press-screen-grid a:hover img { transform: scale(1.02); }
.press-screen-grid figcaption { margin-top: 10px; }
.press-asset-note { max-width: 650px; margin: 26px 0 0; }

.press-contact {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  padding-block: 94px;
  border-top: 1px solid var(--press-line);
}

.press-contact h2 { margin-bottom: 20px; }
.press-contact p { max-width: 560px; margin: 0; color: rgba(244, 240, 232, 0.67); }

.press-contact-email {
  flex: 0 0 auto;
  padding: 16px 0;
  border-bottom: 1px solid var(--game-coral);
  font-size: clamp(1rem, 2vw, 1.28rem);
}

.press-footer {
  width: min(calc(100% - 64px), var(--game-max));
}

@media (max-width: 900px) {
  .press-copy-grid { grid-template-columns: 1fr 1fr; }
  .press-copy-card-long { grid-column: 1 / -1; }
  .press-screen-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .press-header,
  .press-hero,
  .press-section,
  .press-contact,
  .press-footer { width: min(calc(100% - 32px), var(--game-max)); }
  .press-header { min-height: 74px; }
  .press-nav a:not(.press-nav-store) { display: none; }
  .press-hero { grid-template-columns: 1fr; min-height: 0; padding-block: 70px; }
  .press-icon-frame { width: min(78vw, 350px); justify-self: start; }
  .press-section { padding-block: 66px; }
  .press-facts,
  .press-copy-grid,
  .press-details-grid { grid-template-columns: 1fr; }
  .press-copy-card-long { grid-column: auto; }
  .press-facts div { min-height: 0; }
  .press-detail-card { min-height: 0; }
  .press-assets-heading,
  .press-contact { align-items: flex-start; flex-direction: column; }
  .press-screen-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .press-footer { width: min(calc(100% - 32px), var(--game-max)); }
}

@media (prefers-reduced-motion: reduce) {
  .press-screen-grid img { transition: none; }
}
