:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-5869e55 */:root{
  --accent:#B18813;
  --text:#222;
  --muted:#555;
  --bg:#f9f9f9;
  --card:#fff;
  --radius:14px;
}

/* layout */
section{padding:32px 16px;}
.container{max-width:1100px;margin:0 auto;}
h1,h2,h3{color:var(--text);margin-bottom:12px;}
h1{font-size:36px;font-weight:800;line-height:1.2;}
h2{font-size:26px;font-weight:700;}
h3{font-size:20px;font-weight:700;}
p,li{color:var(--muted);font-size:16px;line-height:1.75;}
ul{margin:10px 0 0 18px}
strong{color:var(--text);}

/* hero */
.kitchen-hero{background:linear-gradient(90deg,rgba(177,136,19,.08),rgba(0,0,0,.02));border-radius:var(--radius);}
.kitchen-hero .hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center;}
.snippet{background:var(--card);border:1px solid rgba(0,0,0,.06);border-radius:12px;padding:14px 16px;box-shadow:0 4px 12px rgba(0,0,0,.04);margin-top:10px}
.kitchen-hero .photo-box{border-radius:16px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.10)}
.kitchen-hero .photo-box img{width:100%;height:360px;object-fit:cover;display:block;border-radius:16px}

/* info blocks */
.lead p{max-width:900px}
.divider{height:1px;background:#eee;border:0;margin:16px 0}

/* list bullets */
.list-check{list-style:none;margin:8px 0 0;padding:0}
.list-check li{position:relative;padding-left:26px;margin:10px 0}
.list-check li::before{
  content:"";position:absolute;left:0;top:9px;width:10px;height:10px;border-radius:50%;
  background:var(--accent);box-shadow:0 0 0 4px rgba(177,136,19,.15);
}

/* callouts */
.callout{
  background:var(--bg);border-radius:var(--radius);padding:18px;border:1px solid rgba(0,0,0,.05);
  box-shadow:0 4px 12px rgba(0,0,0,.04);
}
.btn{
  display:inline-block;background:var(--accent);color:#fff;text-decoration:none;
  padding:12px 26px;border-radius:12px;font-weight:700;margin-top:10px;transition:.25s;
}
.btn:hover{background:#000;color:#fff}

/* FAQ */
.faq{background:#fff}
.faq details{background:var(--card);border-radius:12px;border:1px solid rgba(0,0,0,.07);padding:14px 16px;margin-bottom:10px;box-shadow:0 3px 10px rgba(0,0,0,.04)}
.faq summary{cursor:pointer;font-weight:700;color:var(--text);list-style:none}
.faq summary::-webkit-details-marker{display:none}
.faq details[open]{border-color:rgba(177,136,19,.35);box-shadow:0 6px 16px rgba(177,136,19,.10)}
.faq details p{margin:10px 0 0}

/* contact bar */
.contact-cta{
  background:#000;color:#fff;border-radius:14px;text-align:center;padding:18px;
}
.contact-cta a{color:#fff;font-weight:700}

/* responsive – ciaśniej na mobile */
@media (max-width:900px){
  .kitchen-hero .hero-grid{grid-template-columns:1fr;gap:16px}
  .kitchen-hero .photo-box img{height:300px}
}
@media (max-width:640px){
  section{padding:22px 8px}
  .container{padding:0 6px}
  h1{font-size:28px;line-height:1.3;text-align:center}
  h2{font-size:22px}
  .kitchen-hero .photo-box img{height:220px}
  .callout{padding:14px}
}/* End custom CSS */