/* LCP-focused overrides: ensure Knockout font doesn't block text rendering */
@font-face {
  font-family: 'Knockout HTF68';
  src: url('../fonts/Knockout-HTF68-FullFeatherwt.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: optional; /* Changed from swap to optional - prevents render blocking */
}

/* Speed Index aid: avoid rendering offscreen heavy sections until scrolled into view */
.project-area2,
.hire,
.company-logo,
.special-title,
#team-sec,
#blog-sec,
.connect,
.choose-area,
.space,
.space-top {
  content-visibility: auto;
  contain-intrinsic-size: 1px 800px; /* reserve space to prevent jumps */
}

/* Do not apply content-visibility to the top hero to preserve LCP */
.home-slider-1 { content-visibility: visible; }
