:root {
  color-scheme: light;
  --syzygy-purple-1: #eadfff;
  --syzygy-purple-2: #cdb3ff;
  --syzygy-purple-3: #a880f3;
  --syzygy-purple-4: #5a2394;
  --syzygy-ink: #0a0710;
  --syzygy-surface: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Nunito Sans", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  background: var(--syzygy-surface);
  color: var(--syzygy-ink);
  line-height: 1.55;
}

a {
  color: #ad5f00;
}

a:hover {
  color: #7f4400;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.topbar {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 4vw, 2.5rem);
  padding: clamp(0.7rem, 2.4vw, 1.05rem) clamp(1.6rem, 6vw, 3.5rem) clamp(0.52rem, 1.9vw, 0.8rem);
  border-bottom: 1px solid rgba(90, 35, 148, 0.12);
  background: linear-gradient(115deg, rgba(240, 236, 255, 0.92) 0%, rgba(248, 245, 255, 0.84) 40%, rgba(234, 224, 255, 0.78) 100%);
}

.logo-slot {
  display: flex;
  align-items: center;
  gap: clamp(0.9rem, 3vw, 1.6rem);
  min-width: 0;
  margin-right: clamp(1rem, 3.5vw, 2rem);
  text-decoration: none;
  color: inherit;
}

.logo-mark {
  height: clamp(110px, 18vw, 160px);
  width: auto;
  flex-shrink: 0;
  display: block;
}

.logo-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2rem;
  min-width: 0;
}

.logo-title strong {
  font-size: clamp(1.83rem, 3.9vw, 2.5rem);
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--syzygy-purple-4);
}

.logo-title span {
  font-size: clamp(0.95rem, 2.6vw, 1.2rem);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(10, 7, 16, 0.65);
}

.top-actions {
  position: relative;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: clamp(0.65rem, 2.4vw, 1.2rem);
}

.cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.7rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: clamp(2.8rem, 9vw, 3.8rem);
  white-space: nowrap;
  color: #fff;
  background: var(--syzygy-purple-4);
  box-shadow: 0 0.85rem 1.7rem rgba(90, 35, 148, 0.3);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 1rem 2rem rgba(90, 35, 148, 0.34);
}

.chip-track {
  display: flex;
  align-items: center;
  gap: clamp(0.4rem, 1.8vw, 0.9rem);
  pointer-events: none;
}

.chip {
  display: block;
  width: clamp(2.8rem, 9vw, 6rem);
  height: clamp(0.55rem, 1.6vw, 0.85rem);
  border-radius: 0 clamp(2.5rem, 8vw, 3rem) clamp(2.5rem, 8vw, 3rem) 0;
}

.chip-1 { background: var(--syzygy-purple-1); }
.chip-2 { background: var(--syzygy-purple-2); }
.chip-3 { background: var(--syzygy-purple-3); }
.chip-4 { background: var(--syzygy-purple-4); }

.content-shell {
  flex: 1;
  display: flex;
  align-items: stretch;
  min-height: 0;
}

.side-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 2.5vw, 1.25rem);
  padding: clamp(2rem, 6vw, 3.2rem) clamp(1.2rem, 4vw, 1.8rem);
  min-width: clamp(180px, 24vw, 240px);
  background: linear-gradient(180deg, rgba(90, 35, 148, 0.08), rgba(90, 35, 148, 0.02));
  border-right: 1px solid rgba(90, 35, 148, 0.16);
  border-radius: 0 clamp(2.4rem, 5vw, 3rem) clamp(2.4rem, 5vw, 3rem) 0;
}

.side-menu::before {
  content: '';
  position: absolute;
  top: calc(clamp(1.1rem, 3vw, 1.8rem) + clamp(5.4rem, 28vw, 8.6rem) * 0.25);
  right: -0.75rem;
  width: 0.75rem;
  height: clamp(5.4rem, 28vw, 8.6rem);
  border-radius: 0 1rem 1rem 0;
  background: var(--syzygy-purple-4);
  opacity: 0.25;
}

.menu-heading {
  margin: 0 0 0.35rem;
  font-size: clamp(0.95rem, 2.6vw, 1.2rem);
  letter-spacing: 0.2em;
  text-transform: none;
  font-weight: 600;
  color: rgba(10, 7, 16, 0.65);
  text-align: right;
  align-self: flex-end;
  padding-right: clamp(0.6rem, 2vw, 1.2rem);
}

.menu-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem;
  padding: 0.55rem 1.1rem;
  border-radius: 0 clamp(2.6rem, 9vw, 3.4rem) clamp(2.6rem, 9vw, 3.4rem) 0;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.side-menu .menu-item {
  background: var(--syzygy-purple-4);
  color: #fff;
}

.side-menu .menu-item.is-active {
  background: var(--syzygy-purple-3);
  color: #fff;
}

.menu-item:focus-visible {
  outline: 2px solid rgba(42, 31, 61, 0.4);
  outline-offset: 3px;
}

.menu-item:hover {
  transform: translateX(4px);
  box-shadow: 0 0.4rem 1.2rem rgba(34, 13, 66, 0.18);
}

.menu-item.is-active {
  transform: translateX(4px);
  box-shadow: 0 0.55rem 1.6rem rgba(34, 13, 66, 0.2);
}

.tone-1 { background: var(--syzygy-purple-1); color: #1a0e2e; }
.tone-2 { background: var(--syzygy-purple-2); color: #291947; }
.tone-3 { background: var(--syzygy-purple-3); color: #fff; }
.tone-4 { background: var(--syzygy-purple-4); color: #fff; }

.menu-indicator {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.18);
  opacity: 0.4;
}

.main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: clamp(0.7rem, 2.4vw, 1.2rem);
  padding: clamp(0.6rem, 1.5vw, 1rem) clamp(0.6rem, 4.6vw, 2.6rem) clamp(2rem, 6vw, 3rem);
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.panel {
  position: relative;
  max-width: 720px;
  width: min(720px, calc(100% - clamp(0.6rem, 4.6vw, 3rem)));
  margin: 0 auto clamp(0.25rem, 1.1vw, 0.55rem) clamp(0.6rem, 2.2vw, 1.4rem);
  padding: clamp(1.65rem, 4vw, 2.5rem) clamp(1.45rem, 4.2vw, 2.6rem) clamp(1.85rem, 4.4vw, 2.75rem) clamp(1.45rem, 4.2vw, 2.6rem);
  border-radius: clamp(2rem, 7vw, 3.2rem);
  background: linear-gradient(135deg, rgba(90, 35, 148, 0.1), rgba(90, 35, 148, 0.02));
  border: 1px solid rgba(90, 35, 148, 0.18);
  box-shadow: 0 1.2rem 2.6rem rgba(34, 13, 66, 0.08);
  text-align: left;
}

.panel::before {
  content: '';
  position: absolute;
  inset: clamp(1.1rem, 4vw, 1.8rem) auto auto clamp(1.1rem, 4vw, 1.8rem);
  width: clamp(5.2rem, 12vw, 7.8rem);
  height: clamp(0.6rem, 1.6vw, 0.86rem);
  border-radius: clamp(2rem, 7vw, 3.2rem);
  background: var(--syzygy-purple-3);
  opacity: 0.45;
}

.panel::after {
  content: '';
  position: absolute;
  inset: auto clamp(1.1rem, 4vw, 1.8rem) clamp(1.1rem, 4vw, 1.8rem) auto;
  width: clamp(4.6rem, 11vw, 6.6rem);
  height: clamp(0.6rem, 1.6vw, 0.86rem);
  border-radius: clamp(2rem, 7vw, 3.2rem);
  background: var(--syzygy-purple-1);
  opacity: 0.55;
}

p {
  margin: 0 0 1.25rem;
  font-size: 1.05rem;
  line-height: 1.65;
}

.panel-heading {
  width: min(720px, calc(100% - clamp(0.3rem, 4vw, 2.8rem)));
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: clamp(-0.2rem, -0.5vw, 0.2rem) auto clamp(0.25rem, 1.2vw, 0.55rem) clamp(0.6rem, 2.2vw, 1.4rem);
  padding: clamp(0.35rem, 1.2vw, 0.7rem) clamp(0.8rem, 2.8vw, 1.6rem);
  border-radius: clamp(1.4rem, 5vw, 2.2rem);
  background: linear-gradient(135deg, rgba(90, 35, 148, 0.11), rgba(90, 35, 148, 0.03));
  border: 2px solid rgba(90, 35, 148, 0.28);
  box-shadow: 0 1.1rem 2.2rem rgba(34, 13, 66, 0.08), inset 0 0 0 1px rgba(240, 236, 255, 0.35);
}

.panel-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.35rem, 1.4vw, 0.8rem);
  width: 100%;
}

.panel-title__full {
  display: inline-flex;
  align-items: baseline;
  gap: clamp(0.42rem, 1.6vw, 0.9rem);
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: clamp(1.72rem, 2.5vw, 2.16rem);
  color: #06040a;
  line-height: 1.05;
}

.panel-title__short {
  display: none;
  font-weight: 700;
  font-size: clamp(1.72rem, 2.5vw, 2.16rem);
  letter-spacing: 0.14em;
  color: #06040a;
}

.panel-word {
  display: inline-flex;
  align-items: baseline;
  font-weight: 600;
  font-size: clamp(1.6rem, 2.3vw, 2.02rem);
  color: #0a0710;
  text-transform: none;
}

.panel-word::first-letter {
  font-weight: 700;
  color: var(--syzygy-purple-4);
  margin-right: clamp(0.16rem, 0.45vw, 0.28rem);
}

.panel-word.panel-word--symbol {
  font-weight: 600;
  color: var(--syzygy-purple-4);
  margin: 0 clamp(0.18rem, 0.6vw, 0.32rem);
}

.panel-chip {
  display: inline-flex;
  align-items: center;
  gap: clamp(0.3rem, 1vw, 0.55rem);
  margin: 0 clamp(0.6rem, 2vw, 1.4rem) clamp(0.9rem, 2.8vw, 1.5rem);
  padding: clamp(0.28rem, 1vw, 0.6rem) clamp(0.85rem, 2.5vw, 1.55rem);
  border-radius: clamp(1.3rem, 3vw, 2rem);
  font-size: clamp(0.72rem, 1.6vw, 0.9rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  color: #f7dca1;
  box-shadow: 0 0.6rem 1.4rem rgba(34, 13, 66, 0.18);
  align-self: flex-start;
  position: relative;
  background: var(--syzygy-purple-4);
}

.panel-chip-label {
  display: inline-flex;
  align-items: center;
  gap: clamp(0.25rem, 0.9vw, 0.45rem);
}

.panel-chip-dot {
  width: clamp(0.5rem, 1.4vw, 0.75rem);
  height: clamp(0.5rem, 1.4vw, 0.75rem);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: inset 0 0 0.35rem rgba(34, 13, 66, 0.22);
}

.panel-chip::before {
  content: '';
  position: absolute;
  left: calc(-1 * clamp(0.85rem, 2.6vw, 1.6rem));
  top: 50%;
  transform: translateY(-50%);
  width: clamp(1.8rem, 5vw, 2.8rem);
  height: clamp(0.72rem, 2vw, 1.08rem);
  border-radius: clamp(0.8rem, 2.4vw, 1.4rem);
  background: var(--syzygy-purple-3);
  box-shadow: 0 0.45rem 1.2rem rgba(34, 13, 66, 0.18);
  z-index: -1;
}

.panel-status {
  margin: clamp(0.8rem, 3.2vw, 1.6rem) 0 clamp(0.7rem, 2.6vw, 1.2rem);
  padding: clamp(1rem, 4vw, 1.6rem);
  border-radius: clamp(1.2rem, 5vw, 1.8rem);
  background: rgba(90, 35, 148, 0.05);
  border: 1px solid rgba(90, 35, 148, 0.12);
  box-shadow: inset 0 0 0 1px rgba(240, 236, 255, 0.3);
  display: grid;
  gap: clamp(0.55rem, 2vw, 0.9rem);
  position: relative;
}

.status-item {
  border-radius: clamp(0.8rem, 3vw, 1.2rem);
  border: 1px solid transparent;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(90, 35, 148, 0.08);
  transition: box-shadow 160ms ease, border-color 160ms ease;
}

.status-item[open] {
  border-color: rgba(90, 35, 148, 0.18);
  box-shadow: inset 0 0 0 1px rgba(90, 35, 148, 0.24), 0 0.6rem 1.6rem rgba(34, 13, 66, 0.08);
}

.status-item summary {
  list-style: none;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(0.6rem, 2vw, 0.9rem);
  padding: clamp(0.9rem, 3vw, 1.1rem) clamp(0.9rem, 3vw, 1.2rem);
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(42, 31, 61, 0.86);
}

.status-item summary::-webkit-details-marker {
  display: none;
}

.status-item summary:focus-visible {
  outline: 2px solid rgba(90, 35, 148, 0.4);
  outline-offset: 3px;
}

.status-item .status-dot {
  width: clamp(0.65rem, 1.8vw, 0.9rem);
  height: clamp(0.65rem, 1.8vw, 0.9rem);
  border-radius: 999px;
  border: 2px solid rgba(90, 35, 148, 0.35);
  background: radial-gradient(circle at 30% 30%, rgba(240, 236, 255, 0.95), rgba(168, 128, 243, 0.55));
  box-shadow: 0 0 0.4rem rgba(90, 35, 148, 0.15);
}

.status-heading {
  text-transform: none;
}

.status-toggle {
  font-size: 1.2rem;
  font-weight: 500;
  color: rgba(90, 35, 148, 0.65);
  transition: transform 160ms ease;
}

.status-item[open] .status-toggle {
  transform: rotate(90deg);
}

.status-body {
  margin: 0;
  padding: clamp(0.9rem, 3vw, 1.2rem);
  font-size: 0.96rem;
  line-height: 1.6;
  color: rgba(42, 31, 61, 0.75);
  border-top: 1px dashed rgba(90, 35, 148, 0.18);
  background: rgba(240, 236, 255, 0.45);
  display: grid;
  gap: clamp(0.6rem, 2vw, 0.9rem);
}

.status-body ul {
  margin: 0;
  padding-left: 1.2rem;
}

.status-body li {
  margin-bottom: 0.4rem;
}

.status-body dl {
  margin: 0;
  display: grid;
  gap: 0.9rem;
}

.status-body dt {
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.73rem;
  color: rgba(10, 7, 16, 0.58);
}

.status-body dd {
  margin: 0;
  font-size: 1rem;
  color: rgba(10, 7, 16, 0.72);
}

.status-body a {
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(173, 95, 0, 0.35);
  transition: border-color 160ms ease, opacity 160ms ease;
}

.status-body a:hover {
  opacity: 0.75;
  border-bottom-color: #ad5f00;
}

.detail {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(42, 31, 61, 0.6);
  text-align: center;
}

.panel-action-btn {
  position: absolute;
  right: clamp(0.8rem, 2vw, 1.5rem);
  top: 50%;
  transform: translateY(-50%);
  padding: clamp(0.4rem, 1.2vw, 0.55rem) clamp(0.9rem, 2.5vw, 1.3rem);
  background: var(--syzygy-purple-4);
  color: #fff;
  border: none;
  border-radius: 2rem;
  font-weight: 600;
  font-size: clamp(0.65rem, 1.6vw, 0.78rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  display: none;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease;
  box-shadow: 0 0.5rem 1rem rgba(90, 35, 148, 0.3);
  animation: pulse-border 2s ease-in-out infinite;
}

.panel-action-btn.visible {
  display: inline-flex;
}

.panel-action-btn:hover {
  transform: translateY(-50%) translateY(-2px);
  box-shadow: 0 0.7rem 1.5rem rgba(90, 35, 148, 0.4);
  animation: none;
}

@keyframes pulse-border {
  0%, 100% {
    box-shadow: 0 0.5rem 1rem rgba(90, 35, 148, 0.3), 0 0 0 0 rgba(90, 35, 148, 0.4);
  }
  50% {
    box-shadow: 0 0.5rem 1rem rgba(90, 35, 148, 0.3), 0 0 0 6px rgba(90, 35, 148, 0);
  }
}

.image-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(234, 223, 255, 0.94);
  backdrop-filter: blur(8px);
  align-items: center;
  justify-content: center;
  padding: 2rem;
  box-sizing: border-box;
}

.image-modal.active {
  display: flex;
}

.image-modal-content {
  position: relative;
  max-width: 95%;
  max-height: 95%;
  border-radius: clamp(1.2rem, 5vw, 2rem);
  overflow: hidden;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(168, 128, 243, 0.5);
}

.image-modal-content img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.image-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(90, 35, 148, 0.9);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 160ms ease, background 160ms ease;
  z-index: 1001;
}

.image-modal-close:hover {
  background: var(--syzygy-purple-4);
  transform: scale(1.05);
}

footer {
  padding: clamp(1.4rem, 3vw, 2rem) clamp(1.6rem, 5vw, 2.8rem);
  text-align: center;
  font-size: 0.85rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(10, 7, 16, 0.45);
}

@media (max-width: 960px) {
  .topbar {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 0;
  }

  .content-shell {
    flex-direction: column;
  }

  .side-menu {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    padding: clamp(1.4rem, 5vw, 1.8rem) clamp(1.4rem, 5vw, 2rem);
    border-right: none;
    border-bottom: 1px solid rgba(90, 35, 148, 0.16);
  }

  .side-menu::before {
    display: none;
  }

  .menu-heading {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }

  .menu-item {
    border-radius: clamp(2.6rem, 9vw, 3.4rem);
    justify-content: center;
    padding: 0.55rem 1.2rem;
  }

  .main {
    padding-top: clamp(3.2rem, 11vw, 4.8rem);
  }

  .panel {
    text-align: left;
  }

  .panel-heading {
    align-self: stretch;
    width: 100%;
    padding: clamp(0.5rem, 4vw, 0.9rem) clamp(0.9rem, 6vw, 2rem);
    justify-content: center;
    flex-direction: column;
  }

  .panel-title {
    flex-wrap: wrap;
    justify-content: center;
  }

  .panel-action-btn {
    position: static;
    transform: none;
    margin-top: 0.8rem;
    width: 100%;
    justify-content: center;
  }

  .panel-action-btn:hover {
    transform: translateY(-2px);
  }
}

@media (max-width: 640px) {
  .panel-title__full {
    display: none;
  }

  .panel-title__short {
    display: inline-flex;
  }

  .panel-chip {
    margin-left: clamp(0.4rem, 4vw, 1rem);
  }

  .panel-chip::before {
    display: none;
  }

  .cta {
    width: 100%;
    justify-content: center;
  }

  .top-actions {
    align-items: stretch;
  }
}

/* Communications specific */
.status-body form {
  display: grid;
  gap: 0.8rem;
}

.form-label {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: rgba(10, 7, 16, 0.6);
}

.form-control {
  min-height: 140px;
  padding: 0.9rem 1rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(90, 35, 148, 0.22);
  font: inherit;
  resize: vertical;
  background: rgba(255, 255, 255, 0.9);
  transition: border 160ms ease, box-shadow 160ms ease;
}

.form-control:focus {
  outline: none;
  border-color: rgba(90, 35, 148, 0.55);
  box-shadow: 0 0 0 0.3rem rgba(90, 35, 148, 0.18);
}

.form-button {
  justify-self: start;
}

.form-note {
  margin: -0.4rem 0 0;
  font-size: 0.86rem;
  color: rgba(10, 7, 16, 0.55);
}

/* Team page */
.team-profile {
  display: grid;
  grid-template-columns: minmax(160px, 220px) 1fr;
  gap: clamp(1rem, 3vw, 2.4rem);
  align-items: start;
}

.team-figure {
  margin: 0;
  display: grid;
  gap: clamp(0.4rem, 2vw, 0.8rem);
  justify-items: center;
}

.team-avatar {
  width: clamp(140px, 24vw, 190px);
  height: clamp(140px, 24vw, 190px);
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--syzygy-purple-2);
  box-shadow: 0 0.8rem 1.6rem rgba(90, 35, 148, 0.18);
}

.team-meta h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  color: var(--syzygy-purple-4);
}

.team-role {
  margin: 0 0 clamp(0.9rem, 2vw, 1.4rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(90, 35, 148, 0.72);
}

.team-domains h3,
.team-specs h4 {
  margin: 0 0 0.6rem;
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(90, 35, 148, 0.78);
}

.team-domains ul {
  margin: 0;
  padding-left: 1.2rem;
}

.team-domains li {
  margin-bottom: 0.4rem;
}

.team-strengths {
  padding: clamp(0.8rem, 2vw, 1rem);
  border-radius: clamp(0.8rem, 2.2vw, 1.2rem);
  background: rgba(168, 128, 243, 0.08);
  border-left: 4px solid var(--syzygy-purple-3);
  color: rgba(42, 31, 61, 0.78);
}

.team-specs {
  padding: clamp(0.8rem, 2vw, 1.1rem);
  border-radius: clamp(0.8rem, 2vw, 1.2rem);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 0 0 1px rgba(90, 35, 148, 0.08);
}

.team-specs dl {
  margin: 0;
  display: grid;
  gap: 0.55rem;
}

.team-specs dt {
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: rgba(10, 7, 16, 0.6);
}

.team-specs dd {
  margin: 0 0 0.2rem;
  color: rgba(42, 31, 61, 0.8);
}

.team-link {
  justify-self: flex-start;
  padding: 0.6rem 1.4rem;
  border-radius: 999px;
  background: var(--syzygy-purple-4);
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 0.8rem 1.4rem rgba(90, 35, 148, 0.24);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.team-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 1.1rem 1.9rem rgba(90, 35, 148, 0.3);
}

.team-specs,
.team-strengths,
.team-domains ul,
.status-body ul,
.status-body dl {
  font-size: 0.96rem;
}

.placeholder {
  margin: clamp(1rem, 3vw, 1.6rem) auto 0;
  max-width: 520px;
  padding: clamp(1.4rem, 4vw, 2rem);
  border-radius: clamp(1.4rem, 5vw, 2.2rem);
  background: rgba(90, 35, 148, 0.07);
  border: 1px dashed rgba(90, 35, 148, 0.24);
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(42, 31, 61, 0.62);
  text-align: center;
}

@media (max-width: 720px) {
  .team-profile {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .team-meta {
    width: 100%;
  }

  .team-link {
    justify-self: center;
  }
}

.status-item--reveal .status-body {
  padding: 0;
}

.status-item--reveal .curtain-frame {
  width: 100%;
  height: clamp(220px, 40vw, 360px);
  border-radius: clamp(1rem, 3vw, 1.6rem);
  overflow: hidden;
  border: 1px solid rgba(90, 35, 148, 0.18);
  background: rgba(255, 255, 255, 0.85);
}

.status-item--reveal iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
