/* =========================
   COLLECTIONS – PREMIUM
   ========================= */

.collections-page {
  background: #fafafa;
}

/* HERO */
.collections-hero {
  padding: 120px 20px 90px;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}

.collections-hero .eyebrow {
  display: block;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 12px;
  color: #999;
  margin-bottom: 18px;
}

.collections-hero h1 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 24px;
}

.collections-hero p {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
}

/* GROUP */
.collections-group {
  padding: 120px 20px 140px;
  max-width: 1200px;
  margin: 0 auto;
}

.collections-group::after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  margin: 120px auto 0;
}

.group-header {
  max-width: 520px;
  margin-bottom: 60px;
}

.group-header h2 {
  font-size: 30px;
  margin-bottom: 14px;
}

.group-header p {
  color: #666;
  line-height: 1.6;
}

/* GRID */
.collections-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 48px;
}

/* CARD */
 .collection-card {
 background: #fff;
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 30px 70px rgba(0,0,0,0.08);
  transition: transform .4s ease, box-shadow .4s ease;
}

.collection-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 45px 90px rgba(0,0,0,0.14);
}

.collection-card.disabled {
  opacity: .45;
  pointer-events: none;
}

.card-media {
  height: 300px; /* 220 idi */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f6f6f6;
}


.card-body {
  padding: 28px;
}

.card-no {
  font-size: 13px;
  letter-spacing: .15em;
  color: #999;
}

.card-body h3 {
  margin: 12px 0 14px;
  font-size: 20px;
}

.card-body p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 18px;
}

.card-tags span {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 6px;
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 20px;
  background: #f1f1f1;
  color: #444;
}

/* CTA */
.collections-cta {
  position: relative;
}

.collections-cta::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, rgba(250,250,250,0), #111);
}

.collections-cta {
  padding: 120px 20px;
  text-align: center;
  background: linear-gradient(180deg,#111,#000);
  color: #fff;
}

.collections-cta h2 {
  font-size: 34px;
  margin-bottom: 18px;
}

.collections-cta p {
  color: #bbb;
  margin-bottom: 36px;
}

.cta-btn {
  display: inline-block;
  padding: 16px 38px;
  background: #fff;
  color: #000;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 500;
}
.university-highlight {
  margin: 60px 0;
  text-align: center;
}

.university-highlight img {
  max-width: 100%;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.university-highlight img:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 70px rgba(0,0,0,0.18);
}
