.brand.logo-only img {
  width: 270px;
  height: auto;
}

@media (max-width: 640px) {
  .brand.logo-only img {
    width: 140px;
  }
}

.footer-brand.footer-logo-only img {
  width: 270px;
  height: auto;
}

@media (max-width: 640px) {
  .footer-brand.footer-logo-only img {
    width: 190px;
  }
}

.student-life-visual {
  min-height: 430px;
  border-radius: 30px;
  background:
    linear-gradient(
      135deg,
      rgba(8, 45, 89, 0.78),
      rgba(11, 61, 120, 0.35)
    ),
    url("../images/student-life.webp") center center / cover no-repeat;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.president-photo.president-photo-image {
  padding: 0;
  background: #ffffff;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.president-photo.president-photo-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.college-visual1.information-img {
  background:
    linear-gradient(135deg, rgba(11, 61, 120, 0.75), rgba(23, 162, 164, 0.45)),
    url("../images/college1.webp") 80% center/cover no-repeat;
}

.college-visual2.engineering-img {
  background:
    linear-gradient(135deg, rgba(244, 180, 26, 0.65), rgba(11, 61, 120, 0.55)),
    url("../images/college2.webp") 80% center/cover no-repeat;
}

.college-visual3.bio-img {
  background:
    linear-gradient(135deg, rgba(23, 162, 164, 0.65), rgba(8, 45, 89, 0.55)),
    url("../images/college3.webp") 80% center/cover no-repeat;
}

.college-visual4.architecture-img {
  background:
    linear-gradient(135deg, rgba(8, 45, 89, 0.75), rgba(31, 41, 55, 0.55)),
    url("../images/college4.webp") 80% center/cover no-repeat;
}

.college-visual5.liberal-img {
  background:
    linear-gradient(135deg, rgba(11, 61, 120, 0.70), rgba(244, 180, 26, 0.35)),
    url("../images/college5.webp") 80% center/cover no-repeat;
}

.staff-avatar.staff-photo {
  padding: 0;
  overflow: hidden;
  background: #f1f5f9;
}

.staff-card {
  grid-template-columns: 96px 1fr;
}

.staff-avatar {
  width: 96px;
  height: 96px;
  border-radius: 24px;
}

.staff-avatar.staff-photo img {
  object-fit: cover;
  object-position: center top;
}

.partner-logo-section {
  padding-top: 70px;
}

.partner-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  margin-top: 36px;
}

.partner-logo-card {
  min-height: 130px;
  padding: 24px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid var(--border);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.partner-logo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.11);
}

.partner-logo-card img {
  max-width: 100%;
  max-height: 82px;
  object-fit: contain;
  display: block;
}

@media (max-width: 1100px) {
  .partner-logo-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 840px) {
  .partner-logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .partner-logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .partner-logo-card {
    min-height: 110px;
    padding: 18px;
  }

  .partner-logo-card img {
    max-height: 68px;
  }
}

.graduate-section {
  scroll-margin-top: 120px;
}

.graduate-section + .graduate-section {
  margin-top: 90px;
}

@media (max-width: 640px) {
  .graduate-section + .graduate-section {
    margin-top: 60px;
  }
}


/* Vision & Strategy page */
.vision-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(244, 180, 26, 0.24), transparent 28%),
    linear-gradient(120deg, rgba(8, 45, 89, 0.96), rgba(11, 61, 120, 0.76)),
    url("../images/pattern.svg") center/cover;
}

.vision-motto-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 30px;
  align-items: center;
  padding: 38px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 18%, rgba(244, 180, 26, 0.18), transparent 32%),
    linear-gradient(135deg, #ffffff, #f7fbff);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.vision-motto-card h2 {
  margin: 8px 0 14px;
  color: var(--primary);
  font-size: clamp(36px, 5vw, 58px);
}

.vision-motto-card p {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.vision-motto-card span {
  display: inline-block;
  margin-top: 12px;
  color: var(--primary);
  font-weight: 900;
}

.motto-symbol {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 2px solid rgba(11, 61, 120, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, rgba(244, 180, 26, 0.20), rgba(11, 61, 120, 0.06));
}

.motto-symbol span {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #f4b41a;
  box-shadow: 0 0 0 28px rgba(244, 180, 26, 0.16), 0 0 0 58px rgba(11, 61, 120, 0.08);
}

.vision-two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.vision-statement-card {
  padding: 32px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid var(--border);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.vision-statement-card h2 {
  margin: 8px 0 14px;
  color: #111827;
}

.vision-statement-card p {
  margin: 0;
  color: var(--muted);
}

.vision-statement-card.primary {
  color: #ffffff;
  background:
    radial-gradient(circle at 90% 18%, rgba(244, 180, 26, 0.22), transparent 34%),
    linear-gradient(135deg, var(--primary), #0b3d78);
}

.vision-statement-card.primary h2,
.vision-statement-card.primary p {
  color: #ffffff;
}

.education-direction-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 38px;
}

.direction-circle {
  min-height: 240px;
  padding: 28px 24px;
  border-radius: 50%;
  background: #f3f6fa;
  border: 1px solid var(--border);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.direction-circle.is-blue {
  background: linear-gradient(135deg, var(--primary), #0b74b8);
  color: #ffffff;
}

.direction-circle span {
  display: block;
  margin-bottom: 10px;
  font-weight: 900;
  color: #f4b41a;
}

.direction-circle h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.direction-circle p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.direction-circle.is-blue p {
  color: rgba(255, 255, 255, 0.86);
}

.core-value-center {
  display: flex;
  justify-content: center;
  margin: 24px 0 -8px;
}

.core-value-badge {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: #ffffff;
  border: 2px dashed rgba(11, 61, 120, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--primary);
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.core-value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 28px;
}

.core-value-card {
  padding: 28px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid var(--border);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.core-value-card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  background: #eaf3ff;
  color: var(--primary);
  font-weight: 900;
  margin-bottom: 16px;
}

.core-value-card h3 {
  margin: 0 0 10px;
  color: #111827;
}

.core-value-card p {
  margin: 0;
  color: var(--muted);
}

.strategy-pill-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.strategy-pill {
  padding: 18px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), #16a2d8);
  color: #ffffff;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 12px 28px rgba(8, 45, 89, 0.16);
}

.strategy-task-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.strategy-task-card {
  padding: 24px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #f6f8fb);
  border: 1px solid var(--border);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.strategy-task-card span {
  display: inline-block;
  color: var(--primary);
  font-weight: 900;
  margin-bottom: 10px;
}

.strategy-task-card p {
  margin: 0;
  color: #374151;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .education-direction-grid,
  .core-value-grid,
  .strategy-task-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .direction-circle {
    border-radius: 28px;
  }
}

@media (max-width: 760px) {
  .vision-motto-card,
  .vision-two-column,
  .strategy-pill-grid {
    grid-template-columns: 1fr;
  }

  .motto-symbol {
    width: 150px;
    height: 150px;
  }

  .education-direction-grid,
  .core-value-grid,
  .strategy-task-grid {
    grid-template-columns: 1fr;
  }
}

/* Newsletter year accordion */
.newsletter-accordion {
  display: grid;
  gap: 22px;
}

.newsletter-year-panel {
  border: 0;
}

.newsletter-year-panel .newsletter-year-bar {
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.newsletter-year-panel .newsletter-year-bar::-webkit-details-marker {
  display: none;
}

.newsletter-year-panel .newsletter-year-bar::after {
  content: "+";
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(11, 61, 120, 0.08);
  color: var(--primary);
  font-weight: 900;
  margin-left: auto;
}

.newsletter-year-panel[open] .newsletter-year-bar::after {
  content: "−";
  background: var(--primary);
  color: #ffffff;
}

.newsletter-year-panel .newsletter-grid {
  margin-top: 22px;
  margin-bottom: 26px;
}

