.kuho-hero{position:relative;width:100%;background:#0a0a0a}.kuho-hero__viewport{display:flex;width:100%;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.kuho-hero__viewport::-webkit-scrollbar{display:none}.kuho-hero__slide{position:relative;flex:0 0 100%;width:100%;aspect-ratio:375/655;scroll-snap-align:start;scroll-snap-stop:always}@media (min-width:768px){.kuho-hero__slide{aspect-ratio:1680/760}}.kuho-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.kuho-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.55),rgba(0,0,0,.28) 50%,rgba(0,0,0,.08))}.kuho-hero__foreground{position:absolute;inset:0;z-index:2;pointer-events:none}.kuho-hero__foreground-inner{position:relative;width:100%;max-width:var(--kuho-site-max);height:100%;margin:0 auto;padding:0 var(--kuho-site-gutter)}.kuho-hero__arrow,.kuho-hero__controls,.kuho-hero__copy{pointer-events:auto}.kuho-hero__copy{position:absolute;top:50%;left:0;transform:translateY(-50%);max-width:min(42rem,56vw);padding-left:var(--kuho-site-inset)}.kuho-hero__title{margin:0 0 1.125rem;font-family:var(--font-serif);font-size:clamp(1.875rem,2.8vw,2.625rem);font-weight:400;line-height:1.22;letter-spacing:.01em;color:#fff}.kuho-hero__description{margin:0;font-size:clamp(.8125rem,1.1vw,.9375rem);line-height:1.7;color:rgba(255,255,255,.86)}.kuho-hero__controls{display:flex;align-items:center;gap:.875rem;margin-top:1.5rem}.kuho-hero__dots{display:flex;align-items:center;gap:.5rem}.kuho-hero__dot{width:.375rem;height:.375rem;padding:0;border:none;border-radius:50%;background:rgba(255,255,255,.38);cursor:pointer;transition:background .2s,transform .2s}.kuho-hero__dot.is-active{width:.4375rem;height:.4375rem;background:#fff}.kuho-hero__playback{display:flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;padding:0;border:none;background:transparent;color:#fff;cursor:pointer;opacity:.92}.kuho-hero__playback:hover{opacity:1}.kuho-hero__arrow{position:absolute;top:50%;z-index:3;display:flex;align-items:center;justify-content:center;width:2.375rem;height:2.375rem;margin-top:-1.1875rem;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(0,0,0,.18);color:#fff;cursor:pointer;transition:background .2s,border-color .2s}.kuho-hero__arrow:hover{background:rgba(0,0,0,.32);border-color:rgba(255,255,255,.85)}.kuho-hero__arrow--prev{left:clamp(1.25rem,4vw,3.25rem)}.kuho-hero__arrow--next{right:clamp(1.25rem,4vw,3.25rem)}@media (max-width:767px){.kuho-hero__copy{position:static;transform:none;max-width:none;padding-top:3.75rem;padding-left:0}.kuho-hero__foreground-inner{display:flex;flex-direction:column;justify-content:center;min-height:100%}.kuho-hero__title{margin-bottom:1rem;font-size:clamp(1.625rem,6.5vw,1.875rem)}.kuho-hero__description{font-size:.8125rem;line-height:1.65}.kuho-hero__controls{margin-top:1.25rem}.kuho-hero__arrow{display:none}}.kuho-cta{position:relative;width:100%;aspect-ratio:1680/280;min-height:11rem;overflow:hidden;background:#111827}@media (max-width:767px){.kuho-cta{aspect-ratio:auto;min-height:14rem}}.kuho-cta__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.kuho-cta__overlay{position:absolute;inset:0;background:rgba(0,0,0,.52)}.kuho-cta__inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:1.25rem;max-width:var(--kuho-site-max);height:100%;margin:0 auto;padding:2rem var(--kuho-site-gutter)}@media (min-width:768px){.kuho-cta__inner{flex-direction:row;align-items:center;justify-content:space-between;gap:2rem;padding:2.5rem var(--kuho-site-gutter)}}.kuho-cta__copy{max-width:42rem}.kuho-cta__title{margin:0 0 .625rem;font-family:var(--font-serif);font-size:clamp(1.25rem,2.6vw,1.75rem);font-weight:400;line-height:1.3;color:#fff}.kuho-cta__description{margin:0;font-size:clamp(.8125rem,1.2vw,.9375rem);line-height:1.65;color:rgba(255,255,255,.88)}.kuho-cta__button{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-width:7.5rem;padding:.75rem 2rem;background:#fff;font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#111827;text-decoration:none;transition:background .2s,opacity .2s}.kuho-cta__button:hover{background:#f3f4f6}