@charset "UTF-8";.scroll-story{position:relative;width:100%;background:#fff}.scroll-story_sticky{position:sticky;top:0;height:100vh;display:flex;align-items:center;overflow:hidden}.scroll-story_grid{width:100%;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:40px}@media (min-width: 1024px){.scroll-story_grid{gap:72px}}.scroll-story_text{display:flex;flex-direction:column;gap:4px;width:81%}.scroll-story_line{margin:0;font-weight:700;line-height:1.08;letter-spacing:-.5px;font-size:clamp(30px,4vw,62px);color:#d1d5db;transition:color .55s cubic-bezier(.22,1,.36,1)}.scroll-story_line.is-active{color:#0f0f0f}.scroll-story_media{position:relative;width:85%;aspect-ratio:4/5;max-height:66vh;border-radius:18px;overflow:hidden;background:#f6f7f8;margin-left:auto}.scroll-story_img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:0;transform:scale(1.05);transition:opacity .8s ease,transform 1.2s ease}.scroll-story_img.is-active{opacity:1;transform:scale(1)}.scroll-story--stacked{padding:28px 0}.scroll-story_stacked-inner{display:flex;flex-direction:column;gap:44px}.scroll-story_stacked-item{display:flex;flex-direction:column;gap:12px}.scroll-story_stacked-item .scroll-story_line{font-size:clamp(28px,8.5vw,40px);line-height:1.1}.scroll-story_stacked-media{width:100%;aspect-ratio:4/5;max-height:68vh;border-radius:16px;overflow:hidden;background:#f6f7f8}.scroll-story_stacked-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 30%;object-position:center 30%;display:block}@media (prefers-reduced-motion: reduce){.scroll-story_line,.scroll-story_img{transition:none}}
