/* =========================================================
   Digitizer Portfolio Clients page
   ========================================================= */

.dz-page--portfolio-clients,
.dz-page--portfolio-clients * {
  font-family: inherit;
}

.dz-page--portfolio-clients .dz-kicker {
  color: #ff7a00;
}

/* Hero */

.pc-hero {
  overflow: hidden;
}

.pc-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(42px, 5vw, 76px);
  align-items: start;
}

.pc-hero__copy {
  max-width: 1160px;
  min-width: 0;
}

.pc-hero .dz-kicker,
.pc-section-head .dz-kicker,
.pc-portfolio-head .dz-kicker {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.pc-hero .dz-kicker::before,
.pc-section-head .dz-kicker::before,
.pc-portfolio-head .dz-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  display: block;
  background: currentColor;
  opacity: .9;
  flex: 0 0 auto;
}

.pc-hero .dz-title--xl {
  max-width: 1160px;
  font-size: clamp(58px, 7.2vw, 112px);
  line-height: .88;
  letter-spacing: -.07em;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.dz-page--portfolio-clients .dz-hero-statement {
  max-width: 860px;
  margin-top: 28px;
}

.dz-page--portfolio-clients .dz-service-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
}

/* Hero visual */

.pc-hero__visual {
  width: 100%;
  max-width: 960px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: flex-start;
}

.pc-hero-board {
  flex: 0 0 100%;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 32px;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 122, 0, .15), transparent 34%),
    radial-gradient(circle at 90% 20%, rgba(30, 191, 185, .14), transparent 34%),
    rgba(255, 255, 255, .055);
  box-shadow: 0 34px 110px rgba(0, 0, 0, .38);
  overflow: hidden;
}

.pc-hero-board__top,
.pc-browser__bar {
  height: 54px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  background: rgba(0, 0, 0, .18);
}

.pc-hero-board__top span,
.pc-browser__bar span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .34);
}

.pc-hero-board__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(20px, 3vw, 30px);
}

.pc-hero-tile {
  min-height: 150px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 26px;
  background: rgba(255, 255, 255, .058);
}

.pc-hero-tile--wide {
  grid-column: span 2;
}

.pc-hero-tile small {
  display: block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, .55);
  font-size: 12px;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.pc-hero-tile strong {
  display: block;
  color: #fff;
  font-size: clamp(36px, 4.5vw, 66px);
  line-height: .9;
  letter-spacing: -.06em;
}

.pc-floating-card {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  width: fit-content;
  max-width: 100%;
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(10, 10, 12, .72);
  color: rgba(255, 255, 255, .84);
  font-size: 13px;
  line-height: 1;
  letter-spacing: .02em;
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 56px rgba(0, 0, 0, .28);
}

/* Heads */

.pc-section-head {
  max-width: 1080px;
  margin-bottom: clamp(34px, 4.5vw, 62px);
}

.pc-section-head .dz-title {
  max-width: 1080px;
  font-size: clamp(48px, 5.8vw, 90px);
  line-height: .9;
  letter-spacing: -.065em;
}

.pc-section-head .dz-text {
  max-width: 820px;
}

.pc-portfolio-head {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .55fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-bottom: clamp(30px, 4vw, 54px);
}

.pc-portfolio-head .dz-text {
  margin: 0;
  max-width: 620px;
}

/* Clients */

.pc-clients-breakout,
.pc-feed-breakout {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  overflow: hidden;
}

.pc-clients-breakout > *,
.pc-feed-breakout > * {
  width: 100%;
}

/* Service cards */

.pc-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pc-service-card {
  min-height: 230px;
  display: block;
  padding: 30px 26px 28px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 26px;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 122, 0, .10), transparent 38%),
    rgba(255, 255, 255, .055);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .22);
  text-decoration: none !important;
}

.pc-service-card b {
  display: inline-flex;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  line-height: 1;
  letter-spacing: .08em;
}

.pc-service-card strong {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(26px, 3vw, 42px);
  line-height: .94;
  letter-spacing: -.06em;
}

.pc-service-card span {
  display: block;
  max-width: 95%;
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  line-height: 1.5;
}

/* Web portfolio */

.pc-web-featured {
  display: grid;
  grid-template-columns: minmax(300px, .55fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  margin-bottom: 18px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 32px;
  background: rgba(255, 255, 255, .055);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .28);
}

.pc-web-copy h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(38px, 5vw, 72px);
  line-height: .9;
  letter-spacing: -.065em;
}

.pc-web-copy p {
  max-width: 580px;
  margin: 0 0 20px;
  color: rgba(255,255,255,.68);
  font-size: 16px;
  line-height: 1.6;
}

.pc-web-visual {
  position: relative;
}

.pc-browser,
.pc-phone,
.pc-ad-card,
.pc-graphic-item {
  text-decoration: none !important;
}

.pc-browser {
  display: block;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 28px;
  background: rgba(255, 255, 255, .055);
  overflow: hidden;
  box-shadow: 0 24px 78px rgba(0, 0, 0, .26);
}

.pc-browser img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.pc-phone {
  display: block;
  width: min(190px, 32%);
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 28px;
  background: rgba(8, 8, 10, .74);
  box-shadow: 0 24px 78px rgba(0, 0, 0, .30);
}

.pc-web-visual .pc-phone {
  position: absolute;
  right: -18px;
  bottom: -24px;
}

.pc-phone img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 18;
  object-fit: cover;
  border-radius: 20px;
}

.pc-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pc-project-card {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 28px;
  background: rgba(255, 255, 255, .055);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .20);
}

.pc-project-card > div:last-child {
  padding: 18px 4px 2px;
}

.pc-project-card b {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -.045em;
}

.pc-project-card p {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.5;
}

.pc-project-card--mobile .pc-phone {
  width: min(260px, 100%);
  margin: 0 auto;
}

.pc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pc-tags span {
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  color: rgba(255, 255, 255, .70);
  font-size: 12px;
  line-height: 1;
}

/* Google Ads */

.pc-google-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pc-ad-card {
  position: relative;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 122, 0, .10), transparent 38%),
    rgba(255, 255, 255, .055);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .22);
  overflow: hidden;
}

.pc-ad-card img {
  display: block;
  width: 100%;
  max-height: 230px;
  object-fit: contain;
}

.pc-ad-card span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  background: rgba(0, 0, 0, .42);
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

/* Email gallery */

.pc-gallery-frame {
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 122, 0, .12), transparent 34%),
    rgba(255, 255, 255, .055);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .28);
}

.pc-gallery-frame .gallery {
  margin: 0 !important;
}

.pc-gallery-frame img {
  border: 0 !important;
  border-radius: 18px;
}

/* Motion */

.pc-motion-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pc-motion-card {
  min-height: 260px;
  padding: 30px 26px 28px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 28px;
  background:
    radial-gradient(circle at 10% 0%, rgba(150, 68, 255, .16), transparent 38%),
    rgba(255, 255, 255, .055);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .20);
}

.pc-motion-card b {
  display: inline-flex;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  line-height: 1;
  letter-spacing: .08em;
}

.pc-motion-card strong {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-size: clamp(30px, 4vw, 54px);
  line-height: .9;
  letter-spacing: -.065em;
}

.pc-motion-card span {
  color: rgba(255, 255, 255, .68);
  font-size: 15px;
  line-height: 1.5;
}

/* Graphic */

.pc-graphic-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pc-graphic-item {
  display: block;
  min-height: 300px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 28px;
  background: rgba(255, 255, 255, .055);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .20);
  overflow: hidden;
}

.pc-graphic-item img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 20px;
}

/* Hover */

.pc-service-card,
.pc-project-card,
.pc-ad-card,
.pc-graphic-item,
.pc-motion-card {
  transition: transform .24s ease, border-color .24s ease, background .24s ease, box-shadow .24s ease;
}

.pc-service-card:hover,
.pc-project-card:hover,
.pc-ad-card:hover,
.pc-graphic-item:hover,
.pc-motion-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 122, 0, .42);
  background: rgba(255, 255, 255, .065);
  box-shadow: 0 30px 92px rgba(0, 0, 0, .32);
}

/* Responsive */

@media (max-width: 1180px) {
  .pc-portfolio-head,
  .pc-web-featured {
    grid-template-columns: 1fr;
  }

  .pc-service-grid,
  .pc-project-grid,
  .pc-motion-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-google-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pc-web-visual .pc-phone {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 14px;
  }
}

@media (max-width: 900px) {
  .pc-google-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pc-hero-board__body {
    grid-template-columns: 1fr;
  }

  .pc-hero-tile--wide {
    grid-column: auto;
  }

  .pc-graphic-gallery {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .pc-hero .dz-kicker,
  .pc-section-head .dz-kicker,
  .pc-portfolio-head .dz-kicker {
    margin-bottom: 18px;
    font-size: 11px;
  }

  .pc-hero .dz-title--xl {
    font-size: clamp(40px, 13vw, 58px);
    line-height: .92;
    letter-spacing: -.06em;
  }

  .pc-section-head .dz-title {
    font-size: clamp(36px, 11vw, 52px);
    line-height: .92;
    letter-spacing: -.06em;
  }

  .pc-service-grid,
  .pc-project-grid,
  .pc-google-grid,
  .pc-motion-grid {
    grid-template-columns: 1fr;
  }

  .pc-web-featured,
  .pc-project-card,
  .pc-motion-card,
  .pc-gallery-frame {
    padding: 24px 20px;
  }

  .pc-ad-card {
    min-height: 230px;
  }

  .pc-graphic-item {
    min-height: 0;
  }
}