/**
 * Brand preview: square corners only (no border-radius).
 *
 * Load after theme-overrides.css. Remove the brand-no-radius.css link from
 * scripts/page-styles.mjs (and index.html) to revert — no other CSS changes needed.
 *
 * Scoped to .idea16 so dev tooling outside the site shell is unaffected.
 */

.idea16,
.idea16 *,
.idea16 *::before,
.idea16 *::after {
  border-radius: 0 !important;
}

/* Exception: thin outline rings in page backdrops stay circular */
.idea16 .hero-ring,
.idea16 .deco-circle,
.idea16 .deco-circle--process,
.idea16 .deco-circle--process-b {
  border-radius: 50% !important;
}
