/* amebe — public /videographers/ (own photo/hero styles; does not alter artists.css) */

.videographers-also-chip {
  margin: 0.75rem 0 0;
}

.videographers-also-link {
  display: inline-flex;
  text-decoration: none;
}

.videographers-also-link:hover {
  filter: brightness(1.08);
}

/* ---- Browse cards: photo sizing (parallel to artists-card-photo) ---- */
.videographers-card-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.videographers-card-photo,
.videographers-avatar {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--border-strong);
  flex: none;
}

.videographers-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), #8338ec);
}

.artists-grid--list .videographers-card-main {
  flex-direction: row;
  align-items: center;
  text-align: left;
  gap: 16px;
  flex: 1 1 auto;
  min-width: 0;
}

.artists-grid--list .videographers-card-photo,
.artists-grid--list .videographers-avatar {
  width: 72px;
  height: 72px;
}

.artists-grid--list .videographers-avatar {
  font-size: 28px;
}

.artists-grid--list .videographers-card .artists-card-body {
  align-items: flex-start;
  text-align: left;
}

/* ---- Detail hero (parallel to artists-hero / artists-hero-media) ---- */
.videographers-hero {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  margin-bottom: 48px;
}

@media (max-width: 760px) {
  .videographers-hero {
    grid-template-columns: 1fr;
  }

  .videographers-hero-media {
    max-width: 320px;
    margin: 0 auto;
  }
}

.videographers-hero-media {
  width: 100%;
  max-width: 320px;
}

.videographers-hero-photo,
.videographers-avatar--hero {
  width: 100%;
  max-width: 320px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius-lg);
  object-fit: cover;
  display: block;
  border: 1px solid var(--border-strong);
}

.videographers-avatar--hero {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 96px;
  height: auto;
  min-height: 0;
}

.videographers-hero-main {
  min-width: 0;
}

.videographers-hero .artists-genres {
  margin-top: 12px;
}

/* Credit cards on VG profile + dashboard My work */
.videographers-credit-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.videographers-credit-thumb {
  display: block;
  color: inherit;
  text-decoration: none;
}

.videographers-credit-thumb:hover .artists-video-title {
  color: var(--accent, #e8e8e8);
}

.videographers-credit-role {
  margin: 0;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.videographers-credit-artists {
  margin: 0 0 12px;
  padding: 0 14px;
  font-size: 13px;
  color: var(--text-muted);
}

.videographers-credit-artists a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.videographers-credit-artists--muted {
  font-style: italic;
}

/* Filmed by under artist video cards */
.artists-video-card-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.videographers-filmed-by {
  margin: 0;
  padding: 0 2px;
  font-size: 12px;
  line-height: 1.35;
  color: var(--text-muted);
}

.videographers-filmed-by i {
  margin-right: 0.35rem;
  opacity: 0.85;
}

.videographers-filmed-by a {
  color: var(--text);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Admin credits panel under each VG row */
.videographers-credits-row > td {
  padding-top: 0.25rem;
  padding-bottom: 1rem;
  border-top: none;
  background: rgba(255, 255, 255, 0.02);
}

.videographers-credits-admin {
  margin: 0.25rem 0 0;
}

.videographers-credits-admin > summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--text-muted, #9a9a9a);
}

.videographers-credits-admin-list {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.videographers-credits-admin-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

.videographers-credits-admin-list img {
  border-radius: 4px;
  object-fit: cover;
  background: #111;
}

.videographers-credits-admin-list form {
  margin-left: auto;
}

.vg-rate-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px 16px;
}

.videographers-rates {
  margin: 0 0 28px;
  max-width: 720px;
}

.videographers-rates-lead {
  margin: -8px 0 14px;
  color: var(--text-muted);
  font-size: 14px;
}

.videographers-rates-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
}

.videographers-rates-amount {
  color: var(--text-primary, #fff);
  font-weight: 600;
}

.videographers-rates-label {
  color: var(--text-secondary);
}

.videographers-rates-details-title {
  margin: 18px 0 8px;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.videographers-rates-details {
  margin-bottom: 0;
}

.videographers-offers {
  margin: 0 0 16px;
}

.videographers-offers-title {
  margin: 0 0 8px;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 600;
}

.videographers-offers-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.videographers-offers-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 4px;
  color: var(--text-primary, #fff);
  font-size: 15.5px;
}

.videographers-offers-list li::before {
  content: "✦";
  color: var(--text-muted);
  font-size: 12px;
  margin-right: 2px;
}

.videographers-offers-primary {
  color: var(--text-muted);
  font-size: 13px;
}

.videographers-offers-primary::before {
  content: "· ";
}

.videographers-offer-chip--primary {
  border-color: rgba(255, 255, 255, 0.35);
}

.vg-offers-edit {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.vg-offer-edit-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  cursor: pointer;
}

.vg-offer-edit-label {
  min-width: 8rem;
}

.vg-offer-edit-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--text-muted);
  font-size: 13px;
}

.vg-work-upload {
  max-width: 420px;
}

.vg-work-photo-grid,
.videographers-work-photos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
  margin: 12px 0 24px;
  padding: 0;
  list-style: none;
}

.vg-work-photo,
.videographers-work-photos li {
  margin: 0;
  padding: 0;
}

.vg-work-photo img,
.videographers-work-photos img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 6px;
  background: #111;
}

.vg-work-photo-remove {
  margin-top: 8px;
}

.vg-work-embed-list,
.videographers-work-embeds {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin: 12px 0 24px;
  padding: 0;
  list-style: none;
}

.vg-work-embed-item {
  margin: 0;
}

.videographers-work-embed--yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #111;
  border-radius: 6px;
  overflow: hidden;
}

.videographers-work-embed--yt iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.videographers-work-embed--ig {
  max-width: 540px;
}

.vg-work-credits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1rem;
  margin-top: 12px;
}
