@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&family=Newsreader:wght@500;600&display=swap);
.uninest-event-speakers,
.uninest-event-speakers * { box-sizing: border-box; }
.uninest-event-speakers {
  background: var(--uninest-event-speakers-bg, #f7f5ee); color: #2b2b2b;
  font-family: "DM Sans", system-ui, sans-serif; padding: 88px 0;
}
.uninest-event-speakers__wrap { max-width: 1180px; margin: 0 auto; padding: 0 40px; }
.uninest-event-speakers__heading {
  font-family: "Newsreader", Georgia, serif; font-weight: 600; letter-spacing: -.012em; color: #001a49;
  font-size: clamp(1.8rem, 3.1vw, 2.6rem); line-height: 1.14; margin: 0 0 28px;
}

.uninest-event-speakers__partners {
  display: flex; flex-wrap: wrap; gap: 12px 34px; align-items: center; padding: 18px 0;
  border-top: 1px solid #d8d3c2; border-bottom: 1px solid #d8d3c2; margin: 0 0 48px; font-size: .9rem; color: #65655d;
}
.uninest-event-speakers__partners strong { font-weight: 500; color: #001a49; font-size: 1rem; }

.uninest-event-speakers__grouph { font-size: .9rem; color: #65655d; font-weight: 500; margin: 0 0 18px; }

.uninest-event-speakers__hosts { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-bottom: 56px; }
.uninest-event-speakers__hosts .uninest-event-speakers__card { display: grid; grid-template-columns: 180px 1fr; gap: 26px; align-items: start; }
.uninest-event-speakers__hosts .uninest-event-speakers__photo { margin: 0; aspect-ratio: 1 / 1; }

.uninest-event-speakers__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px 40px; }
.uninest-event-speakers__card .uninest-event-speakers__photo {
  aspect-ratio: 4 / 3; background: #efece1; border: 1px solid #d8d3c2; display: flex; align-items: center;
  justify-content: center; margin-bottom: 18px; position: relative; overflow: hidden;
}
.uninest-event-speakers__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.uninest-event-speakers__photo-initials { font-family: "Newsreader", Georgia, serif; font-size: 3rem; color: #c3bca5; font-weight: 500; }
.uninest-event-speakers__photo-label { position: absolute; bottom: 10px; left: 0; right: 0; text-align: center; font-size: .72rem; color: #a39c86; }
.uninest-event-speakers__card h3 { font-family: "Newsreader", Georgia, serif; font-weight: 600; color: #001a49; font-size: 1.25rem; margin: 0 0 2px; }
.uninest-event-speakers__org { font-size: .88rem; color: #8a6a12; font-weight: 500; margin: 0 0 10px; }
.uninest-event-speakers__bio { font-size: .95rem; margin: 0; }

@media (max-width: 991px) {
  .uninest-event-speakers { padding: 64px 0; }
  .uninest-event-speakers__wrap { padding: 0 24px; }
  .uninest-event-speakers__hosts { grid-template-columns: 1fr; gap: 32px; }
  .uninest-event-speakers__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .uninest-event-speakers__grid { grid-template-columns: 1fr; }
  .uninest-event-speakers__card,
  .uninest-event-speakers__hosts .uninest-event-speakers__card { grid-template-columns: 110px 1fr; gap: 18px; }
  .uninest-event-speakers__card .uninest-event-speakers__photo { margin: 0; }
  .uninest-event-speakers__photo-initials { font-size: 2rem; }
  .uninest-event-speakers__photo-label { display: none; }
}

