.press-body {
  background-color: var(--paper);
  background-image: radial-gradient(circle, #dfe5ed 2.3px, transparent 2.5px);
  background-size: 30px 30px;
}

.press-body h2,
.press-body h3,
.press-body p { margin-top: 0; }

.press-body h2 {
  margin-bottom: 1.2rem;
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.press-body h3 { margin-bottom: 0.45rem; font-size: 1.08rem; line-height: 1.2; }
.press-body a { text-underline-offset: 0.22em; }

.press-shell {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1220px);
  margin: 0 auto;
  padding-bottom: 2rem;
}

.press-header {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.press-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: #111;
  font-weight: 800;
  letter-spacing: 0.015em;
  text-decoration: none;
}

.press-brand img { width: 28px; height: 42px; object-fit: contain; }
.press-brand:hover span, .press-brand:focus-visible span { color: var(--brand-red); }

.press-label {
  color: #777;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  margin-bottom: 0.65rem;
  color: var(--brand-red);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.press-hero {
  position: relative;
  min-height: 600px;
  padding: clamp(2rem, 5vw, 4.6rem);
  padding-top: clamp(5rem, 7vw, 6.5rem);
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  border: 5px solid var(--card-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 0 var(--card-border);
}

.press-hero-copy > .eyebrow {
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  margin: 0;
  font-size: 0.86rem;
  text-align: center;
}
.press-game-art { width: min(100%, 390px); height: auto; margin: -2rem auto 1.35rem; }
.press-hook { margin-bottom: 0.7rem; overflow-wrap: anywhere; font-size: clamp(1.5rem, 3vw, 2.75rem); font-weight: 800; line-height: 1.05; letter-spacing: -0.04em; }
.press-summary { max-width: 35rem; margin-bottom: 1.6rem; color: #3f3f3f; font-size: clamp(1rem, 1.35vw, 1.12rem); }

.press-cta {
  min-height: 52px;
  padding: 0.82rem 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--brand-red);
  border-radius: 10px;
  background: var(--brand-red);
  color: #fff;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: transform 150ms ease, background-color 150ms ease, color 150ms ease;
}

.press-cta:hover, .press-cta:focus-visible { background: #fff; color: var(--brand-red); transform: translateY(-2px); }

.press-trailer-block { min-width: 0; }
.press-trailer { position: relative; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #111; }
.press-trailer iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.media-caption { margin: 0.7rem 0 0; color: #666; font-size: 0.82rem; }
.media-caption a, .text-link { color: var(--link); font-weight: 700; }

.press-layout {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: minmax(230px, 0.36fr) minmax(0, 1fr);
  align-items: start;
  gap: 1.4rem;
}

.press-panel,
.press-section {
  border: 5px solid var(--card-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 0 var(--card-border);
}

.press-panel { padding: clamp(1.4rem, 3vw, 2.5rem); }
.press-main-column { display: grid; gap: 2.7rem; }
.prose-section p:not(.eyebrow) { max-width: 68ch; color: #333; font-size: 1.05rem; }
.prose-section p:last-child { margin-bottom: 0; }

.facts-list { margin: 0; }
.facts-list div { padding: 0.85rem 0; border-top: 1px solid #e8e8e8; }
.facts-list div:first-child { border-top: 0; padding-top: 0; }
.facts-list dt { color: #777; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.facts-list dd { margin: 0.18rem 0 0; overflow-wrap: anywhere; font-weight: 700; line-height: 1.3; }
.facts-list a { color: var(--link); }
.platform-list { display: grid; gap: 0.35rem; }

.feature-grid {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  list-style: none;
}

.feature-grid li { min-height: 120px; padding: 1.15rem; border-radius: 12px; background: #f3f4f6; }
.feature-grid strong, .feature-grid span { display: block; }
.feature-grid strong { margin-bottom: 0.35rem; line-height: 1.25; }
.feature-grid span { color: #555; font-size: 0.9rem; }
.content-note { margin: 2rem 0 0; padding: 1rem; border-left: 4px solid var(--brand-red); background: #fff6f6; color: #454545; font-size: 0.84rem; }

.press-section { margin-top: 2.7rem; padding: clamp(1.5rem, 3.5vw, 3rem); }
.section-heading { margin-bottom: 1.5rem; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 35rem; margin-bottom: 0.1rem; color: #666; font-size: 0.9rem; }

.press-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.press-shot { margin: 0; min-width: 0; overflow: hidden; border: 1px solid #dedede; background: #f6f6f6; }
.shot-preview { display: block; overflow: hidden; background: #111; }
.shot-preview img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; transition: opacity 150ms ease, transform 150ms ease; }
.shot-preview:hover img, .shot-preview:focus-visible img { opacity: 0.84; transform: scale(1.015); }
.press-shot figcaption { padding: 0.85rem; display: grid; gap: 0.65rem; font-size: 0.85rem; font-weight: 700; }

.media-actions { display: flex; flex-wrap: wrap; gap: 0.45rem 0.8rem; }
.media-actions a {
  color: var(--link);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.asset-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.asset-card { min-width: 0; overflow: hidden; border: 1px solid #dedede; background: #f6f6f6; }
.asset-card--wide { grid-column: span 2; }
.asset-preview { height: 250px; padding: 2.3rem; display: grid; place-items: center; overflow: hidden; background: #fff; }
.asset-preview img { width: auto; height: auto; max-width: 100%; max-height: 176px; object-fit: contain; }
.asset-preview--game { padding: 0.5rem; }
.asset-copy { padding: 1rem; }
.asset-copy p { margin-bottom: 0.9rem; color: #666; font-size: 0.85rem; }

.recognition { display: grid; grid-template-columns: 0.55fr 1.45fr; gap: 2rem; }
.recognition-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.recognition-grid article { min-height: 150px; padding: 1.35rem; display: flex; flex-direction: column; justify-content: center; border-left: 5px solid var(--brand-red); background: #f3f4f6; }
.recognition-grid p { margin-bottom: 0; }
.recognition-title { font-size: 1.18rem; font-weight: 800; }
.recognition-grid .award-item { border-left-color: #d7a928; }
.recognition-grid .support-item { border-left-color: #418dc2; }
.support-item img { width: min(190px, 100%); height: auto; margin-bottom: 1rem; }
.support-item--tigg img { width: min(95px, 100%); }
.support-item p { color: #555; font-size: 0.85rem; }

.contact-section { display: grid; grid-template-columns: 1fr 0.8fr; align-items: stretch; gap: 2rem; }
.contact-heading { padding: 0.5rem 0; }
.contact-heading > p:not(.eyebrow) { max-width: 52ch; font-size: 1.05rem; }
.contact-card { padding: 1.5rem; border-radius: 12px; background: #f3f4f6; }
.contact-card h2 { font-size: 1.6rem; }
.contact-card a { color: var(--link); font-weight: 700; overflow-wrap: anywhere; }
.contact-links { display: flex; flex-wrap: wrap; gap: 0.8rem 1.2rem; }

.press-footer {
  min-height: 120px;
  padding: 2rem 0 0;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  color: #666;
  font-size: 0.82rem;
}

.press-footer a { color: var(--brand-red); font-weight: 800; }
.press-footer p { margin-bottom: 0; }

@media (max-width: 900px) {
  .press-hero { min-height: auto; grid-template-columns: 1fr; }
  .press-hero-copy { display: grid; justify-items: center; text-align: center; }
  .press-summary { max-width: 43rem; }
  .press-game-art { width: min(100%, 350px); }
  .press-layout { grid-template-columns: 1fr; }
  .facts-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 1rem; }
  .facts-list div:nth-child(-n + 3) { border-top: 0; padding-top: 0; }
  .press-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .asset-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .recognition { grid-template-columns: 1fr; }
  .recognition-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 620px) {
  .press-body { background-size: 26px 26px; }
  .press-shell { width: min(100% - 24px, 1220px); }
  .press-header { min-height: 76px; }
  .press-hero { padding: 4.5rem 1.4rem 1.4rem; gap: 2rem; border-width: 3px; border-radius: 16px; box-shadow: 0 12px 0 var(--card-border); }
  .press-hero-copy > .eyebrow { top: 1.5rem; }
  .press-game-art { width: min(100%, 280px); margin-block: -1rem 1.2rem; }
  .press-hook { font-size: clamp(1.6rem, 8.5vw, 2.15rem); }
  .press-cta { width: 100%; }
  .press-layout { margin-top: 3rem; }
  .press-panel, .press-section { border-width: 3px; border-radius: 16px; box-shadow: 0 12px 0 var(--card-border); }
  .facts-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .facts-list div:nth-child(3) { border-top: 1px solid #e8e8e8; padding-top: 0.85rem; }
  .feature-grid, .press-gallery, .asset-grid, .recognition-grid, .contact-section { grid-template-columns: 1fr; }
  .asset-card--wide { grid-column: auto; }
  .asset-preview { height: 220px; }
  .asset-preview img { max-height: 146px; }
  .section-heading { align-items: start; flex-direction: column; gap: 0.6rem; }
  .press-footer { min-height: 100px; flex-direction: column; justify-content: center; }
}

@media (max-width: 400px) {
  .facts-list { grid-template-columns: 1fr; }
  .facts-list div:nth-child(2) { border-top: 1px solid #e8e8e8; padding-top: 0.85rem; }
}
