/* 07 — identity accents only; no layout overrides. */
@layer identity {
  .ibn-thani-header::after,
  .ibn-thani-article::after,
  .ibn-thani-footer::after {
    content:"";
    position:absolute;
    inset-block-start:0;
    inset-inline:1.4rem;
    block-size:2px;
    border-radius:var(--ibn-radius-pill);
    background:linear-gradient(90deg,transparent,var(--ibn-gold-2),var(--ibn-gold-3),var(--ibn-gold-2),transparent);
    opacity:var(--ibn-header-gold-depth,.72);
    pointer-events:none;
  }
}
