/* Products That Count — the few global rules that cannot be expressed inline.
   Placeholder colour and link defaults, so nothing falls back to browser blue. */
input::placeholder,textarea::placeholder{color:var(--ptc-grey-500);opacity:1}
[data-ptc-invert]::placeholder{color:rgba(255,255,255,.65);opacity:1}
a{color:var(--text-link)}
a:hover{color:var(--text-link-hover)}
:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px}
