body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;background:#0a0a0a;color:#e5e5e5;line-height:1.6}:root{--accent:#64ffda;--section-bg:transparent;--navbar-bg:hsla(0,0%,4%,.8);--navbar-link:#a0a0a0;--navbar-link-active:#64ffda;--border:#1a1a1a;--footer-bg:#0a0a0a;--footer-color:#888}.site-container{width:100%;max-width:820px;margin:0 auto;padding:24px 18px 0}nav{background:var(--navbar-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:10}.navbar-inner,nav{width:100%;height:64px;display:flex;align-items:center}.navbar-inner{justify-content:space-between;max-width:820px;margin:0 auto;padding:0 18px}nav .nav-title{font-size:1rem;font-weight:600;color:#fff;letter-spacing:.02em;margin-right:3rem}nav .nav-links{display:flex;gap:.2rem;align-items:center}nav a{color:var(--navbar-link);padding:7px 17px;font-weight:500;font-family:inherit;font-size:.95rem;background:none;text-decoration:none;border:0;display:inline-block;border-radius:0;position:relative;transition:color .2s ease;white-space:nowrap}nav a.active,nav a[aria-current=page]{color:var(--navbar-link-active);font-weight:600}nav a.active:after,nav a[aria-current=page]:after{content:"";display:block;height:1px;margin-top:6px;width:60%;background:var(--accent);border-radius:0;margin-left:20%}nav a:focus,nav a:hover{color:var(--navbar-link-active)}.hero{text-align:center;background:var(--section-bg);padding:80px 9px 64px;margin-bottom:64px}.hero h1{color:#fff;font-size:2.75rem;margin:0 0 24px;font-weight:600;letter-spacing:-.02em;line-height:1.2;text-transform:none}.hero .tagline{color:var(--accent);font-size:1.15rem;margin:0 0 32px}.hero .mission,.hero .tagline{font-weight:400;letter-spacing:-.01em}.hero .mission{margin:0 0 12px;color:silver;font-size:1rem;font-style:normal;line-height:1.6}.hero .mission:last-of-type{margin-bottom:0;color:#a0a0a0;font-size:.95rem}main{min-height:60vh;background:transparent}.card,.section{margin-bottom:3rem}.card{background:transparent;border:none;box-shadow:none;padding:0}.card h2{color:var(--accent);font-size:1.25rem;margin:0 0 16px;font-weight:600;letter-spacing:-.01em}ul{padding-left:1.5rem;color:silver;line-height:1.8}footer{background:var(--footer-bg);color:var(--footer-color);border-top:1px solid var(--border);padding:3rem 0 2rem;margin-top:5rem;font-size:.9rem;text-align:center}footer a{color:var(--accent);text-decoration:none;transition:opacity .2s ease}footer a:hover{opacity:.8;text-decoration:underline}h1,h2,h3,h4,h5,h6{color:#fff;font-weight:600;letter-spacing:-.01em}p{color:silver;line-height:1.7}a{color:var(--accent);text-decoration:none;transition:opacity .2s ease}a:hover{opacity:.8}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.gallery-item{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;border:1px solid var(--border);transition:transform .2s ease,border-color .2s ease;cursor:pointer}.gallery-item:hover{transform:translateY(-4px);border-color:var(--accent)}.gallery-image{width:100%;height:100%;object-fit:cover;transition:opacity .2s ease}.gallery-item:hover .gallery-image{opacity:.9}@media (max-width:700px){.navbar-inner,.site-container{padding-left:4px;padding-right:4px}.hero{padding:48px 9px 40px;margin-bottom:48px}.hero h1{font-size:1.75rem;margin-bottom:20px}.hero .tagline{font-size:1rem;margin-bottom:24px}.hero .mission{font-size:.9rem;margin-bottom:10px}.hero .mission:last-of-type{font-size:.85rem}nav .nav-title{font-size:.97rem;margin-right:.7rem}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}}