/* Localized press kits share the studio's paper, typography and accent. */
.presskit main.wrap { padding-top: 28px; padding-bottom: 8px; }
.presskit .bar nav { flex-wrap: wrap; gap: 6px 20px; }

.presskit .language-links,
.presskit .kit-contents {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  font-size: 14px;
}

.presskit .language-links {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--rule);
}

.presskit .language-links a[aria-current="page"] {
  color: var(--ink);
  font-weight: 600;
  text-decoration-thickness: 2px;
}

.presskit .kit-heading { margin-top: 30px; }
.presskit .eyebrow { margin-bottom: 6px; color: var(--muted); font-size: 15px; }
.presskit .kit-heading .lede { font-size: 20px; }
.presskit .kit-contents { padding: 16px 0; border-block: 1px solid var(--rule); }
.presskit section { scroll-margin-top: 20px; }
.presskit h2 { margin-bottom: 18px; }
.presskit h3 { margin-bottom: 10px; }
.presskit .press-contact { overflow-wrap: anywhere; }
.presskit .file-size { font-size: 0.85em; white-space: nowrap; }
.presskit .cta .file-size { display: inline-block; }
.presskit .trailer-download { margin-top: 10px; }
.presskit video { aspect-ratio: 16 / 9; object-fit: contain; }
.presskit .kit-cover { margin: 0 0 24px; }

.presskit .kit-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 26px 20px;
}

.presskit .kit-gallery figure { margin: 0; min-width: 0; }
.presskit .kit-gallery a { display: inline-block; }
.presskit .kit-gallery figure > a { display: block; }
.presskit .kit-gallery figcaption { margin-top: 8px; }
.presskit .branding-gallery figure > .branding-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 210px;
  padding: 12px;
  border: 1px solid var(--rule);
  background: var(--tint);
}

.presskit .branding-preview img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 184px;
  object-fit: contain;
  border: 0;
  background: transparent;
}

.presskit .back-to-top { margin-top: 40px; }
.presskit footer a { overflow-wrap: anywhere; }

@media (min-width: 700px) {
  .presskit .kit-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
