/* Press release pages: restrained corporate layout distinct from the blog. */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

body.press-surface {
  background: linear-gradient(180deg, #080d18 0%, #0f1219 52%, #090d14 100%);
  color: var(--text-primary);
  min-height: 100vh;
  padding-top: 60px;
}

.press-main,
.press-main * {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.press-main {
  padding: 52px 0 96px;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.press-container {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 34px;
}

.press-kicker {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.press-title {
  color: var(--text-primary);
  font-size: 58px;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 16px 0 18px;
  max-width: 840px;
}

.press-intro {
  color: var(--text-secondary);
  font-size: 20px;
  line-height: 1.65;
  max-width: 760px;
}

.press-list {
  border-top: 1px solid rgba(211, 232, 238, 0.18);
  margin-top: 54px;
}

.press-list-item {
  border-bottom: 1px solid rgba(211, 232, 238, 0.18);
  padding: 34px 0;
}

.press-list-meta {
  color: var(--text-tertiary);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 700;
  gap: 10px;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.press-list-heading {
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.18;
  margin-bottom: 12px;
}

.press-list-heading a {
  color: var(--text-primary);
  text-decoration: none;
}

.press-list-heading a:hover {
  color: var(--accent);
}

.press-list-summary {
  color: var(--text-secondary);
  font-size: 17px;
  line-height: 1.65;
  max-width: 820px;
}

.press-link {
  color: var(--accent);
  display: inline-block;
  font-weight: 800;
  margin-top: 18px;
  text-decoration: none;
}

.press-link:hover,
.press-release-body a:hover,
.press-back-link:hover {
  text-decoration: underline;
}

.press-back-row {
  margin-bottom: 26px;
}

.press-back-link {
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.press-release-header {
  border-bottom: 1px solid rgba(211, 232, 238, 0.18);
  padding-bottom: 36px;
}

.press-release-eyebrow {
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.press-release-title {
  color: var(--text-primary);
  font-size: 48px;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 16px;
  max-width: 900px;
}

.press-release-subtitle {
  color: var(--text-secondary);
  font-size: 21px;
  font-style: italic;
  line-height: 1.55;
  max-width: 860px;
}

.press-release-meta {
  color: var(--text-tertiary);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 22px;
  text-transform: uppercase;
}

.press-release-body {
  color: var(--text-primary);
  font-size: 18px;
  line-height: 1.76;
  max-width: 820px;
  padding: 42px 0 0;
}

.press-release-body p {
  margin-bottom: 1.22em;
}

.press-release-body ul {
  margin: 1em 0 1.35em 1.3em;
}

.press-release-body li {
  margin-bottom: 0.82em;
  padding-left: 0.18em;
}

.press-release-body a {
  color: var(--accent);
  font-weight: 800;
  text-decoration: none;
}

.press-release-body h2 {
  color: var(--text-primary);
  font-size: 26px;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 2.2em 0 0.7em;
}

.press-release-end-marker {
  color: var(--text-tertiary);
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-top: 2em;
}

.press-media-contact {
  border-top: 1px solid rgba(211, 232, 238, 0.18);
  margin-top: 34px;
  padding-top: 24px;
}

.press-media-contact p {
  margin-bottom: 0.3em;
}

.site-footer {
  border-top: 1px solid rgba(211, 232, 238, 0.1);
  padding: 42px 0;
}

.footer-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1.5fr repeat(3, 1fr);
}

.footer-heading {
  color: var(--text-primary);
  font-weight: 700;
  margin-bottom: 10px;
}

.site-footer p,
.site-footer a {
  color: var(--text-secondary);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--text-primary);
}

.copyright {
  border-top: 1px solid rgba(211, 232, 238, 0.08);
  color: var(--text-tertiary);
  margin-top: 30px;
  padding-top: 24px;
}

@media (max-width: 860px) {
  body.press-surface {
    padding-top: 0;
  }

  .press-main {
    padding: 38px 0 72px;
  }

  .press-container {
    padding: 0 22px;
  }

  .press-title,
  .press-release-title {
    font-size: 38px;
  }

  .press-intro,
  .press-release-subtitle {
    font-size: 18px;
  }

  .press-release-body {
    font-size: 17px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}
