.waybig-studio-profile-page .studio-profile-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0 0 28px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  background: radial-gradient(circle at 78% 15%, #242424 0, #141414 46%, #0a0a0a 100%);
}
.waybig-studio-profile-page .studio-profile-hero.has-theme-art { min-height: 510px; }
.waybig-studio-profile-page .studio-theme-art {
  position: absolute;
  inset: 0;
  z-index: -3;
  pointer-events: none;
}
.waybig-studio-profile-page .studio-theme-art > img,
.waybig-studio-profile-page .studio-theme-art > a,
.waybig-studio-profile-page .studio-theme-art > a > img {
  display: block;
  width: 100%;
  height: 100%;
}
.waybig-studio-profile-page .studio-theme-art img {
  object-fit: cover;
  object-position: center;
}
.waybig-studio-profile-page .studio-profile-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(5,5,5,.97) 0%, rgba(5,5,5,.88) 38%, rgba(5,5,5,.46) 72%, rgba(5,5,5,.7) 100%);
}
.waybig-studio-profile-page .studio-profile-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 62%;
  background: linear-gradient(0deg, #080808 0%, rgba(8,8,8,.72) 40%, transparent 100%);
  pointer-events: none;
}
.waybig-studio-profile-page .studio-profile-shell { padding-top: 22px; padding-bottom: 34px; }
.waybig-studio-profile-page .studio-profile-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin: 0 0 26px;
  color: #aaa;
  font-size: 13px;
  font-weight: 700;
}
.waybig-studio-profile-page .studio-profile-breadcrumb a { color: #ddd; }
.waybig-studio-profile-page .studio-profile-breadcrumb a:hover { color: #ffbd0a; }
.waybig-studio-profile-page .studio-profile-breadcrumb > span:not([aria-current]) { color: #ffbd0a; }
.waybig-studio-profile-page .studio-profile-layout {
  display: grid;
  grid-template-columns: minmax(190px,240px) minmax(0,1fr);
  gap: clamp(24px,4vw,60px);
  align-items: end;
  min-height: 392px;
}
.waybig-studio-profile-page .studio-profile-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 16/9;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  background: #050505;
  box-shadow: 0 18px 45px rgba(0,0,0,.45);
}
.waybig-studio-profile-page .studio-profile-logo img { width: 100%; height: 100%; object-fit: contain; }
.waybig-studio-profile-page .studio-profile-copy { max-width: 880px; padding-bottom: 2px; }
.waybig-studio-profile-page .studio-theme-wordmark { max-width: 520px; margin: 0 0 14px; }
.waybig-studio-profile-page .studio-theme-wordmark img { display: block; width: auto; max-width: 100%; max-height: 100px; }
.waybig-studio-profile-page .studio-profile-title-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.waybig-studio-profile-page .studio-profile-title-row h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px,4.5vw,68px);
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.035em;
  text-transform: none;
  text-shadow: 0 3px 18px rgba(0,0,0,.7);
}
.waybig-studio-profile-page .studio-profile-status {
  padding: 5px 8px;
  border-radius: 3px;
  background: #ffbd0a;
  color: #111;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.waybig-studio-profile-page .studio-profile-description {
  max-width: 780px;
  margin-top: 18px;
  color: #d0d0d0;
  font-size: 17px;
  line-height: 1.55;
  text-shadow: 0 2px 8px rgba(0,0,0,.65);
}
.waybig-studio-profile-page .studio-profile-description p:last-child { margin-bottom: 0; }
.waybig-studio-profile-page .studio-profile-stats { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.waybig-studio-profile-page .studio-profile-stats > span {
  display: flex;
  gap: 5px;
  align-items: baseline;
  min-height: 36px;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 6px;
  background: rgba(18,18,18,.78);
  color: #bbb;
  font-size: 13px;
  backdrop-filter: blur(7px);
}
.waybig-studio-profile-page .studio-profile-stats strong { color: #fff; font-size: 15px; }
.waybig-studio-profile-page .studio-profile-stats small { color: #999; font-size: 11px; text-transform: uppercase; }
.waybig-studio-profile-page .studio-profile-cta {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 20px;
  padding: 11px 18px;
  border-radius: 6px;
  background: #ffbd0a;
  color: #111;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(0,0,0,.32);
}
.waybig-studio-profile-page .studio-profile-cta:hover { background: #ffd04d; color: #000; }
.waybig-studio-profile-page .main-col > header.row { margin-bottom: 18px; padding: 15px 13px; border: 1px solid #353535; border-bottom: 3px solid #ffbd0a; border-radius: 8px; background: #1b1b1b; }
.waybig-studio-profile-page .main-col > header.row .title-col { margin-bottom: 0; }
.waybig-studio-profile-page .main-col > header.row .title-col h2 { font-size: clamp(20px,2.2vw,30px); text-transform: none; }
.waybig-studio-profile-page .content-sec > .wrapper > .row { display: block; }
.waybig-studio-profile-page .main-col { width: 100%; float: none; }
.waybig-studio-profile-page .studio-catalog-tools {
  display: grid;
  grid-template-columns: minmax(260px,1.65fr) auto minmax(170px,.65fr) auto;
  gap: 16px;
  align-items: end;
  margin: 0 0 22px;
  padding: 18px;
  border: 1px solid #393939;
  border-radius: 8px;
  background: #181818;
}
.waybig-studio-profile-page .studio-catalog-search label,
.waybig-studio-profile-page .studio-catalog-label {
  display: block;
  margin: 0 0 7px;
  color: #aaa;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .055em;
  line-height: 1;
  text-transform: uppercase;
}
.waybig-studio-profile-page .studio-catalog-search-field { position: relative; height: 44px; }
.waybig-studio-profile-page .studio-catalog-search-icon {
  position: absolute;
  left: 13px;
  top: 22px;
  z-index: 2;
  width: 18px;
  height: 18px;
  color: #ffbd0a;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
  pointer-events: none;
  transform: translateY(-50%);
}
.waybig-studio-profile-page .studio-catalog-search input,
.waybig-studio-profile-page .studio-catalog-sort-control select {
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  margin: 0;
  border: 1px solid #4a4a4a;
  border-radius: 6px;
  background: #0e0e0e;
  color: #fff;
  font: inherit;
  font-size: 14px;
  line-height: 44px;
  outline: 0;
}
.waybig-studio-profile-page .studio-catalog-search input {
  position: absolute !important;
  inset: 0 !important;
  display: block;
  float: none !important;
  margin: 0 !important;
  padding: 0 48px 0 39px;
  transform: none !important;
}
.waybig-studio-profile-page .studio-catalog-search-clear {
  position: absolute;
  top: 50%;
  right: 8px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #999;
  cursor: pointer;
  transform: translateY(-50%);
}
.waybig-studio-profile-page .studio-catalog-search-clear[hidden] { display: none !important; }
.waybig-studio-profile-page .studio-catalog-search-clear:hover,
.waybig-studio-profile-page .studio-catalog-search-clear:focus { background: #2b2b2b; color: #fff; }
.waybig-studio-profile-page .studio-catalog-search-clear svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 2; }
.waybig-studio-profile-page .studio-catalog-sort-control select { padding: 0 34px 0 12px; }
.waybig-studio-profile-page .studio-catalog-search input:focus,
.waybig-studio-profile-page .studio-catalog-sort-control select:focus { border-color: #ffbd0a; box-shadow: 0 0 0 2px rgba(255,189,10,.14); }
.waybig-studio-profile-page .studio-catalog-types { display: flex; height: 44px; }
.waybig-studio-profile-page .studio-catalog-types a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  padding: 0 12px;
  border: 1px solid #4a4a4a;
  border-right: 0;
  background: #101010;
  color: #ccc;
  font-size: 12px;
  font-weight: 800;
}
.waybig-studio-profile-page .studio-catalog-types a:first-child { border-radius: 6px 0 0 6px; }
.waybig-studio-profile-page .studio-catalog-types a:last-child { border-right: 1px solid #4a4a4a; border-radius: 0 6px 6px 0; }
.waybig-studio-profile-page .studio-catalog-types a:hover { color: #fff; }
.waybig-studio-profile-page .studio-catalog-types a.active { border-color: #ffbd0a; background: #ffbd0a; color: #111; }
.waybig-studio-profile-page .studio-catalog-types a.active + a { border-left-color: #ffbd0a; }
.waybig-studio-profile-page .studio-catalog-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 44px;
  padding: 0 4px;
  white-space: nowrap;
}
.waybig-studio-profile-page .studio-catalog-summary strong { color: #fff; font-size: 20px; line-height: 1; }
.waybig-studio-profile-page .studio-catalog-summary span { margin-top: 4px; color: #888; font-size: 11px; }
.waybig-studio-profile-page .studio-catalog-grid > .item-col[hidden] { display: none !important; }
.waybig-studio-profile-page .studio-catalog-empty {
  width: 100%;
  margin: 6px 0 20px;
  padding: 30px 18px;
  border: 1px dashed #454545;
  border-radius: 8px;
  color: #aaa;
  text-align: center;
}
.waybig-studio-profile-page .studio-catalog-load-row { display: none; justify-content: center; margin: 22px 0 8px; }
.waybig-studio-profile-page.js-studio-catalog .studio-catalog-load-row { display: flex; }
.waybig-studio-profile-page .studio-catalog-load {
  min-width: 210px;
  min-height: 46px;
  padding: 10px 18px;
  border: 1px solid #ffbd0a;
  border-radius: 6px;
  background: #ffbd0a;
  color: #111;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}
.waybig-studio-profile-page .studio-catalog-load:hover { background: #ffd04d; }
.waybig-studio-profile-page .studio-catalog-load[disabled] { cursor: wait; opacity: .62; }
.waybig-studio-profile-page .studio-catalog-load-row.is-searching .studio-catalog-load {
  border-color: transparent;
  background: transparent;
  color: #999;
  box-shadow: none;
  cursor: default;
}
.waybig-studio-profile-page.js-studio-catalog .pagination-col { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
@media (max-width: 1100px) {
  .waybig-studio-profile-page .studio-catalog-tools { grid-template-columns: minmax(260px,1fr) minmax(210px,auto); }
  .waybig-studio-profile-page .studio-catalog-sort-control { grid-column: 1; }
  .waybig-studio-profile-page .studio-catalog-summary { grid-column: 2; grid-row: 2; align-self: end; }
}
@media (max-width: 767px) {
  .waybig-studio-profile-page .studio-profile-hero.has-theme-art { min-height: 0; }
  .waybig-studio-profile-page .studio-profile-shell { padding-top: 16px; padding-bottom: 25px; }
  .waybig-studio-profile-page .studio-profile-layout { grid-template-columns: 1fr; gap: 20px; min-height: 0; }
  .waybig-studio-profile-page .studio-profile-identity { max-width: 230px; }
  .waybig-studio-profile-page .studio-profile-copy { padding: 0; }
  .waybig-studio-profile-page .studio-profile-title-row h1 { font-size: clamp(32px,10vw,50px); }
  .waybig-studio-profile-page .studio-profile-description { font-size: 15px; }
  .waybig-studio-profile-page .studio-profile-hero::before { background: rgba(5,5,5,.78); }
  .waybig-studio-profile-page .studio-theme-art img { object-position: 66% center; }
  .waybig-studio-profile-page .studio-catalog-tools { grid-template-columns: 1fr; gap: 14px; padding: 15px; }
  .waybig-studio-profile-page .studio-catalog-sort-control,
  .waybig-studio-profile-page .studio-catalog-summary { grid-column: auto; grid-row: auto; }
  .waybig-studio-profile-page .studio-catalog-summary { flex-direction: row; gap: 6px; align-items: baseline; justify-content: flex-start; min-height: 0; }
}
@media (max-width: 479px) {
  .waybig-studio-profile-page .studio-profile-breadcrumb { margin-bottom: 18px; }
  .waybig-studio-profile-page .studio-profile-identity { max-width: 180px; }
  .waybig-studio-profile-page .studio-profile-stats { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .waybig-studio-profile-page .studio-profile-stats > span { align-items: center; flex-wrap: wrap; }
  .waybig-studio-profile-page .studio-profile-cta { width: 100%; }
  .waybig-studio-profile-page .studio-catalog-types a { flex: 1 1 0; min-width: 0; padding: 0 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .waybig-studio-profile-page .studio-profile-cta { transition: none; }
}
