.hero-header{flex-direction:column;width:100%;height:70vh;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.hero-header{flex-direction:row}}.hero-left{flex:0 0 30%;width:100%;max-width:28rem;height:200px;position:relative;overflow:hidden}@media (min-width:768px){.hero-left{height:100%}}.hero-left:hover .hero-image{transform:scale(1.05)}.hero-image{object-fit:cover;transition:transform .7s}.hero-gradient{background:linear-gradient(transparent,rgba(0,0,0,.4),rgba(0,0,0,.8));position:absolute;top:0;bottom:0;left:0;right:0}.hero-accent-line{background:linear-gradient(transparent,rgba(255,255,255,.8));width:4px;height:8rem;position:absolute;bottom:0;left:0}.hero-content{padding:2rem;transition:all .5s;position:absolute;bottom:0;left:0;right:0;transform:translateY(0)}.hero-title{color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3);margin-bottom:1rem;font-size:3.8rem;font-weight:300;line-height:3rem;animation:.8s ease-out forwards fadeInUp}@media (min-width:768px){.hero-title{font-size:3.8rem}}.hero-agashii-content{opacity:0;animation:.8s ease-out .2s forwards fadeInUp}.hero-headline{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.hero-headline-line{background:rgba(255,255,255,.6);width:2rem;height:1px}.hero-headline-text{color:#fff;letter-spacing:.05em;font-size:1.25rem;font-weight:600}@media (min-width:768px){.hero-headline-text{font-size:1.5rem}}.hero-subtext{color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);max-width:28rem;margin-bottom:1rem;font-size:.875rem;font-weight:500;line-height:1.75}@media (min-width:768px){.hero-subtext{font-size:1rem}}.hero-subtext-secondary{color:rgba(255,255,255,.8);margin-top:.5rem;display:block}.hero-cta-button{color:#fff;cursor:pointer;background:#000;border:none;border-radius:9999px;align-items:center;gap:.75rem;margin-top:1.5rem;padding:1rem 2rem;font-weight:600;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.hero-cta-button:hover{color:#fff;background:#ef0d98;transform:scale(1.05);box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.hero-cta-text{position:relative}.hero-cta-arrow{width:1.25rem;height:1.25rem;transition:transform .3s}.hero-cta-button:hover .hero-cta-arrow{transform:translate(.25rem)}.hero-description{color:rgba(255,255,255,.9);font-size:1.125rem;font-weight:300;line-height:1.75;animation:.8s ease-out forwards fadeInUp}@media (min-width:768px){.hero-description{font-size:1.25rem}}.hero-right{flex-grow:1;position:relative}.hero-video{object-fit:cover;width:100%;height:100%}.hero-video-overlay{pointer-events:none;background:linear-gradient(270deg,rgba(0,0,0,.1),transparent,rgba(0,0,0,.3));position:absolute;top:0;bottom:0;left:0;right:0}.hero-no-video{color:#6b7280;background:linear-gradient(to bottom right,#f3f4f6,#e5e7eb);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.hero-no-video-content{text-align:center}.hero-no-video-icon{color:#9ca3af;width:4rem;height:4rem;margin:0 auto 1rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-agashii-content{animation:.8s ease-out forwards fadeInUp}
