.home-page{width:100%;max-width:1100px;margin:0 auto;padding:5rem 4rem 8rem;box-sizing:border-box}
.home-intro{padding-bottom:6rem;border-bottom:1px solid currentColor}
.home-intro-content h1{margin:0;font-size:3rem;font-weight:400;letter-spacing:-.04em;line-height:1.15}
.home-intro-content p{margin:1.5rem 0 0;font-size:.75rem;line-height:1.5;letter-spacing:.08em;opacity:.45}

.home-section{padding-top:5rem}
.home-section-header{display:grid;grid-template-columns:60px minmax(0,1fr) auto;gap:1.5rem;align-items:start;padding-bottom:1.5rem;border-bottom:1px solid currentColor}
.home-section-number{font-size:.7rem;line-height:1.5;opacity:.4;letter-spacing:.08em}
.home-section-header h2{margin:0;font-size:1.5rem;font-weight:400;letter-spacing:.06em;line-height:1.2}
.home-section-header p{margin:.5rem 0 0;font-size:.8rem;opacity:.5}
.home-section-link{align-self:center;color:inherit;text-decoration:none;font-size:.75rem;opacity:.5;transition:opacity .2s ease;white-space:nowrap}
.home-section-link:hover{opacity:1}

.home-journal .journal-list{padding-top:0}
.home-journal .journal-year{padding-top:2rem}
.home-journal .journal-year h2{display:none}
.home-journal .article-item:first-child{border-top:0}

.home-feature-link{display:grid;grid-template-columns:minmax(0,1fr) 30px;gap:1.5rem;align-items:center;min-height:10rem;padding:2rem 0;color:inherit;text-decoration:none;border-bottom:1px solid rgba(0,0,0,.12)}
.home-feature-link:hover .home-feature-arrow{transform:translateX(5px)}
.home-feature-main{display:flex;flex-direction:column;gap:.75rem}
.home-feature-main span{font-size:.65rem;letter-spacing:.1em;opacity:.4}
.home-feature-main strong{font-size:1.5rem;font-weight:400;line-height:1.4}
.home-feature-arrow{font-size:1rem;opacity:.45;transition:transform .2s ease}

.home-footer{display:grid;grid-template-columns:60px minmax(0,1fr);gap:1.5rem;margin-top:8rem;padding-top:2rem;border-top:1px solid currentColor}
.home-footer-mark{font-size:.8rem;font-weight:500;letter-spacing:-.02em}
.home-footer-copy{display:flex;justify-content:space-between;gap:2rem}
.home-footer-copy p{margin:0;font-size:.8rem;line-height:1.7;opacity:.5}
.home-footer-copy span{align-self:flex-end;font-size:.65rem;opacity:.4}

.home-people-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.home-person-item{border-bottom:1px solid rgba(0,0,0,.12)}
.home-person-item a{display:grid;grid-template-columns:64px minmax(0,1fr) 20px;gap:1rem;align-items:center;padding:1.25rem 0;color:inherit;text-decoration:none}
.home-person-avatar{width:64px;height:64px;overflow:hidden;background:rgba(0,0,0,.04)}
.home-person-avatar img{display:block;width:100%;height:100%;object-fit:cover}
.home-person-content h3{margin:0;font-size:.95rem;font-weight:400}
.home-person-content span{display:block;margin-top:.35rem;font-size:.7rem;opacity:.45}
.home-person-arrow{font-size:.9rem;opacity:.4;transition:transform .2s ease}
.home-person-item a:hover .home-person-arrow{transform:translateX(5px)}

.home-library-list{margin-top:0;border-bottom:1px solid rgba(0,0,0,.12)}
.home-library-item{border-bottom:1px solid rgba(0,0,0,.12)}
.home-library-item:last-child{border-bottom:0}
.home-library-item a{display:grid;grid-template-columns:60px minmax(0,1fr) 30px;gap:1.5rem;align-items:start;padding:2.5rem 0;color:inherit;text-decoration:none}
.home-library-item a:hover .home-library-arrow{transform:translateX(5px)}
.home-library-number{padding-top:.35rem;font-size:.7rem;line-height:1.5;letter-spacing:.08em;opacity:.35}
.home-library-content{min-width:0}
.home-library-content h3{margin:0;font-size:1.35rem;font-weight:400;line-height:1.45;letter-spacing:-.015em}
.home-library-author{display:block;margin-top:.6rem;font-size:.7rem;line-height:1.5;letter-spacing:.04em;opacity:.4}
.home-library-content p{max-width:720px;margin:1rem 0 0;font-size:.82rem;line-height:1.8;opacity:.5}
.home-library-arrow{padding-top:.35rem;font-size:1rem;opacity:.4;transition:transform .2s ease}

.home-objects-list{border-bottom:1px solid rgba(0,0,0,.12)}
.home-object-item{border-bottom:1px solid rgba(0,0,0,.12)}
.home-object-item:last-child{border-bottom:0}
.home-object-item a{display:grid;grid-template-columns:60px minmax(0,1fr) 30px;gap:1.5rem;align-items:center;padding:1.5rem 0;color:inherit;text-decoration:none}
.home-object-item a:hover .home-object-arrow{transform:translateX(5px)}
.home-object-number{font-size:.7rem;line-height:1.5;opacity:.4;letter-spacing:.08em}
.home-object-content h3{margin:0;font-size:1.1rem;font-weight:400;line-height:1.5}
.home-object-content span{display:block;margin-top:.35rem;font-size:.72rem;opacity:.45}
.home-object-arrow{font-size:.9rem;opacity:.4;transition:transform .2s ease}


@media screen and (max-width:767px){
.home-page{padding:3rem 1.25rem 5rem}
.home-intro{grid-template-columns:35px minmax(0,1fr);gap:1rem;padding-bottom:4rem}
.home-intro-content h1{font-size:2.25rem}
.home-intro-content p{font-size:.9rem}
.home-section{padding-top:3.5rem}
.home-section-header{grid-template-columns:35px minmax(0,1fr);gap:1rem}
.home-section-header h2{font-size:1.35rem}
.home-section-link{grid-column:2;justify-self:start;margin-top:.75rem}
.home-feature-link{min-height:8rem;padding:1.5rem 0}
.home-feature-main strong{font-size:1.2rem}
.home-footer{grid-template-columns:35px minmax(0,1fr);gap:1rem;margin-top:6rem}
.home-footer-copy{flex-direction:column;gap:1.5rem}
.home-footer-copy span{align-self:flex-start}
.home-people-list{grid-template-columns:1fr}
.home-person-item a{grid-template-columns:52px minmax(0,1fr) 20px;padding:1rem 0}
.home-person-avatar{width:52px;height:52px}
.home-library-item a{grid-template-columns:35px minmax(0,1fr) 20px;gap:1rem;padding:2rem 0}
.home-library-number{padding-top:.2rem}
.home-library-content h3{font-size:1.15rem;line-height:1.5}
.home-library-author{margin-top:.5rem}
.home-library-content p{margin-top:.8rem;font-size:.78rem;line-height:1.75}
.home-library-arrow{padding-top:.2rem}
.home-object-item a{grid-template-columns:35px minmax(0,1fr) 20px;gap:1rem;padding:1.25rem 0}
.home-object-content h3{font-size:1rem}
}

@media screen and (max-width:480px){
.home-page{padding:2.5rem 1rem 4rem}
.home-section-header h2{font-size:1.25rem}
.home-intro-content h1{font-size:2rem}
.home-feature-main strong{font-size:1.1rem}
.home-person-item a{grid-template-columns:48px minmax(0,1fr) 20px}
.home-person-avatar{width:48px;height:48px}
.home-library-item a{grid-template-columns:30px minmax(0,1fr) 20px;gap:.75rem;padding:1.75rem 0}
.home-library-content h3{font-size:1.05rem}
.home-library-content p{font-size:.76rem}
.home-object-item a{grid-template-columns:30px minmax(0,1fr) 20px;gap:.75rem}
.home-object-content h3{font-size:.95rem}
}