
/* =========================================================
   COLABORADORES PAGE
   ========================================================= */

.collaborators-report {
  background: white;
  padding: 48px;
  border-radius: 4px;
  margin-top: 48px;
  display: block !important;
  column-count: unset !important;
  columns: unset !important;
}

.collaborators-report * {
  column-count: unset !important;
  columns: unset !important;
}

.collaborators-report__title {
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  color: #0f74b7;
  font-weight: 300;
  margin: 0 0 28px;
  line-height: 1.3;
}

.collaborators-report__text {
  font-size: clamp(0.92rem, 1.05vw, 1.1rem);
  color: #444;
  font-weight: 300;
  line-height: 1.7;
  margin: 0 0 24px;
}

.collaborators-report__list {
  margin: 24px 0;
  padding-left: 20px;
}

.collaborators-report__item {
  font-size: clamp(0.92rem, 1.05vw, 1.1rem);
  color: #444;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 12px;
  list-style: disc;
}

.collaborators-report__section-title {
  font-size: clamp(1.3rem, 1.9vw, 2rem);
  color: #222;
  font-weight: 600;
  margin: 32px 0 20px;
  line-height: 1.2;
}

.collaborators-report__emails {
  margin: 24px 0;
}

.collaborators-report__email-item {
  font-size: clamp(0.92rem, 1.05vw, 1.1rem);
  color: #444;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 12px;
}

.collaborators-report__email-label {
  font-weight: 600;
  margin-right: 8px;
}

.collaborators-report__email-link {
  color: #0b84b7;
  text-decoration: none;
}

.collaborators-report__email-link:hover {
  text-decoration: underline;
}

/* =========================================================
   YEARBOOKS PAGE
   ========================================================= */

.page-content--yearbooks {
  width: min(var(--content-w), calc(100% - 120px));
  margin: 78px auto 96px;
}

.yearbooks-hero {
  margin-bottom: 64px;
  padding-top: 10px;
  text-align: center;
}

.yearbooks-title {
  margin: 0 0 38px;
  color: #0b7ab7;
  line-height: 1;
  letter-spacing: -0.018em;
}

.yearbooks-title strong {
  font-weight: 700;
}

.yearbooks-lead {
  margin: 0 0 34px;
  color: #0b7ab7;
  font-size: 2.1rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.22;
}

.yearbooks-lead strong {
  font-weight: 700;
}

.yearbooks-copy {
  width: min(640px, 100%);
  margin: 0 auto;
  color: #6d6d6d;
  font-size: 1.18rem;
  font-weight: 300;
  line-height: 1.58;
  text-align: left;
}

.yearbooks-copy p {
  margin: 0;
}

.yearbooks-copy p + p {
  margin-top: 6px;
}

.yearbooks-grid {
  width: min(1120px, 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 240px));
  gap: 34px 24px;
  align-items: start;
  justify-content: center;
}

.yearbook-card {
  --yearbook-accent: #4fb976;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.yearbook-card--gold {
  --yearbook-accent: #ffc22d;
}

.yearbook-card--orange {
  --yearbook-accent: #f98c26;
}

.yearbook-card--purple {
  --yearbook-accent: #8a6db7;
}

.yearbook-card--green {
  --yearbook-accent: #4db472;
}

.yearbook-card__cover {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  background: #ececec;
}

.yearbook-card__cover--placeholder {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.42)), var(--yearbook-accent);
}

.yearbook-card__year {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px 6px;
  background: var(--yearbook-accent);
  color: #fff;
  font-size: 2.35rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.03em;
}



/* =========================================================
   COLLABORATORS PAGE
   ========================================================= */

.page-content--collaborators {
  width: min(1260px, calc(100% - 140px));
  margin: 84px auto 112px;
}

.page-content--collaborators .page-title {
  margin-bottom: 68px !important;
}

.collaborators-links {
  width: min(648px, 100%);
  margin: 0 auto 84px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.collaborators-link-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.collaborators-link-card__thumb {
  width: 100%;
  aspect-ratio: 1 / 0.82;
  background: #fff;
  border: 1px solid #b9d8ea;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 18px 14px;
}

.collaborators-link-card__thumb img {
  width: 100%;
  height: 100%;
  max-width: 82%;
  max-height: 82%;
  object-fit: contain;
  display: block;
}

.collaborators-link-card--colegium .collaborators-link-card__thumb img {
  max-width: 92%;
  max-height: 92%;
}

.collaborators-link-card--calendar .collaborators-link-card__thumb img {
  max-width: 74%;
  max-height: 74%;
}

.collaborators-link-card__label {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #137fb3;
  color: #fff;
  text-align: center;
  padding: 10px 16px 8px;
  font-size: 1.36rem;
  font-weight: 300;
  line-height: 1.08;
  border-radius: 0 0 4px 4px;
  transition: background 0.2s ease;
}

.collaborators-link-card:hover .collaborators-link-card__label {
  background: #0e6f9f;
}

.collaborators-link-card:hover .collaborators-link-card__thumb {
  border-color: #8ec0db;
}

.collaborators-report {
  --collaborators-report-copy-height: 238px;
  background: #edf5fa;
  padding: 56px 64px 58px;
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1fr);
  gap: 58px;
  align-items: start;
}

.collaborators-report__intro {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
  min-height: var(--collaborators-report-copy-height);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.collaborators-report__title {
  margin: 0 0 20px;
  color: #6f6f6f;
  font-size: 3.25rem;
  font-weight: 300;
  line-height: 0.96;
}

.collaborators-report__text {
  margin: 0;
  color: #6f6f6f;
  font-size: 1.26rem;
  font-weight: 300;
  line-height: 1.4;
}

.collaborators-report__form {
  display: grid;
  gap: 14px;
  align-content: start;
}

.collaborators-report__fields {
  min-height: var(--collaborators-report-copy-height);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 16px;
}

.collaborators-report__input,
.collaborators-report__textarea {
  width: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #7a7a7a;
  font-weight: 300;
}

.collaborators-report__input {
  min-height: 46px;
  padding: 0 0 8px;
  background: transparent;
  border-bottom: 1px solid #8b9298;
  font-size: 1.2rem;
}

.collaborators-report__textarea {
  min-height: 0;
  height: 100%;
  padding: 14px 16px;
  background: #e2eef6;
  resize: vertical;
  font-size: 1.02rem;
  line-height: 1.5;
}

.collaborators-report__input::placeholder,
.collaborators-report__textarea::placeholder {
  color: #8d9398;
  opacity: 1;
}

.collaborators-report__input:focus,
.collaborators-report__textarea:focus {
  outline: none;
}

.collaborators-report__submit {
  justify-self: end;
  min-width: 118px;
  min-height: 44px;
  padding: 8px 18px;
  border: 0;
  background: #e2eef6;
  color: #6f6f6f;
  font-size: 1.12rem;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}

.collaborators-report__submit:hover {
  background: #d5e6f1;
}