/* VisionaryCue Team Puzzle — front-end styles
   Scoped under .vctp so it won't collide with the host theme. */

.vctp {
  --vctp-accent: #7c7bff;
  --vctp-accent-2: #b78aff;
  --vctp-text: #f4f4f7;
  --vctp-dim: #a8acb8;
  --vctp-muted: #6a6f7c;
  --vctp-bg: #06060a;
  --vctp-surface: #0f0f17;
  --vctp-border: rgba(255, 255, 255, 0.08);
  --vctp-border-2: rgba(255, 255, 255, 0.14);
  --vctp-font: "Sora", "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  --vctp-mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", monospace;

  color: var(--vctp-text);
  background: var(--vctp-bg);
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  position: relative;
}
.vctp *, .vctp *::before, .vctp *::after { box-sizing: border-box; }
.vctp-sticky *, .vctp-sticky *::before, .vctp-sticky *::after { box-sizing: border-box; }
html.vctp-dialog-lock {
  overflow: hidden;
}
html.vctp-dialog-lock body,
body.vctp-dialog-lock {
  overflow: hidden;
  overscroll-behavior: none;
}

.vctp--empty {
  padding: 48px;
  text-align: center;
  color: var(--vctp-dim);
}
.vctp--empty a { color: var(--vctp-accent); }

/* ---- HERO ---- */
.vctp-hero {
  padding: clamp(56px, 9vw, 120px) clamp(20px, 5vw, 56px) clamp(24px, 4vw, 48px);
  position: relative;
  z-index: 1;
}
.vctp-hero__inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.vctp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--vctp-mono);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--vctp-accent);
  padding: 6px 14px;
  border: 1px solid var(--vctp-border);
  border-radius: 999px;
  background: rgba(124, 123, 255, 0.12);
}
.vctp-eyebrow::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 999px;
  background: var(--vctp-accent);
  box-shadow: 0 0 8px rgba(124, 123, 255, 0.5);
}
.vctp-heading {
  font-family: var(--vctp-font);
  font-weight: 700;
  font-size: clamp(32px, 5vw, 60px);
  letter-spacing: -0.03em;
  line-height: 1.04;
  margin: 18px 0 0;
  color: var(--vctp-text);
}
.vctp-lead {
  margin: 20px auto 0;
  max-width: 60ch;
  color: var(--vctp-dim);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.6;
}

/* ---- PUZZLE SECTION (sticky scroll) ---- */
.vctp-section {
  position: relative;
  min-height: 220vh;
}
.vctp-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background:
    radial-gradient(900px 500px at 50% 35%, rgba(124, 123, 255, 0.10), transparent 60%),
    var(--vctp-bg);
}
.vctp-sticky.vctp-sticky--js-pinned {
  position: relative;
  top: 0;
  will-change: transform;
}
.admin-bar .vctp-sticky {
  top: 32px;
  height: calc(100vh - 32px);
}
.vctp-sticky::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse at 50% 50%, #000 25%, transparent 75%);
  mask-image: radial-gradient(ellipse at 50% 50%, #000 25%, transparent 75%);
  pointer-events: none;
}
.vctp--puzzle-classic_grid .vctp-sticky {
  background: radial-gradient(760px 440px at 50% 38%, rgba(124, 123, 255, 0.12), transparent 62%), #07070c;
}
.vctp--puzzle-classic_grid .vctp-tile {
  border-radius: 8px;
}
.vctp--puzzle-antigravity .vctp-sticky {
  background:
    radial-gradient(640px 420px at 28% 18%, rgba(124, 123, 255, 0.22), transparent 64%),
    radial-gradient(620px 420px at 76% 70%, rgba(18, 184, 134, 0.12), transparent 66%),
    #05060a;
}
.vctp--puzzle-antigravity .vctp-piece__lift,
.vctp--puzzle-glass_motion .vctp-piece__lift {
  animation: vctp-antigravity-breathe 4.8s cubic-bezier(.45, 0, .2, 1) infinite alternate;
}
.vctp--puzzle-antigravity .vctp-stage-shell {
  filter: drop-shadow(0 28px 70px rgba(124, 123, 255, 0.18));
}
.vctp--puzzle-magnetic .vctp-sticky {
  background:
    radial-gradient(560px 420px at 50% 45%, rgba(124, 123, 255, 0.26), transparent 56%),
    radial-gradient(720px 520px at 50% 50%, rgba(255, 255, 255, 0.05), transparent 62%),
    #04050a;
}
.vctp--puzzle-magnetic .vctp-piece__outline path {
  stroke: rgba(124, 123, 255, 0.38);
}
.vctp--puzzle-magnetic .vctp-piece__lift {
  filter: saturate(1.12);
}
.vctp--puzzle-magnetic .vctp-progress__fill {
  background: linear-gradient(90deg, #12b886, var(--vctp-accent), #f3c969);
}
.vctp--puzzle-hex .vctp-sticky {
  background:
    linear-gradient(120deg, rgba(18, 184, 134, 0.09), transparent 42%),
    radial-gradient(760px 480px at 50% 40%, rgba(124, 123, 255, 0.14), transparent 62%),
    #05080b;
}
.vctp--puzzle-hex .vctp-tile,
.vctp--puzzle-hex .vctp-progress {
  clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0 50%);
}
.vctp--puzzle-hex .vctp-tile {
  border-radius: 0;
}
.vctp--puzzle-masonry .vctp-sticky {
  background:
    linear-gradient(180deg, #08090d, #101018),
    radial-gradient(700px 400px at 72% 24%, rgba(243, 201, 105, 0.12), transparent 58%);
}
.vctp--puzzle-masonry .vctp-grid {
  align-items: start;
}
.vctp--puzzle-masonry swiper-slide:nth-child(3n+1) .vctp-tile {
  transform: translateY(18px);
}
.vctp--puzzle-masonry swiper-slide:nth-child(4n+2) .vctp-tile__portrait {
  aspect-ratio: 4 / 5;
}
.vctp--puzzle-orbit .vctp-sticky {
  background:
    radial-gradient(circle at 50% 48%, rgba(124, 123, 255, 0.22), transparent 28%),
    radial-gradient(circle at 50% 48%, transparent 32%, rgba(255,255,255,0.05) 33%, transparent 34%),
    #04050a;
}
.vctp--puzzle-orbit .vctp-stage::before,
.vctp--puzzle-orbit .vctp-stage::after {
  content: "";
  position: absolute;
  inset: -46px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
  pointer-events: none;
  animation: vctp-orbit-spin 18s linear infinite;
}
.vctp--puzzle-orbit .vctp-stage::after {
  inset: -24px;
  animation-duration: 12s;
  animation-direction: reverse;
  border-color: rgba(124, 123, 255, 0.16);
}
.vctp--puzzle-stacked_depth .vctp-piece__lift {
  transform-style: preserve-3d;
}
.vctp--puzzle-stacked_depth .vctp-sticky {
  perspective: 1200px;
  background: linear-gradient(135deg, #05060a, #11131a);
}
.vctp--puzzle-stacked_depth .vctp-piece__outline {
  filter: drop-shadow(8px 14px 0 rgba(124, 123, 255, 0.08));
}
.vctp--puzzle-minimal_line {
  --vctp-bg: #08090d;
  --vctp-surface: #0d0f14;
  --vctp-border: rgba(255,255,255,0.18);
}
.vctp--puzzle-minimal_line .vctp-sticky::before {
  opacity: 0.28;
}
.vctp--puzzle-minimal_line .vctp-piece__logo,
.vctp--puzzle-minimal_line .vctp-piece__team {
  filter: grayscale(.12) contrast(1.05);
}
.vctp--puzzle-minimal_line .vctp-piece__outline path {
  stroke: rgba(255,255,255,0.32);
}
.vctp--puzzle-photo_mosaic .vctp-piece__team,
.vctp--puzzle-photo_mosaic .vctp-tile__portrait {
  filter: saturate(1.18) contrast(1.04);
}
.vctp--puzzle-photo_mosaic .vctp-sticky {
  background:
    linear-gradient(135deg, rgba(243, 201, 105, 0.12), transparent 34%),
    linear-gradient(315deg, rgba(18, 184, 134, 0.12), transparent 38%),
    #06070a;
}
.vctp--puzzle-photo_mosaic .vctp-tile__body {
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(124,123,255,0.09));
}
.vctp--puzzle-glass_motion .vctp-sticky {
  background:
    radial-gradient(720px 480px at 50% 25%, rgba(255,255,255,0.08), transparent 60%),
    linear-gradient(135deg, #05060a, #11131b 48%, #06100f);
}
.vctp--puzzle-glass_motion .vctp-tile,
.vctp--puzzle-glass_motion .vctp-progress,
.vctp--puzzle-glass_motion .vctp-hover-card__inner {
  background: rgba(255,255,255,0.075);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-color: rgba(255,255,255,0.18);
}
@keyframes vctp-antigravity-breathe {
  from { translate: 0 0; }
  to { translate: 0 -5px; }
}
@keyframes vctp-orbit-spin {
  to { transform: rotate(360deg); }
}
.vctp-stage-shell {
  position: absolute;
  left: 50%; top: 50%;
  transform-origin: center;
  will-change: transform;
  z-index: 2;
}
.vctp-stage {
  position: relative;
  border-radius: 14px;
}
.vctp-stage__bg {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
}

/* ---- PIECES ---- */
.vctp-piece {
  position: absolute;
  will-change: transform, filter;
  transition: filter 0.3s ease;
  outline: none;
  touch-action: manipulation;
}
.vctp-piece[role="button"]:focus-visible .vctp-piece__lift {
  outline: 2px solid var(--vctp-accent);
  outline-offset: 6px;
  border-radius: 8px;
}
.vctp-piece--filler { pointer-events: none; }
.vctp-piece__lift {
  position: absolute;
  inset: 0;
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(.2, .7, .2, 1);
}
.vctp-piece__logo {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease;
  overflow: hidden;
}
.vctp-piece__logo--text {
  background: transparent;
}
.vctp-piece__logo--image {
  background: transparent;
}
.vctp-piece__logo--bg-subtle {
  background:
    radial-gradient(circle at 50% 35%, rgba(255,255,255,0.08), transparent 48%),
    linear-gradient(135deg, rgba(124,123,255,0.26), rgba(183,138,255,0.14));
}
.vctp-piece__logo-image {
  position: absolute;
}
.vctp-piece__logo-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.vctp-piece__logo-text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.12em;
  font-family: var(--vctp-font);
  font-size: var(--vctp-logo-font-size);
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  text-shadow:
    0 6px 28px rgba(0, 0, 0, 0.48),
    0 0 28px rgba(124, 123, 255, 0.42);
  white-space: nowrap;
}
.vctp-piece__team {
  position: absolute;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.vctp-piece__outline {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  pointer-events: none;
}
.vctp-piece__label {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 14px 18px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78));
  pointer-events: none;
}
.vctp-piece__init {
  font-family: var(--vctp-font);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--vctp-text);
}
.vctp-piece__role {
  font-family: var(--vctp-mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  margin-top: 6px;
}

/* ---- PORTRAIT ---- */
.vctp-portrait {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
}
.vctp-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}
.vctp-portrait .vctp-photo-badge {
  position: absolute;
  top: clamp(8px, 5%, 16px);
  right: clamp(8px, 5%, 16px);
  z-index: 4;
  width: clamp(24px, 14%, 42px);
  height: auto;
  max-height: 42px;
  padding: 4px;
  object-fit: contain;
  object-position: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(8, 9, 16, 0.72);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.32), 0 0 16px rgba(124, 123, 255, 0.24);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.vctp-portrait svg {
  width: 100%; height: 100%;
  display: block;
}

/* ---- HOVER PROFILE CARD ---- */
.vctp-hover-card {
  position: absolute;
  z-index: 80;
  pointer-events: none;
  animation: vctp-card-in 0.28s cubic-bezier(.2, .7, .2, 1) both;
}
.vctp-hover-card[hidden] { display: none; }
@keyframes vctp-card-in {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: none; }
}
.vctp-hover-card__inner {
  background: rgba(11, 11, 20, 0.97);
  border: 1px solid var(--vctp-border-2);
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 32px 80px -16px rgba(0, 0, 0, 0.85),
    0 0 0 1px rgba(124, 123, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(16px);
}
.vctp-hover-card__portrait {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.vctp-hover-card__portrait::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(11, 11, 20, 0.7));
}
.vctp-hover-card__init {
  position: absolute;
  bottom: 10px; left: 14px;
  font-family: var(--vctp-font);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.03em;
  color: #fff;
  z-index: 1;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}
.vctp-hover-card__body {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vctp-hover-card__role {
  font-family: var(--vctp-mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--vctp-accent);
}
.vctp-hover-card__name {
  font-family: var(--vctp-font);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--vctp-text);
}
.vctp-hover-card__bio {
  font-size: 13px;
  color: var(--vctp-dim);
  line-height: 1.55;
  margin: 0;
}
.vctp-hover-card__skills {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 4px;
}
.vctp-hover-card__skills span {
  font-family: var(--vctp-mono);
  font-size: 9.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--vctp-border);
  border-radius: 999px;
  color: var(--vctp-dim);
}
.vctp-hover-card__arrow {
  position: absolute;
  top: 50%;
  width: 14px; height: 14px;
  background: rgba(11, 11, 20, 0.97);
  border: 1px solid var(--vctp-border-2);
  transform: translateY(-50%) rotate(45deg);
}
.vctp-hover-card__arrow.left  { left: -8px;  border-right: 0; border-top: 0; }
.vctp-hover-card__arrow.right { right: -8px; border-left: 0;  border-bottom: 0; }

/* ---- CLICK / TAP PROFILE DIALOG ---- */
.vctp-profile-dialog {
  --vctp-admin-offset: 0px;
  position: fixed;
  left: 0;
  right: 0;
  top: var(--vctp-admin-offset);
  bottom: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  padding: clamp(18px, 3vw, 36px);
  overscroll-behavior: contain;
}
.admin-bar .vctp-profile-dialog { --vctp-admin-offset: 32px; }
.vctp-profile-dialog[hidden] { display: none; }
.vctp-profile-dialog__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(720px 420px at 50% 18%, rgba(124, 123, 255, 0.18), transparent 66%),
    rgba(3, 3, 8, 0.82);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  touch-action: none;
}
.vctp-profile-dialog__panel {
  position: relative;
  width: min(980px, 100%);
  max-height: calc(100svh - var(--vctp-admin-offset) - clamp(36px, 6vw, 72px));
  min-height: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  background: rgba(10, 10, 18, 0.98);
  border: 1px solid var(--vctp-border-2);
  border-radius: 8px;
  box-shadow:
    0 36px 100px -24px rgba(0, 0, 0, 0.88),
    0 0 0 1px rgba(124, 123, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  animation: vctp-dialog-in 0.24s cubic-bezier(.2, .7, .2, 1) both;
  overscroll-behavior: contain;
}
@keyframes vctp-dialog-in {
  from { opacity: 0; transform: translateY(10px) scale(0.98); }
  to   { opacity: 1; transform: none; }
}
.vctp-profile-dialog__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid var(--vctp-border-2);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.48);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.vctp-profile-dialog__close:hover,
.vctp-profile-dialog__close:focus-visible,
.vctp-profile-dialog__nav-btn:focus-visible,
.vctp-profile-dialog__action:focus-visible {
  outline: 2px solid var(--vctp-accent);
  outline-offset: 3px;
}
.vctp-profile-dialog__content {
  min-height: 0;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.42) transparent;
}
.vctp-profile-dialog--glass_bio .vctp-profile-dialog__panel {
  background: rgba(16, 18, 28, 0.72);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border-color: rgba(255,255,255,0.22);
}
.vctp-profile-dialog--clean_profile .vctp-profile-dialog__panel {
  border-radius: 8px;
}
.vctp-profile-dialog--mobile_sheet {
  align-items: end;
  padding: 12px;
  padding-bottom: max(12px, env(safe-area-inset-bottom));
}
.vctp-profile-dialog--mobile_sheet .vctp-profile-dialog__panel {
  width: min(760px, 100%);
  border-radius: 8px 8px 0 0;
  animation: vctp-sheet-in 0.34s cubic-bezier(.16, 1, .3, 1) both;
}
.vctp-profile-dialog--side_panel {
  justify-items: end;
  padding: 0;
}
.vctp-profile-dialog--side_panel .vctp-profile-dialog__panel {
  width: min(520px, 100%);
  height: calc(100svh - var(--vctp-admin-offset));
  max-height: none;
  border-radius: 0;
  animation: vctp-side-in 0.34s cubic-bezier(.16, 1, .3, 1) both;
}
.vctp-profile-dialog--side_panel .vctp-profile-dialog__content {
  grid-template-columns: 1fr;
}
.vctp-profile-dialog--side_panel .vctp-profile-dialog__media {
  min-height: 320px;
  max-height: 42svh;
}
.vctp-profile-dialog--split_photo .vctp-profile-dialog__media {
  min-height: min(640px, calc(100svh - var(--vctp-admin-offset) - 96px));
}
.vctp-profile-dialog--split_photo .vctp-profile-dialog__panel {
  width: min(1120px, 100%);
}
.vctp-profile-dialog--minimal_white {
  --vctp-text: #151821;
  --vctp-dim: #4d5564;
  --vctp-border: rgba(15, 20, 32, 0.12);
  --vctp-border-2: rgba(15, 20, 32, 0.18);
}
.vctp-profile-dialog--minimal_white .vctp-profile-dialog__panel {
  background: #fbfbfd;
  color: #151821;
}
.vctp-profile-dialog--minimal_white .vctp-profile-dialog__nav,
.vctp-profile-dialog--minimal_white .vctp-profile-dialog__action,
.vctp-profile-dialog--minimal_white .vctp-profile-dialog__nav-btn {
  background: rgba(15, 20, 32, 0.05);
}
.vctp-profile-dialog--antigravity_modal .vctp-profile-dialog__panel {
  animation: vctp-antigravity-dialog 0.48s cubic-bezier(.16, 1, .3, 1) both;
  box-shadow: 0 46px 120px -26px rgba(0, 0, 0, 0.92), 0 0 44px rgba(124, 123, 255, 0.24);
}
.vctp-profile-dialog--timeline_bio .vctp-profile-dialog__bio {
  padding-left: 18px;
  border-left: 2px solid var(--vctp-accent);
}
.vctp-profile-dialog--timeline_bio .vctp-profile-dialog__skills span {
  border-radius: 4px;
}
.vctp-profile-dialog--spotlight .vctp-profile-dialog__backdrop {
  background: radial-gradient(420px 520px at 34% 50%, rgba(255,255,255,0.16), transparent 70%), rgba(0,0,0,0.88);
}
.vctp-profile-dialog--spotlight .vctp-profile-dialog__media {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.12);
}
.vctp-profile-dialog--compact_social .vctp-profile-dialog__panel {
  width: min(720px, 100%);
}
.vctp-profile-dialog--compact_social .vctp-profile-dialog__content {
  grid-template-columns: minmax(180px, .72fr) minmax(0, 1.28fr);
}
.vctp-profile-dialog--compact_social .vctp-profile-dialog__bio {
  max-height: 12.5em;
  overflow: auto;
}
.vctp-profile-dialog--full_screen_cinematic {
  padding: 0;
  place-items: stretch;
  background: #05060a;
}
.vctp-profile-dialog--full_screen_cinematic .vctp-profile-dialog__backdrop {
  background:
    radial-gradient(900px 620px at 18% 28%, rgba(124, 123, 255, 0.32), transparent 62%),
    radial-gradient(760px 540px at 86% 78%, rgba(18, 184, 134, 0.16), transparent 66%),
    rgba(2, 3, 8, 0.96);
  animation: vctp-cinematic-backdrop 0.72s cubic-bezier(.16, 1, .3, 1) both;
}
.vctp-profile-dialog--full_screen_cinematic .vctp-profile-dialog__panel {
  width: 100%;
  height: calc(100svh - var(--vctp-admin-offset));
  max-height: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  animation: vctp-cinematic-panel 0.76s cubic-bezier(.16, 1, .3, 1) both;
}
.vctp-profile-dialog--full_screen_cinematic .vctp-profile-dialog__content {
  height: 100%;
  grid-template-columns: minmax(320px, 48vw) minmax(0, 1fr);
  overflow-x: hidden;
  overflow-y: auto;
}
.vctp-profile-dialog--full_screen_cinematic .vctp-profile-dialog__media {
  min-height: 100%;
  background: #0b0d14;
  transform-origin: left center;
  animation: vctp-cinematic-media 0.86s cubic-bezier(.16, 1, .3, 1) both;
}
.vctp-profile-dialog--full_screen_cinematic .vctp-profile-dialog__media::after {
  background:
    linear-gradient(90deg, transparent 54%, rgba(5, 6, 10, 0.72)),
    linear-gradient(180deg, transparent 45%, rgba(5, 6, 10, 0.62));
}
.vctp-profile-dialog--full_screen_cinematic .vctp-profile-dialog__body {
  position: relative;
  min-height: 0;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  justify-content: center;
  padding: clamp(34px, 5vw, 78px);
  padding-top: max(clamp(34px, 5vw, 78px), 74px);
  animation: vctp-cinematic-copy 0.78s 0.12s cubic-bezier(.16, 1, .3, 1) both;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.vctp-profile-dialog--full_screen_cinematic .vctp-profile-dialog__body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0 44%, rgba(255,255,255,0.08) 48%, transparent 54%);
  transform: translateX(-100%);
  animation: vctp-cinematic-sheen 1.1s 0.18s cubic-bezier(.16, 1, .3, 1) both;
}
.vctp-profile-dialog--full_screen_cinematic .vctp-profile-dialog__role {
  font-size: 12px;
  letter-spacing: 0.26em;
}
.vctp-profile-dialog--full_screen_cinematic .vctp-profile-dialog__name {
  max-width: 12ch;
  font-size: clamp(36px, 5.8vw, 82px);
  line-height: 0.96;
  font-weight: 800;
}
.vctp-profile-dialog--full_screen_cinematic .vctp-profile-dialog__bio {
  max-width: 68ch;
  font-size: clamp(14px, 1.08vw, 17px);
  line-height: 1.68;
  color: rgba(244, 244, 247, 0.78);
}
.vctp-profile-dialog--full_screen_cinematic .vctp-profile-dialog__skills span {
  border-radius: 4px;
  background: rgba(255,255,255,0.075);
}
.vctp-profile-dialog--full_screen_cinematic .vctp-profile-dialog__nav {
  position: absolute;
  left: calc(48vw + clamp(34px, 5vw, 78px));
  right: clamp(20px, 4vw, 56px);
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 3;
  border: 0;
  background: transparent;
  padding: 0;
}
.vctp-profile-dialog--full_screen_cinematic .vctp-profile-dialog__close {
  top: max(18px, env(safe-area-inset-top));
  right: max(18px, env(safe-area-inset-right));
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
@keyframes vctp-cinematic-backdrop {
  from { opacity: 0; filter: blur(18px); }
  to { opacity: 1; filter: blur(0); }
}
@keyframes vctp-cinematic-panel {
  from { opacity: 0; transform: scale(1.035); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes vctp-cinematic-media {
  from { opacity: 0; transform: translateX(-8vw) scale(1.08); clip-path: inset(0 100% 0 0); }
  to { opacity: 1; transform: translateX(0) scale(1); clip-path: inset(0); }
}
@keyframes vctp-cinematic-copy {
  from { opacity: 0; transform: translateY(34px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes vctp-cinematic-sheen {
  to { transform: translateX(100%); }
}
@keyframes vctp-sheet-in {
  from { opacity: 0; transform: translateY(100%) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes vctp-side-in {
  from { opacity: 0; transform: translateX(64px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes vctp-antigravity-dialog {
  0% { opacity: 0; transform: translateY(28px) scale(.94) rotateX(5deg); }
  68% { opacity: 1; transform: translateY(-8px) scale(1.012) rotateX(0); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
.vctp-profile-dialog__media {
  position: relative;
  min-height: min(560px, calc(100svh - var(--vctp-admin-offset) - 112px));
  background: #151521;
  overflow: hidden;
}
.vctp-profile-dialog__media .vctp-portrait {
  position: absolute;
  inset: 0;
}
.vctp-profile-dialog__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(10, 10, 18, 0.72));
}
.vctp-profile-dialog__initials {
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 1;
  font-family: var(--vctp-font);
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.65);
}
.vctp-profile-dialog__body {
  min-width: 0;
  min-height: 0;
  padding: clamp(28px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  touch-action: pan-y;
}
.vctp-profile-dialog__role {
  font-family: var(--vctp-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--vctp-accent);
}
.vctp-profile-dialog__name {
  margin: 0;
  font-family: var(--vctp-font);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: 0;
  color: var(--vctp-text);
}
.vctp-profile-dialog__bio {
  margin: 4px 0 0;
  color: var(--vctp-dim);
  font-size: 15px;
  line-height: 1.7;
}
.vctp-profile-dialog__skills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.vctp-profile-dialog__skills span {
  font-family: var(--vctp-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 7px 10px;
  border: 1px solid var(--vctp-border);
  border-radius: 999px;
  color: var(--vctp-dim);
  background: rgba(255, 255, 255, 0.04);
}
.vctp-profile-dialog__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.vctp-profile-dialog__action,
.vctp-profile-dialog__nav-btn {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid var(--vctp-border-2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--vctp-text);
  font-family: var(--vctp-font);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}
.vctp-profile-dialog__action:hover,
.vctp-profile-dialog__nav-btn:hover {
  border-color: var(--vctp-accent);
  background: rgba(124, 123, 255, 0.16);
}
.vctp-profile-dialog__nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border-top: 1px solid var(--vctp-border);
  background: rgba(255, 255, 255, 0.025);
}
.vctp-profile-dialog__nav-btn:disabled {
  opacity: 0.4;
  cursor: default;
}

/* ---- PROGRESS BADGE ---- */
.vctp-progress {
  position: absolute;
  left: 50%;
  bottom: -88px;
  transform: translateX(-50%);
  min-width: 420px;
  max-width: 90vw;
  padding: 16px 22px;
  background: rgba(11, 11, 20, 0.78);
  backdrop-filter: blur(14px);
  border: 1px solid var(--vctp-border-2);
  border-radius: 18px;
  box-shadow: 0 24px 60px -16px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.vctp-progress__label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: var(--vctp-mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--vctp-muted);
}
.vctp-progress__num {
  color: var(--vctp-accent);
  font-size: 18px;
  font-family: var(--vctp-font);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: none;
}
.vctp-progress__num span { font-size: 11px; opacity: 0.7; margin-left: 2px; }
.vctp-progress__bar {
  height: 3px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  margin: 10px 0;
  overflow: hidden;
}
.vctp-progress__fill {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--vctp-accent), var(--vctp-accent-2));
  box-shadow: 0 0 12px rgba(124, 123, 255, 0.42);
  transition: width 0.3s ease;
}
.vctp-progress__pieces {
  display: flex;
  gap: 4px;
}
.vctp-progress__pieces span {
  flex: 1;
  height: 5px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.07);
  transition: background 0.3s, box-shadow 0.3s;
}
.vctp-progress__pieces span.is-set {
  background: var(--vctp-accent);
  box-shadow: 0 0 6px rgba(124, 123, 255, 0.42);
}

/* ---- HINT ---- */
.vctp-hint {
  position: absolute;
  left: 50%;
  top: -64px;
  transform: translateX(-50%);
  padding: 10px 20px;
  background: rgba(124, 123, 255, 0.14);
  border: 1px solid var(--vctp-accent);
  color: var(--vctp-accent);
  border-radius: 999px;
  font-family: var(--vctp-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
  backdrop-filter: blur(8px);
  box-shadow: 0 0 24px rgba(124, 123, 255, 0.3);
  pointer-events: none;
}
.vctp-hint[hidden] { display: none; }

/* ---- SCROLL HINT ---- */
.vctp-scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--vctp-muted);
  font-family: var(--vctp-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  transition: opacity 0.4s;
  pointer-events: none;
  z-index: 3;
}

/* ---- FULL TEAM SWIPER (below puzzle) ---- */
.vctp-grid-section {
  padding: clamp(64px, 9vw, 120px) clamp(20px, 5vw, 64px) clamp(64px, 8vw, 108px);
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
.vctp-grid-header {
  display: flex;
  align-items: end;
  justify-content: flex-start;
  gap: 18px;
  margin-bottom: clamp(24px, 4vw, 42px);
}
.vctp-grid-eyebrow {
  display: block;
  margin-bottom: 9px;
  color: var(--vctp-accent);
  font-family: var(--vctp-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.vctp-grid-title {
  font-family: var(--vctp-font);
  font-weight: 600;
  font-size: clamp(22px, 3vw, 34px);
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--vctp-text);
}
.vctp-grid-count {
  flex: none;
  padding: 8px 12px;
  border: 1px solid var(--vctp-border);
  border-radius: 999px;
  color: var(--vctp-muted);
  font-family: var(--vctp-mono);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.vctp-slider-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
.vctp-slider-nav__button {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(124,123,255,.34);
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(25,26,42,.96), rgba(9,10,18,.96));
  color: rgba(255,255,255,.9);
  box-shadow: 0 12px 30px rgba(0,0,0,.42), inset 0 1px rgba(255,255,255,.1);
  cursor: pointer;
  isolation: isolate;
  transition: transform .3s cubic-bezier(.16,1,.3,1), border-color .3s ease, color .3s ease, box-shadow .3s ease;
}
.vctp-slider-nav__button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--vctp-accent), #5653e8);
  opacity: 0;
  transform: scale(.65);
  transition: opacity .3s ease, transform .3s cubic-bezier(.16,1,.3,1);
}
.vctp-slider-nav__button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .3s cubic-bezier(.16,1,.3,1);
}
.vctp-slider-nav__button:hover {
  border-color: rgba(255,255,255,.72);
  color: #fff;
  transform: translateY(-3px) scale(1.06);
  box-shadow: 0 18px 38px rgba(0,0,0,.5), 0 0 26px rgba(124,123,255,.48), inset 0 1px rgba(255,255,255,.22);
}
.vctp-slider-nav__button:hover::before {
  opacity: 1;
  transform: scale(1);
}
.vctp-slider-nav__button--prev:hover svg { transform: translateX(-2px); }
.vctp-slider-nav__button--next:hover svg { transform: translateX(2px); }
.vctp-slider-nav__button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
.vctp-slider-nav__button.swiper-button-disabled,
.vctp-slider-nav__button:disabled {
  opacity: .28;
  cursor: default;
  pointer-events: none;
  box-shadow: none;
}
.vctp-team-swiper {
  display: block;
  width: 100%;
  padding: 4px;
  overflow: visible;
  --swiper-theme-color: var(--vctp-accent);
  --swiper-navigation-size: 18px;
  perspective: 1500px;
}
.vctp-team-stage {
  position: relative;
}
.vctp-grid-section--fixed .vctp-team-swiper swiper-slide.swiper-slide-active {
  opacity: .18;
  filter: saturate(.45) brightness(.48);
}
.vctp-fixed-spotlight {
  position: absolute;
  top: 4px;
  left: 50%;
  z-index: 20;
  width: clamp(260px, 25vw, 340px);
  transform: translateX(-50%);
}
.vctp-fixed-spotlight::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: -1;
  pointer-events: none;
  border-radius: 28px;
  background: radial-gradient(circle, rgba(124,123,255,.22), transparent 68%);
  filter: blur(10px);
}
.vctp-fixed-spotlight .vctp-tile {
  height: auto;
  border-color: rgba(124,123,255,.7);
  box-shadow: 0 34px 90px -28px rgba(0,0,0,.95), 0 0 38px rgba(124,123,255,.24);
}
.vctp-fixed-spotlight .vctp-tile:hover,
.vctp-fixed-spotlight .vctp-tile:focus-visible {
  transform: translateY(-5px) scale(1.015);
}
.vctp-loop-indicator {
  position: absolute;
  left: 50%;
  bottom: 5px;
  z-index: 25;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transform: translateX(-50%);
  color: rgba(255,255,255,.42);
  font-family: var(--vctp-mono);
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
  pointer-events: none;
}
.vctp-loop-indicator span {
  color: var(--vctp-accent);
  font-family: var(--vctp-font);
  font-size: 18px;
  line-height: 1;
  text-shadow: 0 0 14px rgba(124,123,255,.7);
}
.vctp-grid-section--fixed .vctp-team-swiper::part(pagination) {
  display: none;
}
.vctp-team-swiper::part(container) {
  overflow: visible;
  padding-bottom: 56px;
}
.vctp-team-swiper::part(pagination) {
  bottom: 12px;
  z-index: 3;
}
.vctp-team-swiper::part(bullet) {
  width: 7px;
  height: 7px;
  background: rgba(255,255,255,.3);
  opacity: 1;
  transition: width .25s ease, background .25s ease, box-shadow .25s ease;
}
.vctp-team-swiper::part(bullet-active) {
  width: 26px;
  border-radius: 99px;
  background: var(--vctp-accent);
  box-shadow: 0 0 14px rgba(124,123,255,.58);
}
.vctp-team-swiper swiper-slide {
  width: clamp(260px, 25vw, 340px);
  height: auto;
  opacity: .38;
  filter: saturate(.62) brightness(.64);
  transition: opacity .65s ease, filter .65s ease;
}
.vctp-team-swiper swiper-slide.swiper-slide-prev,
.vctp-team-swiper swiper-slide.swiper-slide-next {
  opacity: .7;
  filter: saturate(.82) brightness(.8);
}
.vctp-team-swiper swiper-slide.swiper-slide-active {
  z-index: 5;
  opacity: 1;
  filter: none;
}
.vctp-team-swiper swiper-slide::part(cube-shadow),
.vctp-team-swiper swiper-slide::part(slide-shadow-left),
.vctp-team-swiper swiper-slide::part(slide-shadow-right) {
  border-radius: 18px;
}
.vctp-team-swiper swiper-slide.swiper-slide-active .vctp-tile {
  border-color: rgba(124,123,255,.58);
  box-shadow: 0 34px 80px -28px rgba(0,0,0,.92), 0 0 34px rgba(124,123,255,.18);
}
.vctp-tile {
  height: 100%;
  background: linear-gradient(155deg, rgba(255,255,255,.055), rgba(255,255,255,.018)), var(--vctp-surface);
  border: 1px solid var(--vctp-border);
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
  cursor: pointer;
  outline: none;
}
.vctp-tile:hover,
.vctp-tile:focus-visible {
  transform: translateY(-7px);
  border-color: rgba(124,123,255,.62);
  box-shadow: 0 26px 60px -22px rgba(0, 0, 0, 0.78), 0 0 26px rgba(124,123,255,.13);
}
.vctp-tile:focus-visible {
  outline: 2px solid var(--vctp-accent);
  outline-offset: 4px;
}
.vctp-tile__portrait {
  position: relative;
  aspect-ratio: 4 / 4.6;
  overflow: hidden;
  background: #0b0c13;
}
.vctp-tile__portrait::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(9,10,17,.7));
}
.vctp-tile__body { position: relative; padding: 18px 18px 20px; }
.vctp-tile__name {
  font-family: var(--vctp-font);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: var(--vctp-text);
}
.vctp-tile__role {
  font-family: var(--vctp-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--vctp-muted);
  margin-top: 5px;
}

@media (hover: none), (pointer: coarse) {
  .vctp-hover-card { display: none !important; }
}

@media (max-width: 900px) {
  .vctp-hero {
    padding-top: clamp(44px, 10vw, 72px);
  }
  .vctp-section {
    min-height: 100svh;
  }
  .vctp-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100svh;
  }
  .vctp-progress {
    min-width: min(380px, 86vw);
    bottom: -78px;
    padding: 13px 16px;
  }
  .vctp-profile-dialog__content {
    grid-template-columns: 1fr;
  }
  .vctp-profile-dialog__media {
    min-height: 260px;
    aspect-ratio: 16 / 9;
  }
  .vctp-profile-dialog__body {
    justify-content: flex-start;
  }
}

@media (max-width: 782px) {
  .admin-bar .vctp-profile-dialog { --vctp-admin-offset: 46px; }
  .admin-bar .vctp-sticky {
    top: 46px;
    height: calc(100svh - 46px);
  }
}

@media (max-width: 640px) {
  .vctp-grid-header {
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
  }
  .vctp-grid-header > div:first-child { flex: 1 1 calc(100% - 104px); }
  .vctp-slider-nav { order: 2; }
  .vctp-grid-count { order: 3; }
  .vctp-team-swiper {
    padding-bottom: 4px;
  }
  .vctp-team-swiper swiper-slide {
    width: min(78vw, 330px);
  }
  .vctp-fixed-spotlight {
    width: min(78vw, 330px);
  }
  .vctp-slider-nav__button { width: 40px; height: 40px; }
  .vctp-heading {
    font-size: clamp(30px, 9vw, 42px);
    letter-spacing: 0;
  }
  .vctp-lead {
    font-size: 15px;
  }
  .vctp-stage-shell {
    top: 43%;
  }
  .vctp-piece__label {
    padding: 10px 12px;
  }
  .vctp-piece__init {
    font-size: 18px;
  }
  .vctp-piece__role {
    font-size: 8.5px;
    letter-spacing: 0.12em;
  }
  .vctp-progress {
    left: 50%;
    bottom: -70px;
    width: min(340px, 88vw);
    min-width: 0;
    border-radius: 8px;
  }
  .vctp-progress__label {
    gap: 14px;
    letter-spacing: 0.11em;
  }
  .vctp-progress__pieces {
    gap: 3px;
  }
  .vctp-hint {
    top: -52px;
    max-width: 88vw;
    padding: 10px 14px;
    font-size: 11px;
    line-height: 1.3;
    letter-spacing: 0.12em;
    white-space: normal;
    text-align: center;
  }
  .vctp-scroll-hint {
    bottom: max(18px, env(safe-area-inset-bottom));
    width: calc(100% - 32px);
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.14em;
  }
  .vctp-profile-dialog {
    align-items: end;
    padding: 10px;
    padding-bottom: max(10px, env(safe-area-inset-bottom));
  }
  .vctp-profile-dialog__panel {
    width: 100%;
    height: calc(100svh - var(--vctp-admin-offset) - 20px);
    max-height: calc(100svh - var(--vctp-admin-offset) - 20px);
    border-radius: 8px;
  }
  .vctp-profile-dialog__content {
    height: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .vctp-profile-dialog__close {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
  }
  .vctp-profile-dialog__media {
    min-height: 220px;
    max-height: 34svh;
  }
  .vctp-profile-dialog__body {
    padding: 24px 18px 22px;
    gap: 12px;
  }
  .vctp-profile-dialog__name {
    font-size: clamp(26px, 9vw, 34px);
  }
  .vctp-profile-dialog__bio {
    font-size: 14px;
    line-height: 1.6;
  }
  .vctp-profile-dialog__actions,
  .vctp-profile-dialog__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .vctp-profile-dialog__action,
  .vctp-profile-dialog__nav-btn {
    min-width: 0;
    width: 100%;
  }
  .vctp-profile-dialog--full_screen_cinematic .vctp-profile-dialog__content {
    grid-template-columns: 1fr;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .vctp-profile-dialog--full_screen_cinematic .vctp-profile-dialog__media {
    min-height: 42svh;
    max-height: none;
  }
  .vctp-profile-dialog--full_screen_cinematic .vctp-profile-dialog__body {
    min-height: 58svh;
    justify-content: flex-start;
    padding: 34px 20px 116px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .vctp-profile-dialog--full_screen_cinematic .vctp-profile-dialog__name {
    max-width: 12ch;
    font-size: clamp(34px, 11vw, 56px);
    line-height: 0.98;
  }
  .vctp-profile-dialog--full_screen_cinematic .vctp-profile-dialog__bio {
    font-size: 14px;
    line-height: 1.6;
  }
  .vctp-profile-dialog--full_screen_cinematic .vctp-profile-dialog__nav {
    left: 14px;
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
  }
  .vctp-grid-section {
    padding-top: 48px;
  }
  .vctp-tile {
    border-radius: 16px;
  }
  .vctp-tile__body {
    padding: 12px;
  }
}

@media (max-width: 650px) {
  .vctp-grid-header {
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
    min-height: 72px;
    padding-right: 96px;
    gap: 10px;
  }
  .vctp-grid-header > div:first-child {
    flex: none;
  }
  .vctp-grid-header .vctp-slider-nav {
    position: absolute;
    top: 22px;
    right: 0;
    margin: 0;
  }
  .vctp-grid-header .vctp-grid-count {
    flex: none;
    margin-bottom: 1px;
  }
  .vctp-grid-section--fixed .vctp-fixed-spotlight,
  .vctp-grid-section--fixed .vctp-loop-indicator {
    display: none !important;
  }
  .vctp-grid-section--fixed .vctp-team-swiper swiper-slide.swiper-slide-active {
    opacity: 1;
    filter: none;
  }
  .vctp-team-swiper swiper-slide {
    width: min(82vw, 330px);
    opacity: 1;
    filter: none;
  }
  .vctp-team-swiper swiper-slide.swiper-slide-prev,
  .vctp-team-swiper swiper-slide.swiper-slide-next {
    opacity: 1;
    filter: none;
  }
  .vctp-team-swiper::part(container) {
    padding-bottom: 48px;
  }
}

@media (max-width: 350px) {
  .vctp-grid-header {
    display: block;
    min-height: 96px;
  }
  .vctp-grid-header .vctp-grid-count {
    display: inline-block;
    margin-top: 12px;
  }
}

@media (max-width: 420px) {
  .vctp-profile-dialog__actions {
    grid-template-columns: 1fr;
  }
}

/* reduced motion */
@media (prefers-reduced-motion: reduce) {
  .vctp-piece, .vctp-piece__lift, .vctp-piece__logo, .vctp-piece__team, .vctp-profile-dialog__panel, .vctp-hover-card { transition: none !important; animation: none !important; }
  .vctp-team-swiper swiper-slide { transition: none !important; }
}
