main{background:#000;min-height:100vh}.homepage-header{position:relative;width:100%;padding:1.25rem 1rem 0;display:flex;justify-content:center;align-items:center;text-align:center;z-index:5}.welcome-title{font-family:Blanka,system-ui,sans-serif;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffb11fe0;margin:0 auto;font-size:clamp(1.2rem,4vw,2rem);display:block}.logo-section{position:relative;width:100%;height:clamp(180px,24vw,360px);margin:clamp(8px,2vw,16px) auto clamp(20px,4vw,52px);display:flex;align-items:center;justify-content:center;overflow:hidden}.logo-section :is(img,span>img){object-fit:contain!important;object-position:center!important}.hero{position:relative;width:100%;height:clamp(380px,70vh,820px);display:flex;align-items:center;justify-content:center;overflow:hidden}.hero :is(img,span>img){object-fit:contain!important;object-position:center!important}.right-sidebar{z-index:10}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.hero,.logo-section{animation:fadeIn 1s ease-out forwards;opacity:0}.hero{animation-delay:.25s}@media (max-width:768px){.logo-section{height:clamp(160px,28vw,300px);margin-bottom:clamp(24px,6vw,56px)}.hero{height:clamp(320px,60vh,680px)}}@media (max-width:480px){.welcome-title{font-size:1.1rem;letter-spacing:.06em}.logo-section{height:clamp(140px,32vw,260px)}.hero{height:clamp(300px,55vh,580px)}}