@media (max-width: 1024px) {
	.jk-grid,
	.jk-service-grid,
	.jk-process,
	.jk-footer-inner { grid-template-columns: repeat(2, 1fr); }
	.jk-split { grid-template-columns: 1fr; }
	.jk-nav { display: none; }
	.jk-menu-toggle { display: inline-flex; }
	.jk-header-inner > .jk-button:not(.jk-menu-toggle) { display: none; }
	.jk-hero h1 { font-size: clamp(2.7rem, 8vw, 4.8rem); }
}
@media (min-width: 1025px) {
	.jk-menu-toggle,
	.jk-mobile-panel { display: none !important; }
}
@media (max-width: 640px) {
	:root { --jk-frame: min(100vw - 24px, 1180px); }
	.jk-header-inner { min-height: 66px; }
	.jk-logo img { width: 158px; }
	.jk-hero { min-height: auto; padding: 6.4rem 0 3.4rem; }
	.jk-hero::after { inset: 10px; }
	.jk-hero h1 {
		font-size: clamp(2.45rem, 12vw, 3.65rem);
		line-height: 1.02;
	}
	.jk-hero p { font-size: 1rem; }
	.jk-grid,
	.jk-service-grid,
	.jk-process,
	.jk-footer-inner { grid-template-columns: 1fr; }
	.jk-button,
	.wp-block-button__link { width: 100%; }
}
