/* ============================================================
   ORANO - Press / Media Kit
   A restrained bridge between the public landing page and the
   more editorial investor / partner pages.
   ============================================================ */

.press-hero {
  padding: clamp(96px, 11vh, 128px) var(--gutter) 58px;
  border-bottom: 1px solid var(--border);
}

.press-hero-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
}

.press-hero-copy { min-width: 0; }
.press-hero .kicker { margin-bottom: 14px; color: var(--red, #f04438); }
.press-hero h1 {
  max-width: 560px;
  font-size: clamp(36px, 5vw, 54px);
  font-weight: 600;
  letter-spacing: var(--ls-tight);
  line-height: 1.02;
  margin-bottom: 16px;
}
.press-hero .lead {
  max-width: 48ch;
  margin: 0 0 var(--s-4);
  font-size: 16px;
  line-height: 1.55;
}
.press-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.press-hero-actions .btn { margin: 0; }
.press-hero-banner {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #292929;
  background: #050505;
  box-shadow: 12px 12px 0 rgba(240, 68, 56, .045);
}
.press-hero-banner img { width: 100%; height: auto; display: block; }

.press-body {
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(64px, 8vw, 96px) var(--gutter) var(--s-8);
}
.press-section { margin-bottom: clamp(64px, 8vw, 96px); }
.press-section:last-child { margin-bottom: 0; }
.press-section h2 {
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 600;
  letter-spacing: var(--ls-tight);
  line-height: 1.1;
  margin-bottom: 8px;
}
.press-section .section-note {
  max-width: 68ch;
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-3);
  margin-bottom: var(--s-3);
}
.press-section .legal-body p,
.press-section .legal-body li { font-size: 14px; line-height: 1.58; }

/* asset card grids */
.asset-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 16px;
}
.asset-grid.brand-grid { grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); }
.asset-card {
  border: 1px solid #252525;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #070707;
  transition: border-color .2s ease, transform .2s ease;
}
.asset-card:hover { border-color: #414141; transform: translateY(-2px); }
.asset-card .asset-preview {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: #050505;
}
.asset-card.brand-card .asset-preview { background: #fff; }
.asset-card .asset-preview img { max-width: 100%; max-height: 100%; object-fit: contain; }

/* Mobile source screens are deliberately contained, never cropped. */
.asset-card.screenshot-card .asset-preview {
  height: 300px;
  padding: 22px 18px;
  background: #030303;
}
.asset-card.screenshot-card .asset-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Composite/editorial art should keep its full poster frame visible too. */
.asset-card.marketing-card .asset-preview {
  height: 270px;
  padding: 16px;
  background: #030303;
}
.asset-card.marketing-card .asset-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.asset-card.media-card .asset-preview { height: 280px; padding: 14px; }
.asset-card.media-card .asset-preview img { width: 100%; height: 100%; object-fit: contain; }

.asset-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border-top: 1px solid #252525;
}
.asset-card-footer span {
  min-width: 0;
  font-size: 12.5px;
  color: var(--text-2);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.asset-card-footer a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 500;
  color: var(--text);
  flex-shrink: 0;
}
.asset-card-footer a:hover { color: var(--platinum); }
.asset-card-footer svg { width: 13px; height: 13px; }

.press-asset-library {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
}
.press-asset-library .section-note { margin-bottom: 16px; }

/* founder */
.press-founder-photos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 16px;
  margin-bottom: var(--s-4);
}
.asset-card.founder-card .asset-preview { height: 270px; padding: 0; background: #050505; }
.asset-card.founder-card .asset-preview img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }

.press-founder-card {
  border: 1px solid #252525;
  border-radius: 18px;
  padding: var(--s-4);
  background: #070707;
  display: flex;
  gap: var(--s-3);
  align-items: flex-start;
}
.press-founder-card .avatar {
  width: 64px; height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid var(--border);
}
.press-founder-card .avatar img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.press-founder-card .founder-copy { flex: 1; min-width: 0; }
.press-founder-name { font-size: 17px; font-weight: 600; color: var(--text); }
.press-founder-role { font-size: 13px; color: var(--platinum); margin-bottom: 12px; }
.press-founder-links { display: flex; flex-wrap: wrap; gap: 6px 16px; margin-top: 10px; }
.press-founder-links a { font-size: 13px; color: var(--platinum); display: inline-flex; align-items: center; gap: 5px; }
.press-founder-links a:hover { color: var(--text); }
.press-founder-links svg { width: 12px; height: 12px; }

/* company info table */
.press-info-table {
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  background: #070707;
}
.press-info-row { display: flex; gap: 16px; padding: 14px 20px; font-size: 14px; }
.press-info-row + .press-info-row { border-top: 1px solid var(--border); }
.press-info-row .key { width: 140px; flex-shrink: 0; color: var(--text-3); }
.press-info-row .val { color: var(--text); }

/* press contact */
.press-contact-card {
  border: 1px solid #343434;
  border-radius: 18px;
  padding: var(--s-4);
  background: #070707;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.press-contact-card p { margin: 0; color: var(--text-2); font-size: 14px; }
.press-contact-card .email { font-size: 18px; font-weight: 600; color: var(--text); margin-top: 4px; }
.press-contact-actions { display: flex; gap: 10px; flex-wrap: wrap; }

@media (max-width: 900px) {
  .press-hero-inner { grid-template-columns: 1fr; max-width: 720px; }
  .press-hero-banner { max-width: 720px; }
}

@media (max-width: 640px) {
  .press-hero { padding-top: 82px; }
  .press-hero h1 { font-size: clamp(34px, 10vw, 46px); }
  .press-hero .lead { font-size: 15px; }
  .asset-grid,
  .asset-grid.brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .asset-card.screenshot-card .asset-preview { height: 260px; padding: 16px 12px; }
  .asset-card.marketing-card .asset-preview,
  .asset-card.media-card .asset-preview { height: 230px; padding: 12px; }
  .asset-card-footer { padding: 10px 11px; }
  .asset-card-footer span { font-size: 11px; }
  .asset-card-footer a { font-size: 11px; }
  .press-founder-card { flex-direction: column; }
  .press-info-row { flex-direction: column; gap: 4px; }
  .press-info-row .key { width: auto; }
  .press-contact-card { align-items: flex-start; flex-direction: column; }
}
