:root {
  --orbit-ink: #171312;
  --orbit-paper: #eee9e1;
  --orbit-paper-deep: #ddd4c7;
  --orbit-wine: #3c171d;
  --orbit-wine-deep: #190b0e;
  --orbit-sage: #bac3b2;
  --orbit-orange: #ff6842;
  --orbit-line: rgba(23, 19, 18, 0.22);
}

html {
  background: var(--orbit-paper);
}

body.orbit-case {
  background: var(--orbit-paper);
  color: var(--orbit-ink);
}

.orbit-case h1,
.orbit-case h2,
.orbit-case h3 {
  font-family: var(--display);
}

.orbit-case .case-section {
  padding-block: clamp(110px, 11vw, 190px);
}

.orbit-case .media-pair {
  min-width: 0;
  margin: 0;
}

.orbit-case .media-pair img {
  display: block;
  width: 100%;
  height: auto;
}

.orbit-case .media-pair figcaption {
  margin-top: 12px;
  color: rgba(23, 19, 18, 0.58);
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 0.035em;
}

.orbit-case .section-heading {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
  margin-bottom: clamp(70px, 8vw, 132px);
}

.orbit-case .section-heading > .eyebrow {
  grid-column: 1 / span 2;
  padding-top: 9px;
}

.orbit-case .section-heading > h2 {
  grid-column: 3 / span 8;
  max-width: 1260px;
  margin: 0;
  font-size: clamp(72px, 7.25vw, 142px);
  line-height: 0.87;
  letter-spacing: -0.06em;
}

.orbit-case .section-heading > .section-heading__lead {
  grid-column: 8 / -1;
  max-width: 650px;
  margin-top: 42px;
  font-size: clamp(18px, 1.22vw, 23px);
  line-height: 1.42;
}

.orbit-case .section-heading__lead p:last-child {
  margin-bottom: 0;
}

/* Hero */

.orbit-hero {
  position: relative;
  min-height: calc(100svh - var(--header-h));
  overflow: hidden;
  isolation: isolate;
  background: #15100f;
  color: #fff;
}

.orbit-hero__image,
.orbit-hero__veil {
  position: absolute;
  inset: 0;
}

.orbit-hero__image {
  z-index: -4;
  background: url("/ru-v1-case-orbit360-v1/assets/orbitmain-hero.webp") center 57% / cover no-repeat;
  transform: scale(1.015);
}

.orbit-hero__veil {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(18, 8, 10, 0.93) 0%, rgba(33, 13, 17, 0.76) 38%, rgba(24, 11, 13, 0.25) 71%, rgba(12, 7, 8, 0.5) 100%),
    linear-gradient(180deg, rgba(8, 6, 6, 0.28) 0%, rgba(8, 6, 6, 0.08) 50%, rgba(8, 6, 6, 0.78) 100%);
}

.orbit-hero__top {
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 38px;
}

.orbit-hero__meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}

.orbit-hero .case-kicker,
.orbit-hero .case-number,
.orbit-hero__status {
  margin: 0;
  font-size: 10px;
  line-height: 1.35;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.orbit-hero .case-kicker {
  max-width: 560px;
}

.orbit-hero__body {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: calc(100svh - var(--header-h) - 72px);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  align-content: end;
  padding-bottom: clamp(52px, 6vw, 96px);
}

.orbit-hero h1 {
  max-width: 100%;
  margin: clamp(22px, 2.3vw, 45px) 0 0;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(108px, 15.8vw, 272px);
  font-weight: 400;
  line-height: .82;
  letter-spacing: -0.065em;
  white-space: nowrap;
}

.orbit-hero h1 span {
  display: inline-block;
  margin: 0;
  font: inherit;
  letter-spacing: inherit;
}

.orbit-hero__copy {
  grid-column: 1 / span 6;
  max-width: 820px;
}

.orbit-hero__copy h2 {
  margin: 0 0 30px;
  font-size: clamp(52px, 4.8vw, 92px);
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.orbit-hero__copy p {
  max-width: 710px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(16px, 1.05vw, 20px);
}

.orbit-hero__status {
  grid-column: 10 / -1;
  align-self: end;
  padding-bottom: 4px;
  color: rgba(255, 255, 255, 0.66);
  text-align: right;
}

.orbit-field {
  --orbit-shift-x: 0px;
  --orbit-shift-y: 0px;
  position: absolute;
  z-index: -1;
  top: 10%;
  right: -2.5%;
  width: min(62vw, 1040px);
  aspect-ratio: 169.08 / 132.4;
  transform: translate3d(var(--orbit-shift-x), var(--orbit-shift-y), 0);
  transition: transform 650ms cubic-bezier(0.2, 0.75, 0.2, 1);
  pointer-events: none;
  isolation: isolate;
}

.orbit-field::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 1% -1% -1% 1%;
  background: url("/ru-v1-case-orbit360-v1/assets/orbit360-symbol.svg") center / contain no-repeat;
  filter: brightness(0) invert(1) blur(0.5px);
  opacity: 0.13;
  transform: rotate(-4deg) scale(1.035);
  transform-origin: 50% 50%;
  animation: orbitSymbolEcho 12s ease-in-out infinite alternate;
}

.orbit-field__symbol {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.58;
  transform-origin: 50% 50%;
  animation: orbitSymbolBreathe 10s ease-in-out infinite alternate;
}

.orbit-field__planet {
  position: absolute;
  top: var(--planet-y);
  left: var(--planet-x);
  display: block;
  width: var(--planet-size);
  height: var(--planet-size);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 24px rgba(255, 255, 255, 0.82);
  transform: translate(-50%, -50%);
  animation: orbitPlanet 4.8s ease-in-out infinite alternate;
}

.orbit-field__planet--one { --planet-x: 7%; --planet-y: 56%; --planet-size: 14px; }
.orbit-field__planet--two { --planet-x: 48%; --planet-y: 8%; --planet-size: 9px; animation-delay: -1.2s; }
.orbit-field__planet--three { --planet-x: 93%; --planet-y: 29%; --planet-size: 11px; animation-delay: -2.7s; }
.orbit-field__planet--four { --planet-x: 71%; --planet-y: 88%; --planet-size: 7px; animation-delay: -3.5s; }
.orbit-field__planet--five { --planet-x: 24%; --planet-y: 63%; --planet-size: 6px; animation-delay: -0.7s; }

@keyframes orbitPlanet {
  to { opacity: 0.38; transform: translate(-50%, -50%) scale(1.65); }
}

@keyframes orbitSymbolBreathe {
  to { opacity: 0.42; transform: rotate(1.35deg) scale(0.992); }
}

@keyframes orbitSymbolEcho {
  to { opacity: 0.07; transform: rotate(1deg) scale(1.055); }
}

/* Index */

.orbit-case .case-index {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  background: var(--orbit-paper);
  border-bottom: 1px solid var(--orbit-line);
}

.orbit-case .case-index a {
  min-height: 92px;
  padding: 18px 22px;
  border-right: 1px solid var(--orbit-line);
  color: var(--orbit-ink);
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
}

.orbit-case .case-index a:last-child {
  border-right: 0;
}

.orbit-case .case-index span {
  display: block;
  margin-bottom: 18px;
  color: rgba(23, 19, 18, 0.46);
  font-size: 9px;
}

/* Context */

.context {
  background: var(--orbit-paper);
}

.transformation-path {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--orbit-line);
  border-bottom: 1px solid var(--orbit-line);
  list-style: none;
}

.transformation-path li {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  padding: 28px 32px 34px 0;
  border-right: 1px solid var(--orbit-line);
}

.transformation-path li + li {
  padding-left: 32px;
}

.transformation-path li:last-child {
  border-right: 0;
}

.transformation-path span {
  color: rgba(23, 19, 18, 0.42);
  font-size: 10px;
}

.transformation-path strong {
  margin-top: auto;
  font: 400 clamp(38px, 3.45vw, 67px)/0.88 var(--display);
  letter-spacing: -0.055em;
}

.transformation-path small {
  margin-top: 16px;
  color: rgba(23, 19, 18, 0.58);
  font-size: 12px;
}

/* Model */

.model {
  overflow: hidden;
  background: var(--orbit-wine-deep);
  color: #fff;
}

.model__grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 5vw;
  align-items: center;
}

.model__copy h2 {
  max-width: 760px;
  margin: 28px 0 40px;
  font-size: clamp(72px, 7vw, 138px);
  line-height: 0.86;
  letter-spacing: -0.06em;
}

.model__copy > p:not(.eyebrow) {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.68);
}

.model__copy blockquote {
  max-width: 680px;
  margin: 54px 0 0;
  padding: 26px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  font: 400 clamp(32px, 2.7vw, 52px)/1 var(--display);
}

.model-orbit {
  position: relative;
  min-height: min(64vw, 880px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.06) 0 2px, transparent 3px) 0 0 / 36px 36px,
    radial-gradient(circle at center, rgba(102, 48, 58, 0.45), transparent 62%);
}

.model-orbit::before,
.model-orbit::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%) rotate(-18deg);
}

.model-orbit::before {
  width: 76%;
  height: 48%;
}

.model-orbit::after {
  width: 52%;
  height: 78%;
  transform: translate(-50%, -50%) rotate(38deg);
}

.model-orbit__core {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: clamp(160px, 16vw, 260px);
  aspect-ratio: 1;
  place-content: center;
  border-radius: 50%;
  background: var(--orbit-orange);
  color: var(--orbit-wine-deep);
  text-align: center;
  transform: translate(-50%, -50%);
}

.model-orbit__core span {
  font: 400 clamp(45px, 4vw, 74px)/0.85 var(--display);
}

.model-orbit__core small {
  margin-top: 12px;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.model-orbit__node {
  position: absolute;
  z-index: 3;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(25, 11, 14, 0.72);
  font-size: 11px;
  line-height: 1.15;
  text-align: center;
  backdrop-filter: blur(8px);
}

.model-orbit__node--education { top: 14%; left: 19%; }
.model-orbit__node--studio { top: 24%; right: 11%; }
.model-orbit__node--public { right: 4%; bottom: 26%; max-width: 145px; }
.model-orbit__node--community { bottom: 9%; left: 37%; }
.model-orbit__node--partners { bottom: 26%; left: 3%; }

/* Platform and identity */

.platform {
  background: var(--orbit-paper-deep);
}

.platform__grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 7vw;
  align-items: center;
}

.platform__copy h2 {
  max-width: 720px;
  margin: 28px 0 44px;
  font-size: clamp(72px, 7vw, 136px);
  line-height: 0.86;
  letter-spacing: -0.06em;
}

.platform__copy > p:not(.eyebrow) {
  max-width: 650px;
  font-size: clamp(17px, 1.15vw, 22px);
}

.platform__logo-stage {
  display: grid;
  min-height: clamp(430px, 48vw, 780px);
  place-items: center;
  padding: clamp(50px, 8vw, 130px);
  overflow: hidden;
  background: transparent;
}

.platform__logo-stage img {
  width: min(100%, 690px);
  filter: brightness(0);
}

.identity {
  background: #f4f1ec;
}

.identity-gallery,
.architecture-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(48px, 7vw, 120px) 24px;
  align-items: start;
}

.identity-gallery__fabric {
  grid-column: 1 / span 8;
}

.identity-gallery__pin {
  grid-column: 9 / -1;
  margin-top: 16vw;
}

.identity-gallery__bag {
  grid-column: 2 / span 4;
  margin-top: -4vw;
}

.identity-gallery__banner {
  grid-column: 7 / -1;
  margin-top: 10vw;
}

.identity-gallery__fabric img,
.identity-gallery__pin img,
.identity-gallery__banner img {
  object-fit: contain;
}

/* Architecture */

.architecture {
  background: #d2c8bd;
}

.architecture-gallery__sketch { grid-column: 1 / span 6; }
.architecture-gallery__exterior { grid-column: 7 / -1; margin-top: 12vw; }
.architecture-gallery__atrium { grid-column: 1 / span 9; margin-top: 2vw; }
.architecture-gallery__hall { grid-column: 8 / -1; margin-top: -8vw; }
.architecture-gallery__education { grid-column: 1 / span 5; margin-top: 8vw; }
.architecture-gallery__evening { grid-column: 5 / -1; margin-top: 18vw; }
.architecture-gallery__open-main { grid-column: 1 / span 7; margin-top: 6vw; }
.architecture-gallery__open-chamber { grid-column: 8 / -1; margin-top: 15vw; }

/* The architecture editor keeps these two media/caption pairs together on desktop.
   The reserved figure space prevents the local upward offsets from changing the
   rhythm of the gallery; responsive rules below return both figures to normal flow. */
@media (min-width: 900px) {
  .architecture-gallery__education,
  .architecture-gallery__evening {
    position: relative;
    top: -24px;
    padding-bottom: 26.844px;
  }

  .architecture-gallery__education::before,
  .architecture-gallery__evening::before {
    content: "";
    display: block;
  }

  .architecture-gallery__education::before {
    aspect-ratio: 2253 / 1501;
  }

  .architecture-gallery__evening::before {
    aspect-ratio: 2400 / 1388;
  }

  .architecture-gallery__education > img,
  .architecture-gallery__evening > img {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
  }

  .architecture-gallery__education > img { top: -384.7px; }
  .architecture-gallery__evening > img { top: -379.3px; }

  .orbit-case .architecture-gallery__education > figcaption,
  .orbit-case .architecture-gallery__evening > figcaption {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 0;
  }

  .orbit-case .architecture-gallery__education > figcaption { top: 50.485px; }
  .orbit-case .architecture-gallery__evening > figcaption { top: 229.05px; }

  /* Keep the two open-stage media/caption groups in a local desktop system.
     The visual is allowed to move upward inside its figure while the figure
     keeps its original grid height, so the following gallery content does not
     jump. Tablet/mobile rules below return both pairs to normal flow. */
  .orbit-case .architecture-gallery__open-main,
  .orbit-case .architecture-gallery__open-chamber {
    position: relative;
  }

  .orbit-case .architecture-gallery__open-main {
    aspect-ratio: 895.328 / 695.344;
  }

  .orbit-case .architecture-gallery__open-chamber {
    aspect-ratio: 632.672 / 499.234;
  }

  .orbit-case .architecture-gallery__open-main > img,
  .orbit-case .architecture-gallery__open-chamber > img {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
  }

  .orbit-case .architecture-gallery__open-main > img { top: -50.521756%; }
  .orbit-case .architecture-gallery__open-chamber > img { top: -31.087626%; }

  .orbit-case .architecture-gallery__open-main > figcaption,
  .orbit-case .architecture-gallery__open-chamber > figcaption {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 0;
  }

  .orbit-case .architecture-gallery__open-main > figcaption { top: 50.004027%; }
  .orbit-case .architecture-gallery__open-chamber > figcaption { top: 69.644896%; }
}

.orbit-architecture-slider__viewport {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2274 / 1301;
}

.orbit-architecture-slider__image {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 900ms ease;
}

.orbit-architecture-slider__image.is-active {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .orbit-architecture-slider__image {
    transition: none;
  }
}

/* Digital */

.digital {
  background: var(--orbit-sage);
}

.digital__grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 7vw;
  align-items: center;
}

.digital__copy h2 {
  max-width: 760px;
  margin: 28px 0 44px;
  font-size: clamp(68px, 6.6vw, 128px);
  line-height: 0.86;
  letter-spacing: -0.06em;
}

.digital__copy > p:not(.eyebrow) {
  max-width: 620px;
  font-size: clamp(17px, 1.1vw, 21px);
}

.digital-concept {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(23, 19, 18, 0.34);
  background: #f0ede8;
}

.digital-concept__bar {
  display: flex;
  min-height: 50px;
  align-items: center;
  gap: 24px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(23, 19, 18, 0.25);
  font-size: 9px;
  letter-spacing: 0.1em;
}

.digital-concept__bar span {
  margin-right: auto;
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: -0.03em;
}

.digital-concept__bar i {
  font-style: normal;
}

.digital-concept__stage {
  position: relative;
  display: grid;
  min-height: clamp(430px, 38vw, 650px);
  place-content: center start;
  padding: 54px;
  overflow: hidden;
  background: var(--orbit-wine);
  color: #fff;
}

.digital-concept__stage > strong {
  position: relative;
  z-index: 2;
  font: 400 clamp(64px, 6.1vw, 120px)/0.72 var(--display);
  letter-spacing: -0.06em;
}

.digital-concept__disc {
  position: absolute;
  top: 50%;
  right: -6%;
  display: grid;
  width: 53%;
  aspect-ratio: 1;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  transform: translateY(-50%) rotate(-18deg) scaleY(0.63);
}

.digital-concept__disc::before,
.digital-concept__disc::after {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  content: "";
}

.digital-concept__disc::after {
  inset: 30%;
}

.digital-concept__disc span {
  font: italic 300 clamp(60px, 7vw, 120px)/1 var(--sans);
  transform: scaleY(1.58);
}

.digital-concept__routes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(23, 19, 18, 0.25);
}

.digital-concept__routes span {
  padding: 16px 10px;
  border-right: 1px solid rgba(23, 19, 18, 0.25);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-align: center;
}

.digital-concept__routes span:last-child { border-right: 0; }

.digital-site-demo {
  position: relative;
  min-width: 0;
  padding: 12px 12px 48px;
  overflow: hidden;
  border: 1px solid rgba(23, 19, 18, 0.34);
  background: #131012;
  box-shadow: 0 28px 70px rgba(23, 19, 18, 0.2);
}

.digital-site-demo__bar {
  display: flex;
  height: 34px;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 8px;
  letter-spacing: 0.11em;
}

.digital-site-demo__bar span {
  width: 7px;
  height: 7px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
}

.digital-site-demo__bar i {
  margin-left: auto;
  font-style: normal;
}

.digital-site-demo__screen {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 2px;
  background: var(--orbit-wine);
}

.digital-site-demo__screen iframe {
  width: 160%;
  height: 160%;
  border: 0;
  background: var(--orbit-wine);
  transform: scale(0.625);
  transform-origin: 0 0;
}

.digital-site-demo__open {
  position: absolute;
  right: 18px;
  bottom: 16px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.digital-site-demo__open:hover {
  color: #fff;
}

/* Rockland */

.rockland {
  background: #0b0a0b;
  color: #fff;
}

.rockland .section-heading__lead,
.rockland .media-pair figcaption {
  color: rgba(255, 255, 255, 0.58);
}

.rockland-gallery {
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
  gap: 24px;
  align-items: end;
}

.rockland-gallery__screen {
  align-self: start;
}

.rockland-gallery__poster {
  width: 78%;
  justify-self: end;
}

.rockland__evidence {
  display: inline-flex;
  margin-top: 54px;
}

/* Result */

.result {
  background: var(--orbit-orange);
}

.result__grid {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  gap: 7vw;
  align-items: start;
}

.result__copy h2 {
  max-width: 980px;
  margin: 28px 0 44px;
  font-size: clamp(76px, 7.3vw, 142px);
  line-height: 0.84;
  letter-spacing: -0.065em;
}

.result__copy > p:not(.eyebrow) {
  max-width: 760px;
}

.result__copy .result__lead {
  font-size: clamp(22px, 1.75vw, 34px);
  line-height: 1.2;
}

.timeline {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(23, 19, 18, 0.45);
  list-style: none;
}

.timeline li {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 20px;
  padding: 28px 0 34px;
  border-bottom: 1px solid rgba(23, 19, 18, 0.45);
}

.timeline span {
  grid-row: 1 / span 2;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.timeline strong {
  font: 400 clamp(34px, 3vw, 56px)/0.9 var(--display);
  letter-spacing: -0.045em;
}

.timeline p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
}

/* Credits and related */

.credits {
  background: #d8d0d8;
}

.credits__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(23, 19, 18, 0.35);
}

.credits article {
  min-height: 390px;
  padding: 28px 34px 60px;
  border-right: 1px solid rgba(23, 19, 18, 0.22);
}

.credits article:first-child { padding-left: 0; }
.credits article:last-child { border-right: 0; }

.credits article > span {
  color: rgba(23, 19, 18, 0.52);
  font-size: 10px;
}

.credits h3 {
  max-width: 340px;
  margin: 88px 0 24px;
  font-size: clamp(38px, 3.1vw, 60px);
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.credits article p {
  max-width: 380px;
  margin: 0;
  color: rgba(23, 19, 18, 0.67);
  font-size: 14px;
}

.related {
  background: var(--orbit-paper);
}

.related__grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 8vw;
  align-items: center;
}

.related__copy h2 {
  margin: 28px 0 38px;
  font-size: clamp(90px, 10vw, 188px);
  line-height: 0.76;
  letter-spacing: -0.065em;
}

.related__copy > p:not(.eyebrow) {
  max-width: 610px;
}

.related__visual {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}

.related__visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 300ms ease;
}

.related__visual span {
  position: absolute;
  right: 20px;
  bottom: 18px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(8, 8, 10, 0.72);
  font-size: 12px;
  backdrop-filter: blur(8px);
}

.related__visual:hover img { transform: scale(1.012); }

.case-contact {
  padding-top: clamp(110px, 11vw, 180px);
  background: var(--black);
  color: #fff;
}

.case-contact .contact__main > p {
  color: rgba(255, 255, 255, 0.67);
}

/* Reveal */

.js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.js [data-reveal].is-visible,
.is-static [data-reveal] {
  opacity: 1;
  transform: none;
}

@media (max-width: 1199px) {
  .orbit-case .section-heading > h2 {
    grid-column: 3 / -1;
  }

  .orbit-case .section-heading > .section-heading__lead {
    grid-column: 3 / span 8;
  }

  .orbit-case .case-index {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .orbit-case .case-index a:nth-child(-n + 3) {
    border-bottom: 1px solid var(--orbit-line);
  }

  .orbit-case .case-index a:nth-child(3) {
    border-right: 0;
  }

  .orbit-hero__copy {
    grid-column: 1 / span 7;
  }

  .orbit-hero__status {
    grid-column: 9 / -1;
  }

  .credits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .credits article:nth-child(2) {
    border-right: 0;
  }

  .credits article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(23, 19, 18, 0.22);
  }

  .credits article:nth-child(3) { padding-left: 0; }
}

@media (max-width: 899px) {
  .orbit-case .case-section {
    padding-block: 96px;
  }

  .orbit-case .section-heading {
    display: block;
    margin-bottom: 68px;
  }

  .orbit-case .section-heading > h2 {
    margin-top: 26px;
  }

  .orbit-case .section-heading > .section-heading__lead {
    margin-top: 36px;
  }

  .orbit-hero {
    min-height: 900px;
  }

  .orbit-hero__body {
    min-height: 800px;
  }

  .orbit-hero h1 {
    font-size: 18vw;
  }

  .orbit-hero__copy {
    grid-column: 1 / span 9;
  }

  .orbit-hero__status {
    grid-column: 9 / -1;
  }

  .orbit-field {
    top: 19%;
    right: -25%;
    width: 100vw;
  }

  .transformation-path {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .transformation-path li:nth-child(2) {
    border-right: 0;
  }

  .transformation-path li:nth-child(-n + 2) {
    border-bottom: 1px solid var(--orbit-line);
  }

  .model__grid,
  .platform__grid,
  .digital__grid,
  .result__grid,
  .related__grid {
    grid-template-columns: 1fr;
    gap: 74px;
  }

  .model-orbit {
    min-height: 720px;
  }

  .platform__logo-stage {
    min-height: 540px;
  }

  .identity-gallery,
  .architecture-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 72px 24px;
  }

  .identity-gallery > *,
  .architecture-gallery > * {
    grid-column: auto;
    margin-top: 0;
  }

  .architecture-gallery__education,
  .architecture-gallery__evening {
    position: static;
    top: auto;
    padding-bottom: 0;
  }

  .architecture-gallery__education::before,
  .architecture-gallery__evening::before {
    display: none;
  }

  .architecture-gallery__education > img,
  .architecture-gallery__evening > img {
    position: static;
    width: 100%;
    height: auto;
  }

  .architecture-gallery__education > figcaption,
  .architecture-gallery__evening > figcaption {
    position: static;
    margin-top: 12px;
  }

  .identity-gallery__fabric,
  .architecture-gallery__atrium,
  .architecture-gallery__evening {
    grid-column: 1 / -1;
  }

  .rockland-gallery {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  }

  .rockland-gallery__poster {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .orbit-case .case-section {
    padding-block: 76px;
  }

  .digital-site-demo__screen {
    aspect-ratio: 390 / 690;
  }

  .digital-site-demo__screen iframe {
    width: 100%;
    height: 100%;
    transform: none;
  }

  .orbit-case .section-heading > h2,
  .model__copy h2,
  .platform__copy h2,
  .digital__copy h2,
  .result__copy h2 {
    font-size: clamp(54px, 16vw, 78px);
    line-height: 0.88;
  }

  .orbit-case .case-index {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .orbit-case .case-index::-webkit-scrollbar { display: none; }

  .orbit-case .case-index a {
    min-width: 178px;
    min-height: 82px;
    border-right: 1px solid var(--orbit-line) !important;
    border-bottom: 0 !important;
    scroll-snap-align: start;
  }

  .orbit-hero {
    min-height: 820px;
  }

  .orbit-hero__image {
    background-position: 61% center;
  }

  .orbit-hero__veil {
    background:
      linear-gradient(180deg, rgba(18, 8, 10, 0.65) 0%, rgba(26, 10, 14, 0.42) 32%, rgba(15, 8, 10, 0.92) 100%),
      linear-gradient(90deg, rgba(18, 8, 10, 0.7), transparent);
  }

  .orbit-hero__top {
    display: block;
    padding-top: 24px;
  }

  .orbit-hero__meta {
    display: block;
  }

  .orbit-hero .case-number {
    margin-top: 10px;
  }

  .orbit-hero__body {
    display: block;
    min-height: 720px;
    padding-top: clamp(90px, 14vh, 150px);
    padding-bottom: 40px;
  }

  .orbit-hero h1 {
    margin-top: 38px;
    margin-bottom: 0;
    font-size: clamp(62px, 16vw, 170px);
    line-height: .82;
    white-space: nowrap;
  }

  .orbit-hero__copy h2 {
    font-size: clamp(49px, 14vw, 68px);
  }

  .orbit-hero__status {
    margin-top: 34px;
    text-align: left;
  }

  .orbit-field {
    top: 9%;
    right: -58%;
    width: 150vw;
  }

  .transformation-path {
    grid-template-columns: 1fr;
  }

  .transformation-path li,
  .transformation-path li + li {
    min-height: 210px;
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid var(--orbit-line);
  }

  .transformation-path li:last-child {
    border-bottom: 0;
  }

  .model-orbit {
    min-height: 560px;
  }

  .model-orbit__node {
    max-width: 120px;
    font-size: 9px;
  }

  .model-orbit__node--education { top: 12%; left: 10%; }
  .model-orbit__node--studio { top: 20%; right: 5%; }
  .model-orbit__node--public { right: 1%; bottom: 24%; }
  .model-orbit__node--community { bottom: 7%; left: 31%; }
  .model-orbit__node--partners { bottom: 25%; left: 1%; }

  .platform__logo-stage {
    min-height: 360px;
    padding: 48px 32px;
  }

  .identity-gallery,
  .architecture-gallery,
  .rockland-gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .identity-gallery > *,
  .architecture-gallery > * {
    grid-column: 1;
  }

  .identity-gallery__bag {
    width: 78%;
    justify-self: end;
  }

  .digital-concept {
    padding: 8px;
  }

  .digital-concept.digital-site-demo {
    padding: 8px 8px 44px;
  }

  .digital-concept__bar i {
    display: none;
  }

  .digital-concept__stage {
    min-height: 430px;
    padding: 28px;
  }

  .digital-concept__stage > strong {
    font-size: 18vw;
  }

  .digital-concept__routes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .digital-concept__routes span:nth-child(2) {
    border-right: 0;
  }

  .digital-concept__routes span:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(23, 19, 18, 0.25);
  }

  .rockland-gallery__poster {
    width: 78%;
    justify-self: end;
  }

  .timeline li {
    grid-template-columns: 1fr;
  }

  .timeline span {
    grid-row: auto;
  }

  .credits__grid {
    grid-template-columns: 1fr;
  }

  .credits article,
  .credits article:first-child,
  .credits article:nth-child(3) {
    min-height: 300px;
    padding: 24px 0 48px;
    border-right: 0;
    border-bottom: 1px solid rgba(23, 19, 18, 0.22);
  }

  .credits article:last-child {
    border-bottom: 0;
  }

  .credits h3 {
    margin-top: 58px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .orbit-field,
  .orbit-field::before,
  .orbit-field__symbol,
  .orbit-field__planet,
  .related__visual img,
  .js [data-reveal] {
    animation: none !important;
    transition: none !important;
  }
}

.is-static .orbit-field::before,
.is-static .orbit-field__symbol,
.is-static .orbit-field__planet {
  animation: none;
}
