body{background-color:#050505;color:#f4f4f4;font-family:IBM Plex Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;margin:0;min-height:100vh;min-height:100svh}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid #9efcff;outline-offset:3px}main{width:100%;max-width:900px;padding:2rem 1.5rem;margin:0 auto;box-sizing:border-box}section{text-align:left}.hero,.home{position:relative;min-height:100vh}.hero{overflow:hidden;display:flex;align-items:center}.hero.loading-state{background:linear-gradient(135deg,#050505,#1a1a1a 50%,#050505);background-size:200% 200%;animation:gradientShift 3s ease infinite}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.hero-media{object-fit:cover;z-index:0}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,5,5,.2),#050505 75%);z-index:1}.hero-content{position:relative;z-index:2;width:min(1100px,90vw);margin:0 auto;padding:3rem 1.5rem 2.5rem;gap:2rem;text-align:center}.hero-content,.hero-header{display:flex;flex-direction:column;align-items:center}.hero-header{gap:1.25rem}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-weight:600;font-size:.85rem;color:#9efcff;margin:0}.hero-title{font-size:clamp(2.25rem,4vw,3.5rem);line-height:1.1;margin:.2rem 0}.hero-subtitle{font-size:1.05rem;max-width:720px;margin:0;color:#e1e1e1}.nav-list{display:flex;gap:1rem;padding:0;margin:0;list-style:none;justify-content:center}.nav-list a{padding:.75rem 1.1rem;border:1px solid hsla(0,0%,100%,.2);border-radius:999px;background:rgba(5,5,5,.5);font-weight:600;transition:transform .12s ease,border-color .12s ease,background .12s ease}.nav-list a:hover{border-color:#9efcff;transform:translateY(-2px);background:rgba(158,252,255,.08)}.attribution{font-size:.9rem;color:hsla(0,0%,96%,.8)}.image-container{display:flex;justify-content:center;align-items:center;margin:1rem 0}h3,h4{margin:.5rem 0}p{margin:1rem 0}.hidden-text{display:none}@media (max-width:768px){main{padding:1rem .5rem}h3,h4{font-size:1.5rem}h3,h4,p{margin:.25rem 0}p{font-size:1rem}.image-container{margin:.5rem 0}}@media (max-width:546px){h3,h4{font-size:1.2rem}p{font-size:.9rem}.image-container{margin:.5rem 0}.image-container img{width:100%;height:auto}}