.ps1-header {
  display: none;
}

.ps1-hero {
  background-image: url("/assets/images/hero-banner.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 40px 0 140px;
}

.ps1-hero .container {
  max-width: 1140px;
}

.ps1-hero h1 {
  margin: 0;
  font-family: "Raleway", sans-serif;
  color: #ffffff;
  font-size: 70px;
  letter-spacing: 0;
  line-height: 1.25;
  font-weight: bold;
}

body {
  margin: 0;
  background: #000;
  color: #fff;
  font-family: "Raleway", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ps1-main {
  max-width: 1100px;
  margin: -100px auto 0;
  padding: 0 1.25rem 3rem;
  position: relative;
  z-index: 2;
}

.ps1-intro {
  display: none;
}

.ps1-status {
  min-height: 1.5rem;
  margin: 1rem 0;
  color: #bdbdbd;
}

.ps1-status.is-error {
  color: #ff6b6b;
}

.ps1-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1.5rem;
  padding-top: 0.25rem;
}

.ps1-card {
  text-align: center;
  background: transparent;
  border: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-decoration: none;
  display: block;
}

.ps1-card:hover .ps1-avatar {
  border-color: #ff356f;
  transform: scale(1.03);
}

.ps1-card:focus-visible {
  outline: 2px solid #ff356f;
  outline-offset: 4px;
  border-radius: 12px;
}

.ps1-avatar {
  width: 120px;
  height: 120px;
  margin: 0 auto 0.85rem;
  border-radius: 50%;
  overflow: hidden;
  background: #1a1a1a;
  border: 2px solid rgba(255, 53, 111, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s ease, border-color 0.15s ease;
}

.ps1-avatar .ps-portrait-crop {
  width: 100%;
  height: 100%;
}

.ps1-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ps-portrait-crop {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
}

.ps-portrait-crop img {
  width: 100%;
  height: 100%;
  display: block;
}

.ps1-avatar-fallback {
  color: #666;
  font-size: 0.85rem;
}

.ps1-name {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
}

.ps1-name span {
  display: block;
}

.ps1-empty {
  grid-column: 1 / -1;
  text-align: center;
  color: #888;
  padding: 2rem 1rem;
}

.ps-is-hidden {
  display: none !important;
}

body.ps1-modal-open {
  overflow: hidden;
}

.ps1-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 1.25rem;
  padding-top: max(1.25rem, env(safe-area-inset-top, 0px));
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.ps1-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.ps1-modal-card {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: min(100%, 70vw);
  max-height: none;
  margin: 1rem auto 2rem;
  background: linear-gradient(145deg, #141414 0%, #0d0d0d 100%);
  border: 1px solid rgba(255, 53, 111, 0.35);
  border-radius: 20px;
  padding: 2rem 2rem 1.75rem;
  text-align: left;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
}

.ps1-modal-body {
  display: grid;
  grid-template-columns: minmax(220px, 320px) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.ps1-modal-media {
  text-align: center;
}

.ps1-modal-close {
  position: absolute;
  top: 0.65rem;
  right: 0.85rem;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.ps1-modal-avatar {
  width: min(100%, 300px);
  margin: 0 auto 1.15rem;
  border-radius: 14px;
  overflow: hidden;
  background: #111;
  border: 3px solid #ff356f;
  line-height: 0;
}

.ps1-modal-avatar img {
  width: 100%;
  height: auto;
  max-height: min(70vh, 520px);
  object-fit: contain;
  display: block;
}

.ps1-modal-name {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.ps1-modal-name span {
  display: block;
}

.ps1-modal-details {
  padding-top: 0.35rem;
}

.ps1-modal-opis {
  font-family: "Raleway", sans-serif;
  color: #e6e6e6;
}

.ps1-modal-opis p {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  line-height: 1.8;
  font-weight: 300;
}

.ps1-modal-opis p:last-child {
  margin-bottom: 0;
}

.ps1-modal-opis-lead {
  font-size: 1.12rem;
  line-height: 1.75;
  font-weight: 400;
  color: #fff;
}

.ps1-modal-opis-lead::first-letter {
  font-size: 1.35em;
  font-weight: 500;
  color: #ff356f;
}

.ps1-modal-opis-empty {
  margin: 0;
  color: #777;
  font-style: italic;
  font-size: 0.98rem;
}

.ps1-modal-wiecej-wrap {
  margin-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.65rem;
}

.ps1-modal-wiecej-sep {
  color: #666;
  font-size: 0.9rem;
  line-height: 1;
  user-select: none;
}

.ps1-modal-wiecej-btn {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  font-style: italic;
  color: #ff356f;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.ps1-modal-wiecej-btn:hover {
  color: #ff6b93;
}

.ps1-modal-subpage {
  padding-top: 0.25rem;
}

.ps1-modal-subpage-back {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0 0 1.25rem;
  font-family: "Raleway", sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  color: #ff356f;
  cursor: pointer;
}

.ps1-modal-subpage-back:hover {
  color: #ff6b93;
}

.ps1-modal-subpage-title {
  margin: 0 0 1rem;
  font-family: "Raleway", sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}

.ps1-modal-wiecej-text {
  font-family: "Raleway", sans-serif;
  color: #ddd;
  font-size: 0.92rem;
  line-height: 1.65;
  font-weight: 300;
}

.ps1-modal-wiecej-text p {
  margin: 0 0 0.85rem;
}

.ps1-modal-wiecej-text p:last-child {
  margin-bottom: 0;
}

.ps1-modal-wiecej-text--rich {
  max-width: 42rem;
  margin: 0 auto;
  max-height: min(70vh, 720px);
  overflow-y: auto;
  padding-right: 0.35rem;
  color: #e6e6e6;
  font-size: 1.05rem;
  line-height: 1.8;
  scrollbar-color: rgba(255, 53, 111, 0.45) rgba(255, 255, 255, 0.06);
  scrollbar-width: thin;
}

.ps1-modal-wiecej-text--rich::-webkit-scrollbar {
  width: 6px;
}

.ps1-modal-wiecej-text--rich::-webkit-scrollbar-thumb {
  background: rgba(255, 53, 111, 0.45);
  border-radius: 999px;
}

.ps1-wiecej-lead {
  margin: 0 0 1.25rem;
  font-size: 1.12rem;
  line-height: 1.75;
  font-weight: 400;
  color: #fff;
}

.ps1-wiecej-lead::first-letter {
  font-size: 1.35em;
  font-weight: 500;
  color: #ff356f;
}

.ps1-wiecej-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.55rem;
  margin: 0 0 1.35rem;
}

.ps1-wiecej-chip {
  display: inline-block;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 53, 111, 0.35);
  background: rgba(255, 53, 111, 0.08);
  color: #f5f5f5;
  font-size: 0.88rem;
  line-height: 1.35;
  font-weight: 400;
}

.ps1-wiecej-heading {
  margin: 1.35rem 0 0.65rem;
  font-family: "Raleway", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
  font-weight: 600;
}

.ps1-wiecej-list {
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}

.ps1-wiecej-list li {
  position: relative;
  margin: 0 0 0.65rem;
  padding-left: 1.15rem;
  line-height: 1.65;
}

.ps1-wiecej-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff356f;
}

.ps1-wiecej-list li:last-child {
  margin-bottom: 0;
}

.ps1-modal-wiecej-text--rich p:not(.ps1-wiecej-lead) {
  margin: 0 0 1.15rem;
  font-size: 1.05rem;
  line-height: 1.8;
}

.ps1-modal-wiecej-text--rich a {
  color: #ff6b93;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.ps1-modal-wiecej-text--rich a:hover {
  color: #ff356f;
}

.ps1-modal-wystapienia {
  margin-top: 1.75rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ps1-modal-tematy {
  margin-top: 1.75rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ps1-modal-tematy-label {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
}

.ps1-modal-tematy-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: 1rem;
}

.ps1-temat-card {
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  padding: 1rem 1.05rem 1.1rem;
}

.ps1-temat-temat {
  margin: 0 0 0.45rem;
  font-family: "Raleway", sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
}

.ps1-temat-opis {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 0.94rem;
  line-height: 1.65;
  font-weight: 300;
  color: #d8d8d8;
}

.ps1-modal-wystapienia-label {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
}

.ps1-modal-wystapienia-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 1rem;
}

.ps1-wystapienie-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(255, 53, 111, 0.28);
  border-radius: 12px;
  background: rgba(255, 53, 111, 0.06);
  padding: 1rem 1.05rem 1.1rem;
}

.ps1-wystapienie-badge {
  display: inline-block;
  margin-bottom: 0.45rem;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: #ff356f;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.ps1-wystapienie-temat {
  margin: 0 0 0.45rem;
  font-family: "Raleway", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
}

.ps1-wystapienie-opis {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 0.95rem;
  line-height: 1.65;
  font-weight: 300;
  color: #d8d8d8;
}

.ps1-modal-dlaczego {
  margin-top: 1.75rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ps1-modal-dlaczego-title {
  margin: 0 0 1rem;
  font-family: "Raleway", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
  font-weight: 700;
  line-height: 1.45;
}

.ps1-modal-dlaczego-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.ps1-dlaczego-tile {
  display: inline-block;
  padding: 0.55rem 0.9rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  font-family: "Raleway", sans-serif;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 400;
  color: #e8e8e8;
}

.ps1-modal-jezyki {
  margin-top: 1.75rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ps1-modal-jezyki-label {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
}

.ps1-modal-jezyki-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.ps1-jezyk-tile {
  display: inline-block;
  padding: 0.55rem 0.9rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  font-family: "Raleway", sans-serif;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 400;
  color: #e8e8e8;
}

.ps1-modal-reel {
  margin-top: 1.75rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ps1-modal-reel-label {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
}

.ps1-modal-reel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem 0.65rem;
}

.ps1-reel-card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-width: 0;
}

.ps1-reel-card-title {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 0.82rem;
  line-height: 1.35;
  font-weight: 500;
  color: #dcdcdc;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ps1-reel-tile {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: #111;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  padding: 0;
  font: inherit;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.ps1-reel-tile:hover {
  border-color: rgba(255, 53, 111, 0.55);
  transform: translateY(-2px);
}

.ps1-reel-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ps1-reel-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  color: #888;
}

.ps1-reel-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(255, 53, 111, 0.92);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  line-height: 1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.ps1-modal-clients {
  margin-top: 1.75rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ps1-modal-clients-label {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
}

.ps1-modal-clients-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.ps1-client-tile {
  width: 72px;
  height: 48px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.45rem;
  overflow: hidden;
}

.ps1-client-tile img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.ps1-client-tile-fallback {
  font-size: 0.95rem;
  font-weight: 600;
  color: #666;
}

@media (max-width: 768px) {
  .ps1-hero {
    padding: 28px 0 110px;
  }

  .ps1-hero h1 {
    font-size: 28px;
  }

  .ps1-main {
    margin-top: -72px;
  }
}

@media (max-width: 720px) {
  .ps1-modal-body {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .ps1-modal-card {
    padding: 1.5rem 1.25rem 1.25rem;
  }

  .ps1-modal-avatar {
    width: min(100%, 260px);
  }

  .ps1-modal-avatar img {
    max-height: min(55vh, 420px);
  }

  .ps1-modal-details {
    padding-top: 0;
  }

  .ps1-modal-wystapienia-list {
    grid-template-columns: 1fr;
  }

  .ps1-modal-reel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.ps1-modal-zdjecia-wystapien {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ps1-modal-zdjecia-label {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #888;
}

.ps1-modal-zdjecia-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.ps1-zdjecie-wystapienia-tile {
  display: block;
  width: 100%;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #111;
  aspect-ratio: 16 / 10;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.ps1-zdjecie-wystapienia-tile:hover {
  border-color: rgba(255, 53, 111, 0.45);
}

.ps1-zdjecie-wystapienia-tile:focus-visible {
  outline: 2px solid #ff356f;
  outline-offset: 2px;
}

.ps1-zdjecie-wystapienia-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

body.ps1-photo-lightbox-open,
body.ps1-video-lightbox-open {
  overflow: hidden;
}

.ps1-photo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.ps1-photo-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
}

.ps1-photo-lightbox-card {
  position: relative;
  z-index: 1;
  width: 50vw;
  height: 50vh;
  max-width: calc(100% - 2rem);
  max-height: calc(100% - 2rem);
  background: #0d0d0d;
  border: 1px solid rgba(255, 53, 111, 0.35);
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
}

.ps1-photo-lightbox-close {
  position: absolute;
  top: 0.5rem;
  right: 0.65rem;
  z-index: 2;
  border: 0;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
}

.ps1-photo-lightbox-frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ps1-photo-lightbox-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .ps1-photo-lightbox-card {
    width: min(calc(100% - 2rem), 85vw);
    height: min(calc(100% - 2rem), 55vh);
  }
}

.ps1-video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.ps1-video-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
}

.ps1-video-lightbox-card {
  position: relative;
  z-index: 1;
  width: min(960px, calc(100% - 2rem));
  background: #0d0d0d;
  border: 1px solid rgba(255, 53, 111, 0.35);
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
}

.ps1-video-lightbox-close {
  position: absolute;
  top: 0.5rem;
  right: 0.65rem;
  z-index: 2;
  border: 0;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
}

.ps1-video-lightbox-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.ps1-video-lightbox-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 720px) {
  .ps1-modal-zdjecia-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  .ps1-modal-reel-grid {
    grid-template-columns: 1fr;
  }

  .ps1-modal-zdjecia-grid {
    grid-template-columns: 1fr;
  }
}
