body.client-page {
  --client-accent: #0b76bd;
}

.client-page .mw-hero__media::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .18) 48%, rgba(0, 0, 0, .58)),
    linear-gradient(0deg, rgba(0, 0, 0, .72), transparent 48%, rgba(0, 0, 0, .2));
}

.client-page .mw-hero__storm {
  filter: saturate(.92) contrast(1.06) brightness(.82);
}

.client-page .mw-hero__title {
  max-width: 11ch;
}

.rcpga-page .mw-hero__title {
  max-width: min(15ch, 86vw);
  font-size: clamp(66px, 10.8vw, 186px);
  line-height: .82;
}

.rcpga-page .mw-hero__title .headline-word {
  white-space: normal;
}

.rcpga-page .mw-hero__title .headline-word:last-child {
  padding-left: clamp(24px, 6vw, 112px);
}

.client-page .mw-hero__statement {
  width: min(var(--measure-copy-narrow), 36vw);
}

.playa-restaurant-page .mw-hero__title {
  max-width: min(100%, 10ch);
}

.playa-restaurant-page .mw-hero__title .headline-word:last-child {
  padding-left: clamp(18px, 5vw, 88px);
}

.playa-restaurant-page .mw-hero__statement {
  width: min(360px, 28vw);
}

.playa-restaurant-page .client-gallery--wide {
  grid-template-columns: 1fr;
}

.playa-restaurant-page .client-gallery--wide figure:first-child {
  grid-column: auto;
}

.playa-restaurant-page .client-gallery--wide img {
  aspect-ratio: 16 / 6;
  object-fit: cover;
  object-position: center;
}

.playa-launch-proof .client-copy-stack {
  max-width: min(var(--measure-copy), 920px);
}

.client-proof-card {
  width: min(calc(100vw - clamp(40px, 5vw, 92px)), 1120px);
  margin: clamp(34px, 5vw, 84px) 50% 0;
  padding: clamp(26px, 4vw, 64px);
  transform: translateX(-50%);
  color: #f7f1e7;
  background:
    linear-gradient(135deg, rgba(36, 20, 14, .94), rgba(110, 48, 30, .9)),
    var(--client-accent);
  border: 1px solid rgba(255, 255, 255, .14);
}

.client-proof-card p {
  margin: 0 0 14px;
  color: rgba(247, 241, 231, .72);
  font: 700 12px/1.2 var(--font-body);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.client-proof-card h3 {
  max-width: 760px;
  margin: 0 0 clamp(22px, 3vw, 40px);
  font: 300 clamp(38px, 5vw, 82px)/.94 var(--font-heading);
  letter-spacing: 0;
}

.client-proof-card span {
  display: block;
  max-width: 760px;
  color: rgba(247, 241, 231, .86);
  font: 400 clamp(17px, 1.6vw, 24px)/1.35 var(--font-body);
}

.client-proof-card span + span {
  margin-top: 10px;
}

.navis-outcome-field .client-copy-stack {
  max-width: min(var(--measure-copy), 920px);
}

.redtouch-gallery--research img,
.redtouch-gallery--research figure:first-child img {
  min-height: clamp(300px, 28vw, 520px);
  object-fit: cover;
}

.redtouch-interface-system {
  width: min(calc(100vw - clamp(40px, 5vw, 92px)), 1320px);
  margin: var(--mw-section-media-gap) 50% 0;
  overflow: hidden;
  background: #444;
  border: 1px solid rgba(5, 5, 5, .1);
  transform: translateX(-50%);
}

.redtouch-interface-system img {
  display: block;
  width: 100%;
  height: auto;
}

.redtouch-process-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--mw-section-grid-gap);
  width: min(calc(100vw - clamp(40px, 5vw, 92px)), 1500px);
  margin: var(--mw-section-media-gap) 50% 0;
  transform: translateX(-50%);
}

.redtouch-process-strip article {
  display: flex;
  min-height: clamp(190px, 18vw, 270px);
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(22px, 2.6vw, 42px);
  color: #f7f1f1;
  background:
    linear-gradient(135deg, rgba(95, 12, 18, .96), rgba(200, 45, 50, .9)),
    var(--client-accent);
  border: 1px solid rgba(5, 5, 5, .12);
}

.redtouch-process-strip span {
  color: rgba(255, 255, 255, .66);
  font: 700 12px/1.2 var(--font-body);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.redtouch-process-strip strong {
  max-width: 10ch;
  color: #fff;
  font: 300 clamp(30px, 3vw, 52px)/.94 var(--font-heading);
  letter-spacing: 0;
}

.redtouch-proof-card {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(94, 11, 17, .96), rgba(200, 45, 50, .9)),
    var(--client-accent);
}

.navis-ad-wall {
  --navis-ad-gap: clamp(18px, 1.5vw, 28px);
  display: grid;
  grid-template-columns: minmax(0, 4.85fr) minmax(210px, .92fr);
  gap: var(--navis-ad-gap);
  width: min(calc(100vw - clamp(40px, 5vw, 92px)), 1540px);
  height: clamp(620px, 50vw, 780px);
  margin: var(--mw-section-media-gap) 50% 0;
  transform: translateX(-50%);
}

.navis-ad-wall figure {
  margin: 0;
  background: rgba(255, 255, 255, .2);
  border: 1px solid rgba(5, 5, 5, .1);
  overflow: hidden;
}

.navis-ad-wall__feature {
  display: grid;
  place-items: center;
  min-height: 0;
}

.navis-ad-wall__thumbs {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: var(--navis-ad-gap);
  min-height: 0;
}

.navis-ad-wall__thumbs figure {
  display: grid;
  place-items: center;
  min-height: 0;
  padding: clamp(10px, .8vw, 16px);
  transition:
    opacity .24s ease,
    filter .24s ease,
    transform .24s ease;
}

.navis-ad-wall__thumbs figure {
  cursor: pointer;
}

.navis-ad-wall__thumbs:has(figure:hover) figure:not(:hover),
.navis-ad-wall__thumbs:has(figure:focus-visible) figure:not(:focus-visible) {
  opacity: .82;
  filter: saturate(.9);
}

.navis-ad-wall__thumbs figure:hover,
.navis-ad-wall__thumbs figure:focus-visible,
.navis-ad-wall__thumbs figure.is-active {
  opacity: 1;
  filter: none;
  outline: none;
}

.navis-ad-wall__thumbs figure:hover,
.navis-ad-wall__thumbs figure:focus-visible {
  transform: translateY(-2px);
}

.navis-ad-wall__thumbs figure.is-active {
  border-color: rgba(26, 113, 184, .82);
}

.navis-ad-wall img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
  pointer-events: none;
  transition: transform .32s ease;
}

.navis-ad-wall__feature img {
  object-fit: cover;
}

.navis-ad-wall.is-previewing-ad .navis-ad-wall__feature img {
  object-fit: contain;
}

.navis-ad-wall__thumbs img {
  object-fit: contain;
}

.navis-ad-wall__thumbs figure:hover img,
.navis-ad-wall__thumbs figure:focus-visible img {
  transform: scale(1.02);
}

.client-page .mw-overview__facts p span {
  color: var(--client-accent);
}

.client-field {
  min-height: auto;
}

.client-copy-stack {
  display: grid;
  gap: clamp(18px, 2vw, 28px);
  max-width: var(--measure-copy);
}

.client-field h2 + .client-copy-stack {
  margin-top: clamp(28px, 4vw, 72px);
}

.client-copy-stack .mw-field-copy {
  margin-top: 0;
}

.client-callout {
  width: min(calc(100vw - clamp(40px, 5vw, 92px)), 1600px);
  margin: var(--mw-section-media-gap) 50% 0;
  padding: clamp(30px, 5vw, 88px);
  color: #f6f4ec;
  background:
    linear-gradient(135deg, rgba(0, 0, 0, .86), rgba(0, 0, 0, .68)),
    linear-gradient(90deg, var(--client-accent), transparent);
  transform: translateX(-50%);
}

.client-callout p {
  max-width: var(--measure-title-tight);
  margin: 0;
  font: 200 clamp(36px, 5.4vw, 94px)/.96 var(--font-heading);
  letter-spacing: 0;
}

.client-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--mw-section-grid-gap);
  width: min(calc(100vw - clamp(40px, 5vw, 92px)), 1600px);
  margin: var(--mw-section-media-gap) 50% 0;
  transform: translateX(-50%);
}

.client-gallery figure {
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, .38);
  border: 1px solid rgba(5, 5, 5, .1);
}

.client-gallery figure:first-child {
  grid-column: span 2;
}

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

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

.client-gallery--six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.client-gallery--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.client-gallery--six figure:first-child {
  grid-column: auto;
}

.client-gallery--three figure:first-child {
  grid-column: auto;
}

.client-gallery--four figure:first-child {
  grid-column: auto;
}

.client-gallery--two figure:first-child {
  grid-column: auto;
}

.client-gallery--eight {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.client-gallery--eight figure:first-child {
  grid-column: auto;
}

.pradera-page {
  --client-bg: #f1f0ea;
}

.pradera-page .mw-hero__storm {
  object-position: center;
  filter: saturate(.94) contrast(1.04) brightness(.92);
}

.pradera-page .mw-hero__media::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .14) 48%, rgba(0, 0, 0, .44)),
    linear-gradient(0deg, rgba(0, 0, 0, .62), transparent 52%, rgba(0, 0, 0, .12));
}

.pradera-page .mw-hero__title {
  max-width: 12ch;
}

.pradera-logo-stage {
  width: min(calc(100vw - clamp(40px, 5vw, 92px)), 1280px);
  margin: var(--mw-section-media-gap) 50% 0;
  transform: translateX(-50%);
}

.pradera-logo-stage figure {
  display: grid;
  place-items: center;
  aspect-ratio: 2.12 / 1;
  min-height: clamp(280px, 30vw, 520px);
  margin: 0;
  overflow: hidden;
  background: #f4f4f2;
  border: 1px solid rgba(42, 62, 52, .12);
}

.pradera-logo-stage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.client-gallery--pradera-collateral,
.client-gallery--pradera-wayfinding {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.client-gallery--pradera-collateral figure:first-child,
.client-gallery--pradera-wayfinding figure:first-child {
  grid-column: auto;
}

.client-gallery--pradera-identity {
  grid-template-columns: 1fr;
  width: min(calc(100vw - clamp(40px, 5vw, 92px)), 1500px);
  margin-left: 50%;
  transform: translateX(-50%);
}

.client-gallery--pradera-identity figure,
.client-gallery--pradera-collateral figure,
.client-gallery--pradera-wayfinding figure {
  background: rgba(255, 255, 255, .38);
  border-color: rgba(42, 62, 52, .12);
}

.client-gallery--pradera-identity img,
.client-gallery--pradera-identity figure:first-child img,
.client-gallery--pradera-collateral img,
.client-gallery--pradera-collateral figure:first-child img,
.client-gallery--pradera-wayfinding img,
.client-gallery--pradera-wayfinding figure:first-child img {
  min-height: clamp(320px, 32vw, 560px);
  object-fit: cover;
}

.client-gallery--pradera-wayfinding figure:first-child {
  grid-column: 1 / -1;
}

.client-gallery--pradera-wayfinding figure:first-child img {
  min-height: clamp(360px, 34vw, 620px);
  object-position: center;
}

.orbital-page {
  --client-bg: #f2f5f7;
}

.orbital-page .mw-hero__storm {
  object-position: center;
  filter: saturate(1) contrast(1.04) brightness(1);
}

.orbital-page .mw-hero__media::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .56), rgba(0, 0, 0, .08) 48%, rgba(0, 0, 0, .42)),
    linear-gradient(0deg, rgba(0, 0, 0, .58), transparent 50%, rgba(0, 0, 0, .16));
}

.orbital-logo-stage {
  width: min(calc(100vw - clamp(40px, 5vw, 92px)), 1500px);
  margin: var(--mw-section-media-gap) 50% 0;
  transform: translateX(-50%);
}

.orbital-logo-stage figure {
  display: grid;
  place-items: center;
  min-height: clamp(360px, 36vw, 680px);
  margin: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 38%, rgba(0, 118, 192, .16), transparent 34%),
    linear-gradient(135deg, #f9fbfc, #e9f1f6 58%, #f6f9fb);
  border: 1px solid rgba(0, 61, 98, .12);
}

.orbital-logo-stage img {
  display: block;
  width: min(68%, 780px);
  height: auto;
}

.client-gallery--orbital-system {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.client-gallery--orbital-system figure:first-child {
  grid-column: 1 / -1;
}

.client-gallery--orbital-system img,
.client-gallery--orbital-system figure:first-child img {
  min-height: clamp(360px, 36vw, 640px);
  object-fit: cover;
}

.client-gallery--orbital-system figure:first-child img {
  min-height: clamp(420px, 42vw, 740px);
  object-position: center;
}

.client-gallery--grillhut-logo {
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
}

.client-gallery--grillhut-logo figure:first-child {
  grid-column: auto;
}

.client-gallery--grillhut-logo img,
.client-gallery--grillhut-logo figure:first-child img {
  min-height: clamp(360px, 34vw, 620px);
  object-fit: contain;
  padding: clamp(24px, 3.2vw, 56px);
  background: #f6f3ef;
  box-sizing: border-box;
}

.client-gallery--grillhut-logo figure:nth-child(2) img {
  object-fit: contain;
  padding: clamp(32px, 5vw, 88px);
  background: #f6f3ef;
  box-sizing: border-box;
}

.client-gallery--grillhut-collateral {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1.2vw, 18px);
  width: min(calc(100vw - clamp(40px, 5vw, 92px)), 1180px);
}

.client-gallery--grillhut-collateral figure:first-child {
  grid-column: auto;
}

.client-gallery--grillhut-collateral figure {
  height: clamp(300px, 28vw, 420px);
}

.client-gallery--grillhut-collateral img,
.client-gallery.client-gallery--grillhut-collateral figure:first-child img {
  height: 100%;
  min-height: 0 !important;
  object-fit: contain;
  padding: clamp(8px, 1vw, 14px);
  background: #1b0808;
  box-sizing: border-box;
}

.client-gallery--grillhut-menu-bento {
  grid-template-columns: 1fr;
  width: min(calc(100vw - clamp(40px, 5vw, 92px)), 1500px);
  aspect-ratio: 2383 / 1665;
}

.client-gallery--grillhut-menu-bento figure:first-child {
  grid-column: 1;
  grid-row: 1;
}

.client-gallery--grillhut-menu-bento figure {
  min-width: 0;
  min-height: 0 !important;
  background: #f3f1ed;
}

.client-gallery--grillhut-menu-bento img,
.client-gallery--grillhut-menu-bento figure:first-child img {
  display: block;
  width: 100%;
  min-height: 0 !important;
  height: 100%;
  object-fit: cover;
}

.client-gallery--grillhut-menu-bento figure:first-child img {
  min-height: 0;
  object-fit: contain;
  padding: 0;
  background: #f3f1ed;
  box-sizing: border-box;
}

.grillhut-menu-showcase {
  width: min(calc(100vw - clamp(40px, 5vw, 92px)), 1500px);
  margin: var(--mw-section-media-gap) 50% 0;
  transform: translateX(-50%);
}

.grillhut-menu-showcase figure {
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, .42);
  border: 1px solid rgba(5, 5, 5, .1);
}

.grillhut-menu-showcase__foldout {
  height: clamp(340px, 34vw, 560px);
  margin-top: clamp(18px, 2vw, 30px);
}

.grillhut-menu-showcase__foldout img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(14px, 2vw, 28px);
  background: #f3f1ed;
  box-sizing: border-box;
}

.grillhut-menu-showcase__rail {
  display: flex;
  gap: clamp(14px, 1.4vw, 24px);
  margin-top: clamp(18px, 2vw, 30px);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding-bottom: clamp(10px, 1.2vw, 18px);
  scroll-snap-type: x mandatory;
}

.grillhut-menu-showcase__rail figure {
  flex: 0 0 clamp(300px, 26vw, 430px);
  height: clamp(460px, 43vw, 700px);
  scroll-snap-align: start;
}

.grillhut-menu-showcase__rail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(8px, .9vw, 14px);
  background: #1b0808;
  box-sizing: border-box;
}

.client-gallery--grillhut-apparel {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.client-gallery--grillhut-apparel figure:first-child {
  grid-column: auto;
}

.client-gallery--grillhut-apparel img,
.client-gallery--grillhut-apparel figure:first-child img {
  min-height: clamp(320px, 30vw, 560px);
  object-position: center center;
}

.client-gallery--grillhut-applications {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.client-gallery--grillhut-applications figure:first-child {
  grid-column: 1 / -1;
}

.client-gallery--grillhut-applications img,
.client-gallery--grillhut-applications figure:first-child img {
  min-height: clamp(260px, 25vw, 460px);
}

.client-gallery--grillhut-applications figure:first-child img {
  min-height: clamp(360px, 34vw, 620px);
  object-position: center 46%;
}

.client-gallery--grillhut-applications figure:nth-child(2) img,
.client-gallery--grillhut-applications figure:nth-child(3) img {
  object-position: center center;
}

.client-gallery--okd-logo figure {
  background: #f6f6f4;
}

.client-gallery.client-gallery--okd-logo img,
.client-gallery.client-gallery--okd-logo figure:first-child img {
  object-fit: contain;
  padding: clamp(28px, 5vw, 84px);
  background: #f6f6f4;
  box-sizing: border-box;
}

.client-gallery--okd-site {
  display: block;
  width: min(calc(100vw - clamp(40px, 5vw, 92px)), 1320px);
}

.client-gallery--okd-site figure {
  margin: 0;
  overflow: visible;
  background: #fff;
}

.client-gallery.client-gallery--okd-site img,
.client-gallery.client-gallery--okd-site figure:first-child img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.client-gallery--rosenthal-brand {
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
}

.client-gallery--rosenthal-brand figure:first-child {
  grid-column: auto;
  display: grid;
  place-items: center;
  background: #f4f3f0;
}

.client-gallery--rosenthal-brand img,
.client-gallery--rosenthal-brand figure:first-child img {
  min-height: clamp(360px, 34vw, 620px);
}

.client-gallery--rosenthal-brand figure:first-child img {
  width: min(72%, 420px);
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.client-gallery--rosenthal-wine {
  grid-template-columns: 1fr;
  width: min(calc(100vw - clamp(40px, 5vw, 92px)), 1480px);
  transform-style: preserve-3d;
}

.client-gallery--rosenthal-wine figure:first-child,
.client-gallery--rosenthal-wine figure:nth-child(2),
.client-gallery--rosenthal-wine figure:nth-child(7),
.client-gallery--rosenthal-wine figure:nth-child(8) {
  grid-column: auto;
}

.client-gallery--rosenthal-wine img,
.client-gallery--rosenthal-wine figure:first-child img {
  height: auto;
  min-height: 0;
  object-fit: initial;
}

.client-gallery--rosenthal-wine figure {
  background: #fff;
  box-shadow: 0 24px 70px rgba(17, 16, 14, .1);
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.client-gallery--rosenthal-site {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.client-gallery--rosenthal-site figure:first-child {
  grid-column: 1 / -1;
}

.client-gallery--rosenthal-site img,
.client-gallery--rosenthal-site figure:first-child img {
  min-height: clamp(320px, 32vw, 560px);
}

.client-gallery--rosenthal-site figure:first-child img {
  min-height: clamp(420px, 42vw, 720px);
  object-position: center top;
}

.client-gallery--rosenthal-surfrider {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.client-gallery--rosenthal-surfrider img {
  min-height: clamp(320px, 32vw, 560px);
}

.client-gallery--rosenthal-surfrider figure:first-child {
  grid-column: 1 / -1;
}

.client-gallery--rosenthal-surfrider figure:first-child img {
  min-height: clamp(420px, 42vw, 720px);
}

.rosenthal-result-field .client-copy-stack {
  max-width: min(var(--measure-copy), 920px);
}

.rosenthal-result-field h2 {
  max-width: 1080px;
}

.rosenthal-result-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .78fr);
  width: min(calc(100vw - clamp(40px, 5vw, 92px)), 1320px);
  min-height: clamp(520px, 48vw, 720px);
  margin: clamp(42px, 5vw, 86px) 50% 0;
  transform: translateX(-50%);
  overflow: hidden;
  color: #f7f1e7;
  background:
    linear-gradient(135deg, rgba(46, 18, 13, .97), rgba(124, 47, 34, .92)),
    var(--client-accent);
  border: 1px solid rgba(5, 5, 5, .12);
}

.rosenthal-result-panel figure {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.rosenthal-result-panel figure::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(25, 12, 10, .16), rgba(25, 12, 10, .48));
  pointer-events: none;
}

.rosenthal-result-panel img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(520px, 48vw, 720px);
  object-fit: cover;
  object-position: center;
}

.rosenthal-result-panel__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 78px);
}

.rosenthal-result-panel__content p {
  margin: 0 0 clamp(22px, 3vw, 40px);
  color: rgba(247, 241, 231, .72);
  font: 700 12px/1.2 var(--font-body);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rosenthal-result-panel__content strong {
  display: block;
  margin: 0 0 clamp(26px, 3vw, 42px);
  color: #fffaf4;
  font: 300 clamp(92px, 14vw, 210px)/.78 var(--font-heading);
  letter-spacing: 0;
}

.rosenthal-result-panel__content span {
  display: block;
  max-width: 520px;
  color: rgba(247, 241, 231, .86);
  font: 400 clamp(19px, 1.7vw, 28px)/1.28 var(--font-body);
}

.client-gallery--lasm {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  aspect-ratio: 4 / 3;
}

.client-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(260px, 30vw, 540px);
  object-fit: cover;
}

.client-gallery figure:first-child img {
  min-height: clamp(360px, 42vw, 720px);
}

.client-gallery--four img,
.client-gallery--four figure:first-child img {
  min-height: clamp(280px, 28vw, 520px);
}

.client-gallery--three img,
.client-gallery--three figure:first-child img {
  min-height: clamp(300px, 28vw, 520px);
}

.client-gallery--six img,
.client-gallery--six figure:first-child img {
  min-height: clamp(360px, 32vw, 560px);
}

.client-gallery--eight img,
.client-gallery--eight figure:first-child img {
  min-height: clamp(220px, 18vw, 360px);
}

.client-gallery--rcpga-photo-grid img,
.client-gallery--rcpga-photo-grid figure:first-child img {
  min-height: 0;
}

.client-gallery--rcpga-photo-grid figure {
  aspect-ratio: 1 / 1;
}

.client-gallery--rcpga-site {
  grid-template-columns: 1fr;
}

.client-gallery--rcpga-site figure:first-child {
  grid-column: auto;
}

.client-gallery--rcpga-site img,
.client-gallery--rcpga-site figure:first-child img {
  min-height: clamp(420px, 48vw, 780px);
  object-fit: cover;
  object-position: center;
}

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

.client-gallery--raleigh figure:first-child {
  grid-column: 1 / -1;
}

.client-gallery--raleigh img,
.client-gallery--raleigh figure:first-child img {
  min-height: clamp(340px, 34vw, 620px);
  object-fit: cover;
}

.client-gallery--raleigh-digital {
  grid-template-columns: 1fr;
}

.client-gallery--raleigh-digital figure:first-child {
  grid-column: auto;
}

.client-gallery--raleigh-digital img,
.client-gallery--raleigh-digital figure:first-child img {
  min-height: clamp(420px, 46vw, 760px);
  object-fit: cover;
  object-position: center;
}

.raleigh-outcome-field .client-copy-stack {
  max-width: min(var(--measure-copy), 960px);
}

.raleigh-outcome-field h2 {
  max-width: 1180px;
}

.raleigh-location-rail {
  display: grid;
  grid-template-columns: minmax(380px, .86fr) minmax(0, 1.38fr) minmax(380px, .86fr);
  align-items: stretch;
  gap: clamp(14px, 1.8vw, 28px);
  width: min(calc(100vw - clamp(40px, 5vw, 92px)), 1520px);
  margin: clamp(42px, 5vw, 86px) 50% 0;
  transform: translateX(-50%);
}

.raleigh-location-rail__proof,
.raleigh-world-map {
  border: 1px solid rgba(5, 5, 5, .12);
}

.raleigh-location-rail__proof {
  display: flex;
  min-height: clamp(280px, 28vw, 420px);
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(24px, 2.4vw, 36px);
  color: #f7fbfb;
  background:
    linear-gradient(135deg, rgba(15, 44, 53, .98), rgba(44, 109, 119, .88)),
    var(--client-accent);
}

.raleigh-location-rail__proof p {
  max-width: 260px;
  margin: 0;
  color: rgba(247, 251, 251, .7);
  font: 700 12px/1.25 var(--font-body);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.raleigh-location-rail__proof strong {
  display: block;
  width: 100%;
  color: #fff;
  font: 300 clamp(34px, 2.45vw, 46px)/.94 var(--font-heading);
  letter-spacing: 0;
  white-space: nowrap;
}

.raleigh-world-map {
  position: relative;
  overflow: hidden;
  min-height: clamp(280px, 28vw, 420px);
  background: rgba(255, 255, 255, .36);
}

.raleigh-world-map img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(280px, 28vw, 420px);
  object-fit: cover;
}

.rcpga-result-field .client-copy-stack {
  max-width: min(var(--measure-copy), 920px);
}

.rcpga-result-field h2 {
  max-width: 1180px;
}

.rcpga-result-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .68fr);
  width: min(calc(100vw - clamp(40px, 5vw, 92px)), 1320px);
  min-height: clamp(500px, 42vw, 680px);
  margin: clamp(42px, 5vw, 86px) 50% 0;
  transform: translateX(-50%);
  overflow: hidden;
  color: #f8f5eb;
  background:
    linear-gradient(135deg, rgba(53, 52, 34, .98), rgba(138, 122, 76, .9)),
    var(--client-accent);
  border: 1px solid rgba(5, 5, 5, .12);
}

.rcpga-result-panel figure {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.rcpga-result-panel figure::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(25, 24, 15, .06), rgba(25, 24, 15, .42));
  pointer-events: none;
}

.rcpga-result-panel img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(500px, 42vw, 680px);
  object-fit: cover;
  object-position: center;
}

.rcpga-result-panel__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 72px);
}

.rcpga-result-panel__content p {
  margin: 0 0 clamp(22px, 3vw, 40px);
  color: rgba(248, 245, 235, .72);
  font: 700 12px/1.2 var(--font-body);
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rcpga-result-panel__content strong {
  display: block;
  margin: 0 0 clamp(24px, 3vw, 40px);
  color: #fffaf0;
  font: 300 clamp(88px, 13vw, 190px)/.8 var(--font-heading);
  letter-spacing: 0;
}

.rcpga-result-panel__content span {
  display: block;
  max-width: 520px;
  color: rgba(248, 245, 235, .88);
  font: 400 clamp(19px, 1.6vw, 27px)/1.3 var(--font-body);
}

.client-gallery.client-gallery--rosenthal-wine img,
.client-gallery.client-gallery--rosenthal-wine figure:first-child img {
  height: auto;
  min-height: 0;
  object-fit: initial;
}

.client-gallery--slap-identity {
  grid-template-columns: 1fr;
}

.client-gallery--slap-identity figure:first-child {
  grid-column: auto;
}

.client-gallery--slap-identity img,
.client-gallery--slap-identity figure:first-child img {
  height: auto;
  min-height: 0;
  object-fit: initial;
}

.client-gallery--slap-apparel {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.client-gallery--slap-apparel figure:first-child {
  grid-column: auto;
}

.client-gallery--slap-apparel img,
.client-gallery--slap-apparel figure:first-child img {
  min-height: clamp(300px, 30vw, 540px);
  object-position: center center;
}

.client-gallery--slap-assignment-logos {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 28px);
}

.client-gallery--slap-assignment-logos figure,
.client-gallery--slap-assignment-logos figure:first-child {
  grid-column: auto;
  display: grid;
  place-items: center;
  min-height: clamp(360px, 36vw, 680px);
  background: transparent;
  border: 0;
  overflow: visible;
  transform-origin: 50% 56%;
  will-change: transform, opacity, filter;
}

.client-gallery--slap-assignment-logos img,
.client-gallery--slap-assignment-logos figure:first-child img {
  width: min(84%, 520px);
  height: auto;
  min-height: 0;
  object-fit: contain;
  will-change: transform;
}

.client-gallery--slap-full-art {
  grid-template-columns: 1fr;
  gap: clamp(18px, 2vw, 34px);
  width: min(calc(100vw - clamp(28px, 3vw, 64px)), 1680px);
}

.client-gallery--slap-full-art figure,
.client-gallery--slap-full-art figure:first-child {
  grid-column: auto;
  background: transparent;
  border: 0;
  transform-origin: center center;
  will-change: transform, opacity, filter;
}

.client-gallery--slap-full-art img,
.client-gallery--slap-full-art figure:first-child img {
  height: auto;
  min-height: 0;
  object-fit: initial;
  will-change: transform;
}

.lasm-logo-board {
  display: grid;
  grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr);
  gap: var(--mw-section-grid-gap);
  width: min(calc(100vw - clamp(40px, 5vw, 92px)), 1600px);
  margin: var(--mw-section-media-gap) 50% 0;
  transform: translateX(-50%);
}

.lasm-logo-board figure {
  display: grid;
  place-items: center;
  min-height: clamp(340px, 32vw, 560px);
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(255, 255, 255, .7)),
    #fff;
  box-shadow: 0 24px 70px rgba(5, 5, 5, .08);
  clip-path: inset(0 round 16px);
}

.lasm-logo-board img {
  display: block;
  width: min(86%, 760px);
  height: auto;
}

.lasm-logo-board__pick img {
  width: min(76%, 420px);
}

.lasm-logo-board__master img {
  width: min(88%, 840px);
}

.lasm-results-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--mw-section-grid-gap);
  width: min(calc(100vw - clamp(40px, 5vw, 92px)), 1500px);
  margin: var(--mw-section-media-gap) 50% 0;
  transform: translateX(-50%);
}

.lasm-results-band article {
  display: flex;
  min-height: clamp(210px, 20vw, 320px);
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 3vw, 48px);
  color: #f7f1e7;
  background:
    linear-gradient(135deg, rgba(35, 26, 19, .92), rgba(125, 96, 64, .9)),
    var(--client-accent);
  border: 1px solid rgba(5, 5, 5, .12);
}

.lasm-results-band strong {
  max-width: 10ch;
  color: #fff;
  font: 300 clamp(34px, 3.4vw, 58px)/.94 var(--font-heading);
  letter-spacing: 0;
}

.lasm-results-band span {
  max-width: 26ch;
  color: rgba(247, 241, 231, .78);
  font: 700 12px/1.35 var(--font-body);
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lasm-page .client-gallery--lasm figure {
  min-width: 0;
  min-height: 0;
  border-radius: 16px;
  clip-path: inset(0 round 16px);
  background: #050505;
}

.lasm-page .client-gallery--lasm img {
  min-height: 0;
  border-radius: inherit;
}

.lasm-page .client-gallery--lasm figure:first-child {
  grid-column: 1 / 5;
  grid-row: 1 / 3;
}

.lasm-page .client-gallery--lasm figure:first-child img {
  object-position: center;
}

.lasm-page .client-gallery--lasm figure:nth-child(2) {
  grid-column: 5 / 7;
  grid-row: 1 / 2;
}

.lasm-page .client-gallery--lasm figure:nth-child(3) {
  grid-column: 5 / 6;
  grid-row: 2 / 3;
}

.lasm-page .client-gallery--lasm figure:nth-child(4) {
  grid-column: 6 / 7;
  grid-row: 2 / 3;
}

.lasm-page .client-gallery--lasm figure:nth-child(5) {
  grid-column: 1 / 3;
  grid-row: 3 / 4;
}

.lasm-page .client-gallery--lasm figure:nth-child(6) {
  grid-column: 3 / 5;
  grid-row: 3 / 4;
}

.lasm-page .client-gallery--lasm figure:nth-child(7) {
  grid-column: 5 / 7;
  grid-row: 3 / 4;
}

.lasm-page .client-gallery--lasm figure:nth-child(3) img {
  object-position: 42% center;
}

.lasm-page .client-gallery--lasm figure:nth-child(4) img {
  object-position: 64% center;
}

.cca-page {
  --cca-ink: #4d5354;
  --cca-blue: #91b9c1;
  --cca-sand: #c9c1ac;
  --cca-olive: #77715f;
}

.cca-page .mw-hero__storm {
  object-position: center;
  filter: saturate(.88) contrast(1.08) brightness(.72);
}

.cca-impact-grid,
.cca-logo-system,
.cca-brand-book,
.cca-site-gallery,
.cca-commerce-layout,
.cca-apparel-grid,
.cca-wildlife-grid,
.cca-bento {
  display: grid;
  gap: var(--mw-section-grid-gap);
  width: min(calc(100vw - clamp(40px, 5vw, 92px)), 1600px);
  margin: var(--mw-section-media-gap) 50% 0;
  transform: translateX(-50%);
}

.cca-impact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cca-impact-grid div {
  min-height: clamp(190px, 18vw, 280px);
  padding: clamp(20px, 2.6vw, 44px);
  color: #f7f3e9;
  background:
    linear-gradient(135deg, rgba(45, 71, 75, .94), rgba(34, 42, 37, .88)),
    var(--client-accent);
}

.cca-impact-grid span {
  display: block;
  margin-bottom: clamp(28px, 5vw, 70px);
  color: var(--cca-blue);
  font: 700 12px/1 var(--font-primary);
  letter-spacing: .18em;
  text-transform: uppercase;
}

.cca-impact-grid strong {
  display: block;
  max-width: 14ch;
  font: 300 clamp(26px, 2.9vw, 48px)/.96 var(--font-heading);
  letter-spacing: 0;
}

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

.cca-logo-system figure,
.cca-brand-book figure,
.cca-site-gallery figure,
.cca-commerce-products figure,
.cca-apparel-grid figure,
.cca-wildlife-grid figure,
.cca-bento figure,
.cca-browser-frame {
  margin: 0;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(255, 255, 255, .44);
  clip-path: inset(0 round 16px);
}

.cca-logo-system__hero {
  grid-column: 1 / -1;
}

.cca-logo-system figure {
  aspect-ratio: 2 / 1;
}

.cca-logo-system__wide {
  aspect-ratio: 2 / 1;
}

.cca-logo-system img,
.cca-brand-book img,
.cca-site-gallery img,
.cca-commerce-products img,
.cca-apparel-grid img,
.cca-wildlife-grid img,
.cca-bento img,
.cca-browser-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cca-brand-book,
.cca-site-gallery,
.cca-apparel-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cca-apparel-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cca-brand-book figure,
.cca-site-gallery figure,
.cca-apparel-grid figure {
  aspect-ratio: 2 / 1;
}

.cca-browser-frame {
  position: relative;
  aspect-ratio: 16 / 10;
  box-shadow: 0 28px 80px rgba(24, 35, 35, .14);
}

.client-copy-stack + .cca-browser-frame {
  margin-top: var(--mw-section-media-gap);
}

.cca-browser-frame::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 34px;
  background:
    radial-gradient(circle at 18px 17px, #d96b59 0 5px, transparent 6px),
    radial-gradient(circle at 38px 17px, #e8c35d 0 5px, transparent 6px),
    radial-gradient(circle at 58px 17px, #72b987 0 5px, transparent 6px),
    #f5f6f1;
  border-bottom: 1px solid rgba(20, 28, 28, .12);
}

.cca-browser-frame img {
  box-sizing: border-box;
  padding-top: 34px;
}

.cca-browser-frame--scrolling img {
  height: auto;
  min-height: 100%;
  object-fit: initial;
  animation: cca-site-scroll 24s cubic-bezier(.72, 0, .22, 1) infinite;
  will-change: transform;
}

@keyframes cca-site-scroll {
  0%,
  10% {
    transform: translateY(0);
  }

  72%,
  86% {
    transform: translateY(-80%);
  }

  100% {
    transform: translateY(0);
  }
}

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

.cca-wildlife-grid figure {
  aspect-ratio: 2 / 1;
  background: var(--cca-sand);
}

.cca-wildlife-grid figure:first-child {
  grid-column: 1 / -1;
}

.cca-commerce-layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  align-items: stretch;
}

.cca-commerce-products {
  display: grid;
  gap: var(--mw-section-grid-gap);
}

.cca-commerce-products figure {
  aspect-ratio: 2 / 1;
  background: var(--cca-sand);
}

.cca-commerce-products figure:nth-child(3) {
  aspect-ratio: 1.2 / 1;
  background: #fff;
}

.cca-commerce-products figure:nth-child(3) img {
  object-fit: contain;
  padding: clamp(20px, 3vw, 52px);
}

.cca-bento {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  aspect-ratio: 4 / 3;
}

.cca-bento figure {
  min-width: 0;
  min-height: 0;
}

.cca-bento__lead {
  grid-column: 1 / 5;
  grid-row: 1 / 3;
}

.cca-bento figure:nth-child(2) {
  grid-column: 5 / 7;
  grid-row: 1 / 2;
  background: #f2f3f1;
}

.cca-bento figure:nth-child(2) img {
  box-sizing: border-box;
  object-fit: contain;
  padding: clamp(18px, 2.8vw, 40px);
}

.cca-bento figure:nth-child(3) {
  grid-column: 5 / 6;
  grid-row: 2 / 3;
}

.cca-bento figure:nth-child(3) img {
  object-position: 62% center;
}

.cca-bento figure:nth-child(4) {
  grid-column: 6 / 7;
  grid-row: 2 / 3;
}

.cca-bento figure:nth-child(4) img {
  object-position: 55% center;
}

.cca-bento figure:nth-child(5) {
  grid-column: 1 / 4;
  grid-row: 3 / 4;
}

.cca-bento figure:nth-child(6) {
  grid-column: 4 / 7;
  grid-row: 3 / 4;
}

.amd-page {
  --amd-ink: #111;
  --amd-paper: #fbf6df;
  --amd-green: #00a76f;
}

.client-gallery--amd-campaign {
  grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
  align-items: stretch;
  aspect-ratio: 16 / 7;
}

.client-gallery--amd-campaign figure:first-child {
  grid-column: auto;
}

.client-gallery--amd-campaign img,
.client-gallery--amd-campaign figure:first-child img {
  min-height: 0;
  object-fit: cover;
}

.client-gallery--amd-campaign .client-gallery__logo-tile {
  display: grid;
  place-items: center;
  background: #29a96f;
}

.client-gallery--amd-campaign .client-gallery__logo-tile img {
  width: min(68%, 390px);
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.amd-comic-reader {
  display: grid;
  grid-template-columns: minmax(260px, 390px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(22px, 3vw, 46px);
  width: min(calc(100vw - clamp(40px, 5vw, 92px)), 1500px);
  margin: var(--mw-section-media-gap) 50% 0;
  padding: clamp(18px, 2.2vw, 34px);
  color: var(--amd-ink);
  background:
    linear-gradient(135deg, rgba(0, 0, 0, .1) 25%, transparent 25%) 0 0 / 18px 18px,
    linear-gradient(315deg, rgba(0, 0, 0, .08) 25%, transparent 25%) 0 0 / 18px 18px,
    var(--amd-paper);
  border: 5px solid var(--amd-ink);
  box-shadow: 14px 14px 0 var(--amd-green);
  transform: translateX(-50%);
}

.amd-comic-reader figure {
  position: relative;
  margin: 0;
  background: #fff;
  border: 4px solid var(--amd-ink);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, .18);
  overflow: hidden;
}

.amd-comic-reader figure::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 15%, rgba(255, 255, 255, .22), transparent 22%),
    linear-gradient(135deg, transparent 0 48%, rgba(255, 255, 255, .18) 50%, transparent 52% 100%);
  mix-blend-mode: screen;
}

.amd-comic-reader img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.amd-comic-reader__feature {
  aspect-ratio: 517 / 800;
  transform: rotate(-2.5deg);
}

.amd-comic-reader__strip {
  display: flex;
  gap: clamp(14px, 1.6vw, 24px);
  align-items: center;
  overflow-x: auto;
  padding: clamp(12px, 1.5vw, 22px) clamp(4px, .7vw, 10px) clamp(24px, 2.4vw, 38px);
  scroll-snap-type: x proximity;
  scrollbar-color: var(--amd-ink) transparent;
}

.amd-comic-reader__strip figure {
  flex: 0 0 clamp(170px, 18vw, 270px);
  aspect-ratio: 517 / 800;
  scroll-snap-align: center;
}

.amd-comic-reader__strip figure:nth-child(2n) {
  transform: translateY(clamp(8px, 1.4vw, 18px)) rotate(1.4deg);
}

.amd-comic-reader__strip figure:nth-child(3n) {
  transform: rotate(-1.1deg);
}

.amd-comic-reader__strip figure:nth-child(5) {
  transform: translateY(clamp(8px, 1.2vw, 18px)) rotate(-2deg);
}

.amd-flipbook-shell {
  width: min(calc(100vw - clamp(40px, 5vw, 92px)), 1180px);
  margin: clamp(36px, 5vw, 76px) 50% 0;
  transform: translateX(-50%);
}

.amd-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 28px);
  width: min(calc(100vw - clamp(40px, 5vw, 92px)), 1180px);
  margin: clamp(34px, 5vw, 80px) 50% 0;
  transform: translateX(-50%);
}

.amd-proof-grid article {
  min-height: clamp(190px, 20vw, 300px);
  padding: clamp(24px, 4vw, 58px);
  color: #f9f6ea;
  background:
    linear-gradient(135deg, rgba(0, 0, 0, .92), rgba(0, 0, 0, .72)),
    var(--amd-green);
  border-left: clamp(8px, 1vw, 16px) solid var(--amd-green);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.amd-proof-grid strong {
  display: block;
  color: #fff;
  font: 300 clamp(50px, 7vw, 118px)/.9 var(--font-heading);
  letter-spacing: 0;
}

.amd-proof-grid span {
  display: block;
  max-width: 420px;
  color: rgba(249, 246, 234, .86);
  font: 700 clamp(13px, 1.3vw, 18px)/1.25 var(--font-body);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.amd-distribution-field {
  padding-top: clamp(90px, 12vw, 180px);
}

.amd-flipbook-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(520px, 58vw, 800px);
  padding: clamp(8px, 2vw, 28px) 0;
  overflow: hidden;
}

.amd-flipbook {
  position: relative;
  z-index: 1;
  width: min(100%, 940px);
  margin: 0 auto;
}

.amd-flipbook .stf__parent,
.amd-flipbook canvas {
  border-radius: 1px;
}

.amd-flipbook .stf__block {
  background: transparent;
}

.amd-flipbook-page {
  background: transparent;
  overflow: hidden;
}

.amd-flipbook-page img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.amd-flipbook-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 18px;
  color: rgba(20, 20, 20, .68);
  font-family: var(--font-sans, Arial, Helvetica, sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.amd-flipbook-controls button {
  min-width: 82px;
  padding: 10px 14px;
  color: #111;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, .28);
  border-radius: 0;
  font: inherit;
  cursor: pointer;
}

.amd-flipbook-controls button:hover:not(:disabled) {
  border-color: #111;
}

.amd-flipbook-controls button:disabled {
  opacity: .28;
  cursor: default;
}

@media (max-width: 820px) {
  .client-page .mw-hero__statement {
    width: min(100%, 520px);
  }

  .playa-restaurant-page .mw-hero__title .headline-word:last-child {
    padding-left: clamp(14px, 7vw, 42px);
  }

  .playa-restaurant-page .mw-hero__title {
    font-size: clamp(62px, 16.4vw, 88px);
  }

  .rcpga-page .mw-hero__title {
    max-width: min(100%, 8.5ch);
    font-size: clamp(44px, 12vw, 68px);
    line-height: .86;
  }

  .rcpga-page .mw-hero__title .headline-word:last-child {
    padding-left: clamp(16px, 8vw, 34px);
  }

  .client-gallery {
    grid-template-columns: 1fr;
  }

  .client-gallery--three {
    grid-template-columns: 1fr;
  }

  .client-gallery--two {
    grid-template-columns: 1fr;
  }

  .client-gallery--six {
    grid-template-columns: 1fr;
  }

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

  .client-gallery--lasm {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    aspect-ratio: auto;
  }

  .lasm-logo-board {
    grid-template-columns: 1fr;
    width: 100%;
    margin: 34px 0 0;
    transform: none;
  }

  .lasm-results-band {
    grid-template-columns: 1fr;
    width: 100%;
    margin: 34px 0 0;
    transform: none;
  }

  .lasm-logo-board figure {
    min-height: 260px;
  }

  .cca-impact-grid,
  .cca-logo-system,
  .cca-brand-book,
  .cca-site-gallery,
  .cca-commerce-layout,
  .cca-apparel-grid,
  .cca-wildlife-grid,
  .cca-bento,
	  .client-gallery--grillhut-menu-bento,
	  .amd-comic-reader,
	  .amd-flipbook-shell,
	  .pradera-logo-stage,
	  .orbital-logo-stage,
	  .redtouch-interface-system,
	  .redtouch-process-strip {
	    grid-template-columns: 1fr;
	    width: 100%;
	    margin: 34px 0 0;
    transform: none;
  }

  .cca-bento,
  .client-gallery--grillhut-menu-bento,
  .client-gallery--amd-campaign {
    grid-auto-rows: auto;
    aspect-ratio: auto;
  }

  .client-gallery--amd-campaign {
    grid-template-columns: 1fr;
  }

  .navis-ad-wall {
    grid-template-columns: 1fr;
    height: auto;
    width: 100%;
    margin: 34px 0 0;
    transform: none;
  }

  .navis-ad-wall__feature {
    min-height: auto;
  }

  .navis-ad-wall__thumbs {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .navis-ad-wall img,
  .navis-ad-wall__feature img {
    aspect-ratio: 4 / 3;
    object-fit: contain;
  }

  .rosenthal-result-panel {
    grid-template-columns: 1fr;
    width: 100%;
    min-height: 0;
    margin: 34px 0 0;
    transform: none;
  }

  .rosenthal-result-panel img {
    min-height: 320px;
    aspect-ratio: 4 / 3;
  }

  .rosenthal-result-panel__content {
    padding: 28px;
  }

  .rosenthal-result-panel__content strong {
    font-size: clamp(74px, 24vw, 118px);
  }

  .client-gallery--rcpga-site img,
  .client-gallery--rcpga-site figure:first-child img {
    min-height: 320px;
    aspect-ratio: 3 / 2;
  }

  .rcpga-result-panel {
    grid-template-columns: 1fr;
    width: 100%;
    min-height: 0;
    margin: 34px 0 0;
    transform: none;
  }

  .rcpga-result-panel img {
    min-height: 320px;
    aspect-ratio: 4 / 3;
  }

  .rcpga-result-panel__content {
    padding: 28px;
  }

  .rcpga-result-panel__content strong {
    font-size: clamp(72px, 24vw, 112px);
  }

  .client-gallery--raleigh,
  .client-gallery--raleigh-digital,
  .raleigh-location-rail {
    grid-template-columns: 1fr;
  }

  .raleigh-location-rail {
    width: 100%;
    margin: 34px 0 0;
    transform: none;
  }

  .raleigh-location-rail__proof,
  .raleigh-world-map {
    min-height: 0;
  }

  .raleigh-location-rail__proof {
    gap: 42px;
  }

  .raleigh-world-map {
    min-height: 340px;
  }

  .raleigh-world-map__pin span {
    font-size: 10px;
  }

  .raleigh-world-map__pin--baton span,
  .raleigh-world-map__pin--detroit span {
    top: auto;
    bottom: calc(100% + 14px);
  }

  .amd-comic-reader {
    padding: 14px;
    border-width: 3px;
    box-shadow: 8px 8px 0 var(--amd-green);
  }

  .amd-comic-reader__feature {
    transform: none;
  }

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

  .amd-flipbook-stage {
    min-height: 460px;
    padding: 14px;
  }

  .amd-flipbook {
    width: min(100%, 340px);
  }

  .amd-proof-grid {
    grid-template-columns: 1fr;
    width: 100%;
    margin: 34px 0 0;
    transform: none;
  }

  .amd-proof-grid article {
    min-height: 180px;
  }

  .amd-flipbook-controls {
    gap: 12px;
    font-size: 11px;
  }

  .amd-flipbook-controls button {
    min-width: 70px;
    padding: 9px 10px;
  }

  .client-gallery figure:first-child {
    grid-column: auto;
  }

  .lasm-page .client-gallery--lasm figure,
  .lasm-page .client-gallery--lasm figure:first-child,
  .cca-wildlife-grid figure:first-child,
  .cca-bento figure,
  .cca-bento__lead,
  .cca-bento figure:nth-child(2),
  .cca-bento figure:nth-child(3),
  .cca-bento figure:nth-child(4),
  .cca-bento figure:nth-child(5),
  .cca-bento figure:nth-child(6),
  .client-gallery--grillhut-menu-bento figure,
  .client-gallery--grillhut-menu-bento figure:first-child,
  .client-gallery--grillhut-menu-bento figure:nth-child(2),
  .client-gallery--grillhut-menu-bento figure:nth-child(3),
  .client-gallery--grillhut-menu-bento figure:nth-child(4),
  .client-gallery--grillhut-menu-bento figure:nth-child(5),
  .client-gallery--grillhut-menu-bento figure:nth-child(6),
  .client-gallery--grillhut-menu-bento figure:nth-child(7),
  .client-gallery--grillhut-menu-bento figure:nth-child(8),
  .amd-comic-reader__strip figure {
    grid-column: auto;
    grid-row: auto;
  }

  .client-gallery--grillhut-menu-bento figure:nth-child(8) {
    aspect-ratio: 16 / 10;
  }

  .client-gallery--pradera-identity,
  .client-gallery--pradera-collateral,
  .client-gallery--pradera-wayfinding,
  .client-gallery--orbital-system {
    grid-template-columns: 1fr;
  }

  .client-gallery--pradera-wayfinding figure:first-child {
    grid-column: auto;
    grid-row: auto;
  }

  .pradera-logo-stage figure {
    min-height: 220px;
  }

  .orbital-logo-stage figure {
    min-height: 260px;
  }

  .orbital-logo-stage img {
    width: min(82%, 320px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cca-browser-frame--scrolling img {
    animation: none;
  }
}
