body {
  margin: 0;
  background: #000;
}

.presskit {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px;
}

.press-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 32px;
  align-items: start;
}

.press-row img {
  max-height: 320px;
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.press-desc {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #ddd;
}

.press-title {
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.press-note {
  margin-bottom: 32px;
  padding: 12px 16px;
  border: 1px solid #333;
  color: #bbb;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: 13px;
  background: #0a0a0a;
}