/* In The Press — PDPM Audit Group media page */

.press-page-main {
  max-width: 52rem;
  margin: 0 auto;
  padding: 0 1.5rem 4rem;
}

.press-intro {
  margin: 0 0 2rem;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink-muted, #45403a);
}

.press-entries {
  display: grid;
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.press-entry {
  display: grid;
  grid-template-columns: 13rem 1fr;
  gap: 1.25rem 1.5rem;
  align-items: start;
  padding: 1.35rem 1.25rem;
  border: 1px solid var(--line-gold, rgba(184, 151, 94, 0.28));
  border-radius: 8px;
  background: #fff;
}

.press-entry-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  padding: 0.65rem;
  border-radius: 6px;
  background: rgba(7, 26, 24, 0.06);
  transition: background 0.2s;
}

.press-entry-logo-link:hover {
  background: rgba(7, 26, 24, 0.1);
}

.press-entry-logo-link img {
  display: block;
  height: 2.5rem;
  width: auto;
  max-width: 100%;
}

.press-entry-date {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold, #b8975e);
}

.press-entry-title {
  margin: 0 0 0.5rem;
  font-family: var(--font-display, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(1.25rem, 2.5vw, 1.55rem);
  font-weight: 600;
  line-height: 1.25;
}

.press-entry-title a {
  color: var(--ink, #1a1a2e);
  text-decoration: none;
}

.press-entry-title a:hover {
  color: var(--brand, #166b62);
}

.press-entry-summary {
  margin: 0 0 0.75rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ink-muted, #45403a);
}

.press-entry-read {
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: var(--brand, #166b62);
}

.press-entry-read:hover {
  text-decoration: underline;
}

.press-empty-note {
  margin: 2rem 0 0;
  padding: 1rem 1.15rem;
  border: 1px dashed var(--line-gold, rgba(184, 151, 94, 0.35));
  border-radius: 8px;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--ink-muted, #45403a);
  text-align: center;
}

.press-media-contact {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line, #e8e4dc);
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--ink-muted, #45403a);
}

.press-media-contact a {
  color: var(--brand, #166b62);
  font-weight: 600;
}

/* Free audit kit — founder credibility bar above form */
.lk-founder-cred {
  margin: 0 0 1.15rem;
  padding: 0.65rem 0.85rem;
  border-left: 3px solid var(--lk-gold, #b8975e);
  background: rgba(184, 151, 94, 0.08);
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--lk-text, rgba(235, 248, 245, 0.92));
}

.lk-founder-cred strong {
  color: var(--lk-gold-bright, #d4c4a0);
}

.lk-founder-cred a {
  color: var(--lk-gold-bright, #d4c4a0);
  font-weight: 600;
  text-decoration: none;
}

.lk-founder-cred a:hover {
  text-decoration: underline;
}

.about-founder-credentials {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.about-founder-credentials li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.35rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--gold, #b8975e);
  letter-spacing: 0.02em;
}

.about-founder-credentials li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--gold, #b8975e);
}

.about-founder-credentials li:first-child {
  font-size: 0.92rem;
}

@media (max-width: 640px) {
  .press-entry {
    grid-template-columns: 1fr;
  }

  .press-entry-logo-link {
    justify-content: flex-start;
  }
}

/* ── RevOptix /press page (dark theme) ── */
body.rvx-press-page .rvx-press-hero {
  padding-bottom: 1.5rem;
}

body.rvx-press-page .rvx-press-main {
  position: relative;
  z-index: 2;
  max-width: 52rem;
  margin: 0 auto;
  padding: 0 1.5rem 4rem;
}

body.rvx-press-page .rvx-press-intro {
  margin: 0 0 1.5rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--rvx-muted, rgba(200, 210, 230, 0.62));
  text-align: center;
}

body.rvx-press-page .rvx-press-intro a {
  color: var(--rvx-gold-bright, #d9b769);
  font-weight: 600;
  text-decoration: none;
}

body.rvx-press-page .rvx-press-entries {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.rvx-press-page .rvx-press-entry {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 1.25rem;
  padding: 1.25rem;
  border: 1px solid rgba(200, 155, 63, 0.28);
  border-radius: 8px;
  background: rgba(0, 23, 55, 0.5);
}

body.rvx-press-page .rvx-press-entry-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
}

body.rvx-press-page .rvx-press-entry-logo img {
  height: 2.5rem;
  width: auto;
}

body.rvx-press-page .rvx-press-entry-date {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rvx-gold-bright, #d9b769);
}

body.rvx-press-page .rvx-press-entry-title {
  margin: 0 0 0.5rem;
  font-family: var(--rvx-font-display, "Cormorant Garamond", Georgia, serif);
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight: 600;
  line-height: 1.25;
}

body.rvx-press-page .rvx-press-entry-title a {
  color: var(--rvx-white, #fff);
  text-decoration: none;
}

body.rvx-press-page .rvx-press-entry-title a:hover {
  color: var(--rvx-gold-bright, #d9b769);
}

body.rvx-press-page .rvx-press-entry-summary {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--rvx-muted, rgba(200, 210, 230, 0.62));
}

body.rvx-press-page .rvx-press-read-btn {
  font-size: 0.68rem;
  padding: 0.65rem 1.15rem;
}

body.rvx-press-page .rvx-press-coming {
  margin: 1.5rem 0 0;
  padding: 0.85rem 1rem;
  border: 1px dashed rgba(200, 155, 63, 0.35);
  border-radius: 8px;
  font-size: 0.85rem;
  text-align: center;
  color: var(--rvx-muted, rgba(200, 210, 230, 0.62));
}

@media (max-width: 640px) {
  body.rvx-press-page .rvx-press-entry {
    grid-template-columns: 1fr;
  }
}
