.hero-carousel{position:relative;width:100%;height:80vh;min-height:500px;max-height:900px;overflow:hidden;background:var(--background)}@media (min-width:768px){.hero-carousel{height:85vh;min-height:600px}}@media (min-width:1024px){.hero-carousel{height:90vh;min-height:700px}}.hero-slides{display:flex;height:100%;transition:transform .6s cubic-bezier(.25, .1, .25, 1);will-change:transform}.hero-slide{position:relative;flex:0 0 100%;width:100%;height:100%;overflow:hidden}.hero-slide-bg{position:absolute;top:0;left:0;width:100%;height:105%;object-fit:cover;object-position:center top;will-change:transform;transform:translateZ(0);backface-visibility:hidden}.hero-slide-content{position:absolute;top:0;bottom:0;left:0;right:0;padding:2rem 1.5rem;z-index:4;color:#fff;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;opacity:0;transform:translateY(20px)}.hero-slide.active .hero-slide-content{animation:heroContentFadeIn .6s ease-out .1s forwards}@keyframes heroContentFadeIn{to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.hero-slide-content{padding:3rem 2.5rem;max-width:1400px;margin:0 auto}}@media (min-width:1024px){.hero-slide-content{padding:4rem 3rem}}.hero-japanese{display:flex;flex-direction:row-reverse;gap:.25rem;font-size:2.5rem;font-weight:400;line-height:1;margin:0 .75rem 0 0;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.5);letter-spacing:-.02em;font-family:serif}.hero-slide:first-child .hero-japanese{font-family:'SicOboro Hero',serif}.hero-slide:nth-child(2) .hero-japanese{font-family:'Genkaimincho Hero',serif}.hero-slide:nth-child(3) .hero-japanese{font-family:'AH Hakushu Hero',serif}.hero-slide:nth-child(2) .hero-slide-content{align-items:flex-start}.hero-slide:nth-child(2) .hero-japanese{margin:0 0 0 .75rem}.hero-japanese span{writing-mode:vertical-rl;text-orientation:upright}@media (min-width:768px){.hero-japanese{font-size:4rem;margin-bottom:1rem}}@media (min-width:1024px){.hero-japanese{font-size:5.5rem}}.hero-english{font-size:1.25rem;font-weight:400;line-height:1.4;margin:0 0 1.5rem 0;color:rgba(255,255,255,.95);text-shadow:0 1px 8px rgba(0,0,0,.4);max-width:600px}@media (min-width:768px){.hero-english{font-size:1.75rem;margin-bottom:2rem}}@media (min-width:1024px){.hero-english{font-size:2rem}}.hero-cta-group{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}@media (min-width:768px){.hero-cta-group{gap:1rem;margin-top:2rem}}.hero-cta-primary{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;color:#fff;background-color:#5a67d8;border-radius:.5rem;text-decoration:none;transition:all .2s ease;box-shadow:0 4px 12px rgba(0,0,0,.3)}.hero-cta-primary:hover{background-color:#4c51bf;transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.4)}@media (min-width:768px){.hero-cta-primary{padding:1rem 2rem;font-size:1.125rem}}.hero-cta-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;color:#fff;background-color:rgba(255,255,255,.1);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3);border-radius:.5rem;text-decoration:none;transition:all .2s ease}.hero-cta-secondary:hover{background-color:rgba(255,255,255,.2);border-color:rgba(255,255,255,.5)}@media (min-width:768px){.hero-cta-secondary{padding:1rem 2rem;font-size:1.125rem}}.hero-dots{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:10}.hero-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.4);border:none;cursor:pointer;transition:all .2s ease;padding:0}.hero-dot:hover{background:rgba(255,255,255,.7)}.hero-dot.active{background:#fff;transform:scale(1.2)}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:48px;height:48px;border-radius:50%;background:rgba(0,0,0,.4);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.3);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;opacity:.6}.hero-arrow:hover{opacity:1;background:rgba(0,0,0,.6);border-color:rgba(255,255,255,.5);transform:translateY(-50%) scale(1.1)}.hero-arrow-prev{left:1rem}.hero-arrow-next{right:1rem}@media (min-width:768px){.hero-arrow{width:56px;height:56px}.hero-arrow-prev{left:1.5rem}.hero-arrow-next{right:1.5rem}}@media (max-width:767px){.hero-arrow{display:none}}.hero-arrow:focus,.hero-cta-primary:focus,.hero-cta-secondary:focus,.hero-dot:focus{outline:2px solid var(--accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){.hero-slide-bg{height:100%}.hero-slides{transition-duration:0s!important}.hero-slide-content{animation:none;opacity:1;transform:none}.hero-arrow,.hero-cta-primary,.hero-cta-secondary,.hero-dot{transition-duration:0s!important}}