/* Karates School demo (static HTML + Tailwind CDN)
   version 2.0 */

[x-cloak] { display: none !important; }

/* Subtle dojo-grid background you can drop onto any section */
.bg-dojo-grid {
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 28px 28px;
}

/* Soft vignette */
.vignette {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06), inset 0 0 80px rgba(0,0,0,0.35);
}

/* Slightly angled divider */
.clip-sash {
  clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
}
