/* DPC2024 case study — ported from mkt-portfolio /work/dpc-2024 */

.case-page--dpc-2024 {
  --ink: #151515;
  --paper: #f2f1e7;
  --pad: clamp(1rem, 2.2vw, 2rem);
  --section-space: clamp(6rem, 12vw, 11rem);
  --radius: clamp(1rem, 2vw, 2rem);
  --dpc-navy: #03142f;
  --dpc-deep: #020b1f;
  --dpc-mint: #63e4bf;
  --dpc-cyan: #57d2ff;
  --label-1: #151515;
  --label-2: rgba(21, 21, 21, .62);
  --label-3: rgba(21, 21, 21, .32);
  --line: rgba(21, 21, 21, .14);
  --selection-bg: #c0fe04;
  --background-1: #f2f1e7;
  background: var(--paper);
  color: var(--ink);
}

html,
body {
  margin: 0;
  padding: 0;
  background: #f2f1e7;
  color: #151515;
  font-family: var(--body, "Helvetica Neue", Arial, "PingFang SC", sans-serif);
}

html {
  height: auto !important;
  overflow: visible !important;
}

body {
  min-height: 100vh !important;
  height: auto !important;
  overflow: visible !important;
  overflow-y: auto !important;
  scrollbar-width: thin;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

img,
svg {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: .94;
}

p {
  line-height: 1.45;
}

a {
  color: inherit;
  text-decoration: none;
}

.section-pad {
  padding-left: var(--pad);
  padding-right: var(--pad);
}

.section-kicker,
.eyebrow {
  font-family: var(--label);
  font-size: .9rem;
  letter-spacing: .015em;
  margin-bottom: 1.5rem;
}

.reveal {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 1s var(--ease), transform 1s var(--ease);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Shell header — keep primary nav as-is */
.shell-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.75rem;
  font-family: var(--font-mono-2, "tronica-mono", monospace);
  font-size: .875rem;
  color: var(--label-1);
  pointer-events: none;
}

.shell-header a,
.shell-header button {
  pointer-events: auto;
  color: inherit;
  text-decoration: none;
  background: none;
  border: 0;
  font: inherit;
  cursor: pointer;
  padding: .5rem;
  text-transform: uppercase;
}

.shell-header a:hover,
.shell-header button:hover {
  color: var(--label-1);
}

.shell-header a:focus-visible,
.shell-header button:focus-visible {
  outline: 2px solid var(--selection-bg);
  outline-offset: 2px;
}

.shell-brand {
  font-family: var(--font-sans, "tiktok", sans-serif);
  font-weight: 700;
  font-variation-settings: "wght" 700, "wdth" 120;
  text-transform: uppercase;
}

.shell-nav {
  display: flex;
  gap: .5rem 1rem;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .shell-nav .hide-sm { display: none; }
}

/* Case study */
.dpc-case {
  background: var(--paper);
}

.dpc-index {
  margin: 0 0 1.5rem;
  font-family: var(--label);
  font-size: .78rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.dpc-case-hero {
  min-height: min(58rem, 92svh);
  padding-top: clamp(10rem, 15vw, 14rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(16rem, .65fr) minmax(12rem, .45fr);
  align-items: end;
  gap: clamp(2rem, 4vw, 5rem);
}

.dpc-case-hero-copy h1 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(5rem, 9vw, 10rem);
  line-height: .82;
  letter-spacing: -.075em;
}

.dpc-case-hero-name {
  margin: 1.35rem 0 0;
  font-family: var(--label);
  font-size: clamp(1rem, 1.6vw, 1.55rem);
  letter-spacing: .01em;
}

.dpc-case h2 > span {
  display: block;
}

.dpc-case-hero-copy h2 {
  max-width: none;
  margin: clamp(3rem, 6vw, 6rem) 0 0;
  font-size: clamp(2.25rem, 4.2vw, 4.7rem);
  line-height: .98;
}

.dpc-case-intro > p:first-child {
  max-width: 30rem;
  margin: 0 0 2.5rem;
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
  line-height: 1.48;
}

.dpc-case-client {
  padding-top: .8rem;
  border-top: 1px solid;
  display: flex;
  justify-content: space-between;
  font-family: var(--label);
  font-size: .75rem;
  text-transform: uppercase;
}

.dpc-capability-list,
.dpc-role ul,
.dpc-media-collaboration ul {
  padding: 0;
  list-style: none;
}

.dpc-capability-list {
  margin: 2.5rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.dpc-capability-list li {
  padding: .45rem .7rem;
  border: 1px solid;
  border-radius: 999px;
  font-family: var(--label);
  font-size: .68rem;
  text-transform: uppercase;
}

.dpc-role {
  align-self: stretch;
  padding: 1.15rem;
  border: 1px solid;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.dpc-role > p {
  margin: 0;
  font-family: var(--label);
  font-size: .7rem;
  text-transform: uppercase;
  opacity: .55;
}

.dpc-role-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  margin: 1rem 0 auto;
  overflow: hidden;
  border-radius: clamp(.85rem, 1.35vw, 1.35rem);
  background: var(--dpc-navy);
}

.dpc-role-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dpc-role ul {
  width: 100%;
  margin: 1.5rem 0 0;
}

.dpc-role li {
  padding: .6rem 0;
  border-top: 1px solid;
  font-size: .88rem;
}

.dpc-kv {
  position: relative;
  margin-inline: var(--pad);
  aspect-ratio: 2048 / 658;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--dpc-navy);
}

.dpc-kv img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dpc-overview {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.dpc-overview-heading {
  display: grid;
  grid-template-columns: minmax(10rem, .55fr) minmax(0, 1.45fr);
  gap: clamp(2rem, 7vw, 9rem);
  align-items: start;
  margin-bottom: clamp(4rem, 7vw, 7rem);
}

.dpc-overview-heading h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(3rem, 5vw, 5.6rem);
  line-height: .94;
}

.dpc-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid;
}

.dpc-overview-grid > .reveal {
  min-height: 18rem;
  padding: 1.25rem clamp(1rem, 2.2vw, 2rem) 1.5rem 0;
  border-right: 1px solid;
  display: flex;
  flex-direction: column;
}

.dpc-overview-grid > .reveal + .reveal {
  padding-left: clamp(1rem, 2.2vw, 2rem);
}

.dpc-overview-grid > .reveal:last-child {
  border-right: 0;
}

.dpc-overview-grid h3 {
  margin: 0;
  font-family: var(--label);
  font-size: .72rem;
  font-weight: 400;
  text-transform: uppercase;
}

.dpc-overview-grid p {
  margin: auto 0 0;
  font-size: .98rem;
  line-height: 1.55;
}

.dpc-strategy {
  padding-top: clamp(5rem, 9vw, 9rem);
  padding-bottom: clamp(5rem, 9vw, 9rem);
  background: var(--dpc-deep);
  color: #f5f5ed;
}

.dpc-strategy-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: clamp(4rem, 7vw, 7rem);
}

.dpc-strategy-heading h2 {
  max-width: none;
  margin: 0;
  text-align: right;
  font-size: clamp(3rem, 5.7vw, 6rem);
  line-height: .94;
}

.dpc-strategy-heading > div > p:last-child {
  max-width: 22rem;
  margin: 2rem 0 0;
  font-size: 1.05rem;
}

.dpc-strategy-words {
  border-top: 1px solid rgba(255, 255, 255, .28);
}

.dpc-strategy-words > .reveal {
  min-height: clamp(8rem, 13vw, 12rem);
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .28);
  display: grid;
  grid-template-columns: .55fr 1fr .65fr;
  align-items: center;
  gap: 2rem;
}

.dpc-strategy-words span {
  font-family: var(--label);
  font-size: .82rem;
  color: var(--dpc-mint);
  text-transform: uppercase;
}

.dpc-strategy-words strong {
  font-family: var(--display);
  font-size: clamp(3.75rem, 7.2vw, 8rem);
  font-weight: 300;
  letter-spacing: -.08em;
  line-height: .8;
}

.dpc-strategy-words small {
  max-width: 19rem;
  justify-self: end;
  font-size: .9rem;
  line-height: 1.55;
  opacity: .72;
}

.dpc-system,
.dpc-participation,
.dpc-journey,
.dpc-impact,
.dpc-scale {
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}

.dpc-section-heading {
  display: grid;
  grid-template-columns: .42fr 1.28fr .5fr;
  gap: clamp(2rem, 4vw, 5rem);
  align-items: end;
  margin-bottom: clamp(4rem, 7vw, 7rem);
}

.dpc-section-heading h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(3rem, 5.3vw, 5.8rem);
  line-height: .94;
}

.dpc-section-heading > p:last-child {
  max-width: 28rem;
  margin: 0;
  font-size: 1.05rem;
}

.dpc-system-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(.75rem, 1.25vw, 1.25rem);
}

.dpc-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: #0b1e3c;
}

.dpc-media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--ease);
}

.dpc-media:hover > img {
  transform: scale(1.018);
}

.dpc-media > p,
.dpc-video-block > p {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  margin: 0;
  padding: 1rem 1.15rem;
  border-radius: 1rem;
  background: rgba(245, 245, 237, .92);
  color: #101010;
  font-size: clamp(.82rem, 1vw, 1rem);
  line-height: 1.35;
  backdrop-filter: blur(12px);
}

.dpc-media > p span,
.dpc-video-block > p span {
  display: block;
  margin-bottom: .35rem;
  font-family: var(--label);
  font-size: .65rem;
  color: var(--dpc-navy);
  text-transform: uppercase;
}

.dpc-media-invitation {
  grid-column: 1 / 5;
  min-height: clamp(32rem, 43vw, 55rem);
}

.dpc-media-invitation > img {
  object-fit: cover;
  object-position: center;
}

.dpc-media-keynote {
  grid-column: 5 / 13;
  min-height: clamp(32rem, 43vw, 55rem);
}

.dpc-media-badge {
  grid-column: 1 / 7;
  aspect-ratio: 1.5;
}

.dpc-media-exhibition {
  grid-column: 7 / 13;
  aspect-ratio: 1.5;
}

.dpc-experience-journey {
  margin-top: clamp(5rem, 9vw, 9rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid;
}

.dpc-experience-journey > .reveal {
  min-height: 20rem;
  padding: 1.25rem clamp(1rem, 2vw, 2rem) 1.5rem 0;
  border-right: 1px solid;
  display: flex;
  flex-direction: column;
}

.dpc-experience-journey > .reveal + .reveal {
  padding-left: clamp(1rem, 2vw, 2rem);
}

.dpc-experience-journey > .reveal:last-child {
  border-right: 0;
}

.dpc-experience-journey span {
  font-family: var(--display);
  font-size: clamp(3rem, 5vw, 5rem);
  letter-spacing: -.08em;
  color: var(--dpc-navy);
}

.dpc-experience-journey h3 {
  max-width: 12ch;
  margin: auto 0 1.25rem;
  font-size: clamp(1.35rem, 2vw, 2.1rem);
}

.dpc-experience-journey p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.5;
}

.dpc-participation {
  background: var(--dpc-navy);
  color: #f5f5ed;
}

.dpc-video-block {
  position: relative;
  margin-bottom: clamp(.75rem, 1.25vw, 1.25rem);
  border-radius: var(--radius);
  overflow: hidden;
  background: #000;
}

.dpc-video-block video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.dpc-participation-grid {
  display: grid;
  grid-template-columns: 1.5fr .8fr;
  gap: clamp(.75rem, 1.25vw, 1.25rem);
}

.dpc-media-ai,
.dpc-media-ending {
  min-height: clamp(22rem, 35vw, 48rem);
}

.dpc-media-ending {
  background: #010715;
}

.dpc-media-ending > img {
  object-fit: contain;
  padding: 4%;
}

.dpc-journey {
  background: var(--dpc-mint);
}

.dpc-journey .dpc-section-heading {
  grid-template-columns: .5fr 1.6fr;
}

.dpc-journey-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid;
}

.dpc-journey-grid > .reveal {
  min-height: 26rem;
  padding: 1.5rem clamp(1rem, 2.5vw, 2.5rem) 2rem 0;
  border-right: 1px solid;
  display: flex;
  flex-direction: column;
}

.dpc-journey-grid > .reveal + .reveal {
  padding-left: clamp(1rem, 2.5vw, 2.5rem);
}

.dpc-journey-grid > .reveal:last-child {
  border-right: 0;
}

.dpc-journey-grid span {
  font-family: var(--display);
  font-size: clamp(3rem, 5vw, 5rem);
  letter-spacing: -.08em;
}

.dpc-journey-grid small {
  margin-top: auto;
  font-family: var(--label);
  font-size: .75rem;
}

.dpc-journey-grid h3 {
  max-width: 12ch;
  margin: .8rem 0 1.25rem;
  font-size: clamp(1.7rem, 2.5vw, 2.8rem);
}

.dpc-journey-grid p {
  max-width: 24rem;
  margin: 0;
  font-size: .95rem;
}

.dpc-media-collaboration {
  margin-top: clamp(5rem, 9vw, 9rem);
  padding-top: 1.5rem;
  border-top: 1px solid;
  display: grid;
  grid-template-columns: .8fr 1fr .65fr;
  gap: clamp(2rem, 5vw, 6rem);
}

.dpc-media-collaboration h3 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2.5rem, 4vw, 4.5rem);
}

.dpc-media-collaboration > p {
  max-width: 34rem;
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
}

.dpc-media-collaboration ul {
  margin: 0;
}

.dpc-media-collaboration li {
  padding: .65rem 0;
  border-top: 1px solid;
  font-family: var(--label);
  font-size: .72rem;
  text-transform: uppercase;
}

.dpc-impact {
  background: #f0eee3;
}

.dpc-impact-heading {
  display: grid;
  grid-template-columns: .4fr 1.2fr .4fr;
  align-items: end;
  gap: clamp(2rem, 4vw, 5rem);
  margin-bottom: clamp(4rem, 7vw, 7rem);
}

.dpc-impact-heading h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(3rem, 5.4vw, 6rem);
  line-height: .94;
}

.dpc-impact-heading > p:last-child {
  max-width: 25rem;
  margin: 0;
  font-size: 1rem;
}

.dpc-impact-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid;
}

.dpc-impact-grid > div {
  min-height: 17rem;
  padding: 1.5rem clamp(.85rem, 1.5vw, 1.5rem) 1.5rem 0;
  border-right: 1px solid;
  display: flex;
  flex-direction: column;
}

.dpc-impact-grid > div + div {
  padding-left: clamp(.85rem, 1.5vw, 1.5rem);
}

.dpc-impact-grid > div:last-child {
  border-right: 0;
}

.dpc-impact-grid strong {
  font-family: var(--display);
  font-size: clamp(3.2rem, 5.7vw, 6.5rem);
  font-weight: 300;
  line-height: .9;
  letter-spacing: -.08em;
  color: var(--dpc-navy);
}

.dpc-impact-grid span {
  max-width: 12rem;
  margin-top: auto;
  font-family: var(--label);
  font-size: .72rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.dpc-impact-grid small {
  margin-top: .55rem;
  font-size: .75rem;
  opacity: .58;
}

.dpc-outcomes {
  margin-top: clamp(5rem, 8vw, 8rem);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.dpc-outcomes > .reveal {
  min-height: 20rem;
  padding: 1.25rem;
  border: 1px solid;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
}

.dpc-outcomes span {
  font-family: var(--label);
  font-size: .7rem;
}

.dpc-outcomes h3 {
  max-width: 10ch;
  margin: auto 0 1.25rem;
  font-size: clamp(2rem, 3.5vw, 4rem);
}

.dpc-outcomes p {
  max-width: 25rem;
  margin: 0;
  font-size: .95rem;
  line-height: 1.5;
}

.dpc-scale {
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
  background: var(--dpc-deep);
  color: #f5f5ed;
}

.dpc-scale-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 3rem;
  margin-bottom: clamp(4rem, 7vw, 7rem);
}

.dpc-scale-heading h2 {
  max-width: none;
  margin: 0;
  text-align: right;
  font-size: clamp(3rem, 5.2vw, 5.8rem);
  line-height: .94;
}

.dpc-scale-heading > div > p:last-child {
  max-width: 30rem;
  margin: 2rem 0 0;
  font-size: 1rem;
  line-height: 1.55;
}

.dpc-audience-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius);
}

.dpc-audience-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dpc-case-actions {
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.dpc-case-actions a {
  min-height: 5.5rem;
  padding: 1.15rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: var(--radius);
  display: flex;
  justify-content: space-between;
  align-items: end;
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.6vw, 2.8rem);
  letter-spacing: -.04em;
  transition: background .3s ease, color .3s ease;
}

.dpc-case-actions a:first-child {
  background: var(--dpc-mint);
  color: #071520;
  border-color: transparent;
}

.dpc-case-actions a:hover,
.dpc-case-actions a:focus-visible {
  background: #f5f5ed;
  color: #071520;
  outline: 0;
}

.dpc-case-actions span {
  font-size: .8em;
}

@media (min-width: 640px) {
  .dpc-case h2 > span { white-space: nowrap; }
}

@media (max-width: 1023px) {
  .dpc-case-hero {
    min-height: 48rem;
    grid-template-columns: 1.3fr .7fr;
  }
  .dpc-case-hero-copy { grid-column: 1 / -1; }
  .dpc-case-hero-copy h1 { max-width: none; }
  .dpc-overview-grid,
  .dpc-experience-journey { grid-template-columns: 1fr 1fr; }
  .dpc-overview-grid > .reveal:nth-child(2),
  .dpc-experience-journey > .reveal:nth-child(2) { border-right: 0; }
  .dpc-overview-grid > .reveal:nth-child(n+3),
  .dpc-experience-journey > .reveal:nth-child(n+3) { border-top: 1px solid; }
  .dpc-section-heading { grid-template-columns: .4fr 1.2fr; }
  .dpc-section-heading > p:last-child { grid-column: 2; }
  .dpc-media-invitation { grid-column: 1 / 6; }
  .dpc-media-keynote { grid-column: 6 / 13; aspect-ratio: 1.2; }
  .dpc-participation-grid { grid-template-columns: 1fr 1fr; }
  .dpc-media-collaboration { grid-template-columns: 1fr 1fr; }
  .dpc-media-collaboration ul { grid-column: 2; }
  .dpc-impact-heading { grid-template-columns: .4fr 1.2fr; }
  .dpc-impact-heading > p:last-child { grid-column: 2; }
  .dpc-impact-grid { grid-template-columns: repeat(3, 1fr); }
  .dpc-impact-grid > div:nth-child(3) { border-right: 0; }
  .dpc-impact-grid > div:nth-child(n+4) { border-top: 1px solid; }
  .dpc-scale-heading > div { flex: .75; }
  .dpc-scale-heading h2 { flex: 1.25; font-size: clamp(2.5rem, 5vw, 4rem); }
}

@media (max-width: 639px) {
  .dpc-case-hero {
    min-height: auto;
    padding-top: 8.5rem;
    padding-bottom: 4.5rem;
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .dpc-case-hero-copy { grid-column: auto; }
  .dpc-case-hero-copy h1 { max-width: none; font-size: 18vw; line-height: .84; }
  .dpc-case-hero-name { margin-top: 1rem; font-size: .78rem; }
  .dpc-case-hero-copy h2 { margin-top: 3.5rem; font-size: clamp(2.15rem, 9.5vw, 3rem); }
  .dpc-case-intro > p:first-child { font-size: 1.05rem; }
  .dpc-role { min-height: 17rem; }
  .dpc-kv { aspect-ratio: 1.55; }
  .dpc-kv img { object-fit: contain; object-position: center; }
  .dpc-overview-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .dpc-overview-heading h2 { font-size: clamp(2.5rem, 11vw, 3.5rem); }
  .dpc-overview-grid,
  .dpc-experience-journey { grid-template-columns: 1fr; }
  .dpc-overview-grid > .reveal,
  .dpc-overview-grid > .reveal + .reveal,
  .dpc-experience-journey > .reveal,
  .dpc-experience-journey > .reveal + .reveal {
    min-height: 15rem;
    padding: 1.25rem 0 1.75rem;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid;
  }
  .dpc-overview-grid > .reveal:last-child,
  .dpc-experience-journey > .reveal:last-child { border-bottom: 0; }
  .dpc-strategy-heading,
  .dpc-scale-heading { display: block; }
  .dpc-strategy-heading h2,
  .dpc-scale-heading h2 { margin-top: 3rem; text-align: left; }
  .dpc-strategy-words > .reveal { min-height: 14rem; grid-template-columns: 1fr; gap: 1rem; }
  .dpc-strategy-words strong { font-size: clamp(3.5rem, 18vw, 5rem); }
  .dpc-strategy-words small { max-width: 25rem; justify-self: start; }
  .dpc-section-heading,
  .dpc-journey .dpc-section-heading { display: block; }
  .dpc-section-heading h2 { margin-top: 3rem; font-size: clamp(2.5rem, 11vw, 3.5rem); }
  .dpc-section-heading > p:last-child { margin-top: 1.5rem; }
  .dpc-system-grid,
  .dpc-participation-grid { display: grid; grid-template-columns: 1fr; }
  .dpc-media-invitation,
  .dpc-media-keynote,
  .dpc-media-badge,
  .dpc-media-exhibition { grid-column: auto; aspect-ratio: 1.18; }
  .dpc-media-invitation { min-height: 0; aspect-ratio: .88; }
  .dpc-media-invitation > img { object-position: center 35%; }
  .dpc-media-keynote { min-height: 0; }
  .dpc-video-block video { aspect-ratio: 1.1; }
  .dpc-media-ai,
  .dpc-media-ending { min-height: 0; aspect-ratio: 1.05; }
  .dpc-media > p,
  .dpc-video-block > p { left: .65rem; right: .65rem; bottom: .65rem; padding: .8rem; }
  .dpc-journey-grid { grid-template-columns: 1fr; }
  .dpc-journey-grid > .reveal,
  .dpc-journey-grid > .reveal + .reveal {
    min-height: 20rem;
    padding: 1.25rem 0 2rem;
    border-right: 0;
    border-bottom: 1px solid;
  }
  .dpc-journey-grid > .reveal:last-child { border-bottom: 0; }
  .dpc-media-collaboration { grid-template-columns: 1fr; }
  .dpc-media-collaboration ul { grid-column: auto; }
  .dpc-impact-heading { display: block; }
  .dpc-impact-heading h2 { margin-top: 3rem; font-size: clamp(2.5rem, 11vw, 3.5rem); }
  .dpc-impact-heading > p:last-child { margin-top: 1.5rem; }
  .dpc-impact-grid { grid-template-columns: 1fr 1fr; }
  .dpc-impact-grid > div { min-height: 12rem; }
  .dpc-impact-grid > div:nth-child(2n) { border-right: 0; }
  .dpc-impact-grid > div:nth-child(3) { border-right: 1px solid; }
  .dpc-impact-grid > div:nth-child(n+3) { border-top: 1px solid; }
  .dpc-impact-grid strong { font-size: clamp(2.8rem, 15vw, 4.2rem); }
  .dpc-outcomes { grid-template-columns: 1fr; }
  .dpc-outcomes > .reveal { min-height: 17rem; }
  .dpc-audience-media { aspect-ratio: 1.15; }
  .dpc-audience-media img { object-position: center; }
  .dpc-case-actions { grid-template-columns: 1fr; }
  .dpc-case-actions a { min-height: 4.75rem; font-size: 1.35rem; }
}

@media (hover: none), (pointer: coarse) {
  .dpc-media:hover > img { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
