/* ==========================================================================
   Tikkun Ascend — components for the 2026-09-10 brief
   --------------------------------------------------------------------------
   Loaded after style.css by every version. Shared vocabulary only: each
   version restyles these through its own sheet rather than editing this file.
   Every component has both a light-ground and a dark-ground appearance.
   ========================================================================== */

/* --------------------------------------------------------------------------
   Faculties — Soul / Mind / Heart / Body
   -------------------------------------------------------------------------- */

.faculties {
  list-style: none;
  padding: 0;
  margin: clamp(2.5rem, 5vw, 3.75rem) 0 0;
  display: grid;
  gap: clamp(1.75rem, 3.5vw, 2.75rem);
  grid-template-columns: 1fr;
}
@media (min-width: 44rem) { .faculties { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 72rem) { .faculties { grid-template-columns: repeat(4, 1fr); } }

.faculty { border-top: 1px solid rgba(44, 44, 44, .22); padding-top: 1.35rem; }
.faculty h3 {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  margin-bottom: .15rem;
}
.faculty__role {
  display: block;
  font-family: var(--body);
  font-size: .68rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.faculty p { font-size: 1rem; line-height: 1.6; margin-bottom: .4rem; }
.faculty p:last-child { margin-bottom: 0; }

.is-navy .faculty, .is-deep .faculty, .is-black .faculty { border-top-color: rgba(239, 233, 222, .24); }

/* --------------------------------------------------------------------------
   Urges — the voices that grab the wheel
   -------------------------------------------------------------------------- */

.urges {
  list-style: none;
  margin: clamp(2rem, 4vw, 3rem) 0;
  padding: clamp(1.5rem, 3vw, 2.25rem) 0 clamp(1.5rem, 3vw, 2.25rem) clamp(1.5rem, 3vw, 2.25rem);
  border-left: 2px solid var(--gold);
  font-family: var(--display);
  font-size: clamp(1.15rem, 2.1vw, 1.5rem);
  line-height: 1.5;
  color: var(--charcoal-60);
}
.urges li + li { margin-top: .15em; }
.is-navy .urges, .is-deep .urges, .is-black .urges { color: rgba(239, 233, 222, .6); }

/* --------------------------------------------------------------------------
   Stages — Opening / Shift / Integration / Embodiment
   -------------------------------------------------------------------------- */

.stages { margin: clamp(2.5rem, 5vw, 4rem) 0 0; }

.stage {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem clamp(2rem, 5vw, 4rem);
  padding: clamp(2rem, 4vw, 3rem) 0;
  border-top: 1px solid rgba(44, 44, 44, .18);
}
.stage:last-child { border-bottom: 1px solid rgba(44, 44, 44, .18); }
@media (min-width: 56rem) { .stage { grid-template-columns: 16rem 1fr; } }

.is-navy .stage, .is-deep .stage, .is-black .stage { border-top-color: rgba(239, 233, 222, .18); }
.is-navy .stage:last-child, .is-deep .stage:last-child, .is-black .stage:last-child { border-bottom-color: rgba(239, 233, 222, .18); }

.stage h3 {
  font-size: clamp(1.85rem, 3.4vw, 2.6rem);
  margin: 0;
}
.stage__body p { margin-bottom: .9rem; }
.stage__body p:last-child { margin-bottom: 0; }

/* A run of short lines inside a stage — "A pattern. A wound. A belief." */
.stage__list {
  list-style: none;
  padding: 0;
  margin: .35rem 0 0;
  font-size: 1.05rem;
  line-height: 1.55;
}

/* --------------------------------------------------------------------------
   Beliefs — the "We believe" run
   -------------------------------------------------------------------------- */

.beliefs {
  list-style: none;
  padding: 0;
  margin: clamp(2.25rem, 4.5vw, 3.25rem) 0 0;
}
.beliefs li {
  padding: 1.05rem 0;
  border-bottom: 1px solid rgba(44, 44, 44, .14);
  font-family: var(--display);
  font-size: clamp(1.25rem, 2.3vw, 1.7rem);
  line-height: 1.38;
}
.beliefs li:last-child { border-bottom: 0; }
.beliefs b {
  display: block;
  font-family: var(--body);
  font-size: .64rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .5rem;
}
.is-navy .beliefs li, .is-deep .beliefs li, .is-black .beliefs li { border-bottom-color: rgba(239, 233, 222, .16); }

/* --------------------------------------------------------------------------
   Questions — "How do you treat your spouse?"
   -------------------------------------------------------------------------- */

.questions {
  list-style: none;
  padding: 0;
  margin: clamp(2rem, 4vw, 3rem) 0;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
}
.questions li {
  padding: .95rem 1.5rem .95rem 0;
  border-bottom: 1px solid rgba(44, 44, 44, .14);
  font-size: 1.05rem;
}
.is-navy .questions li, .is-deep .questions li, .is-black .questions li { border-bottom-color: rgba(239, 233, 222, .16); }

/* --------------------------------------------------------------------------
   Escalation — the "I'm not enough" spiral
   -------------------------------------------------------------------------- */

.spiral {
  margin: clamp(2rem, 4vw, 2.75rem) 0;
  font-family: var(--display);
  font-size: clamp(1.4rem, 2.8vw, 2.1rem);
  line-height: 1.35;
}
.spiral p { margin: 0 0 .55rem; }
.spiral p:nth-child(1) { padding-left: 0; }
.spiral p:nth-child(2) { padding-left: 1.5rem; }
.spiral p:nth-child(3) { padding-left: 3rem; color: var(--gold); }
.is-cream .spiral p:nth-child(3),
.is-warm .spiral p:nth-child(3) { color: var(--gold-ink); }
@media (max-width: 34rem) {
  .spiral p:nth-child(2) { padding-left: .75rem; }
  .spiral p:nth-child(3) { padding-left: 1.5rem; }
}

/* --------------------------------------------------------------------------
   Not-invented slot
   -------------------------------------------------------------------------- */

.slot {
  border: 1px dashed rgba(196, 162, 77, .55);
  padding: 1.75rem;
  font-size: .92rem;
  text-align: center;
  color: var(--charcoal-60);
  margin-top: 2.5rem;
}
.slot strong {
  display: block;
  color: var(--gold);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .68rem;
  margin-bottom: .45rem;
}
.is-navy .slot, .is-deep .slot, .is-black .slot { color: rgba(239, 233, 222, .6); }
