@import"https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--ink: #161615;--ink-deep: #0e0e0d;--orange: #ff6a00;--paper: #f3f0ea;--muted: #6b6763}body{font-family:Instrument Sans,sans-serif;background-color:var(--ink)}section{position:relative;z-index:1;width:100%;height:100svh;background-color:var(--ink);color:var(--orange);padding:2rem;display:flex;justify-content:center;align-items:center;overflow:hidden}section h1{font-size:clamp(2.25rem,6.5vw,7rem);font-weight:600;letter-spacing:-.03em;line-height:1.02;text-align:center}section h1 span{display:block;color:var(--muted);font-weight:500;letter-spacing:-.02em}.footer-revealer{position:relative;width:100%;height:100svh}footer{position:fixed;top:0;left:0;width:100%;height:100svh;background-color:var(--ink-deep);overflow:hidden;z-index:0}.footer-images{position:absolute;inset:0;display:flex;justify-content:space-between;align-items:center}.footer-hand-img{position:relative;width:40%;min-width:200px;will-change:transform}.footer-hand-img img{display:block;width:100%;opacity:0}.footer-hand-img canvas{position:absolute;inset:0;width:100%;height:100%}.footer-content{position:absolute;top:0;left:0;width:100%;padding:2.5rem;display:flex;justify-content:space-between;gap:2rem;color:var(--paper)}.footer-links{display:flex;flex-direction:column;gap:.4rem}.footer-links a{color:var(--paper);text-decoration:none;font-size:1rem;font-weight:500;letter-spacing:-.01em;width:fit-content;transition:color .2s ease}.footer-links a:hover{color:var(--orange)}.footer-text{max-width:26rem}.footer-text p{font-size:1.0625rem;line-height:1.5;letter-spacing:-.01em;color:color-mix(in srgb,var(--paper) 82%,transparent)}.footer-header{position:absolute;bottom:0;left:0;width:100%;padding:0 2.5rem 1.75rem;display:flex;justify-content:space-between;align-items:flex-end;color:var(--paper)}.footer-header h1{font-size:clamp(5rem,15vw,15rem);font-weight:600;line-height:.9;letter-spacing:-.05em;overflow:hidden;padding-top:.08em}@media(max-width:1000px){.footer-content{flex-direction:column;padding:2rem}.footer-text{max-width:100%}.footer-header{padding:0 2rem 1.5rem}.footer-header h1{font-size:clamp(3.5rem,18vw,7rem)}}@media(max-width:768px){section{padding:1.5rem}section h1{font-size:clamp(2rem,9vw,3.25rem);line-height:1.05}.footer-content{gap:1.25rem;padding:1.75rem}.footer-links{flex-direction:row;flex-wrap:wrap;gap:.4rem 1.25rem}.footer-links a{font-size:.95rem}.footer-text{max-width:22rem}.footer-text p{font-size:.95rem;line-height:1.45}.footer-header{padding:0 1.5rem 1.25rem}}
