.welcome-hero{display:grid;grid-template-columns:auto 1fr;align-items:end;gap:2rem;max-width:800px;margin:0 auto 2rem;padding:2rem 1rem 0}.welcome-npc{max-height:320px;width:auto;object-fit:contain;filter:drop-shadow(0 4px 12px oklch(0 0 0 / .15));align-self:end}.welcome-content{display:flex;flex-direction:column;gap:.75rem;padding-bottom:1.5rem}.welcome-content h1{font-size:clamp(1.75rem,4vw,2.5rem);margin:0;line-height:1.1;color:var(--color-primary)}.welcome-content p{font-size:1.05rem;line-height:1.6;margin:0;max-width:480px}.welcome-cta{display:flex;gap:.75rem;flex-wrap:wrap}.welcome-cta .btn-lg{font-size:1.125rem;padding:.625rem 1.75rem}.welcome-content small{opacity:.7;font-size:.8125rem}@media(max-width:600px){.welcome-hero{grid-template-columns:1fr;justify-items:center;text-align:center;gap:1rem;padding:1rem}.welcome-npc{max-height:180px}.welcome-content{align-items:center;padding-bottom:0}.welcome-cta{justify-content:center}}
