.CoPresidents_wrap__vxkWo{position:relative;display:grid;align-content:center;padding:clamp(1.8rem,3.4vw,3rem) clamp(1.4rem,3vw,2.6rem);border-radius:var(--r-xl);background:hsla(0,0%,100%,.7);border:1px solid var(--hairline);-webkit-backdrop-filter:blur(20px) saturate(160%);backdrop-filter:blur(20px) saturate(160%);box-shadow:var(--shadow-card)}.CoPresidents_rosterView__hiTL9{display:flex;flex-direction:column;align-items:center;animation:CoPresidents_fadeIn___B03A .45s var(--ease-out) both}.CoPresidents_heading___kxv_{font-size:clamp(1.8rem,3.6vw,2.9rem);font-weight:650;letter-spacing:-.04em;line-height:1.05;color:var(--ink);text-align:center}.CoPresidents_hint__e_V7C{margin-top:.5rem;font-size:.95rem;color:var(--text-dim);text-align:center}.CoPresidents_row__cqphR{--size:clamp(116px,14vw,190px);display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:clamp(1.4rem,5vw,4rem);margin-top:clamp(1.8rem,4vw,3rem);width:100%}.CoPresidents_card__94c2K{display:flex;flex-direction:column;align-items:center;gap:.55rem;cursor:pointer;background:none;border:0;padding:0}.CoPresidents_photoWrap__nqUqV{position:relative;width:var(--size);height:var(--size);margin-bottom:.35rem;animation:CoPresidents_beat__pnqUi 3.6s var(--ease) infinite;animation-delay:calc(var(--i) * .6s);will-change:transform}.CoPresidents_ping__viY01{position:absolute;inset:0;border-radius:50%;border:2px solid rgba(216,30,44,.45);animation:CoPresidents_ping__viY01 3.6s var(--ease-out) infinite;animation-delay:calc(var(--i) * .6s);pointer-events:none}.CoPresidents_photo__zTP5Y{position:relative;display:grid;place-items:center;width:100%;height:100%;border-radius:50%;overflow:hidden;color:#fff;background:var(--grad-brand);border:4px solid var(--surface);box-shadow:0 18px 40px -16px rgba(17,17,20,.5);outline:3px solid transparent;outline-offset:5px;transition:outline-color .3s var(--ease),box-shadow .3s var(--ease)}.CoPresidents_photo__zTP5Y img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}.CoPresidents_card__94c2K:focus-visible .CoPresidents_photo__zTP5Y,.CoPresidents_card__94c2K:hover .CoPresidents_photo__zTP5Y{outline-color:var(--red);box-shadow:var(--shadow-red)}.CoPresidents_card__94c2K:hover .CoPresidents_photoWrap__nqUqV,.CoPresidents_card__94c2K:hover .CoPresidents_ping__viY01{animation-play-state:paused}.CoPresidents_initials__Uihf_{font-weight:700;font-size:calc(var(--size) * .28)}.CoPresidents_cardName__RRCI0{font-size:clamp(1rem,1.5vw,1.15rem);font-weight:570;letter-spacing:-.015em;color:var(--ink);white-space:nowrap;transition:color .25s var(--ease)}.CoPresidents_card__94c2K:hover .CoPresidents_cardName__RRCI0{color:var(--red)}.CoPresidents_cardRole__QRRnb{font-family:var(--font-label);font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim)}.CoPresidents_detailView__qI62Q{position:relative;animation:CoPresidents_fadeIn___B03A .45s var(--ease-out) both}.CoPresidents_back__OUASJ{display:inline-flex;align-items:center;gap:.45em;font-family:var(--font-label);font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim);margin-bottom:clamp(1rem,2.5vw,1.6rem);transition:color .25s var(--ease),gap .25s var(--ease)}.CoPresidents_back__OUASJ:hover{color:var(--red);gap:.7em}.CoPresidents_detailGrid__gh8Eh{display:grid;grid-template-columns:auto 1fr;grid-gap:clamp(1.5rem,4vw,3rem);gap:clamp(1.5rem,4vw,3rem);align-items:center}.CoPresidents_portrait__fvh73{position:relative;width:clamp(200px,24vw,300px);aspect-ratio:4/5;border-radius:var(--r-lg);overflow:hidden;background:var(--grad-brand);box-shadow:var(--shadow-card);animation:CoPresidents_popPhoto__JKg6Z .55s var(--ease-out) both}.CoPresidents_portrait__fvh73 img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}.CoPresidents_portrait__fvh73 .CoPresidents_initials__Uihf_{position:absolute;inset:0;display:grid;place-items:center;font-size:3rem}.CoPresidents_detailText___2T8k{min-width:0}.CoPresidents_name__VMosK{font-size:clamp(1.7rem,3.2vw,2.5rem);letter-spacing:-.03em}.CoPresidents_role__rd8He{margin-top:.25rem;font-family:var(--font-label);font-size:.74rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--red)}.CoPresidents_blurb__EArmR{margin-top:1rem;display:flex;flex-direction:column;gap:.7rem;color:var(--text-soft);font-size:1rem;line-height:1.6;max-width:58ch}.CoPresidents_link__DUj6x{display:inline-flex;align-items:center;gap:.5em;margin-top:1.2rem;font-weight:540;color:var(--ink);transition:gap .3s var(--ease),color .3s var(--ease)}.CoPresidents_link__DUj6x:hover{color:var(--red);gap:.75em}.CoPresidents_linkIcon__Owice{display:grid;place-items:center;width:22px;height:22px;border-radius:6px;color:#fff;background:#0a66c2}.CoPresidents_linkIcon__Owice svg{width:13px;height:13px}@keyframes CoPresidents_beat__pnqUi{0%,to{transform:scale(1)}42%{transform:scale(1.05)}}@keyframes CoPresidents_ping__viY01{0%{transform:scale(1);opacity:.55}60%{transform:scale(1.2);opacity:0}to{transform:scale(1.2);opacity:0}}@keyframes CoPresidents_fadeIn___B03A{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes CoPresidents_popPhoto__JKg6Z{0%{opacity:0;transform:scale(.78) translateY(10px)}to{opacity:1;transform:none}}@media (max-width:640px){.CoPresidents_wrap__vxkWo{padding:1.5rem .9rem 1.7rem;border-radius:var(--r-lg)}.CoPresidents_heading___kxv_{font-size:1.65rem}.CoPresidents_hint__e_V7C{font-size:.88rem}.CoPresidents_row__cqphR{flex-wrap:nowrap;gap:.55rem;margin-top:1.5rem}.CoPresidents_card__94c2K{flex:1 1;min-width:0;gap:.4rem}.CoPresidents_photoWrap__nqUqV{width:100%;max-width:104px;height:auto;aspect-ratio:1/1;margin:0 auto .15rem}.CoPresidents_initials__Uihf_{font-size:1.55rem}.CoPresidents_photo__zTP5Y{border-width:3px}.CoPresidents_cardName__RRCI0{font-size:.86rem;line-height:1.2;white-space:normal;text-wrap:balance;min-height:2.4em}.CoPresidents_cardRole__QRRnb{font-size:.6rem;letter-spacing:.08em}.CoPresidents_detailGrid__gh8Eh{grid-template-columns:1fr;justify-items:center;text-align:center}.CoPresidents_portrait__fvh73{width:min(62vw,240px)}.CoPresidents_blurb__EArmR{text-align:left}}@media (prefers-reduced-motion:reduce){.CoPresidents_detailView__qI62Q,.CoPresidents_photoWrap__nqUqV,.CoPresidents_ping__viY01,.CoPresidents_portrait__fvh73,.CoPresidents_rosterView__hiTL9{animation:none}.CoPresidents_ping__viY01{opacity:0}}