.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 {
  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;
}

/* Covers the left-margin zone (between viewport edge and container edge) so
   cards sliding off the left are hidden instead of bleeding out of the container. */
.tc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: max(5vw, calc((100vw - 90rem) / 2));
  background: #ffffff;
  z-index: 10;
  pointer-events: none;
}

.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-start;
  justify-content: space-between;
  max-width: 90rem;
  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 {
  margin: 0;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.96px;
  color: #0e0d0c;
}

.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;
}

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

/* Pill nav — absolute on desktop aligned to container right edge, static below track on mobile */
.tc__nav {
  position: absolute;
  top: 0;
  right: max(5vw, calc((100vw - 90rem) / 2));
  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;
  /* Above .tc__container (z-index:11) so the heading's full-width box doesn't
     intercept clicks meant for the arrows. */
  z-index: 12;
}

.tc__nav-btn {
  position: static;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  border-radius: 1000px;
  color: #0e0d0c;
  cursor: pointer;
  opacity: 1;
  transform: none;
}

.tc__nav-btn:not(:disabled) {
  background-color: #ffffff;
  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;
  cursor: default;
}

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

/* ─── Header-less variant (Figma 18125-27752) ───────────────────────────────
   No eyebrow/heading/CTA; nav flows below the track at the bottom-left, 48px
   beneath the carousel, left-aligned with the first card. */
.tc--no-header .tc__nav {
  position: static;
  top: auto;
  right: auto;
  align-self: flex-start;
  margin-top: 48px;
  margin-left: max(5vw, calc((100vw - 90rem) / 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: 8px;
  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, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.28px;
  color: #3f3e3c;
  white-space: nowrap;
}

/* ── 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;
  line-height: 1.2;
  letter-spacing: -0.66px;
  color: #0e0d0c;
}

.tc__card-label {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  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) {
  /* Tablet/mobile use section padding — left overlay not needed */
  .tc::before {
    display: none;
  }
  /* Section padding handles alignment at tablet — revert container and nav */
  .tc__container {
    max-width: none;
    width: 100%;
    margin: 0 0 48px;
  }
  .tc__nav {
    right: 0;
  }
  /* Splide left padding resets at tablet, so align the header-less nav flush left */
  .tc--no-header .tc__nav {
    margin-left: 0;
  }
  .tc__heading {
    font-size: 40px;
  }
  .tc__card {
    width: 380px;
  }
  .tc__photo {
    height: 180px;
  }
}

/* ─── Mobile ─────────────────────────────────────────────────────────────── */
@media (max-width: 767px) {
  /* 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 {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

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

  /* Nav: drop out of absolute, flow below the track; align-self prevents
     it from stretching full-width in the flex column parent */
  .tc__nav {
    position: static;
    align-self: flex-start;
    margin: 0;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    margin-top: 32px;
  }

  /* Card: full-width, 24px padding, 16px gap, no inherited desktop shadow */
  .tc__card {
    width: 100%;
    min-height: 350px;
    max-height: 350px;
    padding: 24px;
    gap: 16px;
    border-radius: 6px;
    box-shadow: none;
    overflow: hidden;
  }

  /* Figma Headline 20: weight 450, size 20, line-height 1.2, tracking -0.6px */
  .tc__card-title {
    font-size: 20px;
    font-weight: 450;
    line-height: 1.2;
    letter-spacing: -0.6px;
  }

  .tc__card-label {
    font-size: 16px;
    line-height: 1.4;
    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%;
}

