/*
Theme Name: Keyan Blocks
Theme URI: https://keyanhydraulics.com/
Author: Keyan Hydraulics reconstruction
Description: Lean block theme modeled on the public Keyan Hydraulics site.
Version: 0.1.0
Requires at least: 6.7
Requires PHP: 8.1
Text Domain: keyan-blocks
*/

:root{--kh-blue:#0861e9;--kh-green:#075c26;--kh-light:#eaf0ff;--kh-ink:#263238;--kh-wrap:1140px}
.entry-content>.kh-hero,.entry-content>.kh-page-banner,.kh-page-banner{max-width:none!important;width:100%!important;margin-inline:0!important}.entry-content>.kh-wrap,.kh-page-body{max-width:var(--kh-wrap)!important}.entry-content>.kh-about{max-width:980px!important}
.kh-hero:before{content:"";display:block;width:126px;height:126px;background:url(assets/logo.png) center/contain no-repeat;margin-bottom:25px}@media(max-width:650px){.kh-hero:before{width:80px;height:80px}}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--kh-ink);background:#fff;font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}a:hover{color:var(--kh-blue)}img{max-width:100%;height:auto}.kh-wrap{width:min(calc(100% - 42px),var(--kh-wrap));margin-inline:auto}.kh-topbar{background:var(--kh-blue);color:#fff;font-size:13px;line-height:1.3}.kh-topbar .kh-wrap{display:flex;align-items:center;gap:16px;min-height:34px;flex-wrap:wrap}.kh-topbar a:hover{color:#fff;text-decoration:underline}.kh-header{background:#fff;box-shadow:0 1px 3px #0001;position:relative;z-index:5}.kh-header .kh-wrap{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:32px}.kh-logo{display:block;width:60px;height:60px;background:url(assets/logo.png) center/contain no-repeat;flex:none}.kh-header nav{display:flex;align-items:center;flex-wrap:wrap;gap:3px}.kh-header nav a{padding:12px 11px;color:var(--kh-green);font-size:14px}.kh-header nav a:hover,.kh-header nav a.is-active{background:var(--kh-green);color:#fff}.kh-hero{min-height:540px;background:linear-gradient(#0007,#0007),url(assets/hero.jpg) center/cover no-repeat;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px}.kh-hero-mark{width:126px;height:126px;background:url(assets/logo.png) center/contain no-repeat;margin-bottom:25px}.kh-hero h1{font-size:clamp(34px,5.2vw,68px);font-weight:700;line-height:1.08;letter-spacing:.02em;margin:0 0 16px}.kh-hero p{font-size:16px;font-weight:700;letter-spacing:.05em;margin:0 0 25px}.wp-block-button__link,.kh-enquiry button,.kh-filter button{background:var(--kh-green);border-radius:0;color:#fff;border:0;padding:11px 18px;cursor:pointer}.wp-block-button__link:hover,.kh-enquiry button:hover,.kh-filter button:hover{background:var(--kh-blue);color:#fff}.kh-page-banner{background:var(--kh-blue);color:#fff;text-align:center;padding:27px 20px}.kh-page-banner h1{font-size:clamp(34px,4vw,54px);line-height:1.2;margin:0}.kh-page-body{padding-block:55px 80px}.kh-about{padding-block:65px 90px;max-width:980px}.kh-about h2{font-size:32px;color:var(--kh-green)}.kh-about p{font-size:18px;line-height:1.9}.kh-home-products{padding-block:45px 65px}.kh-home-products>h2{text-align:center;font-size:36px;color:var(--kh-green)}.kh-home-products .kh-catalogue{display:block}.kh-home-products .kh-filter{display:none}.kh-home-products .wp-block-buttons{justify-content:center;margin-top:26px}.kh-catalogue{display:grid;grid-template-columns:240px minmax(0,1fr);gap:50px}.kh-filter{align-self:start;background:var(--kh-light);padding:13px;color:#333}.kh-filter h3{font-family:Impact,'Arial Narrow',Arial,sans-serif;font-size:17px;font-weight:500;color:#0861a7;margin:8px 0 15px}.kh-filter input[type=search]{display:block;width:100%;padding:10px 12px;border:1px solid #bec5d6;border-radius:3px;background:#fff;margin-bottom:20px}.kh-filter label{display:block;font-size:14px;margin:8px 0;cursor:pointer}.kh-filter input[type=radio]{accent-color:var(--kh-green)}.kh-filter button{margin-top:15px;width:100%}.kh-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px}.kh-product-card{text-align:center;padding-bottom:26px;border-bottom:1px solid #ececec}.kh-product-image{height:195px;border:1px solid #e0e0e0;border-radius:40px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff}.kh-product-image img{width:100%;height:100%;object-fit:contain}.kh-product-card h3{font-size:19px;color:var(--kh-green);line-height:1.3;margin:14px 0 5px}.kh-product-card p{font-size:13px;color:#777;margin:0 0 12px}.kh-card-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.kh-card-actions a{font-size:13px;color:var(--kh-blue);text-decoration:underline}.kh-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.kh-gallery-grid a{display:block;overflow:hidden;border-radius:8px;aspect-ratio:4/3}.kh-gallery-grid img{width:100%;height:100%;object-fit:cover;transition:transform .2s}.kh-gallery-grid a:hover img{transform:scale(1.04)}.kh-contact{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding-block:65px 90px}.kh-contact h2{color:var(--kh-green)}.kh-enquiry label{display:block;font-size:14px;font-weight:700;margin:10px 0}.kh-enquiry input,.kh-enquiry textarea{display:block;width:100%;padding:10px 12px;margin-top:4px;border:1px solid #d7dce4;background:#fff;font:inherit;font-weight:400}.kh-enquiry button{margin-top:6px}.kh-honey{position:absolute!important;left:-9999px!important}.kh-footer{background:#242c35;color:#dce2e7;padding-top:55px}.kh-footer-grid{display:grid;grid-template-columns:1.1fr .7fr 1fr;gap:50px}.kh-footer h3{font-size:19px;color:#fff;margin:0 0 18px}.kh-footer p{font-size:14px}.kh-footer ul{list-style:none;padding:0;margin:0}.kh-footer li{margin:8px 0}.kh-footer a:hover{color:#fff;text-decoration:underline}.kh-footer .kh-enquiry input,.kh-footer .kh-enquiry textarea{background:#fff}.kh-whatsapp{display:inline-block;color:#fff;background:var(--kh-green);padding:9px 14px}.kh-copyright{text-align:center;background:#1b2229;color:#c5ced5;font-size:13px;padding:14px;margin-top:45px}.kh-single{padding-block:50px 85px;max-width:820px}.kh-single .wp-block-post-featured-image img{width:100%;max-height:520px;object-fit:contain}.kh-single h1{font-size:38px;color:var(--kh-green)}
@media(max-width:900px){.kh-catalogue{grid-template-columns:200px minmax(0,1fr);gap:25px}.kh-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kh-footer-grid{grid-template-columns:1fr 1fr}.kh-footer-grid>div:last-child{grid-column:1/-1}.kh-contact{gap:25px}}
@media(max-width:650px){.kh-topbar .kh-wrap{padding-block:7px}.kh-header .kh-wrap{min-height:90px;justify-content:center;flex-wrap:wrap;gap:0}.kh-logo{width:55px;height:55px}.kh-header nav{justify-content:center;width:100%}.kh-header nav a{padding:6px 8px;font-size:12px}.kh-hero{min-height:460px}.kh-hero-mark{width:80px;height:80px}.kh-catalogue{display:block}.kh-filter{margin-bottom:28px}.kh-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.kh-product-image{height:150px;border-radius:20px}.kh-product-card h3{font-size:16px}.kh-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kh-contact,.kh-footer-grid{display:block}.kh-footer-grid>div{margin-bottom:30px}}
@media(max-width:420px){.kh-product-grid,.kh-gallery-grid{grid-template-columns:1fr}.kh-product-image{height:210px}}
