.ec-hero-section{height:120vh;background:#fff;position:relative;overflow:hidden;contain:paint}.ec-hero-sticky{position:sticky;top:0;height:110vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.ec-hero-img{width:min(1200px,50vw);position:absolute;opacity:1;will-change:transform;backface-visibility:hidden;transform:translate3d(0,0,0) scale(1);transition:transform .08s linear}@media(max-width:900px){.ec-hero-section{height:100vh}.ec-hero-img{width:95vw}}.ec-story-blocks{background:#fff;overflow:hidden}.ec-story-block{min-height:100vh;display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:90px;padding:120px 8%}.ec-story-block.reverse{grid-template-columns:1.1fr 1fr}.ec-story-text{max-width:620px}.ec-story-eyebrow{font-size:13px;letter-spacing:2px;text-transform:uppercase;color:#8b6b47;font-weight:700;margin-bottom:24px}.ec-story-text h2{font-size:clamp(58px,7vw,120px);line-height:.9;letter-spacing:-5px;color:#111;margin:0 0 30px}.ec-story-description{font-size:22px;line-height:1.5;color:#555;max-width:500px}.ec-story-image{position:relative}.ec-story-image img{width:100%;height:82vh;object-fit:cover;border-radius:40px;box-shadow:0 40px 120px rgba(0,0,0,.16);transform:scale(1.08);transition:transform 2s cubic-bezier(.2,.8,.2,1)}.reveal{opacity:0;transform:translateY(120px);transition:opacity 1.2s ease,transform 1.4s cubic-bezier(.2,.8,.2,1)}.reveal.active{opacity:1;transform:translateY(0)}.reveal.active img{transform:scale(1)}@media(max-width:900px){.ec-story-block,.ec-story-block.reverse{grid-template-columns:1fr;gap:50px;padding:100px 24px}.ec-story-text h2{letter-spacing:-3px}.ec-story-description{font-size:18px}.ec-story-image img{height:60vh}}.ec-book-section{position:relative;height:300vh;background:#fff}.ec-book-sticky{position:sticky;top:0;height:100vh;overflow:hidden;perspective:1800px;background:#111}.ec-book-page{position:absolute;inset:0;opacity:0;transform:rotateY(75deg) scale(.985);transform-origin:left center;transition:transform .90s cubic-bezier(.22,.9,.22,1),opacity .35s ease;backface-visibility:hidden;will-change:transform,opacity}.ec-book-page.active{opacity:1;transform:rotateY(0deg) scale(1);z-index:5}.ec-book-page.prev{opacity:0;transform:rotateY(-55deg) scale(.985);z-index:4}.ec-book-page img{width:100%;height:100%;object-fit:cover;filter:saturate(1.05) contrast(1.04);transform:scale(1.02)}.ec-book-page::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(to right,rgba(0,0,0,.68),rgba(0,0,0,.22),rgba(0,0,0,.05))}.ec-book-content{position:absolute;left:7%;bottom:9%;z-index:2;max-width:680px;padding:34px;border-radius:34px;color:#fff;background:rgba(255,255,255,.12);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 24px 70px rgba(0,0,0,.22);opacity:0;transform:translateY(24px);transition:opacity .45s ease .18s,transform .55s cubic-bezier(.22,.9,.22,1) .18s}.ec-book-page.active .ec-book-content{opacity:1;transform:translateY(0)}.ec-book-content p{margin:0 0 18px;font-size:12px;letter-spacing:3px;font-weight:800;color:rgba(255,255,255,.74)}.ec-book-content h2{margin:0 0 22px;font-size:clamp(54px,7vw,118px);line-height:.9;letter-spacing:-5px}.ec-book-content span{display:block;max-width:480px;font-size:20px;line-height:1.45;color:rgba(255,255,255,.86)}@media(max-width:900px){.ec-book-section{height:260vh}.ec-book-content{left:24px;right:24px;bottom:40px;padding:24px;border-radius:28px}.ec-book-content h2{font-size:52px;letter-spacing:-3px}.ec-book-content span{font-size:16px}}.apple-slider-wrapper{overflow:hidden;padding:80px 0;background:#fff;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.apple-slider{display:flex;gap:30px;width:max-content;animation:appleSlider 38s linear infinite}.slide{width:420px;height:620px;border-radius:40px;overflow:hidden;flex-shrink:0}.slide img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.slide:hover img{transform:scale(1.05)}@keyframes appleSlider{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}@media(max-width:900px){.slide{width:300px;height:440px}}