/* Samrajya motion system: brand-led, subtle, and accessibility-aware. */
.home-hero .hero-copy .eyebrow{animation:motion-rise .55s .05s both var(--motion-ease)}.home-hero .hero-copy h1{animation:motion-rise .7s .12s both var(--motion-ease)}.home-hero .hero-copy>p:not(.eyebrow){animation:motion-rise .65s .2s both var(--motion-ease)}.home-hero .hero-copy .btn{animation:motion-rise .65s .3s both var(--motion-ease)}.hero-visual{overflow:hidden;isolation:isolate;animation:motion-photo .9s .1s both var(--motion-ease)}.hero-visual:after{content:'';position:absolute;inset:-35% auto -35% -55%;width:34%;z-index:1;background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);transform:skewX(-18deg);animation:motion-sheen 1.5s .65s both ease-out;pointer-events:none}.hero-badge{z-index:2;animation:motion-rise .6s .7s both var(--motion-ease)}.search-box{animation:motion-rise .65s .45s both var(--motion-ease)}.reveal{transition:opacity .55s var(--motion-ease),transform .55s var(--motion-ease)}.reveal.is-visible{animation:motion-settle .55s both var(--motion-ease)}.quick-actions a,.listing-card,.property-card,.value-list div{will-change:transform;transition:transform .25s var(--motion-ease),box-shadow .25s var(--motion-ease),border-color .25s var(--motion-ease)}.quick-actions a:hover,.listing-card:hover,.property-card:hover{transform:translateY(-6px);box-shadow:0 20px 38px rgba(7,32,51,.14)}.listing-photo,.property-card .listing-photo{transition:filter .35s var(--motion-ease)}.listing-card:hover .listing-photo,.property-card:hover .listing-photo{filter:saturate(1.08) contrast(1.03)}.btn:active,.header-contact:active{transform:translateY(1px) scale(.98)}.trust-grid article{transition:transform .25s var(--motion-ease),border-color .25s var(--motion-ease)}.trust-grid article:hover{transform:translateY(-4px);border-color:var(--gold)}@keyframes motion-rise{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes motion-photo{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes motion-sheen{from{left:-55%}to{left:130%}}@keyframes motion-settle{0%{transform:translateY(20px)}70%{transform:translateY(-2px)}100%{transform:none}}:root{--motion-ease:cubic-bezier(.2,.72,.2,1)}@media(prefers-reduced-motion:reduce){.home-hero .hero-copy .eyebrow,.home-hero .hero-copy h1,.home-hero .hero-copy>p:not(.eyebrow),.home-hero .hero-copy .btn,.hero-visual,.hero-badge,.search-box,.reveal.is-visible,.hero-visual:after{animation:none!important}.quick-actions a:hover,.listing-card:hover,.property-card:hover,.trust-grid article:hover{transform:none}}
