/**
 * Homepage — Invited Speakers & Conference Venue
 */

.home-speakers,
.home-venue {
  width: 100%;
  position: relative;
}

/* Faculty — cool slate / blue-gray band */
.home-speakers {
  padding: clamp(2.5rem, 5vh, 3.5rem) 0;
  background: linear-gradient(180deg, #eef4f8 0%, #f4f8fb 50%, #f8fafc 100%);
}

.home-speakers::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 30%, rgba(21, 51, 77, 0.04) 0%, transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(26, 107, 107, 0.05) 0%, transparent 40%);
  pointer-events: none;
}

.home-speakers__inner {
  position: relative;
  z-index: 1;
}

.home-venue__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  position: relative;
  z-index: 1;
}

.home-speakers__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
}

.home-speakers__header,
.home-venue__header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2rem;
}

.home-speakers__header {
  margin-bottom: 1.75rem;
}

.home-speakers__header h2 {
  margin-bottom: 0;
}

.home-section-eyebrow {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #1a6b6b;
  margin-bottom: 0.5rem;
}

.home-speakers__header h2,
.home-venue__content h2 {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 800;
  color: #15334d;
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
}

.home-speakers__header p {
  margin: 0;
  color: #64748b;
  font-size: 1.0625rem;
  line-height: 1.65;
}

/* Speaker cards — single column on mobile */
.home-speakers__grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
  max-width: 360px;
  margin-inline: auto;
}

@media (min-width: 640px) {
  .home-speakers__grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: none;
    gap: 1.25rem;
  }
}

@media (min-width: 992px) {
  .home-speakers__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}

.home-speaker-card {
  text-align: center;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(21, 51, 77, 0.06);
  box-shadow: 0 8px 28px rgba(21, 51, 77, 0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-speaker-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(21, 51, 77, 0.12);
}

.home-speaker-card__photo {
  aspect-ratio: 1;
  overflow: hidden;
  background: #f1f5f9;
}

.home-speaker-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.45s ease;
}

.home-speaker-card:hover .home-speaker-card__photo img {
  transform: scale(1.05);
}

.home-speaker-card__body {
  padding: 1rem 1rem 1.15rem;
}

.home-speaker-card__name {
  font-size: 0.9375rem;
  font-weight: 800;
  color: #15334d;
  margin: 0 0 0.35rem;
  line-height: 1.3;
  word-wrap: break-word;
}

.home-speaker-card__country {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #64748b;
  margin: 0;
  line-height: 1.45;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.home-speaker-card__country i {
  color: #d4a52e;
  font-size: 0.75rem;
}

.home-speakers__soon {
  max-width: 420px;
  margin: 0 auto;
  padding: 2.5rem 2rem;
  text-align: center;
  background: #fff;
  border-radius: 16px;
  border: 1px dashed rgba(21, 51, 77, 0.16);
  box-shadow: 0 8px 28px rgba(21, 51, 77, 0.07);
}

.home-speakers__soon-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #eef4f8 0%, #e2e8f0 100%);
  color: #64748b;
  font-size: 1.75rem;
}

.home-speakers__soon-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #15334d;
  margin: 0 0 0.5rem;
}

.home-speakers__soon-text {
  margin: 0;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.65;
}

.home-speakers__footer {
  text-align: center;
  margin-top: 2.25rem;
}

.home-section-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  background: #15334d;
  color: #fff !important;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 100px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(21, 51, 77, 0.22);
  transition: background 0.25s ease, transform 0.25s ease;
}

.home-section-btn:hover {
  background: #1e4a6a;
  color: #fff !important;
  transform: translateY(-2px);
}

.home-section-btn i {
  font-size: 0.8125rem;
  transition: transform 0.25s ease;
}

.home-section-btn:hover i {
  transform: translateX(4px);
}

/* Conference venue — warm gold / cream band */
.home-venue {
  padding: clamp(2.5rem, 5vh, 3.5rem) 0;
  background: linear-gradient(180deg, #fff9e6 0%, #fef9e7 35%, #fffdf8 100%);
}

.home-venue::after {
  content: '';
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, transparent, #e8b82e, #f7c637, #f9d66d, #f7c637, #e8b82e, transparent);
  pointer-events: none;
}

.home-venue::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(ellipse 80% 60% at 100% 50%, rgba(247, 198, 55, 0.12) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 0% 80%, rgba(21, 51, 77, 0.04) 0%, transparent 50%);
  pointer-events: none;
}

.home-venue__layout {
  display: grid;
  gap: 2rem;
  align-items: center;
  background: #fff;
  border-radius: 24px;
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow:
    0 1px 2px rgba(21, 51, 77, 0.04),
    0 16px 48px rgba(21, 51, 77, 0.08);
  border: 1px solid rgba(247, 198, 55, 0.2);
}

@media (min-width: 900px) {
  .home-venue__layout {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.5rem;
  }
}

.home-venue__media {
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 4px 8px rgba(15, 23, 42, 0.06),
    0 20px 48px rgba(21, 51, 77, 0.12);
  aspect-ratio: 4 / 3;
  background: #e2e8f0;
}

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

.home-venue__label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1a6b6b;
  margin-bottom: 0.65rem;
}

.home-venue__label::before {
  content: '+ ';
  font-weight: 700;
}

.home-venue__content h2 {
  margin-bottom: 0.35rem;
}

.home-venue__name {
  font-size: clamp(1.125rem, 2.5vw, 1.375rem);
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 0.5rem;
  line-height: 1.3;
}

.home-venue__location {
  font-size: 0.9375rem;
  color: #64748b;
  margin: 0 0 1.25rem;
  line-height: 1.5;
}

.home-venue__desc {
  position: relative;
  margin: 0 0 1.75rem;
  padding-left: 1.25rem;
  font-size: 1rem;
  line-height: 1.75;
  color: #475569;
  border-left: 3px solid #f7c637;
}

.home-venue__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: #15334d;
  color: #fff !important;
  font-size: 0.9375rem;
  font-weight: 700;
  border-radius: 100px;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(21, 51, 77, 0.2);
  transition: background 0.2s ease, transform 0.2s ease;
}

.home-venue__cta:hover {
  background: #1e4a6a;
  color: #fff !important;
  transform: translateY(-2px);
}

.home-venue__cta i {
  font-size: 0.8125rem;
}
