/* ══════════════════════════════════════════════════════════════════
   /css/saturn-return.css — Free Saturn Return Calculator (2026-08-17)
   Scoped .sat-page — rides on transits.css / asteroids.css /
   solar-return.css for the shared manuscript chrome.
   Palette: parchment #FBF3DC · ink #2D1F38 · wine #6B1F2C ·
            gold #B89150 / #D4AC68 / deep #8E6E3A
══════════════════════════════════════════════════════════════════ */

/* ── Phase card ── */
.sat-page .sat-phase-card {
  max-width: 620px;
  margin: 2.4rem auto 0;
  padding: 1.9rem 2.2rem 2rem;
  text-align: center;
  background: linear-gradient(175deg, #FDF5E3, #F0DFC8);
  border: 1px solid #B89150;
  border-radius: 10px;
  box-shadow: inset 0 0 0 4px rgba(253,245,227,0.65), inset 0 0 0 5px rgba(184,145,80,0.5);
}
.sat-page .sat-phase-eyebrow {
  font-family: 'Cinzel', serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #8E6E3A;
}
.sat-page .sat-phase-headline {
  margin-top: 0.55rem;
  font-family: 'Cinzel', serif;
  font-size: clamp(1.25rem, 2.6vw, 1.6rem);
  font-weight: 700;
  line-height: 1.3;
  color: #6B1F2C;
}
.sat-page .sat-phase-sub {
  margin: 0.7rem auto 0;
  max-width: 46ch;
  font-family: 'EB Garamond', serif;
  font-size: 1.24rem;
  line-height: 1.55;
  color: #2D1F38;
}
.sat-page .sat-phase-sub strong { color: #6B1F2C; }

/* ── Life-arc timeline (illuminated card) ── */
.sat-page .sat-timeline-wrap { margin-top: 3rem; text-align: center; }
.sat-page #sat-timeline {
  max-width: 780px;
  margin: 1.4rem auto 0;
  padding: 1.6rem 1.4rem 1.1rem;
  background: linear-gradient(175deg, #FDF5E3, #F0DFC8);
  border: 1px solid #B89150;
  border-radius: 10px;
  box-shadow: inset 0 0 0 4px rgba(253,245,227,0.65), inset 0 0 0 5px rgba(184,145,80,0.5);
}
.sat-page .sat-timeline-svg { width: 100%; height: auto; display: block; }
.sat-page .sat-tl-tick {
  font-family: 'Marcellus', serif;
  font-size: 14px;
  fill: #6B1F2C;
}
.sat-page .sat-tl-rn {
  font-family: 'Cinzel', serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  fill: #6B1F2C;
}
.sat-page .sat-tl-years {
  font-family: 'Marcellus', serif;
  font-size: 16px;
  font-weight: 700;
  fill: #6B1F2C;
}
.sat-page .sat-tl-age {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 15.5px;
  fill: #6B1F2C;
}
.sat-page .sat-tl-here {
  font-family: 'Cinzel', serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
  fill: #6B1F2C;
}

/* ── Natal Saturn card ── */
.sat-page .sat-natal-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  max-width: 480px;
  margin: 2.6rem auto 0;
  padding: 1.15rem 1.6rem;
  background: rgba(253,245,227,0.72);
  border: 1px solid rgba(184,145,80,0.65);
  border-radius: 10px;
}
.sat-page .sat-natal-glyph {
  font-family: 'Marcellus', serif;
  font-size: 2.5rem;
  line-height: 1;
  color: #6B1F2C;
}
.sat-page .sat-natal-lines { text-align: left; }
.sat-page .sat-natal-main {
  font-family: 'Cinzel', serif;
  font-size: 1.12rem;
  font-weight: 700;
  color: #2D1F38;
}
.sat-page .sat-natal-main .ast-rx { color: #6B1F2C; font-style: normal; }
.sat-page .sat-natal-sub {
  margin-top: 0.25rem;
  font-family: 'EB Garamond', serif;
  font-weight: 600;
  font-size: 1.14rem;
  color: #6B1F2C;
}

/* ── Per-return pass rows — /asteroids/ ast-row dress (asteroids.css styles
   .ast-row/.ast-badge/.ast-row-name/.ast-row-pos/.ast-row-meaning via the
   page's ast-page body class; only the Saturn extras live here) ── */
.sat-page #sat-passes {
  max-width: 760px;
  margin: 0 auto;
}
.sat-page .sat-badge-num {
  font-family: 'Cinzel', Georgia, serif;
  font-weight: 700;
  font-size: 1.45rem;
  letter-spacing: 0.04em;
  line-height: 1;
  padding-top: 0.14em; /* Cinzel sits high in its em box — optical centering */
}
.sat-page .sat-pass-list { margin-top: 0.55rem; }
.sat-page .sat-pass-row {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
  padding: 0.42rem 0;
  border-top: 1px dashed rgba(142,110,58,0.35);
}
.sat-page .sat-pass-row:first-child { border-top: 0; }
.sat-page .sat-pass-date {
  flex: 0 0 auto;
  min-width: 8.2rem;
  font-family: 'Marcellus', serif;
  font-size: 1.14rem;
  color: #2D1F38;
}
.sat-page .sat-pass-kind {
  flex: 1 1 auto;
  font-family: 'EB Garamond', serif;
  font-weight: 700;
  font-size: 1.16rem;
  color: #3F3428;
}
.sat-page .sat-pass-kind .ast-rx { color: #6B1F2C; font-style: normal; }
.sat-page .sat-pass-count {
  flex: 0 0 auto;
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 600;
  font-size: 1.1rem;
  color: #75592A;
}
.sat-page .sat-felt {
  font-style: italic;
  font-weight: 600;
  font-size: 1.16rem;
  color: #75592A;
}

/* ── Writeup — /birthchart/'s .reading dress (reading-sub heads + left prose) ── */
.sat-page .sat-writeup {
  max-width: 680px;
  margin: 1rem auto 0;
}
.sat-page .sat-writeup-block { margin-top: 0; }
.sat-page .sat-writeup-title {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  letter-spacing: 0.01em;
  color: #6B1F2C;
  margin-top: 2.4rem;
  margin-bottom: 0.8rem;
  border-top: 1px solid rgba(184, 145, 80, 0.4);
  padding-top: 1.6rem;
  text-align: center;
  line-height: 1.15;
}
.sat-page .sat-writeup-block p {
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.72;
  color: rgba(45, 31, 56, 0.92);
  margin: 0 0 1.4rem;
  text-align: left;
  letter-spacing: 0.005em;
}

/* ── Mobile ── */
@media (max-width: 640px) {
  .sat-page .sat-phase-card { padding: 1.5rem 1.2rem 1.6rem; }
  .sat-page .sat-natal-card { flex-direction: column; gap: 0.5rem; text-align: center; }
  .sat-page .sat-natal-lines { text-align: center; }
  .sat-page .sat-pass-row { flex-wrap: wrap; gap: 0.25rem 0.9rem; }
  .sat-page .sat-pass-date { min-width: 0; }
  .sat-page .sat-pass-count { width: 100%; }
  .sat-page #sat-timeline { padding: 1rem 0.5rem 0.7rem; }
}
