@media (max-width: 1180px) {
	.kf-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.kf-trend-layout { grid-template-columns: minmax(0, 1fr); }
	.kf-trend-card--featured { grid-row: auto; }
}
@media (max-width: 900px) {
	.kf-utility, .kf-header__nav { display: none; }
	.kf-mobile-actions { display: flex; }
	.kf-header__top { min-height: 66px; }
	.kf-logo--image { max-width: min(260px, 62vw); }
	.kf-logo--image img { max-height: 46px; }
	.kf-logo strong { font-size: 1.35rem; }
	.kf-logo small { font-size: .68rem; }
	.kf-front-layout, .kf-page-grid, .kf-single-layout, .kf-newsletter__inner, .kf-footer__grid { grid-template-columns: 1fr; }
	.kf-resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.home .kf-front-layout { gap: 28px; padding-top: 28px; padding-bottom: 20px; }
	.home .kf-front-layout__main { gap: 30px; }
	.kf-front-layout__side, .kf-single-sidebar { order: 2; }
	.kf-front-layout__side { position: static; gap: 20px; }
	.kf-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
	.home .kf-card { border-radius: 8px; box-shadow: 0 8px 18px rgba(0,27,42,.055); }
	.home .kf-card__image { aspect-ratio: 16 / 9; object-fit: cover; }
	.home .kf-card h3 { min-height: 0; font-size: .98rem; line-height: 1.5; -webkit-line-clamp: 3; }
	.home .kf-card p { font-size: .88rem; line-height: 1.65; }
	.kf-reason-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.kf-reason-grid div { border-right: 0; border-bottom: 1px solid var(--kf-border); }
	.kf-newsletter form { max-width: 100%; }
}
@media (max-width: 640px) {
	body.home { overflow-x: hidden; }
	.kf-container { width: min(100% - 24px, 1180px); }
	.kf-hero { min-height: 0; }
	.kf-hero { background-image: linear-gradient(90deg, rgba(0,27,42,var(--kf-hero-overlay, .96)), rgba(0,27,42,.72)), var(--kf-hero-image-sp, var(--kf-hero-image, radial-gradient(circle at 80% 20%, rgba(37,99,235,.45), transparent 28%), linear-gradient(135deg, var(--kf-navy), var(--kf-blue)))); }
	.kf-hero__inner { padding: 34px 0 26px; }
	.kf-hero__lead br { display: none; }
	.kf-search-form { border-radius: 8px; }
	.kf-search-form input { min-height: 52px; padding-inline: 14px; font-size: .92rem; }
	.kf-search-form button { width: 58px; min-height: 52px; border-radius: 0 8px 8px 0; }
	.kf-grid--3, .kf-grid--2 { grid-template-columns: 1fr; }
	.kf-resource-grid { grid-template-columns: 1fr; }
	.kf-portal-hero { display: grid; padding: 16px; }
	.kf-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.home .kf-front-layout { gap: 28px; padding-top: 24px; padding-bottom: 10px; }
	.home .kf-front-layout__main { gap: 30px; }
	.home .kf-section { padding-bottom: 28px; }
	.home .kf-section + .kf-section { padding-top: 2px; }
	.home .kf-section__head { display: grid; align-items: start; justify-content: stretch; gap: 10px; margin-bottom: 14px; }
	.home .kf-section__head h2 { font-size: 1.14rem; line-height: 1.45; }
	.home .kf-section__head a { justify-self: start; min-height: 38px; padding: 7px 12px; font-size: .82rem; }
	.home .kf-grid { gap: 13px; }
	.home .kf-card { display: grid; grid-template-columns: 112px minmax(0, 1fr); min-height: 0; border-radius: 8px; box-shadow: 0 7px 16px rgba(0,27,42,.055); transition: none; }
	.home .kf-card:hover { transform: none; box-shadow: 0 7px 16px rgba(0,27,42,.055); }
	.home .kf-card__media { min-height: 100%; border-radius: 0; }
	.home .kf-card__image { width: 100%; height: 100%; min-height: 118px; aspect-ratio: 1 / 1; object-fit: cover; transform: none; }
	.home .kf-card:hover .kf-card__image { transform: none; }
	.home .kf-card__body { min-width: 0; padding: 10px 11px 10px; }
	.home .kf-card__badges { gap: 5px; min-height: 0; margin-bottom: 6px; }
	.home .kf-card__badges .kf-badge,
	.home .kf-card__badges span { max-width: 100%; min-height: 20px; padding: 1px 6px; overflow: hidden; font-size: .66rem; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
	.home .kf-card h3 { min-height: 0; margin-bottom: 7px; font-size: .94rem; line-height: 1.48; -webkit-line-clamp: 3; }
	.home .kf-card p { display: none; }
	.home .kf-card time { font-size: .76rem; line-height: 1.4; }
	.home .kf-card a { -webkit-tap-highlight-color: rgba(30,58,186,.16); }
	.home .kf-new-label { top: 7px; left: 7px; min-height: 20px; padding: 1px 6px; font-size: .66rem; }
	.kf-trending-section__inner { padding: 18px 14px; border-radius: 8px; overflow: visible; }
	.kf-trending-head { display: grid; gap: 12px; margin-bottom: 16px; }
	.kf-trending-head h2 { font-size: 1.24rem; }
	.kf-trending-head p:not(.kf-trending-head__label) { font-size: .9rem; }
	.kf-trending-head__link { justify-self: start; min-height: 34px; }
	.kf-trend-layout { display: grid; gap: 12px; width: 100%; margin: 0; padding: 0; overflow: visible; scroll-snap-type: none; }
	.kf-trend-card,
	.kf-trend-card--featured { grid-template-columns: 104px minmax(0, 1fr); align-content: stretch; align-items: stretch; min-height: 116px; padding: 9px; scroll-snap-align: none; transition: none; }
	.kf-trend-card:hover,
	.kf-trend-card:focus-visible { transform: none; box-shadow: 0 8px 18px rgba(0,27,42,.06); }
	.kf-trend-card__rank { top: 8px; left: 8px; width: 30px; height: 30px; font-size: .78rem; border-radius: 5px; }
	.kf-trend-card__media,
	.kf-trend-card--featured .kf-trend-card__media { border-radius: 6px; }
	.kf-trend-card__image,
	.kf-trend-card:not(.kf-trend-card--featured) .kf-trend-card__image,
	.kf-trend-card--featured .kf-trend-card__image { height: 100%; min-height: 96px; aspect-ratio: 1 / 1; object-fit: cover; transform: none; }
	.kf-trend-card:hover .kf-trend-card__image { transform: none; }
	.kf-trend-card__body,
	.kf-trend-card--featured .kf-trend-card__body { align-content: center; gap: 6px; min-width: 0; padding: 2px 2px 2px 0; }
	.kf-trend-card__meta { min-height: 20px; padding: 1px 6px; font-size: .66rem; }
	.kf-trend-card__title,
	.kf-trend-card--featured .kf-trend-card__title { min-height: 0; font-size: .94rem; line-height: 1.48; -webkit-line-clamp: 3; }
	.kf-trend-card__excerpt { display: none; }
	.kf-trend-card__action { display: none; }
	.kf-category-tile { min-height: 136px; padding: 14px 8px; border-radius: 8px; }
	.kf-category-tile__icon { width: 46px; height: 46px; }
	.kf-category-tile strong { font-size: .9rem; }
	.kf-category-tile small { font-size: .74rem; line-height: 1.45; }
	.kf-ranking { padding: 16px 14px; border-radius: 8px; }
	.kf-ranking h2 { font-size: 1.12rem; line-height: 1.45; }
	.kf-tab-buttons { margin: 10px 0 12px; }
	.kf-tab-buttons button { min-height: 42px; font-size: .84rem; }
	.kf-ranking__list.is-active { gap: 10px; }
	.kf-ranking__list a { grid-template-columns: 28px 58px minmax(0, 1fr); gap: 9px; min-height: 70px; padding: 6px 0; }
	.kf-ranking__image { width: 58px; height: 58px; aspect-ratio: 1 / 1; object-fit: cover; }
	.kf-ranking__list strong { min-height: 0; font-size: .88rem; line-height: 1.48; -webkit-line-clamp: 3; }
	.kf-reason-grid { grid-template-columns: 1fr; }
	.kf-list-item, .kf-product { grid-template-columns: 1fr; }
	.kf-product__actions { display: grid; grid-template-columns: 1fr; }
	.kf-product__button { width: 100%; }
	.kf-single { padding: 18px; }
	.kf-entry .wpcf7, .kf-contact-form { padding: 18px; }
	.kf-entry .wpcf7-submit, .kf-contact-form .wpcf7-submit { width: 100%; }
	.kf-single h1 { font-size: 1.65rem; }
	.kf-entry { font-size: .98rem; }
	.kf-entry h2 { font-size: 1.35rem; }
	.kf-entry h3 { font-size: 1.12rem; }
	.kf-business { display: grid; }
	.kf-newsletter__inner { gap: 16px; }
	.kf-newsletter__inner .kf-button { width: 100%; }
	.kf-footer__grid { gap: 26px; }
	.kf-footer .kf-logo--image { max-width: 260px; }
	.kf-footer .kf-logo--image img { max-height: 58px; }
}
@media (max-width: 360px) {
	.kf-container { width: min(100% - 20px, 1180px); }
	.home .kf-card { grid-template-columns: 96px minmax(0, 1fr); }
	.home .kf-card__image { min-height: 108px; }
	.home .kf-card__body { padding: 9px 10px; }
	.home .kf-card h3,
	.kf-trend-card__title,
	.kf-trend-card--featured .kf-trend-card__title { font-size: .9rem; line-height: 1.45; }
	.kf-trend-card,
	.kf-trend-card--featured { grid-template-columns: 94px minmax(0, 1fr); min-height: 108px; }
	.kf-ranking__list a { grid-template-columns: 26px 52px minmax(0, 1fr); }
	.kf-ranking__image { width: 52px; height: 52px; }
}
