* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #24292c;
  color: #f1eee5;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  text-underline-offset: 6px;
}
header {
  max-width: 1280px;
  margin: auto;
  padding: 30px 6%;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
header a {
  text-decoration: none;
}
.intro {
  max-width: 1280px;
  margin: auto;
  padding: 95px 6% 80px;
}
.eyebrow {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2.4px;
  color: #b9c7c5;
}
h1 {
  font-size: clamp(48px, 7.5vw, 100px);
  line-height: 0.99;
  letter-spacing: -0.055em;
  max-width: 950px;
  margin: 24px 0 32px;
  font-weight: 500;
}
h1 em {
  font-family: Georgia, serif;
  font-weight: 400;
  color: #d84dc6;
}
.deck {
  font-size: 19px;
  line-height: 1.65;
  color: #bbc3c3;
  max-width: 580px;
}
.journey {
  height: 300vh;
  position: relative;
}
.stage {
  position: sticky;
  top: 0;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 7%;
  align-items: center;
  padding: 60px 8%;
  max-width: 1440px;
  margin: auto;
}
.copy h2 {
  font-size: clamp(36px, 4.4vw, 62px);
  line-height: 1.04;
  letter-spacing: -2px;
  margin: 20px 0;
}
.copy p {
  line-height: 1.7;
  color: #bbc3c3;
  max-width: 450px;
}
.counter {
  font-size: 12px;
  letter-spacing: 2px;
  color: #b5d7c9;
}
.steps {
  position: relative;
  padding-left: 42px;
}
.rail {
  position: absolute;
  left: 10px;
  top: 35px;
  bottom: 35px;
  width: 2px;
  background: #4b5557;
}
.fill {
  width: 100%;
  height: var(--progress, 0%);
  background: #c6eed9;
  box-shadow: 0 0 16px #9ce8cd;
}
.spark {
  position: absolute;
  left: -3px;
  top: var(--progress, 0%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 15px 5px #a3ddc4;
}
.node {
  position: relative;
  padding: 23px 24px;
  margin: 0 0 15px;
  border: 1px solid #465052;
  border-radius: 8px;
  opacity: 0.4;
  transition:
    opacity 0.3s,
    background 0.3s,
    border-color 0.3s;
}
.node:before {
  content: "";
  position: absolute;
  left: -38px;
  top: 30px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #465052;
  border: 2px solid #24292c;
}
.node.active {
  opacity: 1;
  background: #313d3c;
  border-color: #a9cbbb;
}
.node.past {
  opacity: 0.8;
}
.node.active:before,
.node.past:before {
  background: #c4e5d4;
  box-shadow: 0 0 16px #a5d5be;
}
.node small {
  display: block;
  font-size: 10px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #b4c6c0;
  margin-bottom: 10px;
}
.node h3 {
  font-size: 23px;
  margin: 0 0 9px;
  font-weight: 500;
}
.node p {
  font-size: 13px;
  line-height: 1.5;
  color: #bdc7c5;
  margin: 0;
}
.end {
  border-top: 1px solid #465052;
  padding: 80px 8% 100px;
  max-width: 1440px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.end h2 {
  font-size: 40px;
  letter-spacing: -1px;
  font-weight: 500;
  margin-top: 0;
}
.end p {
  color: #bbc3c3;
  line-height: 1.7;
}
.end a {
  display: inline-block;
  margin: 10px 24px 10px 0;
  font-size: 14px;
}
a:focus-visible {
  outline: 2px solid #c0d9ce;
  outline-offset: 8px;
}
@media (max-width: 700px) {
  .intro {
    padding-top: 50px;
  }
  .stage {
    padding: 35px 7%;
    gap: 25px;
    grid-template-columns: 1fr;
  }
  .copy h2 {
    font-size: 32px;
    margin: 10px 0;
  }
  .copy p {
    font-size: 14px;
    margin: 8px 0;
  }
  .node {
    padding: 12px 16px;
    margin-bottom: 10px;
  }
  .node h3 {
    font-size: 18px;
  }
  .node small {
    margin-bottom: 5px;
  }
  .node p {
    font-size: 12px;
  }
  .end {
    grid-template-columns: 1fr;
  }
  .journey {
    height: 330vh;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .journey {
    height: auto;
  }
  .stage {
    position: relative;
  }
  .node {
    opacity: 1;
    transition: none;
  }
  .spark {
    display: none;
  }
}

.network {
  max-width: 1200px;
  margin: auto;
  padding: 0 5% 80px;
}
.network-heading {
  max-width: 620px;
  margin-bottom: 50px;
}
.network-heading h2 {
  font-size: clamp(30px, 4vw, 49px);
  line-height: 1.1;
  letter-spacing: -1.5px;
}
.network-heading p {
  color: #bbc3c3;
  line-height: 1.6;
}
.canvas {
  height: 850px;
  position: relative;
  background-image: radial-gradient(#65717044 1px, transparent 1px);
  background-size: 22px 22px;
  border-radius: 16px;
}
.wires {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.wires path {
  fill: none;
  stroke: #6e8983;
  stroke-width: 2;
}
.photon {
  fill: #e6fff2;
  filter: drop-shadow(0 0 7px #b2fbd3);
}
.creative-photon {
  fill: #efdeba;
  filter: drop-shadow(0 0 7px #ecd399);
}
.box {
  position: absolute;
  width: 38%;
  left: 31%;
  padding: 20px;
  background: #30383b;
  border: 1px solid #617773;
  border-radius: 9px;
  box-shadow: 0 14px 35px #17202055;
  min-height: 100px;
}
.box h3 {
  font-size: 20px;
  margin: 8px 0;
  font-weight: 500;
}
.box small {
  font-size: 10px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #b3ccc4;
}
.box p {
  font-size: 13px;
  color: #b8c5c2;
  line-height: 1.5;
  margin: 0;
}
.box.origin {
  top: 0;
  text-align: center;
  animation: breathe 3s ease-in-out infinite;
}
.box.l {
  left: 6%;
}
.box.r {
  left: 56%;
  border-color: #8c8370;
}
.box.r small {
  color: #dbcaab;
}
.row1 {
  top: 220px;
}
.row2 {
  top: 375px;
}
.row3 {
  top: 530px;
}
.branch-label {
  position: absolute;
  top: 182px;
  font-size: 10px;
  letter-spacing: 1.3px;
  width: 40%;
  text-align: center;
}
.production-label {
  left: 5%;
  color: #b3d5c5;
}
.creative-label {
  left: 55%;
  color: #e2ccab;
}
.merge-label {
  position: absolute;
  top: 780px;
  width: 100%;
  text-align: center;
  font-size: 10px;
  letter-spacing: 2px;
  color: #bed9ce;
}
.finished {
  margin: 0;
  background: #30383b;
  border: 1px solid #657870;
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: center;
}
.finished img {
  width: 100%;
  display: block;
}
.finished figcaption {
  padding: 30px;
}
.finished h3 {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: -1px;
}
.finished p {
  font-size: 13px;
  line-height: 1.6;
  color: #b6c4bf;
}
@keyframes breathe {
  50% {
    box-shadow: 0 0 24px #a5e4c72b;
    border-color: #b3dfcc;
  }
}
@media (max-width: 650px) {
  .box {
    padding: 12px;
    width: 44%;
  }
  .box.origin {
    width: 64%;
    left: 18%;
  }
  .box.l {
    left: 2%;
  }
  .box.r {
    left: 54%;
  }
  .box h3 {
    font-size: 16px;
  }
  .box p {
    font-size: 12px;
  }
  .branch-label {
    font-size: 8px;
  }
  .finished {
    grid-template-columns: 1fr;
  }
  .network {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .origin {
    animation: none !important;
  }
  .photon {
    display: none;
  }
}

body {
  background: #283440;
}
.canvas {
  background-color: #25313d;
  background-image: radial-gradient(#71859b38 1px, transparent 1px);
}
.box {
  background: #303e4c;
  border-color: #566578;
  --glow: #91d9ff;
  transition:
    border-color 0.15s,
    box-shadow 0.15s,
    background 0.15s;
}
.box.origin {
  animation: none;
  --glow: #9bdbff;
}
.box.l.row1 {
  --glow: #ff55cf;
}
.box.l.row2 {
  --glow: #af83ff;
}
.box.l.row3 {
  --glow: #88d9ff;
}
.box.r.row1 {
  --glow: #b585ff;
}
.box.r.row2 {
  --glow: #ff64c7;
}
.box.r.row3 {
  --glow: #ff6a7d;
}
.box small,
.box.r small {
  color: var(--glow);
}
.box.active {
  border-color: var(--glow);
  box-shadow:
    0 0 0 1px var(--glow),
    0 0 24px color-mix(in srgb, var(--glow) 38%, transparent),
    inset 0 0 22px color-mix(in srgb, var(--glow) 9%, transparent);
}
.box.active h3 {
  color: #fff;
}
.wires path {
  stroke: #64788a;
  stroke-width: 2;
}
.production-label {
  color: #94d9ff;
}
.creative-label {
  color: #ff92d3;
}
.finished {
  background: #303e4c;
  transition:
    box-shadow 0.3s,
    border-color 0.3s;
}
.finished.active {
  border-color: #b9b4ff;
  box-shadow: 0 0 30px #a78bfa55;
}
.photon {
  filter: drop-shadow(0 0 5px currentColor) drop-shadow(0 0 12px currentColor);
}
@media (prefers-reduced-motion: reduce) {
  .box,
  .finished {
    transition: none;
  }
  .box {
    border-color: var(--glow);
  }
  .photon {
    display: none;
  }
}

.canvas {
  height: 1170px;
}
.box {
  text-align: center;
}
.box.design {
  top: 760px;
  --glow: #c191ff;
}
.box.refinement {
  top: 940px;
  --glow: #ff80cc;
}

/* Compact workflow cards inspired by the supplied visual reference. */
.canvas {
  background-color: #202e3c;
  background-image: radial-gradient(#91b3d74a 1px, transparent 1px);
  background-size: 18px 18px;
  box-shadow: inset 0 0 100px #101d2c55;
  border: 1px solid #42536a55;
}
.box {
  width: 30%;
  left: 35%;
  min-height: 100px;
  padding: 16px 14px 16px 64px;
  text-align: left;
  border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--glow) 55%, #253446);
  background: linear-gradient(
    120deg,
    color-mix(in srgb, var(--glow) 16%, #203044),
    #213043 90%
  );
  box-shadow:
    inset 0 1px 0 #ffffff0d,
    0 12px 28px #0c142944;
}
.box.l {
  left: 10%;
}
.box.r {
  left: 60%;
  border-color: color-mix(in srgb, var(--glow) 55%, #253446);
}
.box.origin {
  text-align: left;
}
.box h3 {
  font-size: 18px;
  line-height: 1.22;
  margin: 6px 0;
}
.box small {
  font-size: 9px;
  letter-spacing: 1px;
}
.box p {
  font-size: 11px;
  line-height: 1.45;
  color: #ccd5df;
}
.box:before,
.box:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #def4ff;
  left: calc(50% - 4.5px);
  box-shadow: 0 0 8px color-mix(in srgb, var(--glow) 60%, transparent);
}
.box:before {
  top: -5px;
}
.box:after {
  bottom: -5px;
}
.box.origin:before {
  display: none;
}
.node-icon {
  position: absolute;
  left: 13px;
  top: 29px;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: var(--glow);
  background: color-mix(in srgb, var(--glow) 16%, transparent);
  box-shadow: inset 0 0 12px color-mix(in srgb, var(--glow) 12%, transparent);
}
.node-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.box.active {
  background: linear-gradient(
    120deg,
    color-mix(in srgb, var(--glow) 24%, #203044),
    #243348
  );
  border-color: var(--glow);
}
@media (max-width: 650px) {
  .box {
    width: 44%;
    left: 28%;
    padding: 45px 10px 10px;
    text-align: center;
    min-height: 125px;
  }
  .box.l {
    left: 3%;
  }
  .box.r {
    left: 53%;
  }
  .box.origin {
    width: 60%;
    left: 20%;
    text-align: center;
  }
  .node-icon {
    width: 27px;
    height: 27px;
    top: 10px;
    left: calc(50% - 13.5px);
  }
  .node-icon svg {
    width: 20px;
    height: 20px;
  }
  .box h3 {
    font-size: 14px;
  }
  .box p {
    font-size: 10px;
  }
  .box small {
    font-size: 8px;
  }
  .box.shared {
    width: 60%;
    left: 20%;
  }
}

@media (min-width: 651px) {
  .box {
    padding: 14px 14px 14px 56px;
    text-align: center;
  }
  .box.origin {
    text-align: center;
  }
  .node-icon {
    left: 11px;
    width: 34px;
    height: 34px;
  }
}

body {
  background: rgb(16, 16, 16);
}
.canvas {
  background-color: rgb(16, 16, 16);
  box-shadow: none;
  background-image: radial-gradient(#ffffff20 1px, transparent 1px);
}

.box,
.box.origin {
  padding: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box p {
  width: 100%;
}
@media (max-width: 650px) {
  .box,
  .box.origin {
    padding: 12px 10px;
  }
}

.network {
  position: relative;
  isolation: isolate;
  padding-top: 60px;
  padding-bottom: 100px;
}
.network:before {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  top: 120px;
  bottom: 160px;
  left: calc((100% - 100vw) / 2);
  width: 100vw;
  background-image: radial-gradient(#b9c9db38 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: linear-gradient(
    to bottom,
    transparent,
    #000 18%,
    #000 78%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent,
    #000 18%,
    #000 78%,
    transparent
  );
}
.canvas {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-top: 85px;
  margin-bottom: 80px;
}
.finished {
  margin-top: 30px;
}
.network-heading {
  margin-bottom: 0;
}
.portfolio-story {
  max-width: 1200px;
  padding: 80px 5% 110px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 7%;
  align-items: center;
}
.portfolio-story img {
  width: 100%;
  height: auto;
  display: block;
}
.story-copy h2,
.leadership h2 {
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -1.7px;
  font-weight: 500;
}
.story-copy p:not(.eyebrow),
.leadership p:not(.eyebrow) {
  font-size: 17px;
  line-height: 1.7;
  color: #bcc4cc;
}
.story-copy a {
  display: inline-block;
  margin-top: 22px;
  font-size: 14px;
}
.leadership {
  max-width: 1200px;
  margin: auto;
  padding: 50px 5% 90px;
}
.leadership p {
  max-width: 720px;
}
@media (max-width: 700px) {
  .portfolio-story {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 30px;
  }
  .leadership {
    padding-top: 20px;
  }
}

.leadership h2 .hold-standard {
  display: block;
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.025em;
}
.leadership h2 .give-room {
  display: block;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.045em;
  line-height: 1.25;
  margin-top: 0.18em;
}

.leadership h2 .give-room {
  margin-top: 0;
  line-height: 1.05;
}
.room-script {
  font-family: "Snell Roundhand", "Apple Chancery", "Brush Script MT", cursive;
  font-weight: 400;
  font-size: 1.2em;
  letter-spacing: 0;
}

.room-script {
  font-size: 1.55em;
  color: #af83ff;
}

.leadership > .eyebrow {
  margin-bottom: 8px;
}
.leadership h2 {
  margin-top: 0;
}
.leadership h2 .give-room {
  line-height: 0.8;
  margin-top: -0.18em;
}
.room-script {
  line-height: 0.75;
}

.network-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.network-heading .eyebrow {
  margin: 0 0 10px;
}
.network-heading h2 {
  margin: 0 0 14px;
  line-height: 1.06;
}
.network-heading p:not(.eyebrow) {
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.55;
}

.canvas {
  margin-bottom: 0;
}
.finished {
  margin-top: 0;
}

.work-selection,
.technology,
.contact {
  max-width: 1200px;
  margin: auto;
  padding: 90px 5%;
}
.work-selection h2,
.technology h2,
.contact h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.07;
  font-weight: 500;
  letter-spacing: -1.5px;
}
.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin: 35px 0 24px;
}
.work-grid figure {
  margin: 0;
}
.work-grid img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  background: #202020;
  display: block;
}
.work-grid figcaption {
  padding: 14px 0;
  font-size: 12px;
  color: #bcc4cc;
}
.project-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.project-card {
  font: inherit;
  text-align: left;
  cursor: pointer;
  background: linear-gradient(135deg, #292334, #19191d);
  border: 1px solid #635174;
  color: #f1eee5;
  border-radius: 12px;
  padding: 35px;
}
.project-card:nth-child(2) {
  background: linear-gradient(135deg, #302327, #19191d);
  border-color: #70505b;
}
.project-card h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.15;
}
.project-card p {
  line-height: 1.6;
  color: #bdc5ce;
}
.read-story {
  display: block;
  margin-top: 28px;
  color: #c5a1ff;
}
.contact {
  border-top: 1px solid #ffffff20;
  padding-bottom: 70px;
}
.contact a {
  display: inline-block;
  margin: 10px 35px 30px 0;
}
.contact > p:last-child {
  color: #a8afb6;
  font-size: 13px;
}
.story-dialog {
  color: #eee;
  background: #202024;
  border: 1px solid #746580;
  border-radius: 12px;
  width: min(760px, 90vw);
  max-height: 85vh;
  padding: 40px;
  line-height: 1.7;
}
.story-dialog::backdrop {
  background: #000b;
  backdrop-filter: blur(5px);
}
.story-dialog h2 {
  line-height: 1.15;
  font-size: 36px;
}
.close-story {
  float: right;
  cursor: pointer;
  background: none;
  color: #eee;
  border: 1px solid #777;
  border-radius: 5px;
  padding: 8px 12px;
}
.project-card:focus-visible {
  outline: 2px solid #c191ff;
  outline-offset: 5px;
}
@media (max-width: 650px) {
  .work-grid,
  .project-pair {
    grid-template-columns: 1fr;
  }
  .work-grid img {
    height: auto;
    max-height: 450px;
  }
  .project-card {
    padding: 24px;
  }
  .story-dialog {
    padding: 24px;
  }
  .work-selection,
  .technology,
  .contact {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}

.systems-group {
  position: relative;
  isolation: isolate;
}
.systems-group:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 120px 0 0;
  pointer-events: none;
  background-image: radial-gradient(#b9c9db38 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: linear-gradient(
    to bottom,
    transparent,
    #000 12%,
    #000 82%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    transparent,
    #000 12%,
    #000 82%,
    transparent 100%
  );
}
.network:before {
  display: none;
}
.systems-group .end {
  border-top: 0;
  padding-top: 20px;
  padding-bottom: 130px;
}
.systems-group .network {
  padding-bottom: 55px;
}

.work-grid {
  gap: 24px;
  align-items: start;
}
.work-grid figure {
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  cursor: default;
}
.work-grid img {
  height: auto;
  max-height: none;
  object-fit: contain;
  background: none;
  border-radius: 0;
}
.work-grid figcaption {
  padding-top: 12px;
  color: #aeb5bd;
}

.work-grid img {
  height: clamp(280px, 32vw, 420px);
  width: 100%;
  object-fit: contain;
  object-position: center bottom;
}
@media (max-width: 650px) {
  .work-grid img {
    height: 420px;
    max-height: 70vh;
  }
}

@media (min-width: 651px) {
  .work-grid {
    grid-template-columns: 0.75625fr 0.71375fr 0.77259fr;
  }
  .work-grid img {
    width: 100%;
    height: auto;
  }
}

.finished {
  display: block;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: hidden;
}
.finished img {
  display: block;
  width: 100%;
  height: auto;
}

.finished {
  border: 1px solid #635174;
  border-radius: 12px;
  overflow: hidden;
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
}
.finished.active {
  border-color: #b9b4ff;
  box-shadow:
    0 0 0 1px #b9b4ff,
    0 0 30px #a78bfa55;
}
@media (prefers-reduced-motion: reduce) {
  .finished {
    transition: none;
  }
}

.finished {
  border: 2px solid #8e79aa;
  border-radius: 12px;
}
.finished img {
  border-radius: 10px;
}

.finished {
  transition:
    border-color 2.5s ease-out,
    box-shadow 2.5s ease-out;
}
.finished.active {
  transition:
    border-color 0.25s ease-out,
    box-shadow 0.25s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .finished,
  .finished.active {
    transition: none;
  }
}

@media (min-width: 651px) {
  .work-grid {
    grid-template-columns: 0.75625fr 0.77259fr 0.71375fr;
  }
}
