:root{--cream:#f5f2ec;--ink:#1a1a18;--ink-muted:#1a1a1873;--ink-faint:#1a1a1826;--serif:"EB Garamond", Georgia, serif;--mono:"Space Mono", monospace;--gap:3px}*{box-sizing:border-box;margin:0;padding:0}html{background:var(--cream);color:var(--ink);font-family:var(--serif);-webkit-font-smoothing:antialiased;font-size:16px}body{background:var(--cream);max-width:1200px;min-height:100vh;margin:0 auto}a{color:inherit;text-decoration:none}img{object-fit:cover;width:100%;height:100%;display:block}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:.6s both fadeUp}.stagger>*{animation:.5s both fadeUp}.stagger>:first-child{animation-delay:50ms}.stagger>:nth-child(2){animation-delay:.1s}.stagger>:nth-child(3){animation-delay:.15s}.stagger>:nth-child(4){animation-delay:.2s}.stagger>:nth-child(5){animation-delay:.25s}.stagger>:nth-child(6){animation-delay:.3s}.stagger>:nth-child(7){animation-delay:.35s}.stagger>:nth-child(8){animation-delay:.4s}.stagger>:nth-child(9){animation-delay:.45s}.footer{font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;opacity:.35;flex-direction:column;align-items:center;gap:1rem;padding:1.25rem 2rem;font-size:10px;display:flex}.center{margin:0 auto}.cell:after{content:"© ferdinnande";font-family:var(--mono);color:#ffffff73;pointer-events:none;z-index:2;letter-spacing:.05em;font-size:11px;position:absolute;bottom:12px;right:14px}.socials{align-items:center;gap:1rem;display:flex}.socials a{opacity:.35;transition:opacity .2s;display:flex}.socials a:hover{opacity:1}
