/*
Theme Name: Kar King Auto Starter
Theme URI: https://karkingauto.com/
Author: Kar King Auto
Description: Lightweight starter theme for the new Kar King Auto website.
Version: 1.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: karkingauto-starter
*/

:root{
  --royal:#1f4ed8;
  --royal-dark:#1739a6;
  --royal-deep:#10266f;
  --sky:#38bdf8;
  --sky-pale:#eaf8ff;
  --white:#fff;
  --off:#f7faff;
  --surface:#f0f6ff;
  --text:#172033;
  --muted:#64748b;
  --border:#d7e3f4;
  --width:1200px;
  --radius:12px;
  --shadow:0 10px 30px rgba(31,78,216,.10);
  --shadow-hover:0 16px 38px rgba(31,78,216,.18);
  --gradient:linear-gradient(135deg,var(--royal),var(--sky));
  --gradient-dark:linear-gradient(135deg,var(--royal-deep),var(--royal));
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--white);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.6}
img{display:block;max-width:100%;height:auto}
a{color:var(--royal);text-decoration:none}
a:hover{color:var(--royal-dark)}
button,input,select,textarea{font:inherit}
input:focus,select:focus,textarea:focus,button:focus-visible,a:focus-visible{outline:3px solid rgba(56,189,248,.38);outline-offset:2px}

.site-container,.inventory-container,.listing-detail-container,.kk-home-container,.kk-about-container{
  width:min(var(--width),calc(100% - 32px));
  margin-inline:auto;
}

.site-main{min-height:60vh;padding:48px 0}
.page-header{margin-bottom:28px}
.page-title{margin:0;font-size:clamp(2rem,5vw,3.4rem);line-height:1.1}
.entry-content{max-width:900px}

/* Header */
.site-header{width:100%;background:var(--gradient-dark);color:var(--white);border-bottom:4px solid var(--sky);box-shadow:0 4px 18px rgba(16,38,111,.18)}
.header-inner{display:flex;min-height:82px;align-items:center;justify-content:space-between;gap:30px}
.site-branding{flex:0 0 auto}
.site-title{margin:0;font-size:1.45rem;font-weight:800}
.site-title a,.site-branding a{color:var(--white)}
.site-description{margin:4px 0 0;color:rgba(255,255,255,.78);font-size:.9rem}
.primary-menu{display:flex;flex-wrap:wrap;gap:26px;margin:0;padding:0;list-style:none}
.primary-menu a{color:var(--white);font-weight:700}
.primary-menu a:hover,.primary-menu .current-menu-item>a,.primary-menu .current_page_item>a{color:var(--sky)}

/* Shared buttons/cards */
.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:36px}
.card{padding:24px;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow)}
.card h2{margin-top:0}
.kk-button,.kk-about-button,.inventory-view-button,.inventory-empty a,.listing-call-button,.listing-contact-button,.home-product-button{
  display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:0 20px;border-radius:7px;
  font-weight:800;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease
}
.kk-button:hover,.kk-about-button:hover,.inventory-view-button:hover,.listing-call-button:hover,.listing-contact-button:hover,.home-product-button:hover{transform:translateY(-2px)}
.kk-button-primary,.kk-about-button-primary,.inventory-filter-actions button,.inventory-view-button,.inventory-empty a,.listing-call-button{
  border:0;background:var(--gradient);color:var(--white);box-shadow:0 7px 18px rgba(31,78,216,.22)
}
.kk-button-primary:hover,.kk-about-button-primary:hover,.inventory-filter-actions button:hover,.inventory-view-button:hover,.inventory-empty a:hover,.listing-call-button:hover{
  background:var(--gradient-dark);color:var(--white)
}
.kk-button-secondary,.kk-about-button-outline{border:1px solid rgba(255,255,255,.7);color:var(--white)}
.kk-button-light,.kk-about-button-light{background:var(--white);color:var(--royal)}
.kk-button-outline-light,.kk-about-button-outline-light{border:2px solid var(--white);color:var(--white)}

/* Inventory archive */
.inventory-page{min-height:70vh;background:var(--surface)}
.inventory-header{padding:55px 0;background:var(--gradient-dark);color:var(--white);border-bottom:4px solid var(--sky)}
.inventory-header h1{margin:0 0 12px;font-size:clamp(30px,5vw,48px)}
.inventory-header p{max-width:720px;margin:0;color:rgba(255,255,255,.88);font-size:18px;line-height:1.6}
.inventory-filters{display:grid;grid-template-columns:minmax(250px,2fr) minmax(200px,1fr) auto;gap:16px;align-items:end;margin:32px 0;padding:22px;border:1px solid var(--border);border-top:4px solid var(--sky);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow)}
.inventory-filter-field label{display:block;margin-bottom:7px;font-weight:700}
.inventory-filter-field input,.inventory-filter-field select{width:100%;min-height:46px;padding:10px 12px;border:1px solid var(--border);border-radius:6px;background:var(--white)}
.inventory-filter-actions{display:flex;gap:12px;align-items:center}
.inventory-filter-actions button{padding:12px 18px;cursor:pointer}
.inventory-results-header{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:20px}
.inventory-results-header h2,.inventory-results-header p{margin:0}
.inventory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;padding-bottom:40px}
.inventory-card{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease}
.inventory-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}
.inventory-card-image{display:block;aspect-ratio:4/3;overflow:hidden;background:var(--surface)}
.inventory-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.inventory-card:hover .inventory-card-image img{transform:scale(1.04)}
.inventory-image-placeholder{display:grid;height:100%;place-items:center;color:var(--muted)}
.inventory-card-content{padding:20px}
.inventory-manufacturer{margin-bottom:7px;color:var(--royal);font-size:14px;font-weight:800;text-transform:uppercase}
.inventory-card-title{margin:0 0 14px;font-size:19px;line-height:1.35}
.inventory-card-title a{color:var(--text)}
.inventory-price{margin-bottom:18px;color:var(--royal);font-size:25px;font-weight:900}
.inventory-view-button{width:100%}
.inventory-pagination{padding:0 0 50px;text-align:center}
.inventory-pagination .page-numbers{display:inline-block;margin:3px;padding:9px 13px;border:1px solid var(--border);border-radius:5px;background:var(--white);color:var(--text)}
.inventory-pagination .current,.inventory-pagination a:hover{border-color:transparent;background:var(--gradient);color:var(--white)}
.inventory-empty{margin-bottom:50px;padding:50px 25px;border:1px solid var(--border);border-radius:var(--radius);background:var(--white);text-align:center}

/* Single listing */
.listing-detail-page{padding:35px 0 60px;background:var(--surface)}
.listing-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:25px;color:var(--muted);font-size:14px}
.listing-breadcrumbs a{color:var(--royal)}
.listing-detail-grid,.listing-description,.related-listings{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);box-shadow:var(--shadow)}
.listing-detail-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:40px;padding:28px}
.listing-main-image{display:grid;min-height:480px;place-items:center;overflow:hidden;border-radius:8px;background:var(--off)}
.listing-main-image img{width:100%;height:480px;object-fit:contain}
.listing-detail-placeholder{color:var(--muted);font-size:18px}
.listing-thumbnails{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:12px}
.listing-thumbnail{padding:3px;border:2px solid transparent;border-radius:6px;background:var(--white);cursor:pointer}
.listing-thumbnail.is-active{border-color:var(--sky)}
.listing-thumbnail img{width:100%;height:85px;object-fit:cover;border-radius:4px}
.listing-detail-manufacturer{margin-bottom:10px}
.listing-detail-manufacturer a{display:inline-block;margin:0 6px 6px 0;padding:6px 10px;border:1px solid var(--border);border-radius:20px;background:var(--sky-pale);color:var(--royal);font-size:13px;font-weight:800;text-transform:uppercase}
.listing-detail-title{margin:0 0 20px;font-size:clamp(28px,4vw,44px);line-height:1.15}
.listing-detail-price,.related-listing-price{color:var(--royal);font-weight:900}
.listing-detail-price{margin-bottom:26px;font-size:36px}
.listing-detail-actions{display:grid;gap:12px;margin-bottom:24px}
.listing-contact-button{border:2px solid var(--royal);background:var(--white);color:var(--royal)}
.listing-contact-button:hover{background:var(--royal);color:var(--white)}
.listing-detail-notice{padding:18px;border-left:4px solid var(--sky);background:var(--sky-pale);line-height:1.6}
.listing-description,.related-listings{margin-top:35px;padding:28px}
.listing-description h2,.related-listings h2{margin-top:0}
.related-listings-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.related-listing-card{overflow:hidden;border:1px solid var(--border);border-radius:8px}
.related-listing-image{display:block;aspect-ratio:4/3;overflow:hidden;background:var(--surface)}
.related-listing-image img{width:100%;height:100%;object-fit:cover}
.related-placeholder{display:grid;height:100%;place-items:center;color:var(--muted)}
.related-listing-content{padding:15px}
.related-listing-content h3{margin:0 0 12px;font-size:16px;line-height:1.35}
.related-listing-content h3 a{color:var(--text)}

/* Front page */
.kk-home{background:var(--white);color:var(--text)}
.kk-eyebrow,.kk-about-eyebrow{margin:0 0 10px;color:var(--royal);font-size:13px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
/*.kk-hero{position:relative;display:grid;min-height:650px;align-items:center;overflow:hidden;background:linear-gradient(90deg,rgba(31,78,216,.92),rgba(56,189,248,.50)),url("assets/images/about-hero.jpg") center/cover no-repeat;color:var(--white)}*/
.kk-hero {
    position: relative;
    display: grid;
    min-height: 650px;
    align-items: center;
    overflow: hidden;
    background: url("assets/images/about-hero.jpg") center / cover no-repeat;
    color: var(--white);
}
.kk-hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 80% 30%,rgba(56,189,248,.28),transparent 35%);pointer-events:none}
.kk-hero-content{position:relative;z-index:1;padding:80px 0}
.kk-hero .kk-eyebrow,.kk-about-hero .kk-about-eyebrow,.kk-about-cta .kk-about-eyebrow{color:#dff7ff}
.kk-hero h1{max-width:900px;margin:0 0 22px;font-size:clamp(40px,6.6vw,76px);line-height:1.02;letter-spacing:-.035em}
.kk-hero-copy{max-width:720px;margin:0 0 30px;color:rgba(255,255,255,.92);font-size:20px;line-height:1.65}
.kk-hero-search{display:grid;grid-template-columns:minmax(0,1fr) auto;max-width:760px;margin-bottom:22px;padding:7px;border-radius:9px;background:var(--white);box-shadow:0 14px 40px rgba(16,38,111,.25)}
.kk-hero-search input{min-width:0;min-height:52px;padding:0 18px;border:0;background:transparent;color:var(--text)}
.kk-hero-search button{min-height:52px;padding:0 24px;border:0;border-radius:6px;background:var(--gradient);color:var(--white);font-weight:800;cursor:pointer}
.kk-hero-search button:hover{background:var(--gradient-dark)}
.kk-hero-actions,.kk-cta-actions,.kk-about-hero-actions,.kk-about-cta-actions{display:flex;flex-wrap:wrap;gap:12px}
.kk-category-section,.kk-products-section,.kk-why-section{padding:80px 0}
.kk-section-heading,.kk-about-section-heading{max-width:800px;margin-bottom:35px}
.kk-section-heading h2,.kk-products-heading h2,.kk-why-content h2,.kk-warranty-panel h2,.kk-cta-inner h2,.kk-about-intro-copy h2,.kk-about-section-heading h2,.kk-about-facility-content h2,.kk-about-warranty-grid h2,.kk-about-cta h2{margin:0 0 14px;font-size:clamp(30px,4.5vw,48px);line-height:1.1}
.kk-section-heading>p:last-child,.kk-products-heading p,.kk-why-content>p,.kk-cta-inner>div>p:last-child,.kk-about-intro-copy>p:not(.kk-about-eyebrow),.kk-about-section-heading>p:last-child,.kk-about-facility-content>p,.kk-about-warranty-grid>div:first-child>p:last-child{color:var(--muted);line-height:1.7}
.kk-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.kk-category-card{display:block;min-height:0;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:var(--gradient-dark);color:var(--white);box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease}
.kk-category-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}
.kk-category-thumb{aspect-ratio:16/10;overflow:hidden;background:var(--royal-deep)}
.kk-category-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.kk-category-card:hover .kk-category-thumb img{transform:scale(1.05)}
.kk-category-card-body{padding:24px;background:var(--gradient-dark)}
.kk-category-card h3{margin:0 0 10px;color:var(--white);font-size:26px}
.kk-category-card p{margin:0 0 18px;color:rgba(255,255,255,.82);line-height:1.55}
.kk-category-link{color:var(--white);font-weight:800}
.kk-products-section{background:var(--surface)}
.kk-products-section.is-alt{background:var(--white)}
.kk-products-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:30px}
.kk-products-heading>div{max-width:760px}
.kk-products-heading>a{flex:0 0 auto;color:var(--royal);font-weight:800}
.home-products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.home-product-card{overflow:hidden;border:1px solid var(--border);border-radius:10px;background:var(--white);box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease}
.home-product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}
.home-product-image{display:grid;aspect-ratio:4/3;place-items:center;overflow:hidden;background:var(--surface)}
.home-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.home-product-card:hover .home-product-image img{transform:scale(1.04)}
.home-product-placeholder{color:var(--muted)}
.home-product-content{padding:18px}
.home-product-manufacturer{margin-bottom:7px;color:var(--royal);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.home-product-content h3{margin:0 0 12px;font-size:17px;line-height:1.4}
.home-product-content h3 a{color:var(--text)}
.home-product-price{margin-bottom:15px;color:var(--royal);font-size:23px;font-weight:900}
.home-product-button{display:flex;background:var(--gradient-dark);color:var(--white)}
.home-product-button:hover{background:var(--gradient);color:var(--white)}
.kk-why-section,.kk-about-process{background:var(--gradient-dark);color:var(--white)}
.kk-why-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);gap:60px;align-items:center}
.kk-why-content>p,.kk-about-process .kk-about-section-heading>p:last-child{color:rgba(255,255,255,.82)}
.kk-check-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 25px;margin:28px 0;padding:0;list-style:none}
.kk-check-list li{position:relative;padding-left:25px}
.kk-check-list li::before{position:absolute;left:0;color:var(--sky);content:"✓";font-weight:900}
.kk-warranty-panel{padding:34px;border-radius:var(--radius);background:var(--white);color:var(--text)}
.kk-warranty-item{padding:20px 0;border-top:1px solid var(--border)}
.kk-warranty-item p,.kk-warranty-note{color:var(--muted)}
.kk-warranty-note{padding:16px;border-left:4px solid var(--sky);background:var(--sky-pale)}
.kk-cta-section,.kk-about-cta{padding:55px 0;background:var(--gradient);color:var(--white)}
.kk-cta-inner,.kk-about-cta-inner{display:flex;justify-content:space-between;gap:40px;align-items:center}

/* About page */
.kk-about{background:var(--white);color:var(--text)}
/*.kk-about-hero{position:relative;display:grid;min-height:510px;align-items:center;overflow:hidden;background:linear-gradient(90deg,rgba(31,78,216,.92),rgba(56,189,248,.46)),url("assets/images/about-hero.jpg") center/cover no-repeat;color:var(--white)}*/
.kk-about-hero {
    position: relative;
    display: grid;
    min-height: 650px;
    align-items: center;
    overflow: hidden;
    background: url("assets/images/about-hero.jpg") center / cover no-repeat;
    color: var(--white);
}
.kk-about-hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 80% 25%,rgba(56,189,248,.30),transparent 35%)}
.kk-about-hero-content{position:relative;z-index:1;padding:80px 0}
.kk-about-hero h1{max-width:850px;margin:0 0 22px;font-size:clamp(39px,6vw,68px);line-height:1.04;letter-spacing:-.035em}
.kk-about-hero-content>p:not(.kk-about-eyebrow){max-width:760px;margin:0 0 30px;color:rgba(255,255,255,.90);font-size:19px;line-height:1.7}
.kk-about-intro,.kk-about-process,.kk-about-facility,.kk-about-values,.kk-about-warranty,.kk-about-testimonial{padding:80px 0}
.kk-about-intro-grid,.kk-about-facility-grid,.kk-about-warranty-grid{display:grid;gap:60px;align-items:center}
.kk-about-intro-grid{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr)}
.kk-about-facility-grid{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr)}
.kk-about-warranty-grid{grid-template-columns:minmax(0,.9fr) minmax(380px,1.1fr)}
.kk-about-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
.kk-about-stat{min-height:150px;padding:24px;border:1px solid var(--border);border-radius:10px;background:var(--surface)}
.kk-about-stat strong{display:block;margin-bottom:10px;color:var(--royal);font-size:21px}
.kk-about-stat span,.kk-about-value p,.kk-about-facility-content>p{color:var(--muted)}
.kk-about-process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.kk-about-process-card{min-height:260px;padding:28px;border:1px solid rgba(255,255,255,.16);border-radius:10px;background:rgba(255,255,255,.06)}
.kk-about-process-card>span{display:block;margin-bottom:32px;color:var(--sky);font-size:37px;font-weight:900}
.kk-about-process-card p{color:rgba(255,255,255,.82)}
.kk-about-facility-slider{position:relative;min-height:450px;overflow:hidden;border:4px solid var(--royal-deep);border-radius:var(--radius);background:var(--royal-deep);box-shadow:var(--shadow)}
.kk-about-facility-track{position:relative;height:450px}
.kk-about-facility-slide{position:absolute;inset:0;margin:0;opacity:0;visibility:hidden;transition:opacity .5s ease}
.kk-about-facility-slide.is-active{opacity:1;visibility:visible}
.kk-about-facility-slide img{width:100%;height:450px;object-fit:cover}
.kk-facility-arrow{position:absolute;z-index:3;top:50%;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:rgba(16,38,111,.72);color:var(--white);font-size:25px;line-height:44px;cursor:pointer;transform:translateY(-50%)}
.kk-facility-arrow:hover{background:var(--gradient)}
.kk-facility-prev{left:16px}
.kk-facility-next{right:16px}
.kk-facility-dots{position:absolute;z-index:3;right:0;bottom:16px;left:0;display:flex;justify-content:center;gap:8px}
.kk-facility-dot{width:11px;height:11px;padding:0;border:2px solid var(--white);border-radius:50%;background:transparent;cursor:pointer}
.kk-facility-dot.is-active{background:var(--sky);border-color:var(--sky)}
.kk-about-text-link{display:inline-block;margin-top:12px;color:var(--royal);font-weight:800}
.kk-about-values,.kk-about-testimonial{background:var(--surface)}
.kk-about-values-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.kk-about-value{padding:27px;border:1px solid var(--border);border-radius:10px;background:var(--white);box-shadow:var(--shadow)}
.kk-about-warranty-card{padding:32px;border-top:5px solid var(--sky);border-radius:var(--radius);background:var(--gradient-dark);color:var(--white)}
.kk-about-warranty-card p{color:rgba(255,255,255,.82)}
.kk-about-quote{max-width:920px;margin:0 auto;text-align:center}
.kk-about-quote blockquote{margin:20px 0 18px;font-size:clamp(26px,4vw,42px);font-weight:700;line-height:1.35}
.kk-about-quote cite{color:var(--muted);font-style:normal}

/* Footer */
.site-footer{margin-top:48px;padding:28px 0;border-top:5px solid var(--sky);background:var(--gradient-dark);color:rgba(255,255,255,.82)}
.site-footer a{color:var(--white)}
.site-footer a:hover{color:var(--sky)}
.footer-inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}

/* Responsive */
@media(max-width:1000px){
  .kk-category-grid,.home-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .kk-why-grid{grid-template-columns:1fr}
}
@media(max-width:950px){
  .kk-about-intro-grid,.kk-about-facility-grid,.kk-about-warranty-grid{grid-template-columns:1fr}
  .kk-about-process-grid,.kk-about-values-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
  .inventory-grid,.related-listings-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .inventory-filters{grid-template-columns:1fr 1fr}
  .inventory-filter-actions{grid-column:1/-1}
  .listing-detail-grid{grid-template-columns:1fr}
}
@media(max-width:800px){
  .header-inner{flex-direction:column;align-items:flex-start;padding:20px 0}
  .card-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
  .kk-hero{min-height:580px}
  .kk-hero-content{padding:60px 0}
  .kk-hero-search{grid-template-columns:1fr}
  .kk-hero-search button{width:100%}
  .kk-products-heading,.kk-cta-inner,.kk-about-cta-inner{display:block}
  .kk-products-heading>a{display:inline-block;margin-top:12px}
  .kk-cta-actions,.kk-about-cta-actions{margin-top:22px}
}
@media(max-width:600px){
  .inventory-grid,.inventory-filters,.related-listings-grid{grid-template-columns:1fr}
  .inventory-filter-actions{grid-column:auto}
  .inventory-results-header{display:block}
  .inventory-results-header p{margin-top:7px}
  .listing-detail-grid,.listing-description,.related-listings{padding:18px}
  .listing-main-image{min-height:320px}
  .listing-main-image img{height:320px}
  .listing-thumbnails{grid-template-columns:repeat(4,minmax(0,1fr))}
  .listing-thumbnail img{height:65px}
}
@media(max-width:560px){
  .kk-category-grid,.home-products-grid,.kk-check-list,.kk-about-stat-grid,.kk-about-process-grid,.kk-about-values-grid{grid-template-columns:1fr}
  .kk-category-section,.kk-products-section,.kk-why-section,.kk-about-intro,.kk-about-process,.kk-about-facility,.kk-about-values,.kk-about-warranty,.kk-about-testimonial{padding:58px 0}
  .kk-about-facility-slider,.kk-about-facility-track,.kk-about-facility-slide img{min-height:310px;height:310px}
  .kk-facility-arrow{width:38px;height:38px;font-size:21px;line-height:38px}
}
.kk-hero-content {
    max-width: 980px;
    padding: 40px;
    border-radius: 14px;
    background: rgba(10, 25, 55, 0.62);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(2px);
}

.kk-hero h1,
.kk-hero-copy,
.kk-hero .kk-eyebrow {
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85);
}
@media (max-width: 700px) {
    .kk-hero-content {
        padding: 24px;
    }
}
.kk-about-hero-content {
    max-width: 980px;
    padding: 40px;
    border-radius: 14px;
    background: rgba(10, 25, 55, 0.62);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(2px);
}

.kk-about-hero h1,
.kk-about-hero-content > p,
.kk-about-hero .kk-about-eyebrow {
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85);
}
.kk-about-hero-overlay {
    display: none;
}
@media (max-width: 700px) {
    .kk-about-hero-content {
        padding: 24px;
    }
}
.site-logo-image {
    display: block;
    width: auto;
    height: 100px;
    max-width: none;
    object-fit: contain;
}
.header-inner {
    display: flex;
    min-height: 120px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
@media (max-width: 800px) {
    .site-logo-image {
        height: 70px;
    }

    .header-inner {
        min-height: 80px;
    }
}

@media (max-width: 500px) {
    .site-logo-image {
        height: 50px;
    }

    .header-inner {
        min-height: 75px;
    }
}