/* Shared drawing vocabulary: a line connects an intention to its result. */
.identity-inner .visual-studies {
  gap: 32px;
}
.identity-inner .visual-studies article {
  position: relative;
  padding-top: 18px;
}
.visual-studies .design-number {
  position: absolute;
  top: 24px;
  left: 0;
  z-index: 1;
  font-size: 20px;
}
.design-study {
  margin: 12px 0 30px;
}
.design-study svg {
  width: 100%;
  height: auto;
  overflow: visible;
  fill: none;
  stroke: #c1b2ee;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.design-study .study-guides {
  opacity: 0.22;
  stroke-width: 1;
}
.design-study .study-ink {
  stroke: #d687dc;
  stroke-width: 3;
}
.design-study text {
  font:
    8px Arial,
    sans-serif;
  letter-spacing: 1.4px;
  stroke: none;
  fill: #aeb3c2;
}
.study-piece {
  transform-box: fill-box;
  transform-origin: center;
}
.motion-replay {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  margin-top: 24px;
  border: 0;
  border-bottom: 1px solid #c1b2ee66;
  background: none;
  color: #c1b2ee;
  font:
    12px Arial,
    sans-serif;
  cursor: pointer;
}
.motion-replay span {
  font-size: 22px;
}
.motion-replay:focus-visible {
  outline: 2px solid #ec039f;
  outline-offset: 5px;
}
.relation-stage {
  padding: 24px 0 8px;
  border-bottom: 1px solid #ffffff12;
}
.relation-map {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  fill: none;
  stroke: #c1b2ee;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.relation-map text {
  stroke: none;
  fill: #e5dcf8;
  font:
    11px Arial,
    sans-serif;
  letter-spacing: 0.6px;
}
.relation-map .relation-caption {
  fill: #aaa5b9;
  font-size: 9px;
  letter-spacing: 0;
}
.relation-map .artist-orbit {
  stroke: #c1b2ee33;
  stroke-dasharray: 2 8;
}
.relation-map .artist-ring {
  stroke: #c1b2ee66;
  fill: #211a30;
}
.relation-source {
  stroke: #dec9ff;
}
.relation-node {
  fill: #18151f;
  stroke: #c1b2ee33;
}
.relation-wire {
  stroke: #51485f;
}
.relation-dot {
  opacity: 0;
  stroke: none;
  fill: #f6d1f3;
}
.relation-map [data-route] {
  opacity: 0.38;
  transition: opacity 0.35s;
}
[data-active='evenements'] [data-route='evenements'],
[data-active='magazine'] [data-route='magazine'],
[data-active='constellation'] [data-route='constellation'] {
  opacity: 1;
}
[data-active='evenements'] [data-route='evenements'] .relation-wire,
[data-active='magazine'] [data-route='magazine'] .relation-wire,
[data-active='constellation'] [data-route='constellation'] .relation-wire {
  stroke: url(#relation-ink);
  stroke-width: 2.5;
}
[data-active='evenements'] [data-route='evenements'] .relation-node,
[data-active='magazine'] [data-route='magazine'] .relation-node,
[data-active='constellation'] [data-route='constellation'] .relation-node {
  stroke: #b392e0;
  fill: #241c34;
}
.demo-path.relation-labels {
  margin-top: 20px;
  padding: 12px 0;
  min-height: 0;
}
.relation-arrow {
  font-size: 28px;
  color: #c1b2ee;
  align-self: center;
}
.connection-demo .demo-options {
  gap: 8px;
  flex-wrap: wrap;
}
.connection-demo .demo-options button {
  padding: 14px 12px;
  min-height: 44px;
}
.connection-demo .demo-options button[aria-pressed='true'] {
  background: #21192f;
}
@media (max-width: 760px) {
  .identity-inner .visual-studies {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .design-study {
    max-width: 410px;
    margin: 0 auto 26px;
  }
  .relation-map text {
    font-size: 18px;
  }
  .relation-map .relation-caption {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .relation-map [data-route] {
    transition: none;
  }
}
.software-technologies .software-tech-group {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 10px 0;
}
.software-technologies .software-tech-role {
  font-size: 10px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.software-tech-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
}
.software-tech-logos > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 500;
}
.software-visual .software-tech-logos img {
  width: 30px;
  height: 30px;
  max-width: none;
  margin: 0;
  object-fit: contain;
  flex: 0 0 30px;
}
@media (max-width: 760px) {
  .software .software-visual {
    grid-template-columns: 1fr;
  }
  .software-visual > img {
    max-width: 250px;
  }
  .software-technologies {
    width: 100%;
  }
  .software-technologies .software-tech-group {
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 12px;
  }
  .software-tech-logos {
    gap: 12px;
  }
}
.home-contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 36px;
}
.home-contact-actions a { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; }
