/* WebinarSphere speakers — catalog/homepage design language */
body.ws-speakers-page {
  font-family: var(--ws-sans, "Manrope", system-ui, sans-serif);
  color: var(--ws-ink, #162a25);
}
body.ws-speakers-page #product-speaker.ws-spk {
  max-width: none;
  width: 100%;
  padding: 0;
  background: transparent;
}
.ws-spk .container {
  max-width: 1280px;
  padding-left: 24px;
  padding-right: 24px;
}

/* Hero */
.ws-spk-hero {
  padding: 20px 0 8px;
  background:
    radial-gradient(ellipse 42% 70% at 8% 0%, rgba(220,236,227,.7), transparent 70%),
    radial-gradient(ellipse 30% 50% at 92% 10%, rgba(239,224,189,.28), transparent 68%),
    var(--ws-ivory, #fdfbf7);
}
.ws-spk-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  gap: 32px;
  align-items: center;
}
.ws-spk-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 600;
}
.ws-spk-crumbs a,
.ws-spk-crumbs a i {
  color: #3d4a46;
}
.ws-spk-crumbs a i {
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
}
.ws-spk-crumbs span { color: #b3b8b4; }
.ws-spk-crumbs em { font-style: normal; color: var(--ws-forest, #0a362d); }
.ws-spk-kicker {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #a67c52;
}
body.ws-speakers-page .ws-spk-hero-copy h1 {
  margin: 0 0 12px;
  font-family: var(--ws-serif, "Playfair Display", Georgia, serif);
  font-size: clamp(40px, 4.4vw, 56px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.03em;
  color: var(--ws-forest, #0a362d);
}
.ws-spk-lead {
  margin: 0 0 22px;
  max-width: 46ch;
  font-size: 16px;
  line-height: 1.65;
  color: #6b7380;
}
.ws-spk-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.ws-spk-benefits article {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.ws-spk-benefit-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f3ead6;
  color: #8b5e3c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ws-spk-benefits strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  color: var(--ws-forest, #0a362d);
}
.ws-spk-benefits small {
  display: block;
  font-size: 12px;
  color: #6b7380;
  line-height: 1.4;
}
.ws-spk-hero-visual {
  position: relative;
  min-height: 340px;
}
.ws-spk-orb {
  position: absolute;
  right: 2%;
  top: 4%;
  width: min(320px, 78%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #0a362d;
  z-index: 0;
}
.ws-spk-flora {
  position: absolute;
  left: 0;
  top: 0;
  width: 220px;
  opacity: .42;
  pointer-events: none;
}
.ws-spk-script {
  position: absolute;
  left: 0;
  top: 28px;
  margin: 0;
  font-family: var(--ws-hand, Caveat, cursive);
  font-size: 28px;
  line-height: 1.1;
  color: #8b5e3c;
  z-index: 2;
  transform: rotate(-6deg);
}
.ws-spk-hero-photo {
  position: relative;
  z-index: 1;
  width: min(300px, 72%);
  margin: 18px 6% 0 auto;
  border-radius: 50%;
  overflow: hidden;
  background: #e8efe9;
  aspect-ratio: 1;
}
.ws-spk-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.ws-spk-quote {
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 230px;
  padding: 16px 18px 14px;
  border-radius: 18px;
  background: #fffdf8;
  box-shadow: 0 14px 32px rgba(26,45,39,.1);
  z-index: 3;
}
.ws-spk-quote span {
  display: block;
  font-family: var(--ws-serif, Georgia, serif);
  font-size: 36px;
  line-height: .7;
  color: #c5a358;
}
.ws-spk-quote p {
  margin: 6px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--ws-forest, #0a362d);
  line-height: 1.35;
}

/* Body */
.ws-spk-body {
  padding: 24px 0 72px;
  background: #f7f3ea;
}

/* Toolbar */
.ws-spk-toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px 8px 16px;
  background: #fff;
  border: 1px solid rgba(20,42,37,.08);
  border-radius: 16px;
  margin-bottom: 14px;
}
.ws-spk-search {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
  color: #6b7380;
}
.ws-spk-search input {
  border: 0;
  outline: 0;
  width: 100%;
  background: transparent;
  font: inherit;
  font-size: 14px;
  color: #162a25;
  padding: 10px 0;
}
.ws-spk-filters {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ws-spk-select {
  height: 40px;
  border: 0;
  background: #f7f3ea;
  border-radius: 12px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 700;
  color: #0a362d;
}
.ws-spk-filter-btn {
  display: none;
  border: 0;
  background: #f7f3ea;
  color: #0a362d;
  border-radius: 12px;
  height: 40px;
  padding: 0 14px;
  font-weight: 700;
}
.ws-spk-views {
  display: flex;
  gap: 4px;
  padding: 4px;
  background: #f7f3ea;
  border-radius: 12px;
}
.ws-spk-views button {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #0a362d;
}
.ws-spk-views button.is-on {
  background: #0a362d;
  color: #fff;
}
.ws-spk-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 4px 16px;
}
.ws-spk-meta p {
  margin: 0;
  font-size: 13px;
  color: #6b7380;
  font-weight: 600;
}

/* Grid cards */
.ws-spk-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.ws-spk-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(26,45,39,.05);
  display: flex;
  flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}
.ws-spk-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(26,45,39,.1);
}
.ws-spk-photo {
  position: relative;
  display: block;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 60% at 50% 40%, rgba(255,255,255,.55), transparent 70%),
    linear-gradient(180deg, #e7efe8 0%, #e8dfd0 100%);
}
.ws-spk-card .ws-spk-photo {
  aspect-ratio: 1 / 1;
}
.ws-spk-card .ws-spk-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(10, 54, 45, .12));
  pointer-events: none;
}
.ws-spk-card .ws-spk-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
  transform: scale(1.02);
  transition: transform .35s ease;
}
.ws-spk-card:hover .ws-spk-photo img {
  transform: scale(1.06);
}
.ws-spk-card-body {
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.ws-spk-pill {
  display: inline-flex;
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: 999px;
  background: #f3ead6;
  color: #8b5e3c;
  font-size: 11px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: .02em;
}
body.ws-speakers-page .ws-spk-card h2,
body.ws-speakers-page .ws-spk-row h2 {
  margin: 0;
  font-family: var(--ws-serif, "Playfair Display", Georgia, serif);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--ws-forest, #0a362d);
}
.ws-spk-card h2 a,
.ws-spk-row h2 a { color: var(--ws-forest, #0a362d); }
.ws-spk-role {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #6b7380;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ws-spk-bio {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #6b7380;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ws-spk-card-foot {
  margin-top: auto;
  padding-top: 8px;
  border-top: 1px solid rgba(20,42,37,.06);
}
.ws-spk-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  color: #0a362d !important;
}
.ws-spk-link:hover { color: #8b5e3c !important; }

/* List */
.ws-spk-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ws-spk-row {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 12px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(26,45,39,.04);
}
.ws-spk-row .ws-spk-photo {
  border-radius: 14px;
}
.ws-spk-row .ws-spk-photo {
  width: 148px;
  height: 148px;
  flex-shrink: 0;
}
.ws-spk-row .ws-spk-photo img {
  width: 148px;
  height: 148px;
  object-fit: cover;
  object-position: center 18%;
  display: block;
}
.ws-spk-row-body { min-width: 0; }
.ws-spk-row .ws-spk-bio { -webkit-line-clamp: 2; }
.ws-spk-row .ws-spk-link {
  height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1.5px solid rgba(10,54,45,.22);
  white-space: nowrap;
}

.ws-spk-empty {
  margin: 24px 0 0;
  color: #6b7380;
}

/* Pagination */
.ws-spk-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}
.ws-spk-pager button {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #0a362d;
  font-weight: 700;
}
.ws-spk-pager button.is-on {
  background: #0a362d;
  color: #fff;
}

@media (max-width: 1200px) {
  .ws-spk-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 1100px) {
  .ws-spk-hero-grid { grid-template-columns: 1fr; }
  .ws-spk-hero-visual { min-height: 280px; max-width: 420px; }
}
@media (max-width: 991px) {
  .ws-spk-benefits { grid-template-columns: 1fr; }
  .ws-spk-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ws-spk-toolbar { flex-wrap: wrap; }
  .ws-spk-filter-btn { display: inline-flex; align-items: center; gap: 8px; }
  .ws-spk-filters { display: none; }
  .ws-spk-filters.is-open { display: flex; flex-wrap: wrap; width: 100%; }
  .ws-spk-row { grid-template-columns: 110px minmax(0, 1fr); }
  .ws-spk-row .ws-spk-photo img { width: 110px; height: 110px; }
  .ws-spk-row .ws-spk-link { grid-column: 2; justify-self: start; }
}
@media (max-width: 768px) {
  .ws-spk-hero-copy h1 { font-size: 36px; }
  .ws-spk-quote { position: static; margin-top: 16px; width: auto; }
  .ws-spk-hero-photo { margin: 8px auto 0; }
  .ws-spk-grid { grid-template-columns: 1fr; }
}
