/* =========================================================
   THE TRUE CHURCH OF JESUS CHRIST
   STUDY ARTICLES V4 — COMPACT / STATIC / CRAWLABLE / SEO-FIRST
   Shared presentation for all 17 canonical Study Articles.
   ========================================================= */

#tcjc-study-article-v4,
#tcjc-study-article-v4 * { box-sizing: border-box; }

#tcjc-study-article-v4 {
  --sa-accent: #94b8cd;
  --sa-accent-deep: #557f96;
  --sa-ink: #20343f;
  --sa-copy: #3d4f58;
  --sa-muted: #71818a;
  --sa-line: rgba(51,75,87,.13);
  --sa-page: #eef4f7;
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin-left: -50vw;
  overflow: hidden;
  background: var(--sa-page);
  color: var(--sa-ink);
  font-family: system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}

.tcjc-sa4-shell {
  width: min(1180px,calc(100% - 20px));
  margin: 0 auto;
  padding: 10px 0 48px;
}

.tcjc-sa4-glass {
  border: 1px solid rgba(255,255,255,.84);
  background: rgba(255,255,255,.70);
  -webkit-backdrop-filter: blur(18px) saturate(108%);
  backdrop-filter: blur(18px) saturate(108%);
  box-shadow: 0 16px 42px rgba(39,61,73,.07), inset 0 1px 0 rgba(255,255,255,.82);
}

/* Deliberately compact. This is navigation + title, not a hero. */
.tcjc-sa4-head {
  width: min(1040px,100%);
  margin: 0 auto 8px;
  padding: 15px 22px 17px;
  border-radius: 18px;
}

.tcjc-sa4-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 8px;
  color: var(--sa-muted);
  font-size: 10.5px;
  line-height: 1.35;
  font-weight: 700;
}
.tcjc-sa4-breadcrumbs a { color: var(--sa-accent-deep)!important; text-decoration: none!important; }
.tcjc-sa4-breadcrumbs a:hover,.tcjc-sa4-breadcrumbs a:focus-visible { text-decoration: underline!important; }

.tcjc-sa4-kicker {
  margin: 0 0 6px!important;
  color: var(--sa-accent-deep)!important;
  font-size: 9.5px!important;
  font-weight: 850!important;
  letter-spacing: .13em!important;
  line-height: 1.2!important;
  text-transform: uppercase;
}

.tcjc-sa4-head h1 {
  max-width: 960px;
  margin: 0!important;
  color: var(--sa-ink)!important;
  font: 820 clamp(29px,3.8vw,44px)/1.04 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  letter-spacing: -.043em!important;
  text-wrap: balance;
}

.tcjc-sa4-summary {
  max-width: 860px;
  margin: 8px 0 0!important;
  color: var(--sa-copy)!important;
  font-size: clamp(13.5px,1.35vw,15.5px)!important;
  line-height: 1.48!important;
  text-wrap: pretty;
}

.tcjc-sa4-reading-wrap { width: 100%; display: flex; justify-content: center; }
.tcjc-sa4-article { width: min(1040px,100%); padding: clamp(28px,4vw,46px); border-radius: 21px; }
.tcjc-sa4-introduction { padding-bottom: 27px; }
.tcjc-sa4-introduction p:first-child { color: #29434f!important; font-size: 1.08rem!important; line-height: 1.68!important; }
.tcjc-sa4-article section { padding-bottom: 28px; }
.tcjc-sa4-article section + section { padding-top: 28px; border-top: 1px solid var(--sa-line); }
.tcjc-sa4-article section:last-child { padding-bottom: 0; }
.tcjc-sa4-article h2 {
  margin: 0 0 12px!important;
  color: var(--sa-ink)!important;
  font: 800 clamp(22px,2.6vw,29px)/1.14 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  letter-spacing: -.031em!important;
  text-wrap: balance;
}
.tcjc-sa4-article p {
  margin: 0 0 14px!important;
  color: #34444c!important;
  font-size: 1.01rem!important;
  line-height: 1.72!important;
  text-wrap: pretty;
}
.tcjc-sa4-article p:last-child { margin-bottom: 0!important; }

.tcjc-sa4-scripture {
  margin: 19px 0 0;
  padding: 17px 18px;
  border: 1px solid rgba(85,127,150,.16);
  border-radius: 16px;
  background: rgba(236,244,248,.70);
}
.tcjc-sa4-scripture p {
  margin: 0 0 8px!important;
  color: #2e4957!important;
  font-family: Georgia,"Times New Roman",serif!important;
  font-size: 1rem!important;
  font-style: italic;
  line-height: 1.6!important;
}
.tcjc-sa4-scripture cite { display: block; margin-top: 7px; font-style: normal; }
.tcjc-sa4-scripture a {
  color: var(--sa-accent-deep)!important;
  text-decoration: none!important;
  font-size: 11px!important;
  line-height: 1.35!important;
  font-weight: 850!important;
  letter-spacing: .055em!important;
  text-transform: uppercase;
}
.tcjc-sa4-scripture.tcjc-sa4-reference-only { padding: 13px 16px; }

.tcjc-sa4-bottom { width: min(1040px,100%); margin: 8px auto 0; padding: 19px; border-radius: 19px; }
.tcjc-sa4-bottom-head { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 11px; }
.tcjc-sa4-bottom-head h2 { margin: 0!important; color: var(--sa-ink)!important; font: 800 clamp(21px,2.5vw,28px)/1.08 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important; letter-spacing: -.03em!important; }
.tcjc-sa4-bottom-head p { max-width: 470px; margin: 0!important; color: var(--sa-muted)!important; font-size: 11.5px!important; line-height: 1.45!important; text-align: right; }
.tcjc-sa4-related { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; }
.tcjc-sa4-related a { min-height: 56px; padding: 10px 13px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-radius: 13px; border: 1px solid rgba(85,127,150,.13); background: rgba(255,255,255,.55); color: var(--sa-ink)!important; text-decoration: none!important; font-size: 12px!important; line-height: 1.35!important; font-weight: 760!important; }
.tcjc-sa4-related a span:last-child { color: var(--sa-accent-deep); font-size: 17px; }
.tcjc-sa4-prevnext { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; }
.tcjc-sa4-prevnext a { min-height: 60px; padding: 10px 13px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(51,75,87,.11); border-radius: 13px; background: rgba(255,255,255,.48); color: var(--sa-ink)!important; text-decoration: none!important; }
.tcjc-sa4-prevnext a:last-child { text-align: right; }
.tcjc-sa4-prevnext small { display: block; margin-bottom: 4px; color: var(--sa-accent-deep); font-size: 9px; line-height: 1.2; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.tcjc-sa4-prevnext strong { font-size: 12px; line-height: 1.35; font-weight: 790; }

@media(max-width:720px){
  .tcjc-sa4-shell { width: calc(100% - 8px); padding: 4px 0 34px; }
  .tcjc-sa4-head { margin-bottom: 5px; padding: 10px 13px 12px; border-radius: 15px; }
  .tcjc-sa4-breadcrumbs { margin-bottom: 6px; gap: 4px; font-size: 9.5px; }
  .tcjc-sa4-kicker { margin-bottom: 4px!important; font-size: 8.5px!important; }
  .tcjc-sa4-head h1 { font-size: clamp(25px,7.7vw,34px)!important; line-height: 1.05!important; }
  .tcjc-sa4-summary { margin-top: 6px!important; font-size: 13px!important; line-height: 1.42!important; }
  .tcjc-sa4-article { padding: 23px 17px; border-radius: 17px; }
  .tcjc-sa4-article p { font-size: .99rem!important; line-height: 1.68!important; }
  .tcjc-sa4-introduction p:first-child { font-size: 1.04rem!important; }
  .tcjc-sa4-article section { padding-bottom: 24px; }
  .tcjc-sa4-article section + section { padding-top: 24px; }
  .tcjc-sa4-scripture { padding: 15px; border-radius: 14px; }
  .tcjc-sa4-bottom { margin-top: 5px; padding: 16px 12px; border-radius: 17px; }
  .tcjc-sa4-bottom-head { align-items: flex-start; flex-direction: column; gap: 4px; }
  .tcjc-sa4-bottom-head p { text-align: left; }
  .tcjc-sa4-related { display: flex; overflow-x: auto; gap: 7px; padding-bottom: 3px; scroll-snap-type: x proximity; scrollbar-width: none; }
  .tcjc-sa4-related::-webkit-scrollbar { display:none; }
  .tcjc-sa4-related a { flex: 0 0 min(78vw,270px); min-height: 68px; scroll-snap-align: start; }
  .tcjc-sa4-prevnext { grid-template-columns: 1fr; }
  .tcjc-sa4-prevnext a:last-child { text-align: left; }
}

@media(prefers-reduced-motion:reduce){ html{scroll-behavior:auto;} }
