*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f0eeeb;--text:#1a1a1a;--text-dim:#5a5a5a;--text-muted:#999;--font:"Inter", -apple-system, BlinkMacSystemFont, sans-serif}html,body,#root{width:100%;height:100%;color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;background:linear-gradient(135deg,#f2f0ed 0%,#e4e0db 50%,#d8d3cc 100%);overflow:hidden}.shell{z-index:10;pointer-events:none;justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 clamp(40px,8vw,120px);display:flex;position:relative}.shell>*{pointer-events:auto}.content{max-width:420px;animation:.5s both fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.abstract-shape{z-index:0;width:100vw;height:100vh;animation:1.2s both shapeFade;position:fixed;inset:0}.abstract-shape img{object-fit:cover;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%}@keyframes shapeFade{0%{opacity:0}to{opacity:1}}.side-nav{flex-direction:column;justify-self:end;align-items:flex-end;gap:6px;display:flex}.side-nav button{font-family:var(--font);letter-spacing:.04em;color:var(--text-muted);cursor:pointer;text-align:right;background:0 0;border:none;padding:4px 0;font-size:13px;font-weight:400;transition:color .2s}.side-nav button:hover{color:var(--text-dim)}.side-nav button.active{color:var(--text)}.home-name{letter-spacing:-.02em;color:var(--text);margin-bottom:24px;font-size:clamp(28px,4vw,44px);font-weight:300;line-height:1.15}.home-tagline{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:32px;font-size:12px;font-weight:500}.home-desc{color:var(--text-dim);font-size:15px;font-weight:300;line-height:1.75}.about-title{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:28px;font-size:12px;font-weight:500}.about-body{color:var(--text-dim);font-size:15px;font-weight:300;line-height:1.85}.about-body+.about-body{margin-top:20px}.privacy-title{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:28px;font-size:12px;font-weight:500}.privacy-heading{letter-spacing:.08em;text-transform:uppercase;color:var(--text);margin-top:24px;margin-bottom:8px;font-size:11px;font-weight:600}.privacy-heading:first-of-type{margin-top:0}.privacy-text{color:var(--text-dim);font-size:14px;font-weight:300;line-height:1.75}.privacy-text a{color:var(--text);border-bottom:1px solid var(--text-muted);text-decoration:none;transition:border-color .2s}.privacy-text a:hover{border-color:var(--text)}.privacy-date{color:var(--text-muted);letter-spacing:.04em;margin-top:32px;font-size:11px}::-webkit-scrollbar{display:none}
