/* /projects mirrors the original list page: breadcrumb header and one vertical
   stream of full-width image cards. */
.back-home{width:fit-content;padding-bottom:40px}.back-home a{display:flex;align-items:center;gap:15px;color:var(--light);font-variant:all-small-caps;opacity:.5;transition:opacity .25s ease}.back-home a:hover{opacity:1}.back-home .svg-arrow{font-size:18px}.projects-page .project{padding-block:70px}.projects-page .seporator-container{height:480px;margin-bottom:40px;border-radius:30px}.projects-page .seporator-container[hidden]{display:none}.projects-page .more-view{margin:80px auto 0;display:block;border:0;background:transparent;color:var(--light);font:inherit;font-variant:all-small-caps;opacity:.5;cursor:pointer;transition:opacity .25s ease}.projects-page .more-view:hover{opacity:1}@media(max-width:992px){.projects-page .project{padding-block:40px}.projects-page .seporator-container{height:360px;margin-bottom:15px;border-radius:20px}.projects-page .more-view{margin-top:50px}}@media(max-width:576px){.projects-header .back-home{padding-bottom:16px}.projects-page .seporator-container{height:320px}.projects-page .more-view{margin-top:45px}}
