/* Starz R Us Our Team add-on — designed to inherit the current Starz R Us theme. */
.sru-team-page{width:100%}
.sru-team-page .sru-page-intro,.sru-team-page .sru-section,.sru-team-page .sru-final-cta{width:100%}
.sru-team-page-hero{min-height:auto}
.sru-team-intro__inner,.sru-team-listing-heading{max-width:820px}
.sru-team-listing-heading{margin-bottom:30px}
.sru-team-directory{display:grid;gap:clamp(48px,6vw,76px);margin-top:30px}
.sru-team-group{display:grid;gap:24px}
.sru-team-group__heading{max-width:760px}
.sru-team-group__heading h2{margin-bottom:0}
.sru-team-leadership-grid,.sru-team-grid{display:grid;gap:22px;align-items:stretch;grid-template-columns:repeat(3,minmax(0,1fr))}
.sru-team-card{overflow:hidden;border:1px solid var(--sru-border,#dfd2ec);border-radius:24px;background:#fff;box-shadow:0 14px 35px rgba(62,27,97,.09);transition:transform .2s ease,box-shadow .2s ease}
.sru-team-card:hover{transform:translateY(-3px);box-shadow:0 20px 42px rgba(62,27,97,.13)}
.sru-team-card--leadership{border-top:4px solid var(--sru-yellow,#f7c948)}
.sru-team-photo{position:relative;aspect-ratio:4/4.25;overflow:hidden;background:linear-gradient(145deg,#efe3fb,#fbf8ff)}
.sru-team-photo__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center 18%}
.sru-team-photo__placeholder{display:grid;width:100%;height:100%;place-content:center;text-align:center;background:radial-gradient(circle at 25% 15%,rgba(247,201,72,.4),transparent 28%),linear-gradient(145deg,#4b176f,#742bb7);color:#fff}
.sru-team-photo__placeholder span{display:grid;width:92px;height:92px;margin:0 auto 12px;place-items:center;border:2px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(255,255,255,.12);font-family:var(--sru-heading,inherit);font-size:2rem;font-weight:900;letter-spacing:.05em}
.sru-team-photo__placeholder small{font-size:.83rem;font-weight:700;letter-spacing:.04em}
.sru-team-card__body{padding:22px}
.sru-team-card__body .sru-eyebrow{margin-bottom:7px}
.sru-team-card__body h3{margin:0 0 10px;font-size:clamp(1.25rem,1.8vw,1.6rem)}
.sru-team-summary{color:#4d5d72;line-height:1.65}
.sru-team-details{margin-top:16px;border-top:1px solid var(--sru-border,#dfd2ec);padding-top:13px}
.sru-team-details summary{cursor:pointer;color:var(--sru-purple,#6d28b8);font-weight:850;list-style:none}
.sru-team-details summary::-webkit-details-marker{display:none}
.sru-team-details summary:after{content:'+';float:right;font-size:1.2rem;line-height:1}
.sru-team-details[open] summary:after{content:'−'}
.sru-team-details__content{padding-top:13px;color:#44536a}
.sru-team-details__content p:last-child{margin-bottom:0}
.sru-team-cta .sru-button-row{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
@media(max-width:1000px){.sru-team-leadership-grid,.sru-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.sru-team-leadership-grid,.sru-team-grid{grid-template-columns:1fr}.sru-team-photo{aspect-ratio:4/4}.sru-team-card__body{padding:20px 18px}.sru-team-cta .sru-button-row{display:grid;grid-template-columns:1fr}.sru-team-cta .sru-button{width:100%;justify-content:center}}
@media(prefers-reduced-motion:reduce){.sru-team-card{transition:none}.sru-team-card:hover{transform:none}}
