/* =============================================================================
   TimberThreads — home-only enhancements (Timber Fresh)
   Most home layout is authored inline in front-page.php; this handles hovers,
   focus states, and the quick-link cells.
   ============================================================================= */

.tt-quicklinks a{ transition:background .2s ease, color .2s ease; }
.tt-quicklinks a:hover{ background:var(--tt-ink); color:var(--tt-paper); }

.tt-crew input::placeholder{ color:rgba(255,255,255,.6); }
.tt-crew input:focus{ outline:none; border-color:#fff; }

.tt-genblock a img{ transition:transform 1.1s cubic-bezier(.16,1,.3,1); }
.tt-genblock a:hover img{ transform:scale(1.04); }

.tt-campaign img,
.tt-editorial img{ transition:transform 1.4s cubic-bezier(.16,1,.3,1); }
.tt-campaign:hover img{ transform:scale(1.04); }
