.home-container{justify-content:space-between;align-items:flex-end;gap:clamp(1.5rem,4vw,4rem);width:100%;min-height:100%;display:flex}.home-messages{width:min(42rem,40%);max-width:800px}.home-message1{margin-bottom:2rem;font-size:clamp(1.6rem,2vw,2rem);font-weight:700}.home-message1 img{vertical-align:-.15em;width:auto;height:1em;margin-right:.3em;display:inline}.home-message2{text-transform:uppercase;width:min(26rem,100%);font-family:Mono,monospace;font-size:clamp(.78rem,.9vw,.95rem)}.home-projects{width:min(48rem,46%)}.home-projects-header{text-transform:uppercase;justify-content:space-between;align-items:baseline;margin-bottom:.9rem;display:flex}.home-projects-description{opacity:.9;letter-spacing:.08em;color:var(--text-secondary);font-family:Mono,monospace;font-size:clamp(.7rem,.8vw,.9rem)}.home-projects-list{border-top:1px solid var(--border-primary);flex-direction:column;display:flex}.home-project{border-bottom:1px solid var(--border-primary);cursor:pointer;color:var(--text-primary);justify-content:space-between;align-items:center;padding:.95rem 0;font-size:clamp(1rem,1.15vw,1.2rem);line-height:1.25;text-decoration:none;transition:all .2s;display:flex}.home-project-name{font-weight:600}.home-project-arrow{font-size:1.45rem;line-height:1;transition:transform .2s}.home-projects-see-all{letter-spacing:.08em;color:var(--text-secondary);opacity:.85;margin-top:.9rem;font-family:Mono,monospace;font-size:clamp(.7rem,.8vw,.9rem);text-decoration:none;transition:color .2s,opacity .2s;display:inline-block}.home-projects-see-all:hover{color:var(--text-primary);opacity:1}.home-project:hover,.home-project:focus-visible{background:var(--text-primary);color:var(--bg-primary);outline:none;padding:.95rem .85rem;transition:all .2s}.home-project:hover .home-project-arrow,.home-project:focus-visible .home-project-arrow{transform:translate(2px,-2px)}@media (max-width:1200px){.home-messages{width:52%}.home-projects{width:44%}}@media (max-width:900px){.home-messages{width:56%}.home-projects{width:42%}}@media (max-width:768px){.home-container{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:2.25rem;margin-top:3rem;padding-top:1rem;padding-bottom:1rem}.home-messages,.home-projects,.home-message2{width:100%;max-width:none}.home-message1{margin-bottom:1.1rem}.home-message1 img{height:2rem}}@media (max-width:480px){.home-container{gap:1.75rem}.home-message1{font-size:clamp(1.35rem,8vw,1.9rem)}.home-project{padding:.8rem .65rem;font-size:1rem}.home-project-arrow{font-size:1.2rem}}
