*,:before,:after{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;background:#0a0a0a;margin:0;font-family:system-ui,-apple-system,sans-serif}.app-header{z-index:10;align-items:center;padding:1.5rem 2rem;display:flex;position:fixed;top:0;left:0;right:0}.app-header__brand{color:#fff;letter-spacing:.02em;text-shadow:0 1px 4px #0000004d;-webkit-user-select:none;user-select:none;margin:0;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:600}.hero{justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.hero__background{will-change:transform;z-index:0;background:url(/background.png) 50%/cover no-repeat;animation:24s ease-in-out infinite alternate heroDrift;position:absolute;inset:-6rem}.hero__overlay{z-index:1;background:linear-gradient(#0000004d 0%,#00000080 100%);position:absolute;inset:0}.hero__content{z-index:2;text-align:center;color:#fff;padding:2rem;animation:1.5s ease-out .3s both heroFadeIn;position:relative}.hero__tagline{letter-spacing:-.01em;margin:0 0 1.25rem;font-family:Playfair Display,serif;font-size:clamp(2rem,6vw,4.5rem);font-weight:400;line-height:1.15}.hero__subtitle{opacity:.8;max-width:560px;margin:0 auto;font-size:clamp(1rem,2vw,1.25rem);font-weight:400;line-height:1.65}@keyframes heroDrift{0%{transform:scale(1.15)translate(0%)}25%{transform:scale(1.12)translate(-2%,-1.5%)}50%{transform:scale(1.18)translate(1%,-2.5%)}75%{transform:scale(1.14)translate(2%,1%)}to{transform:scale(1.16)translate(-1.5%,2%)}}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
