.nest-reveal{ opacity:0; transform:translateY(22px); transition:opacity .7s cubic-bezier(.16,.8,.3,1), transform .7s cubic-bezier(.16,.8,.3,1); }
.nest-reveal.is-visible{ opacity:1; transform:translateY(0); }
@media (prefers-reduced-motion:reduce){ .nest-reveal{ opacity:1 !important; transform:none !important; transition:none !important; } }
.nest-hero__cta, .button--primary, .product-form__submit{ transition:transform .25s ease, box-shadow .25s ease; }
.nest-hero__cta:hover, .button--primary:hover, .product-form__submit:hover{ transform:translateY(-2px) scale(1.015); box-shadow:0 10px 24px rgba(42,37,33,.18); }
