:root {
  --punk-red: #cc0000;
  --bg-black: #111111;
  --pure-white: #ffffff;
  --hold-cyan: #00e5ff;
  --hold-yellow: #f4c430;
  --helper-teal: #00ff9d;
  --helper-orange: #ff6a00;
  --p5-red: #ff003c;
  --ink-gray: #1e1e1e;
  --paper-gray: #e7e7e7;
  --halftone: radial-gradient(circle, rgba(255, 255, 255, 0.12) 1.4px, transparent 2px);
  --mx: 0px;
  --my: 0px;
  --site-visual-scale: 0.98;
}

* {
  box-sizing: border-box;
  font-family: "Impact", "Arial Black", sans-serif;
}

html {
  scroll-behavior: smooth;
  background: var(--bg-black);
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--pure-white);
  overflow-x: hidden;
}

body.site-scale-enabled {
  position: relative;
  min-height: var(--site-scaled-height, 100vh);
}

html.is-vibe-scroll-locked {
  overscroll-behavior: contain;
}

.site-scale-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% / var(--site-visual-scale));
  min-height: calc(100vh / var(--site-visual-scale));
  transform: translateX(-50%) scale(var(--site-visual-scale));
  transform-origin: top center;
  overflow: visible;
}

a {
  color: inherit;
}

.overview-page {
  --overview-cyan: #00e5ff;
  --overview-blue: #006dff;
  --overview-deep-blue: #061d3a;
  --overview-teal: #00ffb8;
  --overview-red-accent: #ff174d;
  --overview-visual-scale: 1.5;
  min-height: 100vh;
  background: var(--bg-black);
  overflow: hidden;
}

.overview-page .site-scale-wrapper {
  position: static;
  width: 100%;
  min-height: 100vh;
  transform: none;
}

body:is(
  .why-gap-page,
  .user-requirements-page,
  .iteration-page,
  .implementation-page,
  .evaluation-page
).site-scale-enabled {
  min-height: 100vh;
}

:is(
  .why-gap-page,
  .user-requirements-page,
  .iteration-page,
  .implementation-page,
  .evaluation-page
) .site-scale-wrapper {
  position: static;
  width: 100%;
  min-height: 100vh;
  transform: none;
}

.overview-page.is-overview-launching .holo-button {
  color: rgb(255, 255, 255);
  transform: scale(0.99);
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
}

.overview-page.is-overview-launching .holo-glow {
  opacity: 1;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.42) 0%,
    rgba(0, 229, 255, 0.36) 34%,
    rgba(0, 109, 255, 0.26) 52%,
    rgba(0, 0, 0, 0) 70%
  );
}

.overview-page.is-overview-launching .scan-line {
  animation-duration: 0.9s;
  opacity: 0.9;
}

.holdlight-overview-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(48px, 7vw, 96px) 24px;
  background:
    radial-gradient(circle at 52% 8%, rgba(0, 229, 255, 0.22), transparent 30%),
    radial-gradient(circle at 30% 12%, rgba(0, 109, 255, 0.18), transparent 34%),
    radial-gradient(circle at 28% 24%, rgba(255, 0, 60, 0.18), transparent 34%),
    radial-gradient(circle at 76% 70%, rgba(204, 0, 0, 0.24), transparent 32%),
    linear-gradient(135deg, #111111 0%, #242424 28%, #4d0714 62%, #050505 100%);
}

.holdlight-overview-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.44;
  background:
    linear-gradient(115deg, rgba(0, 0, 0, 0.34) 0%, transparent 38%, rgba(0, 0, 0, 0.45) 100%),
    radial-gradient(circle, rgba(255, 255, 255, 0.16) 1.2px, transparent 1.8px);
  background-size: auto, 18px 18px;
  mix-blend-mode: screen;
}

.holdlight-overview-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 14%, rgba(0, 229, 255, 0.36) 14% 15.2%, transparent 15.2% 100%),
    linear-gradient(90deg, transparent 0 84%, rgba(204, 0, 0, 0.26) 84% 84.8%, transparent 84.8% 100%),
    linear-gradient(0deg, transparent 0 72%, rgba(255, 255, 255, 0.08) 72% 72.5%, transparent 72.5% 100%);
  opacity: 0.72;
}

.stars-container {
  position: absolute;
  width: 100%;
  height: 100%;
  perspective: 500px;
  transform-style: preserve-3d;
  inset: 0;
}

.star-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0.55;
}

.star-layer:nth-child(1) {
  transform: translateZ(-50px);
  animation: star-drift 150s linear infinite;
}

.star-layer:nth-child(2) {
  transform: translateZ(-100px);
  animation: star-drift 200s linear infinite reverse;
  opacity: 0.42;
}

.star-layer:nth-child(3) {
  transform: translateZ(-200px);
  animation: star-drift 250s linear infinite;
  opacity: 0.28;
}

@keyframes star-drift {
  0% {
    transform: translateZ(-50px) translateY(0);
  }
  100% {
    transform: translateZ(-50px) translateY(100%);
  }
}

.star-layer::before,
.star-layer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.star-layer:nth-child(1)::before {
  background-image:
    radial-gradient(1px 1px at 10% 10%, white 100%, transparent),
    radial-gradient(1px 1px at 20% 20%, white 100%, transparent),
    radial-gradient(2px 2px at 30% 30%, white 100%, transparent),
    radial-gradient(1px 1px at 40% 40%, white 100%, transparent),
    radial-gradient(2px 2px at 50% 50%, white 100%, transparent),
    radial-gradient(1px 1px at 60% 60%, white 100%, transparent),
    radial-gradient(2px 2px at 70% 70%, white 100%, transparent),
    radial-gradient(1px 1px at 80% 80%, white 100%, transparent),
    radial-gradient(2px 2px at 90% 90%, white 100%, transparent),
    radial-gradient(1px 1px at 15% 85%, white 100%, transparent);
}

.star-layer:nth-child(2)::before {
  background-image:
    radial-gradient(1px 1px at 8% 44%, white 100%, transparent),
    radial-gradient(1px 1px at 18% 72%, white 100%, transparent),
    radial-gradient(2px 2px at 36% 18%, white 100%, transparent),
    radial-gradient(1px 1px at 48% 88%, white 100%, transparent),
    radial-gradient(2px 2px at 66% 42%, white 100%, transparent),
    radial-gradient(1px 1px at 78% 12%, white 100%, transparent),
    radial-gradient(2px 2px at 92% 62%, white 100%, transparent);
}

.star-layer:nth-child(3)::before {
  background-image:
    radial-gradient(1px 1px at 12% 60%, white 100%, transparent),
    radial-gradient(2px 2px at 26% 34%, white 100%, transparent),
    radial-gradient(1px 1px at 46% 12%, white 100%, transparent),
    radial-gradient(2px 2px at 58% 78%, white 100%, transparent),
    radial-gradient(1px 1px at 74% 28%, white 100%, transparent),
    radial-gradient(2px 2px at 86% 92%, white 100%, transparent);
}

.nebula {
  position: absolute;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
  background:
    radial-gradient(ellipse at 42% 4%, rgba(0, 229, 255, 0.28) 0%, rgba(0, 229, 255, 0) 62%),
    radial-gradient(ellipse at 68% 8%, rgba(0, 109, 255, 0.2) 0%, rgba(0, 109, 255, 0) 66%),
    radial-gradient(ellipse at 30% 36%, rgba(204, 0, 0, 0.28) 0%, rgba(204, 0, 0, 0) 70%),
    radial-gradient(ellipse at 74% 66%, rgba(255, 0, 60, 0.16) 0%, rgba(255, 0, 60, 0) 70%);
  filter: blur(30px);
  opacity: 0.5;
  animation: nebula-shift 30s infinite alternate ease-in-out;
}

@keyframes nebula-shift {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 0.3;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1.2) rotate(5deg);
    opacity: 0.4;
  }
}

.grid-plane {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 229, 255, 0.2) 1px, transparent 1px);
  background-size: 40px 40px;
  transform: perspective(500px) rotateX(60deg);
  transform-origin: center;
  animation: grid-move 20s linear infinite;
  opacity: 0.28;
}

@keyframes grid-move {
  0% {
    transform: perspective(500px) rotateX(60deg) translateY(0);
  }
  100% {
    transform: perspective(500px) rotateX(60deg) translateY(40px);
  }
}

.button-container {
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
  transform: scale(var(--overview-visual-scale, 1));
  transform-origin: center center;
  z-index: 10;
  width: min(92vw, 980px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.holo-button {
  position: relative;
  width: min(92vw, 860px);
  min-height: 390px;
  padding: clamp(34px, 5vw, 58px);
  background: rgba(17, 17, 17, 0.68);
  border: none;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Impact", "Arial Black", "Inter", system-ui, sans-serif;
  cursor: pointer;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: all 0.3s ease;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  z-index: 5;
  border-radius: 2px;
  text-align: left;
  box-shadow:
    10px 10px 0 rgba(0, 0, 0, 0.82),
    0 0 38px rgba(0, 229, 255, 0.2),
    0 0 70px rgba(0, 109, 255, 0.14);
}

.holo-button::before {
  content: "";
  position: absolute;
  inset: 2px;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.08), transparent 26%),
    linear-gradient(45deg, rgba(5, 10, 16, 0.92) 0%, rgba(7, 31, 58, 0.86) 48%, rgba(0, 91, 156, 0.68) 100%);
  z-index: -1;
  border-radius: 2px;
}

.holo-button::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.84);
  border-left-color: rgba(255, 255, 255, 0.84);
  border-bottom-color: rgba(0, 229, 255, 0.92);
  border-right-color: rgba(0, 109, 255, 0.9);
  box-shadow:
    0 0 18px rgba(0, 229, 255, 0.46),
    0 0 34px rgba(0, 109, 255, 0.22),
    inset 0 0 22px rgba(255, 255, 255, 0.08);
  pointer-events: none;
  animation: border-flow 3s infinite;
}

@keyframes border-flow {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.015);
    opacity: 0.82;
  }
}

.button-text {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transform-style: preserve-3d;
}

.overview-kicker {
  width: fit-content;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(11px, 1.2vw, 14px);
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(0, 229, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.42);
  padding: 8px 11px;
  background: rgba(0, 109, 255, 0.24);
}

.overview-title {
  color: rgba(255, 255, 255, 0.98);
  font-size: clamp(52px, 8vw, 96px);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow:
    3px 3px 0 rgba(0, 109, 255, 0.9),
    -2px -2px 0 rgba(255, 23, 77, 0.42),
    0 0 22px rgba(0, 229, 255, 0.28);
}

.overview-copy {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(15px, 1.8vw, 20px);
  line-height: 1.72;
  letter-spacing: 0.02em;
  text-transform: none;
  text-shadow: 0 0 12px rgba(0, 229, 255, 0.2);
}

.overview-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.overview-tags span {
  color: rgba(255, 255, 255, 0.94);
  font-family: "Impact", "Arial Black", "Inter", system-ui, sans-serif;
  font-size: clamp(10px, 1vw, 12px);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(0, 109, 255, 0.2);
  padding: 9px 12px;
  box-shadow:
    inset 0 0 12px rgba(255, 255, 255, 0.06),
    0 0 14px rgba(0, 229, 255, 0.08);
}

.holo-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 115%;
  height: 115%;
  background: radial-gradient(ellipse at center, rgba(0, 229, 255, 0.24) 0%, rgba(0, 109, 255, 0.14) 34%, rgba(0, 0, 0, 0) 70%);
  pointer-events: none;
  z-index: 1;
  opacity: 0.7;
  filter: blur(10px);
  animation: glow-pulse 3s infinite alternate;
}

@keyframes glow-pulse {
  0% {
    opacity: 0.4;
    filter: blur(10px) brightness(0.8);
  }
  100% {
    opacity: 0.7;
    filter: blur(15px) brightness(1.2);
  }
}

.holo-lines {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}

.holo-line {
  position: absolute;
  background: rgba(255, 255, 255, 0.52);
  filter: blur(1px);
}

.holo-line:nth-child(1) {
  top: 0;
  left: 54px;
  width: 1.5px;
  height: 100%;
  animation: line-pulse 2s infinite alternate;
  animation-delay: -0.5s;
}

.holo-line:nth-child(2) {
  top: 0;
  right: 54px;
  width: 1.5px;
  height: 100%;
  animation: line-pulse 2s infinite alternate;
  animation-delay: -1s;
}

.holo-line:nth-child(3) {
  top: 38px;
  left: 0;
  width: 100%;
  height: 1.5px;
  animation: line-pulse 2s infinite alternate;
  animation-delay: -1.5s;
}

.holo-line:nth-child(4) {
  bottom: 38px;
  left: 0;
  width: 100%;
  height: 1.5px;
  animation: line-pulse 2s infinite alternate;
  animation-delay: -2s;
}

@keyframes line-pulse {
  0% {
    opacity: 0.3;
    background: rgba(255, 255, 255, 0.5);
  }
  100% {
    opacity: 0.7;
    background: rgba(0, 229, 255, 0.7);
  }
}

.scan-line {
  position: absolute;
  width: 100%;
  height: 7px;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 229, 255, 0.92) 18%,
    rgba(255, 255, 255, 1) 50%,
    rgba(0, 109, 255, 0.78) 82%,
    rgba(0, 0, 0, 0) 100%
  );
  top: 0;
  left: 0;
  filter: blur(0.4px);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  animation: scan 2.6s infinite;
  box-shadow:
    0 0 16px rgba(0, 229, 255, 0.9),
    0 0 34px rgba(0, 109, 255, 0.46);
}

.scan-line::before {
  content: "";
  position: absolute;
  inset: -16px 0 -10px;
  background: linear-gradient(
    180deg,
    rgba(0, 229, 255, 0),
    rgba(0, 229, 255, 0.2) 45%,
    rgba(0, 109, 255, 0.18) 100%
  );
  filter: blur(7px);
}

@keyframes scan {
  0% {
    top: -5px;
    opacity: 0;
  }
  15% {
    opacity: 0.95;
  }
  85% {
    opacity: 0.95;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

.holo-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}

.holo-particle {
  position: absolute;
  background: rgba(235, 255, 255, 0.95);
  box-shadow: 0 0 10px rgba(0, 229, 255, 0.72);
  border-radius: 50%;
  filter: blur(1px);
  opacity: 0;
  pointer-events: none;
  animation: particle-float 3s infinite ease-out;
}

.holo-particle:nth-child(1) {
  width: 3px;
  height: 3px;
  top: 70%;
  left: 30%;
  animation-delay: 0.2s;
}

.holo-particle:nth-child(2) {
  width: 2px;
  height: 2px;
  top: 60%;
  left: 40%;
  animation-delay: 0.5s;
}

.holo-particle:nth-child(3) {
  width: 4px;
  height: 4px;
  top: 80%;
  left: 60%;
  animation-delay: 0.8s;
}

.holo-particle:nth-child(4) {
  width: 2px;
  height: 2px;
  top: 70%;
  left: 70%;
  animation-delay: 1.1s;
}

.holo-particle:nth-child(5) {
  width: 3px;
  height: 3px;
  top: 75%;
  left: 50%;
  animation-delay: 1.4s;
}

.holo-particle:nth-child(6) {
  width: 2px;
  height: 2px;
  top: 65%;
  left: 65%;
  animation-delay: 1.7s;
}

@keyframes particle-float {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(-70px) rotate(360deg);
    opacity: 0;
  }
}

.button-hexagons {
  position: absolute;
  width: min(98vw, 1040px);
  height: 560px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}

.hexagon {
  position: absolute;
  width: 38px;
  height: 21.93px;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.28);
  transform: rotate(30deg);
  opacity: 0;
  animation: hexagon-pulse 3s infinite;
}

.hexagon::before,
.hexagon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: transparent;
  border: 1.5px solid rgba(0, 229, 255, 0.34);
}

.hexagon::before {
  transform: rotate(60deg);
}

.hexagon::after {
  transform: rotate(-60deg);
}

.hexagon:nth-child(1) {
  top: 28px;
  left: 36px;
  animation-delay: 0.1s;
}

.hexagon:nth-child(2) {
  top: 28px;
  right: 36px;
  animation-delay: 0.3s;
}

.hexagon:nth-child(3) {
  bottom: 28px;
  left: 36px;
  animation-delay: 0.5s;
}

.hexagon:nth-child(4) {
  bottom: 28px;
  right: 36px;
  animation-delay: 0.7s;
}

.hexagon:nth-child(5) {
  top: 50%;
  left: 0;
  transform: translate(0, -50%) rotate(30deg);
  animation-delay: 0.9s;
}

.hexagon:nth-child(6) {
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(30deg);
  animation-delay: 1.1s;
}

@keyframes hexagon-pulse {
  0% {
    opacity: 0;
    transform: rotate(30deg) scale(0.8);
  }
  20% {
    opacity: 0.5;
    transform: rotate(30deg) scale(1);
  }
  80% {
    opacity: 0.5;
    transform: rotate(30deg) scale(1);
  }
  100% {
    opacity: 0;
    transform: rotate(30deg) scale(1.2);
  }
}

.digital-glyphs {
  position: absolute;
  width: min(124vw, 1360px);
  height: min(88vh, 760px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}

.digital-glyph {
  position: absolute;
  color: rgba(255, 255, 255, 0.48);
  font-size: clamp(9px, 1.1vw, 12px);
  font-family: "Arial Black", monospace;
  white-space: nowrap;
  opacity: 0;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  animation: glyph-fade 4s infinite;
  text-shadow:
    0 0 10px rgba(0, 229, 255, 0.48),
    1px 1px 0 rgba(255, 23, 77, 0.18);
}

.digital-glyph:nth-child(1) {
  top: 3%;
  left: 7%;
  animation-delay: 0.2s;
}

.digital-glyph:nth-child(2) {
  top: 7%;
  right: 5%;
  animation-delay: 0.6s;
}

.digital-glyph:nth-child(3) {
  bottom: 6%;
  left: 6%;
  animation-delay: 1s;
}

.digital-glyph:nth-child(4) {
  bottom: 3%;
  right: 8%;
  animation-delay: 1.4s;
}

.digital-glyph:nth-child(5) {
  top: 35%;
  left: -3%;
  transform: translateY(-50%);
  animation-delay: 1.8s;
}

.digital-glyph:nth-child(6) {
  top: 62%;
  right: -4%;
  transform: translateY(-50%);
  animation-delay: 2.2s;
}

.digital-glyph:nth-child(7) {
  top: 18%;
  left: -2%;
  animation-delay: 2.6s;
}

.digital-glyph:nth-child(8) {
  top: 21%;
  right: -1%;
  animation-delay: 3s;
}

.digital-glyph:nth-child(9) {
  bottom: 22%;
  left: -1%;
  animation-delay: 3.4s;
}

.digital-glyph:nth-child(10) {
  bottom: 19%;
  right: 1%;
  animation-delay: 3.8s;
}

.digital-glyph:nth-child(11) {
  top: -2%;
  left: 39%;
  animation-delay: 4.2s;
}

.digital-glyph:nth-child(12) {
  bottom: -1%;
  left: 43%;
  animation-delay: 4.6s;
}

@keyframes glyph-fade {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  10% {
    opacity: 0.7;
  }
  90% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}

.corner-accents {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.corner-accent {
  position: absolute;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 4px;
  border-color: rgba(255, 255, 255, 0.76);
  filter:
    drop-shadow(0 0 9px rgba(0, 229, 255, 0.78))
    drop-shadow(0 0 18px rgba(0, 109, 255, 0.34));
}

.corner-accent:nth-child(1) {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

.corner-accent:nth-child(2) {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}

.corner-accent:nth-child(3) {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}

.corner-accent:nth-child(4) {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}

.button-glitch {
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  animation: none;
}

@keyframes button-glitch {
  0%,
  100% {
    opacity: 0;
  }
  94%,
  96% {
    opacity: 0;
  }
  94.5% {
    opacity: 0.8;
    transform: translate(5px, -2px) skew(-5deg, 2deg);
    background: rgba(255, 23, 77, 0.2);
  }
  95% {
    opacity: 0.8;
    transform: translate(-5px, 2px) skew(5deg, -2deg);
    background: rgba(255, 255, 255, 0.18);
  }
  95.5% {
    opacity: 0.8;
    transform: translate(2px, 0) skew(-2deg, 0);
    background: rgba(255, 255, 255, 0.2);
  }
}

.sound-wave {
  position: absolute;
  bottom: -46px;
  left: 0;
  width: 100%;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 12;
}

.wave-bar {
  width: 2px;
  height: 5px;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 3px;
  border-radius: 1px;
  animation: wave-animation 1.5s infinite;
  box-shadow: 0 0 8px rgba(0, 229, 255, 0.5);
}

@keyframes wave-animation {
  0%,
  100% {
    height: 5px;
  }
  50% {
    height: 20px;
  }
}

.wave-bar:nth-child(1) {
  animation-delay: 0.1s;
}

.wave-bar:nth-child(2) {
  animation-delay: 0.2s;
}

.wave-bar:nth-child(3) {
  animation-delay: 0.3s;
}

.wave-bar:nth-child(4) {
  animation-delay: 0.4s;
}

.wave-bar:nth-child(5) {
  animation-delay: 0.5s;
}

.wave-bar:nth-child(6) {
  animation-delay: 0.6s;
}

.wave-bar:nth-child(7) {
  animation-delay: 0.7s;
}

.wave-bar:nth-child(8) {
  animation-delay: 0.8s;
}

.wave-bar:nth-child(9) {
  animation-delay: 0.9s;
}

.wave-bar:nth-child(10) {
  animation-delay: 1s;
}

.wave-bar:nth-child(11) {
  animation-delay: 0.9s;
}

.wave-bar:nth-child(12) {
  animation-delay: 0.8s;
}

.wave-bar:nth-child(13) {
  animation-delay: 0.7s;
}

.wave-bar:nth-child(14) {
  animation-delay: 0.6s;
}

.wave-bar:nth-child(15) {
  animation-delay: 0.5s;
}

.holo-button:hover {
  color: rgb(255, 255, 255);
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
  transform: scale(1.015);
  transition: all 0.2s ease;
}

.holo-button:hover .holo-glow {
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(0, 229, 255, 0.28) 34%,
    rgba(0, 109, 255, 0.2) 50%,
    rgba(0, 0, 0, 0) 70%
  );
  animation: glow-pulse-hover 1.5s infinite alternate;
}

@keyframes glow-pulse-hover {
  0% {
    opacity: 0.6;
    filter: blur(10px) brightness(1);
  }
  100% {
    opacity: 0.9;
    filter: blur(15px) brightness(1.5);
  }
}

.holo-button:active {
  transform: scale(0.99);
  transition: all 0.1s ease;
}

.holo-button:active .holo-glow {
  opacity: 1;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(0, 229, 255, 0.36) 34%,
    rgba(0, 109, 255, 0.24) 50%,
    rgba(0, 0, 0, 0) 70%
  );
}

@media (max-width: 760px) {
  .holdlight-overview-section {
    min-height: 100svh;
    padding: 56px 18px;
  }

  .holo-button {
    width: 92vw;
    min-height: 460px;
    padding: 32px 24px;
  }

  .overview-copy {
    line-height: 1.62;
  }

  .overview-tags {
    gap: 8px;
  }

  .digital-glyphs {
    width: 102vw;
    height: 94vh;
  }

  .digital-glyph {
    font-size: 9px;
  }

  .digital-glyph:nth-child(n + 7) {
    display: none;
  }

  .button-hexagons {
    width: 96vw;
    height: 560px;
  }

  .holo-line:nth-child(1) {
    left: 28px;
  }

  .holo-line:nth-child(2) {
    right: 28px;
  }

  .holo-line:nth-child(3) {
    top: 28px;
  }

  .holo-line:nth-child(4) {
    bottom: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .star-layer,
  .nebula,
  .grid-plane,
  .holo-glow,
  .holo-line,
  .scan-line,
  .holo-particle,
  .hexagon,
  .digital-glyph,
  .button-glitch,
  .wave-bar {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .holo-button:hover,
  .holo-button:active {
    transform: none;
  }
}

.body-font {
  font-family: Arial, sans-serif;
  line-height: 1.7;
}

.text-stroke {
  color: var(--bg-black);
  -webkit-text-stroke: 2px var(--pure-white);
}

.text-stroke-red {
  color: transparent;
  -webkit-text-stroke: 2px var(--punk-red);
}

.home-page {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 14%, rgba(148, 148, 148, 0.16), transparent 24%),
    radial-gradient(circle at 78% 22%, rgba(255, 0, 60, 0.12), transparent 26%),
    linear-gradient(135deg, #121212 0%, #262626 24%, #480713 62%, #720018 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  isolation: isolate;
}

.home-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(0, 0, 0, 0.22) 0%, transparent 35%, rgba(0, 0, 0, 0.28) 100%),
    radial-gradient(circle, rgba(134, 134, 134, 0.14) 1.4px, transparent 2px);
  background-size: auto, 18px 18px;
  opacity: 0.34;
  z-index: 0;
  pointer-events: none;
}

.bg-manifesto {
  position: absolute;
  top: -4%;
  left: -8%;
  width: 116%;
  height: 65%;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 0.14em 0.2em;
  overflow: hidden;
  pointer-events: none;
  transform: rotate(-4deg);
  text-transform: uppercase;
  font-family: "Arial Black", "Segoe UI", sans-serif;
  font-size: clamp(2.9rem, 6vw, 6.2rem);
  line-height: 0.92;
  letter-spacing: 0.01em;
  opacity: 0.38;
}

.bg-manifesto span {
  color: rgba(46, 46, 46, 0.84);
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.18);
}

.bg-manifesto span:nth-child(3n) {
  color: transparent;
  -webkit-text-stroke: 2px rgba(150, 150, 150, 0.34);
}

.bg-manifesto span:nth-child(4n) {
  color: rgba(144, 18, 46, 0.22);
  text-shadow: none;
}

.bg-manifesto span:nth-child(5n) {
  transform: translateY(0.03em) rotate(-2deg);
}

.route-tapes-bg {
  position: absolute;
  inset: -10vh -22vw -12vh -22vw;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.route-tape {
  position: absolute;
  left: 50%;
  width: 220vw;
  border-radius: 999px;
  opacity: 0.96;
  box-shadow: 0 0 0 1px rgba(25, 25, 25, 0.28), 0 0 24px rgba(0, 0, 0, 0.2);
  transform-origin: left center;
  transform: translate(var(--tape-x, -50%), var(--tape-y, 0)) rotate(var(--tape-rotate, 0deg));
  animation: tape-slam 0.34s cubic-bezier(0.15, 0.88, 0.24, 1.2) both;
}

.route-tape::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(150, 150, 150, 0.2), transparent 16%, transparent 84%, rgba(0, 0, 0, 0.18));
  opacity: 0.72;
}

.tape-1 {
  --tape-x: -47%;
  --tape-y: -7vh;
  --tape-rotate: 6deg;
  top: 12%;
  height: 16px;
  background: #979797;
  animation-delay: 0.04s;
}

.tape-2 {
  --tape-x: -51%;
  --tape-y: 0vh;
  --tape-rotate: -7deg;
  top: 30%;
  height: 34px;
  background: repeating-linear-gradient(-45deg,
      #212121 0 22px,
      #212121 22px 40px,
      #b80d33 40px 62px,
      #b80d33 62px 80px);
  animation-delay: 0.1s;
}

.tape-3 {
  --tape-x: -54%;
  --tape-y: 0vh;
  --tape-rotate: 4deg;
  top: 36%;
  height: 14px;
  background: #595959;
  animation-delay: 0.16s;
}

.tape-4 {
  --tape-x: -46%;
  --tape-y: 3vh;
  --tape-rotate: -3deg;
  top: 47%;
  height: 18px;
  background: var(--p5-red);
  animation-delay: 0.22s;
}

.tape-5 {
  --tape-x: -58%;
  --tape-y: 6vh;
  --tape-rotate: 7deg;
  top: 57%;
  height: 12px;
  background: #b6b6b6;
  animation-delay: 0.28s;
}

.tape-6 {
  --tape-x: -43%;
  --tape-y: -5vh;
  --tape-rotate: -9deg;
  top: 18%;
  height: 10px;
  background: #373737;
  animation-delay: 0.14s;
}

.tape-7 {
  --tape-x: -56%;
  --tape-y: 7vh;
  --tape-rotate: 2deg;
  top: 64%;
  height: 16px;
  background: #8f1730;
  animation-delay: 0.2s;
}

.tape-8 {
  --tape-x: -44%;
  --tape-y: 1vh;
  --tape-rotate: -5deg;
  top: 42%;
  height: 20px;
  background: linear-gradient(90deg, rgba(122, 122, 122, 0.96), rgba(86, 86, 86, 0.92));
  animation-delay: 0.26s;
}

@keyframes tape-slam {
  0% {
    opacity: 0;
    transform: translate(var(--tape-x, -50%), var(--tape-y, 0)) rotate(var(--tape-rotate, 0deg)) scaleX(0);
  }

  100% {
    opacity: 0.96;
    transform: translate(var(--tape-x, -50%), var(--tape-y, 0)) rotate(var(--tape-rotate, 0deg)) scaleX(1);
  }
}

.vignette {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, transparent 16%, rgba(0, 0, 0, 0.12) 56%, rgba(0, 0, 0, 0.52) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.42));
  z-index: 3;
  pointer-events: none;
}

.p5-menu {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 1.1vh, 12px);
  align-items: center;
  width: min(94vw, 900px);
}

.menu-kicker {
  align-self: flex-start;
  padding: 8px 14px;
  background: var(--pure-white);
  color: var(--bg-black);
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: rotate(-4deg) translateX(18px);
  filter: drop-shadow(8px 8px 0 rgba(17, 17, 17, 0.4));
}

.menu-item {
  --menu-accent: var(--hold-cyan);
  position: relative;
  text-decoration: none;
  color: var(--pure-white);
  background: var(--bg-black);
  font-size: clamp(2.15rem, 5.2vh, 3.65rem);
  line-height: 0.96;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: clamp(5px, 0.8vh, 8px) 30px;
  display: inline-block;
  transition: transform 0.14s cubic-bezier(0.22, 1.2, 0.35, 1), background-color 0.08s linear, color 0.08s linear, filter 0.08s linear;
  filter: drop-shadow(8px 8px 0 rgba(0, 0, 0, 0.5));
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.28);
}

.menu-item:nth-child(2) {
  --menu-accent: var(--hold-cyan);
  transform: translateX(-30px) rotate(-3deg);
  clip-path: polygon(2% 0, 100% 5%, 98% 100%, 0 95%);
}

.menu-item:nth-child(3) {
  --menu-accent: var(--hold-yellow);
  transform: translateX(20px) rotate(2deg);
  clip-path: polygon(0 5%, 95% 0, 100% 95%, 5% 100%);
  font-size: clamp(2rem, 4.8vh, 3.25rem);
}

.menu-item:nth-child(4) {
  --menu-accent: var(--hold-cyan);
  transform: translateX(-10px) rotate(-1deg);
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}

.menu-item:nth-child(5) {
  --menu-accent: var(--hold-yellow);
  transform: translateX(40px) rotate(4deg);
  clip-path: polygon(0 0, 100% 5%, 98% 100%, 2% 95%);
  font-size: clamp(2.25rem, 5.4vh, 3.85rem);
}

.menu-item:nth-child(6) {
  --menu-accent: var(--hold-cyan);
  transform: translateX(-20px) rotate(-2deg);
  clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
}

.menu-item:nth-child(7) {
  --menu-accent: var(--hold-yellow);
  transform: translateX(28px) rotate(3deg);
  clip-path: polygon(1% 0, 100% 4%, 98% 100%, 0 96%);
}

.menu-item:nth-child(8) {
  --menu-accent: var(--hold-cyan);
  transform: translateX(-34px) rotate(-2deg);
  clip-path: polygon(4% 0, 100% 3%, 96% 100%, 0 94%);
}

.menu-item:nth-child(9) {
  --menu-accent: var(--hold-yellow);
  transform: translateX(24px) rotate(2deg);
  clip-path: polygon(0 3%, 98% 0, 100% 96%, 2% 100%);
}

.menu-item:nth-child(10) {
  --menu-accent: var(--hold-cyan);
  transform: translateX(-8px) rotate(-1deg);
  clip-path: polygon(3% 0, 100% 5%, 96% 100%, 0 96%);
}

.menu-item:hover,
.menu-item:focus-visible {
  background: var(--menu-accent);
  color: var(--bg-black);
  transform: scale(1.1) rotate(0deg) translateX(0) !important;
  filter: drop-shadow(12px 12px 0 var(--pure-white));
  z-index: 20;
  outline: none;
  -webkit-text-stroke: 1px rgba(17, 17, 17, 0.4);
}

.module-page {
  min-height: 100vh;
  background-color: var(--bg-black);
  background-image: var(--halftone);
  background-size: 18px 18px;
  position: relative;
  overflow-x: hidden;
}

.module-page::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(0, 229, 255, 0.14), transparent 24%),
    radial-gradient(circle at bottom left, rgba(244, 196, 48, 0.14), transparent 28%),
    radial-gradient(circle at center top, rgba(204, 0, 0, 0.18), transparent 35%);
  pointer-events: none;
  z-index: 0;
}

.page-wrap {
  position: relative;
  z-index: 1;
}

.page-header {
  padding: 28px 26px 0;
}

.top-strip {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}

.back-home {
  display: inline-block;
  padding: 10px 18px;
  background: var(--pure-white);
  color: var(--bg-black);
  text-decoration: none;
  font-size: 1.5rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  clip-path: polygon(4% 0, 100% 4%, 96% 100%, 0 94%);
  filter: drop-shadow(8px 8px 0 var(--punk-red));
}

.page-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.page-link {
  padding: 12px 20px;
  background: #1b1b1b;
  color: var(--pure-white);
  text-decoration: none;
  font-size: 1.3rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
  clip-path: polygon(4% 0, 100% 6%, 96% 100%, 0 94%);
  transition: transform 0.12s cubic-bezier(0.22, 1.2, 0.35, 1), background-color 0.08s linear, color 0.08s linear;
}

.page-link:hover,
.page-link:focus-visible {
  background: var(--hold-yellow);
  color: var(--bg-black);
  transform: translateY(-3px) rotate(-1deg);
  outline: none;
}

.page-link.active {
  background: var(--hold-cyan);
  color: var(--bg-black);
}

.page-hero {
  max-width: 1240px;
  margin: 36px auto 0;
  padding: 0 20px;
}

.page-title-card {
  max-width: 760px;
  background: var(--bg-black);
  border: 5px solid var(--pure-white);
  padding: 28px 32px 34px;
  clip-path: polygon(2% 0, 100% 3%, 97% 100%, 0 96%);
  filter: drop-shadow(16px 16px 0 var(--punk-red));
}

.page-id {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 12px;
  background: var(--hold-yellow);
  color: var(--bg-black);
  font-size: 1rem;
  letter-spacing: 0.15em;
  transform: rotate(-3deg);
}

.page-title-card h1 {
  margin: 0;
  font-size: clamp(2.6rem, 4.8vw, 4.35rem);
  line-height: 0.94;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px var(--pure-white);
  overflow-wrap: normal;
  word-break: normal;
}

.page-description {
  max-width: 620px;
  margin: 18px 0 0;
  font-size: 1.05rem;
  color: #d6d6d6;
}

.page-main {
  max-width: 1240px;
  margin: 28px auto 80px;
  padding-top: 24px;
  padding: 0 25px;
}

.section-title {
  font-size: 3.5rem;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 60px;
  display: inline-block;
  padding: 10px 25px;
  background: var(--punk-red);
  color: var(--pure-white);
  clip-path: polygon(0 0, 100% 5%, 97% 100%, 3% 90%);
  transform: rotate(-2deg);
  filter: drop-shadow(10px 10px 0 var(--pure-white));
}

.section-title span {
  display: inline-block;
}

.brief-container {
  background: var(--pure-white);
  color: var(--bg-black);
  padding: 50px;
  position: relative;
  clip-path: polygon(2% 5%, 100% 0, 96% 95%, 5% 100%);
  filter: drop-shadow(15px 15px 0 var(--punk-red));
}

.brief-content h3 {
  font-size: 2.8rem;
  background: var(--bg-black);
  color: var(--pure-white);
  display: inline-block;
  padding: 5px 15px;
  transform: rotate(-1deg);
  margin: 0 0 20px;
}

.brief-text {
  font-size: 1.15rem;
  max-width: 900px;
}

.brief-page .page-main {
  max-width: 1280px;
}

.brief-showcase {
  position: relative;
  z-index: 1;
}

.brief-overall-title {
  position: relative;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 0 0 34px;
  max-width: 720px;
}

.brief-overall-title span {
  position: relative;
  display: inline-block;
  padding: 8px 14px 9px;
  background: var(--pure-white);
  color: var(--bg-black);
  font-size: clamp(1.9rem, 4vw, 3.6rem);
  line-height: 0.95;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 4px 4px 0 var(--bg-black);
}

.brief-overall-title span:nth-child(odd) {
  background: var(--punk-red);
  color: var(--pure-white);
}

.brief-grid {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-areas:
    "concept concept"
    "features vision";
  gap: 42px 34px;
}

.brief-card-wrap {
  position: relative;
  padding-top: 0;
}

.brief-card-concept {
  grid-area: concept;
}

.brief-card-features {
  grid-area: features;
}

.brief-card-vision {
  grid-area: vision;
}

.brief-card {
  --card-shadow-color: var(--punk-red);
  --shadow-x: 12px;
  --shadow-y: 12px;
  --brief-tilt: 0deg;
  position: relative;
  z-index: 10;
  background: var(--bg-black);
  border: 4px solid var(--pure-white);
  padding: clamp(30px, 4vw, 44px) clamp(22px, 4vw, 38px);
  color: var(--pure-white);
  transform: none;
  transition: transform 0.12s cubic-bezier(0.22, 1.2, 0.35, 1);
  animation: brief-slam 0.14s cubic-bezier(0.25, 1.5, 0.5, 1) both;
}

.brief-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--card-shadow-color);
  z-index: -1;
  left: var(--shadow-x);
  top: var(--shadow-y);
  transition: left 0.12s cubic-bezier(0.22, 1.2, 0.35, 1), top 0.12s cubic-bezier(0.22, 1.2, 0.35, 1);
}

.brief-card.shadow-red {
  --card-shadow-color: var(--punk-red);
  animation-delay: 0.04s;
}

.brief-card.shadow-cyan {
  --card-shadow-color: var(--hold-cyan);
  animation-delay: 0.1s;
}

.brief-card.shadow-yellow {
  --card-shadow-color: var(--hold-yellow);
  animation-delay: 0.16s;
}

.brief-card.tilt-left {
  --brief-tilt: 0deg;
}

.brief-card.tilt-right {
  --brief-tilt: 0deg;
}

.brief-card.tilt-left-soft {
  --brief-tilt: 0deg;
}

.brief-card:hover {
  transform: translateY(-2px);
}

.brief-card:hover::after {
  left: calc(var(--shadow-x) + 6px);
  top: calc(var(--shadow-y) - 4px);
}

.brief-card-body {
  position: relative;
  z-index: 2;
}

.brief-subhead {
  margin: 0 0 18px;
  font-family: "Arial Black", Impact, sans-serif;
  font-size: clamp(1.4rem, 2.1vw, 2rem);
  line-height: 1.05;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brief-subhead.highlight-red {
  color: var(--pure-white);
}

.brief-body-copy {
  max-width: 68ch;
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.68;
  color: var(--pure-white);
}

.brief-card-concept .brief-body-copy {
  max-width: 88ch;
}

.brief-feature-list {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  list-style: none;
  line-height: 1.68;
}

.brief-feature-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 16px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 1.05rem;
  color: var(--pure-white);
}

.brief-feature-list li:last-child {
  margin-bottom: 0;
}

.brief-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 12px;
  height: 12px;
  background: var(--pure-white);
  clip-path: polygon(20% 0, 100% 20%, 80% 100%, 0 80%);
}

.brief-feature-list strong {
  color: var(--pure-white);
}

.brief-card-features .brief-feature-list li,
.brief-card-features .brief-feature-list li strong,
.brief-card-vision .brief-body-copy,
.brief-card-vision .brief-subhead.highlight-red {
  color: var(--bg-black);
}

.brief-card-features .brief-feature-list {
  font-weight: 400;
}

.brief-card-features .brief-feature-list li strong {
  font-family: inherit;
  font-weight: 400;
}

.brief-card-features .brief-feature-list li::before {
  background: var(--bg-black);
}

.brief-card-vision .brief-subhead.highlight-red {
  font-family: Arial, sans-serif;
  font-weight: 400;
}

.brief-card-vision .brief-body-copy {
  font-family: Arial, sans-serif;
  font-weight: 400;
  max-width: 66ch;
}

.brief-ransom-title {
  position: relative;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;
  max-width: 100%;
  margin: 0 0 16px;
  font-family: "Arial Black", Impact, sans-serif;
}

.brief-ransom-title span {
  position: relative;
  display: inline-block;
  padding: 8px 14px 9px;
  border: 2px solid var(--bg-black);
  font-size: clamp(1.35rem, 2.5vw, 2.35rem);
  line-height: 0.95;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: none;
  box-shadow: 5px 5px 0 var(--bg-black);
  -webkit-text-stroke: 0;
}

.brief-ransom-title.theme-red span {
  background: var(--punk-red);
  color: var(--pure-white);
}

.brief-ransom-title.theme-cyan span {
  background: var(--hold-cyan);
  color: var(--bg-black);
}

.brief-ransom-title.theme-yellow span {
  background: var(--hold-yellow);
  color: var(--bg-black);
}

@keyframes brief-slam {
  0% {
    transform: translateY(18px) scale(0.98);
    opacity: 0;
  }

  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@media (max-width: 980px) {
  .brief-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "concept"
      "features"
      "vision";
    gap: 34px;
  }

  .brief-card-wrap {
    padding-top: 0;
  }

  .brief-ransom-title {
    max-width: 100%;
  }

  .brief-card {
    padding: 36px 24px 28px;
  }
}

@media (max-width: 680px) {
  .brief-overall-title {
    margin-left: 0;
    gap: 3px;
  }

  .brief-overall-title span {
    padding: 5px 9px 6px;
    box-shadow: 3px 3px 0 var(--bg-black);
  }

  .brief-ransom-title {
    gap: 8px;
  }

  .brief-ransom-title span {
    padding: 6px 10px 7px;
    font-size: clamp(1rem, 6vw, 1.35rem);
    box-shadow: 3px 3px 0 var(--bg-black);
  }

  .brief-card {
    padding: 26px 18px 22px;
  }

  .brief-subhead {
    font-size: 1.15rem;
    line-height: 1.15;
  }

  .brief-body-copy,
  .brief-feature-list li {
    font-size: 0.98rem;
  }

  .roadmap-kicker {
    font-size: 0.84rem;
    padding: 8px 12px;
  }

  .roadmap-heading {
    font-size: clamp(2.1rem, 12vw, 3.2rem);
  }

  .roadmap-copy {
    font-size: 0.96rem;
  }

  .roadmap-node {
    padding: 52px 18px 24px;
  }

  .roadmap-version {
    top: -18px;
    left: -10px;
    padding: 10px 14px 9px;
    font-size: 1rem;
  }

  .node-right .roadmap-version {
    right: -10px;
  }

  .roadmap-phase {
    font-size: 0.76rem;
    padding: 6px 10px;
  }

  .roadmap-node h4 {
    font-size: 1.72rem;
  }

  .roadmap-node p {
    font-size: 0.95rem;
  }

  .roadmap-tags {
    gap: 8px;
  }

  .roadmap-tags span {
    font-size: 0.72rem;
    padding: 7px 10px 6px;
  }

}

.beta-map-page {
  background-color: #0c0c0c;
  background-image:
    linear-gradient(145deg, #0c0c0c 0%, #1a1a1a 40%, #090909 100%);
}

.beta-map-page::before {
  background:
    linear-gradient(135deg, rgba(255, 0, 60, 0.12) 0%, transparent 28%, transparent 72%, rgba(0, 229, 255, 0.08) 100%),
    radial-gradient(circle, rgba(0, 0, 0, 0.96) 0 3px, transparent 3.2px);
  background-size: auto, 56px 56px;
  opacity: 0.88;
}

.beta-map-page .page-main {
  max-width: 1600px;
}

.user-requirements-page.beta-map-page {
  background-color: var(--bg-black);
  background-image: var(--halftone);
  background-size: 18px 18px;
}

.user-requirements-page.beta-map-page::before {
  background:
    radial-gradient(circle at top right, rgba(0, 229, 255, 0.14), transparent 24%),
    radial-gradient(circle at bottom left, rgba(244, 196, 48, 0.14), transparent 28%),
    radial-gradient(circle at center top, rgba(204, 0, 0, 0.18), transparent 35%);
  background-size: auto;
  opacity: 1;
}

.journey-map-stage {
  /* Adjust these two values to move the floating Li Wen card. */
  --persona-float-top: -300px;
  --persona-float-right: 30px;
  position: relative;
  padding-bottom: 24px;
}

.beta-map-container {
  position: relative;
  overflow: hidden;
  padding: clamp(30px, 4vw, 48px) clamp(44px, 5.4vw, 76px);
  border: 4px solid #000;
  background:
    linear-gradient(180deg, rgba(26, 26, 26, 0.92) 0%, rgba(10, 10, 10, 0.96) 100%);
  filter: drop-shadow(18px 18px 0 #000);
  isolation: isolate;
}

.beta-map-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle, #000000 0 3px, transparent 3.2px);
  background-size: 56px 56px;
  opacity: 0.72;
  z-index: -2;
  pointer-events: none;
}

.beta-map-container::after {
  content: "";
  position: absolute;
  inset: -8%;
  background:
    linear-gradient(130deg, transparent 0 36%, rgba(255, 0, 60, 0.08) 36% 43%, transparent 43% 100%),
    linear-gradient(162deg, transparent 0 57%, rgba(0, 229, 255, 0.09) 57% 60%, transparent 60% 100%),
    linear-gradient(100deg, transparent 0 70%, rgba(255, 255, 255, 0.04) 70% 71%, transparent 71% 100%);
  z-index: -1;
  pointer-events: none;
}

.journey-title-collage {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  gap: 14px 16px;
  max-width: 1040px;
  margin-bottom: 32px;
  padding-top: 10px;
  position: relative;
  z-index: 2;
}

.title-shard {
  display: inline-block;
  padding: 12px 18px;
  border: 4px solid #000;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 0.86;
  filter: drop-shadow(10px 10px 0 #000);
}

.title-shard-black {
  background: #000;
  color: var(--p5-red);
  font-size: clamp(2rem, 4.6vw, 4.15rem);
  transform: rotate(-1deg);
}

.title-shard-red {
  background: var(--p5-red);
  color: var(--pure-white);
  font-size: clamp(2.2rem, 5.1vw, 4.7rem);
  -webkit-text-stroke: 1px #000;
  transform: rotate(1deg) translateY(8px);
}

.title-shard-white {
  max-width: 760px;
  background: var(--pure-white);
  color: #000;
  font-size: clamp(1.2rem, 2.3vw, 1.8rem);
  line-height: 1.08;
  transform: rotate(-1deg) translateX(16px);
}

.journey-persona-card {
  position: relative;
  padding: 24px;
  border: 4px solid #000;
  background-color: var(--pure-white);
  background-image: radial-gradient(circle, #474747 1.5px, transparent 2px);
  background-size: 22px 22px;
  color: #000;
  transform: rotate(-2deg);
  filter: drop-shadow(14px 14px 0 #000);
  transition: transform 0.18s cubic-bezier(0.22, 1.2, 0.35, 1), filter 0.18s ease, border-color 0.18s ease;
}

.journey-persona-card--floating {
  position: absolute;
  top: var(--persona-float-top);
  right: var(--persona-float-right);
  width: min(620px, 38vw);
  transform: rotate(2deg);
  z-index: 4;
}

.journey-persona-card::before {
  content: "ID CARD";
  position: absolute;
  top: -18px;
  right: 16px;
  padding: 7px 12px;
  background: var(--p5-red);
  color: var(--pure-white);
  border: 3px solid #000;
  letter-spacing: 0.12em;
  transform: rotate(3deg);
  z-index: 2;
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.journey-persona-card--floating:hover {
  border-color: var(--p5-red);
  transform: translate(-4px, -6px) rotate(1deg);
  filter: drop-shadow(18px 18px 0 #000);
}

.journey-persona-card:hover::before {
  background: var(--hold-cyan);
  color: #000;
  transform: translateY(-2px) rotate(1deg);
}

.persona-poster {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.persona-photo-wrap {
  padding: 10px;
  background: #000;
  clip-path: polygon(0 0, 100% 6%, 94% 100%, 5% 95%);
}

.persona-photo-wrap img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1.2;
  object-fit: cover;
  filter: grayscale(1) contrast(1.16);
  transform: translateY(-3px) rotate(3deg);
  transition: transform 0.2s cubic-bezier(0.22, 1.2, 0.35, 1), filter 0.2s linear;
}

.journey-persona-card:hover .persona-photo-wrap img {
  filter: grayscale(0) saturate(1.05);
  transform: translate(-6px, -6px) rotate(0deg);
}

.persona-kicker {
  display: inline-block;
  padding: 6px 10px;
  background: #000;
  color: var(--pure-white);
  border-left: 6px solid var(--hold-cyan);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  transform: none;
}

.persona-meta {
  display: grid;
  gap: 10px;
}

.persona-meta h3 {
  margin: 0;
  font-size: clamp(2.8rem, 4vw, 4.2rem);
  line-height: 0.82;
  text-transform: uppercase;
  transform: skewX(-6deg);
}

.persona-role {
  margin: 0;
  color: #202020;
  font-size: 0.98rem;
}

.persona-bio {
  display: inline;
  padding: 0.08em 0.22em;
  background: rgba(255, 255, 255, 0.78);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  margin: 0;
  color: #171717;
  font-size: 0.95rem;
  line-height: 1.55;
}

.persona-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 3px solid #000;
  position: relative;
  z-index: 1;
}

.persona-tag {
  display: inline-block;
  padding: 6px 10px;
  background: #000;
  color: var(--pure-white);
  border: 2px solid var(--pure-white);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  filter: drop-shadow(4px 4px 0 var(--p5-red));
  transition: transform 0.16s ease, background-color 0.16s ease, color 0.16s ease, border-color 0.16s ease;
}

.journey-persona-card:hover .persona-tag {
  border-color: var(--hold-cyan);
}

.persona-tag:hover {
  background: var(--hold-yellow);
  color: #000;
  transform: translateY(-2px);
}

.journey-persona-panels {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  position: relative;
  z-index: 1;
}

.journey-panel {
  padding: 12px 14px 14px;
  border: 3px solid #000;
  background: rgba(255, 255, 255, 0.88);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%);
}

.journey-panel h4 {
  display: inline-block;
  margin: 0 0 8px;
  padding: 6px 10px;
  background: #000;
  color: var(--pure-white);
  font-size: 0.98rem;
  letter-spacing: 0.08em;
}

.journey-panel p {
  margin: 0;
  color: #171717;
  line-height: 1.55;
}

.journey-panel-quote {
  background:
    linear-gradient(90deg, rgba(255, 0, 60, 0.16) 0 8px, rgba(255, 255, 255, 0.92) 8px 100%);
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.journey-panel-quote blockquote {
  margin: 0;
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 1.02rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.45;
}

.journey-persona-card:hover .journey-panel-quote {
  border-color: var(--p5-red);
  transform: translateY(-2px);
}

.journey-panel-pain {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0 22%, rgba(255, 0, 60, 0.16) 22% 100%);
}

.journey-grid-board {
  --journey-label-width: 176px;
  overflow-x: auto;
  padding-bottom: 12px;
}

.journey-row {
  position: relative;
  display: grid;
  grid-template-columns: var(--journey-label-width) repeat(5, minmax(220px, 1fr));
  gap: 18px;
  align-items: start;
  min-width: calc(var(--journey-label-width) + 1180px);
}

.journey-row + .journey-row {
  margin-top: 14px;
}

.journey-row-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 100%;
  padding: 14px 12px;
  border: 4px solid var(--pure-white);
  background: #000;
  color: var(--pure-white);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1;
  transform: rotate(-1deg);
  filter: drop-shadow(10px 10px 0 #000);
  z-index: 2;
}

.journey-row--stages .journey-row-label {
  background: var(--pure-white);
  border-color: #000;
  color: #000;
}

.journey-row--steps .journey-row-label {
  border-color: var(--hold-cyan);
}

.journey-row--touchpoints .journey-row-label {
  border-color: var(--hold-yellow);
}

.journey-row--support .journey-row-label {
  background: #141414;
  border-color: var(--helper-teal);
  color: var(--helper-teal);
}

.journey-row--emotions .journey-row-label {
  background: var(--pure-white);
  border-color: #000;
  color: var(--p5-red);
}

.journey-row--pain .journey-row-label {
  background: var(--p5-red);
  border-color: #000;
}

.journey-row--opportunities .journey-row-label {
  background: #001418;
  border-color: var(--hold-cyan);
  color: var(--hold-cyan);
}

.journey-cell {
  position: relative;
  min-width: 0;
}

.journey-row--stages .journey-cell {
  padding-top: 14px;
}

.journey-stage-card {
  position: relative;
  min-height: 132px;
  padding: 58px 18px 20px;
  border: 4px solid #000;
  background: rgba(255, 255, 255, 0.96);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
  filter: drop-shadow(10px 10px 0 #000);
}

.stage-index {
  position: absolute;
  top: 6px;
  right: 8px;
  font-size: clamp(4.5rem, 9vw, 6.4rem);
  line-height: 0.8;
  color: rgba(255, 255, 255, 0.12);
  -webkit-text-stroke: 1.5px rgba(0, 0, 0, 0.9);
  transform: rotate(-2deg);
  pointer-events: none;
}

.stage-name {
  display: inline-block;
  margin: 0;
  padding: 10px 12px 10px 14px;
  background: #000;
  border-left: 6px solid var(--p5-red);
  color: var(--pure-white);
  font-size: 1.18rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.08;
  transform: none;
}

.journey-row--steps .journey-cell {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.journey-hold {
  position: relative;
  width: 100%;
  min-height: 76px;
  padding: 15px 16px 16px;
  border: 4px solid #000;
  background: var(--pure-white);
  color: #000;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
  filter: drop-shadow(8px 8px 0 #000);
  transition: transform 0.18s cubic-bezier(0.22, 1.2, 0.35, 1), border-width 0.18s linear, filter 0.18s linear;
}

.journey-hold:nth-child(even) {
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
}

.journey-hold::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 16px;
  width: 44px;
  height: 9px;
  border: 2px solid #000;
  background: var(--hold-cyan);
  transform: rotate(-2deg);
}

.journey-row--steps .journey-cell:nth-child(odd) .journey-hold::before {
  background: var(--hold-yellow);
}

.journey-hold p {
  margin: 0;
  font-family: Arial, sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.38;
  font-size: 0.9rem;
}

.journey-hold:hover {
  transform: translate(-3px, -4px);
  filter: drop-shadow(11px 11px 0 #000);
}

.hold-bar {
  width: 100%;
  min-height: 76px;
}

.hold-wide {
  width: 100%;
  min-height: 76px;
  align-self: stretch;
}

.hold-short {
  width: 100%;
  min-height: 76px;
}

.hold-tall {
  width: 100%;
  min-height: 76px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
}

.hold-compact {
  width: 100%;
  min-height: 76px;
  align-self: stretch;
}

.journey-row--touchpoints {
  padding: 28px 0;
}

.journey-row--touchpoints .journey-row-label,
.journey-row--touchpoints .journey-cell {
  z-index: 1;
}

.journey-route-tapes {
  position: absolute;
  top: 50%;
  left: calc(var(--journey-label-width) + 18px);
  right: 12px;
  height: 30px;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}

.route-tape-strip {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  border-top: 1px solid #000;
}

.tape-red {
  top: 4px;
  background: repeating-linear-gradient(90deg, var(--p5-red) 0 48px, #000 48px 52px, var(--p5-red) 52px 96px);
  transform: rotate(-1.3deg);
}

.tape-yellow {
  top: 13px;
  background: repeating-linear-gradient(90deg, #f8ff57 0 46px, #000 46px 50px, #f8ff57 50px 92px);
  transform: rotate(0.8deg);
}

.tape-cyan {
  top: 22px;
  background: repeating-linear-gradient(90deg, var(--hold-cyan) 0 44px, #000 44px 48px, var(--hold-cyan) 48px 90px);
  transform: rotate(-0.5deg);
}

.touchpoint-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  padding-top: 4px;
}

.touchpoint-tag {
  --touch-color: var(--hold-yellow);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 54px;
  padding: 8px 12px;
  border: 4px solid var(--touch-color);
  border-radius: 999px;
  background: #000;
  color: var(--pure-white);
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.12;
  font-size: 0.72rem;
  filter: drop-shadow(8px 8px 0 #000);
}

.touchpoint-tag:nth-child(even) {
  --touch-color: var(--hold-cyan);
}

.journey-row--support .journey-cell {
  display: flex;
  align-items: stretch;
}

.beta-map-page .support-card {
  width: 100%;
  min-height: 112px;
  padding: 14px 15px;
  border: 3px solid var(--helper-teal);
  background: rgba(0, 255, 157, 0.09);
  color: #e9fff7;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
  filter: drop-shadow(6px 6px 0 #000);
}

.beta-map-page .support-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: inherit;
}

.beta-map-page .support-card p + p {
  margin-top: 8px;
}

.journey-row--emotions .journey-cell {
  display: flex;
  align-items: flex-start;
  padding-top: 4px;
}

.emotion-bubble {
  position: relative;
  width: 100%;
  min-height: 184px;
  padding: 16px 18px 74px 16px;
  border: 4px solid #000;
  background: var(--pure-white);
  color: #000;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
  filter: drop-shadow(8px 8px 0 #000);
  overflow: visible;
  transition: transform 0.18s cubic-bezier(0.22, 1.2, 0.35, 1), border-width 0.18s linear, filter 0.18s linear;
}

.emotion-bubble::after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: -24px;
  width: 30px;
  height: 30px;
  background: var(--pure-white);
  border-left: 4px solid #000;
  border-bottom: 4px solid #000;
  transform: skew(-20deg) rotate(12deg);
}

.emotion-bubble:hover {
  transform: translate(-3px, -4px);
  filter: drop-shadow(11px 11px 0 #000);
}

.emotion-top {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.emotion-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  background: #000;
  clip-path: polygon(12% 0, 100% 0, 86% 100%, 0 88%);
}

.emotion-icon span {
  font-family: "Segoe UI Emoji", "Apple Color Emoji", sans-serif;
  font-size: 1.8rem;
}

.emotion-copy strong {
  position: relative;
  z-index: 14;
  display: block;
  letter-spacing: 0.06em;
  font-style: italic;
}

.emotion-copy p {
  position: relative;
  z-index: 14;
  margin: 6px 0 0;
  line-height: 1.45;
  font-style: italic;
  color: #202020;
}

.journey-emotion-curve {
  position: absolute;
  top: 4px;
  bottom: -18px;
  left: calc(var(--journey-label-width) + 18px);
  width: calc(100% - var(--journey-label-width) - 18px);
  height: calc(100% + 22px);
  overflow: visible;
  pointer-events: none;
  z-index: 9;
}

.journey-emotion-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.journey-emotion-line--base {
  stroke: #ffd84a;
  stroke-width: 3;
  filter: none;
  opacity: 0.58;
}

.journey-row--emotions .journey-cell::after {
  content: "";
  position: absolute;
  display: block;
  left: var(--emotion-dot-x, 50%);
  top: var(--emotion-dot-y, 82%);
  z-index: 30;
  width: 13px;
  height: 13px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ffd84a;
  box-shadow: none;
  filter: none;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.journey-row--emotions .stage-col-1 {
  --emotion-dot-x: 70%;
  --emotion-dot-y: 99%;
}

.journey-row--emotions .stage-col-2 {
  --emotion-dot-x: 44%;
  --emotion-dot-y: 92%;
}

.journey-row--emotions .stage-col-3 {
  --emotion-dot-x: 50%;
  --emotion-dot-y: 84%;
}

.journey-row--emotions .stage-col-4 {
  --emotion-dot-x: 49%;
  --emotion-dot-y: 70%;
}

.journey-row--emotions .stage-col-5 {
  --emotion-dot-x: 49%;
  --emotion-dot-y: 90%;
}

.journey-emotion-icon {
  position: absolute;
  right: -12px;
  bottom: -18px;
  z-index: 15;
  width: clamp(72px, 5.4vw, 88px);
  height: clamp(72px, 5.4vw, 88px);
  padding: 2px;
  object-fit: contain;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.96) 0 54%, rgba(255, 216, 74, 0.24) 64%, transparent 72%);
  border-radius: 999px;
  filter:
    drop-shadow(0 0 8px rgba(255, 216, 74, 0.32))
    drop-shadow(6px 6px 0 rgba(0, 0, 0, 0.78));
  pointer-events: none;
}

.bubble-compact {
  width: 100%;
  min-height: 164px;
}

.bubble-wide {
  width: 100%;
  min-height: 164px;
  align-self: stretch;
}

.bubble-tall {
  width: 100%;
  min-height: 164px;
}

.journey-row--pain .journey-cell {
  display: flex;
  align-items: flex-start;
  padding-top: 4px;
}

.warning-seal {
  position: relative;
  width: 100%;
  min-height: 118px;
  padding: 16px 16px 16px;
  border: 4px solid transparent;
  background:
    linear-gradient(180deg, #69000f 0%, #340006 100%) padding-box,
    repeating-linear-gradient(-45deg, var(--p5-red) 0 10px, #000 10px 20px) border-box;
  color: var(--pure-white);
  clip-path: polygon(0 12px, 12px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 calc(100% - 12px));
  filter: drop-shadow(8px 8px 0 #000);
  transition: transform 0.18s cubic-bezier(0.22, 1.2, 0.35, 1), border-width 0.18s linear, filter 0.18s linear;
}

.warning-seal:hover {
  transform: translate(-3px, -4px);
  filter: drop-shadow(11px 11px 0 #000);
}

.warning-kicker {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  background: #000;
  color: var(--pure-white);
  letter-spacing: 0.12em;
}

.warning-seal p {
  margin: 0;
  line-height: 1.48;
}

.seal-compact {
  width: 100%;
}

.seal-wide {
  width: 100%;
  align-self: stretch;
}

.seal-tall {
  width: 100%;
  min-height: 118px;
}

.journey-row--opportunities .journey-cell {
  display: flex;
  align-items: flex-start;
  padding-top: 4px;
}

.breakthrough-card {
  --opportunity-color: var(--hold-cyan);
  position: relative;
  width: 100%;
  min-height: 104px;
  padding: 16px 16px 16px;
  border: 3px solid var(--opportunity-color);
  outline: 1px solid rgba(255, 255, 255, 0.6);
  outline-offset: -8px;
  background: rgba(0, 12, 16, 0.92);
  color: var(--opportunity-color);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%);
  filter: drop-shadow(8px 8px 0 #000);
}

.breakthrough-card::before {
  content: "OPPORTUNITY";
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 8px;
  border: 1px solid currentColor;
  letter-spacing: 0.1em;
}

.stage-col-2 .breakthrough-card,
.stage-col-4 .breakthrough-card {
  --opportunity-color: #72ff5c;
}

.breakthrough-card p {
  margin: 0;
  color: inherit;
  line-height: 1.48;
}

.break-compact {
  width: 100%;
}

.break-wide {
  width: 100%;
  align-self: stretch;
}

.break-tall {
  width: 100%;
  min-height: 104px;
}

.journey-row--stages .stage-col-2 .journey-stage-card {
  transform: translateY(4px);
}

.journey-row--stages .stage-col-3 .journey-stage-card {
  transform: translateY(0);
}

.journey-row--stages .stage-col-4 .journey-stage-card {
  transform: translateY(4px);
}

.journey-row--stages .stage-col-5 .journey-stage-card {
  transform: translateY(0);
}

.journey-row--steps .stage-col-2 {
  padding-top: 0;
}

.journey-row--steps .stage-col-3 {
  padding-top: 0;
}

.journey-row--steps .stage-col-4 {
  padding-top: 0;
}

.journey-row--steps .stage-col-5 {
  padding-top: 0;
}

.journey-row--touchpoints .stage-col-1 {
  padding-top: 0;
}

.journey-row--touchpoints .stage-col-3 {
  padding-top: 0;
}

.journey-row--touchpoints .stage-col-5 {
  padding-top: 0;
}

.journey-row--emotions .stage-col-2 {
  padding-top: 0;
}

.journey-row--emotions .stage-col-4 {
  padding-top: 0;
}

.journey-row--pain .stage-col-3 {
  padding-top: 0;
}

.journey-row--opportunities .stage-col-2 {
  padding-top: 0;
}

.journey-row--opportunities .stage-col-4 {
  padding-top: 0;
}

@media (max-width: 1180px) {
  .journey-persona-card--floating {
    position: static;
    width: auto;
    max-width: 560px;
    margin: 22px 0 0 auto;
    transform: rotate(-2deg);
  }
}

@media (max-width: 760px) {
  .beta-map-container {
    padding: 24px 18px;
  }

  .title-shard-white {
    transform: rotate(-1deg) translateX(0);
  }

  .journey-persona-card::before {
    top: -16px;
    left: 14px;
    right: auto;
  }

  .persona-poster {
    grid-template-columns: 96px 1fr;
  }

  .journey-grid-board {
    --journey-label-width: 150px;
  }

  .journey-row {
    grid-template-columns: var(--journey-label-width) repeat(5, minmax(180px, 1fr));
    min-width: calc(var(--journey-label-width) + 990px);
  }

  .journey-row-label {
    padding: 14px 12px;
    font-size: 1rem;
    transform: rotate(-1deg);
  }

  .touchpoint-tag {
    min-width: 60px;
    min-height: 58px;
    font-size: 0.72rem;
  }

  .hold-short,
  .hold-compact,
  .bubble-compact,
  .seal-compact,
  .break-compact {
    width: 100%;
  }

  .emotion-bubble,
  .warning-seal,
  .breakthrough-card,
  .beta-map-page .support-card {
    min-height: auto;
  }

  .emotion-bubble {
    min-height: 170px;
    padding: 14px 14px 68px;
  }

  .journey-emotion-icon {
    right: -8px;
    bottom: -14px;
    width: 60px;
    height: 60px;
  }

  .journey-emotion-line--base {
    stroke-width: 2.6;
  }

}

@media (max-width: 520px) {
  .persona-poster {
    grid-template-columns: 1fr;
  }

  .persona-photo-wrap {
    max-width: 128px;
  }
}

.comic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.comic-panel {
  background: var(--pure-white);
  padding: 10px;
  border: 8px solid var(--bg-black);
  position: relative;
  filter: drop-shadow(8px 8px 0 #333);
  transition: transform 0.18s cubic-bezier(0.22, 1.2, 0.35, 1);
}

.panel-1 {
  transform: rotate(-2deg);
}

.panel-2 {
  transform: rotate(1deg) translateY(20px);
}

.panel-3 {
  transform: rotate(-1deg);
}

.comic-panel:hover {
  transform: scale(1.04);
  z-index: 10;
}

.progression-page .comic-grid {
  margin-bottom: 92px;
}

.roadmap-zone {
  position: relative;
  margin-top: 40px;
  padding: 40px clamp(20px, 4vw, 42px) 74px;
  background: #080808;
  border: 4px solid var(--pure-white);
  clip-path: polygon(0 2%, 100% 0, 98% 100%, 2% 98%);
  isolation: isolate;
}

.roadmap-zone::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--p5-red);
  transform: translate(16px, 16px);
  z-index: -1;
  clip-path: polygon(0 2%, 100% 0, 98% 100%, 2% 98%);
}

.roadmap-kicker {
  display: inline-block;
  padding: 9px 16px;
  background: var(--pure-white);
  color: var(--bg-black);
  font-size: 1rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: rotate(-4deg);
}

.roadmap-heading {
  margin: 26px 0 0;
  font-size: clamp(2.7rem, 6vw, 5.4rem);
  line-height: 0.85;
  text-transform: uppercase;
  color: var(--p5-red);
  -webkit-text-stroke: 1px var(--bg-black);
}

.roadmap-heading span {
  display: inline-block;
}

.roadmap-copy {
  max-width: 58ch;
  margin: 16px 0 0;
  color: #d5d5d5;
  font-size: 1.05rem;
}

.roadmap-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(140px, 240px) minmax(0, 1fr);
  row-gap: 110px;
  margin-top: 46px;
  padding: 28px 0 36px;
}

.roadmap-lightning {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: clamp(180px, 24vw, 300px);
  transform: translateX(-50%);
  background: var(--p5-red);
  clip-path: polygon(42% 0, 68% 0, 54% 12%, 76% 12%, 61% 28%, 83% 28%, 46% 49%, 68% 49%, 35% 70%, 58% 70%, 23% 100%, 0 100%, 28% 73%, 13% 73%, 44% 52%, 29% 52%, 59% 29%, 44% 29%, 70% 12%, 54% 12%);
  z-index: 1;
}

.roadmap-lightning::after {
  content: "";
  position: absolute;
  inset: 5% 27% 4% 23%;
  background: #080808;
  clip-path: polygon(48% 0, 72% 7%, 56% 16%, 78% 24%, 38% 41%, 62% 53%, 30% 69%, 58% 84%, 16% 100%, 0 100%, 33% 81%, 8% 71%, 42% 54%, 18% 41%, 57% 24%, 33% 15%, 57% 6%);
  opacity: 0.96;
}

.roadmap-star {
  position: absolute;
  width: 18px;
  height: 18px;
  background: var(--pure-white);
  clip-path: polygon(50% 0%, 62% 34%, 100% 35%, 70% 56%, 82% 100%, 50% 74%, 18% 100%, 30% 56%, 0% 35%, 38% 34%);
  z-index: 2;
}

.roadmap-stage .star-1 {
  top: 2%;
  left: 18%;
  transform: rotate(-12deg) scale(0.9);
}

.roadmap-stage .star-2 {
  top: 14%;
  right: 12%;
  width: 22px;
  height: 22px;
  background: var(--p5-red);
  transform: rotate(10deg);
}

.roadmap-stage .star-3 {
  top: 44%;
  left: 54%;
  width: 14px;
  height: 14px;
  transform: rotate(-18deg);
}

.roadmap-stage .star-4 {
  bottom: 24%;
  left: 8%;
  width: 20px;
  height: 20px;
  background: var(--p5-red);
  transform: rotate(14deg);
}

.roadmap-stage .star-5 {
  bottom: 8%;
  right: 15%;
  width: 16px;
  height: 16px;
  transform: rotate(-18deg);
}

.roadmap-node {
  --node-tilt: -4deg;
  --node-hover-tilt: -1deg;
  --tag-bg: var(--p5-red);
  --tag-color: var(--pure-white);
  --card-bg: var(--pure-white);
  --card-fg: var(--bg-black);
  --shadow-color: var(--pure-white);
  --title-stroke: var(--pure-white);
  position: relative;
  z-index: 3;
  width: min(100%, 430px);
  padding: 58px 28px 30px;
  background: var(--card-bg);
  color: var(--card-fg);
  clip-path: polygon(6% 0, 100% 4%, 96% 100%, 0 92%, 0 18%);
  transform: rotate(var(--node-tilt));
  transition: transform 0.16s cubic-bezier(0.22, 1.2, 0.35, 1), color 0.12s linear, background-color 0.12s linear;
}

.roadmap-node::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 122px;
  height: 24px;
  background: var(--bg-black);
  clip-path: polygon(0 36%, 14% 0, 32% 40%, 50% 12%, 69% 62%, 100% 18%, 100% 82%, 69% 38%, 50% 88%, 32% 58%, 14% 100%, 0 64%);
  z-index: -1;
  transition: background-color 0.12s linear, transform 0.16s cubic-bezier(0.22, 1.2, 0.35, 1);
}

.roadmap-node::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--shadow-color);
  transform: translate(14px, 14px);
  z-index: -2;
  clip-path: polygon(6% 0, 100% 4%, 96% 100%, 0 92%, 0 18%);
  transition: transform 0.16s cubic-bezier(0.22, 1.2, 0.35, 1), background-color 0.12s linear;
}

.roadmap-node:nth-of-type(1) {
  grid-column: 1;
  justify-self: end;
}

.roadmap-node:nth-of-type(2) {
  grid-column: 3;
  justify-self: start;
}

.roadmap-node:nth-of-type(3) {
  grid-column: 1;
  justify-self: end;
}

.roadmap-node.node-left::before {
  right: -102px;
  transform: translateY(-50%);
}

.roadmap-node.node-right::before {
  left: -102px;
  transform: translateY(-50%) scaleX(-1);
}

.roadmap-node:hover,
.roadmap-node:focus-within {
  transform: translateY(-12px) scale(1.04) rotate(var(--node-hover-tilt));
}

.roadmap-node:hover::before,
.roadmap-node:focus-within::before {
  background: var(--tag-bg);
  transform: translateY(-50%) translateX(10px);
}

.roadmap-node.node-right:hover::before,
.roadmap-node.node-right:focus-within::before {
  transform: translateY(-50%) translateX(-10px) scaleX(-1);
}

.roadmap-node:hover::after,
.roadmap-node:focus-within::after {
  transform: translate(20px, 8px);
}

.roadmap-version {
  position: absolute;
  top: -22px;
  left: -18px;
  padding: 12px 18px 11px;
  background: var(--tag-bg);
  color: var(--tag-color);
  font-size: 1.45rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  clip-path: polygon(4% 0, 100% 6%, 95% 100%, 0 92%);
  transform: rotate(-6deg);
  transition: transform 0.16s cubic-bezier(0.22, 1.2, 0.35, 1);
}

.node-right .roadmap-version {
  left: auto;
  right: -18px;
  transform: rotate(7deg);
}

.roadmap-node:hover .roadmap-version,
.roadmap-node:focus-within .roadmap-version {
  transform: translate(-6px, -5px) rotate(-2deg);
}

.node-right:hover .roadmap-version,
.node-right:focus-within .roadmap-version {
  transform: translate(6px, -5px) rotate(2deg);
}

.roadmap-phase {
  display: inline-block;
  padding: 7px 12px;
  background: var(--bg-black);
  color: var(--pure-white);
  font-size: 0.92rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: rotate(-3deg);
}

.node-02 .roadmap-phase {
  background: var(--pure-white);
  color: var(--bg-black);
}

.roadmap-node h4 {
  margin: 16px 0 0;
  font-size: clamp(2rem, 3.2vw, 3.05rem);
  line-height: 0.82;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: currentColor;
  -webkit-text-stroke: 0.8px var(--title-stroke);
}

.roadmap-node h4 span {
  display: block;
}

.roadmap-node p {
  margin: 16px 0 0;
  max-width: 31ch;
  font-size: 1rem;
}

.roadmap-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.roadmap-tags span {
  display: inline-block;
  padding: 8px 12px 7px;
  background: var(--bg-black);
  color: var(--pure-white);
  font-size: 0.86rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 92%);
}

.node-01 {
  --node-tilt: -5deg;
  --node-hover-tilt: -1deg;
  --tag-bg: var(--p5-red);
  --tag-color: var(--pure-white);
  --card-bg: var(--pure-white);
  --card-fg: var(--bg-black);
  --shadow-color: var(--p5-red);
  --title-stroke: var(--pure-white);
}

.node-02 {
  --node-tilt: 6deg;
  --node-hover-tilt: 1deg;
  --tag-bg: var(--pure-white);
  --tag-color: var(--p5-red);
  --card-bg: #111111;
  --card-fg: var(--pure-white);
  --shadow-color: var(--pure-white);
  --title-stroke: var(--bg-black);
  clip-path: polygon(4% 0, 100% 7%, 96% 100%, 0 96%, 0 14%);
}

.node-02::after {
  clip-path: polygon(4% 0, 100% 7%, 96% 100%, 0 96%, 0 14%);
}

.node-02 .roadmap-tags span {
  background: var(--p5-red);
}

.node-03 {
  --node-tilt: -3deg;
  --node-hover-tilt: 0deg;
  --tag-bg: var(--p5-red);
  --tag-color: var(--pure-white);
  --card-bg: var(--pure-white);
  --card-fg: var(--bg-black);
  --shadow-color: var(--hold-cyan);
  --title-stroke: var(--pure-white);
  clip-path: polygon(8% 0, 100% 4%, 94% 100%, 0 88%, 0 22%);
}

.node-03::after {
  clip-path: polygon(8% 0, 100% 4%, 94% 100%, 0 88%, 0 22%);
}

.comic-img-placeholder {
  width: 100%;
  height: 300px;
  background: #eee;
  border: 4px solid var(--bg-black);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
  font-size: 2rem;
}

.onomatopoeia {
  position: absolute;
  top: -30px;
  left: -20px;
  font-size: 3.5rem;
  color: var(--hold-yellow);
  -webkit-text-stroke: 3px var(--bg-black);
  transform: rotate(-15deg);
  filter: drop-shadow(5px 5px 0 var(--punk-red));
  z-index: 5;
}

.panel-label {
  background: var(--bg-black);
  color: var(--pure-white);
  padding: 5px 10px;
  font-size: 1.5rem;
  margin-top: 10px;
  display: inline-block;
}

.member-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 35px;
}

.member-card {
  background: var(--pure-white);
  color: var(--bg-black);
  padding: 20px;
  clip-path: polygon(5% 0, 100% 2%, 95% 100%, 0 96%);
  filter: drop-shadow(8px 8px 0 var(--punk-red));
  transition: transform 0.18s cubic-bezier(0.22, 1.2, 0.35, 1), background-color 0.12s linear;
}

.member-card:hover {
  transform: scale(1.04) rotate(2deg);
  background: var(--hold-yellow);
}

.member-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  filter: grayscale(100%) contrast(160%);
  clip-path: polygon(0 5%, 100% 0, 98% 100%, 2% 95%);
}

.member-card:hover img {
  filter: grayscale(0%) contrast(120%);
}

.member-name {
  font-size: 2.2rem;
  margin: 15px 0 5px;
  background: var(--bg-black);
  color: var(--pure-white);
  padding: 5px 10px;
  display: inline-block;
  transform: rotate(-2deg);
}

.member-role {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 10px;
  border-top: 4px solid var(--bg-black);
  padding-top: 10px;
}

.squad-page .page-main {
  max-width: 1560px;
}

.squad-section {
  position: relative;
}

.squad-stage {
  --bg-black: #080808;
  --pure-white: #ffffff;
  --hold-cyan: #00e5ff;
  --hold-yellow: #f4c430;
  --p5-red: #ff003c;
  --squad-halftone: radial-gradient(circle, #444444 1.5px, transparent 2px);
  --deco-dist: -50px;
  --burst-interval: 0.02s;
  --global-start-delay: 0.4s;
  --shadow-scale: 1;
  --shadow-rotate: -2deg;
  --shadow-ox: -15px;
  --shadow-oy: 15px;
  position: relative;
  width: min(100%, 1280px);
  height: 900px;
  margin-inline: auto;
  overflow: hidden;
  isolation: isolate;
}

#epicenter {
  position: absolute;
  top: 50%;
  right: 270px;
  width: 0;
  height: 0;
  transform: translateY(-50%) scale(var(--squad-scale, 1));
  transform-origin: 100% 50%;
  z-index: 100;
  translate: var(--mx) var(--my);
  transition: translate 0.1s ease-out;
}

.p5-star-wrapper {
  position: absolute;
  top: var(--top, auto);
  right: var(--right, auto);
  left: var(--left, auto);
  bottom: var(--bottom, auto);
  width: 0;
  height: 0;
  z-index: var(--z-index, 1);
  filter: drop-shadow(10px 12px 0 rgba(204, 0, 0, 0.78));
  opacity: 0;
  animation: starAppear 0.4s ease-out forwards;
  animation-delay: var(--star-delay, 0s);
}

@keyframes starAppear {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(calc(var(--angle, 0deg) - 30deg)) scale(0);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(var(--angle, 0deg)) scale(var(--scale, 1));
  }
}

.p5-star-layer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  clip-path: polygon(50% 0%, 65% 35%, 100% 35%, 72% 58%, 82% 100%, 50% 75%, 18% 100%, 28% 58%, 0% 35%, 35% 35%);
}

.p5-star-l1 {
  width: 100px;
  height: 100px;
  background: var(--pure-white);
  z-index: 10;
}

.p5-star-l2 {
  width: 82px;
  height: 82px;
  background: var(--bg-black);
  z-index: 20;
}

.p5-star-l3 {
  width: 62px;
  height: 62px;
  background: var(--pure-white);
  z-index: 30;
}

.p5-star-l4 {
  width: 40px;
  height: 40px;
  background: var(--bg-black);
  z-index: 40;
}

.epicenter-p5-star {
  --top: 50%;
  --left: 0;
  --angle: 15deg;
  --scale: 1.2;
  --z-index: 999;
  --star-delay: 0s;
}

.radial-shard-wrapper {
  position: absolute;
  top: 50%;
  right: 0;
  transform-origin: 100% 50%;
  transform: translateY(var(--y-offset, -50%)) rotate(var(--angle)) translateX(var(--x-offset, 0px)) scale(0);
  opacity: 0;
  animation: slamIn 0.7s cubic-bezier(0, 0.95, 0.1, 1) forwards;
  animation-delay: calc(var(--global-start-delay) + var(--delay));
  z-index: 10;
}

@keyframes slamIn {
  0% {
    transform: translateY(var(--y-offset, -50%)) rotate(var(--angle)) translateX(var(--x-offset, 0px)) scale(0);
    opacity: 0;
  }

  100% {
    transform: translateY(var(--y-offset, -50%)) rotate(var(--angle)) translateX(var(--x-offset, 0px)) scale(1);
    opacity: 1;
  }
}

.radial-shard-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: var(--length);
  height: var(--thickness);
  background-color: var(--bg-black);
  clip-path: polygon(0 16%, 100% 50%, 0 84%);
  transform-origin: center center;
  transform: translate(var(--shadow-ox), var(--shadow-oy)) rotate(var(--shadow-rotate)) scale(var(--shadow-scale));
  z-index: -1;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.2), background-color 0.3s ease;
}

.member-block {
  background-color: var(--pure-white);
  background-image: var(--squad-halftone);
  background-size: 8px 8px;
  width: var(--length);
  height: var(--thickness);
  color: var(--bg-black);
  clip-path: polygon(0 16%, 100% 50%, 0 84%);
  display: flex;
  align-items: center;
  padding-left: 15px;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.2);
  cursor: pointer;
}

.radial-shard-wrapper:hover .member-block {
  transform: translateX(-15px);
}

.radial-shard-wrapper:hover::before {
  background-color: var(--theme-color);
  transform: translate(calc(var(--shadow-ox) - 15px), var(--shadow-oy)) rotate(var(--shadow-rotate)) scale(var(--shadow-scale));
}

.shard-1 {
  --theme-color: #00e650;
  --angle: 20deg;
  --length: 790px;
  --thickness: 230px;
  --delay: calc(18 * var(--burst-interval));
  --y-offset: -130px;
  --x-offset: -50px;
}

.shard-2 {
  --theme-color: #a200ff;
  --angle: 6deg;
  --length: 735px;
  --thickness: 220px;
  --delay: calc(17 * var(--burst-interval));
  --y-offset: -120px;
  --x-offset: -40px;
  z-index: 12;
}

.shard-3 {
  --theme-color: #ffaa00;
  --angle: -7deg;
  --length: 820px;
  --thickness: 175px;
  --delay: calc(16 * var(--burst-interval));
  --y-offset: -80px;
  --x-offset: -40px;
  z-index: 11;
}

.shard-4 {
  --theme-color: #0055ff;
  --angle: -23deg;
  --length: 760px;
  --thickness: 190px;
  --delay: calc(15 * var(--burst-interval));
  --y-offset: -85px;
  --x-offset: -45px;
}

.shard-photo {
  width: 105px;
  height: 100px;
  filter: grayscale(0%) contrast(120%) brightness(1);
  transition: filter 0.3s ease, transform 0.3s ease;
  clip-path: polygon(0 5%, 100% 0, 95% 100%, 5% 95%);
  border: 3px solid var(--bg-black);
  margin-right: 12px;
}

.shard-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.shard-name {
  font-size: 1.8rem;
  margin: 0;
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--pure-white);
  -webkit-text-stroke: 2px var(--bg-black);
  transition: color 0.3s ease, transform 0.3s ease;
}

.p5-surname-initial {
  display: inline-block;
  background-color: var(--bg-black);
  color: var(--p5-red);
  -webkit-text-stroke: 0 transparent;
  font-family: "Impact", sans-serif;
  font-weight: bold;
  margin-left: 7px;
  margin-right: 3px;
  position: relative;
  padding: 7px 11px;
  clip-path: polygon(2% 8%, 98% 2%, 96% 98%, 4% 96%);
  transition: color 0.3s ease, transform 0.3s ease;
}

.shard-1 .p5-surname-initial {
  transform: rotate(-7deg);
  border-left: 3px solid var(--theme-color);
}

.shard-2 .p5-surname-initial {
  transform: rotate(5deg);
  border-right: 3px solid var(--theme-color);
  margin-right: 10px;
  margin-left: 3px;
}

.shard-3 .p5-surname-initial {
  transform: rotate(-10deg);
  border-left: 3px solid var(--theme-color);
}

.shard-4 .p5-surname-initial {
  transform: rotate(8deg);
  border-right: 3px solid var(--theme-color);
  margin-right: 10px;
  margin-left: 3px;
}

.shard-role {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: clamp(0.68rem, 0.78vw, 0.86rem);
  background: var(--bg-black);
  color: var(--pure-white);
  padding: 5px 14px;
  margin-top: 4px;
  display: inline-block;
  width: max-content;
  max-width: none;
  white-space: nowrap;
}

.radial-shard-wrapper:hover .shard-photo {
  filter: grayscale(0%) contrast(120%) brightness(1);
  transform: scale(1.05) rotate(-2deg);
}

.radial-shard-wrapper:hover .shard-name {
  color: var(--theme-color);
  transform: scale(1.02) translateX(4px);
}

.radial-shard-wrapper:hover .p5-surname-initial {
  color: var(--p5-red);
  transform: scale(1.08) rotate(-2deg) translateX(4px);
}

@media (max-width: 1180px) {
  .implementation-page .squad-stage {
    --squad-scale: 0.82;
    height: 780px;
  }

  .implementation-page #epicenter {
    right: 180px;
  }
}

@media (max-width: 760px) {
  .implementation-page .squad-stage {
    --squad-scale: 0.66;
    height: 640px;
  }

  .implementation-page #epicenter {
    right: 96px;
  }
}

@media (max-width: 500px) {
  .implementation-page .squad-stage {
    --squad-scale: 0.52;
    height: 520px;
  }

  .implementation-page #epicenter {
    right: 58px;
  }
}

.counter-burst-wrapper {
  position: absolute;
  top: 50%;
  right: 0;
  transform-origin: 100% 50%;
  z-index: 2;
  animation: slamInDeco 0.6s cubic-bezier(0, 0.95, 0.1, 1) forwards;
  animation-delay: calc(var(--global-start-delay) + var(--delay));
  opacity: 0;
  --aim-offset: 0px;
}

@keyframes slamInDeco {
  0% {
    transform: translateY(calc(-50% + var(--aim-offset))) rotate(var(--angle)) translateX(var(--deco-dist)) scale(0);
    opacity: 0;
  }

  100% {
    transform: translateY(calc(-50% + var(--aim-offset))) rotate(var(--angle)) translateX(var(--deco-dist)) scale(1);
    opacity: 1;
  }
}

.deco-shard {
  width: var(--length);
  height: var(--thickness);
  background: var(--punk-red);
  clip-path: polygon(0 15%, 100% 50%, 0 85%);
}

.cb-1 {
  --angle: 315deg;
  --length: 25vw;
  --thickness: 65px;
  --delay: calc(14 * var(--burst-interval));
}

.cb-2 {
  --angle: 305deg;
  --length: 18vw;
  --thickness: 60px;
  --delay: calc(13 * var(--burst-interval));
}

.cb-3 {
  --angle: 285deg;
  --length: 26vw;
  --thickness: 40px;
  --delay: calc(12 * var(--burst-interval));
}

.cb-4 {
  --angle: 265deg;
  --length: 15vw;
  --thickness: 55px;
  --delay: calc(11 * var(--burst-interval));
}

.cb-5 {
  --angle: 245deg;
  --length: 20vw;
  --thickness: 70px;
  --delay: calc(10 * var(--burst-interval));
}

.cb-6 {
  --angle: 220deg;
  --length: 25vw;
  --thickness: 50px;
  --delay: calc(9 * var(--burst-interval));
}

.cb-7 {
  --angle: 200deg;
  --length: 12vw;
  --thickness: 80px;
  --delay: calc(8 * var(--burst-interval));
}

.cb-8 {
  --angle: 180deg;
  --length: 28vw;
  --thickness: 45px;
  --delay: calc(7 * var(--burst-interval));
}

.cb-9 {
  --angle: 160deg;
  --length: 16vw;
  --thickness: 65px;
  --delay: calc(6 * var(--burst-interval));
}

.cb-10 {
  --angle: 140deg;
  --length: 22vw;
  --thickness: 40px;
  --delay: calc(5 * var(--burst-interval));
}

.cb-14 {
  --angle: 45deg;
  --length: 23vw;
  --thickness: 65px;
  --delay: calc(1 * var(--burst-interval));
}

.cb-11 {
  --angle: 65deg;
  --length: 28vw;
  --thickness: 80px;
  --delay: calc(2 * var(--burst-interval));
}

.cb-12 {
  --angle: 85deg;
  --length: 25vw;
  --thickness: 35px;
  --delay: calc(3 * var(--burst-interval));
}

.cb-13 {
  --angle: 115deg;
  --length: 20vw;
  --thickness: 50px;
  --delay: calc(4 * var(--burst-interval));
}

.cb-1 .deco-shard,
.cb-8 .deco-shard,
.cb-5 .deco-shard,
.cb-10 .deco-shard {
  background: var(--pure-white);
}

.cb-3 .deco-shard,
.cb-12 .deco-shard {
  background: var(--hold-cyan);
}

.cb-7 .deco-shard,
.cb-11 .deco-shard {
  background: var(--hold-yellow);
}

.p5-star-side-1 {
  top: 28%;
  left: 55%;
  --angle: -30deg;
  --scale: 0.65;
  --z-index: 1000;
  --star-delay: 0.1s;
  translate: calc(var(--mx) * 1.5) calc(var(--my) * 1.5);
  transition: translate 0.1s ease-out;
}

.p5-star-side-2 {
  bottom: 25%;
  left: 65%;
  top: auto;
  --angle: 45deg;
  --scale: 0.9;
  --z-index: 1000;
  --star-delay: 0.2s;
  translate: calc(var(--mx) * 1.2) calc(var(--my) * 1.2);
  transition: translate 0.1s ease-out;
}

.p5-star-side-3 {
  top: 18%;
  right: 5%;
  left: auto;
  --angle: 120deg;
  --scale: 0.9;
  --z-index: 1000;
  --star-delay: 0.3s;
  translate: calc(var(--mx) * 0.8) calc(var(--my) * 0.8);
  transition: translate 0.1s ease-out;
}

.p5-star-side-4 {
  bottom: 20%;
  right: 8%;
  top: auto;
  left: auto;
  --angle: 180deg;
  --scale: 0.75;
  --z-index: 1000;
  --star-delay: 0.4s;
  translate: calc(var(--mx) * 0.5) calc(var(--my) * 0.5);
  transition: translate 0.1s ease-out;
}

.persona-card {
  --persona-accent: var(--hold-cyan);
  --persona-secondary: var(--punk-red);
  --persona-panel: var(--hold-yellow);
  --persona-border: var(--pure-white);
  background: var(--bg-black);
  border: 5px solid var(--persona-border);
  padding: 40px;
  clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
  margin-bottom: 60px;
  position: relative;
  isolation: isolate;
  scroll-margin-top: 24px;
}

.persona-hold-decor {
  --hold-decor-x: 25px;
  --hold-decor-y: 77px;
  --hold-decor-scale: 1.34;
  position: absolute;
  left: var(--hold-decor-x);
  bottom: var(--hold-decor-y);
  width: 320px;
  height: 220px;
  pointer-events: none;
  transform: scale(var(--hold-decor-scale));
  transform-origin: left bottom;
  z-index: 0;
}

.persona-hold {
  position: absolute;
  display: block;
}

.persona-hold::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 44%),
    var(--persona-accent);
  border: 3px solid #000;
  box-shadow:
    inset 8px 7px 0 rgba(255, 255, 255, 0.18),
    inset -10px -12px 0 rgba(0, 0, 0, 0.3),
    6px 8px 0 rgba(0, 0, 0, 0.62);
}

.persona-hold::after {
  content: attr(data-grade);
  position: absolute;
  top: -5px;
  left: calc(100% - 8px);
  padding: 3px 8px 2px;
  border: 2px solid #000;
  border-radius: 4px;
  background: var(--hold-cyan);
  color: #000;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.58);
  font-family: Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  transform: rotate(3deg);
}

.persona-hold--v0 {
  top: 34px;
  left: 20px;
  width: 70px;
  height: 48px;
  transform: rotate(-10deg);
}

.persona-hold--v0::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.26), transparent 44%),
    var(--persona-accent);
  border-radius: 58% 42% 48% 52% / 46% 58% 42% 54%;
}

.persona-hold--v1 {
  top: -20px;
  left: 158px;
  width: 52px;
  height: 74px;
  transform: rotate(9deg);
}

.persona-hold--v1::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.26), transparent 44%),
    var(--persona-panel);
  border-radius: 46% 54% 50% 50% / 62% 38% 60% 40%;
}

.persona-hold--v2 {
  top: 100px;
  left: 78px;
  width: 90px;
  height: 58px;
  transform: rotate(-5deg);
}

.persona-hold--v2::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 44%),
    var(--persona-secondary);
  border-radius: 64% 36% 58% 42% / 42% 56% 44% 58%;
}

.persona-hold--v3 {
  top: 180px;
  left: 160px;
  width: 62px;
  height: 50px;
  transform: rotate(8deg);
}

.persona-hold--v3::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.26), transparent 44%),
    var(--helper-orange);
  border-radius: 50% 50% 42% 58% / 58% 42% 56% 44%;
}

.persona-hold--v1::after {
  background: var(--hold-yellow);
  top: 10px;
  left: calc(100% - 2px);
  transform: rotate(-7deg);
}

.persona-hold--v2::after {
  background: var(--p5-red);
  color: var(--pure-white);
  top: 44px;
  left: 8px;
  transform: rotate(5deg);
}

.persona-hold--v3::after {
  background: var(--helper-orange);
  top: 34px;
  left: -20px;
  transform: rotate(-4deg);
}

.persona-header,
.persona-layout {
  position: relative;
  z-index: 1;
}

.persona-groups {
  display: grid;
  gap: 44px;
}

.persona-entry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 38px);
  align-items: stretch;
}

.persona-group-section {
  background: #070707;
  border: 4px solid var(--group-accent);
  padding: 32px;
  clip-path: polygon(1% 0, 100% 2%, 98% 100%, 0 98%);
  position: relative;
  filter: drop-shadow(12px 12px 0 rgba(0, 0, 0, 0.72));
}

.persona-entry-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.persona-group-section::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px dashed rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

.persona-group-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

.persona-group-kicker {
  display: inline-block;
  background: var(--group-secondary);
  color: var(--pure-white);
  padding: 6px 14px;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  transform: rotate(-2deg);
}

.persona-group-header h3 {
  margin: 0;
  color: var(--group-accent);
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 0.82;
  text-align: right;
  text-transform: uppercase;
  transform: skewX(-12deg);
  text-shadow: 5px 5px 0 #000;
}

.persona-entry-card .persona-group-header {
  align-items: flex-start;
  flex-direction: column;
}

.persona-entry-card .persona-group-header h3 {
  text-align: left;
}

.persona-avatar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  position: relative;
  z-index: 1;
}

.persona-entry-card .persona-avatar-grid {
  flex: 1;
  grid-template-columns: 1fr;
}

.persona-avatar-card {
  --persona-accent: var(--hold-cyan);
  --persona-secondary: var(--punk-red);
  --persona-panel: var(--hold-yellow);
  --persona-border: var(--pure-white);
  --persona-avatar-position: center center;
  position: relative;
  display: grid;
  gap: 16px;
  width: 100%;
  min-height: 100%;
  padding: 18px;
  background: var(--bg-black);
  color: var(--pure-white);
  border: 4px solid var(--persona-border);
  text-align: left;
  filter: drop-shadow(8px 8px 0 var(--persona-secondary));
  cursor: pointer;
  transition: transform 0.14s cubic-bezier(0.22, 1.2, 0.35, 1), border-color 0.1s linear, filter 0.1s linear;
}

.persona-avatar-card::after {
  content: "\2197";
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #000;
  background: var(--persona-accent);
  border: 3px solid #000;
  box-shadow: 4px 4px 0 var(--persona-secondary);
  font-size: 1.15rem;
  line-height: 1;
  z-index: 3;
  transition: transform 0.14s cubic-bezier(0.22, 1.2, 0.35, 1), background-color 0.1s linear, box-shadow 0.1s linear;
}

.persona-entry-card .persona-avatar-card {
  align-content: start;
  min-height: clamp(500px, 48vw, 620px);
}

.persona-avatar-card:hover,
.persona-avatar-card:focus-within,
.persona-avatar-card.is-active {
  border-color: var(--persona-accent);
  transform: translate(-5px, -6px) rotate(-1deg);
  filter: drop-shadow(12px 12px 0 var(--pure-white));
  outline: none;
}

.persona-avatar-card:hover::after,
.persona-avatar-card:focus-within::after,
.persona-avatar-card.is-active::after {
  background: var(--hold-yellow);
  box-shadow: 5px 5px 0 var(--pure-white);
  transform: translate(4px, -4px) rotate(8deg);
}

.persona-avatar-card.is-active {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 46%),
    var(--bg-black);
}

.persona-avatar-frame {
  display: block;
  height: 260px;
  background: #2b2b2b;
  border: 6px solid var(--persona-accent);
  overflow: hidden;
}

.persona-entry-card .persona-avatar-frame {
  height: clamp(280px, 28vw, 360px);
}

.persona-avatar-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--persona-avatar-position);
  filter: contrast(120%) saturate(1.1);
  transition: transform 0.16s cubic-bezier(0.22, 1.2, 0.35, 1);
}

.persona-avatar-card:hover .persona-avatar-frame img,
.persona-avatar-card:focus-within .persona-avatar-frame img,
.persona-avatar-card.is-active .persona-avatar-frame img {
  transform: scale(1.05) rotate(1deg);
}

.persona-avatar-copy {
  display: grid;
  gap: 8px;
}

.persona-avatar-name {
  color: var(--persona-accent);
  font-size: 2.6rem;
  line-height: 0.82;
  text-transform: uppercase;
  transform: skewX(-12deg);
  text-shadow: 4px 4px 0 #000;
}

.persona-avatar-role {
  font-family: Arial, sans-serif;
  color: #d8d8d8;
  font-size: 0.98rem;
  line-height: 1.45;
}

.persona-index-block {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 13px;
  width: min(100%, 430px);
  min-width: 0;
  margin: clamp(34px, 4vw, 58px) auto 0;
  padding: 11px 10px 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    #090909;
  border: 2px dashed rgba(255, 255, 255, 0.24);
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.55),
    6px 6px 0 rgba(0, 0, 0, 0.7),
    -5px 5px 0 var(--persona-secondary);
  clip-path: polygon(0 3%, 100% 0, 98% 100%, 2% 96%);
  transform: rotate(-1deg);
}

.persona-index-row {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.persona-index-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 8px;
  min-width: 0;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
}

.persona-index-label {
  min-width: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.58rem, 0.74vw, 0.72rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.persona-index-value {
  padding: 2px 5px;
  color: var(--persona-accent);
  background: #000;
  border: 1px solid var(--persona-accent);
  box-shadow: 2px 2px 0 var(--persona-secondary);
  font-size: clamp(0.52rem, 0.65vw, 0.64rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.persona-index-track {
  position: relative;
  min-width: 0;
  height: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
  border: 2px solid #000;
  clip-path: polygon(0 12%, 100% 0, 98% 100%, 2% 88%);
}

.persona-index-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--index-level, 55%);
  background: var(--persona-accent);
  box-shadow:
    inset -8px 0 0 rgba(0, 0, 0, 0.18),
    0 0 10px var(--persona-accent);
  opacity: 0.88;
}

.persona-index-stars {
  position: absolute;
  inset: 0 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--pure-white);
  font-family: Arial, sans-serif;
  font-size: 0.58rem;
  line-height: 1;
  text-shadow:
    1px 1px 0 #000,
    0 0 5px var(--persona-accent);
}

.persona-avatar-card button.persona-avatar-cta,
.persona-avatar-cta {
  --persona-file-red: var(--p5-red);
  --persona-file-red-dark: #940018;
  --text-color: #fff;
  position: relative;
  top: 0;
  justify-self: start;
  width: auto;
  min-width: 142px;
  border: 2px solid #000;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 32%),
    var(--persona-file-red);
  color: var(--text-color);
  padding: 0.76rem 0.98rem;
  font-family: Arial, sans-serif;
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
  transition:
    transform 0.14s cubic-bezier(0.22, 1.2, 0.35, 1),
    background-color 0.12s linear,
    box-shadow 0.12s linear,
    filter 0.12s linear;
  border-radius: 0;
  opacity: 1;
  letter-spacing: 0.06em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
  box-shadow:
    5px 5px 0 #000,
    inset 0 -3px 0 rgba(0, 0, 0, 0.28);
  cursor: pointer;
  appearance: none;
  box-sizing: border-box;
  text-align: center;
}

.persona-avatar-card button.persona-avatar-cta:hover,
.persona-avatar-card button.persona-avatar-cta:focus-visible,
.persona-avatar-cta:hover,
.persona-avatar-cta:focus-visible {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 30%),
    #ff2a2a;
  filter: saturate(1.12) contrast(1.05);
  transform: translate(-2px, -2px);
  box-shadow:
    7px 7px 0 var(--persona-secondary),
    0 0 0 2px #000,
    inset 0 -3px 0 rgba(0, 0, 0, 0.2);
}

.persona-avatar-card button.persona-avatar-cta:active,
.persona-avatar-cta:active {
  top: 0;
  transform: translate(2px, 2px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 32%),
    var(--persona-file-red-dark);
  box-shadow:
    2px 2px 0 #000,
    inset 0 3px 0 rgba(0, 0, 0, 0.32);
}

.persona-detail {
  margin-top: 36px;
  position: relative;
  z-index: 1;
}

.persona-expanded-panel {
  width: 100%;
}

.persona-detail:empty {
  display: none;
}

.persona-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 5px dashed var(--persona-secondary);
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.persona-title h3 {
  font-size: 5rem;
  margin: 0;
  line-height: 0.8;
  color: var(--persona-accent);
  text-transform: uppercase;
  transform: skewX(-15deg);
  text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.8);
}

.persona-title-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.persona-subtitle {
  background: var(--persona-accent);
  color: var(--bg-black);
  padding: 5px 20px;
  display: inline-block;
  font-size: clamp(1rem, 1.7vw, 1.4rem);
  transform: rotate(-2deg);
  margin-top: 10px;
  letter-spacing: 0.03em;
}

.persona-layout {
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  gap: 40px;
}

.persona-left {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding-bottom: clamp(170px, 16vw, 240px);
}

.persona-photo {
  width: 100%;
  height: 400px;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
  border: 8px solid var(--persona-accent);
  background: #444;
  filter: contrast(120%);
}

.quote-box {
  background: var(--pure-white);
  color: var(--bg-black);
  padding: 20px;
  font-size: 1.8rem;
  margin-top: -30px;
  position: relative;
  z-index: 2;
  transform: rotate(3deg);
  border-left: 15px solid var(--persona-secondary);
  box-shadow: 8px 8px 0 var(--persona-panel);
}

.persona-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.stat-block {
  background: #111;
  padding: 25px;
  border: 3px solid var(--persona-accent);
  position: relative;
}

.stat-block h4 {
  margin: 0 0 15px;
  color: var(--pure-white);
  font-size: 1.8rem;
  background: var(--persona-secondary);
  display: inline-block;
  padding: 5px 15px;
  transform: skewX(-10deg) translateY(-40px);
  position: absolute;
  text-transform: uppercase;
}

.stat-block--accent {
  border-color: var(--persona-accent);
}

.stat-block--accent h4 {
  background: var(--persona-accent);
  color: var(--bg-black);
}

.stat-block--secondary {
  border-color: var(--persona-secondary);
}

.stat-block--secondary h4 {
  background: var(--persona-secondary);
  color: var(--pure-white);
}

.stat-block--white {
  border-color: var(--pure-white);
}

.stat-block--white h4 {
  background: var(--pure-white);
  color: var(--bg-black);
}

.stat-block--panel {
  border-color: var(--persona-panel);
}

.stat-block--panel h4 {
  background: var(--persona-panel);
  color: var(--bg-black);
}

.bio-text {
  font-family: Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #ccc;
  margin-top: 10px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.tag-row--inline {
  margin-top: 0;
  align-self: center;
}

.tag-row--inline .tag {
  font-size: 0.95rem;
  padding: 4px 12px;
}

.tag {
  background: var(--pure-white);
  color: var(--bg-black);
  padding: 5px 15px;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}

.persona-card .tag:nth-child(even) {
  background: var(--persona-accent);
}

.stats-list {
  font-family: Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-top: 15px;
  color: #ddd;
}

.persona-list {
  margin: 18px 0 0;
  padding-left: 20px;
}

.persona-list li {
  font-family: Arial, sans-serif;
  margin-bottom: 10px;
  padding-left: 4px;
}

.persona-list li:last-child {
  margin-bottom: 0;
}

.persona-list li::marker {
  color: var(--persona-accent);
  font-size: 1.25em;
}

.metric-container {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 25px;
  padding: 18px;
  background: #050505;
  border: 3px solid #2f2f2f;
  clip-path: polygon(0 3%, 100% 0, 97% 100%, 3% 96%);
}

.metric-row {
  display: grid;
  gap: 8px;
}

.metric-copy {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 14px;
  text-transform: uppercase;
}

.metric-label {
  color: #eeeeee;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  line-height: 1.15;
}

.metric-value {
  color: var(--persona-accent);
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-align: right;
  white-space: nowrap;
}

.metric-bar {
  height: 25px;
}

.persona-card .bar-fill {
  background: var(--persona-accent);
  opacity: 0.34;
}

.persona-card .shard-star {
  background: var(--persona-accent);
}

.mbti-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 25px;
}

.mbti-row {
  display: grid;
  grid-template-columns: 50px 1fr 50px;
  align-items: center;
  gap: 10px;
}

.mbti-label {
  font-size: 1.8rem;
  color: var(--pure-white);
  text-align: center;
}

.mbti-label.active {
  color: var(--punk-red);
  -webkit-text-stroke: 1px var(--pure-white);
}

.mbti-bar-bg {
  height: 25px;
  background: #222;
  position: relative;
  clip-path: polygon(1% 10%, 99% 0, 100% 90%, 0 100%);
}

.shard-stars-container {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
  gap: 4px;
}

.shard-star {
  width: 18px;
  height: 18px;
  background: var(--punk-red);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.bar-fill {
  position: absolute;
  top: 0;
  height: 100%;
  background: var(--punk-red);
  clip-path: polygon(0 0, 100% 15%, 95% 100%, 0 85%);
  opacity: 0.3;
}

@media (max-width: 900px) {
  .bg-manifesto {
    top: -3%;
    left: -20%;
    width: 145%;
    height: 64%;
    font-size: clamp(2.2rem, 9vw, 4.6rem);
    line-height: 0.94;
    gap: 0.1em 0.16em;
  }

  .route-tapes-bg {
    inset: -8vh -48vw -12vh -48vw;
  }

  .route-tape {
    width: 250vw;
  }

  .tape-1 {
    --tape-x: -44%;
    --tape-y: -4vh;
    --tape-rotate: 5deg;
    top: 13%;
    height: 13px;
  }

  .tape-2 {
    --tape-x: -54%;
    --tape-y: 0vh;
    --tape-rotate: -6deg;
    top: 30%;
    height: 28px;
  }

  .tape-3 {
    --tape-x: -60%;
    --tape-y: 1vh;
    --tape-rotate: 3deg;
    top: 37%;
    height: 11px;
  }

  .tape-4 {
    --tape-x: -45%;
    --tape-y: 4vh;
    --tape-rotate: -2deg;
    top: 47%;
    height: 15px;
  }

  .tape-5 {
    --tape-x: -63%;
    --tape-y: 6vh;
    --tape-rotate: 6deg;
    top: 58%;
    height: 10px;
  }

  .tape-6 {
    --tape-x: -46%;
    --tape-y: -3vh;
    --tape-rotate: -8deg;
    top: 18%;
    height: 9px;
  }

  .tape-7 {
    --tape-x: -60%;
    --tape-y: 7vh;
    --tape-rotate: 2deg;
    top: 63%;
    height: 13px;
  }

  .tape-8 {
    --tape-x: -48%;
    --tape-y: 2vh;
    --tape-rotate: -4deg;
    top: 42%;
    height: 16px;
  }

  .menu-kicker {
    transform: rotate(-4deg) translateX(0);
  }

  .menu-item {
    width: min(100%, 92vw);
    font-size: 2.4rem;
    padding: 10px 18px;
  }

  .menu-item:nth-child(3),
  .menu-item:nth-child(5) {
    font-size: 2.3rem;
  }

  .menu-item:nth-child(2),
  .menu-item:nth-child(3),
  .menu-item:nth-child(4),
  .menu-item:nth-child(5),
  .menu-item:nth-child(6),
  .menu-item:nth-child(7),
  .menu-item:nth-child(8),
  .menu-item:nth-child(9),
  .menu-item:nth-child(10) {
    transform: none;
  }

  .menu-item:hover,
  .menu-item:focus-visible {
    transform: scale(1.04) !important;
  }

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

  .page-nav {
    justify-content: flex-start;
  }

  .page-title-card {
    padding: 24px 22px 28px;
  }

  .section-title {
    font-size: 2.4rem;
  }

  .brief-container {
    padding: 30px 24px;
  }

  .comic-grid {
    grid-template-columns: 1fr;
  }

  .progression-page .comic-grid {
    margin-bottom: 70px;
  }

  .roadmap-zone {
    padding: 34px 18px 54px;
  }

  .roadmap-zone::after {
    transform: translate(10px, 10px);
  }

  .roadmap-stage {
    grid-template-columns: 82px minmax(0, 1fr);
    row-gap: 82px;
    column-gap: 22px;
    margin-top: 36px;
  }

  .roadmap-lightning {
    left: 0;
    width: 82px;
    transform: none;
  }

  .roadmap-lightning::after {
    inset: 5% 24% 4% 20%;
  }

  .roadmap-node:nth-of-type(1),
  .roadmap-node:nth-of-type(2),
  .roadmap-node:nth-of-type(3) {
    grid-column: 2;
    justify-self: stretch;
    width: 100%;
    max-width: none;
  }

  .roadmap-node.node-left::before,
  .roadmap-node.node-right::before {
    left: -66px;
    right: auto;
    width: 78px;
    transform: translateY(-50%) scaleX(-1);
  }

  .roadmap-node.node-left:hover::before,
  .roadmap-node.node-left:focus-within::before,
  .roadmap-node.node-right:hover::before,
  .roadmap-node.node-right:focus-within::before {
    transform: translateY(-50%) translateX(-8px) scaleX(-1);
  }

  .roadmap-stage .star-1 {
    left: 74%;
  }

  .roadmap-stage .star-2 {
    right: 6%;
  }

  .roadmap-stage .star-3 {
    left: 4%;
  }

  .roadmap-stage .star-4 {
    left: 70%;
  }

  .roadmap-stage .star-5 {
    right: 8%;
  }

  .persona-layout {
    grid-template-columns: 1fr;
  }

  .persona-entry-grid {
    grid-template-columns: 1fr;
  }

  .persona-group-section {
    padding: 24px 18px;
  }

  .persona-group-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .persona-group-header h3 {
    text-align: left;
  }

  .persona-avatar-grid {
    grid-template-columns: 1fr;
  }

  .persona-avatar-frame {
    height: 220px;
  }

  .persona-entry-card .persona-avatar-card {
    min-height: auto;
  }

  .persona-entry-card .persona-avatar-frame {
    height: 220px;
  }

  .persona-index-block {
    gap: 11px;
    padding: 10px 8px 11px;
  }

  .persona-index-track {
    height: 13px;
  }

  .persona-card {
    padding: 28px 22px;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
  }

  .persona-hold-decor {
    display: none;
  }

  .persona-header {
    flex-direction: column;
  }

  .persona-title h3 {
    font-size: 3.5rem;
  }

  .persona-subtitle {
    font-size: 1rem;
  }

  .persona-photo {
    height: 320px;
  }

  .metric-copy {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .metric-value {
    text-align: left;
  }

}

.progression-page .page-description {
  max-width: 720px;
  line-height: 1.65;
}

.progression-page .section-title {
  transform: rotate(-1deg);
}

.progression-page .comic-grid {
  gap: 28px;
  margin-bottom: 92px;
}

.progression-page .comic-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 22px 22px;
  color: var(--bg-black);
  filter: drop-shadow(10px 10px 0 #333);
}

.progression-page .panel-1 {
  transform: rotate(-0.6deg);
}

.progression-page .panel-2 {
  transform: translateY(14px) rotate(0.4deg);
}

.progression-page .panel-3 {
  transform: rotate(0.5deg);
}

.progression-page .comic-panel:hover {
  transform: translateY(-6px) scale(1.02);
}

.progression-page .onomatopoeia {
  position: static;
  align-self: flex-start;
  padding: 7px 14px 8px;
  background: var(--hold-yellow);
  color: var(--bg-black);
  font-size: clamp(1.35rem, 2.5vw, 2.2rem);
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-text-stroke: 0;
  transform: none;
  filter: drop-shadow(4px 4px 0 var(--bg-black));
}

.progression-page .panel-2 .onomatopoeia {
  background: var(--hold-cyan);
}

.progression-page .panel-3 .onomatopoeia {
  background: var(--punk-red);
  color: var(--pure-white);
}

.progression-page .comic-img-placeholder {
  min-height: 190px;
  height: auto;
  padding: 22px;
  background:
    radial-gradient(circle, rgba(0, 0, 0, 0.08) 1.3px, transparent 2px),
    #eeeeee;
  background-size: 12px 12px, auto;
  color: #555555;
  font-family: Arial, sans-serif;
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  line-height: 1.35;
  letter-spacing: 0.08em;
  text-align: center;
}

.progression-page .panel-label {
  margin: 0;
  padding: 9px 14px 10px;
  font-family: "Arial Black", Impact, sans-serif;
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  line-height: 1.08;
  letter-spacing: 0.05em;
}

.progression-card-copy {
  margin: 0;
  color: var(--bg-black);
  font-size: 1rem;
  line-height: 1.62;
}

.progression-shift {
  display: grid;
  gap: 6px;
  margin-top: auto;
  padding: 14px 16px;
  background: var(--hold-yellow);
  border: 3px solid var(--bg-black);
  color: var(--bg-black);
  font-family: Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.45;
}

.progression-shift strong,
.progression-shift span {
  font-family: Arial, sans-serif;
}

.progression-shift strong {
  letter-spacing: 0.04em;
}

.progression-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.progression-tags span {
  display: inline-block;
  padding: 7px 10px 6px;
  background: var(--bg-black);
  color: var(--pure-white);
  font-family: Arial, sans-serif;
  font-size: 0.82rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.progression-page .roadmap-zone {
  --roadmap-dot-size: 2px;
  --roadmap-dot-fade: 3.7px;
  --roadmap-dot-gap: 7px;
  --roadmap-stage-height: clamp(1220px, 118vw, 1780px);
  --roadmap-road-scale: 1.07;
  --roadmap-pin-size: 24px;
  --roadmap-pin-border: 4px;
  --roadmap-pin-outline: 4px;
  background: #080808;
}

.progression-page .roadmap-zone::after {
  background-color: var(--p5-red);
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.92) 0 var(--roadmap-dot-size), transparent var(--roadmap-dot-fade));
  background-size: var(--roadmap-dot-gap) var(--roadmap-dot-gap);
}

.progression-page .roadmap-kicker {
  transform: rotate(-1deg);
}

.progression-page .roadmap-heading {
  line-height: 0.95;
  -webkit-text-stroke: 0;
  text-shadow: 4px 4px 0 #000;
}

.progression-page .roadmap-heading .text-stroke {
  color: var(--pure-white);
  -webkit-text-stroke: 1px var(--p5-red);
}

.progression-page .roadmap-copy {
  max-width: 72ch;
  line-height: 1.65;
}

.progression-page .roadmap-stage {
  position: relative;
  display: block;
  max-width: 1060px;
  height: var(--roadmap-stage-height);
  margin: 46px auto 0;
  padding: 0;
  background: #080808;
  overflow: hidden;
}

.progression-page .roadmap-lightning,
.progression-page .roadmap-star {
  display: none !important;
}

.progression-page .roadmap-road {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  opacity: 0.9;
  transform: translate(-50%, -50%) scale(var(--roadmap-road-scale));
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}

.progression-page .roadmap-node {
  position: absolute;
  z-index: 3;
  width: auto;
  padding: 0;
  background: none;
  color: var(--pure-white);
  clip-path: none;
  filter: none;
  transform: none;
  transition: transform 0.16s cubic-bezier(0.22, 1.2, 0.35, 1);
}

.progression-page .roadmap-node::before,
.progression-page .roadmap-node::after,
.progression-page .roadmap-phase {
  display: none !important;
}

.progression-page .roadmap-pin {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--roadmap-pin-size);
  height: var(--roadmap-pin-size);
  background: var(--pure-white);
  border: var(--roadmap-pin-border) solid #080808;
  outline: var(--roadmap-pin-outline) solid var(--p5-red);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.16s cubic-bezier(0.22, 1.2, 0.35, 1), outline-color 0.12s linear, background-color 0.12s linear;
}

.progression-page .roadmap-label {
  position: absolute;
  top: 50%;
  width: min(320px, 34vw);
  padding: 18px 20px 20px;
  background: rgba(8, 8, 8, 0.95);
  border: 3px solid var(--pure-white);
  color: var(--pure-white);
  filter: drop-shadow(8px 8px 0 var(--p5-red));
  transform: translateY(-50%);
}

.progression-page .roadmap-label::before {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 4px;
  background: var(--p5-red);
}

.progression-page .node-right .roadmap-label {
  left: 44px;
  text-align: left;
}

.progression-page .node-left .roadmap-label {
  right: 44px;
  text-align: left;
}

.progression-page .node-right .roadmap-label::before {
  left: -47px;
}

.progression-page .node-left .roadmap-label::before {
  right: -47px;
}

.progression-page .roadmap-version {
  position: static;
  display: inline-block;
  margin: 0 0 10px;
  padding: 5px 10px 6px;
  background: var(--p5-red);
  color: var(--pure-white);
  font-size: 1rem;
  letter-spacing: 0.14em;
  text-transform: none;
  clip-path: none;
  transform: none;
  text-shadow: none;
}

.progression-page .roadmap-node h4 {
  margin: 0;
  font-size: clamp(1.45rem, 2.2vw, 2.35rem);
  line-height: 1.02;
  text-transform: uppercase;
  color: var(--pure-white);
  -webkit-text-stroke: 0;
  text-shadow: 3px 3px 0 var(--p5-red), 5px 5px 0 #000;
}

.progression-page .roadmap-node h4 span {
  display: inline;
}

.progression-page .roadmap-node p {
  display: block !important;
  margin: 12px 0 0;
  max-width: none;
  color: #e5e5e5;
  font-size: 0.98rem;
  line-height: 1.55;
}

.progression-page .roadmap-tags {
  display: none !important;
}

.progression-page .roadmap-node:hover,
.progression-page .roadmap-node:focus-within {
  transform: translateY(-6px);
}

.progression-page .roadmap-node:hover .roadmap-pin,
.progression-page .roadmap-node:focus-within .roadmap-pin {
  transform: translate(-50%, -50%) scale(1.18);
  outline-color: var(--pure-white);
  background: var(--p5-red);
}

.progression-page .roadmap-node:hover .roadmap-version,
.progression-page .roadmap-node:focus-within .roadmap-version {
  color: var(--pure-white);
  transform: none;
}

.progression-page .node-01 {
  top: 10%;
  left: 63%;
}

.progression-page .node-02 {
  top: 25%;
  left: 37%;
}

.progression-page .node-03 {
  top: 40%;
  left: 59%;
}

.progression-page .node-04 {
  top: 56%;
  left: 35%;
}

.progression-page .node-05 {
  top: 72%;
  left: 56%;
}

.progression-page .node-06 {
  top: 88%;
  left: 43%;
}

@media (max-width: 1100px) {
  .progression-page .roadmap-label {
    width: min(300px, 36vw);
  }

  .progression-page .roadmap-node h4 {
    font-size: clamp(1.25rem, 2.5vw, 1.9rem);
  }
}

@media (max-width: 900px) {
  .progression-page .comic-grid {
    gap: 32px;
  }

  .progression-page .panel-1,
  .progression-page .panel-2,
  .progression-page .panel-3 {
    transform: none;
  }

  .progression-page .roadmap-zone {
    --roadmap-stage-height: 1400px;
    --roadmap-road-scale: 1.08;
    --roadmap-pin-size: 22px;
  }

  .progression-page .roadmap-stage {
    max-width: 700px;
  }

  .progression-page .roadmap-label {
    width: min(280px, 38vw);
    padding: 16px 18px 18px;
  }

  .progression-page .roadmap-node h4 {
    font-size: clamp(1.18rem, 3vw, 1.6rem);
    text-shadow: 2px 2px 0 var(--p5-red), 4px 4px 0 #000;
  }

  .progression-page .roadmap-node p {
    font-size: 0.92rem;
  }

  .progression-page .roadmap-version {
    font-size: 0.84rem;
  }

  .progression-page .node-01,
  .progression-page .node-03,
  .progression-page .node-05 {
    left: 52%;
  }

  .progression-page .node-02,
  .progression-page .node-04,
  .progression-page .node-06 {
    left: 48%;
  }
}

@media (max-width: 680px) {
  .progression-page .section-title {
    transform: none;
  }

  .progression-page .comic-panel {
    padding: 20px 18px;
  }

  .progression-page .comic-img-placeholder {
    min-height: 150px;
  }

  .progression-page .roadmap-zone {
    --roadmap-stage-height: 1440px;
    --roadmap-road-scale: 1.08;
    --roadmap-pin-size: 20px;
    --roadmap-pin-border: 3px;
    --roadmap-pin-outline: 3px;
  }

  .progression-page .roadmap-stage {
    max-width: 420px;
    margin-top: 34px;
  }

  .progression-page .roadmap-road {
    left: 34px;
    opacity: 0.58;
  }

  .progression-page .roadmap-label {
    left: 34px !important;
    right: auto !important;
    width: min(300px, calc(100vw - 104px));
    padding: 14px 15px 16px;
  }

  .progression-page .roadmap-label::before {
    left: -36px !important;
    right: auto !important;
    width: 34px;
  }

  .progression-page .node-01,
  .progression-page .node-02,
  .progression-page .node-03,
  .progression-page .node-04,
  .progression-page .node-05,
  .progression-page .node-06 {
    left: 42px;
  }

  .progression-page .node-01 {
    top: 8%;
  }

  .progression-page .node-02 {
    top: 25%;
  }

  .progression-page .node-03 {
    top: 41%;
  }

  .progression-page .node-04 {
    top: 57%;
  }

  .progression-page .node-05 {
    top: 73%;
  }

  .progression-page .node-06 {
    top: 89%;
  }

  .progression-page .roadmap-node h4 {
    font-size: 1.16rem;
  }

  .progression-page .roadmap-node p {
    font-size: 0.9rem;
    line-height: 1.48;
  }
}

.requirement-page .page-main {
  max-width: 1320px;
  margin-top: 38px;
}

.requirement-hero-stage {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(260px, 1fr);
  gap: clamp(1.5rem, 3vw, 3.25rem);
  align-items: start;
}

.requirement-title-card {
  max-width: 760px;
}

.requirement-hero-callout {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: clamp(0.5rem, 2vw, 1.25rem);
}

.requirement-sticker-shell {
  width: min(100%, 360px);
  animation: requirement-sticker-float 4.8s ease-in-out infinite;
}

.requirement-sticker-shell:hover,
.requirement-sticker-shell:focus-within {
  animation-play-state: paused;
}

.requirement-sticker {
  --sticker-x: 0px;
  --sticker-y: 0px;
  --sticker-rotate: 2deg;
  --shadow-x: 18px;
  --shadow-y: 18px;
  --art-x: 0px;
  --art-y: 0px;
  position: relative;
  display: grid;
  place-items: center;
  min-height: 310px;
  padding: clamp(1rem, 2vw, 1.35rem);
  cursor: pointer;
  outline: none;
  isolation: isolate;
  transform: translate(var(--sticker-x), var(--sticker-y)) rotate(var(--sticker-rotate));
  transition: transform 0.18s cubic-bezier(0.22, 1.2, 0.35, 1), filter 0.18s ease;
}

.requirement-sticker::after {
  content: "";
  position: absolute;
  inset: 17% 16% 13% 14%;
  z-index: -1;
  background: radial-gradient(circle at center, rgba(255, 0, 60, 0.22), transparent 62%);
  opacity: 0.85;
  transform: scale(0.92);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.requirement-sticker:hover,
.requirement-sticker:focus-visible {
  filter: brightness(1.05);
}

.requirement-sticker:hover::after,
.requirement-sticker:focus-visible::after {
  opacity: 1;
  transform: scale(1);
}

.requirement-sticker-kicker {
  position: absolute;
  top: 4px;
  left: 18px;
  z-index: 2;
  display: inline-block;
  padding: 8px 12px 7px;
  background: var(--p5-red);
  color: var(--pure-white);
  border: 3px solid #000;
  font-size: 0.86rem;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: rotate(-3deg);
  transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.requirement-sticker-art {
  position: relative;
  z-index: 1;
  width: min(100%, 330px);
  filter: drop-shadow(14px 14px 0 rgba(0, 0, 0, 0.55));
  transform: translate(var(--art-x), var(--art-y)) rotate(1deg);
  transition: transform 0.18s cubic-bezier(0.22, 1.2, 0.35, 1), filter 0.18s ease;
}

.requirement-gallery {
  width: min(100%, 1520px);
  margin: 0 auto;
  padding: clamp(1.8rem, 3vw, 2.6rem) clamp(1rem, 2.8vw, 2rem) clamp(2rem, 4vw, 3.5rem);
  display: grid;
  gap: clamp(1.2rem, 2.2vw, 1.8rem);
}

.requirement-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.68fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  align-items: stretch;
}

.requirement-row:nth-child(2) {
  grid-template-columns: minmax(320px, 0.68fr) minmax(0, 1fr);
}

.requirement-poster-frame,
.requirement-copy-frame {
  min-width: 0;
}

.requirement-poster-frame {
  aspect-ratio: 1122 / 1402;
  border: 4px solid var(--pure-white);
  background: #000000;
  overflow: hidden;
  filter: drop-shadow(14px 14px 0 rgba(0, 0, 0, 0.5));
}

.requirement-poster-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.requirement-copy-frame {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding: clamp(1.5rem, 2.9vw, 2.2rem) clamp(1.1rem, 2.2vw, 1.8rem) clamp(0.95rem, 1.8vw, 1.35rem);
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.8) 0%, rgba(8, 8, 8, 0.92) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  clip-path: polygon(2% 0, 100% 2%, 98% 100%, 0 97%);
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06), 18px 18px 32px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.requirement-copy-frame::before,
.requirement-copy-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.requirement-copy-frame::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 24%, transparent 24%) 0 0 / 42px 42px,
    linear-gradient(315deg, rgba(255, 255, 255, 0.03) 0 24%, transparent 24%) 0 0 / 42px 42px,
    linear-gradient(225deg, rgba(0, 0, 0, 0.18) 0 26%, transparent 26%) 21px 21px / 42px 42px,
    linear-gradient(45deg, rgba(0, 0, 0, 0.16) 0 26%, transparent 26%) 21px 21px / 42px 42px,
    radial-gradient(circle, rgba(0, 0, 0, 0.88) 0 3px, transparent 3.15px) 0 0 / 72px 72px;
  opacity: 0.42;
}

.requirement-copy-frame::after {
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 0, 60, 0.1), transparent 22%),
    radial-gradient(circle at 84% 82%, rgba(255, 255, 255, 0.05), transparent 24%);
}

.requirement-copy-badge {
  position: absolute;
  top: clamp(1rem, 2vw, 1.35rem);
  right: clamp(0.9rem, 2vw, 1.35rem);
  z-index: 1;
  width: clamp(80px, 6vw, 108px);
  max-height: 135px;
  object-fit: contain;
  filter: drop-shadow(6px 8px 0 rgba(0, 0, 0, 0.6));
  opacity: 0.92;
}

.requirement-row:nth-child(2) .requirement-copy-badge {
  left: clamp(0.9rem, 2vw, 1.35rem);
  right: auto;
  transform: rotate(3deg);
}

.requirement-row:nth-child(3) .requirement-copy-badge {
  width: clamp(74px, 5.6vw, 98px);
  transform: rotate(2deg);
}

.requirement-copy-frame p {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-right: 0;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(1.72rem, 2.6vw, 2.82rem);
  line-height: 1.06;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: var(--pure-white);
  text-align: center;
  text-shadow: 4px 4px 0 rgba(255, 0, 60, 0.32);
  transform: translateY(clamp(0.35rem, 0.8vw, 0.65rem));
}

.requirement-row:nth-child(2) .requirement-copy-frame p {
  font-size: clamp(1.72rem, 2.6vw, 2.82rem);
}

.requirement-copy-frame p::before {
  content: "";
  display: block;
  width: 102px;
  height: 14px;
  margin: 0 auto 1.1rem;
  background: var(--p5-red);
  box-shadow: 5px 5px 0 rgba(255, 255, 255, 0.12);
}

@keyframes requirement-sticker-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 980px) {
  .requirement-hero-stage {
    grid-template-columns: 1fr;
  }

  .requirement-hero-callout {
    justify-content: flex-start;
  }

  .requirement-gallery {
    gap: 34px;
  }

  .requirement-row {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.76fr);
  }

  .requirement-row:nth-child(2) {
    grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1fr);
  }

  .requirement-copy-frame p {
    font-size: clamp(1.54rem, 2.38vw, 2.18rem);
  }

  .requirement-row:nth-child(2) .requirement-copy-frame p {
    font-size: clamp(1.54rem, 2.38vw, 2.18rem);
  }
}

@media (max-width: 680px) {
  .requirement-page .page-main {
    margin-top: 24px;
  }

  .requirement-sticker-shell {
    width: min(100%, 290px);
  }

  .requirement-sticker {
    min-height: 250px;
    padding: 0.85rem;
  }

  .requirement-sticker-art {
    width: min(100%, 260px);
  }

  .requirement-hero-callout {
    justify-content: center;
    padding-top: 0.3rem;
  }

  .requirement-row {
    grid-template-columns: 1fr;
  }

  .requirement-row:nth-child(2) {
    grid-template-columns: 1fr;
  }

  .requirement-copy-frame {
    min-height: 250px;
    padding: clamp(1.5rem, 2.9vw, 2.2rem) 20px clamp(0.95rem, 1.8vw, 1.35rem);
  }

  .requirement-copy-frame p {
    font-size: clamp(1.52rem, 5.55vw, 2.18rem);
  }

  .requirement-row:nth-child(2) .requirement-copy-frame p {
    font-size: clamp(1.52rem, 5.55vw, 2.18rem);
  }
}

/* Integrated narrative additions: Why & Gap, Testing & Iteration, Final Reflection */
.integrated-page .page-hero {
  max-width: 1500px;
  display: grid;
  grid-template-columns: minmax(420px, 760px) minmax(320px, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
  position: relative;
  padding: clamp(0.65rem, 1.6vw, 1.25rem);
  isolation: isolate;
}

.integrated-page .page-title-card {
  --title-black-x: 9px;
  --title-black-y: 3px;
  --title-cyan-x: 17px;
  --title-cyan-y: 5px;
  max-width: none;
  min-width: 0;
  position: relative;
  display: flex;
  min-height: clamp(360px, 31vw, 520px);
  flex-direction: column;
  justify-content: center;
  overflow: visible;
  padding: clamp(2rem, 4vw, 4.5rem);
  border: 0;
  background: transparent;
  clip-path: none;
  box-shadow: none;
  filter: none;
  isolation: isolate;
}

.integrated-page .page-title-card::before,
.integrated-page .page-title-card::after {
  content: none;
  position: absolute;
  pointer-events: none;
}

.integrated-page .page-title-backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  clip-path: polygon(0 0, 98% 2%, 96.5% 86%, 100% 86%, 100% 92%, 63% 92%, 63% 96%, 0 100%);
}

.integrated-page .page-title-backdrop-cyan {
  z-index: 0;
  background: var(--hold-cyan);
  transform: translate(var(--title-cyan-x), var(--title-cyan-y)) scale(1.018);
  transform-origin: center;
}

.integrated-page .page-title-backdrop-black {
  z-index: 1;
  background: #000;
  transform: translate(var(--title-black-x), var(--title-black-y)) scale(1.008);
  transform-origin: center;
}

.integrated-page .page-title-backdrop-dots {
  inset: 0;
  z-index: 2;
  border: 6px solid #000;
  background:
    radial-gradient(circle, #000 0 3.5px, transparent 4px) 0 0 / 44px 44px,
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(238, 238, 228, 0.68)),
    rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.14);
  opacity: 1;
}

.integrated-page .page-title-card > :not(.page-title-backdrop) {
  position: relative;
  z-index: 3;
}

.integrated-page .page-id {
  width: fit-content;
  margin-bottom: clamp(1.25rem, 2.6vw, 2rem);
  padding: 8px 14px;
  border: 3px solid #000;
  box-shadow: 7px 7px 0 #000;
  transform: rotate(-2.5deg);
}

.integrated-page .page-title-card h1 {
  font-size: clamp(2.65rem, 4.75vw, 4.7rem);
  line-height: 0.94;
  color: #000;
  -webkit-text-stroke: 0;
  text-shadow:
    5px 5px 0 rgba(255, 255, 255, 0.86),
    11px 11px 0 var(--p5-red);
  overflow-wrap: normal;
  word-break: normal;
}

.integrated-page .page-description {
  max-width: 720px;
  margin-top: clamp(1.2rem, 2vw, 1.8rem);
  padding: 14px 18px 14px 20px;
  border-left: 7px solid var(--hold-cyan);
  color: rgba(0, 0, 0, 0.78);
  background: rgba(255, 255, 255, 0.58);
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.12),
    8px 8px 0 rgba(0, 0, 0, 0.45);
}

.integrated-page .page-main {
  max-width: 1600px;
  margin-top: clamp(24px, 3vw, 38px);
}

.integrated-page .portfolio-section {
  margin-bottom: 96px;
}

.integrated-page .portfolio-section:last-child {
  margin-bottom: 0;
}

.integrated-page .hero-collage {
  position: relative;
  display: grid;
  min-height: clamp(320px, 29vw, 500px);
  align-content: center;
  gap: clamp(1rem, 2vw, 1.5rem);
  padding: clamp(1.15rem, 3vw, 2.65rem);
  isolation: isolate;
}

.integrated-page .hero-collage::before,
.integrated-page .hero-collage::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.integrated-page .hero-collage::before {
  inset: 0;
  z-index: 0;
  border-left: 6px solid rgba(255, 255, 255, 0.9);
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.16) 0 2px, transparent 2.5px) 0 0 / 30px 30px,
    linear-gradient(118deg, rgba(255, 47, 72, 0.2), transparent 34%),
    linear-gradient(160deg, transparent 0 64%, rgba(0, 229, 255, 0.16) 64.5% 100%);
  transform: skewX(-1.25deg);
}

.integrated-page .hero-collage::after {
  right: clamp(0.5rem, 2vw, 1.8rem);
  bottom: clamp(0.45rem, 1.6vw, 1.2rem);
  z-index: 0;
  width: min(56%, 430px);
  height: 5px;
  background: var(--pure-white);
  box-shadow:
    -54px -32px 0 rgba(255, 255, 255, 0.72),
    28px 24px 0 var(--p5-red);
  transform: rotate(-1deg);
}

.integrated-page .title-shard {
  position: relative;
  z-index: 1;
  justify-self: start;
  padding: 12px 18px 14px;
  border: 4px solid #000;
  line-height: 0.96;
  letter-spacing: 0.08em;
  box-shadow:
    10px 10px 0 #000,
    0 18px 34px rgba(0, 0, 0, 0.34);
  filter: none;
}

.integrated-page .title-shard-black {
  color: var(--pure-white);
  background: #000;
  font-size: clamp(2rem, 3.45vw, 4.15rem);
  transform: rotate(-1.2deg) translateX(2%);
}

.integrated-page .title-shard-red {
  color: var(--pure-white);
  background: var(--p5-red);
  font-size: clamp(2rem, 3.45vw, 4.15rem);
  -webkit-text-stroke: 0;
  transform: rotate(0.7deg) translateX(7%);
}

.integrated-page .title-shard-white {
  max-width: min(100%, 900px);
  color: var(--bg-black);
  background: var(--pure-white);
  font-size: clamp(0.86rem, 1.1vw, 1.1rem);
  line-height: 1.24;
  transform: rotate(-0.7deg) translateX(1.5%);
}

.integrated-page .stage-board {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 3.6rem) clamp(2rem, 5vw, 4.5rem);
  border: 4px solid #000;
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.92) 0%, rgba(10, 10, 10, 0.96) 100%);
  filter: drop-shadow(18px 18px 0 #000);
  isolation: isolate;
}

.integrated-page .stage-board::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, #000000 0 3px, transparent 3.2px);
  background-size: 56px 56px;
  opacity: 0.72;
  z-index: -2;
  pointer-events: none;
}

.integrated-page .stage-board::after {
  content: "";
  position: absolute;
  inset: -8%;
  background:
    linear-gradient(130deg, transparent 0 36%, rgba(255, 0, 60, 0.08) 36% 43%, transparent 43% 100%),
    linear-gradient(162deg, transparent 0 57%, rgba(0, 229, 255, 0.09) 57% 60%, transparent 60% 100%),
    linear-gradient(100deg, transparent 0 70%, rgba(255, 255, 255, 0.04) 70% 71%, transparent 71% 100%);
  z-index: -1;
  pointer-events: none;
}

.integrated-page p,
.integrated-page li,
.integrated-page figcaption {
  font-family: Arial, sans-serif;
  letter-spacing: 0;
}

.integrated-page .route-lines {
  display: grid;
  gap: 8px;
  margin-top: 34px;
}

.integrated-page .route-lines span {
  display: block;
  height: 7px;
  background: var(--hold-cyan);
  transform: rotate(-0.3deg);
}

.integrated-page .route-lines span:nth-child(2) {
  width: 86%;
  background: var(--hold-yellow);
  transform: translateX(9%) rotate(0.25deg);
}

.integrated-page .route-lines span:nth-child(3) {
  width: 66%;
  background: var(--p5-red);
  transform: translateX(21%) rotate(-0.25deg);
}

.integrated-page .intro-panel {
  max-width: 1160px;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
  padding: clamp(1.6rem, 3vw, 2.3rem) clamp(1.8rem, 4vw, 3rem);
  color: var(--bg-black);
  background: var(--pure-white);
  border: 4px solid #000;
  clip-path: polygon(0 4%, 100% 0, 98% 96%, 2% 100%);
  box-shadow: 13px 13px 0 var(--p5-red);
}

.integrated-page .intro-panel p {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.14rem);
  line-height: 1.72;
  font-weight: 800;
}

.why-gap-page .why-board {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(320px, 0.42fr);
  gap: 34px;
  align-items: stretch;
}

.why-gap-page .statement-panel {
  color: var(--bg-black);
  background: var(--pure-white);
  border: 4px solid #000;
  clip-path: polygon(0 0, 99% 1%, 98% 100%, 2% 98%);
  box-shadow: 14px 14px 0 var(--p5-red);
  padding: clamp(2rem, 4vw, 3.25rem);
}

.why-gap-page .statement-panel h3,
.why-gap-page .source-panel h3,
.why-gap-page .synthesis-panel h3,
.why-gap-page .synthesis-card h4,
.why-gap-page .source-group h4,
.why-gap-page .side-note h3,
.why-gap-page .intro-card h3 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.why-gap-page .statement-panel h3 {
  display: inline-block;
  margin-bottom: 26px;
  padding: 8px 14px 9px;
  background: #000;
  color: var(--pure-white);
  font-size: clamp(2rem, 3vw, 3.45rem);
  line-height: 1;
  box-shadow: 7px 7px 0 var(--p5-red);
}

.why-gap-page .statement-columns {
  column-count: 2;
  column-gap: 44px;
}

.why-gap-page .statement-columns p {
  margin: 0 0 20px;
  font-family: Arial, sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.14rem);
  line-height: 1.78;
  font-weight: 800;
  break-inside: avoid;
}

.why-gap-page .side-note {
  align-self: start;
  min-height: 100%;
  padding: 28px 28px 32px;
  color: var(--pure-white);
  background: #050505;
  border: 4px solid var(--pure-white);
  box-shadow: 12px 12px 0 var(--hold-cyan);
  clip-path: polygon(0 2%, 100% 0, 97% 100%, 2% 98%);
}

.why-gap-page .side-note h3 {
  display: inline-block;
  margin-bottom: 24px;
  padding: 8px 14px;
  color: var(--bg-black);
  background: var(--hold-yellow);
  font-size: clamp(1.45rem, 2vw, 2.3rem);
  line-height: 1;
  box-shadow: 6px 6px 0 #000;
}

.why-gap-page .priority-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-gap-page .priority-list li {
  position: relative;
  padding: 18px 18px 18px 58px;
  color: var(--bg-black);
  background: var(--pure-white);
  border: 3px solid #000;
  font-family: Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.46;
  font-weight: 800;
}

.why-gap-page .priority-list li::before,
.testing-iteration-page .decision-list li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--dot-color, var(--p5-red));
  clip-path: polygon(50% 0, 100% 35%, 82% 100%, 18% 100%, 0 35%);
}

.why-gap-page .priority-list li::before {
  left: 20px;
  top: 22px;
}

.why-gap-page .priority-list li:nth-child(2) {
  --dot-color: var(--hold-cyan);
}

.why-gap-page .priority-list li:nth-child(3) {
  --dot-color: var(--hold-yellow);
}

.why-gap-page .gap-board {
  display: grid;
  gap: 36px;
}

.why-gap-page .intro-card {
  max-width: 1160px;
  padding: 30px 36px;
  color: var(--bg-black);
  background: var(--pure-white);
  border: 4px solid #000;
  clip-path: polygon(0 4%, 100% 0, 98% 96%, 2% 100%);
  box-shadow: 13px 13px 0 var(--p5-red);
}

.why-gap-page .intro-card h3 {
  display: inline-block;
  margin-bottom: 16px;
  padding: 7px 13px;
  color: var(--pure-white);
  background: #000;
  font-size: clamp(1.65rem, 2.1vw, 2.5rem);
  line-height: 1;
  box-shadow: 6px 6px 0 var(--hold-cyan);
}

.why-gap-page .intro-card p {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.72;
  font-weight: 800;
}

.why-gap-page .source-panel,
.why-gap-page .synthesis-panel {
  padding: clamp(1.5rem, 3vw, 2.2rem);
  color: var(--pure-white);
  background: rgba(8, 8, 8, 0.86);
  border: 4px solid var(--pure-white);
  filter: drop-shadow(12px 12px 0 #000);
}

.why-gap-page .source-panel > h3,
.why-gap-page .synthesis-panel > h3 {
  display: inline-block;
  margin-bottom: 26px;
  padding: 9px 15px;
  color: var(--bg-black);
  background: var(--hold-cyan);
  font-size: clamp(2rem, 2.8vw, 3rem);
  line-height: 1;
  box-shadow: 7px 7px 0 #000;
}

.why-gap-page .synthesis-panel.missed > h3 {
  background: var(--p5-red);
  color: var(--pure-white);
}

.why-gap-page .source-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 26px;
}

.why-gap-page .source-group {
  color: var(--bg-black);
  background: var(--pure-white);
  border: 4px solid #000;
  box-shadow: 10px 10px 0 #000;
  clip-path: polygon(0 0, 100% 2%, 98% 100%, 2% 98%);
  padding: 26px 28px 30px;
}

.why-gap-page .source-group.products {
  border-top: 12px solid var(--hold-yellow);
}

.why-gap-page .source-group.papers {
  border-top: 12px solid var(--hold-cyan);
}

.why-gap-page .source-group h4 {
  margin-bottom: 18px;
  font-size: clamp(1.65rem, 2.1vw, 2.55rem);
  line-height: 1;
}

.why-gap-page .source-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-gap-page .source-list li {
  position: relative;
  padding: 12px 14px 13px 36px;
  background: #eeeeea;
  border-left: 8px solid var(--accent, var(--p5-red));
  font-family: Arial, sans-serif;
  font-size: 1.02rem;
  line-height: 1.5;
  font-weight: 800;
}

.why-gap-page .source-list li::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 18px;
  width: 10px;
  height: 10px;
  background: #000;
}

.why-gap-page .synthesis-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}

.why-gap-page .synthesis-cards {
  display: grid;
  gap: 18px;
}

.why-gap-page .synthesis-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px 22px 24px;
  color: var(--bg-black);
  background: var(--pure-white);
  border: 4px solid #000;
  box-shadow: 8px 8px 0 #000;
  clip-path: polygon(0 0, 100% 2%, 98% 100%, 2% 98%);
}

.why-gap-page .synthesis-card:nth-child(2) {
  transform: translateX(10px);
}

.why-gap-page .synthesis-card:nth-child(3) {
  transform: translateX(-8px);
}

.why-gap-page .card-number {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  color: var(--pure-white);
  background: var(--p5-red);
  border: 3px solid #000;
  font-size: 2.5rem;
  line-height: 1;
  box-shadow: 5px 5px 0 #000;
}

.why-gap-page .synthesis-panel.did-well .card-number {
  color: var(--bg-black);
  background: var(--hold-cyan);
}

.why-gap-page .synthesis-card h4 {
  margin-bottom: 10px;
  font-size: clamp(1.25rem, 1.5vw, 1.6rem);
  line-height: 1.08;
}

.why-gap-page .synthesis-card p {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.62;
  font-weight: 700;
}

.testing-iteration-page .testing-board {
  display: grid;
  gap: clamp(2.4rem, 5vw, 4rem);
}

.testing-iteration-page .testing-setup-hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.56fr) minmax(460px, 1fr);
  gap: clamp(1.6rem, 3.6vw, 3.6rem);
  align-items: start;
}

.testing-iteration-page .testing-setup-copy {
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 2.3rem);
  color: var(--bg-black);
  background: var(--pure-white);
  border: 4px solid #000;
  clip-path: polygon(0 0, 100% 2%, 98% 100%, 2% 98%);
  box-shadow: 12px 12px 0 var(--hold-cyan);
}

.testing-iteration-page .testing-setup-copy .board-label {
  margin-bottom: 20px;
}

.testing-iteration-page .testing-setup-copy p,
.testing-iteration-page .testing-evidence-intro p {
  margin: 0;
  font-size: clamp(1rem, 1.25vw, 1.12rem);
  line-height: 1.72;
  font-weight: 800;
}

.testing-iteration-page .testing-setup-copy p {
  color: #171717;
}

.testing-iteration-page .setup-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.testing-iteration-page .setup-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px 8px;
  color: var(--pure-white);
  background: #000;
  border: 2px solid #000;
  box-shadow: 4px 4px 0 var(--p5-red);
  font-family: Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0;
}

.testing-iteration-page .testing-featured-figure {
  position: relative;
  min-width: 0;
  margin: 0;
  color: var(--bg-black);
  background: var(--pure-white);
  border: 4px solid #000;
  box-shadow: 12px 12px 0 #000;
}

.testing-iteration-page .testing-featured-figure {
  overflow: hidden;
}

.testing-iteration-page .featured-image-frame {
  display: grid;
  place-items: center;
  min-height: clamp(320px, 38vw, 620px);
  background: #050505;
  border-bottom: 4px solid #000;
  overflow: hidden;
}

.testing-iteration-page .featured-image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: clamp(360px, 48vw, 700px);
  object-fit: contain;
  image-orientation: from-image;
}

.testing-iteration-page .testing-featured-figure figcaption {
  padding: 18px 22px 22px;
  color: #171717;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 800;
}

.evaluation-page .evaluation-overview-board,
.evaluation-page .phase-summary-board,
.evaluation-page .task-card-board,
.evaluation-page .results-board {
  display: grid;
  gap: clamp(1.8rem, 4vw, 3rem);
}

.evaluation-page .evaluation-overview-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(280px, 0.72fr);
  gap: clamp(1.6rem, 3.6vw, 3.6rem);
  align-items: start;
}

.evaluation-page .evaluation-overview-copy {
  display: grid;
  gap: 18px;
}

.evaluation-page .evaluation-overview-copy p + p {
  margin-top: 0;
}

.evaluation-page .phase-card-grid {
  display: grid;
  gap: 18px;
}

.evaluation-page .phase-card {
  position: relative;
  padding: clamp(1.25rem, 2.4vw, 1.9rem);
  color: var(--bg-black);
  background: var(--pure-white);
  border: 4px solid #000;
  box-shadow: 10px 10px 0 var(--phase-accent, var(--hold-cyan));
  clip-path: polygon(0 0, 100% 2%, 98% 100%, 2% 98%);
}

.evaluation-page .phase-card:nth-child(1) {
  --phase-accent: var(--hold-cyan);
}

.evaluation-page .phase-card:nth-child(2) {
  --phase-accent: var(--hold-yellow);
  transform: translateX(-10px);
}

.evaluation-page .phase-card:nth-child(3) {
  --phase-accent: var(--helper-teal);
}

.evaluation-page .phase-label,
.evaluation-page .task-number,
.evaluation-page .measurement-card span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 14px;
  padding: 7px 11px;
  color: var(--pure-white);
  background: #000;
  border: 2px solid #000;
  box-shadow: 4px 4px 0 var(--phase-accent, var(--p5-red));
  font-size: 0.82rem;
  line-height: 1;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.evaluation-page .phase-card h3,
.evaluation-page .evaluation-task-card h3,
.evaluation-page .measurement-card h4,
.evaluation-page .boundary-card h3 {
  margin: 0 0 12px;
  color: var(--bg-black);
  font-size: clamp(1.35rem, 2vw, 2.1rem);
  line-height: 1.04;
  text-transform: uppercase;
}

.evaluation-page .phase-card p,
.evaluation-page .evaluation-task-card p,
.evaluation-page .measurement-card p,
.evaluation-page .results-intro,
.evaluation-page .results-transition,
.evaluation-page .boundary-card p {
  margin: 0;
  color: #171717;
  font-size: 1rem;
  line-height: 1.62;
  font-weight: 800;
}

.evaluation-page .evaluation-table-wrap {
  width: 100%;
  overflow-x: auto;
  padding: 4px 4px 16px;
}

.evaluation-page .evaluation-table {
  width: 100%;
  min-width: 880px;
  border-collapse: collapse;
  color: var(--bg-black);
  background: var(--pure-white);
  border: 4px solid #000;
  box-shadow: 10px 10px 0 #000;
}

.evaluation-page .evaluation-table th,
.evaluation-page .evaluation-table td {
  padding: 16px 18px;
  border: 3px solid #000;
  text-align: left;
  vertical-align: top;
  font-size: 0.98rem;
  line-height: 1.48;
  font-weight: 800;
}

.evaluation-page .evaluation-table thead th {
  color: var(--pure-white);
  background: #000;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.evaluation-page .evaluation-table tbody tr:nth-child(even) {
  background: #efefea;
}

.evaluation-page .phase-summary-table tbody th,
.evaluation-page .results-comparison-table tbody th {
  border-left: 10px solid var(--hold-cyan);
  font-weight: 900;
}

.evaluation-page .phase-summary-table tbody tr:nth-child(2) th,
.evaluation-page .results-comparison-table tbody tr:nth-child(2) th,
.evaluation-page .results-comparison-table tbody tr:nth-child(5) th {
  border-left-color: var(--hold-yellow);
}

.evaluation-page .phase-summary-table tbody tr:nth-child(3) th,
.evaluation-page .results-comparison-table tbody tr:nth-child(3) th {
  border-left-color: var(--helper-teal);
}

.evaluation-page .results-comparison-table tbody tr:nth-child(4) th {
  border-left-color: var(--p5-red);
}

.evaluation-page .evaluation-task-grid,
.evaluation-page .measurement-grid,
.evaluation-page .results-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.2rem, 2.6vw, 2rem);
  align-items: stretch;
}

.evaluation-page .evaluation-task-card,
.evaluation-page .measurement-card,
.evaluation-page .boundary-card {
  position: relative;
  padding: clamp(1.35rem, 2.5vw, 2rem);
  color: var(--bg-black);
  background: var(--pure-white);
  border: 4px solid #000;
  box-shadow: 10px 10px 0 var(--card-shadow, #000);
  clip-path: polygon(0 0, 100% 2%, 98% 100%, 2% 98%);
}

.evaluation-page .evaluation-task-card:nth-child(1),
.evaluation-page .measurement-card:nth-child(1) {
  --card-shadow: var(--hold-cyan);
}

.evaluation-page .evaluation-task-card:nth-child(2),
.evaluation-page .measurement-card:nth-child(2) {
  --card-shadow: var(--hold-yellow);
}

.evaluation-page .evaluation-task-card:nth-child(3),
.evaluation-page .measurement-card:nth-child(3) {
  --card-shadow: var(--helper-teal);
}

.evaluation-page .evaluation-task-card:nth-child(4),
.evaluation-page .measurement-card:nth-child(4) {
  --card-shadow: var(--p5-red);
}

.evaluation-page .evaluation-task-card h4 {
  margin: 18px 0 10px;
  color: var(--bg-black);
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.evaluation-page .observed-list,
.evaluation-page .boundary-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.evaluation-page .observed-list li,
.evaluation-page .boundary-card li {
  position: relative;
  padding-left: 20px;
  color: #171717;
  font-size: 0.98rem;
  line-height: 1.48;
  font-weight: 800;
}

.evaluation-page .observed-list li::before,
.evaluation-page .boundary-card li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 9px;
  height: 9px;
  background: var(--hold-cyan);
  border: 2px solid #000;
  transform: rotate(45deg);
}

.evaluation-page .results-subsection {
  display: grid;
  gap: clamp(1.2rem, 2.5vw, 2rem);
}

.evaluation-page .results-subsection + .results-subsection {
  margin-top: clamp(1.4rem, 3vw, 2.6rem);
}

.evaluation-page .measurement-card {
  background: #f7f7f0;
}

.evaluation-page .measurement-card span {
  --phase-accent: var(--card-shadow, var(--hold-cyan));
}

.evaluation-page .results-summary-card {
  margin-top: 0;
  min-height: 100%;
}

.testing-iteration-page.evaluation-page .results-summary-grid .results-summary-card,
.testing-iteration-page.evaluation-page .results-summary-grid .boundary-card {
  align-self: stretch;
  height: 100%;
  margin-top: 0;
}

.evaluation-page .results-summary-card p + p {
  margin-top: 14px;
}

.evaluation-page .boundary-card {
  --card-shadow: var(--p5-red);
  background: var(--hold-yellow);
}

.evaluation-page .boundary-card ul {
  margin-bottom: 18px;
}

.evaluation-page .boundary-card li::before {
  background: var(--p5-red);
}

.evaluation-page .results-transition {
  padding: 16px 18px;
  color: var(--bg-black);
  background: var(--helper-teal);
  border: 3px solid #000;
  box-shadow: 7px 7px 0 #000;
}

.testing-iteration-page .testing-evidence-board {
  display: grid;
  gap: clamp(2rem, 4vw, 3.2rem);
}

.testing-iteration-page .testing-evidence-intro {
  max-width: 1050px;
}

.testing-iteration-page .testing-evidence-intro p {
  color: #f2f2f2;
}

.testing-iteration-page .testing-evidence-gallery {
  --testing-evidence-panel-height: clamp(460px, 42vw, 590px);
  --testing-evidence-card-width: min(100%, clamp(345px, 31.5vw, 443px));
  --testing-evidence-click-duration: 900ms;
  --testing-evidence-enter-delay: 430ms;
  --testing-evidence-enter-duration: 450ms;
  --testing-evidence-leave-duration: 850ms;
  --testing-evidence-copy-transition-duration: 1150ms;
  --testing-evidence-pop-depth: clamp(420px, 42vw, 600px);
  display: grid;
  grid-template-columns: minmax(320px, 1.02fr) minmax(330px, 0.88fr);
  gap: clamp(1.6rem, 4vw, 4rem);
  align-items: center;
  min-width: 0;
}

.testing-iteration-page .testing-evidence-gallery:focus-visible {
  outline: 4px solid var(--hold-cyan);
  outline-offset: 10px;
}

.testing-iteration-page .testing-evidence-gallery-stage {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: var(--testing-evidence-panel-height);
  overflow: visible;
}

.testing-iteration-page .testing-evidence-slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: var(--testing-evidence-panel-height);
  perspective: clamp(820px, 66vw, 1200px);
  cursor: pointer;
  isolation: isolate;
}

.testing-iteration-page .testing-evidence-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: var(--testing-evidence-card-width);
  height: var(--testing-evidence-panel-height);
  transform-style: preserve-3d;
}

.testing-iteration-page .testing-evidence-slide {
  --slide-accent: var(--p5-red);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  aspect-ratio: 3 / 4;
  margin: 0;
  transform: translate(-50%, -50%) translateZ(0) rotateX(90deg);
  transform-origin: bottom;
  transform-style: preserve-3d;
  opacity: 0;
  filter: brightness(1);
  pointer-events: none;
  will-change: transform, opacity, filter;
  z-index: 0;
  animation: none;
}

.testing-iteration-page .testing-evidence-slide.is-active {
  opacity: 1;
  z-index: 2;
  transform: translate(-50%, -50%) translateZ(0) rotateX(0deg);
}

.testing-iteration-page .testing-evidence-slide.is-next {
  opacity: 1;
  z-index: 1;
  filter: brightness(0.85);
  transform: translate(-50%, -50%) translateY(12px) scale(0.96) rotateX(0deg);
}

.testing-iteration-page .testing-evidence-slide.is-leaving {
  opacity: 1;
  z-index: 3;
  animation: testingEvidenceCardSlideDownAndFold var(--testing-evidence-leave-duration) cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.testing-iteration-page .testing-evidence-slide.is-entering {
  opacity: 1;
  z-index: 2;
  animation: testingEvidenceCardEnter var(--testing-evidence-enter-duration) cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

.testing-iteration-page .testing-evidence-slide:nth-child(1) {
  --slide-accent: var(--hold-cyan);
}

.testing-iteration-page .testing-evidence-slide:nth-child(2) {
  --slide-accent: var(--hold-yellow);
}

.testing-iteration-page .testing-evidence-slide:nth-child(3) {
  --slide-accent: var(--helper-teal);
}

.testing-iteration-page .testing-evidence-slide:nth-child(4) {
  --slide-accent: var(--p5-red);
}

.testing-iteration-page .testing-evidence-slide:nth-child(5) {
  --slide-accent: var(--hold-cyan);
}

.testing-iteration-page .testing-evidence-photo-frame {
  display: grid;
  grid-template-rows: minmax(0, 1fr) clamp(12px, 1.2vw, 18px);
  gap: clamp(6px, 0.7vw, 9px);
  width: 100%;
  height: 100%;
  padding: clamp(7px, 0.9vw, 10px) clamp(7px, 0.9vw, 10px) clamp(9px, 1vw, 13px);
  background: var(--pure-white);
  border: 2px solid #000;
  border-radius: 10px;
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.36), 7px 7px 0 var(--slide-accent);
  overflow: hidden;
  backface-visibility: hidden;
}

.testing-iteration-page .testing-evidence-photo-frame::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--slide-accent) 0 36%, #000 36% 49%, #eeeeea 49% 100%);
}

.testing-iteration-page .testing-evidence-photo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  image-orientation: from-image;
  background: #eeeeea;
  border: 2px solid #111;
  border-radius: 6px;
}

.testing-iteration-page .testing-evidence-gallery .testing-evidence-tap-hint,
.evaluation-page .ai-log-tap-hint {
  --testing-evidence-tap-ring-top: 10%;
  --testing-evidence-tap-ring-left: 21%;
  --testing-evidence-tap-ring-size: 44%;
  --testing-evidence-tap-hand-inset: 15% 3% 0 12%;
  --testing-evidence-tap-hand-size: 84%;
  display: block;
  position: absolute;
  z-index: 8;
  width: clamp(92px, 9.8vw, 128px);
  aspect-ratio: 1;
  color: #000;
  line-height: 0;
  pointer-events: none;
  transform-origin: 58% 18%;
  animation: testingEvidenceTapHand 1550ms cubic-bezier(0.45, 0, 0.18, 1) infinite;
  filter: drop-shadow(4px 5px 0 rgba(0, 0, 0, 0.22));
  transition: opacity 260ms ease, transform 260ms ease;
}

.testing-iteration-page .testing-evidence-gallery .testing-evidence-tap-hint {
  right: calc((100% - var(--testing-evidence-card-width)) / 2 + clamp(12px, 1.8vw, 24px));
  bottom: clamp(42px, 5.8vw, 70px);
}

.testing-iteration-page .testing-evidence-gallery.has-interacted .testing-evidence-tap-hint {
  opacity: 0;
  transform: translate(7px, 7px) scale(0.88);
  animation: none;
}

.testing-iteration-page .testing-evidence-gallery.has-interacted .testing-evidence-tap-ring {
  animation: none;
}

.testing-iteration-page .testing-evidence-gallery .testing-evidence-tap-ring,
.evaluation-page .ai-log-tap-hint .testing-evidence-tap-ring {
  position: absolute;
  top: var(--testing-evidence-tap-ring-top);
  left: var(--testing-evidence-tap-ring-left);
  width: var(--testing-evidence-tap-ring-size);
  aspect-ratio: 1;
  border: clamp(5px, 0.56vw, 7px) solid var(--hold-yellow);
  border-radius: 50%;
  background: rgba(255, 213, 74, 0.12);
  box-shadow: 0 0 0 2px #000;
  animation: testingEvidenceTapRing 1550ms cubic-bezier(0.45, 0, 0.18, 1) infinite;
}

.testing-iteration-page .testing-evidence-gallery .testing-evidence-tap-hand,
.evaluation-page .ai-log-tap-hint .testing-evidence-tap-hand {
  display: block;
  position: absolute;
  inset: var(--testing-evidence-tap-hand-inset);
  width: var(--testing-evidence-tap-hand-size);
  height: var(--testing-evidence-tap-hand-size);
  overflow: visible;
}

.testing-iteration-page .testing-evidence-gallery .testing-evidence-tap-hand path:first-child,
.evaluation-page .ai-log-tap-hint .testing-evidence-tap-hand path:first-child {
  fill: var(--pure-white);
  stroke: #000;
  stroke-width: 7;
  stroke-linejoin: round;
}

.testing-iteration-page .testing-evidence-gallery .testing-evidence-tap-hand path:last-child,
.evaluation-page .ai-log-tap-hint .testing-evidence-tap-hand path:last-child {
  fill: none;
  stroke: #000;
  stroke-width: 6;
  stroke-linecap: round;
}

.testing-iteration-page .testing-evidence-slide:nth-child(1) img,
.testing-iteration-page .testing-evidence-slide:nth-child(2) img,
.testing-iteration-page .testing-evidence-slide:nth-child(3) img {
  object-position: top center;
}

.testing-iteration-page .testing-evidence-copy-panel {
  display: grid;
  min-width: 0;
  min-height: var(--testing-evidence-panel-height);
  align-items: center;
}

.testing-iteration-page .testing-evidence-copy-panel .testing-evidence-card {
  position: relative;
  grid-area: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: clamp(0.8rem, 1.45vw, 1.05rem);
  min-width: 0;
  min-height: var(--testing-evidence-panel-height);
  margin: 0;
  padding: clamp(1.35rem, 2.4vw, 2.25rem);
  color: var(--bg-black);
  background: var(--pure-white);
  border: 4px solid #000;
  border-top: 10px solid var(--card-accent, var(--p5-red));
  box-shadow: 12px 12px 0 #000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  pointer-events: none;
  transition:
    opacity var(--testing-evidence-copy-transition-duration) ease,
    transform var(--testing-evidence-copy-transition-duration) ease,
    visibility var(--testing-evidence-copy-transition-duration) ease;
}

.testing-iteration-page .testing-evidence-copy-panel .testing-evidence-card.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  z-index: 2;
}

.testing-iteration-page .testing-evidence-copy-panel .testing-evidence-card:nth-child(1) {
  --card-accent: var(--hold-cyan);
}

.testing-iteration-page .testing-evidence-copy-panel .testing-evidence-card:nth-child(2) {
  --card-accent: var(--hold-yellow);
}

.testing-iteration-page .testing-evidence-copy-panel .testing-evidence-card:nth-child(3) {
  --card-accent: var(--helper-teal);
}

.testing-iteration-page .testing-evidence-copy-panel .testing-evidence-card:nth-child(4) {
  --card-accent: var(--p5-red);
}

.testing-iteration-page .testing-evidence-copy-panel .testing-evidence-card:nth-child(5) {
  --card-accent: var(--hold-cyan);
}

.testing-iteration-page .evidence-step {
  display: inline-flex;
  align-self: flex-start;
  padding: 7px 11px 8px;
  color: var(--pure-white);
  background: #000;
  border: 2px solid #000;
  box-shadow: 4px 4px 0 var(--card-accent, var(--p5-red));
  font-size: 0.88rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testing-iteration-page .testing-evidence-card h3 {
  margin: 0;
  color: var(--bg-black);
  font-size: clamp(1.45rem, 2.2vw, 2.35rem);
  line-height: 1.02;
  text-transform: none;
  letter-spacing: 0;
}

.testing-iteration-page .testing-evidence-card > p {
  margin: 0;
  color: #171717;
  font-size: 1rem;
  line-height: 1.62;
  font-weight: 800;
}

.testing-iteration-page .testing-evidence-card .evidence-caption {
  padding: 13px 15px 15px;
  color: #171717;
  background: #f3f3ef;
  border: 3px solid #000;
  font-size: 0.94rem;
  line-height: 1.52;
}

.testing-iteration-page .testing-evidence-card .evidence-insight {
  margin-top: auto;
  padding: 14px 16px;
  background: #efefea;
  border-left: 8px solid var(--card-accent, var(--p5-red));
}

.testing-iteration-page .testing-evidence-card .evidence-insight strong {
  font-family: Arial, sans-serif;
  font-weight: 900;
}

@keyframes testingEvidenceCardSlideDownAndFold {
  0% {
    transform: translate(-50%, -50%) translateY(0) translateZ(0) rotateX(0deg);
    opacity: 1;
  }

  45% {
    transform: translate(-50%, -50%) translateY(36px) translateZ(var(--testing-evidence-pop-depth)) rotateX(75deg);
    opacity: 1;
  }

  65% {
    transform: translate(-50%, -50%) translateY(48px) translateZ(var(--testing-evidence-pop-depth)) rotateX(90deg);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) translateY(0) translateZ(0) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes testingEvidenceCardEnter {
  0% {
    transform: translate(-50%, -50%) translateY(18px) scale(0.96) rotateX(0deg);
    opacity: 0.65;
    filter: brightness(0.85);
  }

  100% {
    transform: translate(-50%, -50%) translateY(0) scale(1) rotateX(0deg);
    opacity: 1;
    filter: brightness(1);
  }
}

@keyframes testingEvidenceTapHand {
  0%,
  100% {
    transform: translate(0, 0) rotate(-7deg) scale(1);
  }

  30% {
    transform: translate(-12%, -14%) rotate(-13deg) scale(1.02);
  }

  43% {
    transform: translate(-7%, -8%) rotate(-10deg) scale(0.93);
  }

  62% {
    transform: translate(-7%, -8%) rotate(-10deg) scale(0.93);
  }
}

@keyframes testingEvidenceTapRing {
  0%,
  28% {
    opacity: 0;
    transform: scale(0.45);
  }

  42% {
    opacity: 1;
    transform: scale(0.55);
  }

  100% {
    opacity: 0;
    transform: scale(2.35);
  }
}

@media (prefers-reduced-motion: reduce) {
  .testing-iteration-page .testing-evidence-gallery {
    --testing-evidence-panel-height: auto;
    grid-template-columns: 1fr;
  }

  .testing-iteration-page .testing-evidence-gallery-stage {
    min-height: auto;
    overflow: visible;
  }

  .testing-iteration-page .testing-evidence-slider {
    height: auto;
    perspective: none;
  }

  .testing-iteration-page .testing-evidence-wrapper {
    display: grid;
    grid-template-columns: repeat(5, minmax(110px, 1fr));
    gap: clamp(0.75rem, 2vw, 1rem);
    width: 100%;
    height: auto;
    transform: none;
  }

  .testing-iteration-page .testing-evidence-slide,
  .testing-iteration-page .testing-evidence-slide.is-active,
  .testing-iteration-page .testing-evidence-slide.is-next,
  .testing-iteration-page .testing-evidence-slide.is-leaving,
  .testing-iteration-page .testing-evidence-slide.is-entering {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    animation: none;
    opacity: 1;
    filter: none;
    transform: none;
    will-change: auto;
  }

  .testing-iteration-page .testing-evidence-copy-panel {
    display: grid;
    gap: 1rem;
    min-height: auto;
  }

  .testing-iteration-page .testing-evidence-copy-panel .testing-evidence-card {
    grid-area: auto;
    min-height: auto;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
    transition: none;
  }

  .testing-iteration-page .testing-evidence-gallery .testing-evidence-tap-hint {
    display: none;
  }
}

.testing-iteration-page .board-label {
  display: inline-block;
  margin: 0 0 26px;
  padding: 9px 15px;
  color: var(--bg-black);
  background: var(--hold-cyan);
  font-size: clamp(2rem, 2.8vw, 3rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 7px 7px 0 #000;
}

.testing-iteration-page .board-label-red {
  color: var(--pure-white);
  background: var(--p5-red);
}

.testing-iteration-page .snapshot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.testing-iteration-page .snapshot-item {
  position: relative;
  min-height: 126px;
  padding: 18px 18px 20px;
  color: var(--bg-black);
  background: var(--pure-white);
  border: 3px solid #000;
  clip-path: polygon(0 0, 99% 2%, 100% 92%, 2% 100%);
}

.testing-iteration-page .snapshot-item:nth-child(2),
.testing-iteration-page .snapshot-item:nth-child(5) {
  border-top: 8px solid var(--hold-cyan);
}

.testing-iteration-page .snapshot-item:nth-child(3),
.testing-iteration-page .snapshot-item:nth-child(6) {
  border-top: 8px solid var(--hold-yellow);
}

.testing-iteration-page .snapshot-item:nth-child(4),
.testing-iteration-page .snapshot-item:nth-child(7) {
  border-top: 8px solid var(--p5-red);
}

.testing-iteration-page .snapshot-item.wide {
  grid-column: span 2;
}

.testing-iteration-page .snapshot-label {
  display: block;
  margin-bottom: 10px;
  color: var(--bg-black);
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testing-iteration-page .snapshot-value {
  margin: 0;
  color: var(--bg-black);
  font-size: 1.05rem;
  font-weight: 800;
}

.testing-iteration-page .participant-grid,
.testing-iteration-page .findings-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.testing-iteration-page .participant-card {
  position: relative;
  min-height: 150px;
  padding: 20px 22px 18px;
  color: var(--bg-black);
  background: var(--pure-white);
  border: 4px solid #000;
  clip-path: polygon(0 0, 100% 2%, 98% 100%, 2% 98%);
  box-shadow: 10px 10px 0 #000;
}

.testing-iteration-page .participant-card:nth-child(1) {
  border-top: 10px solid var(--hold-cyan);
}

.testing-iteration-page .participant-card:nth-child(2) {
  border-top: 10px solid var(--hold-yellow);
  transform: translateY(12px);
}

.testing-iteration-page .participant-card:nth-child(3) {
  border-top: 10px solid var(--helper-teal);
}

.testing-iteration-page .participant-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 0;
  padding-bottom: 16px;
  border-bottom: 4px solid var(--bg-black);
}

.testing-iteration-page .participant-id {
  display: inline-block;
  padding: 8px 12px;
  color: var(--pure-white);
  background: var(--bg-black);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.08em;
}

.testing-iteration-page .participant-role {
  margin: 0;
  max-width: 320px;
  color: var(--bg-black);
  font-size: clamp(1.3rem, 1.8vw, 1.75rem);
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
}

.testing-iteration-page .story-strip {
  position: relative;
  margin: 0 0 14px;
  padding: 14px 16px 15px;
  background: #f2f2ee;
  border-left: 8px solid var(--accent, var(--p5-red));
}

.testing-iteration-page .story-strip h4 {
  margin: 0 0 7px;
  color: var(--bg-black);
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.testing-iteration-page .story-strip p {
  margin: 0;
  color: #202020;
  font-size: 1rem;
  font-weight: 800;
}

.testing-iteration-page .finding-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 560px;
  padding: 26px 26px 28px;
  color: var(--pure-white);
  background: #050505;
  border: 4px solid var(--pure-white);
  box-shadow: 14px 14px 0 var(--card-shadow, var(--p5-red));
  clip-path: polygon(0 0, 100% 2%, 97% 100%, 2% 98%);
}

.testing-iteration-page .finding-card:nth-child(1) {
  --card-shadow: var(--hold-cyan);
}

.testing-iteration-page .finding-card:nth-child(2) {
  --card-shadow: var(--p5-red);
  transform: translateY(-16px);
}

.testing-iteration-page .finding-card:nth-child(3) {
  --card-shadow: var(--hold-yellow);
}

.testing-iteration-page .finding-kicker {
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 22px;
  padding: 8px 13px;
  color: var(--bg-black);
  background: var(--pure-white);
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: rotate(-2deg);
}

.testing-iteration-page .finding-card h4 {
  margin: 0;
  color: var(--pure-white);
  font-size: clamp(1.7rem, 2.2vw, 2.5rem);
  line-height: 1.02;
  text-transform: uppercase;
}

.testing-iteration-page .finding-divider {
  width: 100%;
  height: 6px;
  margin: 26px 0 22px;
  background: repeating-linear-gradient(90deg, var(--pure-white) 0 28px, transparent 28px 40px);
  opacity: 0.9;
}

.testing-iteration-page .finding-card > p {
  margin: 0;
  color: #e8e8e8;
  font-size: 1.06rem;
  font-weight: 800;
}

.testing-iteration-page .pull-quote {
  margin: 24px 0 22px;
  padding: 22px 22px 24px;
  color: var(--bg-black);
  background: var(--hold-yellow);
  border: 4px solid var(--pure-white);
  box-shadow: 8px 8px 0 #000;
  transform: rotate(-1deg);
}

.testing-iteration-page .pull-quote span {
  display: block;
  margin-bottom: 10px;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.testing-iteration-page blockquote {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  font-style: italic;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0;
}

.testing-iteration-page .implication {
  margin-top: auto;
  padding: 18px 20px 19px;
  color: var(--bg-black);
  background: #f4f4f0;
  border-left: 10px solid var(--accent, var(--hold-cyan));
}

.testing-iteration-page .implication h5 {
  margin: 0 0 8px;
  font-size: 1rem;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.testing-iteration-page .implication p {
  margin: 0;
  font-size: 1rem;
  font-weight: 900;
}

.testing-iteration-page .decision-board {
  position: relative;
  overflow: hidden;
  padding: clamp(1.6rem, 3vw, 2.6rem);
  color: var(--bg-black);
  background: var(--pure-white);
  border: 5px solid var(--bg-black);
  filter: drop-shadow(18px 18px 0 var(--p5-red));
  clip-path: polygon(0 0, 99% 1.6%, 98% 100%, 1.5% 98%);
}

.testing-iteration-page .decision-board::before {
  content: "";
  position: absolute;
  top: 26px;
  right: -90px;
  width: 520px;
  height: 18px;
  background: var(--hold-cyan);
  transform: rotate(-9deg);
  box-shadow: -44px 42px 0 var(--hold-yellow), -88px 84px 0 var(--p5-red);
}

.testing-iteration-page .decision-header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-bottom: 26px;
}

.testing-iteration-page .decision-header h3 {
  margin: 0;
  color: var(--bg-black);
  font-size: clamp(2.6rem, 4vw, 4.8rem);
  line-height: 0.92;
  text-transform: uppercase;
}

.testing-iteration-page .decision-badge {
  display: inline-block;
  padding: 9px 14px;
  color: var(--pure-white);
  background: var(--p5-red);
  font-size: 1rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transform: rotate(-2deg);
  box-shadow: 6px 6px 0 var(--bg-black);
}

.testing-iteration-page .decision-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.testing-iteration-page .decision-list li {
  position: relative;
  min-height: 72px;
  padding: 17px 24px 18px 72px;
  color: var(--bg-black);
  background: #efefea;
  border: 3px solid var(--bg-black);
  font-family: Arial, sans-serif;
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  font-weight: 900;
  line-height: 1.42;
}

.testing-iteration-page .decision-list li::before {
  left: 24px;
  top: 23px;
}

.testing-iteration-page .decision-list li:nth-child(2) {
  --dot-color: var(--hold-cyan);
}

.testing-iteration-page .decision-list li:nth-child(3) {
  --dot-color: var(--hold-yellow);
}

.testing-iteration-page .refinement-module {
  margin-top: clamp(2rem, 4vw, 3.5rem);
  padding: clamp(1.6rem, 3vw, 2.5rem);
  background: #050505;
  border: 4px solid var(--pure-white);
  filter: drop-shadow(14px 14px 0 #000);
}

.testing-iteration-page .module-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 28px;
  align-items: start;
  margin-bottom: 28px;
}

.testing-iteration-page .module-title {
  margin: 0;
  color: var(--pure-white);
  font-size: clamp(2rem, 3.6vw, 4rem);
  line-height: 0.95;
  text-transform: uppercase;
  text-shadow: 6px 6px 0 rgba(255, 255, 255, 0.12);
}

.testing-iteration-page .trigger-card {
  padding: 20px 22px;
  color: var(--pure-white);
  background: var(--p5-red);
  border: 4px solid var(--pure-white);
  box-shadow: 8px 8px 0 #000;
  transform: rotate(1deg);
}

.testing-iteration-page .trigger-card h4,
.testing-iteration-page .copy-card h4,
.testing-iteration-page .callout h4 {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.testing-iteration-page .trigger-card p {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
}

.testing-iteration-page .before-after-grid,
.testing-iteration-page .module-copy-grid,
.final-reflection-page .reflection-lower-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.testing-iteration-page .screenshot-figure {
  margin: 0;
  color: var(--bg-black);
  background: var(--pure-white);
  border: 4px solid #000;
  box-shadow: 10px 10px 0 #000;
}

.testing-iteration-page .screenshot-label {
  padding: 18px 20px 12px;
  border-bottom: 4px solid #000;
}

.testing-iteration-page .screenshot-label h4 {
  margin: 0;
  color: var(--bg-black);
  font-size: clamp(1.25rem, 1.8vw, 2rem);
  line-height: 1.03;
  text-transform: uppercase;
}

.testing-iteration-page .screenshot-frame {
  padding: 28px;
  background:
    radial-gradient(circle, rgba(0, 0, 0, 0.12) 1.3px, transparent 1.6px) 0 0 / 16px 16px,
    linear-gradient(155deg, rgba(0, 229, 255, 0.1), rgba(244, 196, 48, 0.12));
  border-bottom: 4px solid #000;
}

.testing-iteration-page .frame-ui {
  position: relative;
  min-height: 210px;
  border: 4px solid #111;
  background: rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

.testing-iteration-page .frame-ui::before,
.testing-iteration-page .frame-ui::after {
  content: "";
  position: absolute;
  inset: 16% -6% auto 4%;
  height: 12px;
  background: var(--accent, var(--p5-red));
  transform: rotate(1deg);
  box-shadow:
    70px 48px 0 var(--hold-yellow),
    0 104px 0 rgba(255, 0, 60, 0.48),
    230px 158px 0 var(--p5-red);
}

.testing-iteration-page .frame-ui::after {
  inset: auto 4% 15% -5%;
  background: var(--hold-cyan);
  transform: rotate(-1.2deg);
  opacity: 0.72;
  box-shadow: 88px -70px 0 rgba(244, 196, 48, 0.72);
}

.testing-iteration-page .frame-ui span {
  position: absolute;
  display: block;
  background: #111;
}

.testing-iteration-page .frame-ui span:nth-child(1) {
  left: 12%;
  top: 23%;
  width: 38%;
  height: 14px;
}

.testing-iteration-page .frame-ui span:nth-child(2) {
  left: 13%;
  bottom: 24%;
  width: 72%;
  height: 8px;
}

.testing-iteration-page .frame-ui span:nth-child(3) {
  right: 6%;
  top: 13%;
  width: 9px;
  height: 58%;
}

.testing-iteration-page .frame-ui span:nth-child(4) {
  right: 7%;
  bottom: 18%;
  width: 24%;
  height: 20px;
  background: var(--p5-red);
}

.testing-iteration-page .screenshot-figure figcaption {
  padding: 18px 20px 24px;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 800;
}

.testing-iteration-page .module-copy-grid {
  grid-template-columns: 1fr 1fr minmax(260px, 0.72fr);
  margin-top: 24px;
}

.testing-iteration-page .copy-card,
.testing-iteration-page .callout {
  padding: 22px 24px;
  color: var(--bg-black);
  background: var(--pure-white);
  border-left: 10px solid var(--accent, var(--hold-cyan));
  box-shadow: 9px 9px 0 #000;
}

.testing-iteration-page .copy-card p,
.testing-iteration-page .callout p {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
}

.testing-iteration-page .callout {
  background: var(--hold-yellow);
  border-left-color: var(--p5-red);
}

.evaluation-page .refinement-evidence-board {
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
}

.evaluation-page .refinement-intro,
.evaluation-page .refinement-testing-summary,
.evaluation-page .refinement-design-reflection {
  min-width: 0;
  color: var(--pure-white);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(0, 229, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    10px 10px 0 rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.evaluation-page .refinement-intro {
  padding: clamp(1.3rem, 2.6vw, 2.1rem);
  border-left: 5px solid var(--hold-cyan);
}

.evaluation-page .refinement-intro p,
.evaluation-page .refinement-testing-summary p,
.evaluation-page .refinement-case p,
.evaluation-page .refinement-design-reflection p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.98rem, 1.1vw, 1.08rem);
  line-height: 1.64;
  font-weight: 800;
}

.evaluation-page .refinement-testing-summary {
  padding: clamp(1.35rem, 2.8vw, 2.25rem);
  border-left: 5px solid var(--hold-yellow);
}

.evaluation-page .refinement-testing-summary h3,
.evaluation-page .refinement-design-reflection h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(1.55rem, 2.4vw, 2.55rem);
  line-height: 1;
  text-transform: uppercase;
}

.evaluation-page .refinement-case-stack {
  display: grid;
  gap: clamp(1.6rem, 3.4vw, 2.8rem);
}

.evaluation-page .refinement-case {
  display: grid;
  gap: clamp(1.25rem, 2.5vw, 2rem);
  min-width: 0;
  padding: clamp(1.35rem, 2.8vw, 2.4rem);
  color: var(--pure-white);
  background: #050505;
  border: 4px solid rgba(255, 255, 255, 0.92);
  box-shadow: 14px 14px 0 rgba(0, 0, 0, 0.86);
  clip-path: polygon(0 0, 99% 1%, 98% 100%, 2% 98%);
}

.evaluation-page .refinement-case-header {
  display: grid;
  grid-template-columns: minmax(130px, 0.24fr) minmax(0, 1fr);
  gap: clamp(1rem, 2vw, 1.8rem);
  align-items: start;
}

.evaluation-page .refinement-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: 8px 12px;
  color: var(--bg-black);
  background: var(--hold-cyan);
  border: 2px solid #000;
  box-shadow: 5px 5px 0 var(--p5-red);
  font-size: 0.88rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.evaluation-page .refinement-case h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(1.6rem, 3vw, 3rem);
  line-height: 1;
  text-transform: uppercase;
}

.evaluation-page .feedback-source-badge {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 32px;
  padding: 7px 11px;
  color: var(--pure-white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.evaluation-page .refinement-context {
  max-width: 1040px;
}

.evaluation-page .refinement-screenshot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 1.8rem);
}

.evaluation-page .refinement-screenshot {
  display: grid;
  gap: 0;
  min-width: 0;
  margin: 0;
  color: var(--pure-white);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(0, 229, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.42);
}

.evaluation-page .refinement-screenshot figcaption {
  padding: 14px 16px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  font-size: clamp(0.92rem, 1vw, 1rem);
  line-height: 1.42;
  font-weight: 900;
}

.evaluation-page .refinement-screenshot-placeholder {
  display: grid;
  place-items: center;
  min-height: clamp(220px, 24vw, 340px);
  padding: clamp(1.1rem, 2vw, 1.6rem);
  color: rgba(255, 255, 255, 0.72);
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.14) 1.3px, transparent 1.6px) 0 0 / 18px 18px,
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(0, 229, 255, 0.04));
  border: 14px solid rgba(255, 255, 255, 0.08);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.35;
  font-weight: 900;
  text-align: center;
}

.evaluation-page .refinement-screenshot-image {
  display: block;
  width: 100%;
  height: clamp(220px, 24vw, 340px);
  object-fit: contain;
  background: #ffffff;
  border: 14px solid rgba(255, 255, 255, 0.08);
}

.evaluation-page .refinement-screenshot-image-dark {
  background: #050505;
}

.evaluation-page .refinement-screenshot.after .refinement-screenshot-placeholder {
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.14) 1.3px, transparent 1.6px) 0 0 / 18px 18px,
    linear-gradient(135deg, rgba(0, 229, 255, 0.08), rgba(118, 208, 154, 0.07));
}

.evaluation-page .refinement-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
}

.evaluation-page .refinement-detail-grid section,
.evaluation-page .refinement-observation,
.evaluation-page .ai-reflection-note {
  min-width: 0;
  padding: clamp(1rem, 1.8vw, 1.35rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(0, 229, 255, 0.035));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 4px solid var(--hold-cyan);
}

.evaluation-page .refinement-detail-grid section:nth-child(2) {
  border-left-color: var(--hold-yellow);
}

.evaluation-page .refinement-detail-grid section:nth-child(3),
.evaluation-page .ai-reflection-note {
  border-left-color: var(--helper-teal);
}

.evaluation-page .refinement-detail-grid h4,
.evaluation-page .refinement-observation h4,
.evaluation-page .ai-reflection-note h4 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.evaluation-page .refinement-detail-grid p {
  font-size: 0.95rem;
  line-height: 1.56;
}

.evaluation-page .refinement-design-reflection {
  display: grid;
  gap: 16px;
  padding: clamp(1.45rem, 3vw, 2.4rem);
  border-left: 5px solid var(--helper-teal);
}

.evaluation-page .ai-reflection-note {
  margin-top: 4px;
}

@media (max-width: 980px) {
  .evaluation-page .refinement-case-header,
  .evaluation-page .refinement-screenshot-grid,
  .evaluation-page .refinement-detail-grid {
    grid-template-columns: 1fr;
  }

  .evaluation-page .refinement-number {
    width: max-content;
  }
}

.testing-iteration-page .outcome-card {
  margin-top: clamp(2rem, 4vw, 3.5rem);
  padding: clamp(1.7rem, 3vw, 2.4rem);
  color: var(--bg-black);
  background: var(--pure-white);
  border: 4px solid #000;
  clip-path: polygon(0 0, 99% 2%, 98% 100%, 2% 98%);
  box-shadow: 12px 12px 0 var(--helper-teal);
}

.testing-iteration-page .outcome-card h3 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.testing-iteration-page .outcome-card p {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 800;
}

.final-reflection-page .reflection-board-standalone {
  display: grid;
  gap: clamp(1.6rem, 3vw, 2.4rem);
}

.final-reflection-page .reflection-card {
  padding: clamp(1.7rem, 3.4vw, 3rem);
  border: 4px solid #000;
  box-shadow: 14px 14px 0 #000;
}

.final-reflection-page .reflection-card h3 {
  display: inline-block;
  margin: 0 0 24px;
  padding: 8px 15px;
  font-size: clamp(1.7rem, 2.7vw, 3.2rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.final-reflection-page .reflection-card p {
  margin: 0 0 18px;
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 1.72;
  font-weight: 800;
}

.final-reflection-page .reflection-card p:last-child {
  margin-bottom: 0;
}

.final-reflection-page .reflection-card.social {
  color: var(--bg-black);
  background: var(--pure-white);
  clip-path: polygon(0 0, 99% 1%, 98% 100%, 2% 98%);
}

.final-reflection-page .reflection-card.social h3 {
  color: var(--pure-white);
  background: #000;
  box-shadow: 7px 7px 0 var(--p5-red);
}

.final-reflection-page .reflection-copy-columns {
  column-count: 2;
  column-gap: 54px;
}

.final-reflection-page .reflection-copy-columns p {
  break-inside: avoid;
}

.final-reflection-page .reflection-card.ai {
  color: var(--bg-black);
  background: var(--pure-white);
  border-top: 10px solid var(--hold-cyan);
}

.final-reflection-page .reflection-card.ai h3 {
  color: var(--bg-black);
  background: var(--hold-cyan);
  box-shadow: 7px 7px 0 #000;
}

.final-reflection-page .reflection-card.takeaway {
  color: var(--pure-white);
  background: #050505;
  border: 4px solid var(--pure-white);
  box-shadow: 14px 14px 0 var(--p5-red);
}

.final-reflection-page .reflection-card.takeaway h3 {
  color: var(--pure-white);
  background: var(--p5-red);
  box-shadow: 7px 7px 0 #000;
}

@media (max-width: 1200px) {
  .integrated-page .page-hero,
  .why-gap-page .why-board,
  .why-gap-page .source-grid,
  .why-gap-page .synthesis-grid,
  .testing-iteration-page .testing-setup-hero,
	  .testing-iteration-page .module-head,
	  .testing-iteration-page .before-after-grid,
	  .testing-iteration-page .module-copy-grid,
	  .evaluation-page .evaluation-overview-grid,
	  .evaluation-page .results-summary-grid,
	  .final-reflection-page .reflection-lower-grid {
	    grid-template-columns: 1fr;
	  }

  .why-gap-page .statement-columns,
  .final-reflection-page .reflection-copy-columns {
    column-count: 1;
  }

  .integrated-page .page-hero > .module-subsection-nav,
  .integrated-page .page-hero > .hero-collage {
    grid-column: 1;
    grid-row: auto;
  }

  .integrated-page .page-title-card {
    min-height: clamp(300px, 42vw, 430px);
  }

  .integrated-page .hero-collage {
    min-height: auto;
    align-content: start;
  }

  .why-gap-page .synthesis-card:nth-child(2),
  .why-gap-page .synthesis-card:nth-child(3),
  .testing-iteration-page .participant-card:nth-child(2),
	  .testing-iteration-page .finding-card:nth-child(2) {
	    transform: none;
	  }

	  .evaluation-page .phase-card:nth-child(2) {
	    transform: none;
	  }

  .testing-iteration-page .snapshot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

	  .testing-iteration-page .participant-grid,
	  .testing-iteration-page .findings-grid,
	  .evaluation-page .evaluation-task-grid,
	  .evaluation-page .measurement-grid {
	    grid-template-columns: 1fr;
	  }

  .testing-iteration-page .testing-evidence-gallery {
    --testing-evidence-panel-height: clamp(430px, 46vw, 560px);
    --testing-evidence-card-width: min(100%, clamp(323px, 34.5vw, 420px));
    grid-template-columns: minmax(300px, 1fr) minmax(300px, 0.92fr);
    gap: clamp(1.5rem, 3vw, 3rem);
  }
}

@media (max-width: 980px) {
  .testing-iteration-page .testing-evidence-gallery {
    --testing-evidence-panel-height: clamp(390px, 58vw, 520px);
    --testing-evidence-card-width: min(100%, clamp(293px, 43.5vw, 390px));
    grid-template-columns: 1fr;
    gap: clamp(1.4rem, 4vw, 2.2rem);
  }

	  .testing-iteration-page .testing-evidence-copy-panel,
	  .testing-iteration-page .testing-evidence-copy-panel .testing-evidence-card {
	    min-height: auto;
	  }

	  .evaluation-page .evaluation-table {
	    min-width: 0;
	  }
}

@media (max-width: 760px) {
  .page-header {
    padding-inline: 18px;
  }

  .integrated-page .page-hero {
    gap: 24px;
    padding: 0;
  }

  .integrated-page .page-main {
    margin-top: 20px;
    padding: 0 18px;
  }

  .integrated-page .stage-board,
  .why-gap-page .source-panel,
  .why-gap-page .synthesis-panel,
  .testing-iteration-page .refinement-module,
  .final-reflection-page .reflection-card {
    padding: 24px 18px;
  }

  .integrated-page .page-title-card h1 {
    font-size: clamp(2rem, 9.5vw, 3.1rem);
    line-height: 0.98;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .integrated-page .page-title-card {
    --title-black-x: 5px;
    --title-black-y: 5px;
    --title-cyan-x: 16px;
    --title-cyan-y: 12px;
    min-height: 0;
    padding: 30px 22px 34px;
    clip-path: none;
    box-shadow: none;
  }

  .integrated-page .page-title-backdrop {
    clip-path: polygon(0 0, 100% 2%, 98% 96%, 0 100%);
  }

  .integrated-page .page-title-backdrop-cyan {
    transform: translate(var(--title-cyan-x), var(--title-cyan-y)) scale(1.014);
  }

  .integrated-page .page-title-backdrop-black {
    transform: translate(var(--title-black-x), var(--title-black-y)) scale(1.006);
  }

  .integrated-page .page-title-backdrop-dots {
    clip-path: polygon(0 0, 100% 2%, 98% 96%, 0 100%);
    box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.14);
  }

  .integrated-page .page-title-card::after {
    inset: 0;
    width: auto;
    height: auto;
    clip-path: polygon(0 0, 100% 2%, 98% 96%, 0 100%);
    transform: none;
    filter: none;
  }

  .integrated-page .page-id {
    font-size: 0.82rem;
    letter-spacing: 0.1em;
  }

  .integrated-page .page-description {
    padding: 12px 14px 12px 16px;
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .integrated-page .hero-collage {
    padding: 14px 0 0;
  }

  .integrated-page .hero-collage::before,
  .integrated-page .hero-collage::after {
    display: none;
  }

  .integrated-page .title-shard {
    max-width: calc(100vw - 78px);
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .integrated-page .title-shard-black,
  .integrated-page .title-shard-red {
    font-size: clamp(1.7rem, 8.2vw, 2.75rem);
    transform: rotate(-1deg);
  }

  .integrated-page .title-shard-red {
    transform: rotate(1deg) translateX(8px);
  }

  .integrated-page .title-shard-white {
    font-size: clamp(0.82rem, 3.35vw, 0.98rem);
    line-height: 1.28;
    transform: rotate(-0.7deg);
  }

  .integrated-page .section-title {
    font-size: clamp(2.25rem, 12vw, 3.2rem);
  }

  .why-gap-page .synthesis-card {
    grid-template-columns: 1fr;
  }

  .testing-iteration-page .snapshot-grid {
    grid-template-columns: 1fr;
  }

  .testing-iteration-page .testing-evidence-gallery {
    --testing-evidence-panel-height: clamp(320px, 98vw, 440px);
    --testing-evidence-card-width: min(100%, clamp(240px, 73.5vw, 330px));
    gap: 1.35rem;
  }

  .testing-iteration-page .testing-evidence-gallery-stage {
    margin-inline: -6px;
  }

  .testing-iteration-page .testing-evidence-slider {
    overflow: visible;
    perspective: 760px;
  }

  .testing-iteration-page .testing-evidence-wrapper {
    width: var(--testing-evidence-card-width);
    height: var(--testing-evidence-panel-height);
  }

  .testing-iteration-page .testing-evidence-slide {
    width: 100%;
  }

  .testing-iteration-page .testing-evidence-photo-frame {
    border-radius: 8px;
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.34), 5px 5px 0 var(--slide-accent);
  }

  .testing-iteration-page .testing-evidence-copy-panel .testing-evidence-card {
    padding: 1.15rem;
    box-shadow: 9px 9px 0 #000;
  }

  .testing-iteration-page .testing-evidence-card h3 {
    font-size: clamp(1.35rem, 8vw, 2rem);
    line-height: 1.04;
  }

  .testing-iteration-page .testing-evidence-card > p {
    font-size: 0.94rem;
    line-height: 1.52;
  }

  .testing-iteration-page .testing-evidence-card .evidence-caption,
  .testing-iteration-page .testing-evidence-card .evidence-insight {
    padding: 12px 13px;
  }

  .testing-iteration-page .featured-image-frame {
    min-height: 240px;
  }

  .testing-iteration-page .snapshot-item.wide {
    grid-column: span 1;
  }

  .testing-iteration-page .participant-head {
    display: grid;
  }

  .testing-iteration-page .participant-role {
    text-align: left;
  }

  .testing-iteration-page .decision-list li {
    padding-left: 58px;
  }

	  .testing-iteration-page .decision-list li::before {
	    left: 20px;
	  }

	  .evaluation-page .evaluation-table-wrap {
	    overflow-x: visible;
	    padding: 0;
	  }

	  .evaluation-page .evaluation-table,
	  .evaluation-page .evaluation-table thead,
	  .evaluation-page .evaluation-table tbody,
	  .evaluation-page .evaluation-table tr,
	  .evaluation-page .evaluation-table th,
	  .evaluation-page .evaluation-table td {
	    display: block;
	    width: 100%;
	  }

	  .evaluation-page .evaluation-table {
	    border: 0;
	    box-shadow: none;
	    background: transparent;
	  }

	  .evaluation-page .evaluation-table thead {
	    position: absolute;
	    width: 1px;
	    height: 1px;
	    overflow: hidden;
	    clip: rect(0 0 0 0);
	  }

	  .evaluation-page .evaluation-table tbody {
	    display: grid;
	    gap: 16px;
	  }

	  .evaluation-page .evaluation-table tr {
	    padding: 0;
	    background: var(--pure-white);
	    border: 4px solid #000;
	    box-shadow: 8px 8px 0 #000;
	  }

	  .evaluation-page .evaluation-table tbody tr:nth-child(even) {
	    background: var(--pure-white);
	  }

	  .evaluation-page .evaluation-table th,
	  .evaluation-page .evaluation-table td {
	    display: grid;
	    grid-template-columns: minmax(105px, 0.42fr) minmax(0, 1fr);
	    gap: 12px;
	    padding: 13px 14px;
	    border: 0;
	    border-bottom: 2px solid #000;
	    font-size: 0.92rem;
	  }

	  .evaluation-page .evaluation-table tr > :last-child {
	    border-bottom: 0;
	  }

	  .evaluation-page .evaluation-table tbody th {
	    border-left: 0;
	    border-top: 8px solid var(--hold-cyan);
	  }

	  .evaluation-page .evaluation-table tbody th::before,
	  .evaluation-page .evaluation-table tbody td::before {
	    content: attr(data-label);
	    color: #555;
	    font-size: 0.72rem;
	    font-weight: 900;
	    letter-spacing: 0.10em;
	    text-transform: uppercase;
	  }

	  .evaluation-page .phase-card,
	  .evaluation-page .evaluation-task-card,
	  .evaluation-page .measurement-card,
	  .evaluation-page .boundary-card,
	  .evaluation-page .results-summary-card {
	    box-shadow: 7px 7px 0 var(--card-shadow, #000);
	  }

	  .evaluation-page .phase-card {
	    box-shadow: 7px 7px 0 var(--phase-accent, var(--hold-cyan));
	  }
}

/* Process portfolio restructuring additions */
.home-page.home-portfolio {
  width: auto;
  height: 100vh;
  max-height: 100vh;
  min-width: 0;
  min-height: 100vh;
  overflow: hidden;
  align-items: center;
  padding: 0;
}

.home-shell {
  position: relative;
  z-index: 10;
  width: 100%;
  min-height: 120vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(30px, 3vh, 50px);
  padding: clamp(50px, 3vw, 40px);
  padding-bottom: -80px;
  overflow: hidden;
    transform: translateY(-130px);
}

.home-brand {
  position: relative;
  z-index: 30;
  pointer-events: none;
  text-align: center;
}

.home-brand h1 {
  margin: 0;
  color: transparent;
  -webkit-text-stroke: 2px var(--pure-white);
  font-size: clamp(4.7rem, 10vw, 10.9rem);
  line-height: 0.88;
  text-transform: uppercase;
  filter: drop-shadow(6px 6px 0 rgba(255, 0, 60, 0.55));
}

.home-subtitle {
  max-width: 820px;
  margin: 18px 0 0;
  color: var(--hold-cyan);
  font-size: clamp(1.25rem, 2.7vw, 2.35rem);
  line-height: 1.04;
}

.home-concept {
  max-width: 780px;
  margin: 22px 0 0;
  color: #eeeeee;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.7;
}

.home-panel {
  padding: clamp(24px, 4vw, 38px);
  background: rgba(10, 10, 10, 0.86);
  border: 4px solid rgba(255, 255, 255, 0.9);
  box-shadow: 12px 12px 0 rgba(0, 0, 0, 0.72);
}

.home-panel h2 {
  display: inline-block;
  margin: 0 0 24px;
  padding: 8px 14px;
  color: var(--bg-black);
  background: var(--hold-cyan);
  font-size: clamp(1.5rem, 2.4vw, 2.45rem);
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 6px 6px 0 #000;
}

.home-model-section {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(1180px, 92vw);
  min-height: 0;
  padding: 0;
  transform: translateY(-30px);
}

.home-model-menu {
  width: min(100%, 980px);
  margin: 0 auto;
  gap: 28px; /* 加这一行，数值越大 item 间距越大 */
}

.home-model-menu .menu-kicker {
  margin-bottom: 4px;
}

.home-model-menu .menu-item {
  max-width: 100%;
  font-size: clamp(1.6rem, 4.5vw, 4.15rem);
}

.home-model-menu .menu-item:hover,
.home-model-menu .menu-item:focus-visible {
  transform: scale(1.06) rotate(0deg) translateX(0) !important;
}

.quick-link-grid,
.link-button-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.quick-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 46px 12px 18px;
  color: var(--bg-black);
  background: var(--pure-white);
  border: 3px solid #000;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 6px 6px 0 var(--p5-red);
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 94%);
  transition: transform 0.16s cubic-bezier(0.22, 1.2, 0.35, 1), background-color 0.12s linear, color 0.12s linear, box-shadow 0.12s linear, filter 0.12s linear;
}

.quick-link::after {
  content: "\2197";
  position: absolute;
  top: 8px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: var(--pure-white);
  background: var(--bg-black);
  border: 2px solid var(--bg-black);
  font-size: 1rem;
  line-height: 1;
  transition: transform 0.16s cubic-bezier(0.22, 1.2, 0.35, 1), background-color 0.12s linear, color 0.12s linear;
}

.quick-link:hover,
.quick-link:focus-visible {
  color: var(--bg-black);
  background: var(--hold-yellow);
  transform: translate(-3px, -4px);
  box-shadow: 9px 9px 0 var(--pure-white);
  outline: 3px solid var(--hold-cyan);
  outline-offset: 3px;
}

.quick-link:hover::after,
.quick-link:focus-visible::after {
  color: var(--bg-black);
  background: var(--hold-cyan);
  transform: translate(3px, -3px) rotate(6deg);
}

.home-nav-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.module-card {
  position: relative;
  display: grid;
  gap: 14px;
  min-height: 260px;
  padding: 22px 20px 24px;
  color: var(--pure-white);
  background: #050505;
  border: 4px solid var(--pure-white);
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 3%, 97% 100%, 3% 96%);
  box-shadow: 10px 10px 0 var(--p5-red);
  transition: transform 0.16s cubic-bezier(0.22, 1.2, 0.35, 1), border-color 0.12s linear, box-shadow 0.12s linear, filter 0.12s linear;
}

.module-card::after {
  content: "\2197";
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--bg-black);
  background: var(--hold-cyan);
  border: 3px solid #000;
  box-shadow: 4px 4px 0 var(--p5-red);
  font-size: 1.15rem;
  line-height: 1;
  transition: transform 0.16s cubic-bezier(0.22, 1.2, 0.35, 1), background-color 0.12s linear, box-shadow 0.12s linear;
}

.module-card:nth-child(even) {
  box-shadow: 10px 10px 0 var(--hold-cyan);
}

.module-card:hover,
.module-card:focus-visible {
  transform: translateY(-6px);
  border-color: var(--hold-yellow);
  box-shadow: 12px 12px 0 var(--pure-white);
  outline: 3px solid var(--hold-cyan);
  outline-offset: 4px;
}

.module-card:hover::after,
.module-card:focus-visible::after {
  background: var(--hold-yellow);
  box-shadow: 5px 5px 0 var(--pure-white);
  transform: translate(4px, -4px) rotate(8deg);
}

.module-number {
  width: max-content;
  padding: 6px 10px;
  color: var(--bg-black);
  background: var(--hold-yellow);
  font-size: 1.15rem;
  line-height: 1;
}

.module-title {
  color: var(--pure-white);
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.module-copy {
  align-self: end;
  color: #dedede;
  font-size: 0.98rem;
  line-height: 1.55;
}

.process-page p,
.process-page li,
.process-page td,
.process-page th,
.process-page figcaption,
.process-page .card-label,
.process-page .status,
.process-page .arch-node span {
  font-family: Arial, sans-serif;
  letter-spacing: 0;
}

.process-page .page-title-card h1 {
  text-transform: uppercase;
}

.process-page .section-title {
  margin-bottom: 36px;
  font-size: clamp(2.15rem, 4.5vw, 3.6rem);
}

.process-page .portfolio-section {
  scroll-margin-top: 24px;
}

.process-page .page-description {
  line-height: 1.65;
}

body:is(.why-gap-page, .user-requirements-page, .iteration-page, .implementation-page).process-page .page-hero {
  max-width: 1500px;
}

body:is(.why-gap-page, .user-requirements-page, .iteration-page, .implementation-page).process-page .page-title-card {
  width: 100%;
  max-width: none;
  min-height: clamp(360px, 31vw, 520px);
}

body:is(.why-gap-page, .user-requirements-page, .iteration-page, .implementation-page).process-page .hero-collage {
  min-height: clamp(320px, 29vw, 500px);
}

body:is(.why-gap-page, .user-requirements-page, .iteration-page, .implementation-page).process-page .page-main {
  max-width: 1600px;
}

.module-subsection-nav {
  position: relative;
  width: min(100%, 1280px);
  margin: clamp(18px, 2.5vw, 26px) auto 0;
}

.integrated-page .page-hero > .module-subsection-nav {
  grid-column: 1 / -1;
  grid-row: 2;
  justify-self: center;
}

.integrated-page .page-hero > .hero-collage {
  grid-column: 2;
  grid-row: 1;
}

@media (max-width: 1200px) {
  .integrated-page .page-hero > .module-subsection-nav,
  .integrated-page .page-hero > .hero-collage {
    grid-column: 1;
    grid-row: auto;
  }
}

.module-subsection-scroll {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  overflow: visible;
  padding: 8px 10px 12px;
}

.module-subsection-item {
  flex: 0 0 auto;
}

.module-subsection-button {
  font-family: 'Ropa Sans', sans-serif;
  color: white;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05rem;
  border: 1px solid #0E1822;
  padding: 1.1rem 2.3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 531.28 200'%3E%3Cdefs%3E%3Cstyle%3E .shape %7B fill: %23FF4655 /* fill: %230E1822; */ %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolygon class='shape' points='415.81 200 0 200 115.47 0 531.28 0 415.81 200' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-color: #0E1822;
  background-size: 200%;
  background-position: 200%;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
  box-shadow: 0 0 0 rgba(255, 70, 85, 0);
  transition-property: background-position, border, color, transform, box-shadow;
  position: relative;
  z-index: 1;
}

.module-subsection-button:hover {
  border: 1px solid #FF4655;
  color: white;
  background-position: 40%;
  box-shadow: 6px 6px 0 #FF4655;
  transform: translate(-2px, -3px);
}

.module-subsection-button:before {
  content: "";
  position: absolute;
  background-color: #0E1822;
  width: 0.2rem;
  height: 0.2rem;
  top: -1px;
  left: -1px;
  transition: background-color 0.15s ease-in-out;
}

.module-subsection-button:hover:before {
  background-color: white;
}

.module-subsection-button:hover:after {
  background-color: white;
}

.module-subsection-button:after {
  content: "";
  position: absolute;
  background-color: #FF4655;
  width: 0.3rem;
  height: 0.3rem;
  bottom: -1px;
  right: -1px;
  transition: background-color 0.15s ease-in-out;
}

.module-subsection-button-borders {
  position: relative;
  width: fit-content;
  height: fit-content;
}

.module-subsection-button-borders:before {
  content: "";
  position: absolute;
  width: calc(100% + 0.5em);
  height: 50%;
  left: -0.3em;
  top: -0.3em;
  border: 1px solid #0E1822;
  border-bottom: 0px;
}

.module-subsection-button-borders:after {
  content: "";
  position: absolute;
  width: calc(100% + 0.5em);
  height: 50%;
  left: -0.3em;
  bottom: -0.3em;
  border: 1px solid #0E1822;
  border-top: 0px;
  z-index: 0;
}

.shape {
  fill: #0E1822;
}

.module-subsection-button.is-active,
.module-subsection-button[aria-selected="true"] {
  border: 1px solid #FF4655;
  color: white;
  background-position: 40%;
  box-shadow: 6px 6px 0 rgba(255, 70, 85, 0.55);
}

.module-subsection-button:focus-visible {
  outline: 3px solid var(--hold-cyan);
  outline-offset: 4px;
}

.module-subsection-panel[hidden] {
  display: none !important;
}

.module-subsection-panel.is-active {
  margin-bottom: 0;
}

@media (max-width: 760px) {
  .module-subsection-nav {
    width: min(100%, calc(100vw - 56px));
    margin-top: 5px;
  }

  .module-subsection-scroll {
    justify-content: center;
    gap: 12px;
    padding: 8px 8px 12px;
  }
}

.back-home,
.page-link,
.persona-avatar-card,
.persona-avatar-cta {
  -webkit-tap-highlight-color: transparent;
}

.back-home:focus-visible,
.page-link:focus-visible,
.persona-avatar-card:focus-visible,
.persona-avatar-cta:focus-visible {
  outline: 3px solid var(--hold-cyan);
  outline-offset: 4px;
}

.info-grid,
.problem-grid,
.research-grid,
.evidence-grid,
.screenshot-grid,
.requirement-summary-grid,
.crazy-grid,
.option-grid {
  display: grid;
  gap: 24px;
}

.three-col {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.problem-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.research-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.evidence-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.info-card,
.research-card,
.evidence-card,
.sketch-card,
.option-card,
.screenshot-card,
.requirement-summary-card {
  position: relative;
  min-width: 0;
  padding: 22px 22px 24px;
  color: var(--bg-black);
  background: var(--pure-white);
  border: 4px solid #000;
  box-shadow: 9px 9px 0 #000;
  clip-path: polygon(0 0, 100% 2%, 98% 100%, 2% 98%);
}

.info-card {
  border-top: 10px solid var(--card-accent, var(--p5-red));
}

.accent-cyan {
  --card-accent: var(--hold-cyan);
}

.accent-yellow {
  --card-accent: var(--hold-yellow);
}

.accent-red {
  --card-accent: var(--p5-red);
}

.accent-green {
  --card-accent: var(--helper-teal);
}

.card-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 10px;
  color: var(--pure-white);
  background: #000;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.info-card h3,
.research-card h3,
.evidence-card h3,
.sketch-card h3,
.option-card h4,
.requirement-summary-card h3 {
  margin: 0 0 12px;
  color: var(--bg-black);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.02;
  text-transform: none;
}

.research-card h3 {
  min-height: 2.1em;
}

.info-card p,
.research-card p,
.evidence-card p,
.sketch-card p,
.option-card p,
.requirement-summary-card p {
  margin: 0 0 12px;
  color: #171717;
  font-size: 1rem;
  line-height: 1.62;
  font-weight: 700;
}

.info-card p:last-child,
.research-card p:last-child,
.evidence-card p:last-child,
.sketch-card p:last-child,
.option-card p:last-child,
.requirement-summary-card p:last-child {
  margin-bottom: 0;
}

.why-gap-page .gap-analysis-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 34px);
}

.why-gap-page .gap-analysis-grid .research-card {
  display: grid;
  gap: 18px;
  align-content: start;
  border-top: 10px solid var(--hold-cyan);
}

.why-gap-page #commercial-gap .gap-analysis-grid .research-card {
  border-top-color: var(--hold-yellow);
}

.why-gap-page .gap-analysis-grid .research-card h3 {
  min-height: 0;
  margin-bottom: 0;
}

.why-gap-page .gap-point-group {
  padding: 16px 16px 18px;
  background: #f0f0e9;
  border-left: 8px solid var(--group-accent, var(--hold-cyan));
}

.why-gap-page .gap-strengths {
  --group-accent: var(--hold-cyan);
}

.why-gap-page .gap-limitations {
  --group-accent: var(--p5-red);
}

.why-gap-page .gap-point-group h4 {
  display: inline-block;
  margin: 0 0 12px;
  padding: 5px 9px;
  color: var(--pure-white);
  background: #000;
  font-size: 0.92rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.why-gap-page .gap-point-group ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-gap-page .gap-point-group li {
  position: relative;
  padding-left: 20px;
  color: #171717;
  font-family: Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.56;
  font-weight: 700;
}

.why-gap-page .gap-point-group li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--group-accent, var(--hold-cyan));
  border: 2px solid #000;
  transform: rotate(45deg);
}

.media-placeholder {
  display: grid;
  place-items: center;
  min-height: 180px;
  margin-bottom: 18px;
  padding: 20px;
  color: #f2f2f2;
  background:
    repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.09) 0 12px, transparent 12px 24px),
    #151515;
  border: 4px solid #000;
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: 800;
  line-height: 1.3;
}

.user-requirements-page .evidence-carousel-board {
  padding-inline: 0;
  border-color: rgba(5, 16, 21, 0.96);
  background:
    radial-gradient(circle at 18% 12%, rgba(95, 169, 164, 0.22), transparent 30%),
    radial-gradient(circle at 82% 82%, rgba(145, 169, 135, 0.2), transparent 32%),
    linear-gradient(145deg, #071015 0%, #101b27 48%, #16221f 100%);
}

.evidence-carousel {
  --evidence-card-width: min(74vw, 360px);
  --evidence-edge: max(22px, calc((100% - var(--evidence-card-width)) / 2));
  position: relative;
  z-index: 1;
}

.evidence-carousel-track {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.4vw, 30px);
  min-height: clamp(420px, 82vw, 560px);
  padding: clamp(30px, 4vw, 48px) var(--evidence-edge);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-padding-inline: var(--evidence-edge);
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
}

.evidence-carousel-track::-webkit-scrollbar {
  display: none;
}

.evidence-carousel-track.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.evidence-carousel-card {
  --evidence-scale: 0.78;
  --evidence-rotate: 0deg;
  flex: 0 0 var(--evidence-card-width);
  aspect-ratio: 4 / 5;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  color: #071015;
  background:
    linear-gradient(145deg, rgba(15, 29, 35, 0.92), rgba(31, 52, 49, 0.94)),
    #101b27;
  border: 1px solid rgba(238, 233, 220, 0.3);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.32);
  clip-path: none;
  opacity: 0.52;
  scroll-snap-align: center;
  transform: rotate(var(--evidence-rotate)) scale(var(--evidence-scale));
  transform-origin: center;
  transition:
    transform 520ms cubic-bezier(0.23, 1, 0.32, 1),
    opacity 260ms ease,
    border-color 260ms ease,
    box-shadow 320ms ease;
}

.evidence-carousel-card.is-neighbor {
  --evidence-scale: 0.9;
  opacity: 0.76;
}

.evidence-carousel-card.is-active {
  --evidence-scale: 1;
  opacity: 1;
  border-color: rgba(201, 241, 239, 0.82);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(145, 169, 135, 0.42),
    0 0 38px rgba(95, 169, 164, 0.28);
}

.evidence-carousel-card:is(:hover, :focus-visible, :focus-within, .is-touch-open) {
  --evidence-rotate: -3deg;
  opacity: 1;
  border-color: rgba(238, 233, 220, 0.74);
}

.evidence-carousel-card.is-active:is(:hover, :focus-visible, :focus-within, .is-touch-open) {
  --evidence-scale: 1.04;
}

.evidence-carousel-card.is-neighbor:is(:hover, :focus-visible, :focus-within, .is-touch-open) {
  --evidence-scale: 0.94;
}

.evidence-carousel-card.is-distant:is(:hover, :focus-visible, :focus-within, .is-touch-open) {
  --evidence-scale: 0.84;
}

.evidence-carousel-card:focus-visible {
  outline: 3px solid rgba(201, 241, 239, 0.95);
  outline-offset: 7px;
}

.evidence-card-media,
.evidence-card-media img {
  position: absolute;
  inset: 0;
}

.evidence-card-media {
  background: #101b27;
}

.evidence-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 16, 21, 0.08), rgba(7, 16, 21, 0.42)),
    radial-gradient(circle at 22% 18%, rgba(201, 241, 239, 0.15), transparent 34%);
  pointer-events: none;
  transition: opacity 420ms ease;
}

.evidence-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition:
    transform 520ms cubic-bezier(0.23, 1, 0.32, 1),
    opacity 420ms ease,
    filter 420ms ease;
}

.evidence-card-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  padding: clamp(20px, 3vw, 34px);
  color: #071015;
  background:
    linear-gradient(145deg, rgba(238, 233, 220, 0.96), rgba(207, 221, 211, 0.92)),
    rgba(238, 233, 220, 0.94);
  opacity: 0;
  transform: rotate(-42deg) scale(0.82);
  transform-origin: center;
  transition:
    transform 560ms cubic-bezier(0.23, 1, 0.32, 1),
    opacity 360ms ease;
}

.evidence-card-content::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(7, 16, 21, 0.12);
  border-radius: 7px;
  pointer-events: none;
}

.evidence-carousel-card:is(:hover, :focus-visible, :focus-within, .is-touch-open) .evidence-card-media img {
  opacity: 0.26;
  filter: saturate(0.75) brightness(0.7);
  transform: scale(0.9) rotate(-3deg);
}

.evidence-carousel-card:is(:hover, :focus-visible, :focus-within, .is-touch-open) .evidence-card-media::after {
  opacity: 0.28;
}

.evidence-carousel-card:is(:hover, :focus-visible, :focus-within, .is-touch-open) .evidence-card-content {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

.evidence-card-tag {
  align-self: flex-start;
  padding: 7px 10px;
  color: #eee9dc;
  background: #071015;
  border: 1px solid rgba(95, 169, 164, 0.52);
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.evidence-carousel-card h3 {
  max-width: 12ch;
  margin: 0;
  color: #071015;
  font-size: clamp(1.75rem, 4.8vw, 3.1rem);
  line-height: 0.94;
  text-transform: uppercase;
}

.evidence-carousel-card p {
  max-width: 32ch;
  margin: 0;
  color: rgba(7, 16, 21, 0.86);
  font-size: clamp(0.95rem, 1.45vw, 1.08rem);
  line-height: 1.55;
  font-weight: 700;
}

.evidence-carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  place-items: center;
  width: clamp(42px, 4.4vw, 54px);
  height: clamp(42px, 4.4vw, 54px);
  padding: 0;
  color: #eee9dc;
  background: rgba(7, 16, 21, 0.72);
  border: 1px solid rgba(201, 241, 239, 0.48);
  border-radius: 50%;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.34);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    opacity 180ms ease;
}

.evidence-carousel-arrow--prev {
  left: clamp(10px, 2vw, 24px);
}

.evidence-carousel-arrow--next {
  right: clamp(10px, 2vw, 24px);
}

.evidence-carousel-arrow:hover,
.evidence-carousel-arrow:focus-visible {
  color: #071015;
  background: #c9f1ef;
  border-color: rgba(238, 233, 220, 0.82);
  transform: translateY(-50%) scale(1.04);
}

.evidence-carousel-arrow:focus-visible {
  outline: 3px solid rgba(238, 233, 220, 0.92);
  outline-offset: 4px;
}

.evidence-carousel-arrow:disabled {
  opacity: 0.35;
  cursor: default;
  transform: translateY(-50%);
}

.evidence-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 0 18px clamp(20px, 3vw, 34px);
}

.evidence-carousel-dot {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  color: rgba(238, 233, 220, 0.8);
  background: rgba(7, 16, 21, 0.58);
  border: 1px solid rgba(238, 233, 220, 0.28);
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.evidence-carousel-dot.is-active,
.evidence-carousel-dot[aria-current="true"] {
  color: #071015;
  background: #c9f1ef;
  border-color: #eee9dc;
  transform: translateY(-2px);
}

.evidence-carousel-dot:focus-visible {
  outline: 3px solid rgba(201, 241, 239, 0.92);
  outline-offset: 4px;
}

@media (min-width: 760px) {
  .evidence-carousel {
    --evidence-card-width: clamp(330px, 48vw, 500px);
  }
}

@media (min-width: 1180px) {
  .evidence-carousel {
    --evidence-card-width: clamp(420px, 32vw, 500px);
  }
}

@media (max-width: 680px) {
  .user-requirements-page .evidence-carousel-board {
    margin-inline: -4px;
  }

  .evidence-carousel-track {
    min-height: min(112vw, 520px);
    padding-block: 22px 26px;
  }

  .evidence-carousel-card {
    border-radius: 8px;
  }

  .evidence-carousel-arrow {
    display: none;
  }

  .evidence-card-content {
    padding: 22px;
  }

  .evidence-carousel-card h3 {
    max-width: 10ch;
    font-size: clamp(1.45rem, 8vw, 2.25rem);
  }

  .evidence-carousel-card p {
    font-size: 0.92rem;
    line-height: 1.48;
  }
}

@media (prefers-reduced-motion: reduce) {
  .evidence-carousel-track {
    scroll-behavior: auto;
  }

  .evidence-carousel-card,
  .evidence-carousel-card:is(:hover, :focus-visible, :focus-within, .is-touch-open),
  .evidence-carousel-card.is-active,
  .evidence-carousel-card.is-neighbor,
  .evidence-carousel-card.is-distant {
    transform: none;
    transition: opacity 1ms linear, border-color 1ms linear, box-shadow 1ms linear;
  }

  .evidence-card-media img,
  .evidence-card-content,
  .evidence-carousel-card:is(:hover, :focus-visible, :focus-within, .is-touch-open) .evidence-card-media img,
  .evidence-carousel-card:is(:hover, :focus-visible, :focus-within, .is-touch-open) .evidence-card-content {
    transform: none;
    transition: opacity 1ms linear, filter 1ms linear;
  }

  .evidence-carousel-arrow,
  .evidence-carousel-dot {
    transition: none;
  }
}

.section-gap {
  margin-top: 30px;
}

.compact-list {
  margin: 0;
  padding-left: 20px;
  color: #171717;
  font-size: 1rem;
  line-height: 1.62;
  font-weight: 700;
}

.compact-list li + li {
  margin-top: 8px;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
  padding: 4px 4px 18px;
}

.process-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: var(--bg-black);
  background: var(--pure-white);
  border: 4px solid #000;
  box-shadow: 10px 10px 0 #000;
}

.process-table th,
.process-table td {
  padding: 16px 18px;
  border: 3px solid #000;
  text-align: left;
  vertical-align: top;
  font-size: 1rem;
  line-height: 1.45;
}

.process-table th {
  color: var(--pure-white);
  background: #000;
  font-weight: 900;
}

.process-table tbody tr:nth-child(even) {
  background: #efefea;
}

.requirement-summary-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.requirement-summary-card {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.requirement-summary-card img {
  width: 100%;
  aspect-ratio: 1 / 1.25;
  object-fit: cover;
  border: 3px solid #000;
  background: #111;
}

.requirements-playful-intro,
.requirements-playful-summary {
  width: min(100%, 1040px);
  margin-inline: auto;
  color: var(--bg-black);
  background: var(--pure-white);
  border: 4px solid #000;
  box-shadow: 9px 9px 0 #000;
}

.requirements-playful-intro {
  padding: clamp(20px, 2.5vw, 28px);
  border-top: 10px solid var(--hold-cyan);
  clip-path: polygon(0 0, 100% 2%, 98% 100%, 2% 98%);
}

.requirements-playful-intro h3 {
  margin: 0 0 12px;
  color: var(--bg-black);
  font-size: clamp(1.45rem, 2.1vw, 2.1rem);
  line-height: 1.05;
}

.requirements-playful-intro p,
.requirements-playful-summary {
  font-size: clamp(1rem, 1.05vw, 1.08rem);
  line-height: 1.62;
  font-weight: 700;
}

.requirements-playful-intro p {
  margin: 0;
  color: #171717;
}

.requirements-playful-summary {
  margin-top: clamp(22px, 3vw, 34px);
  margin-bottom: clamp(28px, 4vw, 44px);
  padding: 18px 20px;
  border-left: 10px solid var(--hold-yellow);
  clip-path: polygon(0 4%, 100% 0, 98.5% 100%, 1% 96%);
}

.musthave-section {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 58px auto;
}

.musthave-accordion {
  width: min(1100px, 94vw);
  height: 560px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0.72em;
  overflow: hidden;
  color: var(--pure-white);
  background:
    linear-gradient(145deg, rgba(0, 229, 255, 0.11), transparent 34%),
    linear-gradient(315deg, rgba(255, 0, 60, 0.13), transparent 38%),
    linear-gradient(145deg, #333333, #000000);
  border: 2px solid rgba(0, 229, 255, 0.26);
  border-radius: 12px;
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.44),
    0 0 0 1px rgba(0, 229, 255, 0.16),
    0 0 34px rgba(0, 229, 255, 0.08);
}

.musthave-row {
  position: relative;
  flex: 1 1 0;
  display: flex;
  align-items: center;
  gap: 28px;
  min-width: 0;
  min-height: 96px;
  padding: 1.1em 1.35em;
  overflow: hidden;
  cursor: default;
  background:
    linear-gradient(90deg, rgba(0, 229, 255, 0.08), transparent 54%),
    linear-gradient(145deg, #212121, #000000);
  border: 2px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  transition:
    flex 0.55s cubic-bezier(0.23, 1, 0.32, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.musthave-row:nth-child(2) {
  background:
    linear-gradient(90deg, rgba(255, 0, 60, 0.1), transparent 52%),
    linear-gradient(145deg, #202020, #000000);
}

.musthave-row:nth-child(3) {
  background:
    linear-gradient(90deg, rgba(0, 229, 255, 0.07), rgba(255, 0, 60, 0.08), transparent 62%),
    linear-gradient(145deg, #202020, #000000);
}

.musthave-row:hover {
  border-color: rgba(0, 229, 255, 0.46);
}

.musthave-row.is-active {
  flex: 8.5 1 0;
  min-height: 320px;
  border-color: rgba(0, 229, 255, 0.95);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    0 0 0 2px rgba(0, 229, 255, 0.18),
    0 0 34px rgba(0, 229, 255, 0.22),
    0 16px 30px rgba(0, 0, 0, 0.32);
}

.musthave-row:focus-visible {
  outline: 3px solid var(--hold-cyan);
  outline-offset: -3px;
}

.musthave-row::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(90deg, rgba(0, 229, 255, 0.14), transparent 48%),
    linear-gradient(135deg, transparent, rgba(255, 0, 60, 0.12)),
    rgba(255, 255, 255, 0.06);
  transition: opacity 0.5s ease;
}

.musthave-row.is-active::before {
  opacity: 1;
}

.musthave-index {
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #050505;
  background: linear-gradient(145deg, #ffffff, #b8fff9);
  border-radius: 999px;
  box-shadow:
    0 0 18px rgba(0, 229, 255, 0.28),
    0 0 0 4px rgba(255, 255, 255, 0.05);
  font-weight: 900;
  transition:
    width 0.55s ease,
    height 0.55s ease,
    flex-basis 0.55s ease,
    transform 0.55s ease;
}

.musthave-row.is-active .musthave-index {
  width: 92px;
  height: 92px;
  flex-basis: 92px;
  transform: scale(1.03);
}

.musthave-content {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.musthave-title {
  margin: 0;
  color: var(--hold-cyan);
  font-size: clamp(1.18rem, 1.8vw, 1.55rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: uppercase;
  transition:
    transform 0.5s ease,
    font-size 0.5s ease;
  white-space: normal;
  overflow-wrap: anywhere;
}

.musthave-row.is-active .musthave-title {
  color: #35fff1;
  font-size: clamp(1.45rem, 2.25vw, 2rem);
  line-height: 1.18;
  transform: translateY(0);
  text-shadow: 0 0 18px rgba(0, 229, 255, 0.22);
}

.musthave-summary {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.12rem;
  line-height: 1.5;
  font-weight: 700;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(8px);
  transition:
    max-height 0.55s ease,
    opacity 0.55s ease,
    transform 0.55s ease;
}

.musthave-detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition:
    max-height 0.55s ease,
    opacity 0.55s ease,
    transform 0.55s ease;
}

.musthave-detail p {
  max-width: 820px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.02rem;
  line-height: 1.62;
}

.musthave-row.is-active .musthave-summary {
  max-height: 90px;
  margin-top: 8px;
  opacity: 1;
  transform: translateY(0);
}

.musthave-row.is-active .musthave-detail {
  max-height: 360px;
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 720px) {
  .musthave-section {
    margin: 38px auto;
  }

  .musthave-accordion {
    width: 100%;
    max-width: 370px;
    height: 760px;
  }

  .musthave-row {
    gap: 14px;
    min-height: 84px;
    padding: 0.9em;
  }

  .musthave-row.is-active {
    flex: 9 1 0;
    min-height: 520px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
  }

  .musthave-index {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    font-size: 0.8rem;
  }

  .musthave-row.is-active .musthave-index {
    width: 58px;
    height: 58px;
    flex-basis: auto;
  }

  .musthave-row.is-active .musthave-content {
    width: 100%;
  }

  .musthave-title {
    font-size: 0.98rem;
  }

  .musthave-row.is-active .musthave-title {
    font-size: 1.16rem;
  }

  .musthave-summary {
    font-size: 0.86rem;
  }

  .musthave-detail p {
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .musthave-row.is-active .musthave-detail {
    max-height: 430px;
  }
}

@media (max-width: 420px) {
  .musthave-accordion {
    max-width: 340px;
    height: 800px;
  }

  .musthave-row {
    gap: 10px;
    min-height: 78px;
    padding: 0.7em;
  }

  .musthave-row.is-active {
    min-height: 560px;
  }

  .musthave-index {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .musthave-row.is-active .musthave-index {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }

  .musthave-title {
    font-size: 0.9rem;
  }

  .musthave-row.is-active .musthave-title {
    font-size: 1.04rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .musthave-row,
  .musthave-row::before,
  .musthave-index,
  .musthave-title,
  .musthave-detail {
    transition: none;
  }
}

.crazy-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sketch-card {
  display: grid;
  gap: 10px;
}

.sketch-card .media-placeholder {
  min-height: 150px;
  margin: 0;
}

.status {
  display: inline-block;
  width: max-content;
  padding: 6px 10px;
  color: var(--bg-black);
  background: var(--hold-yellow);
  border: 2px solid #000;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.status.kept {
  background: var(--helper-teal);
}

.status.revised {
  background: var(--hold-yellow);
}

.status.discarded {
  color: var(--pure-white);
  background: var(--p5-red);
}

.alt-board {
  display: grid;
  gap: 34px;
}

.alternative-set {
  padding: 24px;
  background: rgba(5, 5, 5, 0.86);
  border: 4px solid var(--pure-white);
  box-shadow: 10px 10px 0 #000;
}

.alternative-set > h3 {
  display: inline-block;
  margin: 0 0 22px;
  padding: 8px 13px;
  color: var(--bg-black);
  background: var(--hold-cyan);
  font-size: clamp(1.45rem, 2vw, 2.2rem);
  line-height: 1;
}

.option-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.option-card.final-choice {
  border-top: 12px solid var(--helper-teal);
  box-shadow: 9px 9px 0 var(--helper-teal);
}

.flow-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0;
}

.flow-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 16px;
  color: var(--bg-black);
  background: var(--hold-yellow);
  border: 3px solid #000;
  box-shadow: 5px 5px 0 #000;
  text-transform: uppercase;
}

.screenshot-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.screenshot-card {
  margin: 0;
}

.screenshot-card figcaption {
  color: #171717;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
}

.architecture-diagram {
  display: block;
  margin: 0;
  padding: clamp(20px, 3vw, 34px);
  color: var(--bg-black);
  background: var(--pure-white);
  border: 4px solid var(--pure-white);
  box-shadow: 12px 12px 0 #000;
}

.architecture-image-frame {
  overflow-x: auto;
  padding: 12px;
  background: #ffffff;
  border: 3px solid #000;
}

.architecture-image {
  display: block;
  width: 100%;
  min-width: 920px;
  height: auto;
  background: #ffffff;
}

.architecture-diagram figcaption {
  margin-top: 16px;
  color: #171717;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.55;
}

.interaction-state-evidence {
  margin-top: clamp(28px, 4vw, 44px);
  padding: clamp(22px, 3vw, 32px);
  color: var(--pure-white);
  background:
    linear-gradient(135deg, rgba(0, 229, 255, 0.09), rgba(8, 8, 8, 0.88) 42%, rgba(89, 242, 166, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 6px solid var(--hold-cyan);
  box-shadow:
    9px 9px 0 rgba(0, 0, 0, 0.5),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.interaction-state-evidence .section-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  color: var(--bg-black);
  background: var(--hold-cyan);
  border: 2px solid #000;
  box-shadow: 4px 4px 0 #000;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.interaction-state-evidence h3 {
  margin: 0 0 12px;
  color: var(--pure-white);
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.interaction-state-evidence > p {
  max-width: 1120px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.68;
}

.state-loop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 20px);
  margin-top: 24px;
}

.state-loop-card {
  --state-accent: var(--hold-cyan);
  position: relative;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px 16px 16px;
  color: var(--bg-black);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(238, 250, 252, 0.88));
  border: 3px solid #000;
  border-top: 8px solid var(--state-accent);
  box-shadow: 7px 7px 0 #000;
  clip-path: polygon(0 0, 100% 2%, 98% 100%, 2% 98%);
}

.state-loop-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 34px;
  right: -22px;
  width: 22px;
  border-top: 2px solid var(--state-accent);
  filter: drop-shadow(0 0 6px var(--state-accent));
  opacity: 0.82;
  pointer-events: none;
}

.state-loop-card--input,
.state-loop-card--frontend {
  --state-accent: var(--hold-cyan);
}

.state-loop-card--records {
  --state-accent: var(--hold-yellow);
}

.state-loop-card--feedback {
  --state-accent: var(--helper-teal);
}

.state-loop-card .card-label {
  width: fit-content;
  margin-bottom: 0;
  color: var(--pure-white);
  background: #000;
  box-shadow: 3px 3px 0 var(--state-accent);
  font-size: 0.72rem;
}

.state-loop-card h4 {
  margin: 0;
  color: var(--bg-black);
  font-size: clamp(1.04rem, 1.25vw, 1.26rem);
  line-height: 1.14;
}

.state-loop-card p {
  margin: 0;
  color: rgba(8, 8, 8, 0.78);
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
}

.state-evidence-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.state-evidence-list li {
  padding: 6px 8px;
  color: var(--bg-black);
  background: rgba(0, 229, 255, 0.14);
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.18;
}

.state-loop-card--records .state-evidence-list li {
  background: rgba(255, 204, 0, 0.2);
}

.state-loop-card--feedback .state-evidence-list li {
  background: rgba(89, 242, 166, 0.18);
}

.arch-node {
  display: grid;
  place-items: center;
  min-height: 128px;
  padding: 16px;
  color: var(--bg-black);
  background: var(--pure-white);
  border: 3px solid #000;
  text-align: center;
  line-height: 1.12;
  box-shadow: 6px 6px 0 var(--p5-red);
}

.arch-node:nth-child(even) {
  box-shadow: 6px 6px 0 var(--hold-cyan);
}

.arch-node span {
  display: block;
  margin-top: 7px;
  font-size: 0.86rem;
  line-height: 1.35;
}

.contribution-board {
  margin-top: 42px;
}

.contribution-board--bio {
  display: grid;
  place-items: center;
}

.contribution-board--table {
  display: grid;
  place-items: center;
  width: min(calc(100vw - 44px), 1720px);
  margin-left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}

.contribution-table-shell {
  width: 100%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 14% 18%, rgba(0, 229, 255, 0.12), transparent 30%),
    radial-gradient(circle at 88% 84%, rgba(255, 0, 60, 0.1), transparent 32%),
    linear-gradient(145deg, #2d2d2d, #040404 62%, #000);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.36),
    8px 8px 0 rgba(0, 0, 0, 0.8);
}

.individual-contribution-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  color: rgba(255, 255, 255, 0.86);
  font-family: Arial, sans-serif;
  font-size: clamp(0.88rem, 0.82vw, 0.98rem);
  line-height: 1.45;
}

.individual-contribution-table caption {
  padding: 18px 20px 16px;
  color: var(--pure-white);
  background:
    linear-gradient(90deg, rgba(204, 0, 0, 0.78), rgba(0, 0, 0, 0.8) 46%, rgba(0, 229, 255, 0.2)),
    var(--bg-black);
  border-bottom: 2px solid rgba(255, 255, 255, 0.18);
  font-size: clamp(1.05rem, 1.45vw, 1.32rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
}

.individual-contribution-table col,
.individual-contribution-table th,
.individual-contribution-table td {
  min-width: 0;
}

.individual-contribution-table th,
.individual-contribution-table td {
  vertical-align: top;
  padding: clamp(13px, 1.15vw, 18px);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  overflow-wrap: anywhere;
}

.individual-contribution-table thead th {
  color: var(--pure-white);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    #101010;
  font-size: clamp(0.78rem, 0.76vw, 0.9rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-align: left;
  text-transform: uppercase;
}

.individual-contribution-table thead th:nth-child(1) {
  width: 19%;
}

.individual-contribution-table thead th:nth-child(2) {
  width: 16%;
}

.individual-contribution-table thead th:nth-child(3) {
  width: 23%;
}

.individual-contribution-table thead th:nth-child(4),
.individual-contribution-table thead th:nth-child(5) {
  width: 21%;
}

.individual-contribution-table tbody tr {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
    rgba(0, 0, 0, 0.18);
  transition:
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.individual-contribution-table tbody tr:hover {
  background:
    linear-gradient(90deg, rgba(0, 229, 255, 0.08), rgba(255, 0, 60, 0.055)),
    rgba(255, 255, 255, 0.045);
  box-shadow: inset 4px 0 0 var(--member-theme, var(--p5-red));
}

.individual-contribution-table tbody tr:nth-child(1) {
  --member-theme: #5fbf78;
  --member-theme-text: #07170c;
}

.individual-contribution-table tbody tr:nth-child(2) {
  --member-theme: #8f70bd;
  --member-theme-text: #ffffff;
}

.individual-contribution-table tbody tr:nth-child(3) {
  --member-theme: #d6a845;
  --member-theme-text: #171006;
}

.individual-contribution-table tbody tr:nth-child(4) {
  --member-theme: #5277c8;
  --member-theme-text: #ffffff;
}

.individual-contribution-table tbody th {
  color: var(--pure-white);
  background: rgba(0, 0, 0, 0.28);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--member-theme, var(--p5-red)) 20%, transparent), transparent 62%),
    rgba(0, 0, 0, 0.28);
}

.individual-contribution-table th:last-child,
.individual-contribution-table td:last-child {
  border-right: 0;
}

.individual-contribution-table tbody tr:last-child th,
.individual-contribution-table tbody tr:last-child td {
  border-bottom: 0;
}

.contribution-member-name {
  display: block;
  color: var(--pure-white);
  font-size: clamp(1.44rem, 1.36vw, 1.74rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: keep-all;
}

.contribution-member-avatar {
  display: block;
  width: 152px;
  height: 152px;
  margin: 18px auto 0;
  object-fit: contain;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.role-pill-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}

.role-pill-list span {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 0 0 0 18px;
  color: var(--pure-white);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-family: Arial, sans-serif;
  font-size: clamp(0.98rem, 0.92vw, 1.08rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
}

.role-pill-list span::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0.52em;
  width: 7px;
  height: 7px;
  background: var(--member-theme, var(--hold-cyan));
  transform: rotate(45deg);
}

.individual-contribution-table ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 1.08em;
}

.individual-contribution-table li {
  margin: 0;
}

.individual-contribution-table li::marker {
  color: var(--hold-cyan);
}

@media (max-width: 900px) {
  .contribution-board--table {
    padding: 24px 18px;
  }

  .contribution-table-shell {
    overflow: visible;
  }

  .individual-contribution-table,
  .individual-contribution-table caption,
  .individual-contribution-table tbody,
  .individual-contribution-table tr,
  .individual-contribution-table th,
  .individual-contribution-table td {
    display: block;
    width: 100%;
  }

  .individual-contribution-table {
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.96rem;
  }

  .individual-contribution-table caption {
    border-radius: 8px 8px 0 0;
    font-size: 1rem;
  }

  .individual-contribution-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .individual-contribution-table tbody {
    display: grid;
    gap: 12px;
    padding: 10px;
    background:
      radial-gradient(circle at 12% 12%, rgba(0, 229, 255, 0.08), transparent 28%),
      #070707;
    border-radius: 0 0 8px 8px;
  }

  .individual-contribution-table tbody tr {
    display: grid;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background:
      linear-gradient(145deg, rgba(34, 34, 34, 0.96), rgba(0, 0, 0, 0.98)),
      rgba(255, 255, 255, 0.04);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.7);
  }

  .individual-contribution-table tbody tr:hover {
    box-shadow:
      inset 4px 0 0 var(--member-theme, var(--p5-red)),
      5px 5px 0 rgba(0, 0, 0, 0.7);
  }

  .individual-contribution-table th,
  .individual-contribution-table td {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 14px;
  }

  .individual-contribution-table tbody tr:last-child th,
  .individual-contribution-table tbody tr:last-child td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .individual-contribution-table tbody tr th:last-child,
  .individual-contribution-table tbody tr td:last-child {
    border-bottom: 0;
  }

  .individual-contribution-table th::before,
  .individual-contribution-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 8px;
    color: var(--hold-cyan);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .individual-contribution-table tbody th {
    background:
      linear-gradient(90deg, rgba(204, 0, 0, 0.4), rgba(0, 0, 0, 0.1)),
      rgba(0, 0, 0, 0.34);
  }

  .contribution-member-name {
    font-size: clamp(1.34rem, 5vw, 1.74rem);
  }
}

@media (max-width: 460px) {
  .contribution-board--table {
    padding: 20px 12px;
  }

  .individual-contribution-table tbody {
    padding: 8px;
  }

  .individual-contribution-table th,
  .individual-contribution-table td {
    padding: 13px 12px;
  }

  .role-pill-list {
    gap: 6px;
  }

  .role-pill-list span {
    padding-left: 17px;
    font-size: 0.98rem;
  }
}

.squad-bio-card {
  width: min(100%, 1280px);
  height: clamp(560px, 54vw, 720px);
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 7px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 16% 18%, rgba(0, 229, 255, 0.14), transparent 32%),
    radial-gradient(circle at 86% 88%, rgba(255, 0, 60, 0.12), transparent 34%),
    linear-gradient(145deg, #2d2d2d, #030303 62%, #000);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.36),
    8px 8px 0 rgba(0, 0, 0, 0.8);
}

.squad-bio-member {
  position: relative;
  flex: 1 1 0;
  min-height: 0;
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.6vw, 20px);
  overflow: hidden;
  padding: clamp(10px, 1.35vw, 14px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  cursor: pointer;
  outline: none;
  background:
    linear-gradient(145deg, rgba(34, 34, 34, 0.96), rgba(0, 0, 0, 0.98)),
    radial-gradient(circle at 80% 50%, color-mix(in srgb, var(--member-accent) 24%, transparent), transparent 38%);
  transition:
    flex 0.55s cubic-bezier(0.23, 1, 0.32, 1),
    border-color 0.4s ease,
    box-shadow 0.4s ease,
    transform 0.4s ease;
}

.squad-bio-member::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.12), transparent 44%),
    radial-gradient(circle at 18% 50%, color-mix(in srgb, var(--member-accent) 32%, transparent), transparent 35%);
  transition: opacity 0.5s ease;
}

.squad-bio-member:hover,
.squad-bio-member:focus-visible,
.squad-bio-member:focus-within {
  flex: 16 1 0;
  border-color: color-mix(in srgb, var(--member-accent) 64%, white 16%);
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--member-accent) 35%, transparent),
    0 0 22px color-mix(in srgb, var(--member-accent) 24%, transparent);
  transform: translateX(2px);
}

.squad-bio-member:hover::before,
.squad-bio-member:focus-visible::before,
.squad-bio-member:focus-within::before {
  opacity: 1;
}

.squad-avatar-frame {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  padding: 4px;
  border-radius: 999px;
  background: linear-gradient(145deg, #ffffff, #dffefa 54%, color-mix(in srgb, var(--member-accent) 42%, #b8fff9));
  box-shadow:
    0 0 14px rgba(0, 255, 235, 0.18),
    0 9px 18px rgba(0, 0, 0, 0.34);
  transition:
    width 0.55s cubic-bezier(0.23, 1, 0.32, 1),
    height 0.55s cubic-bezier(0.23, 1, 0.32, 1),
    flex-basis 0.55s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.55s cubic-bezier(0.23, 1, 0.32, 1),
    box-shadow 0.4s ease;
}

.squad-avatar-frame img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  background: #111;
}

.squad-bio-member:hover .squad-avatar-frame,
.squad-bio-member:focus-visible .squad-avatar-frame,
.squad-bio-member:focus-within .squad-avatar-frame {
  width: 74px;
  height: 74px;
  flex-basis: 74px;
  transform: scale(1.03);
  box-shadow:
    0 0 24px color-mix(in srgb, var(--member-accent) 34%, transparent),
    0 16px 28px rgba(0, 0, 0, 0.4);
}

.squad-member-content {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.squad-member-name {
  margin: 0;
  color: var(--member-accent);
  font-size: clamp(1.18rem, 1.75vw, 1.56rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-shadow: 0 0 12px color-mix(in srgb, var(--member-accent) 26%, transparent);
  white-space: nowrap;
  transition:
    transform 0.5s cubic-bezier(0.23, 1, 0.32, 1),
    letter-spacing 0.5s ease,
    font-size 0.5s ease;
}

.squad-bio-member:hover .squad-member-name,
.squad-bio-member:focus-visible .squad-member-name,
.squad-bio-member:focus-within .squad-member-name {
  transform: translateY(-2px);
  letter-spacing: 0.14em;
  font-size: clamp(1.22rem, 1.82vw, 1.66rem);
}

.squad-member-bio {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    max-height 0.55s cubic-bezier(0.23, 1, 0.32, 1),
    opacity 0.45s ease,
    transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
}

.squad-bio-member:hover .squad-member-bio,
.squad-bio-member:focus-visible .squad-member-bio,
.squad-bio-member:focus-within .squad-member-bio {
  max-height: 640px;
  opacity: 1;
  transform: translateY(0);
}

.squad-member-bio p,
.squad-member-bio ul {
  margin: 0;
}

.squad-bio-role,
.squad-bio-line,
.squad-bio-desc {
  color: rgba(255, 255, 255, 0.76);
  font-family: Arial, sans-serif;
  font-size: clamp(0.98rem, 1.08vw, 1.1rem);
  line-height: 1.45;
  letter-spacing: 0.02em;
}

.squad-bio-role {
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1.02rem, 1.15vw, 1.16rem);
}

.squad-bio-desc {
  max-width: 980px;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(0.98rem, 1.08vw, 1.1rem);
  line-height: 1.42;
}

.squad-bio-desc ul {
  margin-top: 4px;
  padding-left: 1.2em;
}

.squad-bio-desc li {
  margin: 2px 0;
}

@media (max-width: 720px), (hover: none) {
  .contribution-board--bio {
    padding: 24px 18px;
  }

  .squad-bio-card {
    width: 100%;
    height: auto;
    min-height: 0;
    overflow: visible;
    gap: 10px;
    padding: 8px;
  }

  .squad-bio-member,
  .squad-bio-member:hover,
  .squad-bio-member:focus-visible,
  .squad-bio-member:focus-within {
    flex: 0 0 auto;
    align-items: flex-start;
    gap: 12px;
    padding: 14px;
    transform: none;
  }

  .squad-bio-member {
    min-height: 96px;
  }

  .squad-bio-member:hover,
  .squad-bio-member:focus-visible,
  .squad-bio-member:focus-within {
    min-height: 166px;
  }

  .squad-avatar-frame,
  .squad-bio-member:hover .squad-avatar-frame,
  .squad-bio-member:focus-visible .squad-avatar-frame,
  .squad-bio-member:focus-within .squad-avatar-frame {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
    transform: none;
  }

  .squad-member-name,
  .squad-bio-member:hover .squad-member-name,
  .squad-bio-member:focus-visible .squad-member-name,
  .squad-bio-member:focus-within .squad-member-name {
    transform: none;
    letter-spacing: 0.08em;
    white-space: normal;
    font-size: 1rem;
  }

  .squad-member-bio,
  .squad-bio-member:hover .squad-member-bio,
  .squad-bio-member:focus-visible .squad-member-bio,
  .squad-bio-member:focus-within .squad-member-bio {
    transform: none;
  }

  .squad-member-bio {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
  }

  .squad-bio-member:hover .squad-member-bio,
  .squad-bio-member:focus-visible .squad-member-bio,
  .squad-bio-member:focus-within .squad-member-bio {
    max-height: 760px;
    opacity: 1;
    overflow: visible;
  }

  .squad-bio-role,
  .squad-bio-line,
  .squad-bio-desc {
    font-size: 0.92rem;
    line-height: 1.46;
  }
}

@media (max-width: 460px) {
  .squad-bio-member,
  .squad-bio-member:hover,
  .squad-bio-member:focus-visible,
  .squad-bio-member:focus-within {
    min-height: 0;
    flex-direction: column;
  }

  .squad-avatar-frame,
  .squad-bio-member:hover .squad-avatar-frame,
  .squad-bio-member:focus-visible .squad-avatar-frame,
  .squad-bio-member:focus-within .squad-avatar-frame {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }
}

.task-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: task;
}

.task-list li {
  counter-increment: task;
  position: relative;
  min-height: 62px;
  padding: 17px 20px 18px 72px;
  color: var(--bg-black);
  background: var(--pure-white);
  border: 3px solid #000;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.35;
  box-shadow: 8px 8px 0 #000;
}

.task-list li::before {
  content: counter(task);
  position: absolute;
  left: 18px;
  top: 12px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--pure-white);
  background: var(--p5-red);
  border: 3px solid #000;
}

.evaluation-page .findings-grid-wide {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.evaluation-page .finding-card {
  min-height: auto;
}

.evaluation-page .module-title {
  text-transform: none;
}

.evaluation-page .reflection-card.social + .reflection-card.social {
  clip-path: polygon(1% 0, 100% 2%, 98% 100%, 0 98%);
}

.process-page .board-label {
  display: inline-block;
  margin: 0 0 24px;
  padding: 9px 15px;
  color: var(--bg-black);
  background: var(--hold-cyan);
  font-size: clamp(1.55rem, 2.4vw, 2.55rem);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 7px 7px 0 #000;
}

.asset-grid {
  display: grid;
  gap: 28px;
}

.large-assets {
  grid-template-columns: 1fr;
}

.asset-figure {
  min-width: 0;
  margin: 0;
  padding: clamp(18px, 2.4vw, 28px);
  color: var(--bg-black);
  background: var(--pure-white);
  border: 4px solid #000;
  box-shadow: 10px 10px 0 #000;
  clip-path: polygon(0 0, 100% 1.5%, 98% 100%, 2% 98%);
}

.asset-figure:hover {
  transform: translateY(-3px);
  transition: transform 0.16s cubic-bezier(0.22, 1.2, 0.35, 1);
}

.asset-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(78vh, 820px);
  object-fit: contain;
  background: #ffffff;
  border: 3px solid #000;
}

.sketch-evidence .asset-image {
  background: #ffffff;
  max-height: none;
}

.iteration-page .crazy8-stack {
  display: grid;
  gap: clamp(18px, 3vw, 30px);
  width: 100%;
  max-width: 980px;
  margin: 0 auto 18px;
}

.iteration-page .crazy8-figure {
  margin: 0;
  padding: clamp(10px, 1.8vw, 16px);
  background: #ffffff;
  border: 3px solid #000000;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.86);
}

.iteration-page .crazy8-image {
  display: block;
  width: 100%;
  max-width: 920px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  background: #ffffff;
}

.iteration-page .sketch-evidence figcaption {
  max-width: 980px;
  margin: 22px auto 0;
  padding: clamp(18px, 2.4vw, 26px);
  color: var(--bg-black);
  background: var(--pure-white);
  border-left: 10px solid var(--hold-cyan);
  box-shadow: 7px 7px 0 #000000;
  font-family: Arial, sans-serif;
  font-size: clamp(1.16rem, 1.45vw, 1.42rem);
  line-height: 1.58;
  font-weight: 600;
}

.iteration-page .sketch-evidence figcaption strong {
  font-size: clamp(1.3rem, 1.75vw, 1.72rem);
  line-height: 1.16;
  font-weight: 800;
}

.asset-figure figcaption {
  display: grid;
  gap: 8px;
  margin-top: 16px;
  color: #171717;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 700;
}

.asset-figure figcaption strong {
  color: var(--bg-black);
  font-family: Arial, sans-serif;
}

.evidence-tags {
  margin-top: 16px;
}

.concept-links {
  margin-top: 34px;
}

.external-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.external-card {
  position: relative;
  display: grid;
  gap: 12px;
  min-height: 190px;
  padding: 24px 64px 24px 24px;
  color: var(--bg-black);
  background: var(--pure-white);
  border: 4px solid #000;
  box-shadow: 10px 10px 0 var(--p5-red);
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 2%, 98% 100%, 2% 98%);
  transition: transform 0.16s cubic-bezier(0.22, 1.2, 0.35, 1), box-shadow 0.16s ease, background-color 0.16s ease;
}

.external-card::after {
  content: "\2197";
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--pure-white);
  background: var(--bg-black);
  border: 3px solid #000;
  box-shadow: 4px 4px 0 var(--hold-cyan);
  font-size: 1.15rem;
  line-height: 1;
  transition: transform 0.16s cubic-bezier(0.22, 1.2, 0.35, 1), background-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}

.external-card:nth-child(even) {
  box-shadow: 10px 10px 0 var(--hold-cyan);
}

.external-card strong {
  color: var(--bg-black);
  font-size: clamp(1.45rem, 2.2vw, 2.25rem);
  line-height: 1;
}

.external-card span.body-font {
  color: #171717;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 700;
}

.external-card:hover,
.external-card:focus-visible {
  transform: translate(-3px, -4px);
  background: #f6f6ef;
  box-shadow: 13px 13px 0 var(--hold-yellow);
  outline: 3px solid var(--hold-cyan);
  outline-offset: 4px;
}

.external-card:hover::after,
.external-card:focus-visible::after {
  color: var(--bg-black);
  background: var(--hold-yellow);
  box-shadow: 5px 5px 0 var(--p5-red);
  transform: translate(4px, -4px) rotate(8deg);
}

.evaluation-page .vibe-process-header {
  display: grid;
  gap: 10px;
  width: min(100%, 1520px);
  margin: clamp(44px, 5vw, 70px) auto 0;
  color: #ffffff;
}

.evaluation-page .vibe-process-header h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.8rem, 5.2vw, 5.8rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: 0;
}

.evaluation-page .vibe-process-header p {
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding-left: 16px;
  color: var(--hold-cyan);
  border-left: 10px solid var(--p5-red);
  font-size: clamp(1.05rem, 1.5vw, 1.6rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.evaluation-page .vibe-process-header + .vibe-process-board {
  margin-top: clamp(18px, 2.3vw, 30px);
}

.evaluation-page .vibe-process-board {
  display: block;
  min-width: 0;
  padding: 36px clamp(28px, 3vw, 42px) 20px;
  filter: none;
}

.evaluation-page .vibe-process-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(780px, 1fr) minmax(460px, 520px);
  column-gap: clamp(28px, 3vw, 38px);
  align-items: start;
  width: 100%;
  min-height: 2140px;
  overflow: hidden;
}

.evaluation-page .vibe-timeline {
  --vibe-bg: transparent;
  --vibe-text: #ffffff;
  --vibe-subtext: rgba(255, 255, 255, 0.76);
  --vibe-route-shadow: rgba(255, 255, 255, 0.18);
  --vibe-route-cyan: #00cfd5;
  --vibe-circle-red: #c7332d;
  position: relative;
  width: 780px;
  max-width: 100%;
  height: 2140px;
  overflow: hidden;
  color: var(--vibe-text);
  background: var(--vibe-bg);
  border: 0;
  box-shadow: none;
  isolation: isolate;
  justify-self: center;
}

.evaluation-page .vibe-process-visuals {
  position: relative;
  --shot-start: 40px;
  --shot-gap: 20px;
  --shot-height: 245px;
  --shot-width: 520px;
  display: grid;
  grid-template-rows: repeat(8, var(--shot-height));
  gap: var(--shot-gap);
  align-content: start;
  justify-items: end;
  align-self: start;
  justify-self: stretch;
  min-width: 0;
  height: 2140px;
  padding-top: var(--shot-start);
  padding-bottom: 0;
}

.evaluation-page .vibe-process-shot {
  position: relative;
  width: min(100%, var(--shot-width));
  height: var(--shot-height);
  margin: 0;
  margin-left: var(--shot-left, 0);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(0, 229, 255, 0.18), rgba(255, 255, 255, 0.08) 46%, rgba(255, 0, 60, 0.16)),
    radial-gradient(circle, rgba(255, 255, 255, 0.18) 0 2px, transparent 2.4px) 0 0 / 24px 24px,
    #101010;
  border: 4px solid rgba(255, 255, 255, 0.92);
  box-shadow:
    10px 10px 0 rgba(0, 0, 0, 0.82),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

.evaluation-page .vibe-process-shot.fill-dark {
  background: #050505;
}

.evaluation-page .vibe-process-shot.fill-light {
  background: #ffffff;
}

.evaluation-page .vibe-process-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.evaluation-page .vibe-process-shot::before,
.evaluation-page .vibe-process-shot::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.evaluation-page .vibe-process-shot:has(img)::before,
.evaluation-page .vibe-process-shot:has(img)::after {
  display: none;
}

.evaluation-page .vibe-process-shot::before {
  inset: 12px;
  border: 2px dashed rgba(255, 255, 255, 0.34);
}

.evaluation-page .vibe-process-shot::after {
  top: -20%;
  left: 50%;
  width: 4px;
  height: 140%;
  background: rgba(255, 255, 255, 0.18);
  transform: rotate(58deg);
}

.evaluation-page .vibe-process-shot span {
  position: absolute;
  right: 12px;
  bottom: 10px;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  height: 34px;
  padding: 0 9px;
  color: var(--bg-black);
  background: var(--hold-cyan);
  border: 2px solid #000;
  box-shadow: 4px 4px 0 var(--p5-red);
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 900;
}

.evaluation-page .vibe-timeline,
.evaluation-page .vibe-timeline * {
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

.evaluation-page .timeline-route {
  position: absolute;
  top: 0;
  left: 0;
  width: 760px;
  height: 100%;
  pointer-events: none;
}

.evaluation-page .timeline-route-shadow {
  z-index: 1;
}

.evaluation-page .timeline-route-progress {
  z-index: 14;
}

.evaluation-page .route-shadow {
  fill: none;
  stroke: var(--vibe-route-shadow);
  stroke-width: 14;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.evaluation-page .route-main {
  fill: none;
  stroke: var(--vibe-route-cyan);
  stroke-width: 4.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.evaluation-page .timeline-step {
  position: absolute;
  z-index: 4;
}

.evaluation-page .step-circle {
  position: absolute;
  border-radius: 50%;
  background: var(--vibe-circle-red);
  box-shadow: none;
  transition: transform 0.35s ease;
  transform-origin: center center;
  z-index: 2;
}

.evaluation-page .step-copy {
  position: absolute;
  min-width: 0;
  transition: transform 0.35s ease;
  transform-origin: left center;
  z-index: 3;
}

.evaluation-page .step-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 0;
}

.evaluation-page .step-row > div {
  min-width: 0;
}

.evaluation-page .step-number {
  display: inline-block;
  min-width: 66px;
  color: var(--vibe-text);
  font-size: 3.45rem;
  line-height: 0.95;
  font-weight: 900;
}

.evaluation-page .step-copy h4 {
  margin: 0 0 8px;
  color: var(--vibe-text);
  font-size: 1.58rem;
  line-height: 1.05;
  font-weight: 900;
  overflow-wrap: break-word;
}

.evaluation-page .step-copy p {
  width: 300px;
  margin: 0;
  color: var(--vibe-subtext);
  font-size: 0.96rem;
  line-height: 1.42;
  font-weight: 700;
  overflow-wrap: break-word;
}

.evaluation-page .timeline-step:hover,
.evaluation-page .timeline-step:focus-within {
  z-index: 10;
}

.evaluation-page .timeline-step:hover .step-circle,
.evaluation-page .timeline-step:focus-within .step-circle {
  transform: scale(1.06);
  box-shadow: none;
}

.evaluation-page .timeline-step:hover .step-copy,
.evaluation-page .timeline-step:focus-within .step-copy {
  transform: scale(1.04);
}

@media (max-width: 1360px) {
  .evaluation-page .vibe-process-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
  }

  .evaluation-page .vibe-timeline {
    width: 760px;
    max-width: 100%;
  }

  .evaluation-page .vibe-process-visuals {
    --shot-height: clamp(190px, 25vw, 240px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    height: auto;
    padding: 0 clamp(18px, 4vw, 42px);
  }

  .evaluation-page .vibe-process-shot,
  .evaluation-page .vibe-process-shot.shot-01,
  .evaluation-page .vibe-process-shot.shot-02,
  .evaluation-page .vibe-process-shot.shot-03,
  .evaluation-page .vibe-process-shot.shot-04,
  .evaluation-page .vibe-process-shot.shot-05,
  .evaluation-page .vibe-process-shot.shot-06,
  .evaluation-page .vibe-process-shot.shot-07,
  .evaluation-page .vibe-process-shot.shot-08 {
    position: relative;
    inset: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .evaluation-page #ai-reflection .section-title {
    display: block;
    width: calc(100vw - 48px);
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .evaluation-page #ai-reflection .section-title span {
    display: inline;
  }

  .evaluation-page .vibe-process-board {
    padding: 24px 18px;
  }

  .evaluation-page .vibe-process-header {
    margin-top: clamp(36px, 8vw, 52px);
  }

  .evaluation-page .vibe-process-header h3 {
    font-size: clamp(2.2rem, 10vw, 3.4rem);
  }

  .evaluation-page .vibe-process-header p {
    font-size: clamp(0.9rem, 4vw, 1.15rem);
  }

  .evaluation-page .vibe-process-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
  }

  .evaluation-page .vibe-timeline {
    display: grid;
    gap: 18px;
    justify-self: stretch;
    width: 100%;
    min-width: 0;
    height: auto;
    padding: 24px 18px;
    overflow: visible;
    box-shadow: 8px 8px 0 var(--p5-red);
  }

  .evaluation-page .vibe-process-visuals {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    height: auto;
    padding: 0;
  }

  .evaluation-page .vibe-process-shot,
  .evaluation-page .vibe-process-shot.shot-01,
  .evaluation-page .vibe-process-shot.shot-02,
  .evaluation-page .vibe-process-shot.shot-03,
  .evaluation-page .vibe-process-shot.shot-04,
  .evaluation-page .vibe-process-shot.shot-05,
  .evaluation-page .vibe-process-shot.shot-06,
  .evaluation-page .vibe-process-shot.shot-07,
  .evaluation-page .vibe-process-shot.shot-08 {
    position: relative;
    inset: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
  }

  .evaluation-page .timeline-route {
    display: none;
  }

  .evaluation-page .vibe-timeline .timeline-step,
  .evaluation-page .vibe-timeline .step-circle,
  .evaluation-page .vibe-timeline .step-copy {
    position: relative;
    inset: auto;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }

  .evaluation-page .timeline-step {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    width: 100%;
    min-height: 0;
    padding: 16px 14px;
    border: 3px solid #000;
    background: rgba(255, 255, 255, 0.58);
  }

  .evaluation-page .step-circle,
  .evaluation-page .size-sm,
  .evaluation-page .size-sm2,
  .evaluation-page .size-md,
  .evaluation-page .size-lg,
  .evaluation-page .size-xl,
  .evaluation-page .size-xxl {
    width: 58px;
    height: 58px;
  }

  .evaluation-page .step-row {
    gap: 10px;
  }

  .evaluation-page .step-number {
    min-width: 40px;
    font-size: 2rem;
  }

  .evaluation-page .step-copy h4 {
    font-size: 1.2rem;
    line-height: 1.12;
  }

  .evaluation-page .step-copy p {
    width: auto;
    max-width: 34rem;
    font-size: 0.88rem;
    line-height: 1.48;
  }

  .evaluation-page .timeline-step:hover .step-circle,
  .evaluation-page .timeline-step:focus-within .step-circle,
  .evaluation-page .timeline-step:hover .step-copy,
  .evaluation-page .timeline-step:focus-within .step-copy {
    transform: none;
  }
}

@media (max-width: 500px) {
  .evaluation-page #ai-reflection .section-title {
    padding: 10px 14px;
    font-size: 1.85rem;
    line-height: 1.05;
  }

  .evaluation-page .vibe-process-board {
    width: calc(100vw - 36px);
    max-width: calc(100vw - 36px);
    padding: 18px 12px;
    justify-items: stretch;
  }

  .evaluation-page .vibe-timeline {
    width: 100%;
    max-width: 100%;
    padding: 18px 12px;
  }

  .evaluation-page .vibe-process-header h3 {
    font-size: 1.9rem;
  }

  .evaluation-page .timeline-step {
    display: block;
    padding: 14px 10px;
  }

  .evaluation-page .step-circle,
  .evaluation-page .size-sm,
  .evaluation-page .size-sm2,
  .evaluation-page .size-md,
  .evaluation-page .size-lg,
  .evaluation-page .size-xl,
  .evaluation-page .size-xxl {
    display: none;
  }

  .evaluation-page .step-row {
    display: grid;
    gap: 6px;
  }

  .evaluation-page .step-number {
    min-width: 0;
    font-size: 1.7rem;
  }
}

@media (min-width: 1024px) {
  .evaluation-page .vibe-process-header {
    position: relative;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .evaluation-page .vibe-process-header::after {
    content: "";
    display: block;
    width: clamp(160px, 18vw, 310px);
    height: 8px;
    margin-bottom: 0.72rem;
    background: linear-gradient(90deg, var(--hold-cyan), var(--p5-red));
    box-shadow: 0 0 22px rgba(0, 229, 255, 0.55);
    transform: skewX(-18deg);
    opacity: 0.75;
  }

  .evaluation-page .vibe-process-board {
    --vibe-progress: 0;
    --vibe-active-index: 0;
    --vibe-step-count: 8;
    --vibe-route-length: 1;
    --vibe-stage-scale: 1;
    --vibe-pin-top: clamp(16px, 3vh, 34px);
    --vibe-pin-left: 0px;
    --vibe-pin-width: 100%;
    --vibe-stage-height: clamp(660px, 88vh, 850px);
    position: relative;
    min-height: calc(var(--vibe-stage-height) + var(--vibe-pin-top));
    padding: 0;
    overflow: visible;
    background:
      radial-gradient(circle at 18% 34%, rgba(0, 229, 255, 0.18), transparent 30%),
      radial-gradient(circle at 78% 68%, rgba(255, 0, 60, 0.14), transparent 32%),
      linear-gradient(180deg, rgba(16, 16, 16, 0.96), rgba(5, 5, 5, 0.98));
    transition: background 0.45s ease;
  }

  .evaluation-page .vibe-process-board::after {
    opacity: 0.94;
    background:
      linear-gradient(120deg, transparent 0 36%, rgba(0, 229, 255, 0.14) 36% 38%, transparent 38% 100%),
      linear-gradient(162deg, transparent 0 55%, rgba(255, 0, 60, 0.1) 55% 58%, transparent 58% 100%),
      radial-gradient(circle at 74% 30%, rgba(255, 255, 255, 0.12), transparent 18%);
    transition: opacity 0.45s ease, filter 0.45s ease;
  }

  .evaluation-page .vibe-process-board.is-ai-phase::after {
    filter: saturate(1.45) brightness(1.16);
    opacity: 1;
  }

  .evaluation-page .vibe-process-layout {
    position: relative;
    top: var(--vibe-pin-top);
    z-index: 2;
    grid-template-columns: minmax(0, 0.74fr) minmax(500px, 1.26fr);
    column-gap: clamp(14px, 2vw, 34px);
    align-items: center;
    min-height: var(--vibe-stage-height);
    height: var(--vibe-stage-height);
    padding: clamp(24px, 4vh, 46px) clamp(18px, 2.4vw, 42px) clamp(24px, 4vh, 46px) 0;
    overflow: visible;
  }

  .evaluation-page .vibe-process-board.is-vibe-pinned .vibe-process-layout {
    position: fixed;
    top: var(--vibe-pin-top);
    left: 50%;
    width: min(calc(100vw - 56px), 1520px);
    z-index: 30;
    transform: translateX(-50%);
  }

  .evaluation-page .vibe-timeline {
    --vibe-track-y: 0px;
    width: min(100%, 780px);
    height: clamp(560px, 72vh, 690px);
    overflow: hidden;
    justify-self: start;
    border: 0;
    background: transparent;
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
    mask-image: linear-gradient(180deg, transparent, #000 12%, #000 88%, transparent);
  }

  .evaluation-page .timeline-route {
    left: 0;
    height: 4000px;
    transform: translate3d(0, var(--vibe-track-y), 0) scale(var(--vibe-stage-scale));
    transform-origin: top left;
    transition: transform 0.3s cubic-bezier(0.22, 0.68, 0.22, 1);
  }

  .evaluation-page .route-shadow {
    stroke: rgba(255, 255, 255, 0.15);
    stroke-width: 16;
  }

  .evaluation-page .route-main {
    stroke-width: 5.5;
    stroke-dasharray: var(--vibe-route-length);
    stroke-dashoffset: var(--vibe-route-offset, var(--vibe-route-length));
    filter: drop-shadow(0 0 12px rgba(0, 229, 255, 0.78));
    transition: stroke-dashoffset 0.3s cubic-bezier(0.22, 0.68, 0.22, 1);
  }

  .evaluation-page .timeline-step {
    opacity: var(--vibe-step-opacity, 0.28);
    transform: translate3d(0, var(--vibe-track-y), 0) scale(var(--vibe-stage-scale));
    transform-origin: top left;
    transition:
      opacity 0.24s ease,
      transform 0.3s cubic-bezier(0.22, 0.68, 0.22, 1),
      filter 0.24s ease;
  }

  .evaluation-page .timeline-step.is-active {
    z-index: 12;
    opacity: var(--vibe-step-opacity, 1);
    transform: translate3d(0, var(--vibe-track-y), 0) scale(var(--vibe-stage-scale));
    filter: drop-shadow(0 0 24px rgba(0, 229, 255, 0.22));
  }

  .evaluation-page .timeline-step.is-before,
  .evaluation-page .timeline-step.is-after {
    opacity: var(--vibe-step-opacity, 0.18);
  }

  .evaluation-page .timeline-step.is-before .step-copy,
  .evaluation-page .timeline-step.is-after .step-copy {
    opacity: 0;
    transform: translateX(-18px);
  }

  .evaluation-page .timeline-step.is-active .step-copy {
    opacity: 1;
    transform: translateX(0);
  }

  .evaluation-page .timeline-step.is-active .step-copy h4,
  .evaluation-page .timeline-step.is-active .step-copy p {
    color: #ffffff;
    text-shadow: 0 0 16px rgba(0, 229, 255, 0.28);
  }

  .evaluation-page .step-circle {
    opacity: 0.68;
    box-shadow:
      inset 0 0 0 5px rgba(0, 0, 0, 0.28),
      0 0 0 0 rgba(0, 229, 255, 0);
    transition:
      opacity 0.24s ease,
      transform 0.3s ease,
      box-shadow 0.3s ease,
      background 0.3s ease;
  }

  .evaluation-page .timeline-step.is-active .step-circle {
    opacity: 1;
    background: #f23c35;
    transform: scale(1.12);
    box-shadow:
      inset 0 0 0 5px rgba(0, 0, 0, 0.22),
      0 0 0 8px rgba(242, 60, 53, 0.16),
      0 0 24px rgba(242, 60, 53, 0.68),
      0 0 34px rgba(0, 229, 255, 0.3);
  }

  .evaluation-page .vibe-process-board.is-ai-phase .timeline-step.is-active .step-circle {
    background:
      radial-gradient(circle at 50% 50%, #ff5149 0 28%, #b91f2a 29% 52%, #ff5149 53% 58%, #a61220 59% 100%);
    box-shadow:
      inset 0 0 0 5px rgba(0, 0, 0, 0.28),
      0 0 0 8px rgba(0, 229, 255, 0.13),
      0 0 32px rgba(0, 229, 255, 0.58),
      0 0 22px rgba(242, 60, 53, 0.5);
  }

  .evaluation-page .size-sm {
    width: 58px;
    height: 58px;
  }

  .evaluation-page .size-sm2 {
    width: 64px;
    height: 64px;
  }

  .evaluation-page .size-md {
    width: 64px;
    height: 64px;
  }

  .evaluation-page .size-lg {
    width: 62px;
    height: 62px;
  }

  .evaluation-page .size-xl {
    width: 68px;
    height: 68px;
  }

  .evaluation-page .size-xxl {
    width: 74px;
    height: 74px;
  }

  .evaluation-page .step-01 {
    top: 72px;
    left: 0;
    width: 780px;
    height: 185px;
  }

  .evaluation-page .step-02 {
    top: 320px;
    left: 0;
    width: 780px;
    height: 210px;
  }

  .evaluation-page .step-03 {
    top: 588px;
    left: 0;
    width: 780px;
    height: 190px;
  }

  .evaluation-page .step-04 {
    top: 842px;
    left: 0;
    width: 780px;
    height: 210px;
  }

  .evaluation-page .step-05 {
    top: 1110px;
    left: 0;
    width: 780px;
    height: 190px;
  }

  .evaluation-page .step-06 {
    top: 1368px;
    left: 0;
    width: 780px;
    height: 210px;
  }

  .evaluation-page .step-07 {
    top: 1510px;
    left: 0;
    width: 780px;
    height: 210px;
  }

  .evaluation-page .step-08 {
    top: 1640px;
    left: 0;
    width: 780px;
    height: 230px;
  }

  .evaluation-page .step-01 .step-circle {
    top: 8px;
    left: 36px;
  }

  .evaluation-page .step-02 .step-circle {
    top: 0px;
    left: 350px;
  }

  .evaluation-page .step-03 .step-circle {
    top: 2px;
    left: 700px;
  }

  .evaluation-page .step-04 .step-circle {
    top: 5px;
    left: 350px;
  }

  .evaluation-page .step-05 .step-circle {
    top: 130px;
    left: 36px;
  }

  .evaluation-page .step-06 .step-circle {
    top: 220px;
    left: 350px;
  }

  .evaluation-page .step-07 .step-circle {
    top: 500px;
    left: 700px;
  }

  .evaluation-page .step-08 .step-circle {
    top: 800px;
    left: 350px;
  }

  .evaluation-page .step-01 .step-copy {
    top: -70px;
    left: 132px;
  }

  .evaluation-page .step-02 .step-copy {
    top: 60px;
    left: 160px;
  }

  .evaluation-page .step-03 .step-copy {
    top: -50px;
    left: 132px;
  }

  .evaluation-page .step-04 .step-copy {
    top: 80px;
    left: 120px;
  }

  .evaluation-page .step-05 .step-copy {
    top: 60px;
    left: 132px;
  }

  .evaluation-page .step-06 .step-copy {
    top: 320px;
    left: 160px;
  }

  .evaluation-page .step-07 .step-copy {
    top: 430px;
    left: 132px;
  }

  .evaluation-page .step-08 .step-copy {
    top: 900px;
    left: 160px;
  }

  .evaluation-page .step-number {
    min-width: 74px;
    color: var(--hold-cyan);
    font-size: clamp(1.82rem, 1.95vw, 2.42rem);
    text-shadow: 0 0 18px rgba(0, 229, 255, 0.35);
  }

  .evaluation-page .timeline-step.is-active .step-number {
    color: #ffffff;
  }

  .evaluation-page .step-copy h4 {
    font-size: clamp(1.82rem, 1.95vw, 2.42rem);
  }

  .evaluation-page .step-copy p {
    width: 470px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.42rem;
    line-height: 1.6;
  }

  .evaluation-page .vibe-process-visuals {
    position: relative;
    display: block;
    align-self: center;
    height: clamp(500px, 64vh, 620px);
    padding: 0;
    perspective: 1100px;
    transform-style: preserve-3d;
  }

  .evaluation-page .vibe-process-visuals::before {
    content: "";
    position: absolute;
    inset: 8% -6% 12% 12%;
    background:
      linear-gradient(135deg, rgba(0, 229, 255, 0.2), transparent 42%),
      radial-gradient(circle at 50% 50%, rgba(255, 0, 60, 0.16), transparent 45%);
    filter: blur(28px);
    opacity: 0.8;
    pointer-events: none;
  }

  .evaluation-page .vibe-process-shot,
  .evaluation-page .vibe-process-shot.shot-01,
  .evaluation-page .vibe-process-shot.shot-02,
  .evaluation-page .vibe-process-shot.shot-03,
  .evaluation-page .vibe-process-shot.shot-04,
  .evaluation-page .vibe-process-shot.shot-05,
  .evaluation-page .vibe-process-shot.shot-06,
  .evaluation-page .vibe-process-shot.shot-07,
  .evaluation-page .vibe-process-shot.shot-08 {
    --vibe-card-x: 110px;
    --vibe-card-y: 56px;
    --vibe-card-scale: 0.82;
    --vibe-card-opacity: 0;
    --vibe-card-rotate: 0deg;
    --vibe-tilt-x: 0deg;
    --vibe-tilt-y: 0deg;
    position: absolute;
    top: 50%;
    right: 0;
    width: min(100%, 980px);
    height: clamp(460px, 58vh, 560px);
    margin: 0;
    opacity: var(--vibe-card-opacity);
    transform:
      translate3d(var(--vibe-card-x), calc(-50% + var(--vibe-card-y)), 0)
      rotateZ(var(--vibe-card-rotate))
      rotateX(var(--vibe-tilt-y))
      rotateY(var(--vibe-tilt-x))
      scale(var(--vibe-card-scale));
    transform-origin: center;
    transition:
      opacity 0.26s ease,
      transform 0.34s cubic-bezier(0.22, 0.68, 0.22, 1),
      border-color 0.26s ease,
      box-shadow 0.26s ease,
      filter 0.26s ease;
    will-change: transform, opacity;
  }

  .evaluation-page .vibe-process-shot.is-active {
    border-color: rgba(255, 255, 255, 0.96);
    box-shadow:
      16px 18px 0 rgba(0, 0, 0, 0.72),
      0 0 0 1px rgba(0, 229, 255, 0.24),
      0 0 34px rgba(0, 229, 255, 0.26),
      inset 0 0 0 1px rgba(255, 255, 255, 0.16);
    filter: saturate(1.04) contrast(1.02);
  }

  .evaluation-page .vibe-process-shot.is-active:hover {
    border-color: var(--hold-cyan);
    box-shadow:
      18px 20px 0 rgba(0, 0, 0, 0.76),
      0 0 0 1px rgba(0, 229, 255, 0.38),
      0 0 44px rgba(0, 229, 255, 0.44),
      inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  }

  .evaluation-page .vibe-process-shot.is-active:hover span {
    transform: translate(-4px, -5px) scale(1.04);
    box-shadow: 6px 6px 0 var(--p5-red);
  }

  .evaluation-page .vibe-process-shot img {
    object-fit: contain;
    transition: transform 0.42s ease;
  }

  .evaluation-page .vibe-process-shot.is-active:hover img {
    transform: scale(1.02);
  }

  .evaluation-page .vibe-process-shot span {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
  }

  .evaluation-page .timeline-step:hover .step-copy,
  .evaluation-page .timeline-step:focus-within .step-copy {
    transform: none;
  }
}

@media (min-width: 1024px) and (prefers-reduced-motion: reduce) {
  .evaluation-page .route-main,
  .evaluation-page .timeline-route,
  .evaluation-page .timeline-step,
  .evaluation-page .step-circle,
  .evaluation-page .step-copy,
  .evaluation-page .vibe-process-shot,
  .evaluation-page .vibe-process-shot img,
  .evaluation-page .vibe-process-shot span {
    transition: none;
  }
}

.evaluation-page .ai-tools-board {
  width: min(100%, 1180px);
  margin: 48px auto 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.evaluation-page .ai-tools-board::before,
.evaluation-page .ai-tools-board::after {
  opacity: 0;
}

.evaluation-page .ai-evaluation-top-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.66fr) minmax(680px, 1.34fr);
  gap: clamp(24px, 3vw, 38px);
  align-items: stretch;
  width: 100%;
  margin: 48px auto 0;
}

.evaluation-page .ai-evaluation-top-grid .ai-tools-board,
.evaluation-page .ai-evaluation-top-grid .ai-review-board {
  width: 100%;
  margin: 0;
  align-self: stretch;
  height: 100%;
}

.evaluation-page .ai-evaluation-top-grid .ai-tools-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 34px 6px 0;
}

.evaluation-page .ai-evaluation-top-grid .ai-tools-header {
  max-width: none;
  margin: 0 0 30px;
  text-align: left;
}

.evaluation-page .ai-evaluation-top-grid .ai-tools-header h2,
.evaluation-page .ai-evaluation-top-grid .ai-review-board h3 {
  width: auto;
  margin: 0;
  padding: 0;
  color: #ffffff;
  background: transparent;
  border: 0;
  box-shadow: none;
  transform: none;
  font-size: clamp(1.55rem, 2.45vw, 2.25rem);
  font-weight: 500;
  line-height: 1.08;
  text-align: left;
  text-transform: none;
}

.evaluation-page .ai-evaluation-top-grid .ai-tools-header p {
  margin: 18px 0 0;
  font-size: 0.92rem;
  line-height: 1.62;
}

.evaluation-page .ai-evaluation-top-grid .ai-wrapper {
  min-height: 92px;
  padding: 30px 0 24px;
  justify-content: flex-start;
  gap: 10px;
}

.evaluation-page .ai-evaluation-top-grid .ai-wrapper .ai-icon {
  width: 52px;
  height: 52px;
}

.evaluation-page .ai-evaluation-top-grid .ai-wrapper .ai-icon img {
  width: 28px;
  height: 28px;
}

.evaluation-page .ai-evaluation-top-grid .ai-description-card {
  max-width: none;
  margin: auto 0 0;
  padding: 22px 24px;
  border-radius: 18px;
}

.evaluation-page .ai-evaluation-top-grid .ai-review-board h3 {
  margin-bottom: 20px;
}

.evaluation-page .ai-evaluation-top-grid .ai-review-grid {
  grid-template-columns: minmax(0, 1fr) 56px minmax(0, 1fr);
  align-items: stretch;
  height: calc(100% - 44px);
}

.evaluation-page .ai-evaluation-top-grid .ai-review-card {
  padding: clamp(18px, 2vw, 24px);
  box-shadow:
    8px 8px 0 #000,
    inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.evaluation-page .ai-evaluation-top-grid .ai-review-card h4 {
  margin-bottom: 18px;
  font-size: clamp(1.25rem, 1.8vw, 1.75rem);
}

.evaluation-page .ai-evaluation-top-grid .ai-review-card ul {
  gap: 14px;
}

.evaluation-page .ai-evaluation-top-grid .ai-review-card li {
  min-height: 98px;
  grid-template-columns: 14px minmax(0, 1fr);
  gap: 11px;
}

.evaluation-page .ai-evaluation-top-grid .ai-review-card h5 {
  font-size: clamp(0.92rem, 1.05vw, 1.05rem);
}

.evaluation-page .ai-evaluation-top-grid .ai-review-card p {
  font-size: 0.84rem;
  line-height: 1.5;
}

.evaluation-page .ai-evaluation-top-grid .ai-review-connectors {
  grid-template-rows: repeat(4, minmax(98px, 1fr));
  padding-top: 58px;
}

.evaluation-page .ai-evaluation-top-grid + .vibe-process-header {
  margin-top: clamp(44px, 5vw, 70px);
}

.evaluation-page .ai-technical-reflection {
  margin-top: clamp(52px, 6vw, 84px);
}

.evaluation-page .ai-technical-reflection .section-title {
  margin-bottom: clamp(36px, 4vw, 54px);
}

.evaluation-page .ai-technical-reflection-board {
  display: grid;
  gap: clamp(22px, 3vw, 34px);
}

.evaluation-page .ai-technical-reflection-intro,
.evaluation-page .ai-technical-reflection-close {
  width: min(100%, 1040px);
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.1vw, 1.12rem);
  line-height: 1.7;
}

.evaluation-page .ai-technical-reflection-close {
  padding: 20px 22px;
  border-left: 8px solid var(--hold-cyan);
  background: rgba(0, 229, 255, 0.08);
}

.evaluation-page .ai-technical-reflection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
}

.evaluation-page .ai-technical-reflection-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: clamp(22px, 2.6vw, 30px);
  color: var(--pure-white);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(0, 229, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-top: 8px solid var(--p5-red);
  box-shadow:
    10px 10px 0 rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.evaluation-page .ai-technical-reflection-card.example-accessibility {
  border-top-color: var(--hold-cyan);
}

.evaluation-page .ai-technical-reflection-card.ai-logs-card {
  grid-column: 1 / -1;
  border-top-color: var(--hold-yellow);
}

.evaluation-page .ai-technical-reflection-label {
  justify-self: start;
  padding: 6px 9px;
  color: var(--bg-black);
  background: var(--pure-white);
  border: 2px solid #000;
  box-shadow: 4px 4px 0 #000;
  font-size: 0.72rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.evaluation-page .ai-technical-reflection-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.3rem, 1.7vw, 1.85rem);
  line-height: 1.08;
  font-weight: 900;
}

.evaluation-page .ai-technical-reflection-card p,
.evaluation-page .ai-technical-reflection-card li {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(0.96rem, 1vw, 1.04rem);
  line-height: 1.58;
}

.evaluation-page .ai-technical-reflection-card ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding-left: 20px;
}

.evaluation-page .ai-log-links {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 2px;
  padding-right: clamp(190px, 18vw, 248px);
}

.evaluation-page .ai-log-link {
  --persona-file-red: var(--p5-red);
  --persona-file-red-dark: #940018;
  --persona-secondary: var(--hold-cyan);
  --text-color: #fff;
  position: relative;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 142px;
  min-height: 44px;
  padding: 0.76rem 0.98rem;
  color: var(--text-color);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 32%),
    var(--persona-file-red);
  border: 2px solid #000;
  border-radius: 0;
  box-shadow:
    5px 5px 0 #000,
    inset 0 -3px 0 rgba(0, 0, 0, 0.28);
  font-family: Arial, sans-serif;
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0.06em;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  box-sizing: border-box;
  cursor: pointer;
  appearance: none;
  opacity: 1;
  transition:
    transform 0.14s cubic-bezier(0.22, 1.2, 0.35, 1),
    background-color 0.12s linear,
    box-shadow 0.12s linear,
    filter 0.12s linear;
}

.evaluation-page .ai-log-link::after {
  content: none;
}

.evaluation-page .ai-log-link:hover,
.evaluation-page .ai-log-link:focus-visible {
  color: var(--text-color);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 30%),
    #ff2a2a;
  filter: saturate(1.12) contrast(1.05);
  transform: translate(-2px, -2px);
  box-shadow:
    7px 7px 0 var(--persona-secondary),
    0 0 0 2px #000,
    inset 0 -3px 0 rgba(0, 0, 0, 0.2);
}

.evaluation-page .ai-log-link:active {
  top: 0;
  color: var(--text-color);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 32%),
    var(--persona-file-red-dark);
  transform: translate(2px, 2px);
  box-shadow:
    2px 2px 0 #000,
    inset 0 3px 0 rgba(0, 0, 0, 0.32);
}

.evaluation-page .ai-log-tap-hint {
  right: clamp(88px, 8vw, 124px);
  top: 6px;
  width: clamp(92px, 9.8vw, 128px);
  z-index: 8;
}

.evaluation-page .ai-log-tap-hint .testing-evidence-tap-ring {
  z-index: 0;
  transform-origin: 50% 50%;
}

.evaluation-page .ai-log-tap-hint .testing-evidence-tap-hand {
  z-index: 1;
  flex: none;
  max-width: none;
}

.evaluation-page .ai-log-fallback {
  padding-top: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.evaluation-page .ethical-reflection-module {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: clamp(38px, 5vw, 68px);
}

.evaluation-page .ethical-reflection-card {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: clamp(260px, 28vw, 320px);
  border-radius: 14px;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: center;
  box-shadow:
    20px 20px 60px rgba(0, 0, 0, 0.36),
    -20px -20px 60px rgba(255, 255, 255, 0.08);
}

.evaluation-page .ethical-reflection-bg {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.36);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 10px;
  overflow: hidden;
  outline: 2px solid rgba(255, 255, 255, 0.62);
}

.evaluation-page .ethical-reflection-content {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  grid-template-areas:
    "intro points"
    "conclusion conclusion";
  gap: clamp(18px, 3vw, 36px);
  width: 100%;
  padding: clamp(28px, 4vw, 48px);
  color: #080808;
}

.evaluation-page .ethical-reflection-intro {
  grid-area: intro;
  align-self: center;
}

.evaluation-page .ethical-reflection-intro h3 {
  margin: 0 0 16px;
  color: #080808;
  font-size: clamp(2.05rem, 4vw, 4rem);
  line-height: 0.95;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.evaluation-page .ethical-reflection-intro p,
.evaluation-page .ethical-reflection-point p,
.evaluation-page .ethical-reflection-conclusion {
  margin: 0;
  color: rgba(8, 8, 8, 0.82);
  font-size: clamp(0.92rem, 1.05vw, 1.02rem);
  line-height: 1.55;
  font-weight: 800;
}

.evaluation-page .ethical-reflection-points {
  grid-area: points;
  display: grid;
  gap: 12px;
}

.evaluation-page .ethical-reflection-point {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
}

.evaluation-page .ethical-reflection-point span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #ffffff;
  background: #080808;
  border-radius: 50%;
  font-size: 0.9rem;
  line-height: 1;
  font-weight: 900;
}

.evaluation-page .ethical-reflection-point h4 {
  margin: 0 0 6px;
  color: #080808;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.12;
  font-weight: 900;
}

.evaluation-page .ethical-reflection-conclusion {
  grid-area: conclusion;
  padding-top: 2px;
}

@keyframes blob-bounce {
  0% {
    transform: translate(-100%, -100%) translate3d(0, 0, 0);
  }

  25% {
    transform: translate(-100%, -100%) translate3d(100%, 0, 0);
  }

  50% {
    transform: translate(-100%, -100%) translate3d(100%, 100%, 0);
  }

  75% {
    transform: translate(-100%, -100%) translate3d(0, 100%, 0);
  }

  100% {
    transform: translate(-100%, -100%) translate3d(0, 0, 0);
  }
}

@media (max-width: 1120px) {
  .evaluation-page .ai-evaluation-top-grid {
    grid-template-columns: 1fr;
    width: min(100%, 920px);
  }

  .evaluation-page .ai-evaluation-top-grid .ai-tools-section {
    padding-top: 28px;
  }

  .evaluation-page .ai-technical-reflection-grid {
    grid-template-columns: 1fr;
  }

  .evaluation-page .ai-technical-reflection-card.ai-logs-card {
    grid-column: auto;
  }
}

@media (max-width: 760px) {
  .evaluation-page .ai-technical-reflection .section-title {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .evaluation-page .ai-technical-reflection-board {
    padding: 26px 20px;
  }

  .evaluation-page .ai-technical-reflection-card {
    padding: 20px 18px;
  }

  .evaluation-page .ai-log-links {
    display: grid;
    grid-template-columns: 1fr;
    padding-right: 0;
    padding-top: 42px;
  }

  .evaluation-page .ai-log-link {
    width: 100%;
  }

  .evaluation-page .ai-log-tap-hint {
    top: 4px;
    right: 10px;
    width: clamp(92px, 9.8vw, 128px);
  }

  .evaluation-page .ethical-reflection-card {
    min-height: 0;
  }

  .evaluation-page .ethical-reflection-content {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "points"
      "conclusion";
    padding: 26px 22px;
  }

  .evaluation-page .ethical-reflection-point {
    grid-template-columns: 30px minmax(0, 1fr);
    padding: 13px 12px;
  }

  .evaluation-page .ethical-reflection-point span {
    width: 27px;
    height: 27px;
  }
}

:is(.evaluation-page, .why-gap-page) .references-board {
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
}

:is(.evaluation-page, .why-gap-page) .references-intro {
  display: grid;
  gap: 14px;
  max-width: 980px;
}

:is(.evaluation-page, .why-gap-page) .references-intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.65;
  font-weight: 800;
}

:is(.evaluation-page, .why-gap-page) .sources-reviewed,
:is(.evaluation-page, .why-gap-page) .formal-references,
:is(.evaluation-page, .why-gap-page) .ai-tool-references {
  display: grid;
  gap: clamp(1.3rem, 2.8vw, 2.2rem);
  min-width: 0;
}

:is(.evaluation-page, .why-gap-page) .sources-reviewed h3,
:is(.evaluation-page, .why-gap-page) .formal-references h3,
:is(.evaluation-page, .why-gap-page) .ai-tool-references h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.65rem, 2.8vw, 3rem);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

:is(.evaluation-page, .why-gap-page) .source-group {
  display: grid;
  gap: 18px;
  min-width: 0;
}

:is(.evaluation-page, .why-gap-page) .source-group + .source-group {
  margin-top: clamp(0.6rem, 1.6vw, 1.4rem);
}

:is(.evaluation-page, .why-gap-page) .source-group-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  min-width: 0;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.16);
}

:is(.evaluation-page, .why-gap-page) .source-group-header h4 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1.05;
}

:is(.evaluation-page, .why-gap-page) .source-group-header span {
  flex: 0 0 auto;
  color: var(--hold-cyan);
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

:is(.evaluation-page, .why-gap-page) .source-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 1.6rem);
  min-width: 0;
}

:is(.evaluation-page, .why-gap-page) .source-card {
  position: relative;
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: clamp(1.25rem, 2.2vw, 1.8rem);
  color: var(--bg-black);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.68));
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-left: 5px solid var(--source-accent, var(--hold-cyan));
  border-radius: 10px;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.48);
}

:is(.evaluation-page, .why-gap-page) .academic-source {
  --source-accent: var(--hold-cyan);
}

:is(.evaluation-page, .why-gap-page) .commercial-source {
  --source-accent: var(--hold-yellow);
}

:is(.evaluation-page, .why-gap-page) .source-number {
  display: inline-flex;
  width: max-content;
  padding: 5px 9px;
  color: #ffffff;
  background: #000000;
  border-radius: 4px;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 900;
}

:is(.evaluation-page, .why-gap-page) .source-type {
  color: rgba(0, 0, 0, 0.56);
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

:is(.evaluation-page, .why-gap-page) .source-card h5 {
  margin: 0;
  color: #080808;
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  line-height: 1.26;
  font-weight: 900;
  overflow-wrap: anywhere;
}

:is(.evaluation-page, .why-gap-page) .source-card p {
  margin: 0;
  color: rgba(8, 8, 8, 0.78);
  font-size: 0.95rem;
  line-height: 1.58;
  font-weight: 800;
}

:is(.evaluation-page, .why-gap-page) .ieee-reference-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

:is(.evaluation-page, .why-gap-page) .ieee-reference-list li {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.86);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(0, 229, 255, 0.035));
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 3px solid var(--hold-cyan);
  font-size: 0.95rem;
  line-height: 1.58;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}

:is(.evaluation-page, .why-gap-page) .ai-reference-list li {
  border-left-color: var(--helper-teal);
}

:is(.evaluation-page, .why-gap-page) .reference-index {
  color: #ffffff;
  font-weight: 900;
}

:is(.evaluation-page, .why-gap-page) .ieee-reference-list a {
  color: var(--hold-cyan);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

:is(.evaluation-page, .why-gap-page) .reference-disclosure-note {
  display: grid;
  gap: 10px;
  max-width: 980px;
  padding: clamp(1.2rem, 2vw, 1.6rem);
  color: var(--bg-black);
  background: rgba(255, 255, 255, 0.78);
  border-left: 5px solid var(--p5-red);
  border-radius: 10px;
}

:is(.evaluation-page, .why-gap-page) .reference-disclosure-note p {
  margin: 0;
  color: rgba(8, 8, 8, 0.78);
  font-size: 0.98rem;
  line-height: 1.58;
  font-weight: 800;
}

@media (max-width: 820px) {
  :is(.evaluation-page, .why-gap-page) .source-card-grid {
    grid-template-columns: 1fr;
  }

  :is(.evaluation-page, .why-gap-page) .source-group-header {
    display: grid;
    align-items: start;
  }

  :is(.evaluation-page, .why-gap-page) .ieee-reference-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

.integrated-page .intro-panel,
.info-card,
.research-card,
.evidence-card,
.sketch-card,
.option-card,
.why-gap-page .intro-card,
.why-gap-page .source-group,
.why-gap-page .synthesis-card,
.testing-iteration-page .testing-setup-copy,
.testing-iteration-page .snapshot-item,
.testing-iteration-page .participant-card,
.evaluation-page .phase-card,
.evaluation-page .evaluation-task-card,
.evaluation-page .measurement-card,
.final-reflection-page .reflection-card.social,
.final-reflection-page .reflection-card.ai {
  color: var(--pure-white);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(0, 229, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    10px 10px 0 rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.info-card {
  border-top: 5px solid var(--card-accent, var(--p5-red));
}

.evaluation-page .phase-card,
.evaluation-page .evaluation-task-card,
.evaluation-page .measurement-card {
  box-shadow:
    10px 10px 0 rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.integrated-page .intro-panel p,
.info-card h3,
.research-card h3,
.evidence-card h3,
.sketch-card h3,
.option-card h4,
.info-card p,
.research-card p,
.evidence-card p,
.sketch-card p,
.option-card p,
.info-card li,
.research-card li,
.evidence-card li,
.sketch-card li,
.option-card li,
.why-gap-page .intro-card p,
.why-gap-page .source-group h4,
.why-gap-page .synthesis-card h4,
.why-gap-page .synthesis-card p,
.testing-iteration-page .testing-setup-copy p,
.testing-iteration-page .snapshot-label,
.testing-iteration-page .snapshot-value,
.testing-iteration-page .participant-role,
.evaluation-page .phase-card h3,
.evaluation-page .evaluation-task-card h3,
.evaluation-page .measurement-card h4,
.evaluation-page .phase-card p,
.evaluation-page .evaluation-task-card p,
.evaluation-page .measurement-card p,
.evaluation-page .evaluation-task-card h4,
.evaluation-page .measurement-card li,
.evaluation-page .observed-list li,
.final-reflection-page .reflection-card.social p,
.final-reflection-page .reflection-card.ai p {
  color: rgba(255, 255, 255, 0.86);
}

.info-card h3,
.research-card h3,
.evidence-card h3,
.sketch-card h3,
.option-card h4,
.why-gap-page .source-group h4,
.why-gap-page .synthesis-card h4,
.testing-iteration-page .snapshot-label,
.testing-iteration-page .snapshot-value,
.testing-iteration-page .participant-role,
.evaluation-page .phase-card h3,
.evaluation-page .evaluation-task-card h3,
.evaluation-page .measurement-card h4 {
  color: #ffffff;
}

.testing-iteration-page .participant-head {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.final-reflection-page .reflection-card.ai h3 {
  color: var(--bg-black);
  background: rgba(0, 229, 255, 0.86);
}

.evaluation-page .measurement-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(0, 229, 255, 0.035));
}

#problem-space .problem-grid .info-card,
#requirements-list .section-gap .info-card,
#core-features .info-card,
#technical-notes .info-card,
.evaluation-page #results .measurement-card,
.evaluation-page #refinement .refinement-detail-grid section {
  color: var(--bg-black);
  background: var(--pure-white);
  border: 4px solid #000;
  box-shadow: 10px 10px 0 #000;
}

#problem-space .problem-grid .info-card,
#requirements-list .section-gap .info-card,
#core-features .info-card,
#technical-notes .info-card {
  border-top: 10px solid var(--card-accent, var(--p5-red));
}

.evaluation-page #refinement .refinement-detail-grid section {
  border-left: 10px solid var(--hold-cyan);
}

.evaluation-page #refinement .refinement-detail-grid section:nth-child(2) {
  border-left-color: var(--hold-yellow);
}

.evaluation-page #refinement .refinement-detail-grid section:nth-child(3) {
  border-left-color: var(--helper-teal);
}

#problem-space .problem-grid .info-card h3,
#problem-space .problem-grid .info-card p,
#problem-space .problem-grid .info-card li,
#requirements-list .section-gap .info-card h3,
#requirements-list .section-gap .info-card p,
#requirements-list .section-gap .info-card li,
#core-features .info-card h3,
#core-features .info-card p,
#core-features .info-card li,
#technical-notes .info-card h3,
#technical-notes .info-card p,
#technical-notes .info-card li,
.evaluation-page #results .measurement-card h4,
.evaluation-page #results .measurement-card p,
.evaluation-page #results .measurement-card li,
.evaluation-page #refinement .refinement-detail-grid h4,
.evaluation-page #refinement .refinement-detail-grid p,
.evaluation-page #refinement .refinement-detail-grid li {
  color: var(--bg-black);
}

.evaluation-page #results .measurement-card span {
  color: var(--pure-white);
}

.user-requirements-page .evidence-carousel-card .evidence-card-content,
.user-requirements-page .evidence-carousel-card .evidence-card-content h3,
.user-requirements-page .evidence-carousel-card .evidence-card-content p {
  color: #071015;
}

.user-requirements-page .evidence-carousel-card .evidence-card-content p {
  color: rgba(7, 16, 21, 0.86);
}

.ai-tools-section {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 56px 24px;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.ai-tools-section * {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.ai-tools-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 24px;
}

.ai-tools-header .section-kicker {
  margin: 0 0 8px;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6f7f6a;
  font-weight: 700;
}

.ai-tools-header h2 {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  line-height: 1.08;
  color: #ffffff;
  overflow-wrap: break-word;
}

.ai-tools-header p {
  margin: 14px auto 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.76);
}

.ai-wrapper {
  display: inline-flex;
  list-style: none;
  width: 100%;
  min-height: 120px;
  padding: 40px 0 18px;
  margin: 0;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.ai-wrapper .ai-icon {
  position: relative;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  width: 58px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow:
    0 12px 28px rgba(25, 35, 20, 0.12),
    inset 0 0 0 1px rgba(25, 35, 20, 0.08);
  cursor: pointer;
  transition:
    transform 0.28s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    box-shadow 0.28s ease,
    background 0.28s ease;
}

.ai-wrapper .ai-icon img {
  width: 31px;
  height: 31px;
  object-fit: contain;
  display: block;
  transition: transform 0.28s ease, filter 0.28s ease;
}

.ai-wrapper .tooltip {
  position: absolute;
  top: 0;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  background: #ffffff;
  color: #182018;
  padding: 6px 10px;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(25, 35, 20, 0.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  z-index: 4;
}

.ai-wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 9px;
  width: 9px;
  background: inherit;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.ai-wrapper .ai-icon:hover .tooltip {
  top: -48px;
  opacity: 1;
  visibility: visible;
}

.ai-wrapper .ai-icon:hover {
  transform: translateY(-7px) scale(1.08);
  box-shadow:
    0 18px 34px rgba(25, 35, 20, 0.18),
    inset 0 0 0 1px rgba(25, 35, 20, 0.08);
}

.ai-wrapper .ai-icon:hover img {
  transform: scale(1.08);
}

.ai-wrapper .ai-icon.active {
  transform: translateY(-6px) scale(1.12);
  box-shadow:
    0 20px 38px rgba(25, 35, 20, 0.2),
    0 0 0 5px rgba(132, 168, 118, 0.16);
}

.ai-wrapper .chatgpt:hover,
.ai-wrapper .chatgpt.active,
.ai-wrapper .chatgpt:hover .tooltip,
.ai-wrapper .chatgpt:hover .tooltip::before,
.ai-wrapper .chatgpt.active .tooltip,
.ai-wrapper .chatgpt.active .tooltip::before {
  background: #10a37f;
  color: #fff;
}

.ai-wrapper .gemini:hover,
.ai-wrapper .gemini.active,
.ai-wrapper .gemini:hover .tooltip,
.ai-wrapper .gemini:hover .tooltip::before,
.ai-wrapper .gemini.active .tooltip,
.ai-wrapper .gemini.active .tooltip::before {
  background: #5f6fee;
  color: #fff;
}

.ai-wrapper .pinterest:hover,
.ai-wrapper .pinterest.active,
.ai-wrapper .pinterest:hover .tooltip,
.ai-wrapper .pinterest:hover .tooltip::before,
.ai-wrapper .pinterest.active .tooltip,
.ai-wrapper .pinterest.active .tooltip::before {
  background: #e60023;
  color: #fff;
}

.ai-wrapper .uiverse:hover,
.ai-wrapper .uiverse.active,
.ai-wrapper .uiverse:hover .tooltip,
.ai-wrapper .uiverse:hover .tooltip::before,
.ai-wrapper .uiverse.active .tooltip,
.ai-wrapper .uiverse.active .tooltip::before {
  background: #6c5ce7;
  color: #fff;
}

.ai-wrapper .figma:hover,
.ai-wrapper .figma.active,
.ai-wrapper .figma:hover .tooltip,
.ai-wrapper .figma:hover .tooltip::before,
.ai-wrapper .figma.active .tooltip,
.ai-wrapper .figma.active .tooltip::before {
  background: #a259ff;
  color: #fff;
}

.ai-wrapper .studio:hover,
.ai-wrapper .studio.active,
.ai-wrapper .studio:hover .tooltip,
.ai-wrapper .studio:hover .tooltip::before,
.ai-wrapper .studio.active .tooltip,
.ai-wrapper .studio.active .tooltip::before {
  background: #4285f4;
  color: #fff;
}

.ai-wrapper .codex:hover,
.ai-wrapper .codex.active,
.ai-wrapper .codex:hover .tooltip,
.ai-wrapper .codex:hover .tooltip::before,
.ai-wrapper .codex.active .tooltip,
.ai-wrapper .codex.active .tooltip::before {
  background: #24292f;
  color: #fff;
}

.ai-wrapper .ai-icon.active img,
.ai-wrapper .ai-icon:hover img {
  filter: brightness(0) invert(1);
}

.ai-description-card {
  max-width: 760px;
  margin: 12px auto 0;
  padding: 26px 28px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(0, 229, 255, 0.06));
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16);
  opacity: 0;
  transform: translateY(18px) scale(0.97);
  transition:
    opacity 0.36s ease,
    transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.evaluation-page .ai-description-card {
  border: 3px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    8px 8px 0 var(--hold-cyan),
    0 22px 48px rgba(0, 0, 0, 0.3),
    inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.ai-description-card.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.ai-description-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 10px;
}

.ai-description-label {
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
  font-weight: 700;
}

.ai-description-card h3 {
  margin: 0;
  font-size: 1.35rem;
  color: #ffffff;
}

.ai-description-card p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 640px) {
  .evaluation-page .ai-tools-board {
    justify-self: start;
    width: min(100%, calc(100vw - 36px));
    max-width: min(100%, calc(100vw - 36px));
    margin-left: 0;
    margin-right: 0;
    justify-items: stretch;
  }

  .ai-tools-section {
    padding: 42px 16px;
  }

  .ai-wrapper {
    gap: 10px;
    padding-top: 34px;
  }

  .ai-wrapper .ai-icon {
    width: 52px;
    height: 52px;
  }

  .ai-wrapper .ai-icon img {
    width: 28px;
    height: 28px;
  }

  .ai-description-card {
    padding: 22px 20px;
    border-radius: 20px;
  }

  .ai-description-top {
    display: block;
  }

  .ai-description-card h3 {
    margin-top: 6px;
  }
}

.evaluation-page .ai-review-board {
  width: min(100%, 1180px);
  margin: 54px auto 0;
  color: var(--pure-white);
}

.evaluation-page .ai-review-board h3 {
  width: fit-content;
  margin: 0 auto 28px;
  padding: 10px 18px;
  color: var(--pure-white);
  background: var(--p5-red);
  border: 3px solid #000;
  font-size: clamp(1.65rem, 3vw, 2.8rem);
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 8px 8px 0 #000;
  transform: rotate(-1deg);
}

.evaluation-page .ai-review-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
}

.evaluation-page .ai-review-card {
  position: relative;
  z-index: 2;
  padding: clamp(22px, 3vw, 34px);
  border: 3px solid rgba(255, 255, 255, 0.76);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.18));
  box-shadow:
    10px 10px 0 #000,
    inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.evaluation-page .ai-review-card.worked {
  border-right-color: var(--hold-cyan);
}

.evaluation-page .ai-review-card.review {
  border-left-color: var(--p5-red);
}

.evaluation-page .ai-review-card h4 {
  margin: 0 0 22px;
  color: var(--pure-white);
  font-size: clamp(1.6rem, 2.4vw, 2.3rem);
  line-height: 1;
  text-transform: uppercase;
}

.evaluation-page .ai-review-card.worked h4 {
  text-shadow: 4px 4px 0 var(--hold-cyan);
}

.evaluation-page .ai-review-card.review h4 {
  text-shadow: 4px 4px 0 var(--p5-red);
}

.evaluation-page .ai-review-card ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.evaluation-page .ai-review-card li {
  position: relative;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 14px;
  min-height: 116px;
  align-items: start;
}

.evaluation-page .ai-review-card h5 {
  margin: 0 0 6px;
  color: var(--pure-white);
  font-family: Arial, sans-serif;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.2;
  font-weight: 900;
  overflow-wrap: break-word;
}

.evaluation-page .ai-review-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-family: Arial, sans-serif;
  font-size: 0.92rem;
  line-height: 1.58;
  font-weight: 700;
  overflow-wrap: break-word;
}

.evaluation-page .review-dot {
  position: relative;
  top: 4px;
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #000;
  border-radius: 50%;
  background: var(--hold-cyan);
  box-shadow: 0 0 0 3px rgba(0, 207, 213, 0.18);
}

.evaluation-page .ai-review-card.review .review-dot {
  background: var(--p5-red);
  box-shadow: 0 0 0 3px rgba(255, 0, 60, 0.16);
}

.evaluation-page .ai-review-connectors {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: repeat(4, minmax(116px, 1fr));
  align-items: center;
  padding-top: 66px;
}

.evaluation-page .ai-review-connectors span {
  display: block;
  height: 2px;
  background: linear-gradient(90deg, var(--hold-cyan), rgba(255, 255, 255, 0.7), var(--p5-red));
  box-shadow: 0 0 10px rgba(0, 229, 255, 0.28);
}

@media (max-width: 860px) {
  .evaluation-page .ai-review-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .evaluation-page .ai-review-connectors {
    display: none;
  }

  .evaluation-page .ai-review-card li {
    min-height: 0;
  }
}

@media (max-width: 520px) {
  .evaluation-page .ai-review-board {
    width: min(100%, calc(100vw - 52px));
    margin-left: 0;
    margin-right: 0;
  }

  .evaluation-page .ai-review-board h3 {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.45rem;
  }

  .evaluation-page .ai-review-card {
    padding: 20px 16px;
    box-shadow:
      6px 6px 0 #000,
      inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  }
}

.iteration-page .prototype-overview {
  display: grid;
  place-items: center;
  margin: 2px 0 clamp(28px, 4vw, 42px);
  overflow: hidden;
  perspective: 1400px;
}

.iteration-page .prototype-overview-viewport {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 720px;
  padding: 34px 70px;
  overflow: hidden;
  border: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 229, 255, 0.18), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.14));
  box-shadow: 9px 9px 0 #000;
}

.iteration-page .prototype-overview .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.iteration-page .prototype-overview .inner {
  --w: 304px;
  --h: 438px;
  --translateZ: 390px;
  position: relative;
  width: 560px;
  height: 320px;
  z-index: 2;
  transform-style: preserve-3d;
  transform: perspective(800px);
  animation: autoRun3d 20s linear infinite;
  will-change: transform;
}

@keyframes autoRun3d {
  from {
    transform: perspective(800px) rotateY(0deg);
  }

  to {
    transform: perspective(800px) rotateY(-360deg);
  }
}

@keyframes animateBrightness {
  10% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(0.1);
  }

  90% {
    filter: brightness(1);
  }
}

.iteration-page .prototype-overview .card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--w);
  height: var(--h);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
  transform-origin: center center;
  animation: animateBrightness 20s linear infinite;
  transition-duration: 200ms;
  will-change: transform, filter;
}

.iteration-page .prototype-overview .card-3d:hover {
  animation-play-state: paused !important;
}

.iteration-page .prototype-overview .card-3d:hover .card {
  animation-play-state: paused !important;
}

.iteration-page .prototype-overview .card::before,
.iteration-page .prototype-overview .card::after {
  content: none;
  display: none;
}

.iteration-page .prototype-overview .card:nth-child(1) {
  transform: translate(-50%, -50%) rotateY(0deg) translateZ(var(--translateZ));
  animation-delay: -0s;
}

.iteration-page .prototype-overview .card:nth-child(2) {
  transform: translate(-50%, -50%) rotateY(30deg) translateZ(var(--translateZ));
  animation-delay: -1.667s;
}

.iteration-page .prototype-overview .card:nth-child(3) {
  transform: translate(-50%, -50%) rotateY(60deg) translateZ(var(--translateZ));
  animation-delay: -3.334s;
}

.iteration-page .prototype-overview .card:nth-child(4) {
  transform: translate(-50%, -50%) rotateY(90deg) translateZ(var(--translateZ));
  animation-delay: -5s;
}

.iteration-page .prototype-overview .card:nth-child(5) {
  transform: translate(-50%, -50%) rotateY(120deg) translateZ(var(--translateZ));
  animation-delay: -6.667s;
}

.iteration-page .prototype-overview .card:nth-child(6) {
  transform: translate(-50%, -50%) rotateY(150deg) translateZ(var(--translateZ));
  animation-delay: -8.334s;
}

.iteration-page .prototype-overview .card:nth-child(7) {
  transform: translate(-50%, -50%) rotateY(180deg) translateZ(var(--translateZ));
  animation-delay: -10s;
}

.iteration-page .prototype-overview .card:nth-child(8) {
  transform: translate(-50%, -50%) rotateY(210deg) translateZ(var(--translateZ));
  animation-delay: -11.667s;
}

.iteration-page .prototype-overview .card:nth-child(9) {
  transform: translate(-50%, -50%) rotateY(240deg) translateZ(var(--translateZ));
  animation-delay: -13.334s;
}

.iteration-page .prototype-overview .card:nth-child(10) {
  transform: translate(-50%, -50%) rotateY(270deg) translateZ(var(--translateZ));
  animation-delay: -15s;
}

.iteration-page .prototype-overview .card:nth-child(11) {
  transform: translate(-50%, -50%) rotateY(300deg) translateZ(var(--translateZ));
  animation-delay: -16.667s;
}

.iteration-page .prototype-overview .card:nth-child(12) {
  transform: translate(-50%, -50%) rotateY(330deg) translateZ(var(--translateZ));
  animation-delay: -18.334s;
}

.iteration-page .prototype-overview .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.24));
}

.iteration-page .alternatives-panel {
  width: min(100%, 1080px);
  margin: 0 auto clamp(34px, 5vw, 56px);
  padding: 0;
  background: transparent;
}

.iteration-page .alternatives-header {
  max-width: 720px;
  margin: 0 auto 20px;
  text-align: center;
}

.iteration-page .alternatives-header .section-kicker {
  display: inline-block;
  margin: 0 0 8px;
  color: var(--hold-cyan);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.iteration-page .alternatives-header h3 {
  margin: 0;
  color: var(--pure-white);
  font-size: clamp(1.55rem, 3.4vw, 2.45rem);
  line-height: 1.08;
}

.alternatives-table-wrap {
  width: 100%;
  overflow-x: auto;
  padding: 12px 6px 22px;
  background: transparent;
  scrollbar-color: rgba(255, 255, 255, 0.35) transparent;
}

.alternatives-table {
  width: 100%;
  min-width: 900px;
  border-collapse: separate;
  border-spacing: 0 12px;
  color: var(--pure-white);
  background: transparent;
}

.alternatives-table th,
.alternatives-table td {
  padding: 18px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(0, 229, 255, 0.035));
  font-size: 0.98rem;
  line-height: 1.48;
  text-align: left;
  vertical-align: top;
  transition:
    background 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    color 0.28s ease,
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.alternatives-table thead th {
  padding: 0 18px 8px;
  border: 0;
  color: rgba(255, 255, 255, 0.64);
  background: transparent;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.alternatives-table tbody th {
  width: 28%;
  border-left: 3px solid var(--row-accent, var(--hold-cyan));
  color: #ffffff;
  font-weight: 800;
}

.alternatives-table tbody td:last-child {
  width: 17%;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.alternatives-table tbody tr:hover th,
.alternatives-table tbody tr:hover td,
.alternatives-table tbody tr:focus-within th,
.alternatives-table tbody tr:focus-within td {
  border-color: rgba(255, 255, 255, 0.38);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(0, 229, 255, 0.09));
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  transform: translateY(-4px);
}

.alternatives-table tbody tr:hover th,
.alternatives-table tbody tr:focus-within th {
  color: var(--row-accent, var(--hold-cyan));
}

.decision-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.22),
    0 10px 22px rgba(0, 0, 0, 0.2);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition:
    background 0.28s ease,
    color 0.28s ease,
    transform 0.28s ease;
}

.alternatives-table tbody tr:hover .decision-pill,
.alternatives-table tbody tr:focus-within .decision-pill {
  color: #101410;
  background: var(--row-accent, var(--hold-cyan));
  transform: scale(1.04);
}

.decision-pill.rejected {
  background: rgba(255, 54, 54, 0.18);
}

.decision-pill.chosen {
  color: #0f1c15;
  background: var(--helper-teal);
}

.alternatives-table .chosen-row th,
.alternatives-table .chosen-row td {
  border-color: rgba(118, 208, 154, 0.42);
  background:
    linear-gradient(135deg, rgba(118, 208, 154, 0.16), rgba(0, 229, 255, 0.08));
}

.iteration-page .alternative-evaluation-method {
  display: grid;
  gap: 16px;
  margin-top: clamp(20px, 3vw, 34px);
}

.iteration-page .alternative-evaluation-method h4 {
  margin: 0;
  color: var(--pure-white);
  font-size: clamp(1.25rem, 2.4vw, 1.9rem);
  line-height: 1.1;
}

.iteration-page .alternative-evaluation-method p {
  max-width: 980px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 800;
  text-align: center;
}

.iteration-page .decision-matrix-wrap {
  padding-bottom: 12px;
}

.iteration-page .decision-matrix-table {
  min-width: 1040px;
}

.iteration-page .decision-matrix-table th,
.iteration-page .decision-matrix-table td {
  text-align: center;
}

.iteration-page .decision-matrix-table tbody th {
  width: 32%;
  text-align: left;
}

.iteration-page .decision-matrix-table tbody td:last-child {
  color: var(--hold-cyan);
  font-weight: 900;
}

.iteration-page .decision-matrix-table .chosen-row td:last-child {
  color: var(--helper-teal);
}

.iteration-page .alternative-evaluation-method .matrix-note {
  max-width: 900px;
}

.table-wrap,
.evaluation-table-wrap,
.alternatives-table-wrap {
  width: 100%;
  overflow-x: auto;
  padding: 12px 6px 22px;
  background: transparent;
  scrollbar-color: rgba(255, 255, 255, 0.35) transparent;
}

.process-table,
.evaluation-table,
.alternatives-table {
  width: 100%;
  min-width: 900px;
  border-collapse: separate;
  border-spacing: 0 12px;
  color: var(--pure-white);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.process-table th,
.process-table td,
.evaluation-table th,
.evaluation-table td,
.alternatives-table th,
.alternatives-table td {
  padding: 18px 18px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(0, 229, 255, 0.035));
  color: var(--pure-white);
  font-size: 0.98rem;
  line-height: 1.48;
  font-weight: 800;
  text-align: left;
  vertical-align: top;
  transition:
    background 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    color 0.28s ease,
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.process-table thead th,
.evaluation-table thead th,
.alternatives-table thead th {
  padding: 0 18px 8px;
  border: 0;
  color: rgba(255, 255, 255, 0.64);
  background: transparent;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.process-table tbody tr:nth-child(1),
.evaluation-table tbody tr:nth-child(1) {
  --row-accent: var(--hold-cyan);
}

.process-table tbody tr:nth-child(2),
.evaluation-table tbody tr:nth-child(2) {
  --row-accent: var(--p5-red);
}

.process-table tbody tr:nth-child(3),
.evaluation-table tbody tr:nth-child(3) {
  --row-accent: var(--hold-yellow);
}

.process-table tbody tr:nth-child(4),
.evaluation-table tbody tr:nth-child(4) {
  --row-accent: var(--helper-teal);
}

.process-table tbody tr:nth-child(5),
.evaluation-table tbody tr:nth-child(5) {
  --row-accent: var(--hold-cyan);
}

.process-table tbody tr > :first-child,
.evaluation-table tbody tr > :first-child,
.alternatives-table tbody tr > :first-child {
  border-left: 3px solid var(--row-accent, var(--hold-cyan));
}

.process-table tbody tr > :last-child,
.evaluation-table tbody tr > :last-child,
.alternatives-table tbody tr > :last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.process-table tbody tr:nth-child(even),
.evaluation-table tbody tr:nth-child(even),
.alternatives-table tbody tr:nth-child(even) {
  background: transparent;
}

.process-table tbody tr:hover th,
.process-table tbody tr:hover td,
.process-table tbody tr:focus-within th,
.process-table tbody tr:focus-within td,
.evaluation-table tbody tr:hover th,
.evaluation-table tbody tr:hover td,
.evaluation-table tbody tr:focus-within th,
.evaluation-table tbody tr:focus-within td,
.alternatives-table tbody tr:hover th,
.alternatives-table tbody tr:hover td,
.alternatives-table tbody tr:focus-within th,
.alternatives-table tbody tr:focus-within td {
  border-color: rgba(255, 255, 255, 0.38);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(0, 229, 255, 0.09));
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  transform: translateY(-4px);
}

.process-table tbody tr:hover > :first-child,
.process-table tbody tr:focus-within > :first-child,
.evaluation-table tbody tr:hover > :first-child,
.evaluation-table tbody tr:focus-within > :first-child,
.alternatives-table tbody tr:hover > :first-child,
.alternatives-table tbody tr:focus-within > :first-child {
  color: var(--row-accent, var(--hold-cyan));
}

.evaluation-page .evaluation-table-wrap {
  overflow-x: auto;
  padding: 12px 6px 22px;
}

.evaluation-page .evaluation-table {
  display: table;
  min-width: 900px;
  border-collapse: separate;
  border-spacing: 0 12px;
  color: var(--pure-white);
  background: transparent;
  border: 0;
  box-shadow: none;
}

.evaluation-page .evaluation-table thead {
  position: static;
  display: table-header-group;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.evaluation-page .evaluation-table tbody {
  display: table-row-group;
}

.evaluation-page .evaluation-table tr {
  display: table-row;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.evaluation-page .evaluation-table th,
.evaluation-page .evaluation-table td {
  display: table-cell;
  width: auto;
  padding: 18px 18px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(0, 229, 255, 0.035));
  color: var(--pure-white);
  font-size: 0.98rem;
  line-height: 1.48;
  font-weight: 800;
}

.evaluation-page .evaluation-table thead th {
  padding: 0 18px 8px;
  border: 0;
  color: rgba(255, 255, 255, 0.64);
  background: transparent;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.evaluation-page .evaluation-table tbody th::before,
.evaluation-page .evaluation-table tbody td::before {
  content: none;
  display: none;
}

.evaluation-page .evaluation-table tbody tr > :first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 3px solid var(--row-accent, var(--hold-cyan));
}

.evaluation-page .evaluation-table tbody tr > :last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.evaluation-page .evaluation-table tbody tr:hover th,
.evaluation-page .evaluation-table tbody tr:hover td,
.evaluation-page .evaluation-table tbody tr:focus-within th,
.evaluation-page .evaluation-table tbody tr:focus-within td {
  border-color: rgba(255, 255, 255, 0.38);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(0, 229, 255, 0.09));
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  transform: translateY(-4px);
}

.process-table tbody tr,
.process-table tbody tr:nth-child(even),
.evaluation-table tbody tr,
.evaluation-table tbody tr:nth-child(even),
.alternatives-table tbody tr,
.alternatives-table tbody tr:nth-child(even),
.evaluation-page .evaluation-table tbody tr,
.evaluation-page .evaluation-table tbody tr:nth-child(even) {
  background: transparent;
}

.evaluation-page .alpha-usability-summary {
  display: grid;
  gap: clamp(1.8rem, 3.6vw, 3rem);
  margin-top: clamp(2rem, 4vw, 3.5rem);
}

.evaluation-page .alpha-usability-hero {
  position: relative;
  display: grid;
  gap: 16px;
  padding: clamp(1.45rem, 3vw, 2.4rem);
  color: var(--pure-white);
  background:
    linear-gradient(135deg, rgba(0, 229, 255, 0.18), rgba(255, 255, 255, 0.08) 42%, rgba(255, 0, 60, 0.16));
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-left: 8px solid var(--hold-cyan);
  box-shadow:
    10px 10px 0 rgba(0, 0, 0, 0.54),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.evaluation-page .alpha-usability-hero::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.evaluation-page .alpha-usability-kicker {
  width: fit-content;
  padding: 7px 11px;
  color: var(--bg-black);
  background: var(--hold-yellow);
  border: 2px solid #000;
  box-shadow: 5px 5px 0 var(--p5-red);
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.evaluation-page .alpha-usability-hero h3 {
  max-width: 980px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 4.25rem);
  line-height: 0.96;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 rgba(255, 0, 60, 0.76);
}

.evaluation-page .alpha-usability-hero p {
  max-width: 1040px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.62;
  font-weight: 800;
}

.evaluation-page .alpha-usability-block {
  display: grid;
  gap: clamp(1rem, 2vw, 1.5rem);
}

.evaluation-page .alpha-table-intro,
.evaluation-page .alpha-table-summary {
  max-width: 1080px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  line-height: 1.62;
  font-weight: 800;
}

.evaluation-page .alpha-snapshot-grid,
.evaluation-page .alpha-finding-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.45rem);
}

.evaluation-page .alpha-snapshot-card,
.evaluation-page .alpha-finding-card,
.evaluation-page .alpha-task-list li {
  min-width: 0;
  color: var(--bg-black);
  background: var(--pure-white);
  border: 4px solid #000;
  box-shadow: 9px 9px 0 var(--card-shadow, var(--hold-cyan));
}

.evaluation-page .alpha-snapshot-card,
.evaluation-page .alpha-finding-card {
  display: grid;
  gap: 10px;
  padding: clamp(1.05rem, 2vw, 1.55rem);
}

.evaluation-page .alpha-snapshot-card:nth-child(1),
.evaluation-page .alpha-finding-card:nth-child(1),
.evaluation-page .alpha-task-list li:nth-child(1) {
  --card-shadow: var(--hold-cyan);
}

.evaluation-page .alpha-snapshot-card:nth-child(2),
.evaluation-page .alpha-finding-card:nth-child(2),
.evaluation-page .alpha-task-list li:nth-child(2) {
  --card-shadow: var(--hold-yellow);
}

.evaluation-page .alpha-snapshot-card:nth-child(3),
.evaluation-page .alpha-finding-card:nth-child(3),
.evaluation-page .alpha-task-list li:nth-child(3) {
  --card-shadow: var(--helper-teal);
}

.evaluation-page .alpha-snapshot-card:nth-child(4),
.evaluation-page .alpha-finding-card:nth-child(4),
.evaluation-page .alpha-task-list li:nth-child(4) {
  --card-shadow: var(--p5-red);
}

.evaluation-page .alpha-snapshot-card span,
.evaluation-page .alpha-finding-card span {
  width: fit-content;
  padding: 7px 10px;
  color: var(--pure-white);
  background: #000;
  border: 2px solid #000;
  box-shadow: 4px 4px 0 var(--card-shadow, var(--hold-cyan));
  font-size: 0.74rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.evaluation-page .alpha-snapshot-card p,
.evaluation-page .alpha-finding-card p,
.evaluation-page .alpha-task-list p,
.evaluation-page .alpha-usability-close {
  margin: 0;
  color: #171717;
  font-size: 0.96rem;
  line-height: 1.56;
  font-weight: 800;
}

.evaluation-page .alpha-task-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.45rem);
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: alpha-task;
}

.evaluation-page .alpha-task-list li {
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: clamp(1.15rem, 2vw, 1.7rem);
  counter-increment: alpha-task;
}

.evaluation-page .alpha-task-list li::before {
  content: counter(alpha-task, decimal-leading-zero);
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--bg-black);
  background: var(--card-shadow, var(--hold-cyan));
  border: 2px solid #000;
  box-shadow: 4px 4px 0 #000;
  font-size: 0.92rem;
  font-weight: 900;
}

.evaluation-page .alpha-task-list h5,
.evaluation-page .alpha-finding-card h5 {
  margin: 0;
  color: var(--bg-black);
  font-size: clamp(1.08rem, 1.45vw, 1.42rem);
  line-height: 1.08;
  text-transform: uppercase;
}

.evaluation-page .alpha-refinement-table {
  min-width: 1180px;
}

.evaluation-page .alpha-usability-close {
  padding: 16px 18px;
  color: var(--bg-black);
  background: var(--helper-teal);
  border: 3px solid #000;
  box-shadow: 7px 7px 0 #000;
}

@media (max-width: 1200px) {
  .evaluation-page .alpha-snapshot-grid,
  .evaluation-page .alpha-finding-grid,
  .evaluation-page .alpha-task-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .evaluation-page .alpha-usability-summary {
    gap: 1.5rem;
    margin-top: 2rem;
  }

  .evaluation-page .alpha-usability-hero {
    padding: 1.25rem;
    border-left-width: 5px;
    box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.54);
  }

  .evaluation-page .alpha-usability-hero::after {
    display: none;
  }

  .evaluation-page .alpha-snapshot-grid,
  .evaluation-page .alpha-finding-grid,
  .evaluation-page .alpha-task-list {
    grid-template-columns: 1fr;
  }

  .evaluation-page .alpha-snapshot-card,
  .evaluation-page .alpha-finding-card,
  .evaluation-page .alpha-task-list li {
    box-shadow: 7px 7px 0 var(--card-shadow, var(--hold-cyan));
  }

  .evaluation-page .alpha-refinement-table,
  .evaluation-page .alpha-refinement-table thead,
  .evaluation-page .alpha-refinement-table tbody,
  .evaluation-page .alpha-refinement-table tr,
  .evaluation-page .alpha-refinement-table th,
  .evaluation-page .alpha-refinement-table td {
    display: block;
    width: 100%;
  }

  .evaluation-page .alpha-refinement-table {
    min-width: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .evaluation-page .alpha-refinement-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .evaluation-page .alpha-refinement-table tbody {
    display: grid;
    gap: 16px;
  }

  .evaluation-page .alpha-refinement-table tr {
    background: var(--pure-white);
    border: 4px solid #000;
    box-shadow: 8px 8px 0 #000;
  }

  .evaluation-page .alpha-refinement-table th,
  .evaluation-page .alpha-refinement-table td {
    display: grid;
    grid-template-columns: minmax(116px, 0.42fr) minmax(0, 1fr);
    gap: 12px;
    padding: 13px 14px;
    border: 0;
    border-bottom: 2px solid #000;
    color: var(--bg-black);
    background: var(--pure-white);
    font-size: 0.92rem;
    line-height: 1.45;
  }

  .evaluation-page .alpha-refinement-table tbody th {
    border-top: 8px solid var(--row-accent, var(--hold-cyan));
  }

  .evaluation-page .alpha-refinement-table tr > :last-child {
    border-bottom: 0;
  }

  .evaluation-page .alpha-refinement-table tbody th::before,
  .evaluation-page .alpha-refinement-table tbody td::before {
    content: attr(data-label);
    display: block;
    color: #555;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
}

.red {
  background-color: #f43f5e;
}

.blue {
  background-color: #3b82f6;
}

.green {
  background-color: #22c55e;
}

.scroll-snap-card {
  width: 100%;
  height: clamp(260px, 42vw, 520px);
  overflow: auto;
  scroll-snap-type: y mandatory;
  border: 3px solid #000;
  border-radius: 10px;
  background: #ffffff;
}

.scroll-snap-card .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  padding: 24px;
}

.scroll-snap-card .slide p {
  margin: 0;
  color: white;
  font-family: Arial, sans-serif;
  font-size: clamp(1rem, 2vw, 1.45rem);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.stage-media-carousel {
  position: relative;
  margin-bottom: 18px;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.16);
  cursor: ns-resize;
  scrollbar-color: var(--hold-cyan) rgba(255, 255, 255, 0.12);
  scrollbar-width: auto;
}

.stage-media-carousel::-webkit-scrollbar {
  width: 20px;
}

.stage-media-carousel::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.12);
}

.stage-media-carousel::-webkit-scrollbar-thumb {
  background: var(--hold-cyan);
  border: 2px solid #000;
}

.stage-media-carousel::-webkit-scrollbar-thumb:hover {
  background: var(--hold-yellow);
}

.stage-media-carousel .image-slide {
  padding: 0;
  background: #ffffff;
}

.stage-media-carousel .image-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #ffffff;
}

.swipe-hint-shell {
  position: relative;
  margin-bottom: 18px;
  overflow: visible;
  isolation: isolate;
}

.swipe-hint-shell .stage-media-carousel {
  margin-bottom: 0;
}

.swipe-up-lottie-hint {
  position: absolute;
  right: -172px;
  bottom: 86px;
  z-index: 10;
  width: clamp(360px, 19vw, 430px);
  height: clamp(360px, 19vw, 430px);
  opacity: 0.9;
  pointer-events: none;
  filter: drop-shadow(0 9px 14px rgba(0, 0, 0, 0.34));
  transition: opacity 180ms ease, transform 180ms ease;
}

.swipe-up-lottie-hint svg,
.swipe-up-lottie-hint canvas {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
}

.swipe-hint-shell.is-scroll-hint-dismissed .swipe-up-lottie-hint {
  opacity: 0;
  transform: translateY(-8px);
}

.stage-video-placeholder {
  display: grid;
  place-items: center;
  min-height: clamp(220px, 30vw, 380px);
  margin-bottom: 18px;
  padding: 24px;
  color: var(--pure-white);
  background:
    linear-gradient(135deg, rgba(0, 229, 255, 0.18), transparent 42%),
    repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 0 14px, transparent 14px 28px),
    #101010;
  border: 3px solid #000;
  border-radius: 10px;
  text-align: center;
}

.stage-video-placeholder span {
  color: var(--pure-white);
  font-family: Arial, sans-serif;
  font-size: clamp(1rem, 2vw, 1.4rem);
  font-weight: 800;
  line-height: 1.35;
}

.evolution-stack {
  display: grid;
  gap: clamp(32px, 5vw, 56px);
}

.evolution-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(440px, 1.22fr);
  grid-template-areas:
    "label label"
    "title title"
    "copy media";
  gap: clamp(24px, 3.4vw, 38px);
  align-items: end;
  padding: clamp(22px, 3.2vw, 34px);
  background: rgba(5, 5, 5, 0.86);
  border: 4px solid var(--pure-white);
  box-shadow: 12px 12px 0 #000;
  clip-path: polygon(0 0, 100% 1%, 98% 100%, 1% 98%);
}

.evolution-card-featured {
  border-color: var(--hold-cyan);
  box-shadow: 14px 14px 0 var(--p5-red);
}

.evolution-copy {
  display: contents;
}

.evolution-copy .quick-link {
  justify-self: start;
}

.evolution-copy > .card-label {
  grid-area: label;
  justify-self: start;
}

.evolution-copy h3 {
  grid-area: title;
  margin: 0;
  color: var(--pure-white);
  font-size: clamp(2.1rem, 3.35vw, 3.7rem);
  line-height: 1;
  white-space: nowrap;
  text-transform: none;
}

.evolution-lists {
  grid-area: copy;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-self: stretch;
}

.evolution-lists section {
  padding: 18px 20px;
  color: var(--bg-black);
  background: var(--pure-white);
  border-left: 10px solid var(--hold-cyan);
  box-shadow: 7px 7px 0 #000;
}

.evolution-lists section:nth-child(2) {
  border-left-color: var(--hold-yellow);
}

.evolution-lists section:nth-child(3) {
  border-left-color: var(--helper-teal);
}

.evolution-lists h4 {
  margin: 0 0 10px;
  color: var(--bg-black);
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.latest-label {
  color: var(--bg-black);
  background: var(--hold-yellow);
}

.asset-stack {
  grid-area: media;
  display: grid;
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
  justify-items: stretch;
  gap: clamp(20px, 3vw, 32px);
  align-items: end;
  align-self: end;
  margin-top: 0;
}

.evolution-card .asset-figure {
  clip-path: none;
}

.prototype-video-figure {
  display: grid;
  justify-items: center;
}

.prototype-video-figure figcaption {
  width: 100%;
  justify-self: stretch;
}

.prototype-video {
  display: block;
  width: min(100%, 310px);
  aspect-ratio: 9 / 16;
  max-height: min(72vh, 620px);
  object-fit: cover;
  background: transparent;
  border: 0;
  border-radius: 8px;
  box-shadow: 8px 8px 0 #000;
}

.prototype-video-large {
  max-height: 680px;
}

.hifi-flow-figure .asset-image,
.implementation-flow .asset-image {
  max-height: none;
}

.iteration-insight {
  display: grid;
  gap: 10px;
  margin-top: 30px;
  padding: clamp(20px, 3vw, 30px);
  color: var(--bg-black);
  background: var(--hold-yellow);
  border: 4px solid #000;
  box-shadow: 11px 11px 0 var(--p5-red);
}

.iteration-insight span {
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1;
  text-transform: uppercase;
}

.iteration-insight p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.65;
  font-weight: 800;
}

.brand-direction-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 44px);
  align-items: center;
}

.logo-placeholder {
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 28px;
  color: transparent;
  background: #050505;
  border: 4px solid var(--pure-white);
  -webkit-text-stroke: 1.5px var(--pure-white);
  font-size: clamp(2.7rem, 5vw, 5.8rem);
  line-height: 0.9;
  text-transform: uppercase;
  box-shadow: 12px 12px 0 var(--p5-red);
}

.brand-direction-copy {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 32px);
  color: var(--bg-black);
  background: var(--pure-white);
  border: 4px solid #000;
  box-shadow: 10px 10px 0 #000;
}

.brand-direction-copy h3 {
  margin: 0;
  color: var(--bg-black);
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
}

.brand-direction-copy p {
  margin: 0;
  color: #171717;
  font-size: 1.05rem;
  line-height: 1.65;
  font-weight: 700;
}

.principle-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.principle-list li {
  padding: 8px 12px;
  color: var(--bg-black);
  background: var(--hold-cyan);
  border: 2px solid #000;
  font-weight: 900;
}

.principle-list li:nth-child(even) {
  background: var(--hold-yellow);
}

.implementation-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(18px, 2.5vw, 28px);
  align-items: start;
  margin-top: 28px;
}

.implementation-showcase .implementation-flow {
  width: min(100%, 1320px);
  justify-self: center;
}

.implementation-showcase .asset-figure {
  display: grid;
  align-content: start;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  clip-path: none;
}

.implementation-showcase .asset-figure:hover {
  transform: none;
}

.implementation-showcase .asset-image {
  display: block;
  width: 100%;
  max-height: none;
  border: 0;
  background: transparent;
}

.implementation-showcase .implementation-video {
  justify-items: center;
}

.implementation-showcase .prototype-video {
  box-shadow: none;
}

.implementation-showcase .highfi-overview-caption,
.implementation-showcase .highfi-overview-caption strong {
  color: var(--pure-white);
}

.phantom-entry-row {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  justify-content: center;
  margin: -8px 0 clamp(26px, 4vw, 44px);
}

.phantom-btn {
  --phantom-accent: #e60012;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  min-width: min(100%, 390px);
  padding: clamp(34px, 5vw, 80px);
  color: inherit;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: Impact, "Arial Black", sans-serif;
  perspective: 1000px;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.phantom-btn-blue {
  --phantom-accent: #0055ff;
}

.phantom-btn-orange {
  --phantom-accent: var(--helper-orange);
}

.phantom-btn-yellow {
  --phantom-accent: var(--hold-yellow);
}

.phantom-btn-grass {
  --phantom-accent: #78d64b;
}

.lowfi-entry-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: clamp(14px, 2vw, 24px);
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  padding: 8px 4px 20px;
  scroll-snap-type: x proximity;
}

.lowfi-entry-row .phantom-btn {
  width: 100%;
  min-width: 0;
  padding: clamp(30px, 4vw, 58px) clamp(14px, 2vw, 28px);
  scroll-snap-align: center;
}

.ptrig {
  position: absolute;
  z-index: 100;
  width: 33.33%;
  height: 33.33%;
}

.p-1 {
  top: 0;
  left: 0;
}

.p-2 {
  top: 0;
  left: 33.33%;
}

.p-3 {
  top: 0;
  right: 0;
}

.p-4 {
  top: 33.33%;
  left: 0;
}

.p-5 {
  top: 33.33%;
  left: 33.33%;
}

.p-6 {
  top: 33.33%;
  right: 0;
}

.p-7 {
  bottom: 0;
  left: 0;
}

.p-8 {
  bottom: 0;
  left: 33.33%;
}

.p-9 {
  right: 0;
  bottom: 0;
}

.phantom-wrapper {
  position: relative;
  width: max-content;
  transform-style: preserve-3d;
  transition: transform 0.2s cubic-bezier(0.1, 0.9, 0.2, 1);
}

.shard-layer {
  position: absolute;
  inset: -20px;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.layer-1 {
  z-index: 1;
  background: #000;
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 80% 100%, 0% 100%);
  transform: rotate(-2deg);
}

.layer-2 {
  z-index: 2;
  background: var(--phantom-accent);
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 20%);
  transform: rotate(1deg) translate(4px, 4px);
}

.layer-3 {
  z-index: 3;
  background: #fff;
  background-image: radial-gradient(#000 1px, transparent 1px);
  background-size: 8px 8px;
  border: 4px solid #000;
  clip-path: polygon(0% 0%, 95% 0%, 100% 15%, 100% 100%, 5% 100%, 0% 85%);
  transform: rotate(0deg);
}

.phantom-btn:hover .layer-1,
.phantom-btn:focus-visible .layer-1 {
  transform: rotate(-4deg) scale(1.05) translate(-10px, -5px);
}

.phantom-btn:hover .layer-2,
.phantom-btn:focus-visible .layer-2 {
  transform: rotate(3deg) scale(1.05) translate(10px, 5px);
}

.phantom-btn:hover .layer-3,
.phantom-btn:focus-visible .layer-3 {
  transform: scale(1.02);
}

.heist-content {
  position: relative;
  z-index: 10;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding: 24px 36px;
  transform-style: preserve-3d;
}

.ransom-row {
  display: flex;
  gap: 2px;
  align-items: center;
  transform-style: preserve-3d;
}

.spacer {
  width: 10px;
}

.note-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  border: 2px solid #000;
  box-shadow: 2px 2px 0 #000;
  transform: rotate(calc(var(--i) * 3deg - 15deg));
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.b-w {
  color: #000;
  background: #fff;
}

.b-b {
  color: #fff;
  background: #000;
  transform: rotate(calc(var(--i) * -2deg + 10deg)) translateY(4px);
}

.txt {
  font-size: clamp(1.2rem, 2.2vw, 1.75rem);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.phantom-btn:hover .note-block,
.phantom-btn:focus-visible .note-block {
  transform: rotate(0deg) translateY(0);
  animation: ransomShake 0.4s infinite alternate;
  animation-delay: calc(var(--i) * 0.05s);
}

.phantom-btn:hover .b-w,
.phantom-btn:focus-visible .b-w {
  color: #fff;
  background: var(--phantom-accent);
}

@keyframes ransomShake {
  0% {
    transform: translateY(0) rotate(5deg) scale(1);
  }

  100% {
    transform: translateY(-4px) rotate(-5deg) scale(1.1);
  }
}

.card-socket {
  position: relative;
  width: 50px;
  height: 34px;
  perspective: 600px;
}

.calling-card {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform-origin: center center;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.card-face {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  backface-visibility: hidden;
}

.front {
  background: #000;
  transform: rotateY(0deg);
}

.back {
  background: var(--phantom-accent);
  transform: rotateY(180deg);
}

.card-mark {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.phantom-btn:hover .calling-card,
.phantom-btn:focus-visible .calling-card {
  transform: rotateY(180deg) scale(1.2) rotateZ(10deg);
}

.action-star {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 150px;
  height: 150px;
  background: var(--hold-cyan);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0) rotate(0deg);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.phantom-btn:hover .action-star,
.phantom-btn:focus-visible .action-star {
  transform: translate(-50%, -50%) scale(1.4) rotate(180deg);
}

.phantom-btn:has(.p-1:hover) .phantom-wrapper {
  transform: rotateX(15deg) rotateY(-15deg);
}

.phantom-btn:has(.p-1:hover) .layer-1 {
  transform: translate(15px, 15px);
}

.phantom-btn:has(.p-1:hover) .layer-2 {
  transform: translate(10px, 10px);
}

.phantom-btn:has(.p-2:hover) .phantom-wrapper {
  transform: rotateX(15deg);
}

.phantom-btn:has(.p-2:hover) .layer-1 {
  transform: translateY(15px);
}

.phantom-btn:has(.p-3:hover) .phantom-wrapper {
  transform: rotateX(15deg) rotateY(15deg);
}

.phantom-btn:has(.p-3:hover) .layer-1 {
  transform: translate(-15px, 15px);
}

.phantom-btn:has(.p-3:hover) .layer-2 {
  transform: translate(-10px, 10px);
}

.phantom-btn:has(.p-4:hover) .phantom-wrapper {
  transform: rotateY(-15deg);
}

.phantom-btn:has(.p-4:hover) .layer-1 {
  transform: translateX(15px);
}

.phantom-btn:has(.p-5:hover) .phantom-wrapper {
  transform: scale(1.05);
}

.phantom-btn:has(.p-6:hover) .phantom-wrapper {
  transform: rotateY(15deg);
}

.phantom-btn:has(.p-6:hover) .layer-1 {
  transform: translateX(-15px);
}

.phantom-btn:has(.p-7:hover) .phantom-wrapper {
  transform: rotateX(-15deg) rotateY(-15deg);
}

.phantom-btn:has(.p-7:hover) .layer-1 {
  transform: translate(15px, -15px);
}

.phantom-btn:has(.p-7:hover) .layer-2 {
  transform: translate(10px, -10px);
}

.phantom-btn:has(.p-8:hover) .phantom-wrapper {
  transform: rotateX(-15deg);
}

.phantom-btn:has(.p-8:hover) .layer-1 {
  transform: translateY(-15px);
}

.phantom-btn:has(.p-9:hover) .phantom-wrapper {
  transform: rotateX(-15deg) rotateY(15deg);
}

.phantom-btn:has(.p-9:hover) .layer-1 {
  transform: translate(-15px, -15px);
}

.phantom-btn:has(.p-9:hover) .layer-2 {
  transform: translate(-10px, -10px);
}

.phantom-btn:active .phantom-wrapper {
  transform: scale(0.95) !important;
}

.phantom-btn:active .layer-1,
.phantom-btn:active .layer-2,
.phantom-btn:active .layer-3 {
  background: #000;
  border-color: var(--phantom-accent);
  border-radius: 8px;
  clip-path: none;
}

.phantom-btn:active .note-block {
  color: #000;
  background: #fff;
  border-color: #000;
  animation: none;
  transform: rotate(0) !important;
}

.phantom-btn:active .calling-card {
  transform: rotateY(180deg) scale(0.8);
}

@media (max-width: 1320px) {
  .home-nav-grid,
  .research-grid,
  .evidence-grid,
  .crazy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .architecture-diagram {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-direction-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1180px) {
  .state-loop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .state-loop-card:not(:last-child)::after {
    display: none;
  }
}

@media (max-width: 980px) {
  .home-page.home-portfolio {
    padding: 0;
  }

  .home-nav-grid,
  .three-col,
  .problem-grid,
  .why-gap-page .gap-analysis-grid,
  .product-grid,
  .requirement-summary-grid,
  .option-grid,
  .screenshot-grid {
    grid-template-columns: 1fr;
  }

  .two-col {
    grid-template-columns: 1fr;
  }

  .requirement-summary-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .implementation-page .squad-stage {
    --squad-scale: 0.9;
    height: 820px;
  }

  .implementation-page #epicenter {
    right: 220px;
  }

  .external-link-grid {
    grid-template-columns: 1fr;
  }

  .iteration-page .prototype-overview-viewport {
    height: 560px;
    padding: 28px 34px;
  }

  .iteration-page .prototype-overview .inner {
    --w: 94px;
    --h: 196px;
    --translateZ: 280px;
    width: 430px;
    height: 260px;
  }

  .evolution-lists,
  .evolution-card,
  .asset-stack,
  .implementation-showcase {
    grid-template-columns: 1fr;
  }

  .evolution-card {
    grid-template-areas:
      "label"
      "title"
      "copy"
      "media";
  }

  .evolution-copy h3 {
    white-space: normal;
  }

  .asset-stack {
    margin-top: 0;
  }

  .prototype-video {
    width: min(100%, 300px);
  }

  .phantom-entry-row {
    justify-content: center;
  }

  .phantom-btn {
    min-width: min(100%, 340px);
    padding: 34px 18px;
  }

  .heist-content {
    gap: 12px;
    padding: 20px 18px;
  }

  .txt {
    font-size: clamp(1rem, 5vw, 1.35rem);
  }
}

@media (max-width: 680px) {
  .home-panel {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 1% 98%);
  }

  .home-brand h1 {
    -webkit-text-stroke: 1.2px var(--pure-white);
    font-size: clamp(2.6rem, 12vw, 3.6rem);
  }

  .quick-link,
  .quick-link-grid .quick-link,
  .link-button-list .quick-link {
    width: 100%;
  }

  .phantom-btn {
    width: 100%;
  }

  .ransom-row {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 250px;
  }

  .home-model-section {
    width: min(94vw, 560px);
    min-height: 0;
  }

  .home-model-menu {
    align-items: flex-start;
    padding-left: 10px;
  }

  .home-model-menu .menu-kicker {
    font-size: 0.82rem;
    letter-spacing: 0.12em;
  }

  .home-model-menu .menu-item {
    width: auto;
    font-size: clamp(1.05rem, 5.8vw, 1.45rem);
    line-height: 1;
    max-width: calc(100vw - 72px);
    padding-inline: 14px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .home-model-menu .menu-item:nth-child(2) {
    transform: rotate(-2deg);
  }

  .home-model-menu .menu-item:nth-child(3) {
    transform: rotate(1deg);
  }

  .home-model-menu .menu-item:nth-child(4) {
    transform: rotate(-1deg);
  }

  .home-model-menu .menu-item:nth-child(5) {
    transform: rotate(1.5deg);
  }

  .home-model-menu .menu-item:nth-child(6) {
    transform: rotate(-1deg);
  }

  .crazy-grid,
  .architecture-diagram {
    grid-template-columns: 1fr;
  }

  .interaction-state-evidence {
    padding: 20px 14px;
  }

  .state-loop-grid {
    grid-template-columns: 1fr;
  }

  .media-placeholder {
    min-height: 140px;
  }

  .asset-figure {
    padding: 16px;
  }

  .evolution-card {
    padding: 18px;
  }

  .swipe-up-lottie-hint {
    right: -34px;
    bottom: 10px;
    width: clamp(150px, 40vw, 196px);
    height: clamp(150px, 40vw, 196px);
    opacity: 0.86;
  }

  .iteration-page .prototype-overview-viewport {
    height: 430px;
    padding: 22px 18px;
    border-width: 2px;
    box-shadow: 6px 6px 0 #000;
  }

  .iteration-page .prototype-overview .inner {
    --w: 70px;
    --h: 146px;
    --translateZ: 190px;
    width: 320px;
    height: 210px;
  }

  .prototype-video {
    max-height: 420px;
  }

  .requirement-summary-card {
    grid-template-columns: 1fr;
  }

  .requirement-summary-card img {
    max-width: 180px;
  }

  .process-table th,
  .process-table td {
    padding: 13px 14px;
  }

  .implementation-page .squad-stage {
    --squad-scale: 0.52;
    height: 520px;
  }

  .implementation-page #epicenter {
    right: 58px;
  }

  .implementation-page .shard-name {
    font-size: 1.1rem;
    -webkit-text-stroke: 1px var(--bg-black);
  }

  .implementation-page .shard-role {
    font-size: 0.68rem;
    padding: 4px 9px;
  }

  .implementation-page .shard-photo {
    width: 74px;
    height: 72px;
  }

  .implementation-page .shard-1,
  .implementation-page .shard-2,
  .implementation-page .shard-3,
  .implementation-page .shard-4 {
    --length: 92vw;
  }
}

:root {
  --home-module-transition-duration: 550ms;
  --home-module-transition-hold-duration: 260ms;
  --home-module-reveal-duration: 310ms;
  --home-module-reduced-duration: 160ms;
  --night-transition-bg: #070b10;
  --night-transition-navy: #101b27;
  --night-transition-sage: #879a74;
  --night-transition-bluegreen: #4d9c9a;
  --night-transition-star: #eee9dc;
}

.page-link:hover,
.page-link:focus-visible,
.quick-link:hover,
.quick-link:focus-visible,
.back-home:hover,
.back-home:focus-visible {
  filter: saturate(1.16) contrast(1.05);
}

.home-model-menu {
  isolation: isolate;
}

html.ux-ready .ux-reveal {
  opacity: 0;
  translate: 0 30px;
  scale: 0.985;
  filter: saturate(0.82) contrast(0.92);
  transition:
    opacity 420ms ease,
    translate 520ms cubic-bezier(0.16, 0.9, 0.22, 1),
    scale 520ms cubic-bezier(0.16, 0.9, 0.22, 1),
    filter 520ms ease;
  transition-delay: var(--ux-delay, 0ms);
}

html.ux-ready .ux-reveal.is-visible {
  opacity: 1;
  translate: 0 0;
  scale: 1;
  filter: none;
}

body.is-home-module-transitioning {
  overflow: hidden;
  cursor: progress;
}

.menu-item.is-transition-pressed,
.module-card.is-transition-pressed {
  transform: scale(0.96) rotate(0deg) translateX(0) !important;
  filter: saturate(0.9) brightness(0.78) drop-shadow(6px 6px 0 rgba(0, 0, 0, 0.58));
}

.home-module-transition {
  position: fixed;
  inset: 0;
  z-index: 20000;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  height: 100dvh;
  overflow: hidden;
  pointer-events: auto;
  background:
    radial-gradient(ellipse at 66% 78%, rgba(77, 156, 154, 0.2), transparent 36%),
    radial-gradient(ellipse at 50% 100%, #1b2735 0%, var(--night-transition-bg) 62%, #030507 100%);
  opacity: 0;
  transform-origin: 0% 100%;
  clip-path: circle(148% at 0% 100%);
  contain: layout paint;
  will-change: opacity, transform, clip-path;
}

.home-module-transition--departing {
  animation: home-module-transition-shell var(--home-module-transition-duration) cubic-bezier(0.16, 0.82, 0.2, 1) forwards;
}

.home-module-transition--reveal {
  opacity: 1;
  clip-path: circle(148% at 0% 100%);
  animation: home-module-transition-reveal var(--home-module-reveal-duration) cubic-bezier(0.44, 0, 0.18, 1) forwards;
}

.home-module-transition::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 4, 7, 0.12), rgba(2, 4, 7, 0.66)),
    radial-gradient(ellipse at 22% 0%, rgba(135, 154, 116, 0.11), transparent 42%);
  animation: home-module-sky-breathe var(--home-module-transition-duration) ease-out forwards;
}

.home-module-transition--reveal::before {
  opacity: 0.86;
  transform: scale(1.08);
  animation: none;
}

.home-module-transition__sky,
.home-module-transition__stars,
.home-module-transition__wall,
.home-module-transition__trail {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.home-module-transition__sky {
  background:
    radial-gradient(circle at 18% 30%, rgba(238, 233, 220, 0.18) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 18%, rgba(238, 233, 220, 0.12) 0 1px, transparent 2px),
    radial-gradient(circle at 38% 70%, rgba(77, 156, 154, 0.16) 0 1.5px, transparent 3px);
  background-size: 91px 97px, 143px 132px, 193px 181px;
  background-position: 4px 12px, 38px 21px, 76px 54px;
  opacity: 0.82;
  animation: home-module-star-drift var(--home-module-transition-duration) ease-out forwards;
}

.home-module-transition__stars {
  background-repeat: repeat;
  opacity: 0;
  mix-blend-mode: screen;
}

.home-module-transition__stars--far {
  background-image:
    radial-gradient(circle, rgba(238, 233, 220, 0.68) 0 1px, transparent 1.8px),
    radial-gradient(circle, rgba(238, 233, 220, 0.48) 0 1px, transparent 1.7px),
    radial-gradient(circle, rgba(135, 154, 116, 0.35) 0 1px, transparent 1.8px);
  background-size: 72px 76px, 101px 113px, 151px 137px;
  background-position: 6px 10px, 51px 63px, 94px 29px;
  animation: home-module-far-stars var(--home-module-transition-duration) ease-out forwards;
}

.home-module-transition__stars--near {
  background-image:
    radial-gradient(circle, rgba(238, 233, 220, 0.84) 0 1.4px, transparent 2.4px),
    radial-gradient(circle, rgba(238, 233, 220, 0.54) 0 1px, transparent 2px),
    radial-gradient(circle, rgba(77, 156, 154, 0.34) 0 1.2px, transparent 2.2px);
  background-size: 124px 119px, 151px 163px, 176px 183px;
  background-position: 28px 42px, 102px 13px, 78px 31px;
  animation: home-module-near-stars var(--home-module-transition-duration) ease-out forwards;
}

.home-module-transition__wall {
  inset: auto -8vw -16vh -8vw;
  height: min(54vh, 500px);
  background:
    radial-gradient(ellipse at 48% 16%, rgba(135, 154, 116, 0.24), transparent 44%),
    linear-gradient(180deg, rgba(77, 156, 154, 0.1), transparent 36%),
    linear-gradient(148deg, transparent 0 21%, rgba(255, 255, 255, 0.07) 21% 23%, transparent 23% 100%),
    linear-gradient(118deg, #111820 0%, #0b0f14 46%, #05070a 100%);
  clip-path: polygon(0 38%, 18% 20%, 34% 32%, 52% 10%, 76% 25%, 100% 2%, 100% 100%, 0 100%);
  opacity: 0;
  filter:
    drop-shadow(0 -18px 30px rgba(77, 156, 154, 0.2))
    drop-shadow(0 -8px 18px rgba(238, 233, 220, 0.08));
  animation: home-module-wall-rise var(--home-module-transition-duration) ease-out forwards;
}

.home-module-transition__trail {
  left: 4vw;
  top: 20vh;
  right: 4vw;
  bottom: 18vh;
  width: auto;
  height: auto;
  overflow: visible;
}

.home-module-transition__trail path {
  fill: none;
  stroke: rgba(77, 156, 154, 0.78);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-dasharray: 520;
  stroke-dashoffset: 520;
  filter: drop-shadow(0 0 7px rgba(77, 156, 154, 0.28));
  animation: home-module-trail-draw var(--home-module-transition-duration) cubic-bezier(0.16, 0.78, 0.2, 1) forwards;
}

.home-module-transition__trail circle {
  fill: var(--night-transition-star);
  stroke: var(--night-transition-sage);
  stroke-width: 2;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  filter: drop-shadow(0 0 8px rgba(135, 154, 116, 0.44));
  animation: home-module-hold-pop 310ms ease-out forwards;
}

.home-module-transition__trail circle:nth-of-type(1) {
  animation-delay: 380ms;
}

.home-module-transition__trail circle:nth-of-type(2) {
  animation-delay: 450ms;
}

.home-module-transition__trail circle:nth-of-type(3) {
  animation-delay: 520ms;
}

.home-module-transition--reveal .home-module-transition__sky {
  opacity: 0.64;
  transform: translate3d(0, -48px, 0);
  animation: none;
}

.home-module-transition--reveal .home-module-transition__stars--far {
  opacity: 0.48;
  transform: translate3d(0, -42px, 0);
  animation: none;
}

.home-module-transition--reveal .home-module-transition__stars--near {
  opacity: 0.5;
  transform: translate3d(0, -72px, 0) scale(1.04);
  animation: none;
}

.home-module-transition--reveal .home-module-transition__wall {
  opacity: 0.84;
  transform: translate3d(0, 0, 0);
  animation: none;
}

.home-module-transition--reveal .home-module-transition__trail path {
  opacity: 0.82;
  stroke-dashoffset: 0;
  animation: none;
}

.home-module-transition--reveal .home-module-transition__trail circle {
  opacity: 0.72;
  transform: scale(1.02);
  animation: none;
}

@keyframes home-module-transition-shell {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1);
    clip-path: circle(148% at 0% 100%);
  }

  12%,
  78% {
    opacity: 1;
  }

  84% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    clip-path: circle(148% at 0% 100%);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    clip-path: circle(148% at 0% 100%);
  }
}

@keyframes home-module-transition-reveal {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    clip-path: circle(148% at 0% 100%);
  }

  100% {
    opacity: 0;
    transform: translate3d(-2vw, 3vh, 0) scale(0.985);
    clip-path: circle(0% at 0% 100%);
  }
}

@keyframes home-module-sky-breathe {
  0% {
    opacity: 0;
    transform: scale(1);
  }

  14% {
    opacity: 1;
  }

  72% {
    opacity: 1;
    transform: scale(1.04);
  }

  100% {
    opacity: 0.64;
    transform: scale(1.08);
  }
}

@keyframes home-module-star-drift {
  0% {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  14% {
    opacity: 0.82;
  }

  100% {
    opacity: 0.56;
    transform: translate3d(0, -48px, 0);
  }
}

@keyframes home-module-far-stars {
  0% {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
  }

  16%,
  74% {
    opacity: 0.68;
  }

  100% {
    opacity: 0.48;
    transform: translate3d(0, -42px, 0);
  }
}

@keyframes home-module-near-stars {
  0% {
    opacity: 0;
    transform: translate3d(0, 28px, 0) scale(1);
  }

  18%,
  70% {
    opacity: 0.78;
  }

  100% {
    opacity: 0.5;
    transform: translate3d(0, -72px, 0) scale(1.04);
  }
}

@keyframes home-module-wall-rise {
  0%,
  22% {
    opacity: 0;
    transform: translate3d(0, 38px, 0);
  }

  58%,
  100% {
    opacity: 0.84;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes home-module-trail-draw {
  0%,
  30% {
    opacity: 0;
    stroke-dashoffset: 520;
  }

  46% {
    opacity: 1;
  }

  76% {
    opacity: 0.88;
    stroke-dashoffset: 0;
  }

  100% {
    opacity: 0.82;
    stroke-dashoffset: 0;
  }
}

@keyframes home-module-hold-pop {
  0%,
  34% {
    opacity: 0;
    transform: scale(0.48);
  }

  56%,
  82% {
    opacity: 0.95;
    transform: scale(1);
  }

  100% {
    opacity: 0.72;
    transform: scale(1.02);
  }
}

.home-module-transition--departing.is-reduced-motion {
  animation: home-module-reduced-fade var(--home-module-reduced-duration) ease-out forwards;
}

.home-module-transition--reveal.is-reduced-motion {
  animation: home-module-reduced-reveal var(--home-module-reduced-duration) ease-out forwards;
}

.home-module-transition.is-reduced-motion::before {
  opacity: 0.2;
  animation: none;
}

.home-module-transition.is-reduced-motion .home-module-transition__sky,
.home-module-transition.is-reduced-motion .home-module-transition__stars,
.home-module-transition.is-reduced-motion .home-module-transition__wall,
.home-module-transition.is-reduced-motion .home-module-transition__trail {
  display: none;
}

@keyframes home-module-reduced-fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes home-module-reduced-reveal {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media (max-width: 960px) {
  .home-module-transition__trail {
    left: -8vw;
    right: -8vw;
    top: 24vh;
    bottom: 22vh;
  }

  .home-module-transition__wall {
    inset: auto -10vw -16vh -10vw;
    height: 48vh;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.ux-ready .ux-reveal,
  html.ux-ready .ux-reveal.is-visible,
  .module-subsection-button,
  .module-subsection-button::before,
  .module-subsection-button::after {
    transition-duration: 1ms !important;
    animation-duration: 1ms !important;
  }

  .module-subsection-button:hover,
  .module-subsection-button:focus-visible,
  .module-subsection-button.is-active,
  .module-subsection-button[aria-selected="true"] {
    background-position: 40%;
  }
}

.timeline-scroll,
.timeline-scroll * {
  box-sizing: border-box;
}

.timeline-scroll {
  width: min(100%, 1600px);
  overflow-x: visible;
  overflow-y: visible;
  padding: 0;
  margin: 0 auto 56px;
  background: transparent;
  -webkit-overflow-scrolling: touch;
}

.project-steps-timeline {
  --timeline-red: #ec2415;
  --timeline-cyan: #48d7dc;
  --timeline-cyan-dark: #2aa8ad;
  --timeline-ink: #ffffff;
  --timeline-muted: rgba(255, 255, 255, 0.82);
  --timeline-dash: rgba(236, 36, 21, 0.34);
  --timeline-edge: clamp(64px, 5vw, 90px);

  position: relative;
  width: 100%;
  min-height: 940px;
  margin: 0 auto;
  padding: 72px var(--timeline-edge) 64px;
  background: transparent;
  color: var(--timeline-ink);
  overflow: visible;
  isolation: isolate;
  font-family: Inter, Helvetica, Arial, sans-serif;
}

.project-steps-timeline .timeline-heading {
  position: absolute;
  left: var(--timeline-edge);
  top: 52px;
  z-index: 5;
}

.project-steps-timeline .timeline-heading h2 {
  display: inline-block;
  margin: 0;
  padding: 10px 18px 12px;
  color: #ffffff;
  background: var(--timeline-red);
  border: 4px solid #000000;
  box-shadow: 8px 8px 0 #000000;
  font-family: Impact, "Arial Black", sans-serif;
  font-size: clamp(2.5rem, 4.4vw, 5.1rem);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 #000000;
  transform: rotate(-1deg);
  -webkit-text-stroke: 1px #000000;
}

.project-steps-timeline .timeline-heading p {
  display: inline-block;
  margin: 12px 0 0 10px;
  padding: 7px 12px 8px;
  color: #ffffff;
  background: #000000;
  border: 2px solid #ffffff;
  box-shadow: 5px 5px 0 var(--timeline-cyan);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.timeline-axis {
  position: absolute;
  left: var(--timeline-edge);
  right: var(--timeline-edge);
  top: 210px;
  height: 88px;
  z-index: 2;
}

.axis-labels {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: end;
  column-gap: 10px;
  padding-bottom: 9px;
}

.axis-labels span {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}

.axis-labels span:first-child {
  text-align: left;
}

.axis-labels span:last-child {
  text-align: right;
}

.axis-red-line {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  column-gap: 8px;
  height: 5px;
}

.axis-red-line span {
  height: 4px;
  background: var(--timeline-red);
  transform-origin: left center;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.axis-bars {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  column-gap: 16px;
  margin-top: 9px;
  height: 18px;
  align-items: center;
}

.axis-bars span {
  height: 15px;
  background: linear-gradient(
    90deg,
    rgba(72, 215, 220, 0.72),
    rgba(42, 168, 173, 0.92)
  );
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease, filter 0.35s ease;
}

.timeline-stage {
  position: absolute;
  left: var(--timeline-edge);
  right: var(--timeline-edge);
  top: 0;
  bottom: 0;
  z-index: 4;
}

.milestone {
  --x: 0%;
  --line: 130px;
  --dot: 80px;
  --copy-left: -55px;
  --copy-width: 180px;
  --copy-gap: 34px;

  position: absolute;
  top: 0;
  left: var(--x);
  width: 0;
  height: 0;
  outline: none;
}

.milestone::before {
  content: "";
  position: absolute;
  top: 246px;
  left: 0;
  width: 2px;
  height: var(--line);
  border-left: 2px dashed var(--timeline-dash);
  transform: translateX(-1px);
  transition: border-color 0.35s ease, opacity 0.35s ease;
}

.milestone-dot {
  position: absolute;
  top: calc(246px + var(--line));
  left: 0;
  width: var(--dot);
  height: var(--dot);
  border: 0;
  border-radius: 999px;
  background: var(--timeline-red);
  color: #fff;
  display: grid;
  place-items: center;
  padding: 0;
  cursor: pointer;
  transform: translate(-50%, -50%);
  box-shadow: 0 12px 28px rgba(236, 36, 21, 0);
  transition:
    transform 0.42s cubic-bezier(0.2, 1.4, 0.3, 1),
    box-shadow 0.35s ease,
    filter 0.35s ease;
}

.milestone-dot:focus-visible {
  outline: 3px solid rgba(72, 215, 220, 0.95);
  outline-offset: 6px;
}

.milestone-dot svg {
  width: 44%;
  height: 44%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.35s ease;
}

.milestone-copy {
  position: absolute;
  top: calc(246px + var(--line) + (var(--dot) / 2) + var(--copy-gap));
  left: var(--copy-left);
  width: var(--copy-width);
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
}

.milestone-number {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 32px;
  line-height: 0.9;
  font-weight: 950;
  letter-spacing: -0.045em;
}

.milestone-copy h3 {
  margin: 0 0 13px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -0.035em;
}

.milestone-copy h3 span {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 850;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.milestone-copy p {
  margin: 0 0 10px;
  font-size: 10.5px;
  line-height: 1.24;
  font-weight: 520;
  color: var(--timeline-muted);
}

/* Readability adjustments for dense process copy. */
#problem-space .problem-grid .info-card h3,
#high-fi .info-card h3,
#core-features .info-card h3,
.why-gap-page .gap-analysis-grid .research-card h3,
.evolution-copy h3 {
  font-family: Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

#problem-space .problem-grid .info-card h3,
#high-fi .info-card h3,
#core-features .info-card h3 {
  font-size: clamp(1.42rem, 1.85vw, 2rem);
  line-height: 1.12;
}

#problem-space .problem-grid .info-card p,
#high-fi .info-card p,
#core-features .info-card p,
#problem-space .problem-grid .info-card p strong,
#core-features .info-card p strong {
  font-family: Arial, sans-serif;
}

#problem-space .problem-grid .info-card p,
#high-fi .info-card p,
#core-features .info-card p {
  font-size: 1.04rem;
  line-height: 1.68;
  font-weight: 500;
}

#problem-space .problem-grid .info-card p strong,
#core-features .info-card p strong {
  font-weight: 700;
}

.why-gap-page .gap-point-group h4,
.evolution-lists h4,
:is(.evaluation-page, .why-gap-page) .source-group-header h4,
:is(.evaluation-page, .why-gap-page) .source-card h5,
.milestone-copy h3,
.milestone-copy h3 span {
  font-family: Arial, sans-serif;
  letter-spacing: 0;
}

.why-gap-page .gap-analysis-grid .research-card h3 {
  font-size: clamp(1.28rem, 1.65vw, 1.75rem);
  line-height: 1.18;
}

.why-gap-page .gap-point-group h4 {
  font-size: 1rem;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.why-gap-page .gap-point-group li,
:is(.evaluation-page, .why-gap-page) .references-intro p,
:is(.evaluation-page, .why-gap-page) .source-card p,
:is(.evaluation-page, .why-gap-page) .ieee-reference-list li {
  font-family: Arial, sans-serif;
  font-weight: 500;
}

.why-gap-page .gap-point-group li {
  font-size: 1.02rem;
  line-height: 1.62;
}

:is(.evaluation-page, .why-gap-page) .source-type {
  display: none;
}

:is(.evaluation-page, .why-gap-page) .source-group-header span {
  display: none;
}

:is(.evaluation-page, .why-gap-page) .source-group-header h4 {
  margin-left: auto;
  font-family: Arial, sans-serif;
  font-size: clamp(1.45rem, 2.2vw, 2.15rem);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
}

:is(.evaluation-page, .why-gap-page) .source-number {
  padding: 8px 12px;
  color: #000000;
  background: var(--hold-cyan);
  border: 2px solid #000000;
  border-radius: 0;
  box-shadow: 4px 4px 0 #000000;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}

:is(.evaluation-page, .why-gap-page) .source-card h5 {
  font-size: clamp(1.04rem, 1.18vw, 1.2rem);
  line-height: 1.34;
  font-weight: 700;
}

:is(.evaluation-page, .why-gap-page) .source-card p,
:is(.evaluation-page, .why-gap-page) .ieee-reference-list li {
  font-size: 1.04rem;
  line-height: 1.7;
}

:is(.evaluation-page, .why-gap-page) .reference-index {
  font-family: Arial, sans-serif;
  font-size: 1.04rem;
  font-weight: 700;
}

.sketch-evidence figcaption,
.implementation-showcase .asset-figure figcaption,
.implementation-showcase .highfi-overview-caption {
  font-family: Arial, sans-serif;
  font-size: 1.05rem;
  line-height: 1.62;
  font-weight: 500;
}

.sketch-evidence figcaption strong,
.implementation-showcase .asset-figure figcaption strong,
.implementation-showcase .highfi-overview-caption strong {
  font-weight: 700;
}

.evolution-lists h4 {
  font-size: 1.08rem;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.evolution-lists .compact-list {
  font-family: Arial, sans-serif;
  font-size: 1.04rem;
  line-height: 1.68;
  font-weight: 500;
}

.milestone-copy h3 {
  font-size: 17px;
  line-height: 1.16;
  font-weight: 700;
}

.milestone-copy h3 span {
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
}

.milestone-copy p {
  font-family: Arial, sans-serif;
  font-size: 11.5px;
  line-height: 1.34;
  font-weight: 500;
}

.evaluation-page .results-summary-card span,
.evaluation-page .alpha-snapshot-card span,
.evaluation-page .evaluation-task-card h3,
.evaluation-page .refinement-number,
.evaluation-page .feedback-source-badge,
.evaluation-page .refinement-observation h4,
.evaluation-page .refinement-detail-grid h4,
.evaluation-page .ai-review-card h4,
.evaluation-page .ai-evaluation-top-grid .ai-review-card h4,
.evaluation-page .ai-review-card h5,
.evaluation-page .ai-evaluation-top-grid .ai-review-card h5,
.evaluation-page .ai-technical-reflection-card h3,
.evaluation-page .ethical-reflection-intro h3,
.evaluation-page .ethical-reflection-point h4 {
  font-family: Arial, sans-serif;
  letter-spacing: 0;
}

.evaluation-page .results-summary-card span,
.evaluation-page .alpha-snapshot-card span {
  font-size: clamp(1.08rem, 1.35vw, 1.28rem);
  line-height: 1.2;
  font-weight: 700;
  text-transform: none;
}

.evaluation-page .alpha-snapshot-card p {
  font-family: Arial, sans-serif;
  font-size: 1.02rem;
  line-height: 1.66;
  font-weight: 500;
}

.evaluation-page .evaluation-task-card h3 {
  font-size: clamp(1.35rem, 1.75vw, 1.92rem);
  line-height: 1.18;
  font-weight: 700;
  text-transform: none;
}

.evaluation-page .evaluation-task-card p,
.evaluation-page .evaluation-task-card li {
  font-family: Arial, sans-serif;
  font-size: 1.02rem;
  line-height: 1.66;
  font-weight: 500;
}

.evaluation-page .refinement-number {
  font-size: 0.98rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.evaluation-page .feedback-source-badge {
  font-size: 0.88rem;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.evaluation-page .refinement-observation h4,
.evaluation-page .refinement-detail-grid h4 {
  font-size: clamp(1.06rem, 1.2vw, 1.22rem);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.evaluation-page .refinement-observation p,
.evaluation-page .refinement-detail-grid p,
.evaluation-page .refinement-case p {
  font-family: Arial, sans-serif;
  font-size: 1.02rem;
  line-height: 1.68;
  font-weight: 500;
}

.evaluation-page .ai-review-card h4,
.evaluation-page .ai-evaluation-top-grid .ai-review-card h4 {
  font-size: clamp(1.42rem, 2vw, 2rem);
  line-height: 1.1;
  font-weight: 700;
  text-transform: none;
  text-shadow: none;
}

.evaluation-page .ai-review-card h5,
.evaluation-page .ai-evaluation-top-grid .ai-review-card h5 {
  font-size: clamp(1rem, 1.15vw, 1.16rem);
  line-height: 1.28;
  font-weight: 700;
}

.evaluation-page .ai-review-card p,
.evaluation-page .ai-review-card li,
.evaluation-page .ai-evaluation-top-grid .ai-review-card p,
.evaluation-page .ai-evaluation-top-grid .ai-review-card li {
  font-family: Arial, sans-serif;
  font-size: 0.98rem;
  line-height: 1.64;
  font-weight: 500;
}

.evaluation-page .ai-technical-reflection-card h3 {
  font-size: clamp(1.28rem, 1.6vw, 1.72rem);
  line-height: 1.18;
  font-weight: 700;
}

.evaluation-page .ai-technical-reflection-card p,
.evaluation-page .ai-technical-reflection-card li {
  font-family: Arial, sans-serif;
  font-size: clamp(1rem, 1.05vw, 1.08rem);
  line-height: 1.66;
  font-weight: 500;
}

.evaluation-page .ethical-reflection-intro h3 {
  font-size: clamp(1.85rem, 3vw, 3.3rem);
  line-height: 1.04;
  font-weight: 700;
}

.evaluation-page .ethical-reflection-point h4 {
  font-size: clamp(1.06rem, 1.18vw, 1.18rem);
  line-height: 1.2;
  font-weight: 700;
}

.evaluation-page .ethical-reflection-intro p,
.evaluation-page .ethical-reflection-point p,
.evaluation-page .ethical-reflection-conclusion {
  font-family: Arial, sans-serif;
  font-size: clamp(0.98rem, 1.05vw, 1.06rem);
  line-height: 1.66;
  font-weight: 500;
}

.why-gap-page .formal-references .ieee-reference-list li {
  grid-template-columns: 58px minmax(0, 1fr);
  color: rgba(255, 255, 255, 0.92);
  font-family: Arial, sans-serif;
  font-size: 1.08rem;
  line-height: 1.78;
  font-weight: 400;
}

.why-gap-page .formal-references .ieee-reference-list li > span:not(.reference-index),
.why-gap-page .formal-references .ieee-reference-list li em,
.why-gap-page .formal-references .ieee-reference-list li a {
  font-family: Arial, sans-serif;
  font-weight: 400;
}

.why-gap-page .formal-references .reference-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 42px;
  height: 34px;
  padding: 0 10px;
  color: #000000;
  background: var(--hold-cyan);
  border: 2px solid #000000;
  box-shadow: 4px 4px 0 #000000;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}

.evaluation-page #refinement .refinement-case h3,
.evaluation-page #refinement .refinement-number,
.evaluation-page #refinement .feedback-source-badge,
.evaluation-page #refinement .refinement-observation h4,
.evaluation-page #refinement .refinement-detail-grid h4 {
  font-family: Arial, sans-serif;
  letter-spacing: 0;
}

.evaluation-page #refinement .refinement-case h3 {
  font-size: clamp(1.48rem, 2.25vw, 2.35rem);
  line-height: 1.16;
  font-weight: 700;
  text-transform: none;
}

.evaluation-page #refinement .refinement-number {
  font-size: 1rem;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.evaluation-page #refinement .feedback-source-badge {
  font-size: 0.92rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.evaluation-page #refinement .refinement-observation h4,
.evaluation-page #refinement .refinement-detail-grid h4 {
  font-size: clamp(1.08rem, 1.22vw, 1.24rem);
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.milestone:hover::before,
.milestone:focus-within::before,
.milestone.is-active::before {
  border-left-color: rgba(236, 36, 21, 0.72);
  opacity: 1;
}

.milestone:hover .milestone-dot,
.milestone:focus-within .milestone-dot,
.milestone.is-active .milestone-dot {
  transform: translate(-50%, -50%) scale(1.16);
  box-shadow: 0 18px 42px rgba(236, 36, 21, 0.3);
  filter: saturate(1.08);
}

.milestone:hover .milestone-dot svg,
.milestone:focus-within .milestone-dot svg,
.milestone.is-active .milestone-dot svg {
  transform: scale(1.08) rotate(-3deg);
}

.milestone:hover .milestone-copy,
.milestone:focus-within .milestone-copy,
.milestone.is-active .milestone-copy {
  transform: translateY(-8px);
}

.project-steps-timeline:hover .axis-red-line span,
.project-steps-timeline:hover .axis-bars span {
  filter: saturate(1.1);
}

.m-1 {
  --x: 0%;
  --line: 118px;
  --dot: 74px;
  --copy-left: -4px;
  --copy-width: 130px;
  --copy-gap: 36px;
}

.m-2 {
  --x: 14.285%;
  --line: 205px;
  --dot: 112px;
  --copy-left: -62px;
  --copy-width: 170px;
  --copy-gap: 40px;
}

.m-3 {
  --x: 28.57%;
  --line: 122px;
  --dot: 64px;
  --copy-left: -62px;
  --copy-width: 184px;
  --copy-gap: 34px;
}

.m-4 {
  --x: 42.855%;
  --line: 245px;
  --dot: 58px;
  --copy-left: -62px;
  --copy-width: 184px;
  --copy-gap: 32px;
}

.m-5 {
  --x: 57.14%;
  --line: 126px;
  --dot: 118px;
  --copy-left: -72px;
  --copy-width: 170px;
  --copy-gap: 36px;
}

.m-6 {
  --x: 71.425%;
  --line: 212px;
  --dot: 78px;
  --copy-left: -64px;
  --copy-width: 186px;
  --copy-gap: 34px;
}

.m-7 {
  --x: 85.71%;
  --line: 166px;
  --dot: 98px;
  --copy-left: -72px;
  --copy-width: 170px;
  --copy-gap: 36px;
}

.m-8 {
  --x: 100%;
  --line: 118px;
  --dot: 84px;
  --copy-left: -100px;
  --copy-width: 150px;
  --copy-gap: 36px;
}

/* Cross-page typography hierarchy alignment. */
body:is(.why-gap-page, .user-requirements-page, .iteration-page, .implementation-page, .evaluation-page).process-page {
  --process-display-font: Impact, "Arial Black", sans-serif;
  --process-heading-font: Arial, sans-serif;
  --process-copy-font: Arial, sans-serif;
  --process-copy-weight: 500;
  --process-heading-weight: 700;
  --process-label-weight: 700;
}

body:is(.why-gap-page, .user-requirements-page, .iteration-page, .implementation-page, .evaluation-page).process-page
  :is(.page-title-card h1, .section-title) {
  font-family: var(--process-display-font);
  font-weight: 900;
  letter-spacing: 0;
}

body:is(.why-gap-page, .user-requirements-page, .iteration-page, .implementation-page, .evaluation-page).process-page
  :is(
    .page-id,
    .section-kicker,
    .board-label,
    .card-label,
    .tag,
    .phase-label,
    .task-number,
    .source-number,
    .reference-index,
    .feedback-source-badge,
    .refinement-number,
    .decision-pill,
    .quick-link,
    .external-card strong
  ) {
  font-family: var(--process-heading-font);
  font-weight: var(--process-label-weight);
  letter-spacing: 0.02em;
}

body:is(.why-gap-page, .user-requirements-page, .iteration-page, .implementation-page, .evaluation-page).process-page
  :is(
    .intro-panel h3,
    .info-card h3,
    .research-card h3,
    .evidence-card h3,
    .sketch-card h3,
    .option-card h4,
    .requirement-summary-card h3,
    .source-group-header h4,
    .source-card h5,
    .gap-point-group h4,
    .evolution-copy h3,
    .evolution-lists h4,
    .brand-direction-copy h3,
    .evaluation-task-card h3,
    .measurement-card h4,
    .boundary-card h3,
    .refinement-case h3,
    .refinement-observation h4,
    .refinement-detail-grid h4,
    .ai-review-card h4,
    .ai-review-card h5,
    .ai-technical-reflection-card h3,
    .ethical-reflection-intro h3,
    .ethical-reflection-point h4,
    .milestone-copy h3,
    .milestone-copy h3 span
  ) {
  font-family: var(--process-heading-font);
  font-weight: var(--process-heading-weight);
  line-height: 1.18;
  letter-spacing: 0;
}

body:is(.why-gap-page, .user-requirements-page, .iteration-page, .implementation-page, .evaluation-page).process-page
  :is(
    p,
    li,
    td,
    th,
    figcaption,
    .body-font,
    .compact-list,
    .source-card p,
    .ieee-reference-list li,
    .refinement-case p,
    .ai-review-card p,
    .ai-technical-reflection-card p,
    .ai-technical-reflection-card li,
    .ethical-reflection-point p,
    .milestone-copy p
  ) {
  font-family: var(--process-copy-font);
  font-weight: var(--process-copy-weight);
  line-height: 1.66;
  letter-spacing: 0;
}

body:is(.why-gap-page, .user-requirements-page, .iteration-page, .implementation-page, .evaluation-page).process-page
  :is(strong, b, th, .reference-index, figcaption strong) {
  font-family: var(--process-heading-font);
  font-weight: 700;
}

.evaluation-page.process-page .ai-tool-references .ieee-reference-list li,
.evaluation-page.process-page .ai-tool-references .ieee-reference-list li > span,
.evaluation-page.process-page .ai-tool-references .ieee-reference-list li a {
  font-family: Arial, sans-serif;
  font-weight: 400;
}

@media (max-width: 900px) {
  .timeline-scroll {
    overflow-x: auto;
  }

  .project-steps-timeline {
    width: 1320px;
    margin: 0;
    transform-origin: top left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .project-steps-timeline *,
  .project-steps-timeline *::before,
  .project-steps-timeline *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 1320px) {
  .implementation-page .squad-stage {
    --squad-scale: 0.9;
    height: 820px;
  }

  .implementation-page #epicenter {
    right: 220px;
  }
}

@media (max-width: 1180px) {
  .implementation-page .squad-stage {
    --squad-scale: 0.82;
    height: 780px;
  }

  .implementation-page #epicenter {
    right: 180px;
  }
}

@media (max-width: 760px) {
  .implementation-page .squad-stage {
    --squad-scale: 0.66;
    height: 640px;
  }

  .implementation-page #epicenter {
    right: 96px;
  }
}

@media (max-width: 500px) {
  .implementation-page .squad-stage {
    --squad-scale: 0.52;
    height: 520px;
  }

  .implementation-page #epicenter {
    right: 58px;
  }
}
