/* /financing/ SYSTEM v3 LIGHT LUXURY
   Page-specific styles only. Tokens from site.css, no new hex values. */

/* cherry checks: two columns on wide screens */
.cherry-checks {
  margin-top: 1.6rem;
  grid-template-columns: 1fr 1fr;
  column-gap: 2rem;
  max-width: 44rem;
}
@media (max-width: 640px) {
  .cherry-checks { grid-template-columns: 1fr; }
}

/* CareCredit strip: lux-frame aside, offset right for asymmetry */
.carecredit {
  background: var(--panel);
  margin-top: clamp(2.5rem, 5vw, 4rem);
  margin-left: clamp(0rem, 8vw, 8rem);
}
.carecredit__head {
  font-family: var(--font-d);
  font-weight: 600;
  font-size: 1.15rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.carecredit p:last-child { color: var(--ink-soft); max-width: 60ch; }
@media (max-width: 860px) {
  .carecredit { margin-left: 0; }
}

/* how-it-works head */
.how-head { max-width: 56ch; margin-bottom: clamp(2rem, 4vw, 3.25rem); }

/* timeline + signage column fills the right side */
.how-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(2.5rem, 5vw, 5.5rem);
  align-items: start;
}
.how-side {
  max-width: 24rem;
  justify-self: end;
  width: 100%;
}
.how-side .cap { text-align: right; }
.how-side__fact {
  margin-top: 1.75rem;
  background: var(--paper);
}
.how-side__num {
  font-family: var(--font-d);
  font-weight: 300;
  font-size: clamp(2.6rem, 4vw, 3.6rem);
  line-height: 1;
  color: var(--brass-deep);
  margin-bottom: 0.5rem;
}
.how-side__fact p:last-child { color: var(--ink-soft); font-size: 0.95rem; }
@media (max-width: 860px) {
  .how-grid { grid-template-columns: 1fr; }
  .how-side { justify-self: start; max-width: 28rem; }
  .how-side .cap { text-align: left; }
}

/* why-financing side image stays modest */
.why-side { max-width: 24rem; justify-self: end; width: 100%; }
.why-portrait img { object-position: 46% 30%; }
@media (max-width: 860px) { .why-side { justify-self: start; } }

/* insurance cinema block */
.insurance-block__note { margin-top: 1.1rem; color: var(--milk-soft); max-width: 58ch; }
.insurance-block__cta { margin-top: 1.9rem; }

/* Cherry is now a dark beat: CareCredit box + checks read on the dark bed */
.cinema .carecredit { background: oklch(24% 0.006 85 / 0.45); }
.cinema .carecredit__head { color: var(--milk); }
.cinema .carecredit p:last-child { color: var(--milk-soft); }
.cinema .cherry-checks li { color: var(--milk-soft); }
