.hero-content{position:relative;z-index:1;min-height:100vh;min-height:100dvh;max-width:1800px;align-items:flex-start;justify-content:flex-end;padding:48px 32px 80px}.hero-content,.hero-text{display:flex;flex-direction:column}.hero-text{gap:0;letter-spacing:-.1em;line-height:1;text-shadow:0 2px 10px rgba(0,0,0,.15)}.hero-text-top{color:var(--color-accent-pink);line-height:.85;text-transform:none}.hero-text-bottom,.hero-text-top{font-size:3.66rem;font-weight:700;margin:0}.hero-text-bottom{color:rgb(255,255,255);line-height:1.1}@media (max-width:1024px){.hero-text-bottom,.hero-text-top{font-size:3rem}}@media (max-width:768px){.hero-text-bottom,.hero-text-top{font-size:2.5rem}.hero-content{padding:48px 32px 9dvh}}@media (max-width:480px){.hero-content{padding:48px 16px 9vh}.hero-text-bottom,.hero-text-top{font-size:2rem}}.rotating-word-container{display:inline-block;overflow:hidden;vertical-align:bottom;height:1.1em;position:relative;min-width:7em;text-align:left}.rotating-word{color:var(--color-accent-pink);font-weight:900;font-style:normal;display:inline-block;animation:wheelRotate .6s cubic-bezier(.34,1.56,.64,1)}@keyframes wheelRotate{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}