:root{--base-100: #ffffff;--base-200: #f5f5f0;--base-300: #e8e8e0;--base-400: #2a2a2a;--base-500: #1a1a1a;--accent-light: #6b7280;--accent-dark: #111827}*{margin:0;padding:0;box-sizing:border-box}body{font-family:PP Neue Montreal,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--base-500);background-color:var(--base-200);overflow-x:hidden}h1{font-size:60px;font-weight:500}p{font-size:20px;font-weight:500}a{text-decoration:none;color:var(--base-500);font-size:20px;font-weight:500;transition:color .3s ease}nav{position:fixed;top:0;left:0;width:100vw;padding:2em 2.5em;display:flex;justify-content:space-between;align-items:center;z-index:2}nav a{color:var(--base-500)}.logo{position:relative}.logo-text{display:inline-block;font-family:PP Pangram Sans,PP Neue Pangram Sans,sans-serif;font-weight:800;font-size:20px;padding:.5em 1em;border-radius:.5em;background-color:var(--base-100);color:var(--base-400);box-shadow:0 2px 8px #00000014;transition:all .3s ease}.logo-text.logo-inverted{background-color:var(--base-400);color:var(--base-100)}.links{display:flex;gap:1em}section{width:100vw;height:100svh;padding:2.5em}.hero{display:flex;flex-direction:column;justify-content:space-between;padding-top:4em;background-color:var(--base-200)}.hero h1{position:relative;left:-.05em;text-transform:uppercase;font-weight:500;font-size:20vw;letter-spacing:-.04em;line-height:1}.hero-copy{display:flex;justify-content:space-between;align-items:flex-end}.outro{display:flex;justify-content:center;align-items:center;background-color:var(--base-300)}.intro{height:100%;background-color:var(--base-100)}.video-container-desktop{position:relative;transform:translateY(-105%) scale(.25);display:flex;flex-direction:column;gap:2em;will-change:transform}.video-container-desktop .video-title p{position:relative;font-size:78px;font-weight:500}.video-container-mobile{display:none;width:100%;max-width:800px;margin:0 auto}.video-preview{position:relative;width:100%;aspect-ratio:16/9;border-radius:1.5rem;background-color:var(--accent-light);overflow:hidden}.video-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:1.5rem;overflow:hidden}video{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:1.5rem;pointer-events:none;object-fit:cover}@media (max-width: 900px){nav,section{padding:1.5em}.logo-text{font-size:16px;padding:.4em .8em}.hero{justify-content:flex-end;gap:2em}.hero h1{font-size:19vw}.video-container-desktop{display:none}.video-container-mobile{display:flex;flex-direction:column;gap:1em}}
