/* ============================================================ */
/* PRESS KIT — SPACE 002 / Jun Araki. Scoped, not loaded on any  */
/* other page. Extends style.css tokens/.eyebrow/.essay/.feature */
/* /.divider rather than replacing them.                         */
/* ============================================================ */

.press-main{ padding-bottom:40px; }

/* ===== HERO ===== */
.press-hero{ max-width:760px; margin:0 auto; padding:100px 32px 60px; }
.press-hero .eyebrow{ display:block; margin-bottom:20px; }
.press-hero h1{
  font-family:'Poppins', sans-serif; font-weight:700;
  font-size:clamp(34px,5.5vw,52px); line-height:1.02; letter-spacing:-0.01em; margin-bottom:26px;
}
.press-hero p{ font-size:17px; line-height:1.8; color:#151515; max-width:620px; }
@media (max-width:720px){ .press-hero{ padding:64px 20px 44px; } }

/* ===== GENERIC SECTION ===== */
.press-section{ max-width:1100px; margin:0 auto; padding:64px 32px; }
.press-section .feature-head{ margin-bottom:36px; }
.press-section .feature-body{ max-width:680px; }
.press-section .feature-body p{ font-size:16px; line-height:1.85; color:#151515; margin-bottom:18px; }
@media (max-width:720px){ .press-section{ padding:44px 20px; } }

/* ===== ASSET GRIDS (Selected Works / Editorial Imagery) ===== */
.press-asset-grid{
  display:grid; grid-template-columns:repeat(3, 1fr); gap:28px;
}
@media (max-width:900px){ .press-asset-grid{ grid-template-columns:repeat(2, 1fr); } }
@media (max-width:560px){ .press-asset-grid{ grid-template-columns:1fr; } }

.press-asset{ display:flex; flex-direction:column; }
.press-asset figure{ margin:0; aspect-ratio:1/1; overflow:hidden; background:#111; }
.press-asset.tall figure{ aspect-ratio:3/4; }
.press-asset.wide figure{ aspect-ratio:4/3; }
.press-asset img{ width:100%; height:100%; object-fit:cover; display:block; }

.press-asset-meta{
  display:flex; justify-content:space-between; align-items:baseline;
  margin-top:12px; padding-top:12px; border-top:1px solid var(--hair);
  gap:12px;
}
.press-asset-title{
  font-family:'Poppins', sans-serif; font-weight:500; font-size:13px; letter-spacing:0.01em;
}
.press-asset-sub{
  font-family:'Poppins', sans-serif; font-weight:500; font-size:10px; letter-spacing:0.14em;
  text-transform:uppercase; color:var(--grey); display:block; margin-top:2px;
}
.press-download{
  font-family:'Poppins', sans-serif; font-weight:500; font-size:11px; letter-spacing:0.1em;
  text-transform:uppercase; color:var(--ink); white-space:nowrap;
  border-bottom:1px solid var(--hair-strong); padding-bottom:2px;
  transition:opacity 0.2s ease;
}
.press-download:hover{ opacity:0.55; }

/* ===== CREDITS ===== */
.press-credits-list{ display:flex; flex-direction:column; gap:10px; margin-bottom:28px; }
.press-credits-list span{ font-family:'Poppins', sans-serif; font-size:13px; color:var(--grey); }
.press-credits-list span b{
  color:var(--ink); font-weight:600; letter-spacing:0.08em; text-transform:uppercase;
  font-size:11px; margin-right:10px; display:inline-block; min-width:260px;
}
@media (max-width:640px){ .press-credits-list span b{ display:block; min-width:0; margin-bottom:2px; } }

/* ===== PRESS CONTACT ===== */
.press-contact-email{
  font-family:'Poppins', sans-serif; font-weight:600; font-size:20px;
  border-bottom:1px solid var(--hair-strong); padding-bottom:4px; display:inline-block;
}

/* ===== FULL KIT DOWNLOAD ===== */
.press-kit-download{
  display:flex; align-items:baseline; justify-content:space-between; flex-wrap:wrap; gap:16px;
  padding-top:26px; border-top:1px solid var(--hair);
}
.press-kit-download .press-download{ font-size:12px; }

/* ===== FILM ===== */
.press-film-figure{
  margin:0; width:100%; aspect-ratio:16/9; overflow:hidden; background:#111;
}
.press-film-figure video{ width:100%; height:100%; display:block; object-fit:contain; background:#111; }
.press-film .press-asset-meta{ max-width:100%; }
