/* ============================================================
   SHC SINGLE POST — dark navy theme, matches Meet Sarah page
   Requires shc-home.css to be loaded first for :root variables
   ============================================================ */

body.single-post {
  background: var(--navy-deep);
}

.shc-post-hero,
.shc-post-body,
.shc-post-cta,
.shc-author-bio {
  font-family: var(--sans);
}

/* ── HERO ──────────────────────────────────────────────────── */
.shc-post-hero {
  background: var(--navy);
  background-image:
    radial-gradient(ellipse at 70% 30%, rgba(29,110,107,0.22) 0%, transparent 60%),
    radial-gradient(ellipse at 15% 80%, rgba(196,75,53,0.10) 0%, transparent 50%);
  padding: 64px 28px 56px;
  text-align: center;
}

.shc-post-hero-inner {
  max-width: 760px;
  margin: 0 auto;
}

.shc-post-eyebrow {
  display: inline-block;
  background: rgba(29,110,107,0.3);
  border: 1px solid rgba(29,110,107,0.5);
  color: #7dd8d5;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 18px;
}

.shc-post-title {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(28px, 4.4vw, 44px);
  line-height: 1.25;
  color: #ffffff;
  margin: 0 0 18px;
}

.shc-post-meta {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.02em;
}

.shc-post-meta .shc-dot {
  margin: 0 8px;
  opacity: 0.5;
}

/* ── FEATURED IMAGE ────────────────────────────────────────── */
.shc-post-featured-img {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px 0;
}

.shc-post-featured-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}

/* ── BODY — dark navy, same background as hero/Meet Sarah ───── */
.shc-post-body {
  background: var(--navy-deep);
  padding: 56px 24px 40px;
}

.shc-post-body-inner {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255,255,255,0.82);
  font-size: 17px;
  line-height: 1.75;
}

.shc-post-body-inner p {
  margin: 0 0 22px;
}

.shc-post-body-inner strong {
  color: #ffffff;
}

.shc-post-body-inner h2,
.shc-post-body-inner h3 {
  font-family: var(--serif);
  color: #ffffff;
  font-weight: 400;
  line-height: 1.3;
  margin: 40px 0 16px;
}

.shc-post-body-inner h2 { font-size: 26px; }
.shc-post-body-inner h3 { font-size: 21px; }

.shc-post-body-inner a {
  color: #7dd8d5;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(125,216,213,0.4);
  text-underline-offset: 2px;
}

.shc-post-body-inner a:hover {
  text-decoration-color: #7dd8d5;
}

.shc-post-body-inner blockquote {
  border-left: 3px solid var(--teal);
  background: rgba(29,110,107,0.12);
  padding: 18px 24px;
  margin: 28px 0;
  border-radius: 0 10px 10px 0;
  font-style: italic;
  color: rgba(255,255,255,0.7);
}

.shc-post-body-inner ul,
.shc-post-body-inner ol {
  margin: 0 0 22px;
  padding-left: 24px;
}

.shc-post-body-inner li {
  margin-bottom: 8px;
}

/* ── MID/END CTA BAND ──────────────────────────────────────── */
.shc-post-cta {
  background: rgba(29,110,107,0.12);
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 52px 24px;
  text-align: center;
}

.shc-post-cta-inner {
  max-width: 620px;
  margin: 0 auto;
}

.shc-post-cta-eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7dd8d5;
  margin-bottom: 12px;
}

.shc-post-cta h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(22px, 3vw, 30px);
  color: #ffffff;
  line-height: 1.3;
  margin: 0 0 14px;
}

.shc-post-cta-sub {
  font-size: 15.5px;
  color: rgba(255,255,255,0.65);
  line-height: 1.65;
  margin: 0 0 26px;
}

.shc-post-cta .btn-primary {
  display: inline-block;
  background: var(--coral);
  color: #fff;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: background 0.2s, transform 0.2s;
}

.shc-post-cta .btn-primary:hover {
  background: #a83d2c;
  transform: translateY(-1px);
}

/* ── AUTHOR BIO ────────────────────────────────────────────── */
.shc-author-bio {
  background: var(--navy);
  border-top: 2px solid var(--gold, #9C6B1E);
  padding: 44px 24px 56px;
}

.shc-author-bio-inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.shc-author-photo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(0,0,0,0.35);
}

.shc-author-label {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  margin: 0 0 6px;
}

.shc-author-copy {
  font-size: 14.5px;
  line-height: 1.7;
  color: rgba(255,255,255,0.65);
  margin: 0;
}

.shc-author-copy a {
  color: #7dd8d5;
  font-weight: 600;
  text-decoration: underline;
}

/* ── MOBILE ────────────────────────────────────────────────── */
@media (max-width: 600px) {
  .shc-post-hero { padding: 48px 20px 40px; }
  .shc-post-body { padding: 40px 18px 28px; }
  .shc-post-body-inner { font-size: 16px; }
  .shc-author-bio-inner { flex-direction: column; align-items: center; text-align: center; }
  .shc-post-featured-img { padding: 28px 14px 0; }
}
