.welcome-active > * { visibility:hidden; }
.home-welcome-overlay { position:fixed; inset:0; z-index:200000; display:grid; place-items:center; padding:24px; background:transparent; font-family:var(--font),Arial,sans-serif; transition:opacity .24s ease,visibility .24s ease; }
.home-welcome-overlay.is-leaving { opacity:0; visibility:hidden; }
.home-welcome-content { display:grid; justify-items:center; gap:18px; width:min(100%,1050px); color:#1f1f1f; text-align:center; }
.home-welcome-content h1 { margin:0; color:#1f1f1f; font-family:inherit; font-size:clamp(3.5rem,10vw,8rem); font-weight:900; letter-spacing:-.06em; line-height:.9; text-shadow:0 7px 0 #fff3b0; }
.home-welcome-content .home-welcome-tagline { margin:0; padding:6px 16px; border:2px solid #1f1f1f; border-radius:999px; color:#1f1f1f; background:rgba(255,255,255,.45); font-family:inherit; font-size:clamp(.72rem,1.8vw,1rem); font-weight:900; letter-spacing:.09em; text-transform:uppercase; }
.home-welcome-continue { display:inline-flex; align-items:center; gap:10px; padding:15px 26px; border:3px solid #1f1f1f; border-radius:999px; color:#1f1f1f; background:#fff; box-shadow:5px 5px 0 #1f1f1f; font:900 clamp(1rem,2.2vw,1.2rem) inherit; cursor:pointer; transition:transform .2s ease,box-shadow .2s ease,background .2s ease; }
.home-welcome-continue .material-symbols-rounded { font-size:1.35em; }
.home-welcome-continue:hover,.home-welcome-continue:focus-visible { background:#b9e7f5; box-shadow:7px 7px 0 #1f1f1f; transform:translate(-2px,-2px); }
.home-welcome-continue:active { box-shadow:2px 2px 0 #1f1f1f; transform:translate(3px,3px); }
