:root{--kfz-primary:#f45800;--kfz-secondary:#333;--kfz-background:#fff;--kfz-text:#333;--kfz-accent:#3b82f6;--kfz-border:#e5e5e5;--kfz-surface:#f5f5f5;--kfz-footer-bg:#333;--kfz-footer-bottom:#222;--kfz-meta:rgba(51,51,51,.6);--kfz-font-heading:system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;--kfz-font-body:system-ui,-apple-system,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;--kfz-space-xs:4px;--kfz-space-sm:8px;--kfz-space-md:16px;--kfz-space-lg:24px;--kfz-space-xl:32px;--kfz-space-2xl:48px;--kfz-max-width:1400px;--kfz-content-width:760px;--kfz-grid-gap:24px}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;padding:0;font-family:var(--kfz-font-body);font-size:16px;font-weight:400;line-height:1.7;color:var(--kfz-text);background-color:var(--kfz-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{font-family:var(--kfz-font-heading);font-weight:700;color:var(--kfz-text);margin-top:0;line-height:1.2}h1{font-size:42px;letter-spacing:-.5px;line-height:1.1}h2{font-size:34px;letter-spacing:-.3px;line-height:1.15}h3{font-size:28px;letter-spacing:-.2px;line-height:1.2}h4{font-size:22px;line-height:1.25}h5{font-size:18px;line-height:1.3}h6{font-size:16px;line-height:1.35}p{margin-top:0;margin-bottom:var(--kfz-space-md)}a{color:var(--kfz-accent);text-decoration:none;transition:color .2s ease}a:hover,a:focus{color:var(--kfz-primary)}a:focus-visible{outline:2px solid var(--kfz-accent);outline-offset:2px}.btn,button,input[type=submit],input[type=button]{display:inline-block;font-family:var(--kfz-font-heading);font-weight:700;font-size:16px;line-height:1;padding:12px 32px;border:none;border-radius:0;cursor:pointer;text-decoration:none;text-align:center;transition:background-color .2s ease,color .2s ease}.btn-primary,input[type=submit]{background-color:var(--kfz-primary);color:#fff;border:2px solid var(--kfz-primary)}.btn-primary:hover,input[type=submit]:hover{background-color:var(--kfz-secondary);color:#fff;border-color:var(--kfz-secondary)}.btn-secondary{background-color:transparent;color:var(--kfz-secondary);border:2px solid var(--kfz-secondary)}.btn-secondary:hover{background-color:var(--kfz-secondary);color:#fff}.btn-sm{font-size:13px;padding:var(--kfz-space-sm) 20px;margin-top:var(--kfz-space-sm)}input[type=text],input[type=email],input[type=search],input[type=url],input[type=password],textarea,select{font-family:var(--kfz-font-body);font-size:16px;padding:10px 16px;border:1px solid var(--kfz-border);border-radius:0;background-color:var(--kfz-surface);color:var(--kfz-text);width:100%;transition:border-color .2s ease}input:focus,textarea:focus{outline:none;border-color:var(--kfz-primary)}.search-form{display:flex;gap:0}.search-form .search-field{flex:1;border-right:none}.search-form .search-submit{flex-shrink:0;padding:10px 20px;display:inline-flex;align-items:center;justify-content:center}.kfz-container{max-width:var(--kfz-max-width);margin-left:auto;margin-right:auto;padding-left:var(--kfz-space-md);padding-right:var(--kfz-space-md)}.kfz-grid{display:grid;gap:var(--kfz-grid-gap)}.kfz-grid-2{grid-template-columns:repeat(2,1fr)}.kfz-grid-3{grid-template-columns:repeat(3,1fr)}.kfz-grid-4{grid-template-columns:repeat(4,1fr)}.kfz-content-sidebar{display:grid;grid-template-columns:1fr 380px;gap:var(--kfz-space-xl)}.kfz-section{padding:var(--kfz-space-2xl) 0}.kfz-topbar{background-color:var(--kfz-secondary);color:#fff;font-size:11px;letter-spacing:.3px;padding:var(--kfz-space-xs) 0}.kfz-topbar .kfz-container{display:flex;justify-content:space-between;align-items:center}.kfz-topbar-date{opacity:.8}.kfz-header{background-color:var(--kfz-background);border-bottom:3px solid var(--kfz-secondary);position:sticky;top:0;z-index:1000}.kfz-header-inner{display:flex;align-items:center;justify-content:space-between;padding:var(--kfz-space-md);max-width:var(--kfz-max-width);margin:0 auto}.kfz-logo{flex-shrink:0}.kfz-logo a{display:inline-flex;align-items:center}.kfz-logo img{height:auto;width:auto;max-height:48px;max-width:220px;display:block}.kfz-nav ul{display:flex;list-style:none;margin:0;padding:0;gap:var(--kfz-space-lg)}.kfz-nav a{font-family:var(--kfz-font-heading);font-weight:700;font-size:14px;color:var(--kfz-text);text-transform:uppercase;letter-spacing:.3px;padding:var(--kfz-space-sm) 0;transition:color .2s ease}.kfz-nav a:hover,.kfz-nav .current-menu-item>a,.kfz-nav .current_page_item>a{color:var(--kfz-primary)}.kfz-nav li{position:relative}.kfz-nav .sub-menu{display:none;position:absolute;top:100%;left:0;min-width:220px;background:var(--kfz-background);border:1px solid var(--kfz-border);box-shadow:0 4px 12px rgba(0,0,0,.1);padding:var(--kfz-space-sm) 0;z-index:1001;flex-direction:column;gap:0}.kfz-nav li:hover>.sub-menu{display:flex}.kfz-nav .sub-menu a{font-size:13px;text-transform:none;font-weight:600;padding:var(--kfz-space-sm) var(--kfz-space-md);white-space:nowrap}.kfz-nav .sub-menu a:hover{background:var(--kfz-surface);color:var(--kfz-primary)}.kfz-nav .sub-menu .sub-menu{top:0;left:100%}.kfz-nav .menu-item-has-children>a:after{content:'';display:inline-block;width:0;height:0;margin-left:5px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid currentColor;vertical-align:middle}.kfz-header-search{display:flex;align-items:center}.kfz-header-search input[type=search]{width:200px;background:var(--kfz-surface);border:1px solid var(--kfz-border);padding:8px 16px;font-size:13px;transition:border-color .2s ease}.kfz-header-search input[type=search]:focus{border-color:var(--kfz-primary);outline:none}.kfz-menu-toggle{display:none;background:0 0;border:none;padding:var(--kfz-space-sm);cursor:pointer}.kfz-menu-toggle span{display:block;width:24px;height:2px;background-color:var(--kfz-text);margin:5px 0;transition:all .3s ease}.kfz-footer{background-color:var(--kfz-footer-bg);color:#fff;padding:var(--kfz-space-2xl) 0 var(--kfz-space-xl)}.kfz-footer h5{color:#fff;text-transform:uppercase;font-size:14px;letter-spacing:.8px;margin-bottom:var(--kfz-space-md)}.kfz-footer p,.kfz-footer li{color:rgba(255,255,255,.8);font-size:14px}.kfz-footer a{color:rgba(255,255,255,.8);transition:color .2s ease}.kfz-footer a:hover{color:var(--kfz-primary)}.kfz-footer ul{list-style:none;margin:0;padding:0}.kfz-footer li{padding:var(--kfz-space-xs) 0;border-bottom:1px solid rgba(255,255,255,.1)}.kfz-footer-bottom{background-color:var(--kfz-footer-bottom);padding:var(--kfz-space-md) 0;text-align:center;border-top:1px solid rgba(255,255,255,.08)}.kfz-footer-bottom p{color:rgba(255,255,255,.6);font-size:12px;margin:0}.kfz-news-card{background:var(--kfz-background);overflow:hidden;position:relative;transition:transform .2s ease,box-shadow .2s ease}.kfz-news-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.kfz-news-card>a{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.kfz-card-image{position:relative;overflow:hidden;aspect-ratio:16/9}.kfz-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.kfz-news-card:hover .kfz-card-image img{transform:scale(1.03)}.kfz-category-badge{position:absolute;top:0;left:0;background-color:var(--kfz-primary);color:#fff;font-family:var(--kfz-font-heading);font-weight:700;font-size:10px;text-transform:uppercase;letter-spacing:.8px;padding:6px 14px;z-index:2;line-height:1}a.kfz-category-badge:hover{background-color:var(--kfz-secondary);color:#fff}.kfz-card-content{padding:var(--kfz-space-md) var(--kfz-space-md) var(--kfz-space-sm);flex:1;display:flex;flex-direction:column}.kfz-card-title{font-family:var(--kfz-font-heading);font-weight:700;font-size:20px;line-height:1.2;color:#1a1a1a;margin:0 0 var(--kfz-space-sm);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.kfz-news-card:hover .kfz-card-title{color:var(--kfz-primary)}.kfz-card-excerpt{font-family:var(--kfz-font-body);font-size:14px;line-height:1.6;color:rgba(51,51,51,.7);margin:0 0 var(--kfz-space-sm);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.kfz-card-meta{font-family:var(--kfz-font-body);font-size:11px;margin-top:auto;color:var(--kfz-meta);line-height:1.5;letter-spacing:.2px;text-transform:uppercase}.kfz-card-meta .sep{margin:0 6px}.kfz-icon{display:inline-block;vertical-align:-.125em;flex-shrink:0}.kfz-card-meta .kfz-icon{margin-right:3px;opacity:.6}.kfz-news-card--list>a{display:grid;grid-template-columns:80px 1fr;gap:var(--kfz-space-sm);align-items:start;text-decoration:none;color:inherit}.kfz-news-card--list:hover .kfz-card-title{color:var(--kfz-primary)}.kfz-latest-news .kfz-main-content>.kfz-news-card:first-child{margin-bottom:var(--kfz-space-xl);border-bottom:2px solid var(--kfz-secondary);padding-bottom:var(--kfz-space-xl)}.kfz-latest-news .kfz-main-content>.kfz-news-card:first-child .kfz-card-title{font-size:28px;line-height:1.1;letter-spacing:-.3px;color:#1a1a1a;-webkit-line-clamp:unset}.kfz-latest-news .kfz-main-content>.kfz-news-card:first-child .kfz-card-excerpt{font-size:16px;line-height:1.6;-webkit-line-clamp:3;color:rgba(51,51,51,.7)}.kfz-news-card--list{display:block;padding-bottom:var(--kfz-space-md);border-bottom:1px solid var(--kfz-border);margin-bottom:var(--kfz-space-md);transition:none}.kfz-news-card--list:hover{transform:none;box-shadow:none}.kfz-news-card--list .kfz-card-image{aspect-ratio:1/1;width:80px;height:80px}.kfz-news-card--list .kfz-card-title{font-size:14px;-webkit-line-clamp:2}.kfz-news-card--list .kfz-card-content{padding:0;display:flex;flex-direction:column;justify-content:center;min-width:0}.kfz-hero{display:grid;grid-template-columns:1fr 400px;gap:0;margin-bottom:var(--kfz-space-xl)}.kfz-hero-lead{position:relative;overflow:hidden}.kfz-hero-lead-link{display:block;position:relative;text-decoration:none;color:#fff;height:100%;min-height:520px}.kfz-hero-lead-image{position:absolute;inset:0}.kfz-hero-lead-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.kfz-hero-lead-link:hover .kfz-hero-lead-image img{transform:scale(1.03)}.kfz-hero-lead-gradient{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.92) 0%,rgba(0,0,0,.6) 35%,rgba(0,0,0,.15) 65%,transparent 100%);z-index:1}.kfz-hero-lead-content{position:absolute;bottom:0;left:0;right:0;padding:var(--kfz-space-xl) var(--kfz-space-lg);z-index:2}.kfz-hero-lead-content .kfz-category-badge{position:static;display:inline-block;margin-bottom:var(--kfz-space-md);font-size:12px;padding:5px 16px}.kfz-hero-lead-title{font-family:var(--kfz-font-heading);font-weight:700;font-size:42px;line-height:1.08;letter-spacing:-.5px;color:#fff;margin:0 0 var(--kfz-space-sm);max-width:90%;text-shadow:0 2px 8px rgba(0,0,0,.4);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.kfz-hero-lead-excerpt{font-family:var(--kfz-font-body);font-size:16px;line-height:1.5;color:rgba(255,255,255,.9);margin:0 0 var(--kfz-space-sm);max-width:80%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.kfz-hero-lead-meta .kfz-card-meta{color:rgba(255,255,255,.7)}.kfz-hero-lead-meta .kfz-icon,.kfz-hero-aside .kfz-card-meta .kfz-icon{opacity:.5}.kfz-hero-aside{background-color:var(--kfz-secondary);padding:var(--kfz-space-lg);display:flex;flex-direction:column}.kfz-hero-aside-label{font-family:var(--kfz-font-heading);font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:1.5px;color:var(--kfz-primary);padding-bottom:var(--kfz-space-sm);border-bottom:2px solid var(--kfz-primary);margin-bottom:var(--kfz-space-md)}.kfz-hero-aside-item{flex:1;border-bottom:1px solid rgba(255,255,255,.1);padding:var(--kfz-space-md) 0}.kfz-hero-aside-item:last-child{border-bottom:none}.kfz-hero-aside-item>a{display:grid;grid-template-columns:100px 1fr;gap:var(--kfz-space-md);text-decoration:none;color:#fff}.kfz-hero-aside-thumb{aspect-ratio:4/3;overflow:hidden}.kfz-hero-aside-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.kfz-hero-aside-item:hover .kfz-hero-aside-thumb img{transform:scale(1.05)}.kfz-hero-aside-text{display:flex;flex-direction:column;justify-content:center}.kfz-hero-aside-text .kfz-category-badge{position:static;display:inline-block;align-self:flex-start;font-size:10px;padding:2px 8px;margin-bottom:6px}.kfz-hero-aside-title{font-family:var(--kfz-font-heading);font-weight:700;font-size:15px;line-height:1.25;color:#fff;margin:0 0 4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease}.kfz-hero-aside-item:hover .kfz-hero-aside-title{color:var(--kfz-primary)}.kfz-hero-aside-item>a>.kfz-hero-aside-text:first-child{grid-column:1/-1}.kfz-news-card--list>a>.kfz-card-content:first-child{grid-column:1/-1}.kfz-hero-aside .kfz-card-meta{color:rgba(255,255,255,.5);font-size:11px}.kfz-category-strip{border-top:1px solid var(--kfz-border);border-bottom:1px solid var(--kfz-border);padding:var(--kfz-space-md) 0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.kfz-category-strip::-webkit-scrollbar{display:none}.kfz-category-strip ul{display:flex;list-style:none;margin:0;padding:0;gap:var(--kfz-space-xl);white-space:nowrap}.kfz-category-strip a{font-family:var(--kfz-font-heading);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.8px;color:var(--kfz-text);padding-bottom:var(--kfz-space-sm);border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease}.kfz-category-strip a:hover,.kfz-category-strip .active a,.kfz-category-strip .current-cat a{color:var(--kfz-primary);border-bottom-color:var(--kfz-primary)}.kfz-section-heading{font-family:var(--kfz-font-heading);font-weight:700;font-size:22px;color:#1a1a1a;display:flex;align-items:center;gap:var(--kfz-space-md);margin-bottom:var(--kfz-space-lg);line-height:1;letter-spacing:-.2px}.kfz-section-heading:before{content:'';width:4px;height:28px;background-color:var(--kfz-primary);flex-shrink:0}.kfz-section-heading:after{content:'';flex:1;height:1px;background-color:var(--kfz-border)}.kfz-sidebar{position:sticky;top:100px}.kfz-widget{margin-bottom:var(--kfz-space-xl)}.kfz-widget-title{font-family:var(--kfz-font-heading);font-weight:700;font-size:16px;color:#1a1a1a;text-transform:uppercase;letter-spacing:.5px;border-bottom:3px solid var(--kfz-primary);padding-bottom:var(--kfz-space-sm);margin-bottom:var(--kfz-space-md)}.kfz-sidebar-rank{display:flex;align-items:center;justify-content:center;width:22px;height:22px;min-width:22px;background-color:var(--kfz-primary);color:#fff;font-family:var(--kfz-font-heading);font-weight:700;font-size:11px;line-height:1;border-radius:3px;position:absolute;top:4px;left:4px;z-index:2}.kfz-news-card--list>a{position:relative}.kfz-news-card--list .kfz-card-image{position:relative}.kfz-widget-hubs ul{list-style:none;margin:0;padding:0}.kfz-widget-hubs li{border-bottom:1px solid var(--kfz-border)}.kfz-widget-hubs a{display:flex;justify-content:space-between;align-items:center;padding:10px 0;font-size:15px;font-weight:600;color:var(--kfz-text)}.kfz-widget-hubs a:hover{color:var(--kfz-primary)}.kfz-hub-arrow{color:var(--kfz-primary);font-size:16px}.kfz-widget-categories ul{list-style:none;margin:0;padding:0}.kfz-widget-categories li{border-bottom:1px solid var(--kfz-border)}.kfz-widget-categories a{display:flex;justify-content:space-between;padding:var(--kfz-space-sm) 0;font-size:14px;color:var(--kfz-text)}.kfz-widget-categories a:hover{color:var(--kfz-primary)}.kfz-widget-categories .count{background-color:var(--kfz-surface);color:var(--kfz-meta);font-size:12px;font-weight:600;padding:2px 8px;border-radius:10px;min-width:28px;text-align:center}.kfz-footer-legal{margin-left:var(--kfz-space-md)}.kfz-footer-legal a{color:rgba(255,255,255,.6);margin-left:var(--kfz-space-sm)}.kfz-footer-legal a:hover{color:var(--kfz-primary)}.kfz-footer-info-links{margin-top:var(--kfz-space-md)}.kfz-reading-progress{position:fixed;top:0;left:0;width:0;height:3px;background:linear-gradient(90deg,var(--kfz-primary),#ff7a33);z-index:9999;transition:width .1s linear;pointer-events:none}.kfz-single-header{padding:var(--kfz-space-xl) 0 var(--kfz-space-md)}.kfz-single-excerpt{font-size:18px;line-height:1.5;color:rgba(51,51,51,.7);margin-bottom:var(--kfz-space-md)}.kfz-single-featured-image{padding:0 0 var(--kfz-space-xl)}.kfz-single-featured-image img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.kfz-single-content{max-width:var(--kfz-content-width);font-family:var(--kfz-font-body);font-size:16px;line-height:1.7;color:var(--kfz-text)}.kfz-single-content h2{margin-top:var(--kfz-space-xl)}.kfz-single-content h3{margin-top:var(--kfz-space-lg)}.kfz-single-content blockquote{border-left:4px solid var(--kfz-primary);padding-left:var(--kfz-space-lg);margin:var(--kfz-space-xl) 0;font-style:italic;font-size:20px;line-height:1.5;color:#1a1a1a}.kfz-single-content ul,.kfz-single-content ol{padding-left:var(--kfz-space-lg);margin-bottom:var(--kfz-space-md)}.kfz-single-content li{margin-bottom:var(--kfz-space-sm)}.kfz-post-tags{margin:var(--kfz-space-xl) 0;padding-top:var(--kfz-space-xl);border-top:1px solid var(--kfz-border)}.kfz-post-tags a{display:inline-block;background:var(--kfz-surface);color:var(--kfz-text);font-size:11px;text-transform:uppercase;letter-spacing:.3px;padding:5px 14px;margin:0 var(--kfz-space-sm) var(--kfz-space-sm) 0;transition:background-color .2s ease,color .2s ease}.kfz-post-tags a:hover{background-color:var(--kfz-primary);color:#fff}.kfz-post-nav{display:grid;grid-template-columns:1fr 1fr;gap:var(--kfz-space-xl);padding-top:var(--kfz-space-lg);border-top:1px solid var(--kfz-border);margin-top:var(--kfz-space-xl)}.kfz-post-nav .nav-label{font-family:var(--kfz-font-body);font-size:12px;color:var(--kfz-meta);display:inline-flex;align-items:center;gap:4px;margin-bottom:var(--kfz-space-xs)}.kfz-post-nav .nav-title{font-family:var(--kfz-font-heading);font-weight:700;font-size:16px;color:var(--kfz-text);transition:color .2s ease}.kfz-post-nav a:hover .nav-title{color:var(--kfz-primary)}.kfz-post-nav .nav-next{text-align:right}.kfz-related-posts{background:var(--kfz-surface);padding:var(--kfz-space-2xl) 0}.kfz-archive-header{padding:var(--kfz-space-xl) 0;border-bottom:2px solid var(--kfz-border)}.kfz-archive-header h1{font-size:36px;margin-bottom:var(--kfz-space-sm)}.kfz-archive-header .archive-description{font-size:16px;color:rgba(51,51,51,.7);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.kfz-404{text-align:center;padding:96px var(--kfz-space-md);max-width:600px;margin:0 auto}.kfz-404 .error-code{font-family:var(--kfz-font-heading);font-weight:700;font-size:120px;color:var(--kfz-primary);line-height:1;margin-bottom:var(--kfz-space-md)}.kfz-404 h2{margin-bottom:var(--kfz-space-md)}.kfz-404 p{color:rgba(51,51,51,.7);margin-bottom:var(--kfz-space-xl)}.kfz-category-highlights{background-color:var(--kfz-surface);padding:var(--kfz-space-2xl) 0;border-top:1px solid var(--kfz-border);border-bottom:1px solid var(--kfz-border)}.kfz-category-column{background:var(--kfz-background);padding:var(--kfz-space-lg);box-shadow:0 1px 4px rgba(0,0,0,.04)}.kfz-category-column .kfz-section-heading{font-size:18px;margin-bottom:var(--kfz-space-md)}.kfz-cat-featured{margin-bottom:var(--kfz-space-md)}.kfz-cat-featured-image{display:block;overflow:hidden;aspect-ratio:16/9;margin-bottom:var(--kfz-space-sm)}.kfz-cat-featured-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.kfz-cat-featured-image:hover img{transform:scale(1.03)}.kfz-cat-featured h4{font-size:18px;line-height:1.25;margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.kfz-cat-featured h4 a{color:#1a1a1a;transition:color .2s ease}.kfz-cat-featured:hover h4 a,.kfz-cat-featured h4 a:hover{color:var(--kfz-primary)}.kfz-cat-list-item{padding:var(--kfz-space-sm) 0;border-top:1px solid var(--kfz-border)}.kfz-cat-list-item h5{font-size:15px;line-height:1.35;margin:0 0 2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.kfz-cat-list-item h5 a{color:var(--kfz-text);transition:color .2s ease}.kfz-cat-list-item h5 a:hover{color:var(--kfz-primary)}.kfz-category-column .category-link{display:inline-flex;align-items:center;gap:var(--kfz-space-sm);font-family:var(--kfz-font-heading);font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.8px;color:var(--kfz-primary);margin-top:var(--kfz-space-md);padding-top:var(--kfz-space-md);border-top:1px solid var(--kfz-border);width:100%;transition:color .2s ease,gap .2s ease}.kfz-category-column .category-link:hover{color:var(--kfz-secondary);gap:var(--kfz-space-md)}.kfz-pagination{display:flex;justify-content:center;gap:var(--kfz-space-sm);margin-top:var(--kfz-space-xl);padding-top:var(--kfz-space-xl)}.kfz-pagination a,.kfz-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 var(--kfz-space-sm);font-family:var(--kfz-font-heading);font-weight:700;font-size:13px;color:var(--kfz-text);border:1px solid var(--kfz-border);transition:all .2s ease}.kfz-pagination a:hover,.kfz-pagination .current{background-color:var(--kfz-primary);color:#fff;border-color:var(--kfz-primary)}.kfz-comments{margin-top:var(--kfz-space-xl);padding-top:var(--kfz-space-xl);border-top:1px solid var(--kfz-border)}.comment-list{list-style:none;padding:0}.comment-body{padding:var(--kfz-space-md);border-bottom:1px solid var(--kfz-border);margin-bottom:var(--kfz-space-md)}.comment-author .fn{font-family:var(--kfz-font-heading);font-weight:700;font-size:14px}.comment-metadata{font-size:12px;color:var(--kfz-meta)}.kfz-no-results{text-align:center;padding:var(--kfz-space-2xl) var(--kfz-space-md)}.wp-caption{max-width:100%}.wp-caption-text{font-size:12px;color:var(--kfz-meta);text-align:center;margin-top:var(--kfz-space-sm)}.alignleft{float:left;margin:0 var(--kfz-space-md) var(--kfz-space-md) 0}.alignright{float:right;margin:0 0 var(--kfz-space-md) var(--kfz-space-md)}.aligncenter{display:block;margin:0 auto var(--kfz-space-md)}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute !important;height:1px;width:1px;overflow:hidden;word-wrap:normal !important}.screen-reader-text:focus{background-color:var(--kfz-surface);clip:auto !important;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}@media (max-width:1024px){:root{--kfz-grid-gap:16px}h1{font-size:34px}h2{font-size:28px}h3{font-size:24px}h4{font-size:20px}.kfz-grid-3,.kfz-grid-4{grid-template-columns:repeat(2,1fr)}.kfz-content-sidebar{grid-template-columns:1fr}.kfz-hero{grid-template-columns:1fr}.kfz-hero-lead-link{min-height:400px}.kfz-hero-lead-title{font-size:30px}.kfz-hero-aside-item>a{grid-template-columns:80px 1fr}.kfz-topbar{display:none}.kfz-nav{display:none}.kfz-nav.is-open{display:block;position:absolute;top:100%;left:0;right:0;background:var(--kfz-background);border-bottom:1px solid var(--kfz-border);padding:var(--kfz-space-md);z-index:999}.kfz-nav.is-open>ul{flex-direction:column;gap:0}.kfz-nav.is-open a{display:block;padding:var(--kfz-space-sm) 0}.kfz-nav .sub-menu{position:static;display:none;box-shadow:none;border:none;min-width:auto;padding:0 0 0 var(--kfz-space-md)}.kfz-nav li:hover>.sub-menu{display:none}.kfz-nav .sub-menu.is-open{display:flex;flex-direction:column}.kfz-nav .sub-menu a{font-size:13px;padding:var(--kfz-space-xs) 0}.kfz-nav .menu-item-has-children>a:after{border-top:4px solid currentColor;transition:transform .2s ease}.kfz-nav .menu-item-has-children.is-open>a:after{transform:rotate(180deg)}.kfz-menu-toggle{display:block}.kfz-header-search{display:none}.kfz-header{position:relative}.kfz-sidebar{position:static}.kfz-post-nav{grid-template-columns:1fr}.kfz-single-header{padding:var(--kfz-space-lg) var(--kfz-space-md)}}@media (max-width:767px){h1{font-size:28px}h2{font-size:24px}h3{font-size:20px}h4{font-size:18px}body{font-size:14px}:root{--kfz-grid-gap:12px}.kfz-grid-2,.kfz-grid-3,.kfz-grid-4{grid-template-columns:1fr}.kfz-hero{grid-template-columns:1fr}.kfz-hero-lead-link{min-height:300px}.kfz-hero-lead-title{font-size:26px;max-width:100%}.kfz-hero-lead-excerpt{display:none}.kfz-hero-aside{padding:var(--kfz-space-md)}.kfz-hero-aside-item>a{grid-template-columns:1fr;gap:var(--kfz-space-sm)}.kfz-hero-aside-thumb{display:none}.kfz-single-header{padding:var(--kfz-space-md)}.kfz-single-header h1{font-size:28px}.kfz-single-featured-image{padding:0 0 var(--kfz-space-md)}.kfz-post-nav .nav-next{text-align:left}.kfz-404{padding:var(--kfz-space-2xl) var(--kfz-space-md)}.kfz-404 .error-code{font-size:80px}.kfz-nav a,.btn,button,input[type=submit]{min-height:44px;display:inline-flex;align-items:center}.kfz-pagination a,.kfz-pagination span{min-width:36px;height:36px;font-size:13px}.btn{width:100%;justify-content:center}}