/* Fallback shell stays hidden by default to avoid refresh flash.
   JS reveals it only when the SPA fails to mount; noscript forces it visible. */
.nchic-fallback-shell{font-family:inherit;}

#nchic-fallback-header,
#nchic-fallback-footer { display: none; }

html.nchic-fallback-visible #nchic-fallback-header,
html.nchic-fallback-visible #nchic-fallback-footer { display: block !important; }

html.nchic-app-loaded #nchic-fallback-header,
html.nchic-app-loaded #nchic-fallback-footer { display: none !important; }

.nchic-fallback-inner{
  max-width:1200px;margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 18px;
}
.nchic-fallback-logo img{height:34px;width:auto;display:block}
.nchic-fallback-nav ul{list-style:none;margin:0;padding:0;display:flex;gap:18px;align-items:center}
.nchic-fallback-nav a{color:#fff;text-decoration:none;font-weight:700}
.nchic-fallback-nav .menu-cta > a{
  background:#C8A951;border-radius:25px;padding:10px 16px;box-shadow:0 6px 16px rgba(0,0,0,.12);
  transition:transform .3s ease, filter .3s ease;
}
.nchic-fallback-nav .menu-cta > a:hover{transform:scale(1.03);filter:brightness(.95)}
.nchic-fallback-nav li{position:relative}
.nchic-fallback-nav li ul{display:none;position:absolute;top:100%;left:0;
  background:#fff;color:#111;min-width:260px;padding:14px;border-radius:14px;
  box-shadow:0 10px 30px rgba(0,0,0,.18);z-index:30;
}
.nchic-fallback-nav li:hover > ul{display:block}
.nchic-fallback-nav li ul a{color:#111;font-weight:600}
.nchic-fallback-nav li ul li{padding:6px 0}
#nchic-fallback-footer{background:#0b0b0b;color:#fff;padding:44px 0;margin-top:40px}
.nchic-fallback-footer-inner{max-width:1200px;margin:0 auto;padding:0 18px}
.nchic-fallback-cols{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.nchic-fallback-foot-heading{font-weight:800;margin-bottom:10px}
.nchic-fallback-foot-title{font-weight:900;margin-bottom:10px}
.nchic-fallback-foot-text{opacity:.9;line-height:1.5}
#nchic-fallback-footer ul{list-style:none;margin:0;padding:0}
#nchic-fallback-footer li{margin:6px 0}
#nchic-fallback-footer a{color:#fff;text-decoration:none;opacity:.9}
#nchic-fallback-footer a:hover{opacity:1}
.nchic-fallback-bottom{margin-top:26px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);
  display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;align-items:center}
.nchic-fallback-footer-menu{display:flex;gap:14px;flex-wrap:wrap}
@media (max-width: 900px){
  .nchic-fallback-cols{grid-template-columns:1fr 1fr}
}
@media (max-width: 640px){
  .nchic-fallback-cols{grid-template-columns:1fr}
  .nchic-fallback-nav ul{gap:10px;flex-wrap:wrap;justify-content:flex-end}
}
