html {
  scroll-behavior: auto;
}

body[data-page="artboard"] {
  --font-artboard-display: var(--font-primary);
  background: #000;
  color: #fff;
  font-family: var(--font-artboard-display);
}

body[data-page="artboard"] main {
  font: 200 34px/40px var(--font-body);
}

body[data-page="artboard"] .artboard-page h1 {
  font: 100 clamp(76px, 10vw, 168px)/.95 var(--font-heading);
  letter-spacing: -.045em;
}

body[data-page="artboard"] .artboard-page h2 {
  font: 100 clamp(64px, 8vw, 138px)/.86 var(--font-heading);
  letter-spacing: -.055em;
}

body[data-page="artboard"] .artboard-page h3 {
  font: 300 clamp(22px, 2.6vw, 42px)/1.08 var(--font-heading);
  letter-spacing: .06em;
  text-transform: uppercase;
}

body[data-page="artboard"] .artboard-page p {
  font: inherit;
}

body[data-page="artboard"] .artboard-page .work-tags {
  font: 400 clamp(16px, 1.25vw, 24px)/1.15 var(--font-heading);
  letter-spacing: .18em;
  text-transform: uppercase;
}

.artboard-page {
  max-width: none;
  min-height: 100vh;
  padding: 0;
  background: #000;
}

.artboard-hero-reveal {
  position: relative;
  min-height: 165svh;
  background: #000;
}

.artboard-opening {
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 60svh;
  min-height: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
  padding: 24px;
  background: rgba(0, 0, 0, .8);
  will-change: transform;
}

body.is-loading .artboard-opening {
  height: 100svh;
}

.artboard-opening h1,
.artboard-opening .work-tags {
  opacity: 0;
  overflow: hidden;
}

body.intro-copy-in .artboard-opening h1,
body.intro-copy-in .artboard-opening .work-tags {
  opacity: 1;
  transform: translateY(0);
}

body.intro-panel-set .artboard-opening {
  height: 60svh;
  transition: height .9s cubic-bezier(.16, 1, .3, 1);
}

.artboard-opening h1 {
  margin: 0;
  color: #fff;
}

.artboard-opening .work-tags {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .68);
}

.split-piece {
  display: inline-block;
  opacity: 0;
  will-change: transform, opacity;
}

.artboard-title-glint .split-piece {
  opacity: 1;
  animation: artboard-title-glint 8.5s ease-in-out infinite;
  animation-delay: calc(var(--glint-index, 0) * 38ms);
  will-change: transform, opacity, color, text-shadow;
}

@keyframes artboard-title-glint {
  0%, 100% {
    color: currentColor;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }

  5% {
    color: color-mix(in srgb, currentColor 42%, #fff 58%);
    text-shadow:
      0 0 10px rgba(255, 255, 255, .52),
      0 0 22px rgba(255, 255, 255, .2),
      0 0 1px rgba(0, 0, 0, .16);
  }

  14% {
    color: currentColor;
    text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .artboard-title-glint .split-piece {
    animation: none;
  }
}

.split-word {
  display: inline-block;
  white-space: nowrap;
}

.artboard-video-section {
  position: sticky;
  top: 0;
  z-index: 1;
  height: 100svh;
  min-height: 100vh;
  width: 100vw;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #000;
}

.artboard-video-section .artboard-reel {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-width: 0;
  min-height: 100%;
  max-height: none;
  background: #000;
  object-fit: cover;
  object-position: center;
}

.artboard-video-title {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  pointer-events: none;
}

.work-overlap {
  position: relative;
  background: #000;
}

.artboard-philosophy {
  position: sticky;
  top: 0;
  z-index: 1;
  scroll-snap-align: start;
  width: 100vw;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(56px, 8vw) minmax(0, 1fr) minmax(280px, 26vw);
  gap: clamp(28px, 5vw, 88px);
  align-items: center;
  padding: clamp(48px, 7vw, 96px) clamp(40px, 7vw, 104px);
  background: linear-gradient(135deg, #000 0%, #151515 100%);
  color: #fff;
}

.philosophy-label {
  margin: 0;
  position: sticky;
  top: clamp(48px, 7vw, 96px);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  justify-self: start;
  align-self: start;
  color: rgba(255, 255, 255, .78);
}

.philosophy-copy {
  align-self: start;
  padding-top: clamp(6px, 1.5vw, 24px);
}

.philosophy-copy h2 {
  margin: 0 0 clamp(26px, 4vw, 54px);
  color: #fff;
}

.home-about-teaser {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(280px, .95fr) minmax(320px, 1.05fr);
  gap: clamp(28px, 5vw, 88px);
  align-items: end;
  min-height: 78svh;
  padding: clamp(72px, 9vw, 132px) clamp(40px, 7vw, 104px);
  background:
    linear-gradient(rgba(24, 24, 24, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 24, 24, .045) 1px, transparent 1px),
    linear-gradient(135deg, #e7e7e2 0%, #cfcfca 100%);
  background-size: 25vw 25vw, 25vw 25vw, auto;
  color: #181818;
}

.home-about-teaser > p {
  align-self: start;
  margin: 0;
  font: 700 13px/1.2 var(--font-body);
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(24, 24, 24, .52);
}

.home-about-teaser h2 {
  grid-column: 1 / -1;
  margin: 0;
  max-width: 1240px;
  font: 200 clamp(56px, 8vw, 132px)/.94 var(--font-heading);
  letter-spacing: 0;
}

.home-about-teaser div {
  grid-column: 2;
  display: grid;
  gap: 24px;
}

.home-about-teaser div p {
  margin: 0;
  font: 300 clamp(22px, 2vw, 34px)/1.25 var(--font-body);
  color: rgba(24, 24, 24, .68);
}

.home-about-teaser a,
.home-services-link {
  justify-self: start;
  color: #181818;
  font: 700 13px/1 var(--font-body);
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 6px;
}

.home-services-link {
  margin: clamp(22px, 4vw, 56px) 0 0 clamp(40px, 7vw, 104px);
  color: #fff;
}

@media (max-width: 900px) {
  .home-about-teaser {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-inline: 24px;
  }

  .home-about-teaser div {
    grid-column: 1;
  }

  .home-services-link {
    margin-left: 24px;
  }
}

.philosophy-copy p {
  max-width: var(--measure-copy-wide);
  margin: 0;
  color: rgba(255, 255, 255, .84);
}

.philosophy-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  align-self: start;
}

.featured-works-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: clamp(32px, 4vw, 60px) clamp(40px, 7vw, 104px);
  background: linear-gradient(135deg, #111 0%, #202020 100%);
  color: #fff;
}

.featured-works-panel h2,
.featured-works-panel h4 {
  margin: 0;
}

.featured-works-panel h2 {
  color: #fff;
}

.featured-works-panel h4 {
  color: rgba(255, 255, 255, .66);
  text-align: right;
}

.client-scroll {
  position: relative;
  z-index: 2;
  height: 600svh;
  background: #000;
}

.client-scroll-pin {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
  background: #000;
}

.client-scroll-track {
  display: flex;
  height: 100%;
  will-change: transform;
}

.client-slide {
  position: relative;
  flex: 0 0 100vw;
  min-height: 100%;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #000;
}

.client-slide-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client-slide-copy {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .72), 0 1px 4px rgba(0, 0, 0, .72);
}

.client-slide-copy h2 {
  margin: 0;
  color: #fff;
}

.client-slide-copy .work-tags {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .82);
}

.client-slide-discover {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 3;
  width: clamp(112px, 12vw, 220px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(22px, 3vw, 54px);
  background: rgba(236, 226, 216, .34);
  backdrop-filter: blur(22px) saturate(1.08);
  -webkit-backdrop-filter: blur(22px) saturate(1.08);
  color: #fff;
  text-decoration: none;
  transition: background-color .35s cubic-bezier(.2, .8, .2, 1);
  will-change: transform;
}

.client-slide-discover:hover,
.client-slide-discover:focus-visible {
  background: rgba(28, 28, 28, .46);
  backdrop-filter: blur(30px) saturate(1.02);
  -webkit-backdrop-filter: blur(30px) saturate(1.02);
}

.artboard-what-we-do {
  position: relative;
  min-height: auto;
  display: block;
  padding: 0;
  background: #000;
  color: #fff;
  overflow: visible;
}

.what-we-do-label {
  margin: 0;
  position: sticky;
  top: clamp(48px, 7vw, 96px);
  width: max-content;
  height: max-content;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  z-index: 20;
  margin-left: clamp(40px, 7vw, 104px);
  color: rgba(255, 255, 255, .78);
}

.what-we-do-rows {
  display: grid;
  gap: 0;
  margin-top: -128px;
  padding-bottom: 0;
}

.service-row {
  position: sticky;
  top: 0;
  min-height: 100svh;
  display: grid;
  width: 100vw;
  grid-template-columns: minmax(56px, 8vw) minmax(0, 1fr) minmax(330px, 34vw);
  gap: clamp(32px, 6vw, 96px);
  align-items: center;
  padding: 0 clamp(40px, 7vw, 104px);
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: linear-gradient(135deg, #000 0%, #151515 100%);
  isolation: isolate;
}

.service-row::after {
  content: attr(data-service-index);
  position: absolute;
  right: clamp(34px, 7vw, 112px);
  bottom: clamp(26px, 5vw, 82px);
  z-index: -1;
  color: rgba(255, 255, 255, .045);
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition: opacity .7s ease, transform .8s cubic-bezier(.16, 1, .3, 1);
  pointer-events: none;
}

.service-row.is-service-active::after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.service-row:first-child {
  align-items: start;
  padding-top: clamp(82px, 10vw, 148px);
}

.service-row:nth-child(even) {
  background: linear-gradient(135deg, #e7e7e2 0%, #cfcfca 100%);
  color: #111;
}

.service-row:nth-child(even) .service-row-copy h2 {
  color: #111;
}

.service-row:nth-child(even) .service-row-copy h4 {
  color: rgba(0, 0, 0, .62);
}

.service-row:nth-child(even) .service-row-copy p {
  color: rgba(0, 0, 0, .72);
}

.service-row:nth-child(even) .service-row-image {
  background: #d8d8d2;
}

.service-row-copy {
  grid-column: 2;
  max-width: var(--measure-copy);
}

.service-row-copy h2 {
  margin: 0 0 clamp(24px, 3vw, 42px);
  color: #fff;
}

.service-row-copy h4 {
  margin: 0 0 clamp(28px, 4vw, 56px);
  color: rgba(255, 255, 255, .72);
}

.service-row-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .84);
}

.service-row-link {
  display: inline-flex;
  width: fit-content;
  margin-top: clamp(18px, 2vw, 30px);
  color: rgba(255, 255, 255, .92);
  text-decoration: none;
  font: 500 clamp(13px, .95vw, 16px)/1 var(--font-heading);
  letter-spacing: .16em;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

.service-row-image {
  --service-drift-x: 0px;
  --service-drift-y: 0px;
  --service-scroll-y: -9%;
  --service-image-scale: 1.08;
  grid-column: 3;
  width: 100%;
  height: clamp(520px, 72svh, 760px);
  overflow: hidden;
  background: #080808;
  transform-origin: 50% 50%;
  opacity: .28;
  border-radius: 12px;
  clip-path: var(--service-enter-clip, inset(6% 4% round 12px));
  transform: translate3d(var(--service-enter-x, 0), var(--service-enter-y, 48px), 0) rotate(var(--service-enter-rotate, 0deg)) scale(var(--service-enter-scale, .96));
  transition:
    opacity .58s ease,
    clip-path .9s cubic-bezier(.16, 1, .3, 1),
    border-radius .9s cubic-bezier(.16, 1, .3, 1),
    transform .9s cubic-bezier(.16, 1, .3, 1),
    box-shadow .72s ease;
  will-change: transform, clip-path, border-radius, opacity;
}

.service-row-image::before,
.service-row-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.service-row-image::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .96) 0%, rgba(0, 0, 0, .74) 46%, rgba(255, 255, 255, .16) 50%, rgba(0, 0, 0, .8) 54%, rgba(0, 0, 0, .98) 100%);
  transform: translate3d(0, 0, 0);
  transition: transform 1s cubic-bezier(.16, 1, .3, 1);
}

.service-row-image::after {
  content: attr(data-service-title);
  inset: auto clamp(18px, 2.5vw, 34px) clamp(18px, 2.2vw, 30px) clamp(18px, 2.5vw, 34px);
  color: rgba(255, 255, 255, .82);
  text-shadow: 0 16px 42px rgba(0, 0, 0, .62);
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(0, 22px, 0);
  transition: opacity .55s ease .24s, filter .58s ease .24s, transform .62s cubic-bezier(.16, 1, .3, 1) .24s;
}

.service-row-image.is-revealed {
  opacity: 1;
  border-radius: 2px;
  clip-path: inset(0 0 0 0 round 2px);
  transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  box-shadow: 0 34px 110px rgba(0, 0, 0, .42);
}

.service-row-image.is-revealed::before {
  transform: translate3d(112%, 0, 0);
}

.service-row-image.is-revealed::after {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.service-row-image:hover {
  border-radius: 6px;
  transform: translate3d(0, -4px, 0) rotate(0deg) scale(1.006);
  transition-duration: .5s;
}

.service-row-image img {
  width: 100%;
  height: 124%;
  object-fit: cover;
  object-position: center;
  opacity: .86;
  transform: translate3d(var(--service-drift-x), calc(var(--service-scroll-y) + var(--service-drift-y)), 0) scale(var(--service-image-scale));
  transition: opacity .62s ease, transform .28s ease-out;
  will-change: transform;
}

.service-row-image.is-revealed img {
  opacity: 1;
}

.artboard-brand-list {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  padding: clamp(74px, 8vw, 136px) clamp(18px, 2.8vw, 52px) clamp(84px, 9vw, 150px);
  background: #f4f4f0;
  color: #050505;
  border-top: 1px solid rgba(0, 0, 0, .14);
  border-bottom: 1px solid rgba(0, 0, 0, .14);
}

.brand-list-inner {
  display: grid;
  gap: clamp(28px, 4vw, 56px);
}

.brand-list-copy {
  grid-column: auto;
}

.brand-list-copy h2 {
  color: #050505;
}

.brand-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(160px, 1fr));
  gap: 0;
  align-items: center;
  border-block: 1px solid rgba(0, 0, 0, .16);
}

.brand-logo-grid img {
  width: 100%;
  height: clamp(112px, 11vw, 178px);
  object-fit: contain;
  padding: clamp(12px, 1.8vw, 24px) clamp(22px, 3vw, 44px);
  filter: invert(1);
  opacity: .82;
  transition: opacity .28s ease, transform .36s cubic-bezier(.16, 1, .3, 1);
  will-change: opacity, transform;
}

.brand-logo-grid img:not(:nth-child(5n + 1)) {
  border-left: 1px solid rgba(0, 0, 0, .12);
}

.brand-logo-grid img:nth-child(n + 6) {
  border-top: 1px solid rgba(0, 0, 0, .12);
}

.brand-logo-grid img:hover {
  opacity: 1;
  transform: scale(1.035);
}

.brand-client-list {
  max-width: none;
  margin: 0;
  color: #050505;
}

.brand-client-list .brand-word {
  display: inline-block;
  will-change: opacity, transform, filter;
}

.brand-client-list a {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 4px;
  transition: color .24s ease, background-size .34s cubic-bezier(.16, 1, .3, 1);
}

.brand-client-list a:hover,
.brand-client-list a:focus-visible {
  color: #12aeea;
  background-size: 100% 4px;
  outline: none;
}

.artboard-services {
  position: relative;
  display: block;
  padding: 0;
  background: #000;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.services-label {
  margin: 0;
  position: sticky;
  top: clamp(48px, 7vw, 96px);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin-left: clamp(40px, 7vw, 104px);
  width: max-content;
  height: max-content;
  z-index: 4;
  color: rgba(255, 255, 255, .66);
}

.services-index {
  display: grid;
  gap: 0;
  margin-top: calc(clamp(48px, 7vw, 96px) * -1);
}

.services-panel {
  min-height: clamp(430px, 58svh, 680px);
  display: grid;
  grid-template-columns: minmax(56px, 8vw) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: center;
  padding: clamp(56px, 7vw, 104px) clamp(40px, 7vw, 104px);
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
  overflow: hidden;
  transition: background-color .62s cubic-bezier(.16, 1, .3, 1), color .32s ease;
}

.services-panel:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.services-panel:nth-child(even) {
  margin-inline: 0;
  background: linear-gradient(135deg, #e7e7e2 0%, #cfcfca 100%);
  color: #111;
  border-color: rgba(0, 0, 0, .16);
}

.services-copy {
  grid-column: 2;
  min-width: 0;
  align-self: center;
}

.services-copy h2 {
  margin: 0;
  max-width: min(100%, 1120px);
  overflow: visible;
  color: currentColor;
}

.services-terms {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 1.2vw, 18px);
  max-width: 980px;
  max-height: 260px;
  margin-top: clamp(24px, 4vw, 62px);
  opacity: .84;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
  pointer-events: auto;
  transition: opacity .5s ease, transform .6s cubic-bezier(.16, 1, .3, 1), filter .6s ease;
}

.services-panel:hover .services-terms {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
  pointer-events: auto;
}

.services-terms span {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 0;
  color: currentColor;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity .42s ease, transform .58s cubic-bezier(.16, 1, .3, 1);
  transition-delay: calc(var(--term-index, 0) * 42ms);
}

.services-terms span::after {
  content: "/";
  margin-left: clamp(10px, 1.2vw, 18px);
  opacity: .24;
}

.services-terms span:last-child::after {
  content: "";
  margin: 0;
}

.services-panel:hover .services-terms span {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 720px) {
  .artboard-hero-reveal {
    min-height: 165vh;
  }

  .artboard-opening {
    height: 60vh;
    min-height: 0;
    padding-inline: 18px;
  }

  body.is-loading .artboard-opening {
    height: 100vh;
  }

  .artboard-video-section .artboard-reel {
    height: 100%;
    max-height: 100vh;
  }

  .artboard-philosophy {
    min-height: 100vh;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 44px 22px;
  }

  .philosophy-label {
    position: static;
    writing-mode: horizontal-tb;
  }

  .philosophy-image {
    max-width: 360px;
  }

  .featured-works-panel {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px 22px;
  }

  .client-scroll {
    height: 600vh;
  }

  .client-scroll-pin {
    height: 100vh;
  }

  .client-slide {
    min-height: 100%;
  }

  .client-slide-discover {
    width: 26vw;
    padding: 22px;
  }

  .artboard-what-we-do {
    min-height: auto;
    padding: 0;
  }

  .what-we-do-label {
    position: sticky;
    top: 22px;
    writing-mode: horizontal-tb;
    z-index: 2;
    margin-left: 22px;
  }

  .what-we-do-rows {
    margin-top: 0;
  }

  .service-row {
    position: sticky;
    top: 0;
    min-height: 100vh;
    grid-template-columns: 1fr;
    padding: 80px 22px 60px;
  }

  .service-row-image {
    grid-column: auto;
    width: 100%;
    height: clamp(460px, 72vh, 620px);
    max-width: 360px;
  }

  .service-row-image img {
    height: 126%;
  }

  .artboard-brand-list {
    min-height: auto;
    padding: 72px 18px 84px;
  }

  .brand-list-inner {
    gap: 36px;
  }

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

  .brand-logo-grid img {
    height: 108px;
    padding: 14px 22px;
    border-left: 0;
    border-top: 0;
  }

  .brand-logo-grid img:nth-child(even) {
    border-left: 1px solid rgba(0, 0, 0, .12);
  }

  .brand-logo-grid img:nth-child(n + 3) {
    border-top: 1px solid rgba(0, 0, 0, .12);
  }

  .artboard-services {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0;
  }

  .services-label {
    position: static;
    writing-mode: horizontal-tb;
    margin: 46px 22px 0;
  }

  .services-index {
    grid-column: 1;
    grid-row: auto;
  }

  .services-panel,
  .services-panel:nth-child(even) {
    margin-inline: 0;
    grid-template-columns: 1fr;
    gap: 18px;
    padding-inline: 22px;
  }

  .services-copy {
    grid-column: auto;
  }

  .services-panel {
    min-height: auto;
    padding-block: 76px;
  }

}

/* ============================================================
   Homepage restructure: proof band, work grid, closing invite
   ============================================================ */

/* --- Proof band: the facts, immediately after the hero --- */
.artboard-proof {
  position: relative;
  z-index: 2;
  padding: clamp(56px, 6vw, 104px) clamp(24px, 7vw, 104px) clamp(46px, 5vw, 84px);
  background: #f4f4f0;
  color: #050505;
  border-block: 1px solid rgba(0, 0, 0, .14);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.proof-grid article {
  padding: clamp(6px, 1.4vw, 22px) clamp(18px, 2.4vw, 40px);
  border-left: 1px solid rgba(0, 0, 0, .14);
}

.proof-grid article:first-child {
  border-left: 0;
  padding-left: 0;
}

.proof-figure {
  margin: 0 0 clamp(10px, 1.2vw, 18px);
  font: 200 clamp(40px, 5vw, 84px)/.92 var(--font-heading);
  letter-spacing: -.045em;
  color: #050505;
}

.proof-label {
  margin: 0;
  max-width: 26ch;
  font: 500 clamp(13px, 1vw, 16px)/1.4 var(--font-body);
  letter-spacing: .01em;
  color: rgba(5, 5, 5, .62);
}

.proof-note {
  margin: clamp(30px, 3.4vw, 54px) 0 0;
  max-width: 88ch;
  font: 400 clamp(11px, .82vw, 13px)/1.5 var(--font-body);
  letter-spacing: .04em;
  color: rgba(5, 5, 5, .46);
}

/* --- Point of view: absorbs the old about teaser --- */
.philosophy-meta {
  max-width: var(--measure-copy-wide);
  margin: clamp(20px, 2.4vw, 36px) 0 0 !important;
  font: 400 clamp(15px, 1.15vw, 19px)/1.5 var(--font-body) !important;
  letter-spacing: .01em;
  color: rgba(255, 255, 255, .58) !important;
}

.philosophy-link {
  display: inline-block;
  margin-top: clamp(22px, 2.6vw, 38px);
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
  color: #fff;
  font: 700 13px/1 var(--font-body);
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
}

.philosophy-link:hover,
.philosophy-link:focus-visible {
  color: #12aeea;
  outline: none;
}

/* --- Carousel: sized to its actual travel (6 slides), no dead scroll --- */
.client-scroll {
  height: 660svh;
}

/* --- More work grid --- */
.artboard-more-work {
  position: relative;
  z-index: 2;
  padding: clamp(64px, 7vw, 118px) clamp(24px, 7vw, 104px) clamp(72px, 8vw, 132px);
  background: #000;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.more-work-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: clamp(30px, 3.4vw, 52px);
}

.more-work-label {
  margin: 0;
  color: rgba(255, 255, 255, .78);
}

.more-work-link {
  color: #fff;
  font: 700 13px/1 var(--font-body);
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 6px;
}

.more-work-link:hover,
.more-work-link:focus-visible {
  color: #12aeea;
  outline: none;
}

.work-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 1.8vw, 30px);
}

.work-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  color: #fff;
  text-decoration: none;
}

.work-card-media {
  display: block;
  overflow: hidden;
  border-radius: 2px;
  background: #101010;
  aspect-ratio: 4 / 3;
}

.work-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .84;
  transform: scale(1.02);
  transition: opacity .4s ease, transform .7s cubic-bezier(.16, 1, .3, 1);
}

.work-card:hover .work-card-media img,
.work-card:focus-visible .work-card-media img {
  opacity: 1;
  transform: scale(1.06);
}

.work-card-body {
  display: block;
}

.work-card-name {
  display: block;
  margin-bottom: 8px;
  font: 400 clamp(15px, 1.15vw, 19px)/1.2 var(--font-heading);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.work-card:hover .work-card-name,
.work-card:focus-visible .work-card-name {
  color: #12aeea;
}

.work-card-desc {
  display: block;
  font: 400 clamp(13px, .98vw, 16px)/1.5 var(--font-body);
  letter-spacing: .01em;
  color: rgba(255, 255, 255, .62);
}

.work-card:focus-visible {
  outline: 2px solid #12aeea;
  outline-offset: 6px;
}

/* --- Client list: scannable columns instead of one running wall --- */
.brand-client-list {
  columns: 4;
  column-gap: clamp(24px, 3vw, 52px);
  font: 400 clamp(14px, 1.05vw, 17px)/1.75 var(--font-body) !important;
  letter-spacing: .01em;
}

/* --- Closing invitation --- */
.artboard-closing {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(56px, 8vw) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 88px);
  align-items: start;
  padding: clamp(78px, 9vw, 148px) clamp(24px, 7vw, 104px) clamp(86px, 10vw, 160px);
  background: linear-gradient(135deg, #000 0%, #151515 100%);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.closing-label {
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  justify-self: start;
  color: rgba(255, 255, 255, .78);
}

.closing-copy {
  grid-column: 2;
  max-width: 1240px;
}

.closing-copy h2 {
  margin: 0 0 clamp(24px, 2.6vw, 40px);
  color: #fff;
}

.closing-copy p {
  max-width: var(--measure-copy-wide);
  margin: 0;
  font: 300 clamp(18px, 1.6vw, 28px)/1.35 var(--font-body);
  color: rgba(255, 255, 255, .7);
}

.closing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin-top: clamp(32px, 3.6vw, 56px);
}

.closing-actions a {
  color: #fff;
  font: 700 13px/1 var(--font-body);
  letter-spacing: .14em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 6px;
}

.closing-actions a:hover,
.closing-actions a:focus-visible {
  color: #12aeea;
  outline: none;
}

@media (max-width: 1100px) {
  .proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: clamp(26px, 3vw, 40px); }
  .proof-grid article:nth-child(odd) { border-left: 0; padding-left: 0; }
  .work-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-client-list { columns: 2; }
}

@media (max-width: 720px) {
  .artboard-proof { padding-inline: 22px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid article { border-left: 0; padding-left: 0; }
  .client-scroll { height: 660vh; }
  .artboard-more-work { padding-inline: 22px; }
  .work-card-grid { grid-template-columns: 1fr; }
  .brand-client-list { columns: 1; }
  .artboard-closing {
    grid-template-columns: 1fr;
    padding-inline: 22px;
  }
  .closing-label {
    writing-mode: horizontal-tb;
  }
  .closing-copy { grid-column: 1; }
}
