html,body,#root{position:fixed;top:0;left:0;width:100%;height:100%;background:ivory;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;display:flex;flex-direction:column;justify-content:space-between;padding:40px;box-sizing:border-box;z-index:10;color:#fff}.grid-container{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:100%;align-items:center}.top-nav{text-transform:uppercase;font-size:.9rem;letter-spacing:.05em;font-weight:500}.nav-link{pointer-events:auto;cursor:pointer}.logo svg{width:40px;height:40px;pointer-events:auto}.bottom-content{align-items:end}.bottom-content h1{font-size:clamp(3rem,6vw,5rem);line-height:.9;margin:0;text-transform:uppercase;font-weight:700;letter-spacing:-.02em}.bottom-content .subtitle{font-size:1.2rem;line-height:1.4;margin:0;padding-bottom:10px;max-width:500px}.col-span-2{grid-column:span 2}@media(max-width:768px){.bottom-content .col-span-2{grid-column:span 4;margin-bottom:20px}}
