.team-page { background: #f4f7fb; }
.team-page .main-nav a.is-current { color: var(--orange); }

.team-hero {
    position: relative;
    overflow: hidden;
    padding: 82px 0 94px;
    color: var(--white);
    background-color: #0648ae;
    background-image:
        linear-gradient(rgba(4, 65, 170, .88), rgba(4, 65, 170, .88)),
        url("../png/pontos.png");
    background-repeat: no-repeat, repeat;
    background-position: center, left top;
    background-size: 100% 100%, auto;
}



.team-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(470px, 1.15fr);
    align-items: center;
    gap: clamp(42px, 7vw, 86px);
}

.team-kicker {
    margin: 0 0 11px;
    color: var(--yellow);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase;
}

.team-intro h1 {
    margin: 0;
    max-width: 530px;
    color: var(--white);
    font-size: clamp(38px, 3.8vw, 50px);
    font-weight: 600;
    line-height: 1.06;
    text-transform: uppercase;
}

.team-intro h1 span { display: block; color: var(--yellow); }

.team-intro > p:last-child {
    max-width: 470px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.55;
}

.on-air-host-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(240px, .92fr);
    min-height: 390px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    color: var(--white);
    background: #041d49;
    box-shadow: 0 34px 76px rgba(0, 20, 56, .38);
}

.on-air-host-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 62%;
    height: 5px;
    background: var(--yellow);
}

.on-air-host-copy {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 32px 48px 32px 34px;
    background-color: #041d49;
    background-image:
        linear-gradient(rgba(4, 29, 73, .84), rgba(4, 29, 73, .84)),
        url("../png/pontos.png");
    background-position: center, left top;
    background-repeat: no-repeat, repeat;
}

.on-air-host-copy::after {
    content: "";
    position: absolute;
    inset: auto 32px 24px auto;
    width: 58px;
    height: 4px;
    background: var(--orange);
    box-shadow: 0 9px 0 var(--purple);
}

.on-air-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.on-air-label,
.member-live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--red);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.on-air-label i,
.member-live i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--red);
    animation: live-pulse 1.2s ease-out infinite;
}

.on-air-frequency {
    display: inline-flex;
    align-items: end;
    gap: 5px;
    color: rgba(255, 255, 255, .66);
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.on-air-frequency strong {
    color: var(--yellow);
    font-size: 19px;
    font-weight: 700;
    line-height: .9;
}

.on-air-signal {
    display: inline-flex;
    align-items: end;
    gap: 2px;
    height: 16px;
    margin-right: 3px;
}

.on-air-signal i {
    display: block;
    width: 3px;
    height: 6px;
    background: var(--orange);
}

.on-air-signal i:nth-child(2) { height: 9px; }
.on-air-signal i:nth-child(3) { height: 13px; }
.on-air-signal i:nth-child(4) { height: 16px; }

.on-air-host-identity {
    margin-top: 36px;
}

.on-air-host-identity > span {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .52);
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.on-air-host-copy h2 {
    max-width: 12ch;
    margin: 0;
    color: var(--white);
    font-size: clamp(26px, 2.55vw, 34px);
    font-weight: 700;
    line-height: 1.06;
    text-transform: uppercase;
}

.on-air-host-identity > p {
    margin: 8px 0 0;
    color: var(--yellow);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.on-air-host-card .program-progress {
    margin-top: 28px;
    padding: 15px 16px 14px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 6px;
    background: rgba(255, 255, 255, .06);
}

.on-air-host-card .program-progress-times,
.on-air-host-card .program-progress-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 10px;
    line-height: 1.3;
}

.on-air-host-card .program-progress-times {
    color: rgba(255, 255, 255, .62);
    font-weight: 600;
}

.on-air-host-card .program-progress-track {
    position: relative;
    height: 8px;
    margin: 28px 0 9px;
    border-radius: 999px;
    background-color: rgba(236, 240, 246, .18);
    background-image: repeating-linear-gradient(
        135deg,
        rgba(255, 255, 255, .18) 0,
        rgba(255, 255, 255, .18) 7px,
        rgba(194, 204, 218, .08) 7px,
        rgba(194, 204, 218, .08) 14px
    );
    background-size: 20px 20px;
    animation: team-program-progress-flow 1.25s linear infinite;
}

.on-air-host-card .program-progress-track [data-progress-bar] {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--yellow), var(--orange));
    box-shadow: 0 0 18px rgba(255, 196, 0, .32);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .8s linear;
}

.on-air-host-card .program-progress-marker {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: clamp(8px, var(--program-progress, 0%), calc(100% - 8px));
    width: 16px;
    height: 16px;
    border: 3px solid var(--white);
    border-radius: 50%;
    background: var(--orange);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .24);
    transform: translate(-50%, -50%);
    transition: left .8s linear;
}

.on-air-host-card .program-progress-marker [data-progress-percent] {
    position: absolute;
    bottom: calc(100% + 5px);
    left: 50%;
    min-width: 34px;
    padding: 3px 6px;
    border-radius: 999px;
    color: var(--blue-deep);
    background: var(--yellow);
    box-shadow: 0 5px 14px rgba(0, 0, 0, .18);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    transform: translateX(-50%);
}

@keyframes team-program-progress-flow {
    to { background-position: 20px 0; }
}

.on-air-host-card .program-progress-details {
    color: rgba(255, 255, 255, .5);
    font-weight: 500;
}

.on-air-actions {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 58px;
    align-items: center;
    gap: 13px;
    margin-top: 18px;
}

.team-play {
    display: grid;
    place-items: center;
    width: 58px;
    aspect-ratio: 1;
    border: 0;
    border-radius: 50%;
    color: var(--blue-deep);
    background: var(--yellow);
    box-shadow: 0 12px 26px rgba(255, 196, 0, .28);
    transition: transform .2s ease;
}

.team-play:hover,
.team-play:focus-visible { transform: scale(1.06); }
.team-play .play-mark { margin-left: 5px; border-top-width: 9px; border-bottom-width: 9px; border-left-width: 15px; }
.team-play .pause-mark::before,
.team-play .pause-mark::after { width: 6px; height: 22px; }

.on-air-actions small,
.on-air-actions strong { display: block; }
.on-air-actions small { color: #788398; font-size: 10px; font-weight: 600; text-transform: uppercase; }
.on-air-actions strong { margin-top: 2px; color: var(--blue); font-size: 20px; font-weight: 600; }
.on-air-actions .audio-spectrum { color: var(--purple); }
.is-audio-playing .on-air-actions .audio-spectrum span { animation: spectrum 780ms ease-in-out infinite; }

.on-air-host-photo {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-left: -28px;
    background: var(--yellow);
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}

.on-air-host-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 29, 73, .28), transparent 24%);
    pointer-events: none;
}

.on-air-host-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.on-air-host-photo img.is-station-logo {
    padding: 16%;
    object-fit: contain;
    object-position: center;
    background: linear-gradient(145deg, #0c3d94, #061741);
}

.team-directory { padding: 78px 0 108px; }

.team-directory-heading { margin-bottom: 32px; }
.team-directory-heading .team-kicker { color: var(--orange); }
.team-directory-heading h2 {
    margin: 0;
    max-width: 700px;
    color: var(--blue-deep);
    font-size: clamp(28px, 2.7vw, 36px);
    font-weight: 600;
    line-height: 1.12;
    text-transform: uppercase;
}

.team-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(260px, 3fr);
    align-items: start;
    gap: 30px;
}

.team-member-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.team-member-grid > li { min-width: 0; }

.team-photo-reel {
    --team-reel-gap: 18px;
    --team-reel-item-height: 438px;
    position: sticky;
    top: 128px;
    align-self: start;
    min-width: 0;
    padding: 12px;
    border: 1px solid #d7e2ef;
    border-radius: 8px;
    background: #eaf0f8;
    box-shadow: 0 20px 48px rgba(3, 47, 104, .12);
}

.team-photo-reel-viewport {
    position: relative;
    height: calc(var(--team-reel-item-height) + var(--team-reel-item-height) + var(--team-reel-gap));
    overflow: hidden;
    border-radius: 6px;
    background: #dfe7f1;
}

.team-photo-reel-track {
    display: flex;
    flex-direction: column;
    animation: team-reel-scroll var(--team-reel-duration, 28s) linear infinite;
    animation-play-state: paused;
    will-change: transform;
}

.team-photo-reel.is-moving .team-photo-reel-track { animation-play-state: running; }
.team-photo-reel.is-paused .team-photo-reel-track,
.team-photo-reel:hover .team-photo-reel-track,
.team-photo-reel:focus-within .team-photo-reel-track { animation-play-state: paused; }

.team-photo-reel-set {
    display: grid;
    gap: var(--team-reel-gap);
    padding-bottom: var(--team-reel-gap);
}

.team-photo-reel-item {
    position: relative;
    display: block;
    width: 100%;
    height: var(--team-reel-item-height);
    padding: 0;
    overflow: hidden;
    border: 1px solid #d5deea;
    border-radius: 6px;
    color: var(--ink);
    background: var(--white);
    box-shadow: 0 12px 30px rgba(3, 47, 104, .13);
    cursor: zoom-in;
}

.team-reel-post-head {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    height: 54px;
    padding: 7px 12px;
    text-align: left;
}

.team-reel-post-head > img {
    width: 36px;
    height: 36px;
    padding: 2px;
    border: 2px solid #f03b76;
    border-radius: 50%;
    object-fit: cover;
}

.team-reel-post-head > span { min-width: 0; }
.team-reel-post-head strong,
.team-reel-post-head small { display: block; }
.team-reel-post-head strong {
    overflow: hidden;
    color: var(--blue-deep);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.team-reel-post-head small {
    margin-top: 2px;
    color: #68758a;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.2;
}
.team-reel-post-head > i {
    color: #26364d;
    font-size: 13px;
    font-style: normal;
    letter-spacing: 2px;
}

.team-reel-post-photo {
    display: block;
    width: 100%;
    height: 276px;
    object-fit: cover;
    object-position: center;
    transition: transform .45s cubic-bezier(.16, 1, .3, 1);
}

.team-photo-reel-item:hover .team-reel-post-photo,
.team-photo-reel-item:focus-visible .team-reel-post-photo { transform: scale(1.025); }

.team-photo-reel-item:focus-visible {
    outline: 3px solid var(--yellow);
    outline-offset: -5px;
}

.team-reel-post-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    padding: 8px 12px 5px;
}

.team-reel-post-actions > span {
    display: inline-flex;
    align-items: center;
    gap: 13px;
}

.team-reel-post-actions svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: #172236;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.team-reel-post-copy {
    display: block;
    height: 64px;
    padding: 2px 12px 10px;
    overflow: hidden;
    text-align: left;
}

.team-reel-post-copy > strong,
.team-reel-post-copy > span { display: block; }
.team-reel-post-copy > strong {
    color: #172236;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
}
.team-reel-post-copy > span {
    margin-top: 5px;
    color: #3f4d62;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.35;
}
.team-reel-post-copy b {
    color: var(--blue-deep);
    font-weight: 700;
}

@keyframes team-reel-scroll {
    to { transform: translateY(-50%); }
}

.team-member-card {
    position: relative;
    display: grid;
    grid-template-columns: 136px minmax(0, 1fr);
    align-items: center;
    gap: 26px;
    min-width: 0;
    padding: 22px 18px 22px 4px;
    border-bottom: 1px solid #dbe4ef;
    transition: background-color .22s ease;
}

.team-member-grid > li:first-child .team-member-card { padding-top: 4px; }
.team-member-grid > li:last-child .team-member-card { border-bottom: 0; }
.team-member-card:hover { background: rgba(255, 255, 255, .52); }

.team-member-card.is-on-air {
    overflow: hidden;
    margin: 8px 0;
    padding: 22px 24px 22px 12px;
    border-bottom: 0;
    border-radius: 8px;
    background-color: #0648ae;
    background-image:
        linear-gradient(rgba(4, 65, 170, .88), rgba(4, 65, 170, .88)),
        url("../png/pontos.png");
    background-repeat: no-repeat, repeat;
    background-position: center, left top;
    background-size: 100% 100%, auto;
    box-shadow: 0 18px 38px rgba(2, 43, 105, .2);
}

.team-member-grid > li:first-child .team-member-card.is-on-air { padding-top: 22px; }
.team-member-card.is-on-air:hover { background-color: #0648ae; }

.team-member-photo {
    position: relative;
    display: block;
    width: 132px;
    height: 132px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: zoom-in;
    isolation: isolate;
}

.team-member-photo::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: conic-gradient(from 18deg, #feda75, #fa7e1e 18%, #d62976 42%, #962fbf 66%, #4f5bd5 84%, #feda75);
    transition: transform .72s cubic-bezier(.16, 1, .3, 1), filter .22s ease;
}

.team-member-photo-inner {
    position: absolute;
    inset: 6px;
    overflow: hidden;
    border: 5px solid var(--white);
    border-radius: 50%;
    background: #dfe7f1;
    box-shadow: 0 9px 24px rgba(4, 36, 80, .16);
}

.team-member-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .42s cubic-bezier(.16, 1, .3, 1);
}

.team-member-photo:hover::before,
.team-member-photo:focus-visible::before { transform: rotate(1turn); filter: saturate(1.15); }
.team-member-photo:hover img,
.team-member-photo:focus-visible img { transform: scale(1.035); }
.team-member-photo:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }

.team-member-photo-action {
    position: absolute;
    right: 3px;
    bottom: 7px;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 3px solid var(--white);
    border-radius: 50%;
    color: var(--white);
    background: var(--blue-deep);
    box-shadow: 0 6px 16px rgba(4, 36, 80, .24);
    opacity: 0;
    transform: scale(.82);
    transition: opacity .18s ease, transform .22s cubic-bezier(.16, 1, .3, 1);
}

.team-member-photo-action svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.team-member-photo:hover .team-member-photo-action,
.team-member-photo:focus-visible .team-member-photo-action { opacity: 1; transform: scale(1); }

.member-live {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 8px 10px;
    border-radius: 4px;
    color: var(--white);
    background: var(--red);
    box-shadow: 0 8px 20px rgba(247, 25, 41, .28);
}

.member-live i { background: var(--white); animation: none; }

.team-member-copy { min-width: 0; }
.team-member-card.is-on-air .team-member-copy { padding-right: 104px; }
.team-member-instagram {
    display: inline-flex;
    max-width: 100%;
    overflow: hidden;
    color: #68758a;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.team-member-instagram:hover { color: var(--orange); text-decoration: underline; text-underline-offset: 4px; }
.team-member-instagram.is-empty { color: #8994a5; }
.team-member-name { display: flex; align-items: center; gap: 9px; min-width: 0; margin-top: 3px; }
.team-member-copy h3 { min-width: 0; margin: 0; color: var(--blue-deep); font-size: clamp(23px, 2.2vw, 20px); font-weight: 700; line-height: 1.08; }
.team-member-verified { flex: 0 0 auto; display: inline-flex; width: 25px; height: 25px; color: #0a84ff; }
.team-member-verified svg { width: 100%; height: 100%; overflow: visible; }
.team-member-verified svg path:first-child { fill: currentColor; stroke: none; }
.team-member-verified svg path:last-child { fill: none; stroke: var(--white); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.25; }
.team-member-meta { display: flex; align-items: center; gap: 10px; margin-top: 8px; color: var(--orange); font-size: 11px; font-weight: 700; line-height: 1.25; text-transform: uppercase; }
.team-member-live {
    position: absolute;
    top: 50%;
    right: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 78px;
    min-height: 42px;
    padding: 0 13px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 999px;
    color: var(--white);
    background: rgba(1, 29, 75, .42);
    font-size: clamp(11px, .9vw, 13px);
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    transform: translateY(-50%);
}
.team-member-live[hidden] { display: none; }
.team-member-live i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: #ff3345;
    background: currentColor;
    box-shadow: 0 0 0 5px rgba(255, 51, 69, .18);
    animation: live-pulse 1.2s ease-out infinite;
}
.team-member-copy p { margin: 8px 0 0; color: #68758a; font-size: 12px; font-weight: 500; line-height: 1.5; }

.team-member-card.is-on-air .team-member-instagram,
.team-member-card.is-on-air .team-member-instagram.is-empty,
.team-member-card.is-on-air .team-member-copy h3,
.team-member-card.is-on-air .team-member-copy p { color: var(--white); }
.team-member-card.is-on-air .team-member-instagram { font-size: clamp(13px, 1.1vw, 15px); }
.team-member-card.is-on-air .team-member-instagram:hover { color: var(--yellow); }
.team-member-card.is-on-air .team-member-copy h3 { font-size: clamp(22px, 2.2vw, 26px); }
.team-member-card.is-on-air .team-member-verified { color: var(--yellow); }
.team-member-card.is-on-air .team-member-meta {
    color: #ff7b32;
    font-size: clamp(10px, .85vw, 12px);
}
.team-member-card.is-on-air .team-member-copy p {
    font-size: clamp(11px, .95vw, 13px);
    color: rgba(255, 255, 255, .84);
}

.team-cta {
    position: relative;
    overflow: hidden;
    padding: 62px 0;
    color: var(--blue-deep);
    background: var(--yellow);
}

.team-cta::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .22;
    background-image: url("../png/pontos.png");
    pointer-events: none;
}

.team-cta-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 34px;
}

.team-cta .team-kicker { color: var(--orange); }
.team-cta h2 { margin: 0; max-width: 700px; font-size: clamp(27px, 2.7vw, 35px); font-weight: 600; line-height: 1.12; text-transform: uppercase; }
.team-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 22px;
    border-radius: 5px;
    color: var(--white);
    background: var(--blue-deep);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (max-width: 980px) {
    .team-hero-grid { grid-template-columns: 1fr; }
    .team-intro { max-width: 650px; }
    .on-air-host-card { max-width: 680px; }
}

@media (max-width: 900px) {
    .team-content-grid { grid-template-columns: 1fr; }
    .sidebar-gallery { position: static; width: min(100%, 560px); }
    .team-photo-reel {
        --team-reel-item-height: min(134vw, 540px);
        position: relative;
        top: auto;
        width: min(100%, 420px);
        margin: 20px auto 0;
    }
    .team-photo-reel-viewport { height: var(--team-reel-item-height); }
    .team-reel-post-photo { height: calc(var(--team-reel-item-height) - 162px); }
}

@media (max-width: 680px) {
    .team-hero { padding: 58px 0 68px; }
    .team-intro { margin-inline: auto; text-align: center; }
    .team-intro h1 { font-size: 34px; }
    .team-intro > p:last-child { margin-inline: auto; font-size: 15px; }
    .on-air-host-card { grid-template-columns: minmax(0, 1fr) 180px; min-height: 360px; }
    .on-air-host-copy { padding: 26px 30px 26px 22px; }
    .on-air-host-copy h2 { font-size: 24px; }
    .on-air-host-identity { margin-top: 28px; }
    .on-air-host-card .program-progress { margin-top: 22px; padding: 13px 12px 12px; }
    .on-air-host-photo { margin-left: -20px; clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%); }
    .on-air-actions { grid-template-columns: 52px minmax(0, 1fr); }
    .on-air-actions .audio-spectrum { display: none; }
    .team-play { width: 52px; }
    .team-directory { padding: 60px 0 78px; }
    .team-member-card { grid-template-columns: 102px minmax(0, 1fr); gap: 17px; padding: 18px 0; }
    .team-member-card.is-on-air { padding: 18px 14px 18px 9px; }
    .team-member-grid > li:first-child .team-member-card.is-on-air { padding-top: 18px; }
    .team-member-card.is-on-air .team-member-copy { padding-right: 82px; }
    .team-member-live { right: 12px; min-width: 68px; min-height: 38px; gap: 7px; padding: 0 10px; }
    .team-member-live i { width: 9px; height: 9px; box-shadow: 0 0 0 4px rgba(255, 51, 69, .18); }
    .team-member-photo { width: 98px; height: 98px; }
    .team-member-photo-inner { inset: 5px; border-width: 2px; }
    .team-member-photo-action { right: 0; bottom: 3px; width: 28px; height: 28px; }
    .team-member-copy h3 { font-size: clamp(19px, 5.2vw, 21px); }
    .team-member-verified { width: 21px; height: 21px; }
    .team-member-instagram { font-size: 13px; }
    .team-directory-heading { text-align: center; }
    .team-directory-heading h2 { margin-inline: auto; font-size: 30px; }
    .team-cta-inner { display: grid; align-items: start; text-align: center; }
    .team-cta h2 { margin-inline: auto; }
    .team-cta a { justify-self: center; }
}

@media (max-width: 430px) {
    .on-air-host-card { grid-template-columns: 1fr; }
    .on-air-host-card::before { width: 100%; }
    .on-air-host-photo { min-height: 280px; margin-left: 0; grid-row: 1; clip-path: none; }
    .on-air-host-copy { padding: 26px 20px 32px; grid-row: 2; }
    .on-air-host-copy::after { display: none; }
    .on-air-head { gap: 12px; }
    .on-air-host-identity { margin-top: 24px; }
    .on-air-host-copy h2 { max-width: none; }
    .team-member-card { grid-template-columns: 86px minmax(0, 1fr); gap: 14px; }
    .team-member-card.is-on-air { gap: 12px; padding-right: 10px; }
    .team-member-card.is-on-air .team-member-copy { padding-right: 70px; }
    .team-member-live { right: 9px; min-width: 61px; min-height: 36px; gap: 6px; padding: 0 8px; font-size: 10px; }
    .team-member-photo { width: 84px; height: 84px; }
    .team-member-photo-action { display: none; }
    .team-member-copy h3 { font-size: clamp(17px, 4.8vw, 19px); }
    .team-member-meta { margin-top: 6px; }
}

@media (prefers-reduced-motion: reduce) {
    .team-member-photo::before,
    .team-member-photo img,
    .team-member-photo-action { transition-duration: .01ms; }
    .team-member-photo:hover::before,
    .team-member-photo:focus-visible::before { transform: none; }
    .team-member-live i { animation: none; }
    .on-air-host-card .program-progress-track { animation: none; }
    .on-air-host-card .program-progress-track [data-progress-bar],
    .on-air-host-card .program-progress-marker { transition: none; }
    .team-photo-reel-viewport {
        overflow-y: auto;
        scroll-snap-type: y mandatory;
    }
    .team-photo-reel-track { animation: none; transform: none; will-change: auto; }
    .team-photo-reel-set[aria-hidden="true"] { display: none; }
    .team-photo-reel-item { scroll-snap-align: start; }
}
