/*!
 * The Reclaim Your Life Cohort — early-access confirmation page
 * Layered on styles.css; only the handful of rules that page needs.
 */

/* Header carries the mark alone — no CTA, since there is nothing to act on yet. */
.site-header--center{ justify-content:center; }

.confirm{
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  min-height:min(76vh, 860px);
  padding:clamp(64px,10vw,120px) clamp(20px,5vw,40px);
}
.confirm__inner{
  position:relative;
  text-align:center;
}

.h1-confirm{
  font-family:var(--serif); font-weight:400;
  font-size:clamp(2.1rem,5vw,3.5rem);
  line-height:1.08; letter-spacing:-.02em; color:var(--ink);
}

.confirm__copy{
  margin-top:clamp(26px,3.4vw,36px);
  text-align:center;
}

.signoff{
  margin-top:clamp(38px,5vw,56px);
  padding-top:clamp(26px,3.4vw,34px);
  border-top:1px solid var(--hair-v1);
}
.signoff__rule{
  width:40px; height:1px;
  margin:0 auto clamp(22px,3vw,28px);
  background:var(--hair-v5);
}
.signoff__line{ font-size:1.02rem; line-height:1.7; color:var(--body); }
.signoff__name{
  margin-top:6px;
  font-family:var(--serif); font-weight:400;
  font-size:clamp(1.4rem,2.4vw,1.75rem);
  color:var(--violet-dark);
}

/* No fixed tray on this page, so the footer needs no clearance for one. */
.site-footer--slim{ padding:clamp(28px,4vw,40px) clamp(20px,5vw,40px) clamp(40px,5vw,56px); }
.site-footer--slim .footer-inner{ text-align:center; }
