/* Magazine / press — dark default, light via [data-theme="light"] */
.babees-press-body {
  margin: 0;
  min-height: 100vh;
  font-family: "Cairo", "Outfit", system-ui, sans-serif;
  background: var(--bb-ink, #05060f);
  color: var(--bb-text, #f7f8ff);
}

.babees-press {
  max-width: 920px;
  margin: 0 auto;
  padding: 20px 18px 64px;
}

.babees-press-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 28px;
}

.babees-press-brand {
  font-weight: 900;
  font-size: 1.15rem;
  color: inherit;
  text-decoration: none;
  letter-spacing: -0.02em;
}

.babees-press-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}

.babees-press-cta,
.babees-theme-toggle,
.babees-press-cta-link,
.babees-press-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 999px;
  padding: 10px 16px;
  font: inherit;
  font-weight: 800;
  font-size: 0.84rem;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid var(--bb-line, rgba(160,174,255,.2));
  background: rgba(255,255,255,0.06);
  color: inherit;
}

.babees-press-cta,
.babees-press-cta-link {
  background: linear-gradient(135deg, #5b8cff, #3b82ff);
  border-color: transparent;
  color: #fff;
}

.babees-press-hero {
  margin-bottom: 28px;
  padding: 28px 22px;
  border-radius: 24px;
  background:
    radial-gradient(ellipse 70% 80% at 90% 0%, rgba(91,140,255,.28), transparent 55%),
    rgba(255,255,255,0.04);
  border: 1px solid var(--bb-line, rgba(160,174,255,.18));
}
.babees-press-kicker {
  margin: 0 0 8px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #8eb6ff;
}
.babees-press-hero h1 {
  margin: 0 0 8px;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 900;
}
.babees-press-hero p { margin: 0; color: var(--bb-dim, #b6bee6); font-weight: 700; }

.babees-press-grid {
  display: grid;
  gap: 16px;
}
@media (min-width: 720px) {
  .babees-press-grid { grid-template-columns: 1fr 1fr; }
}

.babees-press-card {
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--bb-line, rgba(160,174,255,.16));
  display: flex;
  flex-direction: column;
}
.babees-press-card-cover {
  display: block;
  height: 160px;
  background-size: cover;
  background-position: center;
}
.babees-press-card-body { padding: 16px 16px 18px; }
.babees-press-card time {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--bb-dim, #b6bee6);
}
.babees-press-card h2 {
  margin: 6px 0 8px;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.4;
}
.babees-press-card h2 a { color: inherit; text-decoration: none; }
.babees-press-card p {
  margin: 0 0 12px;
  color: var(--bb-dim, #b6bee6);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.55;
}

.babees-press-article-head { margin-bottom: 18px; }
.babees-press-back {
  display: inline-block;
  margin-bottom: 12px;
  color: #8eb6ff;
  font-weight: 800;
  text-decoration: none;
  font-size: 0.86rem;
}
.babees-press-article-head h1 {
  margin: 0 0 10px;
  font-size: clamp(1.55rem, 4vw, 2.35rem);
  font-weight: 900;
  line-height: 1.3;
}
.babees-press-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--bb-dim, #b6bee6);
  margin-bottom: 10px;
}
.babees-press-dek {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--bb-dim, #c5cce8);
}

.babees-press-cover {
  margin: 0 0 22px;
  border-radius: 20px;
  overflow: hidden;
}
.babees-press-cover img {
  display: block;
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}

.babees-press-geo {
  margin: 0 0 22px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(91,140,255,.35);
  background: rgba(91,140,255,.1);
}
.babees-press-geo strong { display: block; margin-bottom: 6px; color: #9ec0ff; }
.babees-press-geo p { margin: 0; font-weight: 700; line-height: 1.6; }

.babees-press-content {
  font-size: 1.05rem;
  line-height: 1.85;
  font-weight: 600;
}
.babees-press-content h2 {
  margin: 1.4em 0 0.55em;
  font-size: 1.25rem;
  font-weight: 900;
}
.babees-press-content p { margin: 0 0 1em; }
.babees-press-content a { color: #8eb6ff; font-weight: 800; }

.babees-press-cta-box,
.babees-press-faq {
  margin-top: 28px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--bb-line, rgba(160,174,255,.16));
}
.babees-press-cta-box h2,
.babees-press-faq h2 {
  margin: 0 0 12px;
  font-size: 1.1rem;
  font-weight: 900;
}
.babees-press-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.babees-press-faq details {
  margin-bottom: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(0,0,0,0.18);
}
.babees-press-faq summary { font-weight: 800; cursor: pointer; }
.babees-press-faq p { margin: 8px 0 0; color: var(--bb-dim, #b6bee6); font-weight: 600; }

.babees-press-empty {
  grid-column: 1 / -1;
  text-align: center;
  color: var(--bb-dim, #b6bee6);
  font-weight: 700;
  padding: 40px 12px;
}

/* Light magazine surfaces inherit html[data-theme=light] tokens from app.css */
html[data-theme="light"] .babees-press-hero {
  background:
    radial-gradient(ellipse 70% 80% at 90% 0%, rgba(59,130,255,.16), transparent 55%),
    #fff;
  border-color: rgba(37, 99, 235, 0.14);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
}
html[data-theme="light"] .babees-press-card,
html[data-theme="light"] .babees-press-cta-box,
html[data-theme="light"] .babees-press-faq {
  background: #fff;
  border-color: rgba(37, 99, 235, 0.12);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}
html[data-theme="light"] .babees-press-faq details {
  background: #f8fbff;
}
html[data-theme="light"] .babees-press-content a { color: #2563eb; }
