.mayor-row{display:flex;justify-content:center;margin-bottom:var(--s5)}.person{margin:0;text-align:center}.person-photo{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);aspect-ratio:1;background:var(--stone-100)}.person-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s var(--ease)}.person:hover .person-photo img{transform:scale(1.04)}.person figcaption{display:flex;flex-direction:column;gap:.15rem;padding-top:.9rem}.person-name{font-family:var(--display);font-weight:600;font-size:1.2rem;color:var(--ink);line-height:1.1}.person-role{font-weight:600;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;color:var(--sunset)}.person.featured{max-width:320px}.person.featured .person-name{font-size:1.5rem}.person.featured .person-role{color:var(--umber-700)}.council-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:var(--s4) var(--s3);gap:var(--s4) var(--s3)}.council-note{margin-top:var(--s6);padding:var(--s3) var(--s4);background:var(--paper-2);border-radius:var(--radius);max-width:760px;margin-inline:auto;text-align:center}.council-note p{color:var(--ink-2);font-size:.95rem;margin:0}.council-note a{color:var(--sunset);font-weight:600}.council-note a:hover{color:var(--sunset-dark)}@media(max-width:900px){.council-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.council-grid{grid-template-columns:repeat(2,1fr);gap:var(--s4) var(--s2)}.person.featured{max-width:260px}}.person-bio{font-size:.92rem;color:var(--ink-2,#444);line-height:1.55;padding-top:.45rem;text-align:left;max-width:36ch;margin:0 auto;white-space:pre-line}.person.featured .person-bio{max-width:46ch}