/* Supplied motion reference, framed as an immersive editorial hero. */
.motion-hero{display:block;position:relative;isolation:isolate;overflow:hidden;width:100%;min-height:640px;padding:0;background:#f3efe5;border-top:1px solid var(--line)}
.hero-film{position:absolute;inset:0 0 0 24%;z-index:-2;overflow:hidden}
.hero-film video{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 50%}
.motion-hero:after{content:'';position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#fff8ed 0%,#fff8ed 27%,#fff8edf5 35%,#fff8edc9 44%,#fff8ed25 65%,transparent 80%);pointer-events:none}
.hero-inner{display:flex;align-items:center;min-height:640px;padding-block:60px 85px}
.motion-hero .hero-copy{max-width:610px}
.motion-hero h1{font-size:clamp(64px,6.5vw,94px);line-height:1.04;letter-spacing:-.055em}
.motion-hero .hero-note{color:#493748}
.hero-film-footer{position:absolute;left:48px;right:34px;bottom:22px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.hero-film-footer>span{font-size:10px;letter-spacing:1.7px}
#motion-toggle{font-size:12px;border:1px solid var(--ink);border-radius:40px;padding:9px 14px;background:#fff8edf2;color:var(--ink);min-width:132px}
.motion-hero .hero-copy{animation:hero-arrive .8s ease-out both}
@keyframes hero-arrive{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1440px){.hero-film-footer{left:calc((100% - 1240px)/2);right:calc((100% - 1240px)/2)}}
@media(max-width:1000px){.motion-hero,.hero-inner{min-height:600px}.motion-hero h1{font-size:70px}.hero-film{left:15%}.motion-hero:after{background:linear-gradient(90deg,#fff8ed 0%,#fff8edfa 25%,#fff8edbb 43%,#fff8ed10 80%)}.hero-film-footer{left:24px;right:24px}}
@media(max-width:720px){.motion-hero{min-height:720px;display:block;padding:0}.hero-inner{min-height:0;padding-top:35px;display:block;position:relative;z-index:1}.motion-hero .hero-copy{max-width:none}.motion-hero h1{font-size:clamp(54px,12vw,76px)}.hero-film{inset:auto 0 0 0;height:385px}.hero-film video{object-fit:cover;object-position:center}.motion-hero:after{background:linear-gradient(180deg,#fff8ed 0%,#fff8ed 42%,#fff8eddd 49%,transparent 64%)}.hero-film-footer{bottom:17px;left:18px;right:18px;z-index:2}.hero-film-footer>span{font-size:8px;background:#fff8edeb;padding:6px 9px;border-radius:20px;letter-spacing:1px}#motion-toggle{font-size:11px;padding:8px 12px;min-width:120px}.motion-hero .hero-note{margin-top:12px}.motion-hero .hero-copy>p{font-size:16px;max-width:330px;margin-bottom:18px}.motion-hero .hero-copy .eyebrow{font-size:8px;margin-bottom:16px}.motion-hero .primary{padding:12px 23px;font-size:14px}.motion-hero h1{margin-bottom:18px}}
@media(prefers-reduced-motion:reduce){.motion-hero .hero-copy{animation:none}}
