/* /admissions — CPS-inspired layout helpers (content driven by page_admission_items.content_json) */

.hgs-adm-hero .title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
}

.hgs-adm-tagline {
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hgs-adm-intro {
  font-size: 1.05rem;
  line-height: 1.75;
}

.hgs-adm-intro p:last-child {
  margin-bottom: 0;
}

.hgs-adm-stages-wrap .sec-title {
  letter-spacing: 0.02em;
}

.hgs-adm-stage-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hgs-adm-stage-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.1);
}

.hgs-adm-stage-num {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.75rem;
  background: linear-gradient(90deg, #d99426, #e8b456);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hgs-adm-stage-media {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.hgs-adm-stage-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hgs-adm-policy h3,
.hgs-adm-policy h4 {
  margin-top: 1.5rem;
}

.hgs-adm-doc-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.hgs-adm-table-wrap table {
  border-radius: 12px;
  overflow: hidden;
}

.hgs-adm-campus-card h3 {
  margin-bottom: 1rem;
}

.hgs-adm-block-img img {
  display: block;
  min-height: 220px;
  object-fit: cover;
}
