.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}}@media (prefers-reduced-motion:reduce){.rotating-word{animation:none}}.home-footer-bar{position:fixed;left:0;right:0;bottom:0;z-index:20;background:linear-gradient(0deg,rgba(0,0,0,.38),rgba(0,0,0,0))}.home-footer-bar-list{list-style:none;margin:0 auto;padding:10px 20px;max-width:1200px;display:flex;align-items:center;justify-content:center;gap:6px 22px;flex-wrap:wrap}.home-footer-bar-link{color:rgba(255,255,255,.72);font-size:12.5px;letter-spacing:.01em;text-decoration:none;white-space:nowrap;transition:color .15s ease}.home-footer-bar-link:hover{color:#ffffff}@media (max-width:640px){.home-footer-bar-list{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;scrollbar-width:none;padding:9px 16px}.home-footer-bar-list::-webkit-scrollbar{display:none}}