.aayushka-hero{width:100%;background:#FAF5EF;overflow:hidden;margin-top:-40px}.aayushka-hero-inner{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:50% 50%;align-items:center;padding:30px 30px;gap:20px}.aayushka-hero-content{max-width:700px;animation:heroContentReveal 800ms ease both}.aayushka-hero h1{max-width:700px;color:#4A2E1F;font-size:36px;font-weight:400;margin-top:-40px;line-height:50px;letter-spacing:-.7px}.aayushka-hero-text{max-width:695px;color:#5D4B3E;font-size:16px;font-weight:400;line-height:24px;text-align:justify}.aayushka-hero-actions{display:flex;align-items:center;gap:12px}.aayushka-primary-btn,.aayushka-secondary-btn{display:inline-flex;align-items:center;justify-content:center;gap:13px;min-height:46px;padding:0 22px;border-radius:28px;font-size:14px;font-weight:600;text-decoration:none!important;transition:transform 250ms ease,opacity 250ms ease}.aayushka-primary-btn{background:#8C9E37;color:#FAF5EF}.aayushka-secondary-btn{border:1px solid #8C9E37;background:#fff0;color:#8C9E37}.aayushka-primary-btn span,.aayushka-secondary-btn span{font-size:18px;transition:transform 250ms ease}.aayushka-primary-btn:hover,.aayushka-secondary-btn:hover{transform:translateY(-3px);opacity:.9;color:#5D4B3E}.aayushka-primary-btn:hover span,.aayushka-secondary-btn:hover span{transform:translateX(3px)}.aayushka-hero-image{display:flex;justify-content:flex-end;align-items:center;animation:heroImageReveal 900ms ease both;animation-delay:150ms}.aayushka-image-frame{position:relative;width:100%;max-width:510px;height:470px;overflow:hidden;border-radius:28px}.aayushka-image-frame img{width:100%;height:100%;display:block;object-fit:cover;transition:transform 700ms ease}.aayushka-image-frame:hover img{transform:scale(1.025)}@keyframes heroContentReveal{from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@keyframes heroImageReveal{from{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@media (max-width:1000px){.aayushka-hero-inner{min-height:600px;grid-template-columns:53% 47%;padding:50px 30px}.aayushka-hero-content{padding-right:30px}.aayushka-hero h1{font-size:44px;line-height:48px}.aayushka-hero-text{font-size:14px;line-height:22px}.aayushka-image-frame{height:480px;border-radius:24px}}@media (max-width:800px){.aayushka-hero-inner{min-height:0;grid-template-columns:1fr 1fr;gap:25px;padding:45px 25px}.aayushka-hero-content{padding-right:10px}.aayushka-hero h1{font-size:38px;line-height:42px}.aayushka-hero-text{font-size:13px;line-height:21px}.aayushka-image-frame{height:420px}}@media (max-width:650px){.aayushka-hero-inner{display:flex;flex-direction:column;align-items:stretch;gap:35px;padding:50px 22px}.aayushka-hero-content{max-width:100%;padding-right:0}.aayushka-eyebrow{margin-bottom:16px;font-size:10px}.aayushka-hero h1{max-width:600px;margin-bottom:20px;font-size:38px;line-height:42px;letter-spacing:-.4px}.aayushka-hero-text{max-width:100%;margin-bottom:25px;font-size:14px;line-height:22px}.aayushka-hero-actions{flex-wrap:wrap}.aayushka-primary-btn,.aayushka-secondary-btn{min-height:44px;padding:0 18px}.aayushka-hero-image{width:100%}.aayushka-image-frame{width:100%;height:400px;border-radius:20px}}@media (max-width:400px){.aayushka-hero-inner{padding:40px 18px}.aayushka-hero h1{font-size:33px;line-height:37px}.aayushka-hero-actions{flex-direction:column;align-items:flex-start}.aayushka-image-frame{height:350px}}.aayushka-eyebrow{animation:fadeUp 600ms ease both}.aayushka-hero h1{animation:fadeUp 700ms ease both;animation-delay:150ms}.aayushka-hero-text{animation:fadeUp 700ms ease both;animation-delay:300ms}.aayushka-hero-actions{animation:fadeUp 700ms ease both;animation-delay:450ms}@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.aayushka-image-frame{animation:imageReveal 900ms ease both;animation-delay:200ms}@keyframes imageReveal{from{opacity:0;transform:translateX(25px) scale(1.03)}to{opacity:1;transform:translateX(0) scale(1)}}