/* base.css — global element styles and utilities beyond style.css.
   Tokens, reset, typography and .wrap live in style.css (the theme header file). */

.eyebrow{font-size:11px;font-weight:500;letter-spacing:0.18em;text-transform:uppercase;color:var(--teal);margin-bottom:18px;display:flex;align-items:center;gap:8px}
.eyebrow::before{content:"";width:24px;height:1px;background:var(--teal)}
.engines{display:flex;align-items:center;flex-wrap:wrap;gap:18px;margin:-4px 0 26px}
.engines-label{font-size:11px;letter-spacing:0.06em;text-transform:uppercase;color:var(--gray-light);font-weight:500;margin-right:2px}
.engine{display:inline-flex;align-items:center;gap:7px;color:var(--gray);font-size:13px;font-weight:500;opacity:0.78;transition:opacity .2s}
.engine:hover{opacity:1}
.engine svg{width:18px;height:18px;display:block;flex-shrink:0}
