.pl-agency {
  color: var(--pl-ink, #25324b);
  background: var(--pl-paper, #fffdf8);
  overflow: clip;
}

.pl-agency h1,
.pl-agency h2,
.pl-agency h3 {
  color: inherit;
  letter-spacing: 0;
}

.pl-agency p {
  text-wrap: pretty;
}

.pl-agency__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1rem;
  color: var(--pl-red, #dd452e);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pl-agency__eyebrow::before {
  width: 2.5rem;
  height: 3px;
  background: currentColor;
  content: "";
}

.pl-agency-hero {
  padding: 10rem 1.25rem 7rem;
  background: var(--pl-paper, #fffdf8);
}

.pl-agency-hero__inner {
  width: min(100%, 1180px);
  min-height: 42rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(30rem, 1.08fr);
  gap: 4rem;
  align-items: center;
}

.pl-agency-hero__content {
  position: relative;
  z-index: 2;
}

.pl-agency-hero__title {
  max-width: 44rem;
  margin: 0;
  font-size: 4rem;
  font-weight: 820;
  line-height: 1.04;
}

.pl-agency-hero__lead {
  max-width: 43rem;
  margin-top: 1.75rem;
  color: var(--pl-ink-soft, #39445b);
  font-size: 1.14rem;
  line-height: 1.75;
}

.pl-agency-hero__lead > :last-child,
.pl-agency-section-heading > div > :last-child,
.pl-agency-network__header > div > :last-child,
.pl-agency-network__copy > div > :last-child,
.pl-agency-founder__text > :last-child,
.pl-agency-cta__inner > div > :last-child {
  margin-bottom: 0;
}

.pl-agency-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2.5rem;
}

.pl-agency-button {
  min-height: 3.25rem;
  padding: 0.82rem 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pl-ink, #25324b);
  border-radius: var(--pl-radius, 6px);
  font-weight: 760;
  line-height: 1.2;
  text-decoration: none;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.pl-agency-button--primary {
  color: #fff;
  background: var(--pl-ink, #25324b);
}

.pl-agency-button--secondary {
  color: var(--pl-ink, #25324b);
  background: transparent;
}

.pl-agency-button:hover,
.pl-agency-button:focus-visible {
  color: #fff;
  background: var(--pl-red, #dd452e);
  border-color: var(--pl-red, #dd452e);
  transform: translateY(-2px);
}

.pl-agency-button:focus-visible,
.pl-agency a:focus-visible {
  outline: 3px solid var(--pl-gold, #d7a522);
  outline-offset: 4px;
}

.pl-agency-hero__portraits {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
  align-items: center;
}

.pl-agency-hero__portrait {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--pl-radius, 6px);
  background: var(--pl-warm, #f4efe4);
  box-shadow: var(--pl-shadow, 0 14px 36px rgba(37, 50, 75, 0.09));
}

.pl-agency-hero__portrait--1 {
  transform: translateY(-2.5rem);
}

.pl-agency-hero__portrait--2 {
  transform: translateY(2.5rem);
}

.pl-agency-hero__portrait img {
  width: 100%;
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
}

.pl-agency-hero__portrait figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.1rem 1.25rem;
  display: grid;
  gap: 0.2rem;
  color: #fff;
  background: rgba(37, 50, 75, 0.88);
}

.pl-agency-hero__portrait strong {
  font-size: 1.25rem;
}

.pl-agency-hero__portrait span {
  color: #f2d77a;
  font-size: 0.88rem;
  line-height: 1.35;
}

.pl-agency__edit {
  position: fixed;
  z-index: 20;
  right: 1rem;
  bottom: 1rem;
}

.pl-agency-history,
.pl-agency-founders,
.pl-agency-principles {
  padding: 7rem 1.25rem;
}

.pl-agency-history {
  background: #fff;
}

.pl-agency-history__inner,
.pl-agency-founders__inner,
.pl-agency-network__inner,
.pl-agency-principles__inner {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.pl-agency-section-heading {
  max-width: 780px;
  margin-bottom: 4rem;
}

.pl-agency-section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.pl-agency-section-heading--center .pl-agency__eyebrow {
  justify-content: center;
}

.pl-agency-section-heading h2,
.pl-agency-network__header h2,
.pl-agency-cta h2 {
  margin: 0;
  font-size: 3.1rem;
  font-weight: 820;
  line-height: 1.1;
}

.pl-agency-section-heading > div,
.pl-agency-network__header > div {
  margin-top: 1.3rem;
  color: var(--pl-ink-soft, #39445b);
  font-size: 1.08rem;
  line-height: 1.75;
}

.pl-agency-timeline {
  position: relative;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
  list-style: none;
}

.pl-agency-timeline::before {
  position: absolute;
  top: 1.35rem;
  right: 0;
  left: 0;
  height: 2px;
  background: var(--pl-line, rgba(37, 50, 75, 0.16));
  content: "";
}

.pl-agency-timeline li {
  position: relative;
  padding-top: 4.2rem;
}

.pl-agency-timeline li::before {
  position: absolute;
  z-index: 1;
  top: 0.82rem;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  border: 4px solid #fff;
  background: var(--pl-red, #dd452e);
  box-shadow: 0 0 0 2px var(--pl-red, #dd452e);
  content: "";
}

.pl-agency-timeline li:nth-child(2)::before {
  background: var(--pl-gold, #d7a522);
  box-shadow: 0 0 0 2px var(--pl-gold, #d7a522);
}

.pl-agency-timeline li:nth-child(3)::before {
  background: var(--pl-violet, #75648f);
  box-shadow: 0 0 0 2px var(--pl-violet, #75648f);
}

.pl-agency-timeline__date {
  margin: 0 0 0.65rem;
  color: var(--pl-red, #dd452e);
  font-size: 1.7rem;
  font-weight: 820;
}

.pl-agency-timeline li:nth-child(2) .pl-agency-timeline__date { color: #a87900; }
.pl-agency-timeline li:nth-child(3) .pl-agency-timeline__date { color: var(--pl-violet, #75648f); }

.pl-agency-timeline h3 {
  margin: 0 0 0.8rem;
  font-size: 1.4rem;
  line-height: 1.25;
}

.pl-agency-timeline div {
  color: var(--pl-ink-soft, #39445b);
  line-height: 1.7;
}

.pl-agency-founders {
  background: var(--pl-warm, #f4efe4);
}

.pl-agency-founders__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

.pl-agency-founder {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(15rem, 0.88fr) minmax(0, 1.12fr);
  border: 1px solid var(--pl-line, rgba(37, 50, 75, 0.16));
  border-radius: var(--pl-radius, 6px);
  overflow: hidden;
  background: var(--pl-paper, #fffdf8);
  box-shadow: var(--pl-shadow, 0 14px 36px rgba(37, 50, 75, 0.09));
}

.pl-agency-founder figure {
  min-height: 31rem;
  margin: 0;
  overflow: hidden;
  background: #efe6d3;
}

.pl-agency-founder img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.pl-agency-founder__content {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pl-agency-founder h3 {
  margin: 0;
  font-size: 2.1rem;
  line-height: 1.1;
}

.pl-agency-founder__role {
  margin: 0.65rem 0 1.25rem;
  color: var(--pl-violet, #75648f);
  font-weight: 760;
  line-height: 1.45;
}

.pl-agency-founder__text {
  color: var(--pl-ink-soft, #39445b);
  line-height: 1.7;
}

.pl-agency-network {
  padding: 7rem 1.25rem;
  color: #fff;
  background: var(--pl-ink, #25324b);
  border-top: 4px solid var(--pl-red, #dd452e);
}

.pl-agency-network__header {
  max-width: 840px;
  margin-bottom: 4rem;
}

.pl-agency-network__header .pl-agency__eyebrow,
.pl-agency-network__count {
  color: var(--pl-gold, #d7a522);
}

.pl-agency-network__header > div,
.pl-agency-network__copy > div {
  color: rgba(255, 255, 255, 0.76);
}

.pl-agency-network__showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(24rem, 1.18fr);
  gap: 5rem;
  align-items: center;
}

.pl-agency-network__copy {
  max-width: 34rem;
}

.pl-agency-network__count {
  margin: 0 0 1rem;
  font-size: 0.84rem;
  font-weight: 800;
  text-transform: uppercase;
}

.pl-agency-network__copy h3 {
  margin: 0 0 1.25rem;
  font-size: 2.35rem;
  line-height: 1.15;
}

.pl-agency-network__copy > div {
  font-size: 1.05rem;
  line-height: 1.75;
}

.pl-agency-carousel {
  position: relative;
  min-height: 36rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--pl-radius, 6px);
  background: rgba(255, 255, 255, 0.05);
}

.pl-agency-carousel:focus-visible {
  outline: 3px solid var(--pl-gold, #d7a522);
  outline-offset: 5px;
}

.pl-agency-carousel__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 700ms ease;
}

.pl-agency-carousel:not(.is-ready) .pl-agency-carousel__slide:first-child,
.pl-agency-carousel__slide.is-current {
  z-index: 1;
  opacity: 1;
}

.pl-agency-carousel__slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.pl-agency-carousel__slide figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem 1.75rem;
  display: grid;
  gap: 0.3rem;
  background: rgba(91, 70, 101, 0.88);
  backdrop-filter: blur(5px);
}

.pl-agency-carousel__slide strong {
  color: #fff;
  font-size: 1.65rem;
}

.pl-agency-carousel__slide span {
  color: #f3d983;
  font-weight: 700;
}

.pl-agency-principles {
  background: #fff;
}

.pl-agency-principles__grid {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
  list-style: none;
}

.pl-agency-principles__grid li {
  padding-top: 1.6rem;
  border-top: 4px solid var(--pl-gold, #d7a522);
}

.pl-agency-principles__grid li:nth-child(2) { border-color: var(--pl-red, #dd452e); }
.pl-agency-principles__grid li:nth-child(3) { border-color: var(--pl-violet, #75648f); }

.pl-agency-principles__grid span {
  color: var(--pl-muted, #667085);
  font-size: 0.82rem;
  font-weight: 800;
}

.pl-agency-principles__grid h3 {
  margin: 1rem 0 0.75rem;
  font-size: 1.45rem;
  line-height: 1.25;
}

.pl-agency-principles__grid div {
  color: var(--pl-ink-soft, #39445b);
  line-height: 1.7;
}

.pl-agency .pl-reviews {
  background: var(--pl-paper, #fffdf8);
}

.pl-agency-cta {
  padding: 7rem 1.25rem;
  color: #fff;
  background: var(--pl-red, #dd452e);
  text-align: center;
}

.pl-agency-cta__inner {
  width: min(100%, 860px);
  margin: 0 auto;
}

.pl-agency-cta .pl-agency__eyebrow {
  justify-content: center;
  color: #fff3c7;
}

.pl-agency-cta h2 {
  color: #fff;
}

.pl-agency-cta__inner > div {
  max-width: 700px;
  margin: 1.4rem auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.1rem;
  line-height: 1.75;
}

.pl-agency-button--light {
  margin-top: 2.5rem;
  color: var(--pl-ink, #25324b);
  background: #fff;
  border-color: #fff;
}

.pl-agency-button--light:hover,
.pl-agency-button--light:focus-visible {
  color: #fff;
  background: var(--pl-ink, #25324b);
  border-color: var(--pl-ink, #25324b);
}

@media (max-width: 1050px) {
  .pl-agency-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(26rem, 0.9fr);
    gap: 2.5rem;
  }

  .pl-agency-hero__title {
    font-size: 3.4rem;
  }

  .pl-agency-founder {
    grid-template-columns: 1fr;
  }

  .pl-agency-founder figure {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 820px) {
  .pl-agency-hero {
    padding-top: 8.5rem;
  }

  .pl-agency-hero__inner {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .pl-agency-hero__content {
    max-width: 44rem;
  }

  .pl-agency-hero__portraits {
    width: min(100%, 38rem);
    margin: 3rem auto 0;
  }

  .pl-agency-timeline,
  .pl-agency-principles__grid {
    grid-template-columns: 1fr;
  }

  .pl-agency-timeline {
    gap: 2rem;
    padding-left: 2.5rem;
  }

  .pl-agency-timeline::before {
    top: 0;
    right: auto;
    bottom: 0;
    left: 0.5rem;
    width: 2px;
    height: auto;
  }

  .pl-agency-timeline li {
    padding-top: 0;
  }

  .pl-agency-timeline li::before {
    top: 0.55rem;
    left: -2.5rem;
  }

  .pl-agency-founders__grid,
  .pl-agency-network__showcase {
    grid-template-columns: 1fr;
  }

  .pl-agency-founder {
    grid-template-columns: minmax(15rem, 0.85fr) minmax(0, 1.15fr);
  }

  .pl-agency-network__showcase {
    gap: 3rem;
  }

  .pl-agency-carousel {
    min-height: 34rem;
  }
}

@media (max-width: 620px) {
  .pl-agency-hero,
  .pl-agency-history,
  .pl-agency-founders,
  .pl-agency-network,
  .pl-agency-principles,
  .pl-agency-cta {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .pl-agency-hero,
  .pl-agency-history,
  .pl-agency-founders,
  .pl-agency-network,
  .pl-agency-principles,
  .pl-agency-cta {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }

  .pl-agency-hero {
    padding-top: 8rem;
  }

  .pl-agency-hero__title {
    font-size: 2.65rem;
  }

  .pl-agency-hero__lead {
    font-size: 1.04rem;
  }

  .pl-agency-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pl-agency-hero__portrait--1,
  .pl-agency-hero__portrait--2 {
    transform: none;
  }

  .pl-agency-hero__portraits {
    gap: 0.7rem;
  }

  .pl-agency-hero__portrait figcaption {
    position: static;
    min-height: 7.25rem;
    padding: 0.85rem;
  }

  .pl-agency-hero__portrait strong {
    font-size: 1.05rem;
  }

  .pl-agency-section-heading {
    margin-bottom: 3rem;
  }

  .pl-agency-section-heading h2,
  .pl-agency-network__header h2,
  .pl-agency-cta h2 {
    font-size: 2.25rem;
  }

  .pl-agency-founders__grid {
    gap: 1.25rem;
  }

  .pl-agency-founder {
    grid-template-columns: 1fr;
  }

  .pl-agency-founder figure {
    aspect-ratio: 4 / 5;
  }

  .pl-agency-founder__content {
    padding: 1.5rem;
  }

  .pl-agency-network__header {
    margin-bottom: 3rem;
  }

  .pl-agency-network__copy h3 {
    font-size: 1.9rem;
  }

  .pl-agency-carousel {
    min-height: 28rem;
  }

  .pl-agency-carousel__slide figcaption {
    padding: 1.1rem 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pl-agency-button,
  .pl-agency-carousel__slide {
    transition: none;
  }

  .pl-agency-button:hover,
  .pl-agency-button:focus-visible {
    transform: none;
  }
}
