/* VisitBHV Student Life Framework */

.visitbhv-student-life {
  color: #0d1b2a;
}

.visitbhv-student-hero {
  width: min(100% - 2rem, 1180px);
  margin: 0 auto;
  padding: clamp(7rem, 12vw, 10rem) 0 clamp(3rem, 7vw, 6rem);
}

.visitbhv-student-eyebrow {
  margin: 0 0 .8rem;
  color: #2a7f7f;
  font-size: .82rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.visitbhv-student-hero h1 {
  max-width: 880px;
  margin: 0 0 1rem;
  font-size: clamp(4rem, 8vw, 7.4rem);
  line-height: .92;
  letter-spacing: -.06em;
}

.visitbhv-student-hero p {
  max-width: 700px;
  color: rgba(13,27,42,.72);
  font-size: 1.05rem;
  line-height: 1.75;
}

.visitbhv-student-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.5rem;
}

.visitbhv-student-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  background: #2a7f7f;
  color: #fff !important;
  padding: 0 1.35rem;
  font-weight: 850;
  text-decoration: none !important;
}

.visitbhv-student-btn.outline {
  background: transparent;
  border: 1px solid #0d1b2a;
  color: #0d1b2a !important;
}

.visitbhv-student-overview,
.visitbhv-student-grid,
.visitbhv-student-resources,
.visitbhv-student-checklist {
  width: min(100% - 2rem, 1180px);
  margin-inline: auto;
}

.visitbhv-student-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-bottom: clamp(3rem, 7vw, 6rem);
}

.visitbhv-student-overview article,
.visitbhv-student-card,
.visitbhv-student-checklist article {
  border: 1px solid rgba(13,27,42,.12);
  border-radius: 22px;
  background: #fff;
  padding: 1.3rem;
}

.visitbhv-student-overview span,
.visitbhv-student-card__top span,
.visitbhv-student-card__top small {
  color: #2a7f7f;
  font-size: .75rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.visitbhv-student-overview h2,
.visitbhv-student-card h2,
.visitbhv-student-resources h2 {
  margin: .6rem 0 .7rem;
  color: #0d1b2a;
  line-height: .98;
  letter-spacing: -.045em;
}

.visitbhv-student-overview h2 {
  font-size: 1.8rem;
}

.visitbhv-student-overview p,
.visitbhv-student-card p,
.visitbhv-student-resources p {
  color: rgba(13,27,42,.7);
  line-height: 1.65;
}

.visitbhv-student-filterbar {
  width: min(100% - 2rem, 1180px);
  margin: 0 auto 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.visitbhv-student-filterbar button {
  min-height: 44px;
  border: 1px solid rgba(13,27,42,.14);
  border-radius: 999px;
  background: #fff;
  color: #0d1b2a;
  padding: 0 1rem;
  font-weight: 850;
  cursor: pointer;
}

.visitbhv-student-filterbar button.is-active {
  background: #2a7f7f;
  border-color: #2a7f7f;
  color: #fff;
}

.visitbhv-student-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-bottom: clamp(4rem, 8vw, 7rem);
}

.visitbhv-student-card[hidden] {
  display: none !important;
}

.visitbhv-student-card {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.visitbhv-student-card__top {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem .75rem;
}

.visitbhv-student-card h2 {
  margin: 0;
  font-size: 1.65rem;
}

.visitbhv-student-mini {
  padding: 1rem;
  border-radius: 16px;
  background: rgba(42,127,127,.08);
}

.visitbhv-student-mini h3 {
  margin: 0 0 .5rem;
  color: #0d1b2a;
  font-size: 1rem;
}

.visitbhv-student-mini ul {
  margin: 0;
  padding-left: 1.1rem;
}

.visitbhv-student-mini li {
  margin-bottom: .35rem;
  color: rgba(13,27,42,.7);
}

.visitbhv-student-link {
  justify-self: start;
  color: #2a7f7f !important;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.visitbhv-student-empty {
  width: min(100% - 2rem, 1180px);
  margin: 0 auto 4rem;
  padding: 1rem 1.25rem;
  border-radius: 16px;
  background: rgba(42,127,127,.1);
  color: #0d1b2a;
  font-weight: 750;
}

.visitbhv-student-resources {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.visitbhv-student-resources h2 {
  font-size: clamp(2.8rem, 6vw, 5.4rem);
}

.visitbhv-student-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.visitbhv-student-checklist h3 {
  margin: 0 0 .8rem;
}

@media (max-width: 900px) {
  .visitbhv-student-overview,
  .visitbhv-student-grid,
  .visitbhv-student-resources,
  .visitbhv-student-checklist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .visitbhv-student-resources > :first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .visitbhv-student-overview,
  .visitbhv-student-grid,
  .visitbhv-student-resources,
  .visitbhv-student-checklist {
    grid-template-columns: 1fr;
  }

  .visitbhv-student-hero h1 {
    font-size: clamp(3.2rem, 17vw, 5rem);
  }
}
