.project-human-override {
  --hop-bg: #09070a;
  --hop-panel: #120f14;
  --hop-panel-2: #1b151c;
  --hop-line: rgba(255, 255, 255, 0.16);
  --hop-text: #f8f0ea;
  --hop-muted: #b9a9a7;
  --hop-red: #f04646;
  --hop-cyan: #73fff3;
  --hop-gold: #f0b253;
  --hop-pink: #ff6ba8;
  background:
    linear-gradient(180deg, #120d10 0%, #09070a 42%, #120b10 100%);
  color: var(--hop-text);
}

.project-human-override .detail-hero {
  min-height: 760px;
  grid-template-columns: 0.82fr 1.18fr;
  padding-top: 72px;
  padding-bottom: 80px;
  background:
    linear-gradient(90deg, rgba(9, 7, 10, 0.95), rgba(9, 7, 10, 0.58)),
    url("/assets/projects/human-electric-hero.jpg") center / cover;
  border-bottom: 1px solid var(--hop-line);
}

.project-human-override .back-link,
.project-human-override .lead,
.project-human-override .project-story p,
.project-human-override .screen-gallery figcaption {
  color: var(--hop-muted);
}

.project-human-override .project-subtitle {
  margin: -6px 0 18px;
  color: var(--hop-cyan);
  font-size: 14px;
  font-weight: 920;
  text-transform: uppercase;
}

.project-human-override .project-identity {
  align-items: center;
  gap: 18px;
}

.project-human-override .project-logo-wrap {
  width: 220px;
  min-height: 76px;
  border: 1px solid var(--hop-line);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
}

.project-human-override .project-logo {
  max-width: 190px;
  max-height: 52px;
  filter: invert(1) contrast(1.1);
}

.project-human-override h1 {
  color: var(--hop-text);
  text-transform: uppercase;
}

.project-human-override .lead {
  max-width: 760px;
}

.project-human-override .scope-row span,
.project-human-override .project-story article {
  border-color: var(--hop-line);
  background: rgba(18, 15, 20, 0.78);
  color: var(--hop-text);
}

.project-human-override .scope-row span {
  color: var(--hop-cyan);
}

.project-human-override .detail-device {
  width: 100%;
  max-width: 840px;
}

.project-human-override .detail-device .monitor-frame {
  border-color: rgba(240, 70, 70, 0.5);
  box-shadow: 0 34px 90px rgba(240, 70, 70, 0.22);
}

.project-human-override .project-story {
  padding-top: 42px;
  padding-bottom: 52px;
  background: #09070a;
}

.project-human-override .project-story span,
.project-human-override .eyebrow {
  color: var(--hop-cyan);
}

.project-human-override .project-story h2 {
  color: var(--hop-text);
}

.hop-intro,
.hop-album-system,
.hop-archive-console,
.hop-visual-strip,
.hop-player-loop,
.hop-screen-sequence,
.hop-scroll-story,
.hop-final-surface {
  position: relative;
  overflow: hidden;
  padding: 72px 42px;
  background: var(--hop-bg);
  border-top: 1px solid var(--hop-line);
}

.hop-intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 52px;
  align-items: center;
  min-height: 620px;
}

.hop-intro-copy h2,
.hop-section-copy h2,
.hop-console-copy h2,
.hop-player-copy h2 {
  color: var(--hop-text);
  font-size: clamp(38px, 5vw, 78px);
}

.hop-intro-copy p,
.hop-section-copy p,
.hop-console-copy p,
.hop-player-copy p {
  max-width: 720px;
  color: var(--hop-muted);
  font-size: 20px;
  line-height: 1.55;
}

.hop-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.hop-proof-row span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid var(--hop-line);
  border-radius: 8px;
  color: var(--hop-cyan);
  background: rgba(115, 255, 243, 0.08);
  font-size: 13px;
  font-weight: 860;
}

.hop-hero-collage {
  position: relative;
  min-height: 500px;
  transform: translate3d(0, calc(var(--hop-parallax, 0) * -18px), 0);
}

.hop-hero-collage img {
  position: absolute;
  border: 1px solid var(--hop-line);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.45);
}

.hop-collage-hero {
  right: 4%;
  top: 0;
  width: 72%;
  aspect-ratio: 1.05;
  object-fit: cover;
}

.hop-collage-duo {
  left: 0;
  bottom: 34px;
  width: 46%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transform: translate3d(calc(var(--hop-parallax, 0) * -26px), 0, 0) rotate(-3deg);
}

.hop-collage-cover {
  right: 0;
  bottom: 28px;
  width: 25%;
  aspect-ratio: 1;
  object-fit: cover;
  transform: translate3d(calc(var(--hop-parallax, 0) * 22px), 0, 0) rotate(5deg);
}

.hop-collage-logo {
  left: 11%;
  top: 56px;
  width: 38%;
  padding: 18px;
  background: rgba(9, 7, 10, 0.72);
  backdrop-filter: blur(16px);
  transform: translate3d(0, calc(var(--hop-parallax, 0) * 38px), 0);
}

.hop-section-copy {
  max-width: 980px;
  margin-bottom: 38px;
}

.hop-album-stage {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hop-album-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--hop-line);
  border-radius: 8px;
  background: var(--hop-panel);
  opacity: 0.64;
  transform: translateY(24px);
  transition: opacity 0.45s ease, transform 0.45s ease, border-color 0.45s ease;
}

.hop-album-card.is-active {
  opacity: 1;
  transform: translateY(0);
  border-color: rgba(115, 255, 243, 0.72);
}

.hop-album-card img {
  width: 100%;
  height: 72%;
  object-fit: cover;
}

.hop-album-card div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px;
  background: linear-gradient(180deg, rgba(9, 7, 10, 0), rgba(9, 7, 10, 0.96) 26%);
}

.hop-album-card span {
  color: var(--hop-cyan);
  font-size: 12px;
  font-weight: 920;
  text-transform: uppercase;
}

.hop-album-card h3 {
  margin: 7px 0 10px;
  color: var(--hop-text);
  font-size: clamp(25px, 3vw, 42px);
  line-height: 1;
}

.hop-album-card p {
  margin: 0;
  color: var(--hop-muted);
  line-height: 1.48;
}

.hop-archive-console {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: 28px;
  align-items: start;
}

.hop-console-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hop-console-grid article {
  min-height: 210px;
  padding: 20px;
  border: 1px solid var(--hop-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  transform: translateY(calc((1 - var(--hop-console-progress, 0)) * 22px));
  opacity: calc(0.5 + var(--hop-console-progress, 0) * 0.5);
}

.hop-console-grid span {
  color: var(--hop-red);
  font-weight: 920;
}

.hop-console-grid h3 {
  margin: 16px 0 10px;
  color: var(--hop-text);
  font-size: 24px;
}

.hop-console-grid p {
  margin: 0;
  color: var(--hop-muted);
  line-height: 1.5;
}

.hop-visual-track {
  display: grid;
  grid-template-columns: 1.05fr 1.25fr 1fr;
  gap: 18px;
  align-items: end;
}

.hop-visual-track figure {
  margin: 0;
  border: 1px solid var(--hop-line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--hop-panel);
  transform: translateX(calc(var(--hop-visual-progress, 0) * var(--shift, 0px))) rotate(var(--tilt, 0deg));
}

.hop-visual-track figure:nth-child(1) {
  --shift: -24px;
  --tilt: -2deg;
}

.hop-visual-track figure:nth-child(2) {
  --shift: 0px;
  --tilt: 1deg;
}

.hop-visual-track figure:nth-child(3) {
  --shift: 24px;
  --tilt: 3deg;
}

.hop-visual-track img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.hop-visual-track figcaption {
  display: grid;
  gap: 5px;
  padding: 16px;
}

.hop-visual-track strong {
  color: var(--hop-text);
  font-size: 22px;
}

.hop-visual-track span {
  color: var(--hop-muted);
}

.hop-player-loop {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 42px;
  align-items: center;
}

.hop-player-screen .monitor-frame {
  border-color: rgba(255, 107, 168, 0.36);
  box-shadow: 0 28px 90px rgba(255, 107, 168, 0.16);
}

.hop-player-copy {
  padding: 28px;
  border: 1px solid var(--hop-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.hop-player-bars {
  display: flex;
  align-items: end;
  gap: 7px;
  height: 72px;
  margin-top: 26px;
}

.hop-player-bars span {
  width: 16px;
  height: calc(18px + var(--bar, 0.5) * 46px);
  border-radius: 999px 999px 2px 2px;
  background: var(--hop-cyan);
  box-shadow: 0 0 18px rgba(115, 255, 243, 0.4);
}

.hop-player-bars span:nth-child(2) { background: var(--hop-red); }
.hop-player-bars span:nth-child(3) { background: var(--hop-gold); }
.hop-player-bars span:nth-child(4) { background: var(--hop-pink); }

.hop-screen-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.hop-screen-grid article {
  grid-column: span 2;
  display: grid;
  gap: 14px;
  border: 1px solid var(--hop-line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--hop-panel);
}

.hop-screen-grid article:first-child,
.hop-screen-grid article:nth-child(3) {
  grid-column: span 3;
}

.hop-screen-grid figure {
  margin: 0;
  background: #050407;
}

.hop-screen-grid img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: top center;
}

.hop-screen-grid .is-mobile img {
  height: 520px;
  object-fit: cover;
}

.hop-screen-grid article > div {
  padding: 0 18px 18px;
}

.hop-screen-grid span {
  color: var(--hop-cyan);
  font-weight: 920;
}

.hop-screen-grid h3 {
  margin: 8px 0;
  color: var(--hop-text);
}

.hop-screen-grid p {
  margin: 0;
  color: var(--hop-muted);
  line-height: 1.5;
}

.hop-scroll-story {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: 46px;
  align-items: start;
  min-height: auto;
  padding: 86px 42px 92px;
}

.hop-story-sticky {
  grid-column: 2;
  grid-row: 1;
  position: sticky;
  top: 96px;
  display: block;
  min-height: auto;
}

.hop-story-copy {
  margin-bottom: 22px;
}

.hop-story-copy h2,
.hop-final-surface h2 {
  color: var(--hop-text);
  font-size: clamp(34px, 4vw, 58px);
}

.hop-story-copy p,
.hop-final-surface p {
  max-width: 680px;
  color: var(--hop-muted);
  font-size: 19px;
  line-height: 1.55;
}

.hop-story-stage {
  position: relative;
  min-height: clamp(430px, 46vw, 620px);
  border: 1px solid var(--hop-line);
  border-radius: 8px;
  overflow: hidden;
  background: #050407;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
}

.hop-story-stage figure {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.5s ease, transform 0.7s ease;
}

.hop-story-stage figure.is-active {
  opacity: 1;
  transform: scale(1);
}

.hop-story-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hop-story-stage figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: min(520px, calc(100% - 36px));
  padding: 12px 14px;
  border: 1px solid var(--hop-line);
  border-radius: 8px;
  background: rgba(9, 7, 10, 0.78);
  backdrop-filter: blur(14px);
}

.hop-story-stage figcaption span,
.hop-story-steps span {
  color: var(--hop-cyan);
  font-size: 12px;
  font-weight: 920;
  text-transform: uppercase;
}

.hop-story-stage figcaption strong {
  color: var(--hop-text);
  font-size: 18px;
  line-height: 1.05;
}

.hop-story-stage figcaption small {
  display: none;
}

.hop-story-steps {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  gap: 18px;
  max-width: none;
  margin: 0;
  padding: 128px 0 128px;
}

.hop-story-steps article {
  min-height: 208px;
  padding: 22px;
  border: 1px solid var(--hop-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  opacity: 0.5;
  transform: translateX(-18px);
  transition: opacity 0.35s ease, transform 0.35s ease, border-color 0.35s ease;
}

.hop-story-steps article > img {
  display: none;
}

.hop-story-steps article.is-active {
  opacity: 1;
  transform: translateX(0);
  border-color: rgba(115, 255, 243, 0.65);
}

.hop-story-steps h3 {
  margin: 14px 0 10px;
  color: var(--hop-text);
  font-size: 30px;
  line-height: 1.1;
}

.hop-story-steps p {
  margin: 0;
  color: var(--hop-muted);
  line-height: 1.52;
}

.hop-final-surface {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 34px;
  align-items: center;
  padding-bottom: 38px;
}

.hop-final-surface .monitor-frame {
  border-color: rgba(115, 255, 243, 0.28);
  box-shadow: 0 26px 80px rgba(115, 255, 243, 0.1);
}

.project-human-override .detail-next {
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 54px;
  background: #09070a;
}

.project-human-override .button {
  border-color: var(--hop-line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--hop-text);
}

.project-human-override .button.primary {
  border-color: var(--hop-red);
  background: var(--hop-red);
}

@media (max-width: 1100px) {
  .project-human-override .detail-hero,
  .hop-intro,
  .hop-archive-console,
  .hop-player-loop,
  .hop-final-surface {
    grid-template-columns: 1fr;
  }

  .hop-hero-collage {
    min-height: 540px;
  }

  .hop-album-stage,
  .hop-console-grid {
    grid-template-columns: 1fr;
  }

  .hop-album-card {
    min-height: 500px;
  }

  .hop-visual-track {
    grid-template-columns: 1fr;
  }

  .hop-screen-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hop-screen-grid article,
  .hop-screen-grid article:first-child,
  .hop-screen-grid article:nth-child(3) {
    grid-column: span 1;
  }

  .hop-scroll-story {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 64px 30px;
  }

  .hop-story-sticky {
    grid-column: 1;
    grid-row: auto;
    position: relative;
    top: auto;
    min-height: auto;
  }

  .hop-story-stage {
    min-height: 480px;
  }

  .hop-story-steps {
    grid-column: 1;
    grid-row: auto;
    margin-left: 0;
    padding: 0;
  }
}

@media (max-width: 720px) {
  .project-human-override .detail-hero {
    min-height: auto;
    padding-top: 38px;
    padding-bottom: 48px;
    background:
      linear-gradient(180deg, rgba(9, 7, 10, 0.86), rgba(9, 7, 10, 0.96)),
      url("/assets/projects/human-electric-hero.jpg") center / cover;
  }

  .project-human-override h1 {
    font-size: clamp(44px, 14vw, 64px);
  }

  .project-human-override .project-logo-wrap {
    width: 176px;
    min-height: 58px;
  }

  .project-human-override .project-logo {
    max-width: 148px;
    max-height: 38px;
  }

  .project-human-override .detail-device .monitor-frame {
    padding: 8px;
    border-radius: 10px;
  }

  .project-human-override .detail-device .monitor-stand,
  .project-human-override .detail-device .monitor-base {
    display: none;
  }

  .hop-intro,
  .hop-album-system,
  .hop-archive-console,
  .hop-visual-strip,
  .hop-player-loop,
  .hop-screen-sequence,
  .hop-scroll-story,
  .hop-final-surface {
    padding: 52px 20px;
  }

  .hop-intro {
    min-height: auto;
  }

  .hop-intro-copy h2,
  .hop-section-copy h2,
  .hop-console-copy h2,
  .hop-player-copy h2 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .hop-intro-copy p,
  .hop-section-copy p,
  .hop-console-copy p,
  .hop-player-copy p {
    font-size: 18px;
  }

  .hop-hero-collage {
    min-height: 355px;
  }

  .hop-collage-hero {
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    height: 265px;
  }

  .hop-collage-logo {
    left: 18px;
    top: 26px;
    width: 64%;
    padding: 12px;
  }

  .hop-collage-duo {
    display: none;
  }

  .hop-collage-cover {
    right: 0;
    bottom: 0;
    width: 38%;
  }

  .hop-album-card {
    min-height: 420px;
  }

  .hop-album-card img {
    height: 78%;
  }

  .hop-console-grid article {
    min-height: 0;
  }

  .hop-visual-track figure {
    transform: none;
  }

  .hop-visual-track img {
    height: 330px;
  }

  .hop-player-copy {
    padding: 20px;
  }

  .hop-screen-grid {
    grid-template-columns: 1fr;
  }

  .hop-screen-grid img,
  .hop-screen-grid .is-mobile img {
    height: auto;
    max-height: 620px;
    object-fit: cover;
  }

  .hop-story-copy h2,
  .hop-final-surface h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .hop-story-stage {
    display: none;
  }

  .hop-story-stage figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 14px;
  }

  .hop-story-stage figcaption strong {
    font-size: 22px;
  }

  .hop-story-stage figcaption small {
    font-size: 13px;
  }

  .hop-story-steps article {
    min-height: 0;
    padding: 18px;
    transform: translateY(14px);
  }

  .hop-story-steps article > img {
    display: block;
    width: 100%;
    height: 230px;
    margin: 0 0 16px;
    border-radius: 6px;
    object-fit: cover;
  }

  .hop-story-steps article.is-active {
    transform: translateY(0);
  }

  .hop-story-steps h3 {
    font-size: 24px;
  }
}