/* Hide the theme's intro-header title block on the homepage */
header.header-section,
.intro-header {
  display: none !important;
}

#splash-container {
  padding-top: 120px;
  padding-bottom: 60px;
  font-family: "Open Sans", sans-serif;
}

.splash-intro {
  margin-bottom: 36px;
}

.splash-intro p {
  font-size: 1.1em;
  color: #555;
  line-height: 1.75;
}

.splash-cards {
  display: flex;
  flex-wrap: wrap;
}

.splash-card {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 18px rgba(0,0,0,.10);
  padding: 32px 28px 28px;
  margin-bottom: 24px;
  text-align: center;
  border-top: 4px solid #4A6FA5;
  height: 100%;
}

.splash-card-family {
  border-top-color: #A0546E;
}

.splash-card-icon {
  font-size: 2.2em;
  color: #4A6FA5;
  margin-bottom: 12px;
}

.splash-card-family .splash-card-icon {
  color: #A0546E;
}

.splash-card h2 {
  font-family: "Lora", serif;
  font-size: 1.5em;
  margin: 0 0 6px;
  color: #1E2A3A;
}

.splash-card-role {
  font-size: 0.88em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #4A6FA5;
  margin-bottom: 14px;
}

.splash-card-family .splash-card-role {
  color: #A0546E;
}

.splash-card-bio {
  font-size: 0.92em;
  color: #555;
  line-height: 1.65;
  margin-bottom: 22px;
  min-height: 60px;
}

.splash-card-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  align-items: center;
}

.splash-btn-primary {
  background: #4A6FA5;
  color: #fff !important;
  border: none;
  border-radius: 20px;
  padding: 8px 22px;
  font-size: 0.88em;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.splash-btn-primary:hover {
  background: #3a5a8a;
  color: #fff !important;
  text-decoration: none;
}

.splash-btn-rose {
  background: #A0546E !important;
}

.splash-btn-rose:hover {
  background: #7B3F55 !important;
}

.splash-btn-secondary {
  background: transparent;
  color: #4A6FA5 !important;
  border: 1px solid #4A6FA5;
  border-radius: 20px;
  padding: 7px 16px;
  font-size: 0.88em;
}

.splash-btn-secondary:hover {
  background: #4A6FA5;
  color: #fff !important;
  text-decoration: none;
}

.splash-card-note {
  font-size: 0.78em;
  color: #999;
  margin: 8px 0 0;
  width: 100%;
}

.splash-card-note i {
  font-size: 0.9em;
  margin-right: 3px;
}
