/* Yashoda animated logo */
@keyframes yashoda-liftF {
  0%, 8%    { transform: translateY(86px); }
  46%, 54%  { transform: translateY(0); }
  92%, 100% { transform: translateY(86px); }
}
@keyframes yashoda-asc {
  0%, 8%, 92%, 100% { opacity: .28; transform: translateY(3px); }
  46%, 54%           { opacity: 1; transform: translateY(-2px); }
}

.yashoda-logo{
  --logo-cyc: 5s;
  display:flex;flex-direction:row;align-items:center;
  text-decoration:none;color:inherit;line-height:1.15;
}
.yashoda-logo svg{
  overflow:visible;display:block;flex-shrink:0;
}
.yashoda-logo .logo-lift{
  animation: yashoda-liftF var(--logo-cyc) ease-in-out infinite;
  transform-box: view-box;
}
.yashoda-logo .logo-asc{
  animation: yashoda-asc var(--logo-cyc) ease-in-out infinite;
}
.yashoda-logo .logo-asc-delay{
  animation: yashoda-asc var(--logo-cyc) ease-in-out infinite .4s;
}
.yashoda-logo[data-glow="off"] .logo-glow{display:none}

.logo-name{
  color:#0c1a3a;font-weight:700;letter-spacing:.04em;
  font-family:'Jost',Poppins,system-ui,sans-serif;white-space:nowrap;
}
.logo-sub{
  color:#b3822f;font-weight:600;letter-spacing:.14em;white-space:nowrap;
  font-family:'Jost',Poppins,system-ui,sans-serif;
}
.logo-subrow{
  display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px;
}
.logo-subrow span:first-child,
.logo-subrow span:last-child{
  width:24px;height:1.5px;background:#c79a45;flex-shrink:0;
}
.logo-tag{
  color:#4a5878;font-weight:500;letter-spacing:.2em;margin-top:8px;white-space:nowrap;
  font-family:'Jost',Poppins,system-ui,sans-serif;
}

/* Nav — official lockup: cream pill, icon + YASHODA / ELEVATORS PVT. LTD. (do not change) */
.yashoda-logo--nav{
  gap:10px;
  background:#faf7f0;border-radius:999px;
  padding:0 16px 0 9px;
  box-shadow:0 2px 10px rgba(12,26,58,.2);
  align-items:center;
  height:52px;max-height:52px;box-sizing:border-box;
  overflow:hidden;
}
.yashoda-logo--nav svg{
  height:36px;width:auto;display:block;
  flex-shrink:0;margin-top:-1px;
}
.yashoda-logo--nav .yashoda-logo-text{
  min-width:0;display:flex;flex-direction:column;justify-content:center;
}
.yashoda-logo--nav .logo-name{font-size:1.05rem;line-height:1.05;color:#0c1a3a}
.yashoda-logo--nav .logo-sub--nav{
  font-size:.5rem;margin-top:2px;letter-spacing:.12em;color:#b3822f;line-height:1.1;
}

/* Footer — compact brand lockup */
.footer-brand .nav-logo{max-width:108px;display:inline-block;margin-bottom:8px}
.footer-brand .yashoda-logo--full{
  max-width:108px;padding:6px 8px 5px;border-radius:8px;
  box-shadow:0 1px 6px rgba(12,26,58,.08);
}
.footer-brand .yashoda-logo--full svg{width:34px;height:auto}
.footer-brand .yashoda-logo--full .yashoda-logo-text{margin-top:4px}
.footer-brand .yashoda-logo--full .logo-name{font-size:.68rem;line-height:1.02}
.footer-brand .yashoda-logo--full .logo-sub{font-size:.34rem;letter-spacing:.14em}
.footer-brand .yashoda-logo--full .logo-subrow{margin-top:3px;gap:4px}
.footer-brand .yashoda-logo--full .logo-subrow span:first-child,
.footer-brand .yashoda-logo--full .logo-subrow span:last-child{width:10px;height:1px}
.footer-brand .yashoda-logo--full .logo-tag{font-size:.28rem;letter-spacing:.1em;margin-top:3px}

/* Footer — full brand lockup (default / standalone) */
.yashoda-logo--full{
  flex-direction:column;align-items:center;gap:0;
  background:#faf7f0;border-radius:18px;padding:20px 24px 18px;
  box-shadow:0 8px 28px rgba(12,26,58,.16);
  max-width:280px;
}
.yashoda-logo--full svg{width:120px;height:auto}
.yashoda-logo--full .yashoda-logo-text{margin-top:14px;text-align:center}
.yashoda-logo--full .logo-name{font-size:1.75rem}
.yashoda-logo--full .logo-sub{font-size:.65rem;letter-spacing:.28em}
.yashoda-logo--full .logo-subrow{margin-top:8px}
.yashoda-logo--full .logo-tag{font-size:.55rem;letter-spacing:.22em;margin-top:8px}

@media(max-width:1200px){
  .nav-logo,.nav-center{height:48px}
  .yashoda-logo--nav{height:48px;max-height:48px}
  .yashoda-logo--nav svg{height:32px}
  .yashoda-logo--nav .logo-name{font-size:.92rem}
  .yashoda-logo--nav .logo-sub--nav{font-size:.46rem}
}

@media(max-width:900px){
  .nav-logo,.nav-center{height:44px}
  .yashoda-logo--nav{
    padding:0 14px 0 8px;gap:8px;height:44px;max-height:44px;border-radius:999px;
  }
  .yashoda-logo--nav svg{height:30px}
  .yashoda-logo--nav .logo-name{font-size:.82rem}
  .yashoda-logo--nav .logo-sub--nav{font-size:.42rem}
  .footer-brand .nav-logo,
  .footer-brand .yashoda-logo--full{max-width:100px}
  .footer-brand .yashoda-logo--full svg{width:30px}
  .footer-brand .yashoda-logo--full .logo-name{font-size:.62rem}
}

@media(prefers-reduced-motion: reduce){
  .yashoda-logo .logo-lift,.yashoda-logo .logo-asc,.yashoda-logo .logo-asc-delay{
    animation:none;transform:translateY(43px);
  }
}
