:root {
  --wine: #8a1730;
  --wine-dark: #6f1227;
  --ink: #171316;
  --muted: #655e62;
  --paper: #f4f4f4;
  --line: #e1dadd;
  --soft-wine: #f3e8ec;
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Arial, Helvetica, sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--wine); outline-offset: 5px; }
.container { width: min(calc(100% - 32px), 1180px); margin-inline: auto; }
.wine { color: var(--wine); }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 12px 18px; background: #fff; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { flex: 0 0 auto; }
.brand img { width: 112px; height: auto; max-height: 64px; object-fit: contain; }
.desktop-nav { display: none; }
.mobile-menu summary { list-style: none; display: flex; align-items: center; gap: 12px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 10px; font-size: .85rem; font-weight: 800; cursor: pointer; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { font-size: 1rem; }
.mobile-menu[open] summary { background: var(--soft-wine); color: var(--wine); }
.mobile-menu nav { position: absolute; right: 16px; top: calc(100% + 8px); width: min(320px, calc(100vw - 32px)); display: grid; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 14px 36px #17131617; }
.mobile-menu nav a { padding: 12px; border-radius: 9px; font-size: .9rem; font-weight: 700; }
.mobile-menu nav a:hover, .mobile-menu [aria-current] { background: var(--soft-wine); color: var(--wine); }
.page-main { padding-bottom: 56px; }
.page-intro { padding: 46px 0 26px; }
.eyebrow { margin: 0 0 14px; color: var(--wine); font-size: .72rem; line-height: 1.35; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(2.6rem, 9.8vw, 5.4rem); line-height: .98; font-weight: 900; letter-spacing: -.055em; overflow-wrap: break-word; }
.intro-text { max-width: 630px; margin: 22px 0; color: var(--muted); font-size: 1.03rem; line-height: 1.65; }
.list-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin: 26px 0 0; font-size: .75rem; font-weight: 700; color: var(--muted); }
.list-meta span { color: var(--wine); }
.candidate-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.candidate-list > li { min-width: 0; }
.candidate-lead { grid-column: 1 / -1; margin-bottom: 8px; }
.leader-card { display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.leader-copy { align-self: center; min-width: 0; padding: 28px 24px; }
.leader-copy .eyebrow { display: flex; align-items: center; gap: 12px; }
.order-pill { display: inline-grid; place-items: center; width: 36px; height: 36px; flex: none; border-radius: 50%; background: var(--wine); color: #fff; font-size: .75rem; letter-spacing: 0; }
.leader-copy h2 { margin: 22px 0 4px; font-size: clamp(2.2rem, 5.6vw, 3.4rem); line-height: 1.05; letter-spacing: -.05em; }
.candidate-role { margin: 0; color: var(--muted); font-weight: 600; }
.leader-copy blockquote { margin: 28px 0 20px; max-width: 430px; color: var(--wine); font-weight: 800; font-size: clamp(1.35rem, 2.8vw, 1.85rem); line-height: 1.3; letter-spacing: -.02em; }
.leader-summary { margin: 0; max-width: 400px; color: var(--muted); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 28px; padding: 13px 23px; border-radius: 999px; color: #fff; background: var(--wine); font-size: .87rem; line-height: 1.4; font-weight: 800; }
.button:hover { background: var(--wine-dark); }
.leader-copy .button { margin-top: 28px; width: 100%; }
.leader-image { display: block; background: #fff; }
.leader-image img { width: 100%; height: auto; object-fit: contain; }
.candidate-card { height: 100%; position: relative; display: grid; grid-template-columns: 52px minmax(0,1fr); align-items: center; gap: 16px; padding: 24px 20px 24px 16px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.candidate-order { position: absolute; top: 9px; right: 12px; font-size: .66rem; color: #91888d; font-weight: 700; }
.initials { width: 52px; height: 52px; display: grid; place-items: center; flex: none; border-radius: 50%; color: var(--wine); background: var(--soft-wine); font-size: 1rem; font-weight: 800; }
.candidate-card h2 { margin: 0; font-size: 1.03rem; line-height: 1.3; letter-spacing: -.018em; overflow-wrap: break-word; }
.candidate-card p { margin: 7px 0 0; color: var(--muted); font-size: .76rem; }
.list-note { display: flex; gap: 12px; align-items: flex-start; margin-top: 24px; padding: 20px 0; border-top: 1px solid var(--line); }
.list-note > span { font-size: 1.4rem; line-height: 1.1; }
.list-note p { margin: 0; color: var(--muted); font-size: .85rem; }
.site-footer { padding: 36px 0; color: #fff; background: #1c181b; }
.footer-inner { display: flex; flex-direction: column; gap: 24px; }
.footer-inner strong { font-size: 1.12rem; }
.footer-inner p { margin: 5px 0 0; font-size: .85rem; color: #c7bfc3; }
.footer-inner > a { color: #efc8d3; font-size: .88rem; font-weight: 700; }
.back-link { font-size: .79rem; font-weight: 800; color: var(--wine); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; padding-top: 26px; color: var(--muted); font-size: .77rem; }
.breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
.profile-heading { padding: 32px 0; }
.profile-heading .eyebrow { display: flex; align-items: center; gap: 12px; }
.profile-role { margin: 17px 0 0; color: var(--wine); font-size: 1.08rem; font-weight: 700; }
.profile-layout { display: grid; gap: 28px; align-items: start; }
.profile-picture { min-width: 0; margin: 0; }
.profile-picture img { width: 100%; border-radius: 18px; border: 1px solid var(--line); object-fit: contain; }
.profile-text { min-width: 0; font-size: 1.05rem; line-height: 1.8; }
.profile-text p { margin: 0 0 26px; }
.profile-text strong { color: var(--wine); }
.hashtag { display: inline-block; color: var(--wine); font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.profile-bottom { display: flex; flex-direction: column; align-items: stretch; gap: 24px; margin-top: 44px; padding-top: 30px; border-top: 1px solid var(--line); }
.profile-bottom p { margin: 0; color: var(--muted); font-size: .82rem; }
.profile-bottom strong, .profile-bottom p span { display: block; }
.profile-bottom strong { margin-top: 4px; color: var(--ink); }
@media (min-width: 620px) {
  .container { width: min(calc(100% - 48px), 1180px); }
  .candidate-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .leader-card { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
  .leader-image { order: -1; align-self: center; }
  .leader-copy { padding: 30px; }
  .leader-copy .button { width: auto; }
  .footer-inner { flex-direction: row; align-items: center; justify-content: space-between; }
  .profile-bottom { flex-direction: row; justify-content: space-between; align-items: center; }
}
@media (min-width: 920px) {
  .page-intro { padding-top: 66px; padding-bottom: 36px; }
  .candidate-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .leader-card { grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); }
  .leader-copy { padding: 48px 54px; }
  .profile-layout { grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 48px; }
  .profile-text { font-size: 1.07rem; }
  .profile-heading { padding-block: 42px; }
  .page-main { padding-bottom: 82px; }
}
@media (min-width: 1100px) {
  .header-inner { min-height: 96px; }
  .brand img { width: 144px; max-height: 80px; }
  .mobile-menu { display: none; }
  .desktop-nav { display: flex; align-items: center; gap: clamp(15px, 1.8vw, 28px); }
  .desktop-nav a { padding-block: 9px; font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .045em; border-bottom: 2px solid transparent; }
  .desktop-nav a:hover, .desktop-nav [aria-current] { color: var(--wine); border-color: var(--wine); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
