/* Showroom comercial — Documentos 1, 3 y 3.1. Galería de producto. */

body.pdp-showroom {
  --font-display: "Poetsen One", "Trebuchet MS", sans-serif;
  --font-body: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --studio: #f3efe6;
  --studio-ink: #0c0c0c;
}

/* Crop, never squash. Logos keep contain. */
body.pdp-showroom img {
  object-fit: cover;
}

body.pdp-showroom .pdp-unified-header img,
body.pdp-showroom .logo-pdp,
body.pdp-showroom .logo-pdp-symbol,
body.pdp-showroom .pdp-assistant-root img,
body.pdp-showroom .pdp-social--ig .pdp-social__mark img {
  object-fit: contain;
}

body.pdp-showroom .hero.pdp-show-hero {
  min-height: 0;
  overflow: visible;
  background: transparent;
  padding: clamp(32px, 5vw, 72px) 0 clamp(24px, 4vw, 48px);
}

body.pdp-showroom > .header,
body.pdp-showroom .header.pdp-unified-header {
  position: sticky !important;
  top: 0;
}

.pdp-show-hero {
  padding: clamp(28px, 5vw, 64px) 0 clamp(20px, 3vw, 40px);
}

.pdp-show-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.pdp-show-hero h1 {
  max-width: 16ch;
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5.4vw, 4.4rem);
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0.01em;
  color: #000;
}

.pdp-show-hero h1 em {
  font-style: normal;
  color: #00cc00;
}

.pdp-show-hero__lead {
  max-width: 36rem;
  margin: 0 0 28px;
  font-size: clamp(1.02rem, 1.6vw, 1.18rem);
  line-height: 1.5;
}

.pdp-show-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pdp-cinema {
  position: relative;
  background: #050505;
  box-shadow: none;
}

.pdp-cinema .pdp-chooser__media {
  position: relative;
  min-height: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0;
  border: 0;
  background: #050505;
  box-shadow: none;
}

.pdp-cinema .pdp-chooser__media iframe,
.pdp-cinema__play img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdp-cinema__play {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #050505;
  color: #fff;
  cursor: pointer;
}

.pdp-cinema__play .pdp-film__play {
  width: 68px;
  height: 68px;
}

.pdp-cinema__play .pdp-film__play::after {
  left: 28px;
  top: 22px;
  border-width: 12px 0 12px 20px;
}

.pdp-cinema__label {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 400;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.65);
}

.pdp-cinema__play:hover .pdp-film__play,
.pdp-cinema__play:focus-visible .pdp-film__play {
  transform: translate(-50%, -50%) scale(1);
}

.pdp-cinema__caption {
  margin: 0;
  padding: 10px 14px 12px;
  background: #111;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pdp-chrome__bar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 28px;
  padding: 0 12px;
  background: #1b1b1b;
}

.pdp-chrome__bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3a3a3a;
}

.pdp-chrome__bar i:nth-child(1) {
  background: #ff5f57;
}

.pdp-chrome__bar i:nth-child(2) {
  background: #febc2e;
}

.pdp-chrome__bar i:nth-child(3) {
  background: #28c840;
}

.pdp-need {
  padding: clamp(36px, 6vw, 72px) 0;
  background: #000;
  color: #fff;
}

body.pdp-showroom .pdp-need h2,
html[data-theme="light"] body.pdp-deck .pdp-need h2 {
  color: #fff;
}

.pdp-need > .container > p {
  color: rgba(255, 255, 255, 0.72);
}

.pdp-need h2,
.pdp-show-block h2,
.pdp-macros h2 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.4vw, 2.6rem);
  font-weight: 400;
  line-height: 1.05;
}

.pdp-need > .container > p,
.pdp-show-block > .container > p,
.pdp-macros > .container > p {
  max-width: 40rem;
  margin: 0 0 22px;
  line-height: 1.55;
}

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

@media (min-width: 981px) {
  body.pdp-showroom .pdp-need__grid {
    padding-inline-end: 4.75rem;
  }
}

body.pdp-showroom .pdp-assistant-launcher__label {
  display: none;
}

@media (max-width: 640px) {
  body.pdp-showroom .pdp-need__grid button {
    padding-right: 4.75rem;
  }
  body.pdp-showroom .pdp-macro-card > span {
    right: 4.5rem;
  }
}

.pdp-need__grid button {
  min-height: 168px;
  padding: 22px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition: background 220ms ease, border-color 220ms ease;
}

.pdp-need__grid button small {
  display: block;
  margin-bottom: 10px;
  color: #00cc00;
  font-family: var(--font-body);
  font-size: 0.68rem;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pdp-need__grid button strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 400;
}

.pdp-need__grid button span {
  display: block;
  font-size: 0.88rem;
  line-height: 1.4;
  opacity: 0.68;
}

.pdp-need__grid button:hover,
.pdp-need__grid button:focus-visible {
  background: #fff;
  color: #000;
  border-color: #fff;
  outline: none;
}

.pdp-need__ia {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.78);
}

.pdp-macros {
  padding: clamp(12px, 3vw, 28px) 0 clamp(40px, 6vw, 72px);
}

#inicio,
#orientacion,
#soluciones,
#clientes,
#trabajos,
#medios,
#hablemos,
.pdp-show-block {
  scroll-margin-top: calc(var(--pdp-header-h, 72px) + var(--pdp-topbar-h, 34px) + 28px);
}

#trabajos {
  position: relative;
  background: var(--studio);
}

#trabajos::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

#trabajos > .container {
  position: relative;
  z-index: 1;
}

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

.pdp-macro-card {
  position: relative;
  aspect-ratio: 4 / 5;
  min-height: 0;
  overflow: hidden;
  border: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  cursor: pointer;
  background: #111;
}

.pdp-macro-card:nth-child(1),
.pdp-macro-card:nth-child(2),
.pdp-macro-card:nth-child(7),
.pdp-macro-card:nth-child(8) {
  aspect-ratio: 16 / 10;
  grid-column: span 2;
}

.pdp-macro-card:nth-child(7) img {
  object-position: top center;
}

.pdp-macro-card[data-open-macro="digital"] img {
  object-position: top center;
}

.pdp-macro-card[data-open-macro="automatizacion"] img {
  object-position: top left;
}

.pdp-macro-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1), filter 400ms ease;
  filter: saturate(0.92) contrast(1.05);
}

.pdp-macro-card:hover img,
.pdp-macro-card:focus-visible img {
  transform: scale(1.08);
  filter: saturate(1.06) contrast(1.08);
}

.pdp-macro-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 12%, rgba(0, 0, 0, 0.84) 100%);
}

.pdp-macro-card > span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
}

.pdp-macro-card small {
  display: block;
  margin-bottom: 6px;
  color: #00cc00;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pdp-macro-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.1;
}

.pdp-macro-card em {
  display: none;
}

.pdp-show-block {
  padding: clamp(36px, 6vw, 72px) 0;
}

.pdp-show-block--ink {
  background: #000;
  color: #fff;
}

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

.pdp-works figure {
  margin: 0;
  aspect-ratio: 16 / 10;
  min-height: 0;
  overflow: hidden;
  background: #111;
}

.pdp-works img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 0;
}

.pdp-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.pdp-steps article {
  padding: 18px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 18px;
  background: #fff;
}

.pdp-steps small {
  display: block;
  margin-bottom: 8px;
  color: #00cc00;
  letter-spacing: 0.12em;
}

.pdp-steps strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--font-display);
  font-weight: 400;
}

.pdp-ia {
  padding: clamp(40px, 6vw, 80px) 0;
  background: #00cc00;
  color: #000;
}

.pdp-ia h2,
.pdp-ia p {
  color: #000;
}

.pdp-ia__btn {
  background: #000;
  color: #fff;
  border-color: #000;
}

.pdp-cta-final {
  padding: clamp(48px, 7vw, 88px) 0;
}

html:has(body.pdp-macro-open),
html:has(body.pdp-macro-open) body {
  overflow: hidden !important;
  height: 100%;
  overscroll-behavior: none;
}

.pdp-macro-dialog {
  position: fixed;
  inset: 0;
  z-index: 200000;
  display: none;
  padding: 0;
  background: rgba(7, 7, 7, 0.94);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
}

.pdp-macro-dialog.is-open {
  display: block;
}

.pdp-macro-sheet {
  position: relative;
  width: min(1280px, 100%);
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
  background: #fff;
  color: #000;
}

#pdpMacroDialog {
  background: #000;
}

.pdp-look-sheet {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
  min-width: 0;
  background: #fff;
  color: #000;
}

.pdp-look-sheet .pdp-macro-close {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 30;
  width: 44px;
  height: 44px;
  background: rgba(8, 8, 8, 0.78);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.pdp-look-sheet .pdp-macro-close:focus-visible {
  outline: 2px solid #00cc00;
  outline-offset: 2px;
}

.pdp-look__billboard {
  position: relative;
  z-index: 0;
  display: grid;
  align-items: end;
  width: min(100%, 1280px);
  min-height: 0;
  aspect-ratio: 16 / 9;
  margin-inline: auto;
  overflow: hidden;
  background: #050505;
  color: #fff;
  pointer-events: none;
}

.pdp-look__billboard img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(0.95) contrast(1.04);
}

.pdp-look__billboard::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.88) 0%, rgba(5, 5, 5, 0.42) 46%, rgba(5, 5, 5, 0.18) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.2) 0%, transparent 36%, rgba(5, 5, 5, 0.82) 100%);
}

.pdp-look__billboard-copy {
  position: relative;
  z-index: 2;
  padding: clamp(88px, 14vh, 140px) max(24px, calc((100% - 1040px) / 2)) clamp(32px, 5vh, 52px);
}

.pdp-look__billboard-copy .pdp-chooser__kicker {
  margin: 0 0 14px;
  color: #00cc00;
}

.pdp-look__billboard-copy h2 {
  max-width: 14ch;
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  font-weight: 400;
  line-height: 0.94;
  color: #fff;
}

html[data-theme="light"] body.pdp-deck .pdp-look__billboard-copy h2 {
  color: #fff;
}

.pdp-look__billboard-copy .pdp-macro-hook {
  max-width: 26ch;
  margin: 0;
  font-size: clamp(1.12rem, 2vw, 1.5rem);
  line-height: 1.25;
  color: #00cc00;
}

.pdp-look__hero {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding-top: 56px;
  background:
    radial-gradient(70% 45% at 50% 0%, rgba(0, 204, 0, 0.12), transparent 58%),
    #050505;
}

.pdp-look__hero img {
  display: block;
  width: min(100%, 1040px);
  height: auto;
  max-height: none;
  aspect-ratio: 16 / 10;
  margin: 0 auto;
  object-fit: cover;
  object-position: top center;
  background: #111;
}

.pdp-look__hero figcaption {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 8px 16px;
  padding: 16px 24px 32px;
  margin: 0;
  color: #fff;
  text-align: center;
}

.pdp-look__hero figcaption small {
  color: #00cc00;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.62rem;
}

.pdp-look__hero figcaption span {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.35;
}

.pdp-look__copy {
  padding: 48px max(24px, calc((100% - 1040px) / 2)) 64px;
  background: #fff;
}

.pdp-look__copy .pdp-chooser__kicker {
  margin: 0 0 16px;
}

.pdp-look__copy h2 {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 400;
  line-height: 0.95;
}

.pdp-look__intro {
  max-width: 62ch;
  margin: 0;
  line-height: 1.55;
  opacity: 0.8;
}

.pdp-look__copy h3 {
  margin: 48px 0 16px;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 400;
}

.pdp-look__wait {
  margin: 48px 0 8px;
  padding: 36px 0 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.pdp-look__wait small {
  display: block;
  margin-bottom: 12px;
  color: #00cc00;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pdp-look__wait strong {
  display: block;
  max-width: 16ch;
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.6vw, 3rem);
  font-weight: 400;
  line-height: 0.95;
}

.pdp-look__wait p {
  max-width: 42ch;
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.5;
  opacity: 0.72;
}

.pdp-look__wait .btn {
  margin-top: 18px;
}

.pdp-look__caps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: look-cap;
}

.pdp-look__caps li {
  counter-increment: look-cap;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 4px 16px;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pdp-look__caps li::before {
  content: counter(look-cap, decimal-leading-zero);
  color: #00cc00;
  letter-spacing: 0.14em;
  font-size: 0.62rem;
  font-weight: 500;
  padding-top: 6px;
}

.pdp-look__caps strong {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 400;
}

.pdp-look__caps span {
  display: block;
  grid-column: 2;
  margin-top: 4px;
  line-height: 1.5;
  opacity: 0.72;
}

@media (min-width: 768px) {
  .pdp-look__caps {
    grid-template-columns: 1fr 1fr;
    column-gap: 48px;
  }
}

.pdp-look__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px 24px;
}

@media (min-width: 768px) {
  .pdp-look__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.pdp-look__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  min-height: 44px;
  text-decoration: none;
}

.pdp-look__frame {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #111;
  margin-bottom: 12px;
}

.pdp-look__card img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.pdp-look__type {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 16 / 10;
  margin-bottom: 12px;
  background: #111;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.pdp-look__card small {
  display: block;
  color: #00cc00;
  letter-spacing: 0.12em;
  font-size: 0.62rem;
}

.pdp-look__card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.1;
}

.pdp-look__card em {
  display: block;
  margin-top: 4px;
  max-width: 36ch;
  font-style: italic;
  font-weight: 300;
  font-size: 0.95rem;
  line-height: 1.35;
  opacity: 0.62;
}

.pdp-look__go {
  display: block;
  margin-top: 8px;
  color: #00cc00;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.pdp-look__card img,
.pdp-look__type,
.pdp-look__go {
  transition: outline-color 200ms ease, color 200ms ease, opacity 200ms ease;
}

.pdp-look__card:hover .pdp-look__frame,
.pdp-look__card:focus-visible .pdp-look__frame {
  outline: 1px solid #00cc00;
  outline-offset: 0;
}

.pdp-look__card:focus-visible {
  outline: none;
}

.pdp-look-sheet .pdp-macro-related {
  min-height: 44px;
  padding: 12px 0;
  margin-right: 32px;
  transition: border-color 200ms ease;
}

.pdp-look-sheet .pdp-macro-related:focus-visible {
  outline: 2px solid #00cc00;
  outline-offset: 4px;
}

.pdp-look-sheet .pdp-macro-ask {
  max-width: 36ch;
  margin: 48px 0 16px;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
}

.pdp-look-sheet .pdp-pillar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pdp-look-sheet .btn {
  min-height: 44px;
}

.pdp-look-sheet .btn:focus-visible {
  outline: 2px solid #00cc00;
  outline-offset: 2px;
}

html[data-theme="dark"] .pdp-look-sheet,
html[data-theme="dark"] .pdp-look__copy {
  background: #0a0a0a;
  color: #fff;
}

html[data-theme="dark"] .pdp-look__caps li {
  border-top-color: rgba(255, 255, 255, 0.12);
}

html[data-theme="dark"] .pdp-look__wait {
  border-top-color: rgba(255, 255, 255, 0.12);
}

@media (max-width: 640px) {
  .pdp-look__billboard {
    width: 100%;
    aspect-ratio: 4 / 5;
    max-height: min(70vh, 560px);
  }

  .pdp-look__billboard-copy {
    padding: 88px 20px 28px;
  }

  .pdp-look__hero img {
    width: 100%;
  }

  .pdp-look__copy {
    padding: 32px 20px 48px;
  }

  .pdp-look-sheet .pdp-macro-close {
    top: 10px;
    right: 10px;
  }
}

.pdp-proj-sheet {
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: none;
  width: 100%;
}

@media (min-width: 900px) {
  .pdp-proj-sheet .pdp-proj__works,
  .pdp-proj-sheet .pdp-proj__photos,
  .pdp-proj-sheet .pdp-proj__gallery {
    grid-column: 1 / -1;
    padding: 0 max(24px, calc((100% - 1040px) / 2)) 48px;
  }
}

.pdp-macro-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #000;
  color: #fff;
  cursor: pointer;
}

.pdp-macro-hero {
  margin: 0;
  background: #070707;
}

.pdp-macro-hero:not(.pdp-stage) {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.pdp-macro-hero:not(.pdp-stage) img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pdp-macro-hero.pdp-stage img {
  height: auto;
}

.pdp-macro-copy {
  padding: clamp(22px, 4vw, 40px);
  background: #fff;
  position: relative;
  z-index: 1;
}

.pdp-macro-copy h2 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
  font-weight: 400;
}

.pdp-macro-hook {
  margin: 0 0 12px;
  font-style: italic;
  font-weight: 300;
  font-size: 1.05rem;
}

.pdp-macro-copy h3 {
  margin: 28px 0 12px;
  font-family: var(--font-display);
  font-weight: 400;
}

.pdp-macro-caps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.pdp-macro-caps article {
  padding: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.pdp-macro-caps strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-display);
  font-weight: 400;
}

.pdp-macro-caps span {
  font-size: 0.88rem;
  line-height: 1.4;
  opacity: 0.7;
}

.pdp-macro-works {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.pdp-macro-works img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
  background: #070707;
}

.pdp-macro-relateds {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pdp-macro-related {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 0;
  margin-right: 22px;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.pdp-macro-related:hover,
.pdp-macro-related:focus-visible {
  border-bottom-color: #00cc00;
}

.pdp-macro-related small {
  color: #00cc00;
  font-size: 0.65rem;
}

.pdp-macro-related em {
  display: block;
  max-width: 28ch;
  margin-top: 2px;
  font-style: italic;
  font-weight: 300;
  font-size: 0.82rem;
  line-height: 1.35;
  opacity: 0.62;
}

.pdp-macro-ask {
  margin: 22px 0 14px;
  font-family: var(--font-display);
  font-size: 1.2rem;
}

html[data-theme="dark"] body.pdp-showroom .pdp-need__grid button {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}

html[data-theme="dark"] body.pdp-showroom .pdp-steps article {
  background: #111;
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

html[data-theme="dark"] .pdp-macro-related {
  background: transparent;
  color: inherit;
}

html[data-theme="dark"] .pdp-macro-sheet {
  background: #0a0a0a;
  color: #fff;
}

html[data-theme="dark"] .pdp-macro-copy {
  background: #0a0a0a;
}

html[data-theme="dark"] .pdp-macro-caps article {
  border-color: rgba(255, 255, 255, 0.12);
}

.pdp-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 28px;
  position: relative;
  z-index: 3;
  padding: 10px 0 14px;
  background: transparent;
}

.pdp-filter {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 999px;
  background: #fff;
  color: #000;
  cursor: pointer;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  white-space: nowrap;
  line-height: 1;
}

.pdp-filter.is-on,
.pdp-filter:hover,
.pdp-filter:focus-visible {
  background: #00cc00;
  border-color: #00cc00;
  color: #000;
  outline: none;
}

.pdp-family {
  position: relative;
  margin-bottom: clamp(48px, 8vw, 96px);
}

.pdp-family,
.pdp-tile {
  transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1), transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

/* Tiles always paint: opacity:0 + transform hid covers and blocked native lazy. */
#pdpProjectsMount.is-revealing .pdp-family:not(.is-in) {
  opacity: 0;
}

.pdp-family.is-in,
.pdp-tile.is-in {
  opacity: 1;
  transform: none;
}

.pdp-family__num {
  position: absolute;
  right: -2%;
  top: -0.42em;
  z-index: 0;
  font-family: var(--font-display);
  font-size: clamp(5.5rem, 14vw, 11rem);
  line-height: 0.8;
  color: #00cc00;
  opacity: 0.14;
  pointer-events: none;
  user-select: none;
}

.pdp-family__head {
  position: relative;
  z-index: 1;
  max-width: 38rem;
  margin-bottom: 22px;
}

.pdp-family__head h3 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 400;
  line-height: 1.05;
}

.pdp-family__head p {
  margin: 0;
  line-height: 1.5;
  opacity: 0.72;
}

.pdp-bento {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px 22px;
  align-items: start;
}

.pdp-bento--mobility {
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.pdp-bento--software {
  grid-template-columns: 1fr 1fr;
}

.pdp-bento--web {
  grid-template-columns: 1fr 1fr;
}

.pdp-bento--school {
  grid-template-columns: 1fr;
  max-width: none;
}

.pdp-tile {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  min-width: 0;
  transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1), transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pdp-stage {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  overflow: visible;
  isolation: isolate;
  background: transparent;
  transform: perspective(1200px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transform-style: preserve-3d;
  transition: transform 180ms ease;
}

.pdp-tile:hover .pdp-chrome,
.pdp-tile:focus-visible .pdp-chrome {
  box-shadow: none;
  outline: 1px solid #00cc00;
  outline-offset: 0;
}

.pdp-tile:hover .pdp-phone,
.pdp-tile:focus-visible .pdp-phone {
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.22),
    inset 0 0 0 2px #2a2a2a;
}

.pdp-chrome {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #111;
  border-radius: 0;
  box-shadow: none;
}

.pdp-chrome__bar {
  display: none;
}

.pdp-stage--screen,
.pdp-stage--board,
.pdp-stage--scroll {
  aspect-ratio: auto;
  padding: 0;
  overflow: hidden;
}

.pdp-chrome .pdp-stage__img,
.pdp-chrome img {
  position: absolute;
  inset: 0;
  flex: none;
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: top center;
  background: #111;
  transition: opacity 280ms ease;
}

.pdp-phone {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 9px 12px;
  overflow: hidden;
  background: #111;
  border-radius: 32px;
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.24),
    inset 0 0 0 2px #2a2a2a;
}

.pdp-phone img,
.pdp-phone .pdp-stage__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  background: #000;
  border-radius: 22px;
  transition: opacity 280ms ease;
}

.pdp-stage--phone {
  width: min(100%, 280px);
  aspect-ratio: 9 / 19.5;
  justify-self: center;
  align-self: end;
  padding: 0;
}

.pdp-poster {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}

.pdp-poster img,
.pdp-poster .pdp-stage__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  background: #000;
}

.pdp-stage--poster {
  width: min(100%, 220px);
  aspect-ratio: 9 / 19.5;
  justify-self: center;
  align-self: end;
  padding: 0;
  background: #000;
}

.pdp-stage--type {
  aspect-ratio: auto;
  padding: 0;
  overflow: hidden;
}

.pdp-stage--thumb {
  aspect-ratio: 16 / 10;
  padding: 0;
}

.pdp-stage--thumb .pdp-chrome,
.pdp-macro-work .pdp-stage {
  height: 100%;
}

.pdp-macro-hero.pdp-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  aspect-ratio: auto;
  min-height: 0;
  max-height: none;
  padding: 28px 32px 32px;
  margin: 0;
  background:
    radial-gradient(70% 50% at 50% 0%, rgba(0, 204, 0, 0.16), transparent 55%),
    #111;
  overflow: hidden;
  transform: none;
}

.pdp-macro-hero.pdp-stage:has(.pdp-case__bar) {
  padding-bottom: 76px;
}

.pdp-macro-hero.pdp-stage:has(.pdp-case__dir) {
  cursor: pointer;
}

.pdp-macro-hero.pdp-stage--phone {
  width: 100%;
  max-width: none;
  margin: 0;
  min-height: 0;
  padding: 36px 24px;
  aspect-ratio: auto;
}

.pdp-macro-hero.pdp-stage--phone .pdp-phone {
  width: min(280px, 58%);
  margin: 0 auto;
  aspect-ratio: 9 / 19.5;
  height: auto;
}

.pdp-macro-hero.pdp-stage--poster {
  width: 100%;
  max-width: none;
  margin: 0;
  min-height: 0;
  padding: 24px;
  aspect-ratio: auto;
}

.pdp-macro-hero.pdp-stage--poster .pdp-poster {
  width: min(320px, 62%);
  margin: 0 auto;
  aspect-ratio: 9 / 19.5;
  height: auto;
}

.pdp-macro-hero.pdp-stage--screen .pdp-chrome {
  width: 100%;
  margin: 0;
  aspect-ratio: auto;
  height: auto;
  max-height: none;
  border-radius: 0;
}

.pdp-macro-hero.pdp-stage img {
  height: auto;
}

.pdp-stage img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.pdp-stage__hint {
  display: none;
}

.pdp-tile:hover .pdp-stage__hint,
.pdp-tile:focus-visible .pdp-stage__hint {
  opacity: 1;
  transform: none;
}

.pdp-tile__type {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 10;
  padding: 22px;
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(0, 204, 0, 0.35), transparent 55%),
    #111;
  color: #fff;
}

.pdp-tile__type em {
  margin-top: 10px;
  max-width: 28ch;
  font-style: italic;
  font-weight: 300;
  font-size: 0.88rem;
  line-height: 1.35;
  opacity: 0.7;
}

.pdp-tile__type span {
  color: #00cc00;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pdp-tile__type strong {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 400;
  line-height: 0.95;
}

.pdp-tile__meta {
  padding: 14px 2px 4px;
}

.pdp-tile__meta small {
  display: block;
  color: #00cc00;
  font-size: 0.68rem;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pdp-tile__meta small i {
  font-style: italic;
  font-weight: 300;
  margin-left: 8px;
  opacity: 0.8;
  letter-spacing: 0.04em;
  text-transform: none;
}

.pdp-tile__meta strong {
  display: block;
  margin-top: 3px;
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: 400;
}

.pdp-tile__line {
  display: block;
  margin-top: 6px;
  max-width: 36ch;
  min-height: 2.6em;
  font-style: italic;
  font-weight: 300;
  font-size: 0.92rem;
  line-height: 1.4;
  opacity: 0.68;
}

.pdp-tile__go {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #00cc00;
}

.pdp-tile:hover .pdp-tile__go,
.pdp-tile:focus-visible .pdp-tile__go {
  color: #000;
}

.pdp-proj__role {
  margin: 0 0 10px;
  font-style: italic;
  font-weight: 300;
  font-size: 1.05rem;
  color: #00cc00;
}

.pdp-proj__line {
  margin: 0 0 16px;
  font-style: italic;
  font-weight: 300;
  font-size: 1.18rem;
  line-height: 1.32;
}

.pdp-proj__beats {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 14px;
}

.pdp-proj__beat {
  margin: 0;
  padding: 0 0 0 12px;
  border-left: 2px solid rgba(0, 204, 0, 0.35);
}

.pdp-proj__beat small {
  display: block;
  margin: 0 0 4px;
  color: #00cc00;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.62rem;
  font-weight: 500;
}

.pdp-proj__beat p {
  margin: 0;
  line-height: 1.5;
  opacity: 0.82;
}

.pdp-proj__beat .pdp-proj__made {
  margin: 8px 0 0;
}

.pdp-proj__context {
  margin: 0 0 10px;
  line-height: 1.5;
  opacity: 0.78;
}

.pdp-proj__made {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 14px;
}

.pdp-proj__made span {
  padding: 4px 10px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  font-size: 0.68rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pdp-proj__blurb {
  max-width: 62ch;
  margin: 0 0 8px;
  line-height: 1.55;
}

@keyframes pdp-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.pdp-clients {
  overflow: hidden;
  padding-bottom: clamp(28px, 4vw, 48px);
}

.pdp-clients > .container > h2 {
  max-width: 18ch;
}

.pdp-marquee {
  margin-top: 8px;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}

.pdp-marquee__track {
  display: flex;
  gap: 18px;
  width: max-content;
  padding: 22px max(24px, calc((100% - 1240px) / 2));
  animation: pdp-marquee 55s linear infinite;
}

.pdp-marquee:hover .pdp-marquee__track,
.pdp-marquee:focus-within .pdp-marquee__track {
  animation-play-state: paused;
}

.pdp-client {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 14px 16px;
  align-items: center;
  width: min(360px, 82vw);
  padding: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #0c0c0c;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}

.pdp-client__logo {
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  overflow: hidden;
  background: #f7f7f5;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.pdp-client--dark .pdp-client__logo {
  background: #050505;
  border-color: rgba(255, 255, 255, 0.08);
}

.pdp-client__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.pdp-client__logo img.is-contain {
  object-fit: contain;
  object-position: center;
  padding: 12px;
}

.pdp-look__clients-cta {
  margin: 18px 0 0;
}

.pdp-client__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pdp-client__body strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.15;
}

.pdp-client__body em {
  font-style: normal;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  opacity: 0.62;
}

.pdp-client__note {
  font-size: 0.72rem;
  line-height: 1.35;
  opacity: 0.55;
}

.pdp-client__nets {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin-top: 6px;
}

.pdp-client__net {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #00cc00;
  border-bottom: 1px solid transparent;
}

.pdp-client__net:hover,
.pdp-client__net:focus-visible {
  border-bottom-color: #00cc00;
  outline: none;
}

.pdp-client__case {
  align-self: flex-start;
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0c0c0c;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.pdp-client__case:hover,
.pdp-client__case:focus-visible {
  color: #00cc00;
  outline: none;
}

.pdp-mark {
  display: none;
}

@keyframes pdp-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.pdp-film-block {
  background: #000;
  color: #fff;
}

body.pdp-showroom .pdp-film-block h2,
html[data-theme="light"] body.pdp-deck .pdp-film-block h2 {
  color: #fff !important;
}

.pdp-film-block > .container > p {
  color: rgba(255, 255, 255, 0.78);
}

.pdp-need .btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.pdp-film-block .pdp-chooser__kicker {
  color: #00cc00;
}

.pdp-film {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 14px;
  overflow: visible;
  padding-bottom: 0;
  scroll-snap-type: none;
}

.pdp-film-lead {
  margin-bottom: 28px;
}

.pdp-film__card--lead {
  position: relative;
  display: block;
  width: min(100%, calc(min(58vh, 560px) * 16 / 9));
  margin-inline: auto;
}

.pdp-film__card--lead .pdp-film__shot {
  position: relative;
  display: block;
  max-height: min(58vh, 560px);
}

.pdp-film__card--lead .pdp-film__copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  max-width: none;
  padding: 72px 28px 22px;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.88) 68%);
  pointer-events: none;
  text-align: left;
}

.pdp-film__card--lead .pdp-film__copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  max-width: none;
  padding: 72px 28px 22px;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.88) 70%);
  pointer-events: none;
}

.pdp-film__card--lead .pdp-film__play {
  width: 68px;
  height: 68px;
  z-index: 3;
}

.pdp-film__card--lead .pdp-film__play::after {
  left: 28px;
  top: 22px;
  border-width: 12px 0 12px 20px;
}

.pdp-film__card--lead .pdp-film__copy strong {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 400;
  line-height: 1.05;
}

.pdp-film__card--lead .pdp-film__copy em {
  display: block;
  margin-top: 8px;
  font-size: 1rem;
  opacity: 0.78;
}

.pdp-film__copy {
  display: block;
  padding: 12px 2px 0;
  text-align: left;
}

.pdp-film__copy strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.3;
}

.pdp-film__copy em {
  display: block;
  margin-top: 4px;
  font-style: italic;
  font-weight: 300;
  font-size: 0.78rem;
  opacity: 0.62;
}

.pdp-socials {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 14px;
  margin-top: 36px;
}

.pdp-social {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 280px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.pdp-social:hover,
.pdp-social:focus-visible {
  transform: translateY(-3px);
  outline: none;
}

.pdp-social--yt {
  background: #111;
  box-shadow: inset 0 0 0 1px rgba(0, 204, 0, 0.22);
}

.pdp-social--ig {
  position: relative;
  background: #111;
  color: #fff;
  min-height: 280px;
  padding: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 204, 0, 0.22);
}

.pdp-social--ig .pdp-social__mark {
  flex: 1;
  display: grid;
  place-items: center;
  min-height: 140px;
  padding: 36px 24px 8px;
}

.pdp-social--ig .pdp-social__mark img {
  display: block;
  width: min(120px, 42%);
  height: auto;
}

.pdp-social__mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.pdp-social__mosaic img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(0.92);
}

.pdp-social__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px 26px 24px;
}

.pdp-social--ig .pdp-social__body {
  position: relative;
  z-index: 1;
  height: auto;
  justify-content: flex-end;
  padding: 12px 28px 28px;
}

.pdp-social small {
  color: #00cc00;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.68rem;
}

.pdp-social--ig small {
  color: #00cc00;
}

.pdp-social strong {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 400;
}

.pdp-social span {
  opacity: 0.7;
  font-size: 0.92rem;
  line-height: 1.4;
}

.pdp-social--ig span {
  opacity: 0.78;
}

.pdp-social em {
  margin-top: 8px;
  font-style: italic;
  font-weight: 300;
  color: #00cc00;
}

.pdp-social--ig em {
  color: #00cc00;
}

.pdp-film__card {
  scroll-snap-align: start;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.pdp-film__shot {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #111;
}

.pdp-film__card img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
  transition: transform 700ms ease, filter 400ms ease;
  filter: saturate(0.9);
}

.pdp-film__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #00cc00;
  transform: translate(-50%, -50%) scale(0.92);
  transition: transform 220ms ease;
}

.pdp-film__play::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 16px;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #000;
}

.pdp-film__card:hover img,
.pdp-film__card:focus-visible img {
  transform: scale(1.05);
  filter: saturate(1.05);
}

.pdp-film__card:hover .pdp-film__play,
.pdp-film__card:focus-visible .pdp-film__play {
  transform: translate(-50%, -50%) scale(1);
}

.pdp-film__card > span:last-child {
  display: block;
  padding: 12px 2px 4px;
  font-size: 0.82rem;
  line-height: 1.3;
}

.pdp-film__card--lead > span:last-child {
  padding: 0;
  font-size: inherit;
}

.pdp-proj-sheet .pdp-macro-close {
  position: fixed;
  top: 16px;
  right: 16px;
  align-self: auto;
  margin: 0;
  z-index: 9;
  background: rgba(8, 8, 8, 0.78);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.pdp-case__hero {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  background:
    radial-gradient(70% 45% at 50% 0%, rgba(0, 204, 0, 0.12), transparent 58%),
    #050505;
  overflow: hidden;
  transform: none;
}

figure.pdp-case__hero.pdp-stage {
  display: flex;
  flex-direction: column;
  place-items: unset;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: none;
  transform: none;
  transform-style: flat;
}

.pdp-case__viewport {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  max-height: none;
  padding: 28px 24px 10px;
  cursor: pointer;
}

.pdp-case__hero.pdp-stage--screen .pdp-chrome {
  width: min(100%, 1040px);
  margin: 0;
  max-height: none;
  border-radius: 0;
}

.pdp-case__hero.pdp-stage--screen .pdp-chrome img,
.pdp-case__hero.pdp-stage--screen .pdp-stage__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: top center;
}

.pdp-case__hero.pdp-stage--poster .pdp-poster,
.pdp-case__hero.pdp-stage--phone .pdp-phone {
  width: auto;
  height: min(64vh, 640px);
  max-width: min(280px, 48vw);
  aspect-ratio: 9 / 19.5;
  margin: 0 auto;
}

.pdp-case__hero.pdp-stage--poster .pdp-poster img,
.pdp-case__hero.pdp-stage--phone .pdp-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.pdp-case__copy {
  padding: clamp(36px, 6vw, 72px) max(24px, calc((100% - 1040px) / 2)) 28px;
  background: #fff;
}

.pdp-case__copy .pdp-chooser__kicker {
  margin: 0 0 14px;
}

.pdp-case__copy h2 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4.4vw, 3.6rem);
  font-weight: 400;
  line-height: 0.92;
}

.pdp-case__copy .pdp-proj__line {
  max-width: 32ch;
  margin: 0 0 12px;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
}

.pdp-case__beats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px 48px;
  margin: 36px 0 32px;
}

@media (min-width: 760px) {
  .pdp-case__beats {
    grid-template-columns: 1fr 1fr;
  }
}

.pdp-case__beat small {
  display: block;
  margin: 0 0 10px;
  color: #00cc00;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.62rem;
  font-weight: 500;
}

.pdp-case__beat p {
  margin: 0;
  max-width: 46ch;
  line-height: 1.58;
  opacity: 0.8;
}

.pdp-case__beat .pdp-proj__made {
  margin: 14px 0 0;
}

.pdp-case__does {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.pdp-case__does li {
  position: relative;
  margin: 0;
  padding: 0 0 0 1.15em;
  max-width: 46ch;
  line-height: 1.5;
  opacity: 0.8;
}

.pdp-case__does li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  background: #00cc00;
}

.pdp-case__hint {
  margin: 16px 0 0;
  max-width: 48ch;
  font-size: 0.9rem;
  line-height: 1.45;
  opacity: 0.58;
}

.pdp-proj-sheet .pdp-pillar__actions {
  margin-top: 12px;
}

.pdp-proj-sheet .pdp-proj__more {
  padding: 12px max(24px, calc((100% - 1040px) / 2)) 64px;
  background: #fff;
}

.pdp-proj-sheet .pdp-proj__more h3 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.2rem;
}

.pdp-case__rels {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 22px 18px;
}

.pdp-case__rel {
  display: flex;
  flex-direction: column;
  max-width: 340px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.pdp-case__rel img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
  background: #111;
  margin-bottom: 12px;
}

.pdp-case__rel small {
  display: block;
  color: #00cc00;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
}

.pdp-case__rel strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 400;
}

.pdp-case__rel em {
  display: block;
  margin-top: 4px;
  font-style: italic;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.35;
  opacity: 0.62;
}

.pdp-case__rel:hover img,
.pdp-case__rel:focus-visible img {
  outline: 1px solid #00cc00;
  outline-offset: 0;
}

.pdp-proj-sheet .pdp-proj__works,
.pdp-proj-sheet .pdp-proj__photos,
.pdp-proj-sheet .pdp-proj__gallery {
  padding: 0 max(24px, calc((100% - 1040px) / 2)) 48px;
}

.pdp-case__bar {
  position: static;
  display: flex;
  justify-content: center;
  padding: 10px 24px 12px;
  margin: 0;
  background: transparent;
  color: #fff;
}

.pdp-case__bar p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 6px 12px;
  min-width: 0;
  text-align: center;
}

.pdp-case__bar small {
  color: #00cc00;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.62rem;
  font-weight: 500;
}

.pdp-case__bar b {
  font-style: italic;
  font-weight: 300;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #00cc00;
}

.pdp-case__bar span {
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.3;
}

.pdp-case__dir {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(8, 8, 8, 0.55);
  color: #fff;
  cursor: pointer;
  font-size: 1.05rem;
  line-height: 1;
}

.pdp-case__dir--prev {
  left: 18px;
}

.pdp-case__dir--next {
  right: 18px;
}

.pdp-case__dir:hover,
.pdp-case__dir:focus-visible {
  background: #00cc00;
  border-color: #00cc00;
  color: #000;
  outline: none;
}

.pdp-case__film {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 20px 24px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 204, 0, 0.45) transparent;
}

.pdp-case__film--fit {
  justify-content: center;
}

.pdp-case__shot {
  position: relative;
  flex: 0 0 auto;
  width: 88px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  background: #111;
  cursor: pointer;
  scroll-snap-align: start;
  opacity: 0.5;
}

.pdp-case__shot.is-on {
  border-color: #00cc00;
  opacity: 1;
}

.pdp-case__shot:hover,
.pdp-case__shot:focus-visible {
  opacity: 1;
}

.pdp-case__shot img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: top center;
}

.pdp-case__shot--poster,
.pdp-case__shot--phone {
  width: 52px;
  aspect-ratio: 9 / 19.5;
}

.pdp-case__shot--poster img,
.pdp-case__shot--phone img {
  aspect-ratio: auto;
}

html[data-theme="dark"] .pdp-case__copy,
html[data-theme="dark"] .pdp-proj-sheet .pdp-proj__more {
  background: #0a0a0a;
}

html[data-theme="dark"] .pdp-tile:hover .pdp-tile__go,
html[data-theme="dark"] .pdp-tile:focus-visible .pdp-tile__go {
  color: #fff;
}

html[data-theme="dark"] .pdp-proj__beat {
  border-left-color: rgba(0, 204, 0, 0.5);
}

.pdp-proj__gallery-title {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.68rem;
  color: #00cc00;
}

.pdp-proj__gallery .pdp-proj__works {
  padding: 0;
  margin: 0;
}

.pdp-proj__out {
  color: #00cc00;
  text-underline-offset: 3px;
}

.pdp-proj__out:hover {
  color: #00cc00;
}

.pdp-proj__more h3 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-weight: 400;
}

.pdp-proj__works {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
  margin: 8px 0 6px;
}

.pdp-proj__works--phone {
  grid-template-columns: repeat(auto-fill, minmax(92px, 120px));
}

.pdp-proj__works--phone img {
  aspect-ratio: 9 / 19.5;
  object-fit: cover;
}

.pdp-proj__photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 12px 0 8px;
}

.pdp-proj__photo {
  margin: 0;
  background: #080808;
}

.pdp-proj__photo img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.pdp-ig-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 18px;
  margin-top: 22px;
  padding: 22px 24px;
  background: #111;
  color: #fff;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(0, 204, 0, 0.22);
}

.pdp-ig-bar small {
  color: #00cc00;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.68rem;
}

.pdp-ig-bar strong {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 400;
}

.pdp-ig-bar span {
  opacity: 0.7;
  font-size: 0.92rem;
}

.pdp-ig-bar em {
  margin-left: auto;
  font-style: italic;
  font-weight: 300;
  color: #00cc00;
}

.pdp-eco-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 48px;
}

.pdp-eco-duo h2 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 400;
}

.pdp-macro-work {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.pdp-macro-work__type {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #111;
  color: #fff;
  font-family: var(--font-display);
  font-size: 1rem;
  padding: 12px;
}

.pdp-macro-work span {
  display: block;
  margin-top: 6px;
  font-size: 0.78rem;
}

.pdp-proj__shot {
  margin: 0;
  padding: 0;
  border: 0;
  background: #080808;
  cursor: zoom-in;
}

.pdp-proj__shot.is-on {
  border-color: #00cc00;
}

.pdp-proj__shot img,
.pdp-proj__works img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
  background: #080808;
  padding: 0;
}

.pdp-proj__works--phone .pdp-proj__shot img,
.pdp-proj__works--phone img {
  aspect-ratio: 9 / 19.5;
}

.pdp-proj__chip {
  display: inline-block;
  margin-left: 8px;
  color: #00cc00;
  font-style: italic;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.65rem;
}

.pdp-video-sheet {
  width: min(1100px, 96vw);
  margin: 6vh auto;
  background: #000;
}

.pdp-video-sheet iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

html[data-theme="dark"] .pdp-filter {
  border-color: rgba(255, 255, 255, 0.2);
}

html[data-theme="dark"] .pdp-filters {
  background: transparent;
}

html[data-theme="dark"] .pdp-marquee {
  border-color: rgba(255, 255, 255, 0.1);
}

html[data-theme="dark"] .pdp-client {
  background: #111;
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

html[data-theme="dark"] .pdp-client__logo {
  background: #0a0a0a;
  border-color: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .pdp-client__case {
  color: #fff;
}

html[data-theme="dark"] .pdp-proj__made span {
  border-color: rgba(255, 255, 255, 0.18);
}

@media (max-width: 980px) {
  .pdp-show-hero__grid,
  .pdp-need__grid,
  .pdp-macros__grid,
  .pdp-works,
  .pdp-steps,
  .pdp-macro-caps,
  .pdp-macro-works,
  .pdp-bento,
  .pdp-ig,
  .pdp-proj__works {
    grid-template-columns: 1fr 1fr;
  }

  .pdp-bento--mobility,
  .pdp-bento--software,
  .pdp-bento--web,
  .pdp-eco-duo {
    grid-template-columns: 1fr 1fr;
  }

  .pdp-film,
  .pdp-socials {
    grid-template-columns: 1fr 1fr;
  }

  .pdp-proj__photos {
    grid-template-columns: 1fr 1fr;
  }

  .pdp-film__card--lead {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

@media (max-width: 640px) {
  .pdp-case__viewport {
    min-height: 0;
    max-height: none;
    padding: 56px 16px 8px;
  }

  .pdp-case__dir {
    display: none;
  }

  .pdp-proj-sheet .pdp-macro-close {
    top: 10px;
    right: 10px;
  }

  .pdp-case__hero.pdp-stage--screen .pdp-chrome img,
  .pdp-case__hero.pdp-stage--screen .pdp-stage__img {
    max-height: none;
  }

  .pdp-case__hero.pdp-stage--poster .pdp-poster,
  .pdp-case__hero.pdp-stage--phone .pdp-phone {
    height: min(42vh, 420px);
    max-width: min(180px, 48vw);
  }

  .pdp-case__film {
    justify-content: flex-start;
    padding: 0 16px 20px;
  }

  .pdp-case__copy,
  .pdp-proj-sheet .pdp-proj__more {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pdp-case__rels {
    grid-template-columns: 1fr;
  }

  .pdp-show-hero__grid,
  .pdp-need__grid,
  .pdp-macros__grid,
  .pdp-works,
  .pdp-steps,
  .pdp-macro-caps,
  .pdp-macro-works,
  .pdp-bento,
  .pdp-ig,
  .pdp-ig__grid,
  .pdp-proj__works {
    grid-template-columns: 1fr;
  }

  .pdp-proj__gallery--phone .pdp-proj__works,
  .pdp-proj__works--phone {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdp-bento--mobility,
  .pdp-bento--software,
  .pdp-bento--web,
  .pdp-eco-duo,
  .pdp-bento,
  .pdp-ig,
  .pdp-ig__grid,
  .pdp-proj__works {
    grid-template-columns: 1fr;
  }

  .pdp-proj__gallery--phone .pdp-proj__works,
  .pdp-proj__works--phone {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pdp-film,
  .pdp-socials,
  .pdp-film__card--lead {
    grid-template-columns: 1fr;
  }

  .pdp-ig-bar em {
    margin-left: 0;
  }

  .pdp-macro-dialog {
    padding: 0;
  }

  .pdp-stage--phone {
    width: min(100%, 220px);
  }

  .pdp-cinema .pdp-chrome__bar {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pdp-tile,
  .pdp-family,
  .pdp-film__card,
  .pdp-film__card img,
  .pdp-macro-card img,
  .pdp-stage,
  .pdp-stage__hint,
  .pdp-film__play {
    animation: none;
    transition: none;
    transform: none;
    opacity: 1;
  }

  .pdp-marquee__track {
    animation: none;
  }
}

html[data-theme="dark"] body.pdp-showroom {
  --studio: #141414;
}

html[data-theme="dark"] body.pdp-showroom .hero.pdp-show-hero h1,
html[data-theme="dark"] .pdp-show-hero h1 {
  color: #fff;
}

html[data-theme="dark"] .pdp-filter {
  background: #111;
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
