/* kill Elementor's default 10px .e-con padding + widget spacing so ported
   sections sit edge-to-edge (their own CSS provides all spacing) */
:root{--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}
.kimber-sec.e-con, .kimber-chrome.e-con{--padding-top:0px;--padding-right:0px;--padding-bottom:0px;--padding-left:0px;padding:0!important;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;margin:0!important;--content-width:100%;max-width:100%}
.kimber-sec .elementor-widget, .kimber-chrome .elementor-widget{margin:0!important}
.kimber-sec .elementor-widget-html, .kimber-chrome .elementor-widget-html{margin:0!important}
.kimber-sec > .elementor-widget-html, .kimber-sec > .e-con-inner{width:100%}
/* Kimber design system (ported from source) */
/* raise logo specificity above Elementor's `.elementor img{height:auto}` (0,1,1) */
.nav .brand-logo{height:43px;width:auto;display:block}
.foot-brand .brand-logo{height:40px;width:auto;display:block}


  :root{
    --accent:#b69b82;          /* taupe-brown buttons */
    --accent-dark:#a78a6f;
    --brown:#a98e75;           /* eyebrow text */
    --ink:#2c2a26;             /* headings */
    --body:#6e6e6a;            /* paragraph grey */
    --body-soft:#8a8a86;
    --cream:#efe9e2;           /* cta banner */
    --beige:#e4d8cc;           /* about section */
    --footer-bg:#ffffff;
    --tile:#ece7e0;            /* card image tile */
    --line:#e4ded5;
    --white:#ffffff;
    --container:1180px;
  }

  *{margin:0;padding:0;box-sizing:border-box}
  html{scroll-behavior:smooth}
  body{
    font-family:'Mulish',sans-serif;
    color:var(--body);
    background:var(--white);
    line-height:1.6;
    -webkit-font-smoothing:antialiased;
  }
  h1,h2,h3,h4,.logo-text{font-family:'Poppins',sans-serif;color:var(--ink)}
  img{display:block;max-width:100%}
  a{text-decoration:none;color:inherit}
  .container{max-width:var(--container);margin:0 auto;padding:0 28px}

  .eyebrow{
    font-family:'Mulish',sans-serif;
    color:var(--brown);
    font-size:12px;
    font-weight:700;
    letter-spacing:2.6px;
    text-transform:uppercase;
  }

  /* ---------------- Buttons ---------------- */
  .btn{
    display:inline-flex;align-items:center;gap:8px;
    font-family:'Mulish',sans-serif;font-weight:600;font-size:14px;
    padding:11px 20px;border-radius:9px;cursor:pointer;border:1px solid transparent;
    transition:.2s;white-space:nowrap;
  }
  .btn-solid{background:var(--accent);color:#fff;border-color:var(--accent)}
  .btn-solid:hover{background:var(--accent-dark);border-color:var(--accent-dark);color:#fff;transform:translateY(-2px);box-shadow:0 8px 18px rgba(60,48,38,.22)}
  .btn-outline-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.7)}
  .btn-outline-light:hover{background:rgba(255,255,255,.15);border-color:#fff;color:#fff;transform:translateY(-2px);box-shadow:0 8px 18px rgba(0,0,0,.18)}
  .btn-outline-accent{background:transparent;color:var(--accent);border-color:var(--accent)}
  .btn-outline-accent:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-2px);box-shadow:0 8px 18px rgba(60,48,38,.22)}
  .nav-actions{display:flex;align-items:center;gap:12px}
  .coming-soon{min-height:66vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:90px 0;background:var(--cream)}
  .coming-soon .eyebrow{display:block;margin-bottom:14px}
  .coming-soon h1{font-size:64px;font-weight:700;color:var(--ink);letter-spacing:-1px;line-height:1.05;margin-bottom:16px}
  .coming-soon p{font-size:16px;color:var(--body);line-height:1.7;max-width:440px;margin:0 auto}
  .btn .ic{width:16px;height:16px;flex:none}

  /* ---------------- Header ---------------- */
  header{background:#fff;border-bottom:1px solid #f2efe9;position:relative;z-index:30}
  .nav{display:flex;align-items:center;justify-content:space-between;height:84px}
  .brand{display:flex;align-items:center;gap:11px}
  .brand .mark{width:42px;height:42px;flex:none}
  .logo-text{font-size:25px;font-weight:600;color:var(--accent);line-height:1}
  .logo-sub{font-size:7px;letter-spacing:1.6px;color:#9a9a96;font-family:'Mulish';font-weight:600;text-transform:uppercase;margin-top:3px}
  .nav-links{display:flex;align-items:center;gap:30px;list-style:none}
  .nav-links a{font-size:14.5px;font-weight:500;color:#3c3a36;display:inline-flex;align-items:center;gap:5px}
  .nav-links a:hover{color:var(--accent)}
  .caret{width:11px;height:11px}
  .menu-toggle{display:none;background:none;border:0;cursor:pointer}
  .menu-toggle span{display:block;width:24px;height:2px;background:var(--ink);margin:5px 0;border-radius:2px}

  /* ---------------- Hero ---------------- */
  .hero{
    position:relative;min-height:520px;display:flex;align-items:center;
    background:url("/wp-content/uploads/2026/07/kb_6d36b09304.jpg") center right/cover no-repeat;
  }
  .hero::before{
    content:"";position:absolute;inset:0;
    background:linear-gradient(90deg,
      rgba(66,60,52,.93) 0%,
      rgba(80,74,66,.78) 32%,
      rgba(116,110,101,.30) 62%,
      rgba(255,255,255,0) 84%);
  }
  .hero-inner{position:relative;z-index:2;width:100%}
  .hero-content{max-width:500px;color:#fff}
  .hero-content .eyebrow{color:#e7ded5;margin-bottom:20px}
  .hero h1{
    font-size:55px;font-weight:600;line-height:1.08;color:#fff;letter-spacing:-.5px;margin-bottom:24px;
  }
  .hero-rule{width:62%;height:1px;background:rgba(255,255,255,.45);margin:0 0 22px}
  .hero p{font-size:15px;color:#ece8e3;line-height:1.7;max-width:420px;margin-bottom:30px}
  .hero-btns{display:flex;gap:16px;flex-wrap:wrap}

  /* ---------------- Section heading block ---------------- */
  .head-center{text-align:center;margin-bottom:48px}
  .head-center .eyebrow{display:block;margin-bottom:14px}
  .head-center h2{font-size:36px;font-weight:600;letter-spacing:-.3px}

  /* ---------------- Services ---------------- */
  .services{padding:78px 0 84px}
  .service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:22px}
  .service-card .thumb{
    background:var(--tile);border-radius:14px;overflow:hidden;aspect-ratio:1/1;margin-bottom:20px;
    box-shadow:0 6px 18px rgba(60,50,40,.06);
  }
  .service-card .thumb img{width:100%;height:100%;object-fit:cover}
  .svc-ic{
    width:42px;height:42px;border:1.4px solid var(--accent);border-radius:9px;
    display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:14px;
  }
  .svc-ic svg{width:20px;height:20px}
  .service-card h3{font-size:17px;font-weight:600;margin-bottom:10px}
  .service-card p{font-size:13.5px;color:var(--body);line-height:1.7}

  /* ---------------- About / Benefits ---------------- */
  .about{background:var(--beige);padding:0}
  .about-wrap{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding:54px 0}
  .about-img{border-radius:14px;overflow:hidden;box-shadow:0 14px 34px rgba(60,48,38,.16);aspect-ratio:16/11}
  .about-img img{width:100%;height:100%;object-fit:cover}
  .about-text .eyebrow{display:block;margin-bottom:18px}
  .about-text h2{font-size:34px;font-weight:600;margin-bottom:18px;letter-spacing:-.4px}
  .about-text p{font-size:15.5px;color:#5f5a53;line-height:1.75;max-width:480px;margin-bottom:30px}
  .feature-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:0}
  .feature{padding:6px 18px;text-align:left;border-right:1px solid rgba(120,105,90,.28)}
  .feature:first-child{padding-left:0}
  .feature:last-child{border-right:0}
  .feature .fic{width:30px;height:30px;color:#4a463f;margin-bottom:14px}
  .feature .fic svg{width:30px;height:30px}
  .feature span{display:block;font-size:13.5px;font-weight:600;color:#3f3b35;line-height:1.35}

  /* ---------------- Featured Projects ---------------- */
  .featured{padding:74px 0 84px;position:relative}
  .featured .head-center{margin-bottom:40px;position:relative}
  .view-all{
    position:absolute;right:0;bottom:6px;display:inline-flex;align-items:center;gap:8px;
    font-weight:600;font-size:15px;color:var(--ink);font-family:'Poppins'
  }
  .view-all:hover{color:var(--accent)}
  .view-all svg{width:18px;height:18px}
  .project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
  .project-card{position:relative;aspect-ratio:3/4;border-radius:14px;overflow:hidden;
    box-shadow:0 10px 26px rgba(60,48,38,.14);display:flex;flex-direction:column;
    justify-content:center;align-items:center;text-align:center;padding:22px}
  .project-card .pthumb{position:absolute;inset:0;margin:0;border-radius:0;aspect-ratio:auto;
    overflow:hidden;background:var(--tile);z-index:0}
  .project-card .pthumb img{width:100%;height:100%;object-fit:cover}
  .project-card::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
    background:linear-gradient(180deg,rgba(18,20,26,.30) 0%,rgba(18,20,26,.44) 55%,rgba(18,20,26,.62) 100%);
    transition:opacity .4s ease}
  .project-card h3{position:relative;z-index:2;font-size:19px;font-weight:700;color:#fff;
    line-height:1.3;margin:0 0 7px;text-shadow:0 2px 12px rgba(0,0,0,.45);transition:opacity .4s ease}
  .project-card .cat{position:relative;z-index:2;font-size:12px;font-weight:600;
    color:rgba(255,255,255,.9);letter-spacing:.6px;text-transform:uppercase;transition:opacity .4s ease}
  /* On hover: fade out the overlay + text so the image shows clearly */
  .project-card:hover::after{opacity:0}
  .project-card:hover h3,.project-card:hover .cat{opacity:0}

  /* ---------------- Process ---------------- */
  .process{padding:18px 0 88px}
  .process .head-center{margin-bottom:54px}
  .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;position:relative}
  .step{text-align:left;position:relative;padding-right:8px}
  .step-icon-wrap{position:relative;width:84px;margin-bottom:26px}
  .step-circle{
    width:84px;height:84px;border-radius:50%;background:#f5f1ed;border:1px solid #ece6df;
    display:flex;align-items:center;justify-content:center;color:#4a463f;
  }
  .step-circle svg{width:34px;height:34px}
  .step-num{
    position:absolute;left:-6px;bottom:-2px;width:30px;height:30px;border-radius:50%;
    background:var(--accent);color:#fff;font-family:'Poppins';font-size:11px;font-weight:600;
    display:flex;align-items:center;justify-content:center;border:3px solid #fff;
  }
  .step h3{font-size:16px;font-weight:600;color:var(--ink);margin-bottom:12px}
  .step p{font-size:13.5px;color:var(--body);line-height:1.7;max-width:210px}
  .connector{
    position:absolute;top:42px;left:90px;width:calc(100% - 100px);height:1px;
    border-top:1.5px dashed #d9d2c8;
  }
  .connector::after{
    content:"";position:absolute;right:-2px;top:-4px;
    border-left:6px solid #cfc7bc;border-top:4px solid transparent;border-bottom:4px solid transparent;
  }

  /* ---------------- CTA Banner ---------------- */
  .cta-banner{background:var(--cream)}
  .cta-wrap{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:42px 0}
  .cta-left{display:flex;align-items:center;gap:26px}
  .cta-icon{width:64px;height:64px;color:var(--accent);flex:none}
  .cta-icon svg{width:64px;height:64px}
  .cta-left h3{font-size:27px;font-weight:600;color:var(--ink);margin-bottom:7px;letter-spacing:-.3px}
  .cta-left p{font-size:14.5px;color:#6d685f;line-height:1.6}
  .cta-banner .btn{
    background:var(--accent);color:#fff;border-color:var(--accent);font-size:15px;padding:16px 26px;border-radius:11px;
    box-shadow:0 6px 18px rgba(80,65,50,.10);
  }
  .cta-banner .btn:hover{background:var(--accent-dark);border-color:var(--accent-dark);color:#fff;transform:translateY(-2px);box-shadow:0 8px 18px rgba(60,48,38,.22)}
  .cta-banner .btn .wa{width:22px;height:22px;color:#fff}

  /* ---------------- Footer ---------------- */
  footer{background:var(--footer-bg);padding:48px 0 34px}
  .foot-grid{display:grid;grid-template-columns:1.3fr .85fr 1fr 1.3fr;gap:40px}
  .foot-prod-list{column-count:1}
  .foot-prod-list li{margin-bottom:11px;break-inside:avoid}
  .foot-brand .brand{margin-bottom:16px}
  .foot-brand .logo-text{color:#7f7568}
  .foot-brand .mark{opacity:.85}
  .foot-brand p{font-size:13.5px;color:#6f6a62;line-height:1.7;max-width:250px;margin-bottom:18px}
  .socials{display:flex;gap:10px}
  .socials a{
    width:34px;height:34px;border:1px solid #cdc4b8;border-radius:8px;
    display:flex;align-items:center;justify-content:center;color:#7a7165
  }
  .socials a:hover{background:#fff}
  .socials svg{width:16px;height:16px}
  .foot-col h4{font-size:16px;font-weight:600;color:#3f3b35;margin-bottom:16px}
  .foot-col ul{list-style:none}
  .foot-col li{margin-bottom:10px}
  .foot-col a{font-size:14px;color:#6f6a62}
  .foot-col a:hover{color:var(--accent)}
  .foot-legal{border-top:1px solid var(--line);margin-top:36px;padding-top:24px;text-align:center}
  .foot-legal p{font-size:13px;color:#6f6a62;line-height:1.65;margin:0}
  .foot-legal .foot-company{font-size:14px;font-weight:700;color:var(--ink);letter-spacing:.3px;margin-bottom:4px}
  .contact-item{display:flex;align-items:flex-start;gap:11px;margin-bottom:13px;font-size:14px;color:#6f6a62}
  .contact-item svg{width:16px;height:16px;color:#9a9084;margin-top:3px;flex:none}

.brand-logo{height:38px;width:auto;display:block}
  .foot-brand .brand-logo{height:40px}
  /* ---------------- Responsive ---------------- */
  @media(max-width:1024px){
    .hero h1{font-size:46px}
    .service-grid{grid-template-columns:repeat(3,1fr)}
    .project-grid{grid-template-columns:repeat(3,1fr)}
    .foot-grid{grid-template-columns:1fr 1fr}
  }
  @media(max-width:820px){
    .nav-links{
      display:none;position:absolute;top:84px;left:0;right:0;background:#fff;flex-direction:column;
      gap:0;padding:10px 0;box-shadow:0 12px 24px rgba(0,0,0,.08);
    }
    .nav-links.open{display:flex}
    .nav-links a{padding:12px 28px;width:100%}
    .menu-toggle{display:block}
    .header-cta{display:none}
    .about-wrap{grid-template-columns:1fr;gap:32px;padding:44px 0}
    .feature-row{grid-template-columns:repeat(2,1fr);gap:24px 0}
    .feature{border-bottom:1px solid rgba(120,105,90,.2);padding-bottom:18px}
    .feature:nth-child(2){border-right:0}
    .steps{grid-template-columns:repeat(2,1fr);gap:36px 8px}
    .connector{display:none}
    .cta-wrap{flex-direction:column;align-items:flex-start;gap:26px}
  }
  @media(max-width:600px){
    .container{padding:0 18px}
    .hero{min-height:480px}
    .hero h1{font-size:38px}
    .head-center h2{font-size:28px}
    .service-grid{grid-template-columns:repeat(2,1fr);gap:20px}
    .project-grid{grid-template-columns:repeat(2,1fr)}
    .view-all{position:static;display:flex;justify-content:center;margin-top:14px}
    .steps{grid-template-columns:1fr}
    .foot-grid{grid-template-columns:1fr}
    .foot-prod-list{column-count:1}
    .cta-left{flex-direction:column;align-items:flex-start;gap:16px}
  }


  /* =======================================================
     SHARED SUB-PAGE COMPONENTS
     Built only from the existing design tokens, radii,
     shadows and type scale — no new visual language.
     ======================================================= */

  .page-hero{position:relative;min-height:420px;display:flex;align-items:center;
    background-position:center;background-size:cover;background-repeat:no-repeat}
  .page-hero::before{content:"";position:absolute;inset:0;
    background:linear-gradient(90deg,
      rgba(66,60,52,.92) 0%, rgba(80,74,66,.70) 42%,
      rgba(116,110,101,.32) 72%, rgba(255,255,255,0) 92%)}
  .page-hero-inner{position:relative;z-index:2;width:100%}
  .page-hero .crumb{font-family:'Mulish';font-size:12.5px;font-weight:600;color:#e7ded5;
    letter-spacing:.4px;margin-bottom:16px}
  .page-hero .crumb a{color:#e7ded5}
  .page-hero .crumb a:hover{color:#fff}
  .page-hero h1{font-size:46px;font-weight:600;color:#fff;letter-spacing:-.4px;
    line-height:1.1;margin-bottom:16px;max-width:660px}
  .page-hero p{font-size:15.5px;color:#ece8e3;line-height:1.7;max-width:520px}

  .section{padding:78px 0}
  .section--soft{background:var(--beige)}
  .section--cream{background:var(--cream)}
  .head-left{margin-bottom:40px}
  .head-left .eyebrow{display:block;margin-bottom:14px}
  .head-left h2{font-size:34px;font-weight:600;letter-spacing:-.3px}
  .lead{font-size:15.5px;color:#5f5a53;line-height:1.75;max-width:780px}

  .card-grid{display:grid;gap:24px}
  .cols-4{grid-template-columns:repeat(4,1fr)}
  .cols-3{grid-template-columns:repeat(3,1fr)}
  .cols-2{grid-template-columns:repeat(2,1fr)}

  .info-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:28px 24px;
    box-shadow:0 6px 18px rgba(60,50,40,.06)}
  .info-card .svc-ic{margin-bottom:16px}
  .info-card h3{font-size:17px;font-weight:600;margin-bottom:10px}
  .info-card p{font-size:13.5px;color:var(--body);line-height:1.7}

  .stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
  .stat{background:#fff;border:1px solid var(--line);border-radius:14px;padding:32px 26px;
    text-align:center;box-shadow:0 6px 18px rgba(60,50,40,.06)}
  .stat .num{font-family:'Poppins';font-size:44px;font-weight:600;color:var(--accent);
    line-height:1;margin-bottom:10px}
  .stat .lbl{font-size:13.5px;color:var(--body);font-weight:600}

  .service-card.linkcard{display:block;color:inherit}
  .service-card.linkcard:hover h3{color:var(--accent)}
  .service-card .more{display:inline-flex;align-items:center;gap:6px;margin-top:13px;
    font-size:13px;font-weight:600;color:var(--accent);font-family:'Poppins'}
  .service-card .more svg{width:14px;height:14px}

  /* product single */
  .ps-wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:start}
  .gallery .main{border-radius:14px;overflow:hidden;aspect-ratio:4/3;background:var(--tile);
    box-shadow:0 14px 34px rgba(60,48,38,.14)}
  .gallery .main img{width:100%;height:100%;object-fit:cover}
  .gallery .thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px}
  .gallery .thumbs button{padding:0;border:2px solid transparent;border-radius:10px;overflow:hidden;
    aspect-ratio:1/1;background:var(--tile);cursor:pointer;transition:.2s}
  .gallery .thumbs img{width:100%;height:100%;object-fit:cover;display:block}
  .gallery .thumbs button.active{border-color:var(--accent)}
  .ps-info .eyebrow{display:block;margin-bottom:12px}
  .ps-info h1{font-size:34px;font-weight:600;letter-spacing:-.3px;margin-bottom:16px}
  .ps-info .desc{font-size:15px;color:#5f5a53;line-height:1.75;margin-bottom:24px}
  .ps-info .hero-btns{display:flex;gap:14px;flex-wrap:wrap;margin-top:6px}
  .spec{border-top:1px solid var(--line);padding:15px 0;display:flex;gap:16px}
  .spec b{font-family:'Poppins';font-weight:600;color:var(--ink);min-width:150px;font-size:14px}
  .spec span{font-size:14px;color:var(--body)}
  .chip-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}
  .chip{border:1px solid var(--line);border-radius:8px;padding:7px 13px;font-size:13px;
    color:#5f5a53;background:#fff}

  .feat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
  .feat h3{font-size:15px;font-weight:600;color:var(--ink);margin:12px 0 8px}
  .feat p{font-size:13px;color:var(--body);line-height:1.65}

  /* portfolio filter — button language */
  .filterbar{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:42px}
  .filter-btn{font-family:'Mulish';font-weight:600;font-size:14px;padding:10px 20px;border-radius:9px;
    border:1px solid var(--line);background:#fff;color:#5f5a53;cursor:pointer;transition:.2s}
  .filter-btn:hover{background:var(--accent)!important;color:#fff!important;border-color:var(--accent)!important}
  .filter-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}
  .is-hidden{display:none!important}

  /* contact */
  .contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:48px;align-items:start}
  .field{margin-bottom:18px}
  .field label{display:block;font-size:13px;font-weight:600;color:#4a463f;margin-bottom:7px}
  .field input,.field textarea,.field select{width:100%;font-family:'Mulish';font-size:14.5px;
    color:var(--ink);border:1px solid var(--line);border-radius:9px;padding:13px 14px;background:#fff;transition:.2s}
  .field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--accent)}
  .field textarea{resize:vertical;min-height:130px}
  .form-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:32px;
    box-shadow:0 10px 30px rgba(60,50,40,.07)}
  .map-frame{border-radius:14px;overflow:hidden;box-shadow:0 10px 30px rgba(60,50,40,.08);border:1px solid var(--line)}
  .map-frame iframe{display:block;width:100%;height:340px;border:0}
  .hours{list-style:none}
  .hours li{display:flex;justify-content:space-between;font-size:14px;color:#5f5a53;
    padding:10px 0;border-bottom:1px solid var(--line)}
  .hours li:last-child{border-bottom:0}
  .hours b{color:var(--ink);font-weight:600}

  @media(max-width:1024px){
    .cols-4{grid-template-columns:repeat(2,1fr)}
    .feat-grid{grid-template-columns:repeat(2,1fr)}
    .ps-wrap{grid-template-columns:1fr;gap:30px}
    .contact-grid{grid-template-columns:1fr;gap:32px}
    .page-hero h1{font-size:38px}
  }
  @media(max-width:600px){
    .cols-4,.cols-3,.cols-2,.stats{grid-template-columns:1fr}
    .feat-grid{grid-template-columns:repeat(2,1fr)}
    .page-hero{min-height:340px}
    .page-hero h1{font-size:30px}
    .head-left h2{font-size:28px}
  }


  /* ============ mobile spacing tune-up — tighter, less blank space ============ */
  @media(max-width:768px){
    .section,.services{padding:56px 0}
    .featured{padding:54px 0 58px}
    .process{padding:10px 0 56px}
    .about-wrap{padding:42px 0}
    .head-center{margin-bottom:34px}
    .head-left{margin-bottom:30px}
    .head-center h2,.head-left h2{font-size:30px}
    .hero{min-height:460px}
    .page-hero{min-height:360px}
    .page-hero h1{font-size:34px}
    .cta-wrap{padding:38px 0}
    .ps-wrap{gap:28px}
    footer{padding:44px 0 30px}
  }
  @media(max-width:600px){
    .section,.services{padding:44px 0}
    .featured{padding:42px 0 48px}
    .process{padding:6px 0 46px}
    .about-wrap{padding:36px 0;gap:26px}
    .head-center{margin-bottom:26px}
    .head-left{margin-bottom:22px}
    .head-center h2,.head-left h2{font-size:26px}
    .lead{font-size:14.5px}
    .hero{min-height:412px}
    .hero h1{font-size:34px}
    .hero p{margin-bottom:22px}
    .page-hero{min-height:288px}
    .page-hero h1{font-size:27px}
    .page-hero p{font-size:14px}
    .cta-banner h3{font-size:20px}
    .cta-banner p{font-size:13.5px}
    .cta-wrap{padding:30px 0;gap:18px}
    .card-grid{gap:14px}
    .service-grid{gap:14px}
    .project-grid{gap:12px}
    .stats{gap:12px}
    .stat{padding:24px 18px}
    .stat .num{font-size:36px}
    .info-card{padding:22px 18px}
    .ps-info h1{font-size:26px}
    .spec b{min-width:120px}
    .form-card{padding:24px 20px}
    .gallery .thumbs{gap:8px}
    .filterbar{gap:8px;margin-bottom:30px}
    footer{padding:38px 0 26px}
    .foot-grid{gap:24px}
  }

  /* center the CTA banner content (heading, description, button stacked & centered) */
  .cta-banner .cta-wrap{flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:22px}
  .cta-banner .cta-left{flex-direction:column;align-items:center;text-align:center;gap:12px}
  .cta-banner .cta-left p{margin-left:auto;margin-right:auto}
  .cta-banner .cta-btns{justify-content:center}

  /* mobile/tablet: darken hero overlay so light text stays readable over bright image areas */
  @media(max-width:820px){
    .hero{background-position:center center}
    .hero::before{background:linear-gradient(180deg,rgba(44,40,34,.58) 0%,rgba(44,40,34,.74) 100%)}
    .page-hero{background-position:center center}
    .page-hero::before{background:linear-gradient(180deg,rgba(44,40,34,.52) 0%,rgba(44,40,34,.70) 100%)}
  }


/* ===== page-specific extras ===== */
  /* ===== product catalogue (tabs + product cards) ===== */
  .tabs{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:40px}
  .tab-btn{font-family:'Mulish',sans-serif;font-weight:600;font-size:14px;padding:10px 20px;border-radius:9px;border:1px solid var(--line);background:#fff;color:#5f5a53;cursor:pointer;transition:.2s}
  .tab-btn:hover{background:var(--accent)!important;color:#fff!important;border-color:var(--accent)!important}
  .tab-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}
  .product-panel{display:none}
  .product-panel.active{display:block;animation:pcfade .25s ease}
  @keyframes pcfade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
  .product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
  .product-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 6px 18px rgba(60,50,40,.06);display:flex;flex-direction:column;transition:.2s}
  .product-card:hover{box-shadow:0 14px 30px rgba(60,48,38,.12);transform:translateY(-3px)}
  .product-card .pc-img{aspect-ratio:4/3;background:var(--tile);overflow:hidden}
  .product-card .pc-img img{width:100%;height:100%;object-fit:cover;display:block;transition:.4s}
  .product-card:hover .pc-img img{transform:scale(1.04)}
  .product-card .pc-body{padding:22px 22px 24px;display:flex;flex-direction:column;flex:1}
  .product-card h3{font-family:'Poppins',sans-serif;font-size:17px;font-weight:600;color:var(--ink);margin-bottom:7px}
  .product-card .price{font-family:'Poppins',sans-serif;font-size:14.5px;font-weight:600;color:var(--accent);margin-bottom:11px}
  .product-card p{font-size:13.5px;color:var(--body);line-height:1.65;margin-bottom:20px}
  .pc-btn{margin-top:auto;align-self:flex-start;display:inline-flex;align-items:center;gap:7px;font-family:'Poppins',sans-serif;font-weight:600;font-size:13px;padding:9px 16px;border-radius:9px;background:var(--accent);color:#fff;border:1px solid var(--accent);transition:.2s}
  .pc-btn:hover{background:var(--accent-dark);border-color:var(--accent-dark);color:#fff;transform:translateY(-2px);box-shadow:0 8px 18px rgba(60,48,38,.22)}
  .pc-btn svg{width:14px;height:14px}
  @media(max-width:980px){.product-grid{grid-template-columns:repeat(2,1fr)}}
  @media(max-width:600px){.product-grid{grid-template-columns:1fr}.tab-btn{font-size:13px;padding:9px 15px}}
  /* project gallery columns: 5 desktop / 3 tablet / 2 mobile */
  .proj-grid{grid-template-columns:repeat(5,1fr);gap:18px}
  @media(max-width:1024px){.proj-grid{grid-template-columns:repeat(3,1fr)}}
  @media(max-width:600px){.proj-grid{grid-template-columns:repeat(2,1fr);gap:12px}}

/* ===== mobile: more spacing between grid items so cards read clearly ===== */
@media(max-width:768px){
  .service-grid,.project-grid,.proj-grid,.product-grid,.card-grid,
  .cols-4,.cols-3,.cols-2,.feat-grid{gap:26px}
  .stats{gap:20px}
  .filterbar,.tabs{gap:12px}
  /* center the process steps (icon, number, title, text) on mobile */
  .step{text-align:center;padding-right:0}
  .step-icon-wrap{margin-left:auto;margin-right:auto}
  .step p{margin-left:auto;margin-right:auto}
}
@media(max-width:600px){
  .service-grid,.project-grid,.proj-grid,.product-grid,.card-grid,
  .cols-4,.cols-3,.cols-2,.feat-grid{gap:24px}
  .stats{gap:18px}
  .coming-soon h1{font-size:44px}
  .coming-soon{min-height:58vh;padding:70px 0}
}
/* keep the header "Chairs" button visible on mobile (it is not in the menu) */
@media(max-width:820px){
  .header-chairs{display:inline-flex;padding:9px 15px;font-size:13px}
  .header-chairs .ic{display:none}
}

/* mobile: pull the "View Products" link up to its description, and give the
   card room to breathe before the next row starts */
@media(max-width:768px){
  .service-card .more{margin-top:6px}
  .service-grid{row-gap:42px}
}

/* mobile: the hero is a centred flex box with only a min-height, so once the
   content grows taller than that it runs to the edges — give it breathing room */
@media(max-width:768px){
  .hero{padding-top:56px;padding-bottom:60px}
}
@media(max-width:600px){
  .hero{padding-top:48px;padding-bottom:52px}
}

/* Full-bleed page hero when rendered via the products shortcode inside a boxed Elementor section */
.elementor-widget-shortcode .elementor-shortcode section{width:100vw;max-width:100vw;position:relative;left:50%;margin-left:-50vw;box-sizing:border-box}
.elementor-widget-shortcode>.elementor-shortcode{overflow:visible}
html,body{overflow-x:hidden}

/* Product single: more breathing room above the WhatsApp / Get A Quote buttons */
.ps-info .hero-btns{margin-top:24px}
/* NOTE: header native Nav Menu styling now lives in WPCode snippet #276 "Kimber Design — CSS" (client's single source). */

/* ============ Contact: native Elementor Form (CoolForm Kit → WhatsApp) ============ */
/* The "Request A Free Quotation" form is a native Elementor Pro Form widget carrying
   .kimber-form; these rules restyle Elementor's form markup to match the .field look. */
.kimber-form .elementor-form-fields-wrapper{display:flex;flex-wrap:wrap;gap:0 16px;margin:0}
.kimber-form .elementor-field-group{padding:0;margin:0 0 18px;flex-direction:column;align-items:stretch}
.kimber-form .elementor-field-group.elementor-col-100{width:100%;flex:0 0 100%}
.kimber-form .elementor-field-group.elementor-col-50{width:calc(50% - 8px);flex:0 0 calc(50% - 8px)}
.kimber-form .elementor-field-group > .elementor-field-label{
  display:block;font-family:'Mulish',sans-serif;font-size:13px;font-weight:600;
  color:#4a463f;margin-bottom:7px;line-height:1.25;padding:0}
.kimber-form .elementor-field-textual{
  width:100%;font-family:'Mulish',sans-serif;font-size:14.5px;color:var(--ink);
  border:1px solid var(--line);border-radius:9px;padding:13px 14px;background:#fff;
  line-height:1.4;height:auto;box-shadow:none;transition:.2s}
.kimber-form select.elementor-field-textual{appearance:auto;-webkit-appearance:auto}
.kimber-form .elementor-field-textual:focus{outline:none;border-color:var(--accent);box-shadow:none}
.kimber-form textarea.elementor-field-textual{resize:vertical;min-height:130px}
.kimber-form .elementor-field-group.elementor-field-type-submit{margin:2px 0 0;flex:0 0 100%;width:100%}
/* [type=submit] specificity beats Elementor's generated .elementor-widget-form
   .elementor-button[type="submit"] rule so the button uses the --accent token */
.kimber-form .elementor-button[type="submit"]{
  width:100%;justify-content:center;gap:8px;
  font-family:'Mulish',sans-serif;font-weight:600;font-size:14.5px;
  background:var(--accent);color:#fff;border:1px solid var(--accent);
  border-radius:9px;padding:14px 20px;min-height:0;transition:.2s}
.kimber-form .elementor-button[type="submit"]:hover{
  background:var(--accent-dark);border-color:var(--accent-dark);color:#fff;
  transform:translateY(-2px);box-shadow:0 8px 18px rgba(60,48,38,.22)}
.kimber-form .elementor-button svg{width:17px;height:17px}
.kimber-form .elementor-button i{font-size:16px;line-height:1}
.kimber-form .elementor-button .elementor-button-icon{margin:0}
/* eyebrow + heading above the native form (native Heading widgets) */
.form-card .form-eyebrow{display:block;margin-bottom:14px}
.form-card .form-title{font-family:'Poppins',sans-serif;font-size:24px;font-weight:600;color:var(--ink);margin-bottom:20px;line-height:1.2}
@media(max-width:600px){
  .kimber-form .elementor-field-group.elementor-col-50{width:100%;flex:0 0 100%}
}
