*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0C0C0A;--text:#F5F5F2;--muted:#9A9A96;--accent:#F5F5F2;--font-title:"Times New Roman",Times,serif;--font-body:"Helvetica Neue",Helvetica,Arial,sans-serif;--text-title:1.5rem;--text-subtitle:0.9rem;--text-caption:0.72rem;--leading-title:1.25;--leading-subtitle:1.6;--leading-caption:1.4;--header-height:3.25rem}html{font-size:18px;-webkit-font-smoothing:antialiased}body{background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:var(--text-subtitle);font-weight:400;line-height:var(--leading-subtitle);min-height:100dvh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}img{display:block}button{font:inherit}.title{font-family:var(--font-title);font-size:var(--text-title);line-height:var(--leading-title)}.subtitle,.title{font-weight:400;color:var(--text)}.subtitle{font-size:var(--text-subtitle);line-height:var(--leading-subtitle)}.caption,.subtitle{font-family:var(--font-body)}.caption{font-size:var(--text-caption);font-weight:400;line-height:var(--leading-caption)}.caption,.muted{color:var(--muted)}.name{font-family:var(--font-title)}.header{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--header-height);padding:0 2rem;justify-content:space-between;background:var(--bg)}.header,.header-logo{display:flex;align-items:center}.header-logo{flex-shrink:0}.header-logo img{width:24px;height:24px;object-fit:contain}.header-menu-btn{background:none;border:none;color:var(--text);cursor:pointer;transition:color .15s}.header-menu-btn:hover{color:var(--muted)}.directory{position:fixed;inset:0;z-index:300;background:var(--bg);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease,visibility .15s ease}.directory.is-open{opacity:1;visibility:visible;pointer-events:auto}.directory-nav{display:flex;flex-direction:column;align-items:center;gap:1.5rem;position:relative;z-index:1}.directory-link{display:block;padding:.5rem 1rem;color:var(--muted);cursor:pointer;transition:color .15s}.directory-link.active,.directory-link:hover{color:var(--text)}main{padding-top:var(--header-height)}.home,main{flex:1 1;display:flex;flex-direction:column}.home{align-items:center;justify-content:center;padding:2.5rem;text-align:center}.home-logo{width:120px;height:120px;object-fit:contain;margin-bottom:2.5rem}.home .title{margin-bottom:.5rem}.page{flex:1 1;padding:5rem 2.5rem 6rem;max-width:680px;margin:0 auto;width:100%}.page .caption{margin-bottom:.5rem}.page .title{margin-bottom:2rem}.page-body p{margin-bottom:1.5rem}.page-body p:last-child{margin-bottom:0}.page-section{margin-top:3rem}.page-section .caption,.page-section p{margin-bottom:1.25rem}.page-section p:last-child{margin-bottom:0}.qualities{list-style:none;margin-top:.5rem;display:flex;flex-direction:column;gap:1.25rem}.qualities li strong{font-weight:500}.page-links{margin-top:3rem;display:flex;flex-direction:column;gap:1rem}.page-link{display:flex;align-items:center;gap:1rem;padding:.25rem 0;transition:color .15s}.page-link:hover .subtitle{color:var(--muted)}.page-link .caption{min-width:80px}footer{padding:2rem 2.5rem;text-align:center;font-family:var(--font-body);font-size:var(--text-caption);font-weight:400;line-height:var(--leading-caption);color:var(--muted)}@media (max-width:600px){.header{padding-left:1.25rem;padding-right:1.25rem}:root{--text-title:1.35rem}.page{padding:3.5rem 1.5rem 5rem}}