/* Final speed, SEO and trust polish */
html { text-size-adjust: 100%; }
.skip-link { position:absolute; left:-999px; top:8px; z-index:9999; padding:.7rem 1rem; background:#6E2D18; color:#fff; border-radius:4px; text-decoration:none; }
.skip-link:focus { left:8px; }
.trust-microcopy { max-width: 980px; margin: 1.5rem auto 0; display:grid; grid-template-columns: repeat(4, 1fr); gap:1px; overflow:hidden; border:1px solid rgba(110,45,24,.12); background:rgba(110,45,24,.12); }
.trust-microcopy span { background:#fffaf1; padding:.9rem 1rem; color:#6b4a38; font-size:.78rem; letter-spacing:.06em; text-transform:uppercase; text-align:center; }
@media (max-width: 760px){ .trust-microcopy{ grid-template-columns:1fr 1fr; margin-top:1rem; } .trust-microcopy span{font-size:.68rem; padding:.75rem .5rem;} }
@media (prefers-reduced-motion: reduce){ *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; scroll-behavior:auto !important; transition-duration:.01ms !important; } }