/* KFF Landing minimal styles */
.kff-landing { font-family: inherit; color: inherit; }
.kff-hero { padding: 80px 20px; background-size: cover; background-position: center; background-repeat: no-repeat; }
.kff-hero-inner { max-width: 1000px; margin: 0 auto; text-align: center; }
.kff-title { font-size: clamp(28px, 5vw, 48px); margin: 0 0 10px; }
.kff-subtitle { font-size: clamp(16px, 2.2vw, 22px); opacity: 0.9; margin: 0 0 8px; }
.kff-dates { font-weight: 600; margin: 10px 0 14px; }
.kff-cta { margin-top: 16px; }
.kff-btn { display:inline-block; padding:12px 18px; border-radius:999px; border:1px solid currentColor; text-decoration:none; }
.kff-btn:hover { opacity:.9; }
.kff-nav { display:flex; gap:12px; flex-wrap:wrap; justify-content:center; margin: 22px 0 30px; }
.kff-nav a { text-decoration:none; padding:8px 12px; border:1px dashed currentColor; border-radius:999px; font-size:0.95rem; }
.kff-nav a:hover { background: rgba(0,0,0,.06); }
.kff-section { max-width: 900px; margin: 0 auto 36px; padding: 0 20px; }
.kff-section h2 { margin-bottom: 10px; }
@media (prefers-color-scheme: dark){
  .kff-nav a:hover { background: rgba(255,255,255,.06); }
}
