.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
/* TeamCarousel — plain CSS. Desktop from Figma 18091-1019, mobile from 18098-23769.
   Assumes Inter (variable) and IBM Plex Mono are loaded globally. */

.tc {
  --container-max: 90rem;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 48px;
  justify-content: center;
  background-color: transparent;
  padding: 0px;
  overflow: hidden;
  font-family: Inter, sans-serif;
}

@media (min-width: 1440px) {
  .tc {
    --container-max: 100rem;
  }
}

@media (min-width: 1920px) {
  .tc {
    --container-max: 120rem;
  }
}

.tc__container {
  position: relative;
  z-index: 11; /* above .tc::before overlay (z-index:10); Splide track is z-index:0 */
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: var(--container-max);
  width: 90%;
  margin: 0 auto 48px;
}

.tc__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.tc__head-copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

/* Eyebrow — dot + text row, shown at all breakpoints */
.tc__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-family: "IBM Plex Mono", monospace;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #3f3e3c;
  font-feature-settings: "salt" 1;
}

/* Purple square dot — always visible */
.tc__eyebrow-dot {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #6b4fff;
  flex-shrink: 0;
}

.tc__heading {
  color: #0e0d0c;
  text-align: center;
  font-family: "inter-variable";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 52.8px */
  letter-spacing: -1.44px;
  padding: 0;
  margin: 0;
}

.tc__cta {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  border: 1px solid #e1dbff;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.16px;
  color: #704eff;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.tc__cta:hover {
  border: 1px solid #c1bafe;
}

/* Splide root */
.tc__splide {
  width: 100%;
  display: flex;
  flex-direction: column;
}

/* Pill nav — shared chrome for both the desktop and mobile arrow sets. */
.tc__nav {
  display: inline-flex;
  align-items: center;
  background-color: #f5f4f2;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 1000px;
  overflow: hidden;
  width: auto;
  height: auto;
  z-index: 12;
}

/* Desktop set: relative, flex-end alongside the header copy inside the
   container. Hidden on mobile (the separate mobile set takes over). */
.tc__nav--desktop {
  position: relative;
  align-self: flex-end;
  flex-shrink: 0;
}

/* Mobile set: hidden on desktop when a header (and its nav) is present. */
.tc__nav--mobile {
  display: none;
}

/* Let the header copy shrink so the desktop nav fits beside it. */
.tc__head {
  min-width: 0;
}

.tc__nav-btn {
  position: static;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  border-radius: 1000px;
  /* Active/dark whenever the arrow is enabled (slides exist that direction). */
  color: #0e0d0c;
  cursor: pointer;
  opacity: 1;
  transform: none;
  transition: background-color 0.15s ease, box-shadow 0.15s ease;
}

/* White pill background only on hover and while clicking — nothing otherwise. */
.tc__nav-btn:not(:disabled):hover,
.tc__nav-btn:not(:disabled):active {
  background-color: #ffffff;
  color: #0e0d0c;
  box-shadow: 0px 0px 0.49px rgba(0, 0, 0, 0.4),
    0px 3.918px 1.959px rgba(0, 0, 0, 0.04);
}

.tc__nav-btn:disabled {
  opacity: 0.3;
  color: #a9a8a6;
  cursor: default;
}

.tc__nav-btn svg {
  width: 20px;
  height: 20px;
}

.splide__arrow svg {
  fill: none;
}

/* ─── Header-less variant (Figma 18125-27752) ───────────────────────────────
   No eyebrow/heading/CTA and thus no desktop nav — the mobile set is shown on
   all widths, at the bottom-left, 48px under the track, aligned with the first
   card. */
.tc--no-header .tc__nav--mobile {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 48px;
  margin-left: max(5vw, calc((100vw - var(--container-max)) / 2));
  border: 0.5px solid rgba(0, 0, 0, 0.1);
}

.splide__list {
  align-items: flex-start;
}

/* ─── Card ──────────────────────────────────────────────────────────────── */

.tc__card {
  position: relative;
  overflow: hidden;
  width: 444px;
  min-height: 425px;
  box-sizing: border-box;
  background-color: #f5f4f2;
  border-radius: 12px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  cursor: pointer;
  /* Subtle inner shadow from Figma */
  box-shadow: inset 0px 0px 0px 0.5px rgba(0, 0, 0, 0.1);
}

/* ── Badge pill ─────────────────────────────────────────────────────────── */
.tc__card-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #efeeec;
  border-radius: 100px;
  padding: 8px 12px;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.tc__card-badge:disabled {
  cursor: default;
}

.tc__badge-icon {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #0e0d0c;
  display: inline-block;
  flex-shrink: 0;
}

.tc__badge-duration {
  font-family: "inter-variable", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.28px;
  color: #3f3e3c;
}

/* ── Photo ──────────────────────────────────────────────────────────────── */
.tc__photo {
  width: 100%;
  height: 214px;
  background-color: #0e0d0c;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

/* ── Card text ──────────────────────────────────────────────────────────── */
.tc__card-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  width: 100%;
}

.tc__card-title {
  margin: 0;
  font-size: 22px;
  color: #0e0d0c;
  font-family: "inter-variable", sans-serif;
  font-weight: 450;
  line-height: 120%;
  letter-spacing: -0.66px;
}

.tc__card-label {
  margin: 0;
  font-family: "inter-variable", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.36px;
  color: #3f3e3c;
}

/* ── Full-card hover overlay ────────────────────────────────────────────── */

/* Dark blurred overlay — covers entire card on hover. Matches Figma:
   backdrop-filter: blur(40px) + bg rgba(0,0,0,0.4), "Watch Video" pill centered. */
.tc__card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s ease;
  border-radius: inherit;
  z-index: 2;
}

.tc__card:hover .tc__card-overlay {
  opacity: 1;
}

/* "Watch Video" pill — white border, pill shape, white text */
.tc__watch-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1000px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.32px;
  color: #ffffff;
  white-space: nowrap;
  pointer-events: none;
}

/* ─── Tablet ─────────────────────────────────────────────────────────────── */
@media (max-width: 991px) {
  /* Section padding handles alignment at tablet — revert container and nav */
  .tc__container {
    max-width: none;
    width: 100%;
    margin: 0 0 48px;
  }
  /* Splide left padding resets at tablet, so align the header-less nav flush left */
  .tc--no-header .tc__nav--mobile {
    margin-left: 0;
  }
  .tc__heading {
    font-size: 40px;
  }
  .tc__card {
    width: 380px;
  }
  .tc__photo {
    height: 180px;
  }
}

/* ─── Mobile ─────────────────────────────────────────────────────────────── */
@media (max-width: 767px) {


  .splide__list {
    padding: 0 24px 0 0 !important;
  }

  /* Page background matches Figma surface/page token */
  .tc {
    padding: 0;
    gap: 32px;
  }

  /* Full-width on mobile — 24px side padding replaces the 90rem/90% desktop container */
  .tc__container {
    max-width: 100%;
    width: 100%;
    margin: 0 0 32px;
  }

  .tc__heading {
    font-size: 36px;
    letter-spacing: -1.08px;
  }

  .tc__head-copy {
    gap: 16px;
  }

  .tc__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  /* Eyebrow: smaller font on mobile (14px vs 16px desktop) */
  .tc__eyebrow {
    font-size: 14px;
  }

  /* Hide the desktop (header) nav; show the mobile set below the track. */
  .tc__nav--desktop {
    display: none;
  }
  .tc__nav--mobile {
    display: inline-flex;
    align-self: flex-start;
    margin: 32px 0 0;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
  }

  /* Header-less variant: 32px under the track on mobile (overrides the 48px
     desktop rule, which otherwise wins on specificity inside this query). */
  .tc--no-header .tc__nav--mobile {
    margin-top: 32px;
    margin-left: 0;
  }

  .tc__card {
    width: 100%;
    min-height: 350px;
    max-height: 350px;
    padding: 24px;
    gap: 16px;
    border-radius: 10px;
    overflow: hidden;
  }

  .tc__card-title {
    font-size: 20px;
    letter-spacing: -0.6px;
  }

  .tc__card-label {
    font-size: 16px;
    letter-spacing: -0.32px;
  }

  .tc__photo {
    height: 158px;
  }

  /* CTA not shown in Figma mobile design */
  .tc__cta {
    display: none;
  }

  /* No hover overlay on touch — badge handles play */
  .tc__card-overlay {
    display: none;
  }
}

/* ─── Modal ──────────────────────────────────────────────────────────────── */
.tc__modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tc__modal-inner {
  position: relative;
  width: 90vw;
  max-width: 900px;
}

.tc__modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tc__modal-frame {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #000;
}

.tc__modal-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

