.project-shell {
  position: relative;
  z-index: 1;
  width: calc(100vw - var(--page-gutter) * 2);
  margin: 0 auto;
}

.project-shell::before {
  position: absolute;
  top: 0;
  right: calc(var(--page-gutter) * -1);
  bottom: 0;
  left: calc(var(--page-gutter) * -1);
  z-index: -1;
  background: var(--bg);
  content: "";
}

.project-hero {
  padding-top: 88px;
}

.project-title-marquee {
  width: 100vw;
  margin-left: calc(var(--page-gutter) * -1);
  overflow: hidden;
  user-select: none;
}

.project-title-track {
  display: flex;
  width: max-content;
  animation: project-title-marquee 54s linear infinite;
  will-change: transform;
}

.project-title-set {
  display: flex;
}

.project-title-set span {
  padding-right: 0.18em;
  color: var(--ink);
  font-size: 10.25rem;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.case-media {
  position: relative;
  container-type: inline-size;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  background: #f6f1e8;
}

.case-hero-image {
  display: block;
  aspect-ratio: 1824 / 1080;
  margin-top: 65px;
  border: 0;
}

.serveo-brand-hero {
  container-type: inline-size;
  isolation: isolate;
  background: #ff6b2b;
  color: #fff;
}

.serveo-brand-hero::before {
  position: absolute;
  inset: -18%;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.16), transparent 21%),
    radial-gradient(circle at 78% 12%, rgba(255, 255, 255, 0.13), transparent 18%),
    linear-gradient(110deg, transparent 0 28%, rgba(255, 255, 255, 0.1) 42%, transparent 56% 100%);
  content: "";
  filter: blur(18px);
  opacity: 0.22;
  transform: translate3d(-4%, 0, 0);
  animation: serveo-orange-sheen 18s ease-in-out infinite alternate;
  pointer-events: none;
}

.serveo-hero-grid,
.serveo-hero-shape,
.serveo-hero-photo,
.serveo-hero-orbit-card,
.serveo-hero-date-card,
.serveo-hero-caption,
.serveo-hero-headline {
  position: absolute;
}

.serveo-hero-grid {
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.serveo-hero-grid span {
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.14);
}

.serveo-hero-grid span:nth-child(1),
.serveo-hero-grid span:nth-child(2) {
  top: 0;
  bottom: 0;
  width: 1px;
}

.serveo-hero-grid span:nth-child(1) {
  left: 32.45%;
}

.serveo-hero-grid span:nth-child(2) {
  left: 67.45%;
}

.serveo-hero-grid span:nth-child(3),
.serveo-hero-grid span:nth-child(4) {
  right: 0;
  left: 0;
  height: 1px;
}

.serveo-hero-grid span:nth-child(3) {
  top: 29.55%;
}

.serveo-hero-grid span:nth-child(4) {
  top: 70%;
}

.serveo-hero-shape {
  z-index: 0;
  fill: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  will-change: transform;
}

.serveo-hero-shape-left {
  top: 41.95%;
  left: -24.02%;
  width: 46.73%;
  height: 49.72%;
  animation: serveo-shape-drift-left 16s ease-in-out infinite alternate;
}

.serveo-hero-shape-right {
  top: 8.8%;
  left: 61.07%;
  width: 83.7%;
  height: 51.22%;
  animation: serveo-shape-drift-right 18s ease-in-out infinite alternate;
}

.serveo-hero-photo {
  top: 29.55%;
  left: 50%;
  z-index: 2;
  width: 35.1%;
  aspect-ratio: 640 / 439;
  overflow: hidden;
  background: #68b8fb;
  transform: translateX(-50%);
}

.serveo-hero-photo img {
  width: 122.5%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translateX(-9.31%);
}

.serveo-hero-headline {
  top: 46.4%;
  left: 18.85%;
  z-index: 4;
  margin: 0;
  color: #fff;
  font-size: clamp(0.85rem, 3.95cqw, 4.5rem);
  font-weight: 600;
  line-height: 1.08;
  text-wrap: nowrap;
}

.serveo-hero-orbit-card,
.serveo-hero-date-card {
  z-index: 5;
  border-radius: clamp(12px, 1.3vw, 24px);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0) 46%),
    rgba(255, 255, 255, 0.008);
  box-shadow:
    inset 0 0 67px rgba(255, 255, 255, 0.16),
    0 0 16.667px rgba(255, 255, 255, 0.02),
    0 8.333px 16.667px rgba(255, 255, 255, 0.02),
    0 16.667px 33.333px rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(41px);
  -webkit-backdrop-filter: blur(41px);
}

.serveo-hero-orbit-card::before,
.serveo-hero-date-card::before {
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: clamp(1px, 0.11cqw, 2px);
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.02));
  content: "";
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.serveo-hero-orbit-card::after,
.serveo-hero-date-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  box-shadow: inset 0 0 67px rgba(255, 255, 255, 0.16);
  content: "";
  pointer-events: none;
}

.serveo-hero-orbit-card {
  top: 11.3%;
  left: 59.38%;
  display: grid;
  width: 16.45%;
  aspect-ratio: 1;
  place-items: center;
  animation: serveo-float-large 8s ease-in-out infinite;
}

.serveo-hero-pie {
  position: relative;
  z-index: 2;
  width: 67%;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: drop-shadow(0 24px 34px rgba(25, 56, 80, 0.2));
}

.serveo-hero-pie svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.serveo-pie-slice {
  stroke: rgba(255, 255, 255, 0.16);
  stroke-linejoin: round;
  stroke-width: 0.8;
}

.serveo-pie-slice-a {
  fill: rgba(255, 255, 255, 0.96);
}

.serveo-pie-slice-b {
  fill: rgba(255, 255, 255, 0.72);
}

.serveo-pie-slice-c {
  fill: rgba(255, 255, 255, 0.54);
}

.serveo-pie-slice-d {
  fill: rgba(255, 255, 255, 0.82);
}

.serveo-hero-date-card {
  top: 70.2%;
  left: 18.35%;
  display: grid;
  justify-items: center;
  min-width: 19.3%;
  padding: clamp(4px, 1.15cqw, 21px) clamp(7px, 2.04cqw, 37px);
  text-align: center;
  transform: translate(-50%, -50%);
  animation: serveo-float-small 7s ease-in-out infinite;
}

.serveo-hero-date-card p,
.serveo-hero-date-card strong,
.serveo-hero-date-card span {
  position: relative;
  z-index: 2;
  margin: 0;
}

.serveo-hero-date-card p {
  color: rgba(255, 255, 255, 0.5);
  font-size: clamp(0.35rem, 1.1cqw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;
  white-space: nowrap;
}

.serveo-hero-date-card strong {
  display: grid;
  color: #fff;
  font-size: clamp(1rem, 4.38cqw, 5rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}

.serveo-hero-date-card strong span {
  font-size: clamp(0.45rem, 1.32cqw, 1.5rem);
  line-height: 1.5;
}

.serveo-hero-caption {
  right: 5.48%;
  bottom: 12.96%;
  z-index: 4;
  width: 24.6%;
  margin: 0;
  color: #fff;
  font-size: clamp(0.42rem, 0.88cqw, 1rem);
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-align: right;
}

.project-split {
  display: grid;
  gap: 48px;
  padding: 120px 0 0;
}

.split-row {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
  gap: 16px;
}

.split-copy {
  position: relative;
  min-height: 100%;
}

.split-copy-inner {
  display: grid;
  max-width: 430px;
  padding-right: 32px;
  will-change: transform;
}

.split-copy-block {
  display: grid;
  gap: 10px;
}

.split-copy-block h2,
.split-copy-block p,
.split-copy-block li {
  margin: 0;
  color: var(--muted);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.34;
}

.split-copy-block h2 {
  font-size: 2rem;
  line-height: 1.26;
}

.split-copy-block ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.split-kicker {
  color: var(--ink) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 21px !important;
  text-transform: uppercase;
}

.case-dark-panel {
  display: grid;
  aspect-ratio: 596 / 646;
  grid-template-columns: 1fr 1fr 0.7fr;
  gap: 2.68cqw;
  padding: 5.7cqw;
  background: #10100f;
}

.terminal-card,
.network-card,
.words-card {
  min-height: 0;
  border-radius: 6px;
}

.terminal-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 5.37cqw;
  background: #f5f0e7;
}

.terminal-card p {
  max-width: 55.37cqw;
  margin: 0;
  color: var(--ink);
  font-size: 5.37cqw;
  font-weight: 600;
  line-height: 1.08;
}

.network-card {
  background:
    linear-gradient(26deg, transparent 49.8%, rgba(15, 13, 11, 0.7) 50%, transparent 50.2%),
    linear-gradient(154deg, transparent 49.8%, rgba(15, 13, 11, 0.7) 50%, transparent 50.2%),
    radial-gradient(circle at 18% 20%, #0f0d0b 0 0.67cqw, transparent 0.84cqw),
    radial-gradient(circle at 82% 25%, #0f0d0b 0 0.67cqw, transparent 0.84cqw),
    radial-gradient(circle at 50% 82%, #0f0d0b 0 0.67cqw, transparent 0.84cqw),
    #f35a2a;
}

.words-card {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 2.35cqw;
  background: #151515;
}

.words-card span,
.words-card strong {
  color: rgba(255, 255, 255, 0.18);
  font-size: 4.7cqw;
  font-weight: 500;
  line-height: 1;
}

.words-card strong {
  color: #f15b2a;
}

.case-product {
  display: grid;
  aspect-ratio: 596 / 513;
  place-items: center;
  background: #dedbd7;
}

.product-window {
  overflow: hidden;
  width: 82%;
  aspect-ratio: 720 / 320;
  border: 1.68cqw solid #0d0d0d;
  border-radius: 3.02cqw 3.02cqw 0 0;
  background: #111;
  color: #fff;
}

.product-window header {
  display: flex;
  gap: 1.34cqw;
  padding: 3.02cqw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.product-window header span {
  width: 1.51cqw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #f15b2a;
}

.product-window section {
  padding: 9.73cqw 8.72cqw;
}

.product-window h3 {
  max-width: 73.83cqw;
  margin: 0 0 2.35cqw;
  font-size: 6.7cqw;
  font-weight: 500;
  line-height: 1.05;
}

.product-window p {
  max-width: 72.15cqw;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 2.68cqw;
}

.case-duo {
  display: grid;
  container-type: inline-size;
  aspect-ratio: 596 / 604;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.68cqw;
}

.case-poster {
  display: flex;
  align-items: flex-end;
  padding: 7.05cqw;
  background:
    radial-gradient(circle at 76% 18%, #f15b2a 0 11%, transparent 12%),
    linear-gradient(135deg, #f6f1e8, #ded7cd);
}

.case-poster-alt {
  justify-content: flex-end;
  background:
    linear-gradient(rgba(15, 13, 11, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 13, 11, 0.07) 1px, transparent 1px),
    #efe8dd;
  background-size: 8.05cqw 8.05cqw;
}

.case-poster span {
  max-width: 53.69cqw;
  color: var(--ink);
  font-size: 11.4cqw;
  font-weight: 600;
  line-height: 0.95;
}

.aftership-principle-row {
  align-items: start;
}

.aftership-principle-visuals {
  display: grid;
  gap: 8px;
}

.aftership-principle-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2386 / 1700;
  margin: 0;
  border-radius: 6px;
  background: #fff;
}

.aftership-principle-frame-bordered {
  border: 1px solid rgba(15, 13, 11, 0.14);
}

.aftership-principle-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aftership-system-row {
  align-items: start;
}

.aftership-system-visuals {
  display: grid;
  gap: 8px;
}

.aftership-system-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2386 / 1343;
  margin: 0;
  border-radius: 6px;
  background: #fff;
}

.aftership-system-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-guidelines {
  display: grid;
  aspect-ratio: 596 / 513;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.17cqw;
  background: #0f0d0b;
}

.case-guidelines > div {
  display: grid;
  align-content: end;
  gap: 2.01cqw;
  padding: 7.05cqw;
  background: #f6f1e8;
}

.case-guidelines p,
.case-guidelines span {
  margin: 0;
  color: var(--muted);
  font-size: 3.36cqw;
}

.case-guidelines p {
  color: var(--ink);
  font-weight: 600;
}

.case-video {
  display: grid;
  aspect-ratio: 596 / 513;
  place-items: center;
  background:
    radial-gradient(circle at 52% 46%, rgba(241, 91, 42, 0.9) 0 8%, transparent 9%),
    linear-gradient(120deg, #10100f, #2b2927 45%, #f15b2a 46%, #f15b2a 52%, #111 53%);
}

.case-video p {
  margin: 0;
  color: #fff;
  font-size: 6.7cqw;
  font-weight: 600;
}

.case-actual-video {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #10100f;
}

.case-actual-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aftership-role-visuals {
  container-type: inline-size;
  display: grid;
  gap: 8px;
  width: 100%;
}

.aftership-visual {
  border: 1px solid rgba(15, 13, 11, 0.14);
  background: #fff;
}

.aftership-visual video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aftership-visual-one {
  aspect-ratio: 2382 / 1822;
}

.aftership-visual-two {
  aspect-ratio: 1193 / 671;
}

.aftership-visual-three {
  aspect-ratio: 2382 / 1086;
}

.aftership-lines,
.aftership-lines img,
.aftership-shape-strip,
.aftership-strip-row,
.aftership-shape,
.aftership-automation-title,
.aftership-note,
.aftership-motion-tile,
.aftership-concept-copy {
  position: absolute;
}

.aftership-lines img {
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.aftership-lines-left {
  top: 17.51%;
  left: -1.3%;
  width: 63.44%;
  height: 65.08%;
}

.aftership-lines-mid {
  top: 30.73%;
  left: 69.43%;
  width: 12.6%;
  height: 38.71%;
}

.aftership-lines-right {
  top: 30.73%;
  left: 91.46%;
  width: 17.55%;
  height: 38.71%;
}

.aftership-automation-title {
  top: 40.55%;
  left: 5.21%;
  z-index: 2;
  width: 35.5%;
  margin: 0;
  padding: 0.34cqw 0.55cqw 0.34cqw 0;
  background: rgba(255, 255, 255, 0.96);
  color: #000;
  font-size: 1.12cqw;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  white-space: normal;
}

html[lang="zh-CN"] .aftership-automation-title {
  top: 43.15%;
}

.aftership-automation-title::first-letter {
  color: inherit;
}

.aftership-orange {
  color: #ff6b2b;
}

.aftership-shape-strip {
  top: 20.36%;
  left: 53.18%;
  width: 42.29%;
  height: 59.45%;
}

.aftership-strip-row {
  left: 0;
  width: 100%;
  height: 33.333%;
  overflow: hidden;
}

.aftership-strip-row:nth-child(1) {
  top: 0;
}

.aftership-strip-row:nth-child(2) {
  top: 33.333%;
}

.aftership-strip-row:nth-child(3) {
  top: 66.666%;
}

.aftership-shape {
  top: -66.82%;
  width: 61.58%;
  height: 233.65%;
  max-width: none;
  object-fit: cover;
  mix-blend-mode: darken;
}

.aftership-shape.shape-a {
  left: -0.99%;
}

.aftership-shape.shape-b {
  left: 48.28%;
}

.aftership-shape.shape-c,
.aftership-shape.shape-e {
  left: 0;
}

.aftership-shape.shape-d,
.aftership-shape.shape-f {
  left: 49.27%;
}

.aftership-note {
  z-index: 2;
  width: max-content;
  max-width: 11.8cqw;
  margin: 0;
  padding: 0.22cqw 0.4cqw;
  background: rgba(255, 255, 255, 0.94);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.98cqw;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: right;
  white-space: pre-line;
  transform: translateX(-100%);
}

.aftership-note.note-a {
  top: 22.9%;
  left: 62.17%;
}

.aftership-note.note-b {
  top: 41.3%;
  left: 62.17%;
}

.aftership-note.note-c {
  top: 58.9%;
  left: 62.14%;
  width: 8.96%;
}

.aftership-note.note-d {
  top: 22.9%;
  left: 82.11%;
}

.aftership-note.note-e {
  top: 41.3%;
  left: 82.1%;
}

.aftership-note.note-f {
  top: 58.9%;
  left: 82.08%;
  width: 9.95%;
}

.aftership-visual-three {
  background: #fff;
}

.aftership-output-visuals {
  display: grid;
  gap: 8px;
  width: 100%;
}

.aftership-output-frame {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.aftership-output-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aftership-output-frame-hero {
  aspect-ratio: 2386 / 1168;
}

.aftership-output-frame-color {
  aspect-ratio: 2386 / 621;
}

.aftership-output-frame-social {
  aspect-ratio: 2386 / 1182;
}

.aftership-output-frame-device {
  aspect-ratio: 2386 / 1181;
}

.aftership-output-frame-case {
  aspect-ratio: 2386 / 1333;
}

.aftership-output-frame-quote {
  aspect-ratio: 2386 / 1333;
}

.aftership-output-frame-long {
  aspect-ratio: 2386 / 2710;
}

.aftership-motion-tile {
  top: 0;
  width: 37.6%;
  height: 62.97%;
  overflow: hidden;
  background: #f7f5f4;
}

.aftership-motion-tile video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aftership-motion-tile.tile-left {
  left: 0;
  filter: grayscale(1);
  mix-blend-mode: luminosity;
  opacity: 0.35;
}

.aftership-motion-tile.tile-center {
  left: 31.2%;
  mix-blend-mode: multiply;
}

.aftership-motion-tile.tile-right {
  left: 62.4%;
  filter: grayscale(1);
  mix-blend-mode: luminosity;
  opacity: 0.35;
}

.aftership-concept-copy {
  top: 40.75%;
  width: 26.04%;
  margin: 0;
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.04cqw;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.6;
  white-space: pre-line;
}

.aftership-concept-copy.copy-left {
  left: 5.78%;
}

.aftership-concept-copy.copy-center {
  left: 36.98%;
  color: #000;
}

.aftership-concept-copy.copy-right {
  left: 68.18%;
}

.video-playhead {
  position: absolute;
  right: 5.7cqw;
  bottom: 4.7cqw;
  left: 5.7cqw;
  height: 0.84cqw;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.24);
}

.video-playhead::before {
  display: block;
  width: 38%;
  height: 100%;
  border-radius: inherit;
  background: #fff;
  content: "";
  animation: video-progress 8s ease-in-out infinite alternate;
}

.next-project {
  padding: 120px 0 104px;
}

.next-project a {
  display: grid;
  gap: 12px;
}

.next-project h2 {
  margin: 0;
  color: var(--ink);
  font-size: 6rem;
  font-weight: 600;
  line-height: 0.95;
  text-transform: uppercase;
}

@keyframes project-title-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes video-progress {
  from {
    width: 18%;
  }

  to {
    width: 78%;
  }
}

@keyframes serveo-orange-sheen {
  from {
    transform: translate3d(-4%, 0, 0) rotate(-2deg);
  }

  to {
    transform: translate3d(4%, 1.5%, 0) rotate(2deg);
  }
}

@keyframes serveo-float-large {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -1.2%, 0);
  }
}

@keyframes serveo-float-small {
  0%,
  100% {
    transform: translate3d(-50%, -50%, 0);
  }

  50% {
    transform: translate3d(-50%, calc(-50% + 1.4%), 0);
  }
}

@keyframes serveo-shape-drift-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(2%, -1.5%, 0);
  }
}

@keyframes serveo-shape-drift-right {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-1.6%, 1.2%, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .project-title-track {
    animation: none !important;
  }

  .video-playhead::before {
    animation: none !important;
  }

  .serveo-brand-hero::before,
  .serveo-hero-orbit-card,
  .serveo-hero-date-card,
  .serveo-hero-pie,
  .serveo-hero-shape-left,
  .serveo-hero-shape-right {
    animation: none !important;
  }
}

@media (min-width: 810px) and (max-width: 1199.98px) {
  .project-title-set span {
    font-size: 10.25rem;
  }

}

@media (max-width: 809.98px) {
  .project-hero {
    padding-top: 88px;
  }

  .project-title-set span {
    font-size: 5.8rem;
  }

  .split-row {
    grid-template-columns: 1fr;
  }

  .project-split {
    gap: 48px;
    padding: 84px 0;
  }

  .split-row {
    gap: 28px;
    min-height: auto;
  }

  .split-copy-inner {
    max-width: none;
    padding-right: 0;
    transform: none !important;
  }

  .split-copy-block h2 {
    font-size: 1.55rem;
  }

  .next-project h2 {
    font-size: 3.75rem;
  }
}
