.launch-section{border-top:1px solid var(--line)}
.resident-selector{display:flex;flex-wrap:wrap;gap:.65rem;margin:1.5rem 0}
.resident-selector button{min-width:90px;min-height:48px;padding:.6rem 1rem;border:1px solid var(--pine);border-radius:1.5rem;background:var(--paper);color:var(--pine);font:inherit;font-weight:700;cursor:pointer}
.resident-selector button[aria-pressed="true"]{background:var(--pine);color:var(--paper)}
.resident-profile{display:grid;grid-template-columns:minmax(0,320px) minmax(0,1fr);align-items:center;gap:2rem;max-width:900px;min-height:320px}
.resident-profile[hidden]{display:none}
.resident-profile img{width:100%;height:auto;max-width:320px;image-rendering:pixelated;object-fit:contain}
.resident-profile h3{font-family:Georgia,serif;font-size:2rem;color:var(--pine);margin:.5rem 0}
.resident-profile p{font-size:1.2rem;max-width:32rem}
.roadmap-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;margin:2rem 0}
.roadmap-grid article{border-left:3px solid var(--gold);padding-left:1.25rem}
.roadmap-grid h3{color:var(--pine);font-size:1.25rem}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
@media(max-width:600px){.resident-profile,.roadmap-grid{grid-template-columns:1fr}.resident-profile{gap:0}.resident-profile img{width:240px;justify-self:center}.resident-profile p{min-height:6em}.resident-selector{gap:.5rem}.resident-selector button{flex:1 1 28%;min-width:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
