/* Supplement for utilities the live site's compiled bundle does not include.
   Loaded after site.css. Keep additions minimal and token-based. */
.bg-primary\/85 { background-color: hsl(var(--primary) / .85); }
.group[open] .group-open\:rotate-45 { transform: rotate(45deg); }
.mb-9 { margin-bottom: 2.25rem; }
.border-primary\/30 { border-color: hsl(var(--primary) / .3); }
.hover\:bg-primary\/5:hover { background-color: hsl(var(--primary) / .05); }
.gap-14 { gap: 3.5rem; }
@media (min-width:768px){ .md\:order-2 { order: 2; } }
