.pm-home-page .md-header__option[data-md-component="palette"] {
  display: none;
}

.pm-home-page .md-header,
.pm-home-page .md-header[data-md-state="shadow"] {
  transition:
    background-color 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.pm-home-page.pm-home-top .md-header,
.pm-home-page.pm-home-top .md-header[data-md-state="shadow"] {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.pm-home-page.pm-home-top .md-header--shadow,
.pm-home-page.pm-home-top .md-header[data-md-state="shadow"] {
  box-shadow: none !important;
}

.pm-home-page .md-tabs,
.pm-home-page .md-tabs[data-md-state="hidden"] {
  transition:
    background-color 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.pm-home-page.pm-home-top .md-tabs,
.pm-home-page.pm-home-top .md-tabs[data-md-state="hidden"] {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.pm-home-hero {
  position: relative;
  overflow: hidden;
  padding: 7rem 0 5rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.pm-home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.45), transparent 75%);
}

.pm-home-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 3rem;
  align-items: center;
}

.pm-home-eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(127, 127, 127, 0.14);
  border-radius: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.9;
  background: rgba(127, 127, 127, 0.04);
}

.pm-home-hero h1 {
  margin: 0 0 1.1rem;
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.pm-home-hero__line {
  white-space: nowrap;
}

.pm-home-lead {
  max-width: 44rem;
  margin: 0 0 1.4rem;
  font-size: 1.08rem;
  line-height: 1.75;
  opacity: 0.92;
}

.pm-home-subtext {
  margin-top: 1rem;
  font-size: 0.9rem;
  opacity: 0.72;
}

.pm-home-subtext a {
  color: inherit;
  font-weight: 700;
  text-decoration-color: rgba(127, 127, 127, 0.5);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
  transition:
    color 0.18s ease,
    text-decoration-color 0.18s ease;
}

.pm-home-subtext a:hover,
.pm-home-subtext a:focus-visible {
  color: var(--md-accent-fg-color);
  text-decoration-color: currentColor;
}

.pm-home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.pm-home-page .pm-home-actions .md-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.5rem;
  border: 2px solid #1976d2;
  border-radius: 999px;
  color: #fff;
  background-color: #1976d2;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    color 0.18s ease,
    background-color 0.18s ease,
    border-color 0.18s ease;
}

.pm-home-page .pm-home-actions .md-button:hover,
.pm-home-page .pm-home-actions .md-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 0.6rem 1.4rem rgba(0, 0, 0, 0.12);
  color: #fff;
  background-color: #1565c0;
  border-color: #fff;
}

.pm-home-button__chevron {
  margin-left: 0.35rem;
  font-size: 1.2em;
  line-height: 1;
}

.pm-home-shot {
  border: 1px solid rgba(127, 127, 127, 0.2);
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(127, 127, 127, 0.05);
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.16);
}

.pm-home-shot--hero {
  transform: perspective(1400px) rotateY(-10deg) rotateX(3deg);
  transform-origin: center center;
}

.pm-home-shot img,
.pm-home-hero__media img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1100px) {
  .pm-home-shot--hero {
    transform: none;
  }
}

@media screen and (max-width: 960px) {
  .pm-home-hero {
    padding-top: 5.5rem;
    padding-bottom: 3.5rem;
  }

  .pm-home-hero__inner {
    grid-template-columns: 1fr;
  }

  .pm-home-hero h1 {
    font-size: clamp(2.3rem, 9vw, 3.4rem);
  }
}
.pm-home-placeholder {
  padding: 8rem 0 12rem;
}

.pm-home-placeholder__eyebrow {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.35rem 0.7rem;
  border: 1px solid rgba(127, 127, 127, 0.16);
  border-radius: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.8;
}

.pm-home-placeholder h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.02;
}

.pm-home-placeholder p {
  max-width: 42rem;
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.8;
  opacity: 0.82;
}

.pm-home-proof {
  padding: 0 0 5.5rem;
}

.pm-home-proof__inner {
  display: grid;
  gap: 1.75rem;
}

.pm-home-proof__copy {
  max-width: 58rem;
}

.pm-home-proof__copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.pm-home-proof__copy p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.85;
  opacity: 0.82;
}

.pm-home-proof__media {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.5rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(14, 16, 22, 0.92);
  box-shadow:
    0 1.5rem 3rem rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.pm-home-proof__media img {
  display: block;
  width: 100%;
  height: auto;
}

.pm-home-testimonials {
  position: relative;
  padding: 7rem 0 3rem;
}

.pm-home-testimonials__pin {
  position: relative;
}

.pm-home-testimonials__inner {
  position: relative;
}

.pm-home-testimonials__intro {
  max-width: 44rem;
  margin-bottom: 2.5rem;
}

.pm-home-testimonials__intro h2 {
  margin: 0 0 1rem;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
}

.pm-home-testimonials__intro p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.85;
  opacity: 0.8;
}

.pm-home-testimonials__viewport {
  position: relative;
  overflow: visible;
}

.pm-home-testimonials__pages {
  position: relative;
}

.pm-home-testimonials__page {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.pm-home-testimonials__page[hidden] {
  display: none;
}

.pm-home-testimonials__controls {
  display: flex;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.pm-home-testimonials__dot {
  width: 0.7rem;
  height: 0.7rem;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition: background-color 180ms ease, transform 180ms ease;
}

.pm-home-testimonials__dot:hover,
.pm-home-testimonials__dot:focus-visible {
  background: rgba(255, 255, 255, 0.36);
}

.pm-home-testimonials__dot.is-active {
  background: #c7ea46;
  transform: scale(1.08);
}

.pm-home-testimonial-card {
  min-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.25rem;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(16, 18, 24, 0.88);
  box-shadow:
    0 1.25rem 3rem rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  align-items: start;
  gap: 0.9rem;
  padding: 0.9rem;
}

.pm-home-testimonial-card__media {
  position: relative;
  margin: 0;
  aspect-ratio: 2 / 1;
  width: 100%;
  align-self: start;
  overflow: hidden;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.04);
}

.pm-home-testimonial-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.18)),
    linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
  pointer-events: none;
}

.pm-home-testimonial-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}

.pm-home-testimonial-card__body {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 0.95rem;
  min-height: 100%;
  align-items: start;
}

.pm-home-testimonial-card__quote {
  margin: 0;
  font-size: 0.98rem;
  font-style: italic;
  line-height: 1.62;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.94);
  opacity: 0.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.pm-home-testimonial-card__meta {
  display: grid;
  gap: 0.18rem;
  padding-top: 0.75rem;
  min-height: 3.8rem;
  align-content: start;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pm-home-testimonial-card__name,
.pm-home-testimonial-card__game {
  margin: 0;
}

.pm-home-testimonial-card__name {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.pm-home-testimonial-card__game {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.68;
}

.pm-home-showcase {
  position: relative;
  padding: 2rem 0 8rem;
}

.pm-home-showcase__inner {
  display: grid;
  grid-template-columns: minmax(0, 24rem) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.pm-home-showcase__copy h2 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.pm-home-showcase__copy p {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.8;
  opacity: 0.82;
}

.pm-home-showcase__media {
  min-width: 0;
}

.pm-home-showcase__frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.08), transparent 35%),
    rgba(14, 16, 22, 0.92);
  box-shadow:
    0 1.5rem 3rem rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.pm-home-showcase__frame::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.pm-home-showcase__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.pm-home-showcase__playlist-link {
  color: rgba(255, 255, 255, 0.98);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.45);
  text-underline-offset: 0.18em;
}

.pm-home-showcase__playlist-link:hover,
.pm-home-showcase__playlist-link:focus-visible {
  text-decoration-color: currentColor;
}

.pm-home-cta {
  padding: 0 0 7rem;
}

.pm-home-cta__panel {
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(14, 16, 22, 0.9);
  box-shadow:
    0 1.5rem 3rem rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.pm-home-cta__panel h2 {
  margin: 0 0 0.9rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  letter-spacing: -0.03em;
}

.pm-home-cta__panel p {
  max-width: 42rem;
  margin: 0 0 1.35rem;
  font-size: 1rem;
  line-height: 1.8;
  opacity: 0.82;
}

@media screen and (max-width: 960px) {
  .pm-home-proof {
    padding: 0 0 4.5rem;
  }

  .pm-home-testimonials {
    padding: 5rem 0 6rem;
  }

  .pm-home-testimonials__page {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .pm-home-testimonial-card {
    align-items: start;
    gap: 1rem;
    padding: 1rem;
  }

  .pm-home-testimonial-card__body {
    min-height: 0;
  }

  .pm-home-testimonial-card__media {
    aspect-ratio: 1 / 1;
    align-self: start;
  }

  .pm-home-testimonial-card__quote {
    -webkit-line-clamp: unset;
  }

  .pm-home-showcase {
    padding: 1rem 0 5rem;
  }

  .pm-home-showcase__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .pm-home-cta {
    padding: 0 0 5rem;
  }

  .pm-home-cta__panel {
    padding: 1.35rem;
  }
}

