.v3 .film-chapters {
  overflow: clip;
  color: var(--ink);
  background:
    linear-gradient(168deg, #c5dce3 0%, #d3e5e5 23%, #e7e4d9 48%, #eadbea 73%, #d5e0e7 100%);
}
.v3 .chapters-header {
  position: relative;
  z-index: 3;
  color: var(--ink);
  background: transparent;
}
.v3 .chapters-header > p { color: var(--muted); }
.v3 .chapters-header h2 { max-width: 1120px; }

.liquid-field {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(ellipse 60% 15% at 82% 12%, rgba(127, 121, 255, .24), transparent 70%),
    radial-gradient(ellipse 70% 18% at 12% 31%, rgba(105, 221, 211, .26), transparent 72%),
    radial-gradient(ellipse 62% 17% at 88% 52%, rgba(232, 164, 218, .26), transparent 72%),
    radial-gradient(ellipse 68% 16% at 15% 73%, rgba(249, 203, 132, .18), transparent 72%),
    radial-gradient(ellipse 78% 17% at 78% 92%, rgba(135, 171, 232, .24), transparent 72%);
}
.liquid-field::before,
.liquid-field::after,
.liquid-field i {
  content: "";
  position: absolute;
  border-radius: 48% 52% 61% 39% / 43% 38% 62% 57%;
  filter: blur(55px);
  mix-blend-mode: soft-light;
  opacity: .72;
  will-change: transform;
}
.liquid-field::before {
  width: 58vw;
  height: 28vw;
  top: 20%;
  right: -14%;
  background: conic-gradient(from 80deg, rgba(113,103,232,.72), rgba(126,226,215,.62), rgba(242,190,210,.56), rgba(113,103,232,.72));
  transform: rotate(-16deg);
}
.liquid-field::after {
  width: 64vw;
  height: 30vw;
  top: 59%;
  left: -18%;
  background: conic-gradient(from 230deg, rgba(245,205,130,.5), rgba(128,206,218,.67), rgba(220,164,227,.62), rgba(245,205,130,.5));
  transform: rotate(12deg);
}
.liquid-field i:nth-child(1) {
  width: 42vw;
  height: 24vw;
  top: 38%;
  left: 26%;
  background: rgba(255,255,255,.78);
  transform: rotate(22deg);
}
.liquid-field i:nth-child(2) {
  width: 48vw;
  height: 22vw;
  top: 77%;
  right: 2%;
  background: rgba(102,198,213,.35);
  transform: rotate(-18deg);
}
.liquid-field i:nth-child(3) {
  width: 38vw;
  height: 18vw;
  top: 7%;
  left: 4%;
  background: rgba(235,170,222,.32);
  transform: rotate(8deg);
}

.v3 .film-chapter {
  --accent: #7167e8;
  --accent-soft: rgba(113,103,232,.14);
  z-index: 2;
  border-top-color: rgba(17,17,22,.12);
  background: transparent;
}
.v3 .chapter-artist { --accent: #7167e8; --accent-soft: rgba(113,103,232,.14); }
.v3 .chapter-unique { --accent: #2aaca7; --accent-soft: rgba(76,202,194,.15); }
.v3 .chapter-details { --accent: #b16bc2; --accent-soft: rgba(196,126,210,.14); }
.v3 .chapter-afterlife { --accent: #cd8b34; --accent-soft: rgba(238,177,94,.15); }
.v3 .film-chapter::before { display: none; }
.v3 .film-chapter::after {
  z-index: 5;
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  border: 1px solid rgba(17,17,22,.75);
  background: rgba(248,246,239,.72);
  box-shadow:
    inset 0 0 0 4px var(--accent),
    0 0 0 7px rgba(248,246,239,.3),
    0 0 24px var(--accent-soft);
  backdrop-filter: blur(8px);
}

.v3 .film-chapter.is-passed::after {
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(178, 242, 229, 0.2), 0 0 24px rgba(178, 242, 229, 0.45);
}

.timeline-spine {
  position: absolute;
  z-index: 1;
  top: 84vh;
  bottom: 0;
  left: 50%;
  width: 2px;
  overflow: hidden;
  transform: translateX(-1px);
  background: rgba(17,17,22,.18);
}
.timeline-spine i {
  display: block;
  width: 100%;
  height: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #7167e8 0%, #4bc9c1 34%, #c37bd0 67%, #d58d38 100%);
  box-shadow: 0 0 18px rgba(113,103,232,.55);
  transition: height .08s linear;
}

.v3 .chapter-copy > *:nth-child(5) { transition-delay: .4s; }
.skill-card {
  max-width: 470px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 18px;
  margin-top: 30px;
  padding: 17px 19px;
  border: 1px solid rgba(17,17,22,.22);
  border-left: 5px solid var(--accent);
  background:
    linear-gradient(135deg, rgba(248,246,239,.6), var(--accent-soft));
  box-shadow: 8px 8px 0 rgba(17,17,22,.08);
  backdrop-filter: blur(18px) saturate(130%);
}
.skill-card span {
  grid-row: 1 / span 2;
  padding-top: 3px;
  color: var(--accent);
  font: 500 8px/1.2 var(--mono);
  letter-spacing: .1em;
}
.skill-card strong {
  font-size: 15px;
  line-height: 1.1;
  font-weight: 600;
}
.skill-card em {
  color: #56535a;
  font-size: 11px;
  line-height: 1.45;
  font-style: normal;
}

.v3 .shape-frame {
  box-shadow:
    0 35px 70px rgba(58,51,76,.12),
    0 0 0 1px rgba(255,255,255,.28);
}
.v3 .shape-split { box-shadow: none; }
.v3 .split-half {
  box-shadow:
    0 25px 55px rgba(40,50,62,.16),
    0 0 0 1px rgba(255,255,255,.25);
}

.v3 .services {
  background:
    radial-gradient(circle at 10% 15%, rgba(255,255,255,.55), transparent 34%),
    linear-gradient(145deg, #c8dde3, #d8e4e1 70%, #dfd9e7);
}
.v3 .service-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  border: 0;
}
.v3 .service-item {
  min-height: 490px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 30px;
  border: 1px solid rgba(17,17,22,.48);
  background: rgba(248,246,239,.52);
  box-shadow: 9px 9px 0 rgba(17,17,22,.10);
  backdrop-filter: blur(14px);
}
.v3 .service-item:nth-child(1) { border-top: 7px solid rgba(75,201,193,.68); }
.v3 .service-item:nth-child(2) { border-top: 7px solid rgba(113,103,232,.58); background: rgba(240,233,244,.54); }
.v3 .service-item:nth-child(3) { border-top: 7px solid rgba(229,171,104,.62); background: rgba(244,239,222,.56); }
.v3 .service-item > span { color: var(--muted); }
.v3 .service-item h3 { margin: 0; font-size: clamp(32px, 3.2vw, 52px); }
.v3 .service-item p { flex: 1; }
.v3 .service-item ul {
  width: 100%;
  grid-column: auto;
  display: block;
  margin-top: auto;
}
.v3 .service-item li { padding: 10px 0; border: 0; border-bottom: 1px solid rgba(17,17,22,.2); }

@media (max-width: 850px) {
  .v3 .film-chapter {
    padding-left: 46px;
    padding-right: 18px;
  }
  .v3 .film-chapter::after {
    top: 34px;
    left: 15px;
  }
  .timeline-spine {
    top: 78svh;
    left: 22px;
    width: 2px;
  }
  .skill-card { max-width: none; }
  .v3 .service-list { grid-template-columns: 1fr; }
  .v3 .service-item { min-height: auto; }
}

@media (max-width: 520px) {
  .timeline-spine { top: 72svh; }
  .liquid-field::before,
  .liquid-field::after,
  .liquid-field i { filter: blur(34px); }
  .liquid-field::before { width: 120vw; height: 86vw; right: -54%; }
  .liquid-field::after { width: 130vw; height: 90vw; left: -66%; }
  .liquid-field i:nth-child(1) { width: 100vw; height: 65vw; left: 5%; }
  .skill-card { grid-template-columns: 1fr; padding: 15px; }
  .skill-card span { grid-row: auto; }
  .v3 .service-item { padding: 24px 20px; box-shadow: 7px 7px 0 rgba(17,17,22,.09); }
}

@media (prefers-reduced-motion: reduce) {
  .timeline-spine i { transition: none; }
  .liquid-field::before,
  .liquid-field::after,
  .liquid-field i { transform: none !important; }
}
