/* Press page styles — layered on top of Bootstrap 3 + freelancer.css */

.press-page { padding-top: 90px; }

.press-header { text-align: center; margin-bottom: 30px; }
.press-header h1 { font-family: 'Montserrat', sans-serif; color: #2C3E50; }
.press-header p.lead { color: #555; max-width: 720px; margin: 10px auto 0; }

/* Filter bar */
.press-filters {
  background: #f8f9fa;
  border: 1px solid #ecf0f1;
  border-radius: 8px;
  padding: 18px 20px;
  margin-bottom: 28px;
}
.press-filter-row { margin-bottom: 14px; }
.press-filter-row:last-child { margin-bottom: 0; }
.press-filter-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #95a5a6;
  margin-bottom: 8px;
}
.press-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.press-pills button {
  border: 1px solid #d6dbdf;
  background: #fff;
  color: #2C3E50;
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 14px;
  cursor: pointer;
  transition: all .15s ease;
}
.press-pills button:hover { border-color: #18BC9C; color: #18BC9C; }
.press-pills button.active {
  background: #18BC9C;
  border-color: #18BC9C;
  color: #fff;
  font-weight: 700;
}
.press-controls-inline { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.press-controls-inline .form-control { max-width: 280px; }
#press-count { color: #95a5a6; font-size: 14px; margin-left: auto; }

/* Card grid */
.press-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}
.press-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ecf0f1;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
  transition: transform .15s ease, box-shadow .15s ease;
}
.press-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,.12); }

.press-cover { height: 150px; position: relative; overflow: hidden; background: #2C3E50; }
.press-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.press-cover--fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.press-cover--fallback span {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0,0,0,.25);
}

.press-card-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.press-badges { margin-bottom: 10px; }
.press-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 4px;
  margin-right: 6px;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.press-badge--cat { color: #fff; background: #18BC9C; }
.press-badge--startup { background: #18BC9C; }
.press-badge--business { background: #2980B9; }
.press-badge--study { background: #8E44AD; }
.press-badge--award { background: #E67E22; }
.press-badge--scope { background: #ecf0f1; color: #7f8c8d; }

.press-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  line-height: 1.35;
  margin: 0 0 8px;
  color: #2C3E50;
}
.press-meta { font-size: 13px; color: #95a5a6; margin-bottom: 10px; }
.press-outlet { font-weight: 700; color: #34495E; }
.press-dot { margin: 0 6px; }
.press-summary {
  font-size: 14px;
  line-height: 1.55;
  color: #555;
  margin: 0 0 14px;
  flex: 1;
}
.press-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid #f0f2f3;
  padding-top: 12px;
}
.press-archive a { font-size: 13px; color: #95a5a6; }
.press-archive a:hover { color: #18BC9C; }

.press-clickable { cursor: pointer; }
.press-title.press-clickable:hover { color: #18BC9C; }
.press-cover.press-clickable:hover { opacity: .92; }
.press-summary-empty { color: #95a5a6; font-style: italic; }
.press-actions .btn { cursor: pointer; }

.press-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  color: #95a5a6;
  font-size: 18px;
}

@media (max-width: 480px) {
  .press-grid { grid-template-columns: 1fr; }
  #press-count { margin-left: 0; width: 100%; }
}
