.home-reflection { background: var(--lavender); color: var(--ink); }
.reflection-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: 32px; }
.reflection-heading h2 { margin: 0; }
.reflection-heading > p { max-width: 520px; color: var(--muted); margin: 0; font-size: 1rem; }
.reflection-explorer { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: start; }
.reflection-choices { display: grid; gap: 8px; }
.reflection-choice { display: flex; align-items: center; gap: 14px; padding: 17px; border: 1px solid transparent; border-radius: 14px; color: var(--purple-dark); min-height: 78px; transition: background .2s,border-color .2s; }
.reflection-choice-number { color: var(--purple); font-size: .74rem; font-weight: 800; }
.reflection-choice-text { flex: 1; min-width: 0; }
.reflection-choice-text strong { display: block; font-size: 1.12rem; font-weight: 800; line-height: 1.35; }
.reflection-choice-text small { display: block; color: var(--muted); font-size: .8rem; margin-top: 4px; line-height: 1.4; }
.reflection-choice-arrow { font-size: 1.25rem; color: var(--purple); }
.reflection-choice:hover, .reflection-choice[aria-selected="true"] { background: white; border-color: var(--purple); }
.reflection-response { background: var(--purple-dark); color: white; border-radius: 22px; padding: clamp(24px,3.5vw,48px); margin-bottom: 20px; }
.reflection-response[hidden] { display: none; }
.reflection-response-top { display: flex; justify-content: space-between; gap: 20px; color: var(--orange-light); font-size: .72rem; letter-spacing: .04em; margin-bottom: 22px; }
.reflection-response-top p { margin: 0; }
.reflection-response-top span { white-space: nowrap; }
.reflection-response h3 { font-size: clamp(1.5rem,2.4vw,2rem); margin: 0 0 20px; }
.reflection-response-copy { font-size: 1rem; line-height: 1.7; color: rgba(255,255,255,.94); }
.reflection-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; margin-top: 28px; }
.reflection-actions .button { background: white; color: var(--purple-dark); border-color: white; box-shadow: none; }
.reflection-actions .text-link { color: white; }
.eligibility-reassurance { margin-top: 36px; padding: 28px 32px; background: var(--paper); border-left: 4px solid var(--orange); border-radius: 0 18px 18px 0; }
.eligibility-reassurance h3 { font-size: 1.3rem; margin-bottom: 10px; }
.eligibility-reassurance p { max-width: 1080px; color: var(--muted); font-size: 1rem; margin-bottom: 12px; }
@media(min-width:821px) {
 .home-reflection.is-enhanced .reflection-responses { display: grid; }
 .home-reflection.is-enhanced .reflection-response { grid-area: 1/1; margin: 0; }
 .home-reflection.is-enhanced .reflection-response[hidden] { display: block; visibility: hidden; pointer-events: none; }
}
@media(max-width:820px) {
 .reflection-heading,.reflection-explorer { grid-template-columns: 1fr; gap: 24px; }
 .reflection-choice { min-height: 64px; padding: 12px; }
 .reflection-choice-text small { display: none; }
 .reflection-response { margin-bottom: 0; }
 .eligibility-reassurance { padding: 24px; }
}
@media(max-width:375px) {
 .reflection-choice-text strong { font-size: 1rem; }
 .reflection-response { padding: 22px; }
 .reflection-response-top { font-size: .68rem; }
}
@media(prefers-reduced-motion:reduce) { .home-reflection * { transition: none; scroll-behavior: auto; } }
