.favorite-card{position:relative;min-width:0;height:100%}.favorite-card>a{height:100%;width:100%}.favorite-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;border:1px solid #e6c36a;border-radius:50%;background:#031523;color:#e6c36a;font-size:26px;cursor:pointer}.favorite-toggle[aria-pressed=true]{background:#e6c36a;color:#031523}.favorite-toggle:focus-visible{outline:2px solid white;outline-offset:3px}.favorite-card>.favorite-toggle{position:absolute;right:14px;top:14px;z-index:3}.favorites-feedback:empty{display:none}.favorites-feedback{position:fixed;bottom:16px;left:16px;z-index:40;background:#082131;color:white;padding:12px 18px;border:1px solid #e6c36a;max-width:min(450px,90vw);pointer-events:none}.favorites-nav{white-space:nowrap}.selection-page{padding-top:150px;padding-bottom:80px;min-height:70vh}.selection-page h1{font:700 clamp(32px,5vw,60px) Archivo,Arial,sans-serif}.selection-page>p{max-width:760px;color:var(--soft)}.selection-actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0}.selection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.selection-grid article{position:relative;background:#082131;padding:16px}.selection-grid img{width:100%;height:280px;object-fit:cover}.selection-grid h2{font-size:22px}.selection-grid article>div{position:absolute;top:28px;right:28px}.selection-grid p{color:var(--soft)}#selection-url{width:100%;padding:12px}nav{gap:20px}@media(max-width:700px){.selection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.selection-grid img{height:200px}.selection-grid article{padding:10px}.selection-grid h2{font-size:18px}}@media(max-width:400px){.selection-grid{grid-template-columns:1fr}}
.selection-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);align-items:center;gap:32px}.selection-intro{min-width:0}.selection-intro>p{color:var(--soft)}.selection-intro .eyebrow{margin-top:0}.selection-hero-art{display:block;width:100%;height:auto;max-width:500px;justify-self:end;mask-image:radial-gradient(ellipse at center,#000 48%,transparent 73%)}.selection-hero+.selection-status{margin-top:0}@media(max-width:700px){.selection-hero{grid-template-columns:1fr;gap:0}.selection-hero-art{max-width:320px;justify-self:center;margin-top:-12px}.selection-page{padding-top:120px}}

/* Portrait selection cards, consistent with the talent overview. */
.selection-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.selection-grid img{height:auto;aspect-ratio:3/4;object-fit:cover;object-position:center top}
.selection-grid article{padding:12px}.selection-grid article>div{top:24px;right:24px}
.selection-grid h2{font-size:clamp(18px,1.6vw,24px);line-height:1.2;margin:18px 0 12px}
.selection-grid p{font-size:.95rem;line-height:1.5}
@media(min-width:1500px){.selection-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}
@media(max-width:1000px){.selection-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}}
@media(max-width:700px){.selection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.selection-grid article{padding:10px}.selection-grid article>div{top:18px;right:18px}.selection-grid h2{font-size:18px}.selection-grid p{font-size:.85rem}}
@media(max-width:360px){.selection-grid{grid-template-columns:1fr}}
