.hero{isolation:isolate}.hero-phone{position:absolute;z-index:0;right:clamp(4%,11vw,15%);top:clamp(185px,20vh,215px);width:clamp(205px,25vw,350px);aspect-ratio:9/17.5;padding:9px;border-radius:31px;background:linear-gradient(140deg,#f8e9d4,#b88a67 44%,#432c29);box-shadow:24px 34px 72px #0008,-7px -7px 25px #fff3;transform:rotate(8deg) translate3d(0,0,0);overflow:hidden;animation:phone-float 7s ease-in-out infinite}.hero-phone:before{content:'';position:absolute;z-index:3;top:8px;left:50%;width:34%;height:16px;transform:translateX(-50%);border-radius:0 0 12px 12px;background:#1c1717}.hero-phone:after{content:'';position:absolute;z-index:4;inset:0;border-radius:31px;box-shadow:inset 0 0 0 1px #fff7;background:linear-gradient(115deg,#fff4 0%,transparent 20% 74%,#0003 100%);pointer-events:none}.hero-phone img{display:block;width:100%;height:100%;object-fit:cover;border-radius:24px;filter:saturate(.9) contrast(1.04)}.copy{z-index:2}.veil{z-index:-1}@keyframes phone-float{0%,100%{transform:rotate(8deg) translate3d(0,0,0)}50%{transform:rotate(6deg) translate3d(-10px,-14px,0)}}@media(max-width:700px){.hero-phone{right:-18px;top:220px;width:185px;opacity:.8;transform:rotate(10deg)}.copy{max-width:92%;padding-top:142px}.copy h1{position:relative;z-index:3}}@media(prefers-reduced-motion:reduce){.hero-phone{animation:none}}
