[code-path$="LeadModal.tsx:111:13"],
[code-path$="LeadModal.tsx:176:17"] {
  display: none !important;
}

[code-path$="CatalogShowcase.tsx:369:9"] {
  display: none !important;
}

[code-path$="LeadModal.tsx:101:11"] {
  grid-template-columns: minmax(0, 1fr) !important;
  max-width: 34rem !important;
}

.pf-catalog-hero {
  padding-top: 6.5rem !important;
}

.pf-catalog-hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 2.5rem 3rem;
  align-items: end;
  max-width: 1280px;
  min-width: 0;
  width: 100%;
  margin: 0 auto 4.5rem;
}

.pf-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, .64);
  font: 500 .72rem/1.2 Inter, sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.pf-brand-lockup img {
  width: 178px;
  filter: brightness(0) invert(1);
}

.pf-brand-lockup span {
  max-width: 165px;
  padding-left: 1rem;
  border-left: 1px solid rgba(255, 255, 255, .24);
}

.pf-hero-message h1 {
  margin: 0;
  color: #fff;
  font-family: Oswald, Inter, sans-serif;
  font-size: clamp(3rem, 4.45vw, 4.5rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

.pf-hero-message h1 span {
  display: block;
  white-space: nowrap;
}

.pf-hero-action {
  min-width: 0;
  padding-bottom: .45rem;
}

.pf-primary-cta {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  border-radius: 1rem;
  padding: 1.1rem 1.35rem;
  background: #8ea0ff;
  color: #08102f;
  cursor: pointer;
  font: 600 1rem/1 Oswald, Inter, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}

.pf-primary-cta:hover {
  background: #a8b5ff;
  transform: translateY(-2px);
}

.pf-primary-cta span {
  font-size: 1.5rem;
}

.pf-hero-action p {
  margin: .8rem 0 0;
  color: rgba(255, 255, 255, .62);
  font-size: .78rem;
  line-height: 1.45;
  white-space: nowrap;
}

.pf-media-strip {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .68);
  font: 500 1.06rem/1.2 Georgia, serif;
  max-width: 100%;
  min-width: 0;
}

.pf-media-strip .pf-media-label {
  color: rgba(255, 255, 255, .38);
  font: 500 .62rem/1.3 Inter, sans-serif;
  letter-spacing: .18em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .pf-catalog-hero-copy {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
  }

  .pf-hero-action p {
    white-space: normal;
  }

  .pf-hero-message h1 {
    font-size: clamp(2.55rem, 11vw, 4.6rem);
  }

  .pf-hero-message h1 span {
    white-space: normal;
  }

  .pf-media-strip {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
  }

  .pf-media-strip span {
    flex: 0 0 auto;
  }
}

@media (max-width: 560px) {
  html,
  body {
    overflow-x: hidden;
  }

  .pf-catalog-hero {
    padding-top: 6.5rem !important;
  }

  .pf-catalog-hero-copy {
    grid-template-columns: minmax(0, 1fr) !important;
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
  }

  .pf-catalog-hero-copy > * {
    min-width: 0;
    max-width: 100%;
  }

  .pf-brand-lockup {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 1.5rem;
  }

  .pf-brand-lockup img {
    display: none;
  }

  .pf-brand-lockup span {
    max-width: none;
    padding: 0;
    border-top: 0;
    border-left: 0;
  }

  .pf-hero-message h1 {
    font-size: clamp(2.35rem, 10vw, 3.2rem);
  }

  .pf-hero-message h1 span,
  .pf-hero-action p {
    white-space: normal !important;
  }

  .pf-primary-cta,
  .pf-media-strip {
    width: 100%;
    max-width: 100%;
  }

  .pf-hero-message h1 br {
    display: none;
  }
}
