:root {
  --home-paper: #fbfaf6;
  --home-cream: #f2eee5;
  --home-ink: #122035;
  --home-muted: #65717d;
  --home-line: rgba(13, 36, 68, .13);
  --home-navy: #0d2444;
  --home-red: #aa2942;
  --home-gold: #d4a574;
  --home-container: min(1160px, calc(100% - 48px));
}

body {
  background: var(--home-paper);
}

main > section {
  position: relative;
  border-top: 1px solid var(--home-line);
}

.hero {
  min-height: clamp(620px, 82vh, 850px);
  border-top: 0;
}

.hero-content {
  max-width: 760px;
}

.hero-subtitle {
  max-width: 570px;
}

.home-section-kicker {
  display: block;
  margin-bottom: 11px;
  color: var(--home-red);
  font: 800 10px/1.3 'Syne', sans-serif;
  letter-spacing: .19em;
  text-transform: uppercase;
}

/* A clear, human introduction appears immediately after the hero. */
.home-about {
  padding: clamp(54px, 6vw, 78px) 0;
  background: var(--home-paper);
}

.home-about__inner {
  width: var(--home-container);
  margin-inline: auto;
}

.home-about__heading {
  display: grid;
  max-width: 1040px;
  margin-bottom: clamp(30px, 4vw, 46px);
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .75fr);
  align-items: end;
  gap: clamp(30px, 6vw, 76px);
}

.home-about__heading .home-section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -12px;
}

.home-about__heading h2 {
  margin: 0;
  color: var(--home-navy);
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(34px, 5.2vw, 61px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.38;
}

.home-about__heading > p {
  margin: 0 0 6px;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 2.05;
}

.home-about__body {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  align-items: stretch;
  gap: clamp(32px, 6vw, 76px);
}

.home-about__visual {
  position: relative;
  min-height: 510px;
  margin: 0;
  overflow: hidden;
  border-radius: 3px 34px 3px 34px;
  background: var(--home-navy);
}

.home-about__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 46%, rgba(7, 24, 43, .72));
  content: "";
}

.home-about__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-about__visual figcaption {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 24px;
  left: 24px;
  color: rgba(255, 255, 255, .85);
  font: 800 9px/1.3 'Syne', sans-serif;
  letter-spacing: .18em;
}

.home-about__services {
  border-top: 1px solid var(--home-line);
}

.home-about__service {
  display: grid;
  padding: 26px 0;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 20px;
  border-bottom: 1px solid var(--home-line);
}

.home-about__service > span {
  color: rgba(13, 36, 68, .28);
  font: 800 18px/1.2 'Syne', sans-serif;
}

.home-about__service small {
  color: var(--home-red);
  font: 800 8px/1.2 'Syne', sans-serif;
  letter-spacing: .18em;
}

.home-about__service h3 {
  margin: 6px 0 8px;
  color: var(--home-navy);
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(19px, 2.2vw, 25px);
  line-height: 1.5;
}

.home-about__service p {
  max-width: 630px;
  margin: 0;
  color: var(--home-muted);
  font-size: 12px;
  line-height: 1.85;
}

.home-about__links {
  display: flex;
  padding-top: 25px;
  flex-wrap: wrap;
  gap: 10px;
}

.home-about__links a {
  display: inline-flex;
  min-height: 42px;
  padding: 9px 15px;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--home-line);
  border-radius: 999px;
  color: var(--home-navy);
  background: #fff;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
}

.home-about__links a:hover,
.home-about__links a:focus-visible {
  border-color: var(--home-red);
  color: var(--home-red);
}

.home-about__heading--original {
  display: block;
  max-width: 760px;
}

.home-about__heading--original .home-section-kicker {
  margin-bottom: 12px;
}

.home-about__original-grid {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(430px, 1.18fr);
  align-items: center;
  gap: clamp(42px, 7vw, 90px);
}

.home-about__original-copy {
  padding-left: clamp(20px, 3vw, 34px);
  border-left: 3px solid var(--home-red);
}

.home-about__original-copy p {
  margin: 0 0 18px;
  color: var(--home-muted);
  font-size: 13px;
  line-height: 2.05;
}

.home-about__original-copy p:last-child {
  margin-bottom: 0;
}

.home-about__original-copy .lead-text {
  color: var(--home-navy);
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 600;
  line-height: 1.9;
}

.home-about__original-images {
  display: grid;
  min-height: 390px;
  grid-template-columns: minmax(0, 1.25fr) minmax(150px, .75fr);
  align-items: center;
  gap: 14px;
}

.home-about__original-images figure {
  margin: 0;
  overflow: hidden;
  background: var(--home-cream);
}

.home-about__original-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-about__image-main {
  height: 100%;
  border-radius: 3px 30px 3px 30px;
}

.home-about__image-side {
  height: 72%;
  border-radius: 24px 3px 24px 3px;
}

.home-wsb-original {
  display: grid;
  margin-top: clamp(46px, 6vw, 66px);
  overflow: hidden;
  grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
  border-radius: 3px 34px 3px 34px;
  color: #fff;
  background:
    radial-gradient(circle at 94% 8%, rgba(212, 165, 116, .16), transparent 30%),
    var(--home-navy);
  box-shadow: 0 26px 70px rgba(13, 36, 68, .15);
}

.home-wsb-original__image {
  min-height: 400px;
  margin: 0;
  overflow: hidden;
}

.home-wsb-original__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-wsb-original__content {
  display: flex;
  padding: clamp(38px, 6vw, 72px);
  flex-direction: column;
  justify-content: center;
}

.home-wsb-original__content .home-section-kicker {
  color: var(--home-gold);
}

.home-wsb-original__content h3 {
  margin: 0 0 24px;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(27px, 4vw, 44px);
  line-height: 1.45;
}

.home-wsb-original__content > p {
  max-width: 650px;
  margin: 0 0 15px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  line-height: 1.95;
}

.home-wsb-original__content strong {
  color: #fff;
}

.home-wsb-original__content .home-wsb-original__highlight {
  margin-top: 8px;
  padding: 18px 20px;
  border-left: 3px solid var(--home-gold);
  color: #fff;
  background: rgba(255, 255, 255, .06);
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  line-height: 1.85;
}

.home-wsb-original__actions {
  display: flex;
  margin-top: 12px;
  flex-wrap: wrap;
  gap: 9px;
}

.home-wsb-original__actions a {
  display: inline-flex;
  min-height: 43px;
  padding: 9px 15px;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, .23);
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
}

.home-wsb-original__actions a:hover,
.home-wsb-original__actions a:focus-visible {
  border-color: var(--home-gold);
  background: rgba(255, 255, 255, .08);
}

/* Latest information: a quiet first stop after the hero. */
.home-highlights {
  z-index: 2;
  padding: clamp(42px, 6vw, 74px) 0;
  background: #fff;
}

.home-highlights__inner {
  display: grid;
  width: var(--home-container);
  margin-inline: auto;
  grid-template-columns: minmax(230px, .55fr) minmax(0, 1.45fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: stretch;
}

.home-highlights__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.home-highlights__heading > p {
  margin: 0 0 12px;
  color: var(--home-red);
  font: 800 10px/1.2 'Syne', sans-serif;
  letter-spacing: .18em;
}

.home-highlights__heading h2 {
  margin: 0;
  color: var(--home-navy);
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(27px, 3.4vw, 41px);
  letter-spacing: -.04em;
  line-height: 1.5;
}

.home-highlights__heading a {
  margin-top: 22px;
  color: var(--home-navy);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.home-highlights__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.home-highlight-card {
  display: flex;
  min-height: 255px;
  padding: clamp(25px, 3.5vw, 37px);
  flex-direction: column;
  border: 1px solid var(--home-line);
  border-radius: 4px 24px 4px 24px;
  background: var(--home-paper);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.home-highlight-card--event {
  background: #f2f5f7;
}

.home-highlight-card:hover {
  transform: translateY(-3px);
  border-color: rgba(170, 41, 66, .28);
  box-shadow: 0 18px 42px rgba(13, 36, 68, .08);
}

.home-highlight-card__top {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.home-highlight-card__top span {
  color: var(--home-red);
  font: 800 9px/1.2 'Syne', sans-serif;
  letter-spacing: .14em;
}

.home-highlight-card__top time {
  color: var(--home-muted);
  font-size: 10px;
}

.home-highlight-card h3 {
  margin: 0 0 12px;
  color: var(--home-navy);
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.55;
}

.home-highlight-card > p {
  display: -webkit-box;
  margin: 0 0 24px;
  overflow: hidden;
  color: var(--home-muted);
  font-size: 12px;
  line-height: 1.85;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.home-highlight-card__action {
  margin-top: auto;
  align-self: flex-start;
  color: var(--home-navy);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.home-highlight-card__skeleton {
  width: 100%;
  height: 100%;
  min-height: 180px;
  border-radius: 10px;
  background: linear-gradient(100deg, #eef0ee 20%, #f8f8f6 42%, #eef0ee 64%);
  background-size: 200% 100%;
  animation: home-skeleton 1.4s linear infinite;
}

@keyframes home-skeleton {
  to { background-position-x: -200%; }
}

/* Student tools now explain why each entry exists. */
.home-pathways {
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.pathway-card__why {
  margin: 10px 0 24px !important;
  color: rgba(255, 255, 255, .66) !important;
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: .04em;
}

.pathway-card--senpai h3 {
  max-width: 520px;
  margin: 14px 0 9px;
  color: var(--home-navy);
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(20px, 2.5vw, 29px);
  line-height: 1.5;
}

.home-senpai-context {
  margin: 0 0 21px !important;
  color: var(--home-muted) !important;
  font-size: 11px !important;
  line-height: 1.8 !important;
}

.pathway-card--senpai blockquote {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.pathway-card--senpai .pathway-card__why {
  color: var(--home-red) !important;
}

.pathway-card--senpai .pathway-card__action span {
  color: #fff;
}

.home-university-search {
  display: grid;
  margin: 0 0 18px;
  padding: 22px clamp(22px, 3vw, 32px);
  grid-template-columns: minmax(230px, .7fr) minmax(360px, 1.3fr);
  align-items: center;
  gap: 26px;
  border: 1px solid rgba(15, 42, 77, .13);
  border-radius: 4px 22px 4px 22px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 14px 45px rgba(18, 36, 58, .05);
}

.home-university-search label {
  display: block;
  color: var(--home-navy);
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: 700;
}

.home-university-search p {
  margin: 4px 0 0;
  color: var(--home-muted);
  font-size: 10px;
}

.home-university-search__controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.home-university-search input {
  width: 100%;
  min-height: 48px;
  padding: 11px 16px;
  border: 1px solid rgba(15, 42, 77, .18);
  border-radius: 8px;
  color: var(--home-navy);
  background: #fff;
  font: 500 14px/1.3 'Noto Sans JP', sans-serif;
}

.home-university-search input:focus {
  border-color: var(--home-red);
  outline: 3px solid rgba(170, 41, 66, .1);
}

.home-university-search button {
  min-height: 48px;
  padding: 11px 18px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--home-red);
  font: 800 11px/1.3 'Noto Sans JP', sans-serif;
  cursor: pointer;
}

.home-university-search button:hover,
.home-university-search button:focus-visible {
  background: #861d32;
}

/* JCEC purpose is scan-friendly instead of three dense paragraphs. */
.about-section {
  padding: clamp(78px, 9vw, 124px) 0;
  background: var(--home-paper);
}

.about-container {
  width: var(--home-container);
  max-width: none;
  margin-inline: auto;
  padding: 0;
}

.about-header {
  display: grid;
  max-width: 790px;
  margin: 0 0 clamp(36px, 5vw, 58px);
  text-align: left;
}

.about-header .about-title {
  margin: 0;
  color: var(--home-navy);
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(30px, 4.5vw, 50px);
  letter-spacing: -.04em;
  line-height: 1.45;
}

.about-header > p {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--home-muted);
  font-size: 14px;
  line-height: 2;
}

.home-purpose-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
}

.home-purpose-card {
  position: relative;
  min-height: 330px;
  padding: clamp(28px, 4vw, 44px);
  border-right: 1px solid var(--home-line);
  background: transparent;
}

.home-purpose-card:last-child {
  border-right: 0;
}

.home-purpose-card > span {
  display: block;
  margin-bottom: 42px;
  color: rgba(13, 36, 68, .19);
  font: 800 clamp(34px, 4.5vw, 54px)/1 'Syne', sans-serif;
}

.home-purpose-card small {
  color: var(--home-red);
  font: 800 9px/1.2 'Syne', sans-serif;
  letter-spacing: .15em;
}

.home-purpose-card h3 {
  margin: 10px 0 14px;
  color: var(--home-navy);
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
}

.home-purpose-card p {
  margin: 0 0 26px;
  color: var(--home-muted);
  font-size: 12px;
  line-height: 1.9;
}

.home-purpose-card a {
  color: var(--home-navy);
  font-size: 11px;
  font-weight: 800;
  text-underline-offset: 5px;
}

.wsb-section.wsb-section--compact {
  display: grid;
  margin: clamp(54px, 7vw, 86px) 0 0;
  overflow: hidden;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  border: 0;
  border-radius: 4px 30px 4px 30px;
  background: var(--home-navy);
  box-shadow: 0 22px 55px rgba(13, 36, 68, .13);
}

.wsb-section--compact .wsb-image {
  min-height: 340px;
}

.wsb-section--compact .wsb-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wsb-section--compact .wsb-content {
  display: flex;
  padding: clamp(34px, 6vw, 70px);
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
}

.wsb-section--compact .wsb-content h3 {
  margin: 0 0 16px;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(26px, 3.5vw, 42px);
}

.wsb-section--compact .wsb-content p {
  max-width: 580px;
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  line-height: 2;
}

.home-inline-button {
  display: inline-flex;
  min-height: 46px;
  margin-top: 26px;
  padding: 11px 18px;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

/* Make long secondary sections feel distinct and lighter. */
.events-section {
  background: #f0f2f2;
}

.director-section {
  padding-top: clamp(72px, 8vw, 105px);
  padding-bottom: clamp(72px, 8vw, 105px);
  background: #fff;
}

.director-container {
  max-width: var(--home-container);
}

.director-content {
  max-width: 700px;
}

.song-section {
  padding: clamp(56px, 6vw, 78px) 0;
  background:
    radial-gradient(circle at 86% 10%, rgba(212, 165, 116, .17), transparent 28%),
    linear-gradient(150deg, #0a1c33, #102b4d);
}

.song-container {
  width: var(--home-container);
  max-width: none;
}

.song-header {
  max-width: 730px;
  margin-bottom: 28px;
  text-align: left;
}

.song-icon-wrap {
  display: none;
}

.song-header h2 {
  font-size: clamp(27px, 3.8vw, 42px);
}

.song-subtitle {
  max-width: 650px;
  color: rgba(255, 255, 255, .62);
}

.song-card {
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 4px 30px 4px 30px;
  background: rgba(255, 255, 255, .06);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .2);
}

.song-visual {
  min-width: 0;
  padding: clamp(18px, 2.5vw, 28px);
  background: rgba(0, 0, 0, .16);
}

.embed-large {
  min-height: 232px;
}

.embed-large iframe {
  display: block;
  width: 100%;
  height: 232px;
  border: 0;
  border-radius: 15px;
}

.song-external-player,
.song-player-error {
  display: grid;
  min-height: 232px;
  margin: 0;
  place-items: center;
  border-radius: 15px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  font-weight: 800;
  text-decoration: none;
}

.song-info {
  padding: clamp(24px, 3vw, 34px);
}

.song-title {
  overflow-wrap: anywhere;
  font-size: clamp(20px, 2.4vw, 28px);
  line-height: 1.35;
}

.song-meta {
  margin-bottom: 8px;
}

.song-artist {
  margin-bottom: 8px;
  font-size: 14px;
}

.song-desc {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.7;
}

.learning-points li {
  color: rgba(255, 255, 255, .72);
}

.sound-waves {
  display: none !important;
}

.learning-points {
  margin-top: 8px;
  margin-bottom: 12px;
  padding: 12px 15px;
}

.learning-points ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 7px 16px;
}

.learning-points li {
  flex: 1 1 180px;
}

.link-btn {
  min-height: 42px;
  padding: 10px 17px;
  font-size: 11px;
}

.past-songs {
  margin-top: 24px;
}

.past-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.past-item {
  display: grid;
  min-height: 68px;
  padding: 12px 15px;
  align-items: center;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 13px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 12px;
  color: #fff;
  background: rgba(255, 255, 255, .045);
  text-decoration: none;
}

.past-platform {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  font-weight: 800;
}

.past-info {
  display: grid;
  min-width: 0;
}

.past-month,
.past-artist {
  color: rgba(255, 255, 255, .5);
  font-size: 9px;
}

.past-title {
  overflow: hidden;
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.past-arrow {
  color: rgba(255, 255, 255, .55);
}

.past-empty {
  margin: 0;
  color: rgba(255, 255, 255, .5);
  font-size: 11px;
}

.voices-section {
  padding-top: clamp(70px, 8vw, 100px);
  padding-bottom: clamp(70px, 8vw, 100px);
  background:
    radial-gradient(circle at 90% 12%, rgba(212, 165, 116, .12), transparent 30%),
    var(--home-navy);
}

.voices-header {
  max-width: 760px;
  margin-inline: auto;
}

.voices-lead {
  max-width: 650px;
  margin-inline: auto;
}

.voices-section .featured-card,
.voices-section .voice-card {
  color: #fff;
  background: rgba(255, 255, 255, .055);
}

.voices-section .featured-card {
  border-color: rgba(255, 255, 255, .13);
}

.voices-section .voice-card {
  border-color: rgba(255, 255, 255, .11);
}

.voices-section .featured-quote,
.voices-section .author-name,
.voices-section .card-name {
  color: #fff;
}

.voices-section .card-quote {
  color: rgba(255, 255, 255, .78);
}

.voices-section .author-role,
.voices-section .card-role,
.voices-section .voices-lead {
  color: rgba(255, 255, 255, .58);
}

.home-contact {
  padding: clamp(54px, 7vw, 84px) 0;
  background: #fff;
}

.home-contact__inner {
  display: grid;
  width: var(--home-container);
  margin-inline: auto;
  padding: clamp(28px, 5vw, 52px);
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  border: 1px solid var(--home-line);
  border-left: 4px solid var(--home-red);
  border-radius: 3px 28px 3px 28px;
  background: var(--home-paper);
}

.home-contact h2 {
  margin: 0;
  color: var(--home-navy);
  font-family: 'Noto Serif JP', serif;
  font-size: clamp(24px, 3.5vw, 38px);
  line-height: 1.5;
}

.home-contact p {
  margin: 10px 0 0;
  color: var(--home-muted);
  font-size: 12px;
  line-height: 1.8;
}

.home-contact__inner > a {
  display: inline-flex;
  min-height: 50px;
  padding: 12px 20px;
  align-items: center;
  gap: 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--home-red);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.kosen-section {
  background: #edf1f3;
}

@media (max-width: 960px) {
  .home-about__heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home-about__heading .home-section-kicker {
    margin-bottom: -4px;
  }

  .home-about__heading--original .home-section-kicker {
    margin-bottom: 12px;
  }

  .home-about__original-grid {
    grid-template-columns: 1fr;
  }

  .home-about__original-copy {
    max-width: 760px;
  }

  .home-about__original-images {
    min-height: 420px;
  }

  .home-wsb-original {
    grid-template-columns: minmax(240px, .68fr) minmax(0, 1.32fr);
  }

  .home-about__body {
    grid-template-columns: minmax(230px, .7fr) minmax(0, 1.3fr);
    gap: 36px;
  }

  .home-university-search {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .home-highlights__inner {
    grid-template-columns: 1fr;
  }

  .home-highlights__heading {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
  }

  .home-highlights__heading > p {
    grid-column: 1 / -1;
  }

  .home-highlights__heading a {
    margin: 0 0 8px;
  }

  .home-purpose-grid {
    grid-template-columns: 1fr;
  }

  .home-purpose-card {
    display: grid;
    min-height: 0;
    grid-template-columns: 70px minmax(0, 1fr);
    column-gap: 22px;
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }

  .home-purpose-card:last-child {
    border-bottom: 0;
  }

  .home-purpose-card > span {
    margin: 0;
    grid-row: 1 / 6;
  }

  .song-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  :root {
    --home-container: min(100% - 30px, 1160px);
  }

  .hero {
    min-height: 660px;
  }

  .home-highlights__heading {
    display: block;
  }

  .home-highlights__heading a {
    display: inline-block;
    margin-top: 18px;
  }

  .home-highlights__grid {
    grid-template-columns: 1fr;
  }

  .home-highlight-card {
    min-height: 225px;
  }

  .home-pathways__header br {
    display: none;
  }

  .home-about {
    padding: 62px 0;
  }

  .home-about__heading--original {
    margin-bottom: 34px;
  }

  .home-about__original-copy {
    padding-left: 18px;
  }

  .home-about__original-copy p {
    font-size: 12px;
    line-height: 1.95;
  }

  .home-about__original-images {
    min-height: 300px;
    grid-template-columns: minmax(0, 1.25fr) minmax(105px, .75fr);
    gap: 8px;
  }

  .home-wsb-original {
    margin-top: 54px;
    grid-template-columns: 1fr;
  }

  .home-wsb-original__image {
    min-height: 260px;
    max-height: 340px;
  }

  .home-wsb-original__content {
    padding: 30px 23px 34px;
  }

  .home-wsb-original__content h3 {
    margin-bottom: 18px;
  }

  .home-wsb-original__actions {
    display: grid;
  }

  .home-wsb-original__actions a {
    justify-content: space-between;
  }

  .home-about__body {
    grid-template-columns: 1fr;
  }

  .home-about__visual {
    min-height: 300px;
  }

  .home-about__service {
    padding: 22px 0;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
  }

  .home-university-search {
    padding: 20px;
  }

  .home-university-search__controls {
    grid-template-columns: 1fr;
  }

  .home-university-search button {
    width: 100%;
  }

  .pathway-card--senpai h3 {
    font-size: 22px;
  }

  .home-purpose-card {
    display: block;
    padding: 30px 5px;
  }

  .home-purpose-card > span {
    margin-bottom: 22px;
  }

  .wsb-section.wsb-section--compact {
    grid-template-columns: 1fr;
  }

  .wsb-section--compact .wsb-image {
    min-height: 235px;
  }

  .song-visual,
  .song-info {
    padding: 20px;
  }

  .embed-large,
  .embed-large iframe,
  .song-external-player,
  .song-player-error {
    min-height: 152px;
    height: 152px;
  }

  .past-list {
    grid-template-columns: 1fr;
  }

  .home-contact__inner {
    grid-template-columns: 1fr;
  }

  .home-contact__inner > a {
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-highlight-card__skeleton {
    animation: none;
  }
}

/* Keep the approved content while reducing long dead zones on wider screens. */
@media (min-width: 901px) {
  .home-about {
    padding-block: 58px;
  }

  .home-about__heading--original {
    margin-bottom: 34px;
  }

  .home-about__original-images {
    height: clamp(370px, 33vw, 420px);
    min-height: 0;
  }

  .home-wsb-original {
    margin-top: 48px;
  }

  .home-wsb-original__image {
    min-height: 330px;
  }

  .home-wsb-original__content {
    padding: clamp(36px, 4.5vw, 52px);
  }

  .home-pathways {
    padding-block: clamp(58px, 6vw, 72px);
  }

  .home-pathways__header {
    margin-bottom: 30px;
    gap: 48px;
  }

  .home-pathways h2 {
    font-size: clamp(38px, 4.2vw, 52px);
    line-height: 1.36;
  }

  .home-pathways__intro {
    font-size: 13px;
    line-height: 1.9;
  }

  .pathway-card--university {
    min-height: 550px;
    padding: clamp(34px, 3.6vw, 42px);
  }

  .pathway-card__count {
    margin-top: 22px;
  }

  .pathway-card__count strong {
    font-size: clamp(72px, 7vw, 88px);
  }

  .pathway-card--university h3 {
    margin-top: 18px;
    font-size: clamp(28px, 3vw, 35px);
  }

  .pathway-card__features {
    margin-top: 20px;
  }

  .pathway-card__action {
    margin-top: 24px;
  }

  .pathway-card--senpai {
    min-height: 0;
    padding: 27px;
  }

  .pathway-card--senpai h3 {
    margin-block: 10px 7px;
    font-size: clamp(19px, 1.85vw, 22px);
  }

  .pathway-card--senpai blockquote {
    margin: 14px 0 11px;
    padding-top: 11px;
    font-size: clamp(16px, 1.55vw, 19px);
    line-height: 1.62;
  }

  .home-senpai-context {
    margin-bottom: 10px !important;
  }

  .home-senpai-person {
    padding-top: 14px;
  }

  .pathway-card--senpai .pathway-card__action {
    margin-top: 12px;
  }

  .events-section {
    padding: 64px 20px;
  }

  .home-event-card {
    min-height: 350px;
  }

  .home-event-card:first-child {
    min-height: 390px;
  }

  .director-section,
  .voices-section {
    padding-block: 72px;
  }
}

@media (max-width: 560px) {
  .home-pathways {
    padding-block: 58px;
  }

  .home-pathways__intro {
    font-size: 13px;
    line-height: 1.8;
  }

  .pathway-card--university {
    min-height: 0;
    padding: 27px 22px;
  }

  .pathway-card__count {
    margin-top: 30px;
  }

  .pathway-card__count strong {
    font-size: 68px;
  }

  .pathway-card--university h3 {
    margin-top: 18px;
    font-size: 26px;
  }

  .pathway-card__features {
    margin-top: 20px;
  }

  .pathway-card__action {
    margin-top: 24px;
  }

  .pathway-card--senpai {
    min-height: 0;
    padding: 25px 22px;
  }

  .pathway-card--senpai .pathway-card__why {
    margin-bottom: 14px !important;
  }

  .pathway-card--senpai h3 {
    margin: 10px 0 7px;
  }

  .home-senpai-context {
    margin-bottom: 10px !important;
  }

  .pathway-card--senpai blockquote {
    margin: 14px 0 12px;
    padding-top: 11px;
    font-size: 17px;
    line-height: 1.6;
  }

  .home-senpai-person {
    padding-top: 12px;
  }

  .pathway-card--senpai .pathway-card__action {
    margin-top: 12px;
  }
}
