/* ==========================================================================
   PRESS KIT STYLES — ASHEN PEAK STUDIO
   Theme: Cold Silver & Steel • Dark Obsidian • Minimalist Precision
   ========================================================================== */

.presskit-header {
  padding: calc(var(--nav-height) + 50px) 0 40px 0;
  border-bottom: 1px solid var(--border-subtle);
  background: radial-gradient(circle at 50% 0%, rgba(148, 163, 184, 0.08), transparent 70%);
}

.presskit-title-wrap {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.presskit-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 48px;
  padding: 50px 0 90px 0;
}

/* Factsheet Sidebar */
.factsheet-sidebar {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 30px;
  position: sticky;
  top: calc(var(--nav-height) + 24px);
  backdrop-filter: blur(12px);
  height: fit-content;
}

.factsheet-title {
  font-family: var(--font-mythic);
  font-size: 1.2rem;
  color: #ffffff;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-subtle);
  margin-bottom: 18px;
}

.factsheet-group {
  margin-bottom: 20px;
}

.factsheet-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.factsheet-value {
  font-size: 0.94rem;
  color: var(--text-primary);
  font-weight: 500;
}

.factsheet-value a {
  color: var(--color-silver-light);
  text-decoration: underline;
}

.factsheet-value a:hover {
  color: #ffffff;
}

/* Main Content Area */
.presskit-main {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.press-block h2 {
  font-size: 1.6rem;
  color: #ffffff;
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-subtle);
}

.press-block p {
  color: var(--text-secondary);
  font-size: 1.02rem;
  line-height: 1.8;
  margin-bottom: 16px;
}

.press-features-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 16px;
}

.press-features-list li {
  position: relative;
  padding-left: 26px;
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.6;
}

.press-features-list li::before {
  content: '◆';
  position: absolute;
  left: 0;
  color: var(--color-silver-dim);
  font-size: 0.8rem;
}

.press-features-list strong {
  color: #ffffff;
}

/* Asset Download Section */
.press-asset-box {
  background: var(--bg-slate);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.asset-box-info h4 {
  font-size: 1.05rem;
  color: #ffffff;
  margin-bottom: 4px;
}

.asset-box-info p {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 0;
}

.press-media-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.press-media-item {
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  background: #000;
  aspect-ratio: 16 / 9;
}

.press-media-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Logo Download Grid */
.press-logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.press-logo-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.press-logo-card img {
  max-height: 120px;
  width: auto;
  margin-bottom: 18px;
}
