/*
Theme Name: ChiwaTy Demo
Theme URI: https://demo.chiwaty.com
Description: Lightweight child theme for the ChiwaTy WordPress demo site.
Author: ChiwaTy
Template: twentytwentyfive
Version: 1.0.0
Text Domain: chiwaty-demo
*/

.chiwaty-demo-header-shell {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 16px 50px -42px rgba(15, 23, 42, 0.55);
  position: sticky;
  top: 0;
  z-index: 40;
}

.chiwaty-demo-header-inner {
  min-height: 72px;
}

.chiwaty-demo-logo {
  margin: 0;
}

.chiwaty-demo-logo img {
  display: block;
  height: auto;
  max-width: min(210px, 58vw);
  width: 210px;
}

.chiwaty-demo-header-badge {
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  color: #334155;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0;
  padding: 0.7rem 0.95rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.chiwaty-demo-footer-shell {
  background: #0f172a;
  color: rgba(255, 255, 255, 0.72);
}

.chiwaty-demo-footer-inner {
  gap: 2rem;
}

.chiwaty-demo-footer-brand {
  max-width: 28rem;
}

.chiwaty-demo-footer-brand img {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 14px;
  display: block;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.22));
  height: auto;
  padding: 0.55rem 0.75rem;
  width: 190px;
}

.chiwaty-demo-footer-title {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 750;
  margin: 1.25rem 0 0;
}

.chiwaty-demo-footer-copy,
.chiwaty-demo-footer-bottom {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  line-height: 1.65;
  margin: 0.6rem 0 0;
}

.chiwaty-demo-footer-navs {
  gap: 3rem;
}

.chiwaty-demo-footer-nav-title {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0 0 0.85rem;
  text-transform: uppercase;
}

.chiwaty-demo-footer-shell .wp-block-navigation {
  gap: 0.55rem;
}

.chiwaty-demo-footer-shell .wp-block-navigation-item__content {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 650;
  transition: color 0.18s ease;
}

.chiwaty-demo-footer-shell .wp-block-navigation-item__content:hover {
  color: #ffffff;
  text-decoration: none;
}

.chiwaty-demo-footer-divider {
  border-color: rgba(255, 255, 255, 0.12);
  margin: 2.4rem 0 0;
}

@media (max-width: 520px) {
  .chiwaty-demo-header-inner {
    min-height: 64px;
  }

  .chiwaty-demo-header-badge {
    display: none;
  }

  .chiwaty-demo-logo img {
    max-width: 170px;
    width: 170px;
  }

  .chiwaty-demo-footer-brand img {
    width: 160px;
  }

  .chiwaty-demo-footer-navs {
    gap: 1.5rem;
  }
}
