.th5-crew-carousel{--th5-ink:#0b1f2a;--th5-muted:#5c6b73;--th5-accent:#00b4b0;--th5-accent-dark:#048783;--th5-card-bg:#ffffff;--th5-border:#e7edee;--th5-shadow:0 10px 30px -12px rgba(11, 31, 42, 0.22);--th5-shadow-hover:0 20px 40px -14px rgba(11, 31, 42, 0.32);position:relative;width:100%;box-sizing:border-box;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 24px,#000 calc(100% - 24px),transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 24px,#000 calc(100% - 24px),transparent 100%)}.th5-crew-carousel *{box-sizing:border-box}.th5-crew-carousel__track{display:flex;flex-wrap:nowrap;align-items:stretch;gap:22px;overflow-x:auto;overflow-y:hidden;padding:10px 24px 28px;scroll-snap-type:x proximity;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;cursor:grab;scrollbar-width:thin;scrollbar-color:var(--th5-accent) #fff0}.th5-crew-carousel__track:active{cursor:grabbing;scroll-behavior:auto}.th5-crew-carousel__track::-webkit-scrollbar{height:6px}.th5-crew-carousel__track::-webkit-scrollbar-track{background:#fff0}.th5-crew-carousel__track::-webkit-scrollbar-thumb{background-color:var(--th5-accent);border-radius:10px}.th5-crew-card{flex:0 0 auto;scroll-snap-align:start;width:250px;background:var(--th5-card-bg);border-radius:18px;overflow:hidden;box-shadow:var(--th5-shadow);border:1px solid var(--th5-border);display:flex;flex-direction:column;transition:transform 0.35s cubic-bezier(.22,1,.36,1),box-shadow 0.35s ease;user-select:none}@media (min-width:600px){.th5-crew-card{width:280px}}.th5-crew-carousel__track:not(:active) .th5-crew-card:hover,.th5-crew-carousel__track:not(:active) .th5-crew-card:focus-within{transform:translateY(-6px);box-shadow:var(--th5-shadow-hover)}.th5-crew-card__image{position:relative;width:100%;aspect-ratio:1080 / 750;overflow:hidden;background:linear-gradient(135deg,#0b1f2a,#0f3945)}.th5-crew-card__image img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none;-webkit-user-drag:none;transition:transform 0.6s cubic-bezier(.22,1,.36,1)}.th5-crew-card:hover .th5-crew-card__image img{transform:scale(1.06)}.th5-crew-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#0b1f2a,#0f3945)}.th5-crew-card__body{padding:16px 18px 20px;display:flex;flex-direction:column;gap:2px}.th5-crew-card__name{margin:0;font-family:"Bebas Neue","Oswald",Impact,sans-serif;font-weight:400;font-size:26px;line-height:1.05;letter-spacing:.03em;color:var(--th5-ink);text-transform:uppercase}.th5-crew-card__meta{margin:6px 0 0;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:13px;font-weight:500;color:var(--th5-muted);letter-spacing:.01em}.th5-crew-card__dot{color:var(--th5-accent);font-weight:700}.th5-crew-card__wave{width:46px;height:10px;margin:12px 0 10px;color:var(--th5-accent);opacity:.85}.th5-crew-card__wave svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.th5-crew-card__socials{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}.th5-crew-card__social{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--th5-ink);border:1.4px solid var(--th5-border);background:#fff0;transition:background-color 0.25s ease,color 0.25s ease,border-color 0.25s ease,transform 0.25s ease}.th5-crew-card__social svg{width:16px;height:16px}.th5-crew-card__social:hover,.th5-crew-card__social:focus-visible{background-color:var(--th5-accent);border-color:var(--th5-accent);color:#fff;transform:translateY(-2px)}.th5-crew-card__social:focus-visible{outline:2px solid var(--th5-accent-dark);outline-offset:2px}@media (prefers-reduced-motion:reduce){.th5-crew-carousel__track{scroll-behavior:auto}.th5-crew-card,.th5-crew-card__image img,.th5-crew-card__social{transition:none}}