.ec-story-hero{position:relative;width:100vw;height:100vh;margin-left:calc(50% - 50vw);overflow:hidden;background:#000}.ec-story-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.08);animation:ecStorySlowZoom 12s ease forwards}.ec-story-hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(0,0,0,.74),rgba(0,0,0,.38),rgba(0,0,0,.10));z-index:1}.ec-story-hero-content{position:relative;z-index:2;height:100%;max-width:980px;padding:0 7%;display:flex;flex-direction:column;justify-content:center;color:#ffffff!important}.ec-story-hero-content p{margin:0 0 24px;color:#d1b777!important;font-size:13px;font-weight:900;letter-spacing:4px;text-transform:uppercase;-webkit-text-fill-color:#d1b777!important}.ec-story-hero-content h1{margin:0;max-width:950px;font-size:clamp(58px,8vw,122px);line-height:.88;letter-spacing:-6px;font-weight:900;color:#aa7942!important;-webkit-text-fill-color:#aa7942!important;text-shadow:0 10px 30px rgba(0,0,0,.35)}.ec-story-hero-content span{display:block;max-width:720px;margin-top:34px;color:rgb(170,121,66,.92)!important;-webkit-text-fill-color:rgb(170,121,66,.92)!important;font-size:20px;line-height:1.65;font-weight:500}.ec-story-hero-content *{color:inherit}.ec-story-hero-content h1,.ec-story-hero-content h2,.ec-story-hero-content h3{color:#919191!important;-webkit-text-fill-color:#aa7942!important}@keyframes ecStorySlowZoom{from{transform:scale(1.08)}to{transform:scale(1)}}@media(max-width:900px){.ec-story-hero{height:92vh}.ec-story-hero-content{padding:0 24px}.ec-story-hero-content h1{font-size:40px;line-height:.92;letter-spacing:-3px}.ec-story-hero-content span{margin-top:26px;font-size:10px;line-height:1.55}}@media(max-width:560px){.ec-story-hero-content h1{font-size:40px}.ec-story-hero-content p{font-size:11px;letter-spacing:3px}}.ec-people-story{padding:140px 7%;background:#fff}.ec-people-title{max-width:820px;margin-bottom:70px}.ec-people-title p{color:#b08d57;font-size:13px;letter-spacing:4px;font-weight:900}.ec-people-title h2{margin:20px 0;font-size:clamp(54px,7vw,108px);line-height:.92;letter-spacing:-5px}.ec-people-title span{display:block;max-width:620px;color:#666;font-size:22px;line-height:1.6}.ec-people-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:24px}.ec-person-card{position:relative;overflow:hidden;border-radius:34px;min-height:700px;opacity:0;transform:translateY(70px);transition:1s cubic-bezier(.2,.8,.2,1)}.ec-person-card.active{opacity:1;transform:translateY(0)}.ec-person-card.large{min-height:760px}.ec-person-card img{width:100%;height:100%;object-fit:cover;transition:1.2s ease}.ec-person-card:hover img{transform:scale(1.06)}.ec-person-overlay{position:absolute;inset:0;padding:40px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(to top,rgba(0,0,0,.65),rgba(0,0,0,.08));color:#fff}.ec-person-overlay p{color:#d1b777;letter-spacing:3px;font-size:12px;font-weight:900}.ec-person-overlay h3{margin-top:12px;font-size:42px;line-height:1;letter-spacing:-2px}@media(max-width:1000px){.ec-people-grid{grid-template-columns:1fr}.ec-person-card{min-height:500px}.ec-people-title h2{font-size:52px}}