.update-notice {
  background: var(--gold);
  color: var(--navy);
  border-bottom: 1px solid #d89c24;
}
.official-logo { width: 66px; height: 66px; object-fit: contain; border-radius: 50%; background: #f8f4e9; }
.home-logo { width: 92px; height: 92px; flex: 0 0 92px; background: #fff; }
.home-brand { gap: 14px; }
.footer-logo { width: 72px; height: 72px; }
.music-bar { background: #fff; border-bottom: 1px solid #dfe5eb; }
.music-bar .wrap { min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 18px; }
.music-bar span { color: var(--blue); font-size: 14px; font-weight: 700; }
.music-bar button { border: 0; border-radius: 999px; background: var(--navy); color: #fff; padding: 9px 16px; font: 800 13px 'DM Sans'; cursor: pointer; }
.music-bar button[aria-pressed="true"] { background: var(--red); }
.news-categories { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin: 18px 0; }
.news-categories span { padding: 8px 9px; background: #ffffff12; border-left: 3px solid var(--gold); color: #dce5ed; font-size: 12px; font-weight: 700; }
.update-notice .wrap {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
}
.update-notice strong {
  font: 900 13px 'Libre Franklin';
  letter-spacing: .12em;
}
.update-notice span { font-size: 14px; font-weight: 600; }
.president-feature { background: var(--navy); color: #fff; padding: 74px 0; }
.president-feature-grid {
  display: grid;
  grid-template-columns: minmax(260px, 430px) 1fr;
  gap: 70px;
  align-items: center;
}
.president-photo { margin: 0; }
.president-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 7px solid #fff;
  box-shadow: 18px 18px 0 var(--gold);
}
.president-photo figcaption { margin-top: 28px; color: #b9c7d5; font-size: 13px; line-height: 1.5; }
.president-message h2 {
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.08;
  letter-spacing: -.045em;
  margin: 0 0 24px;
  color: #fff;
}
.president-message > p:not(.eyebrow) { font-size: 18px; line-height: 1.75; color: #c3cfdb; max-width: 680px; }
.president-message > strong { display: block; color: var(--gold); font: 900 25px 'Libre Franklin'; margin-top: 30px; }
.president-message > span { display: block; margin-top: 5px; color: #dbe4ec; font-size: 14px; }
@media (max-width: 800px) {
  .home-logo { width: 86px; height: 86px; flex-basis: 86px; }
  .home-brand { gap: 8px; }
  .home-brand strong { font-size: 21px; }
  .home-brand b { font-size: 10px; letter-spacing: .18em; }
  .president-feature { padding: 58px 0; }
  .president-feature-grid { grid-template-columns: 1fr; gap: 48px; }
  .president-photo { max-width: 420px; margin: auto; }
  .update-notice .wrap { flex-direction: column; gap: 4px; padding: 11px 0; }
  .music-bar .wrap { justify-content: space-between; }
}
