.hero-banner-container{display:flex;justify-content:center;margin:0 auto;max-width:1400px;position:relative;width:90%}.hero-top-bar{align-items:end;display:flex;gap:40px;left:0;margin:0 auto;opacity:0;padding:20px 0;pointer-events:none;position:absolute;top:-17%;transition:opacity .5s ease;width:100%;z-index:2}.hero-top-bar.is-visible{opacity:1;pointer-events:auto}.hero-tab:first-child{flex:0 0 auto;min-width:18%}.hero-tab:last-child{flex:1}.hero-tab{color:#ffd100;display:flex;flex-direction:column;font-size:clamp(14px,1.2vw,18px);font-weight:600;letter-spacing:.08em;opacity:0;text-align:center;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.hero-tab-line-guest{background:#ffd100;display:block;height:3px;margin-top:8px;width:100%}.hero-top-bar.is-visible .hero-tab:first-child,.hero-top-bar.is-visible .hero-tab:last-child{opacity:1;transform:translateY(0);transition-delay:.1s}.hero-tab-line-staff{background:#ffd100;display:block;height:3px;margin-top:8px;width:100%}@media (max-width:768px) and (orientation:portrait){.hero-top-bar{display:none}.hero-banner-container{max-width:none;padding:1rem;width:100%}}