:root {
  --pp-blue: #2563eb;
  --pp-pink: #d92675;
  --pp-lime: #d9fb54;
  --pp-black: #050609;
  --pp-ink: #0b0d12;
  --pp-paper: #f4f1e9;
  --pp-paper-2: #e8e4da;
  --pp-white: #ffffff;
  --pp-display: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
}

body.pp-home {
  background: var(--pp-black);
  color: var(--pp-white);
  overflow-x: hidden;
}

.pp-home .wrap {
  max-width: 1240px;
}

.pp-home header.site {
  color: var(--pp-white);
  background: color-mix(in srgb, var(--pp-black) 86%, transparent);
  border-bottom-color: #ffffff18;
}

.pp-home header.site .bar {
  height: 68px;
}

.pp-home header.site .brand {
  color: var(--pp-white);
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pp-home header.site .brand img {
  width: 28px;
  height: 28px;
}

.pp-home nav.main {
  justify-content: flex-end;
}

.pp-home nav.main a {
  color: #afb3bd;
  padding-top: 22px;
  padding-bottom: 20px;
}

.pp-home nav.main a:hover,
.pp-home nav.main a[aria-current="page"] {
  color: var(--pp-white);
}

.nav-cta {
  color: var(--pp-ink) !important;
  background: var(--pp-lime);
  border: 0 !important;
  border-radius: 999px;
  align-self: center;
  margin-left: 10px;
  padding: 8px 15px !important;
  font-weight: 800;
}

.campaign-hero {
  min-height: 660px;
  background:
    radial-gradient(circle at 72% 28%, #2563eb2e, transparent 28%),
    radial-gradient(circle at 92% 72%, #ff2d8a20, transparent 26%),
    linear-gradient(180deg, #050609, #090b12 72%, #050609);
  border-bottom: 1px solid #ffffff17;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.campaign-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  pointer-events: none;
  background-image:
    linear-gradient(#ffffff0d 1px, transparent 1px),
    linear-gradient(90deg, #ffffff0d 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(90deg, transparent, #000 44%, #000 82%, transparent);
}

.campaign-hero::after {
  content: "";
  width: 46vw;
  height: 46vw;
  border: 1px solid #ffffff14;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -7vw;
  z-index: -1;
  transform: translateY(-50%);
  box-shadow:
    0 0 0 7vw #ffffff05,
    0 0 0 14vw #ffffff03;
}

.campaign-grid {
  min-height: 660px;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: clamp(32px, 4vw, 64px);
  padding-top: 72px;
  padding-bottom: 76px;
}

.campaign-copy {
  z-index: 2;
  position: relative;
}

.campaign-title {
  max-width: 780px;
  margin: 0;
  font-family: var(--pp-display);
  font-size: clamp(3.5rem, 5.7vw, 5.3rem);
  font-stretch: condensed;
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 1.02;
  text-transform: uppercase;
}

.campaign-title span {
  color: #638fff;
  display: block;
}

.campaign-lede {
  color: #c6c9d0;
  max-width: 630px;
  margin: 34px 0 0;
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.46;
}

.campaign-lede strong {
  color: var(--pp-white);
}

.campaign-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 30px;
}

.campaign-btn {
  min-height: 48px;
  color: var(--pp-white);
  border: 1px solid #ffffff28;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  font-size: 0.92rem;
  font-weight: 780;
  text-decoration: none;
  transition: transform 0.18s, background 0.18s, border-color 0.18s;
}

.campaign-btn:hover {
  transform: translateY(-2px);
}

.campaign-btn.pit {
  background: var(--pp-pink);
  border-color: var(--pp-pink);
}

.campaign-btn.rundown {
  color: var(--pp-ink);
  background: var(--pp-lime);
  border-color: var(--pp-lime);
}

.campaign-btn.ghost:hover {
  background: #ffffff0d;
  border-color: #ffffff50;
}

.campaign-art {
  min-height: 560px;
  align-self: stretch;
  position: relative;
}


.floating-app {
  width: 82%;
  color: var(--pp-white);
  background: #0b0d13e8;
  border: 1px solid #ffffff24;
  position: absolute;
  z-index: 2;
  box-shadow: 0 26px 70px #0000009e;
  backdrop-filter: blur(16px);
  text-decoration: none;
  overflow: hidden;
}

.floating-app img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
}

.floating-app .floating-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  font-size: 0.8rem;
  font-weight: 780;
}

.floating-app.pit {
  left: -2%;
  bottom: 0;
  border-bottom: 4px solid var(--pp-pink);
  transform: rotate(-2deg);
}

.floating-app.rundown {
  top: 0;
  right: -2%;
  border-bottom: 4px solid var(--pp-lime);
  transform: rotate(2deg);
}

.floating-app:hover {
  z-index: 5;
}

.hero-products {
  background: #07080c;
  border-bottom: 1px solid #ffffff17;
  padding: clamp(64px, 7vw, 96px) 0;
}

.product-stage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.product-stage {
  color: var(--pp-white);
  background: #0d0f15;
  border: 1px solid #ffffff1c;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.product-stage > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  background: var(--pp-black);
  border-bottom: 1px solid #ffffff1c;
  display: block;
  transition: transform 0.45s ease;
}

.product-stage:hover > img {
  transform: scale(1.025);
}

.product-stage-copy {
  min-height: 390px;
  background: linear-gradient(145deg, #11141c, #08090e);
  display: flex;
  flex-direction: column;
  padding: 34px;
}

.product-stage.pit .product-stage-copy {
  border-top: 4px solid var(--pp-pink);
}

.product-stage.rundown .product-stage-copy {
  border-top: 4px solid var(--pp-lime);
}

.product-name {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 14px;
}

.product-name img {
  width: 44px;
  height: 44px;
}

.product-name span {
  font-family: var(--pp-display);
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.product-stage h3 {
  max-width: 560px;
  margin: 0;
  font-family: var(--pp-display);
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 1.08;
  text-transform: uppercase;
}

.product-stage.pit h3 {
  color: var(--pp-white);
}

.product-stage.rundown h3 {
  color: var(--pp-lime);
}

.product-stage p {
  color: #c5c8d0;
  max-width: 560px;
  margin: 20px 0 0;
  font-size: 1rem;
}

.product-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 24px;
}

.product-links a {
  min-height: 42px;
  color: var(--pp-white);
  border: 1px solid #ffffff34;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  padding: 0 17px;
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: none;
}

.product-stage.pit .product-links a:first-child {
  background: var(--pp-pink);
  border-color: var(--pp-pink);
}

.product-stage.rundown .product-links a:first-child {
  color: var(--pp-ink);
  background: var(--pp-lime);
  border-color: var(--pp-lime);
}

.app-catalog {
  color: var(--pp-ink);
  background: var(--pp-paper);
  padding: clamp(64px, 7vw, 96px) 0;
}

.catalog-head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: end;
  gap: 48px;
  margin-bottom: 34px;
}

.catalog-head h2 {
  margin: 0;
  font-family: var(--pp-display);
  font-size: clamp(2.6rem, 4.5vw, 4.2rem);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 1.02;
  text-transform: uppercase;
}

.catalog-head p {
  color: #5e626b;
  max-width: 500px;
  margin: 0;
}

.catalog-grid {
  border-top: 1px solid #11131a26;
  border-left: 1px solid #11131a26;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.catalog-card {
  min-height: 310px;
  color: var(--pp-ink);
  background: #ffffff4f;
  border-right: 1px solid #11131a26;
  border-bottom: 1px solid #11131a26;
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
  position: relative;
  text-decoration: none;
  transition: background 0.18s, transform 0.18s;
}

.catalog-card:hover {
  z-index: 2;
  background: var(--pp-white);
  box-shadow: 0 24px 70px #10131a1c;
  transform: translateY(-4px);
}

.catalog-card::before {
  content: "";
  height: 4px;
  background: var(--card-accent, var(--pp-blue));
  position: absolute;
  inset: 0 0 auto;
}

.catalog-card img {
  width: 58px;
  height: 58px;
  border-radius: 13px;
  margin-bottom: 32px;
}

.catalog-card h3 {
  margin: 0;
  font-family: var(--pp-display);
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.catalog-card .status {
  color: #656972;
  margin: 5px 0 13px;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.catalog-card p {
  color: #5d616a;
  margin: 0;
  font-size: 0.9rem;
}

.catalog-card .catalog-arrow {
  color: var(--card-accent, var(--pp-blue));
  margin-top: auto;
  padding-top: 22px;
  font-size: 1.3rem;
}

.drummer-break {
  min-height: 460px;
  background:
    radial-gradient(circle at 12% 76%, #ff2d8a22, transparent 32%),
    radial-gradient(circle at 84% 24%, #2563eb2e, transparent 28%),
    #050609;
  display: grid;
  place-items: center;
  border-top: 1px solid #ffffff18;
  border-bottom: 1px solid #ffffff18;
  position: relative;
  overflow: hidden;
}

.drummer-break::before {
  content: "1  2  3  4";
  color: #ffffff08;
  font-family: var(--pp-display);
  font-size: clamp(11rem, 30vw, 34rem);
  font-weight: 950;
  letter-spacing: -0.1em;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.drummer-copy {
  max-width: 1050px;
  padding: 110px 24px;
  text-align: center;
  position: relative;
}

.drummer-copy h2 {
  margin: 0;
  font-family: var(--pp-display);
  font-size: clamp(3rem, 6vw, 6rem);
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 1.02;
  text-transform: uppercase;
}

.drummer-copy h2 span {
  color: #638fff;
  display: block;
}

.drummer-copy p {
  color: #b7bbc4;
  max-width: 640px;
  margin: 30px auto 0;
  font-size: 1.12rem;
}

.drummer-copy strong {
  color: var(--pp-white);
}

.hardware-strip {
  color: var(--pp-ink);
  background: var(--pp-paper-2);
  padding: 80px 0;
}

.hardware-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  align-items: start;
}

.hardware-grid h2 {
  margin: 0;
  font-family: var(--pp-display);
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 1.04;
  text-transform: uppercase;
}

.hardware-list {
  border-top: 1px solid #0b0d122b;
}

.hardware-item {
  color: var(--pp-ink);
  border-bottom: 1px solid #0b0d122b;
  display: grid;
  grid-template-columns: 1.1fr 1.5fr auto;
  gap: 22px;
  align-items: center;
  padding: 18px 0;
  text-decoration: none;
}

.hardware-item strong {
  font-size: 0.95rem;
}

.hardware-item span {
  color: #656972;
  font-size: 0.86rem;
}

.hardware-item b {
  color: var(--pp-blue);
  font-size: 1.1rem;
}

.home-final {
  background: var(--pp-blue);
  padding: clamp(86px, 11vw, 150px) 0;
  text-align: center;
}

.home-final h2 {
  max-width: 980px;
  margin: 0 auto;
  font-family: var(--pp-display);
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 1.02;
  text-transform: uppercase;
}

.home-final p {
  color: #ffffffc8;
  max-width: 600px;
  margin: 30px auto;
  font-size: 1.12rem;
}

.home-final a {
  min-height: 50px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  padding: 0 22px;
  font-weight: 850;
  text-decoration: none;
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.home-final a.pit {
  color: var(--pp-white);
  background: var(--pp-pink);
}

.home-final a.rundown {
  color: var(--pp-ink);
  background: var(--pp-lime);
}

.pp-home footer.site {
  color: #959aa5;
  background: var(--pp-black);
  border-top-color: #ffffff18;
  margin-top: 0;
}

.pp-home footer.site strong,
.pp-home footer.site a:hover {
  color: var(--pp-white);
}

@media (width <= 1050px) {
  .campaign-grid,
  .catalog-head,
  .hardware-grid {
    grid-template-columns: 1fr;
  }

  .campaign-grid {
    padding-top: 68px;
  }

  .campaign-art {
    min-height: 520px;
  }

  .catalog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width <= 760px) {
  .pp-home header.site .brand span {
    display: none;
  }

  .pp-home header.site .bar {
    gap: 8px;
  }

  .pp-home nav.main {
    justify-content: flex-start;
  }

  .pp-home nav.main a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 0.8rem;
  }

  .nav-cta {
    display: none;
  }

  .campaign-grid {
    min-height: auto;
    padding-top: 58px;
    padding-bottom: 52px;
  }

  .campaign-title {
    font-size: clamp(2.65rem, 10vw, 4.5rem);
  }

  .campaign-art {
    min-height: 360px;
  }


  .floating-app {
    width: 78%;
  }

  .floating-app.pit {
    left: 0;
    bottom: 2%;
  }

  .floating-app.rundown {
    top: 2%;
    right: 0;
  }

  .product-stage-grid {
    grid-template-columns: 1fr;
  }

  .product-stage-copy {
    min-height: 360px;
  }

  .catalog-grid {
    grid-template-columns: 1fr;
  }

  .catalog-card {
    min-height: 285px;
  }

  .hardware-item {
    grid-template-columns: 1fr auto;
  }

  .hardware-item span {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-stage > img,
  .catalog-card,
  .campaign-btn {
    transition: none;
  }
}

/* Homepage hierarchy and responsive navigation. */
.pp-home :is(section, main)[id] { scroll-margin-top: 90px; }
.pp-home a:focus-visible { outline: 3px solid #638fff; outline-offset: 5px; }
.eyebrow { margin: 0 0 22px; font-family: var(--font-mono); font-size: .7rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; color: #a6acb9; }
.eyebrow span { display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--pp-lime); }
.explore-link { display: inline-flex; gap: 20px; margin-top: 30px; color: #a6acb9; font-size: .8rem; text-decoration: none; }
.explore-link:hover { color: white; }
.section-intro { margin-bottom: 40px; }
.section-intro h2 { margin: 0 0 16px; font-size: clamp(2.6rem, 4.5vw, 4.2rem); letter-spacing: -.055em; line-height: 1.02; }
.section-intro > p:last-child { color: #a6acb9; }
.suite-section { padding-top: 56px; padding-bottom: 56px; }
.suite-panel { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 32px; border-top: 1px solid #ffffff26; border-bottom: 1px solid #ffffff26; padding: 36px 0; }
.suite-panel .eyebrow { color: var(--pp-lime); margin-bottom: 14px; }
.suite-panel h2 { margin: 0 0 16px; font-size: 1.8rem; max-width: 26ch; }
.suite-panel p { margin: 0; max-width: 62ch; color: #a6acb9; }
.roadmap-link { color: var(--pp-lime); font-size: .9rem; text-underline-offset: 6px; }
.catalog-head .eyebrow, .hardware-grid .eyebrow { color: #60646c; margin-bottom: 20px; }
.catalog-card h3 { font-size: 1.45rem; }
.hardware-item:hover strong { color: var(--pp-blue); }
@media (width <= 1050px) {
  .pp-home header.site .brand { font-size: .72rem; }
  .pp-home nav.main a { font-size: .78rem; padding-left: 7px; padding-right: 7px; }
  .campaign-grid { grid-template-columns: 1fr 1fr; }
  .campaign-art { min-height: 400px; }
  .suite-panel { grid-template-columns: 1fr; }
  .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (width <= 760px) {
  .pp-home header.site .bar { height: auto; min-height: 96px; flex-wrap: wrap; gap: 0; padding-top: 14px; }
  .pp-home header.site .brand span { display: inline; }
  .pp-home nav.main { flex-basis: 100%; flex-wrap: wrap; overflow: visible; gap: 0 10px; }
  .pp-home nav.main a { padding: 12px 0; font-size: .75rem; }
  .campaign-grid { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .campaign-hero { min-height: 0; }
  .campaign-lede { font-size: 1.05rem; }
  .campaign-art { min-height: 0; max-width: 470px; width: 100%; justify-self: center; display: grid; gap: 20px; }
  .floating-app { width: 100%; position: relative; transform: none; inset: auto; }
  .floating-app.pit, .floating-app.rundown { transform: none; inset: auto; }
  .product-stage-copy { padding: 26px; min-height: 0; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-card { min-height: 290px; }
  .catalog-head { gap: 24px; }
  .hardware-grid { gap: 32px; }
  .pp-home :is(section, main)[id] { scroll-margin-top: 120px; }
}
@media (width <= 400px) {
  .catalog-grid { grid-template-columns: minmax(0, 1fr); }
  .catalog-card { min-height: 240px; }
  .campaign-art { min-height: 0; }
  .floating-app .floating-label { font-size: .7rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
