/* Restore supplied two-column Explore cards only. */
.explore{width:auto;margin:0;padding:clamp(90px,12vw,160px) 0;background:var(--surface)}
.explore .dashboard-heading{width:var(--rail);max-width:1180px;margin:0 auto 52px;text-align:left}
.explore .dashboard-heading>div>p{margin-bottom:26px}
.explore .dashboard-heading h2{margin-bottom:0}
.explore .dashboard-heading>.section-note:last-child{max-width:460px;margin:0 0 26px;color:var(--blue);font-family:var(--sans);font-size:.78rem;font-weight:700;line-height:1.65;letter-spacing:.11em;text-transform:uppercase}

.explore .explore-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;width:var(--rail);max-width:1180px;margin:auto;border:0;background:transparent}
.explore .explore-links>a{display:grid;grid-template-columns:1fr;align-content:center;gap:8px;min-height:180px;margin:0;padding:clamp(26px,3vw,40px);border:1px solid var(--line)!important;background:#fff;color:var(--ink);text-decoration:none}
.explore .explore-links>a:nth-child(even){background:#fff}
.explore .explore-links>a strong{font-family:var(--serif);font-size:clamp(1.55rem,2.4vw,2.2rem);line-height:1.15}
.explore .explore-links>a small{color:inherit;font-size:.9rem;opacity:.78}
.explore .explore-links>a em{margin-top:14px;color:inherit;font-size:.88rem;font-style:normal;font-weight:700}
.explore .explore-links>a:hover,.explore .explore-links>a:focus-visible{position:relative;z-index:1;background:var(--blue);color:#fff;box-shadow:0 5px 10px oklch(20% .04 300 / .12);transform:translateY(-5px)}
.academic-profile-list{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;margin-top:42px!important;border-top:1px solid var(--line)!important;border-left:1px solid var(--line)!important}
.academic-profile-list>a{display:grid!important;grid-template-columns:32px minmax(0,1fr) 20px!important;align-items:center!important;gap:14px!important;min-height:116px!important;padding:24px!important;border:0!important;border-right:1px solid var(--line)!important;border-bottom:1px solid var(--line)!important;background:#fff!important;color:var(--ink)!important;text-decoration:none!important}
.academic-profile-list>a:nth-child(even){background:#fff!important}
.academic-profile-list>a img{width:28px!important;height:28px!important;object-fit:contain;filter:none}
.academic-profile-list>a strong{font-family:var(--serif);font-size:1.25rem;line-height:1.2}
.academic-profile-list>a span{font-weight:700;text-align:right}
.academic-profile-list>a:hover,.academic-profile-list>a:focus-visible{position:relative;z-index:1;background:var(--blue)!important;color:#fff!important;box-shadow:0 5px 10px oklch(20% .04 300 / .12);transform:translateY(-5px)}
.academic-profile-list>a:hover img,.academic-profile-list>a:focus-visible img{filter:brightness(0) invert(1)}
.academic-profile-list>a:is([data-profile="sinta"],[data-profile="garuda"]):is(:hover,:focus-visible) img{filter:invert(1)}
@media(max-width:620px){
  .explore{padding:85px 0}
  .explore .dashboard-heading{display:block;width:calc(100% - 32px);margin-bottom:40px;text-align:left}

  .explore .explore-links{grid-template-columns:1fr}
  .explore .explore-links>a{min-height:auto;padding:30px 22px}
  .academic-profile-list{grid-template-columns:1fr!important}
  .academic-profile-list>a{min-height:92px!important;padding:20px!important}
}
