/* CSS content (all pages) */
body { background:#f6f7f9; }

.hdb-wrap{
  max-width:1200px;
  margin:0 auto;
  padding:64px 20px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:#111;
}
.hdb-home-catalogue{display:none;}
.hdb-home-open .hdb-home-only{display:none;}
.hdb-home-open .hdb-home-catalogue{display:block;}
.hdb-catalogue-back{margin-top:0;}

.hdb-hero{text-align:center;margin-bottom:36px;}
.hdb-hero img{max-width:240px;margin-bottom:18px;}
.hdb-hero h1{font-size:40px;margin:0 0 10px;line-height:1.18;}
.hdb-hero p{font-size:18px;color:#666;margin:0;}
.hdb-mobile-br{display:none;}

.hdb-cta{
  display:flex;
  gap:14px;
  justify-content:center;
  margin:28px 0 56px;
  flex-wrap:wrap;
}
.hdb-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 22px;
  border-radius:14px;
  font-weight:700;
  font-family:inherit;
  text-decoration:none;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  color:#111;
  cursor:pointer;
  box-shadow:0 10px 25px rgba(0,0,0,.06);
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.hdb-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 35px rgba(0,0,0,.10);
  text-decoration:none;
}
.hdb-btn-primary{
  background:linear-gradient(90deg,#c8a14a,#f2d88a);
  border-color:#e8d9ae;
}

.hdb-section-title{
  text-align:center;
  margin:0 0 26px;
}
.hdb-section-title h2{
  font-size:28px;
  margin:0 0 8px;
}
.hdb-section-title p{
  color:#666;
  margin:0;
  line-height:1.7;
}

.hdb-catalogue{
  margin-bottom:46px;
}
.hdb-menu-panel{
  background:#fff;
  border:1px solid rgba(0,0,0,.07);
  border-radius:18px;
  padding:22px;
  margin:0 0 34px;
  box-shadow:0 16px 38px rgba(0,0,0,.07);
}
.hdb-menu-row{
  display:grid;
  grid-template-columns:150px 1fr;
  gap:16px;
  align-items:start;
}
.hdb-menu-row + .hdb-menu-row{
  margin-top:16px;
  padding-top:16px;
  border-top:1px solid #eee;
}
.hdb-menu-label{
  font-size:13px;
  font-weight:800;
  color:#555;
  padding-top:8px;
  text-transform:uppercase;
}
.hdb-menu-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.hdb-menu-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #e6ddc4;
  background:#fff;
  color:#111;
  min-height:38px;
  padding:9px 14px;
  border-radius:999px;
  font-weight:800;
  font-size:13px;
  text-decoration:none;
  cursor:pointer;
  transition:background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.hdb-menu-link:hover{
  transform:translateY(-1px);
  box-shadow:0 10px 24px rgba(0,0,0,.08);
  text-decoration:none;
}
.hdb-menu-link-primary{
  background:linear-gradient(90deg,#c8a14a,#f2d88a);
  border-color:#d9bf74;
}
.hdb-menu-link.is-active{
  background:linear-gradient(90deg,#c8a14a,#f2d88a);
  border-color:#d9bf74;
}
.hdb-search-row{
  display:grid;
  grid-template-columns:170px 1fr;
  gap:18px;
  align-items:center;
  margin-bottom:16px;
  padding-bottom:16px;
  border-bottom:1px solid #eee;
}
.hdb-search-control{
  position:relative;
}
.hdb-search-control input{
  width:100%;
  min-height:44px;
  border:1px solid #e6ddc4;
  border-radius:999px;
  background:#fff;
  color:#111;
  padding:10px 44px 10px 16px;
  font:inherit;
  font-weight:700;
  box-sizing:border-box;
  outline:none;
}
.hdb-search-control input:focus{
  border-color:#d9bf74;
  box-shadow:0 0 0 4px rgba(200,161,74,.15);
}
.hdb-search-clear{
  position:absolute;
  top:50%;
  right:8px;
  transform:translateY(-50%);
  width:30px;
  height:30px;
  border:0;
  border-radius:50%;
  background:#fff7e1;
  color:#6b520f;
  font-weight:900;
  cursor:pointer;
}
.hdb-filter-summary{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin:16px 0 0;
  padding-top:16px;
  border-top:1px solid #eee;
  color:#666;
  font-size:13px;
}
.hdb-filter-reset{
  border:0;
  background:transparent;
  color:#6b520f;
  font-weight:800;
  cursor:pointer;
  padding:0;
}
.hdb-empty{
  display:none;
  text-align:center;
  background:#fff;
  border:1px solid rgba(0,0,0,.07);
  border-radius:18px;
  padding:28px;
  color:#666;
  box-shadow:0 16px 38px rgba(0,0,0,.06);
}
.hdb-empty.is-visible{display:block;}
.hdb-category{
  margin-top:34px;
  scroll-margin-top:22px;
}
.hdb-category-title{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:16px;
  padding-bottom:10px;
  border-bottom:1px solid #e5e5e5;
}
.hdb-category-title h3{
  font-size:22px;
  margin:0;
}
.hdb-category-title span{
  color:#777;
  font-size:13px;
}
.hdb-catalogue-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:22px;
}
.hdb-product-card{
  min-height:210px;
  background:#fff;
  border:1px solid rgba(0,0,0,.07);
  border-radius:18px;
  padding:24px;
  box-shadow:0 16px 38px rgba(0,0,0,.07);
  display:flex;
  flex-direction:column;
  position:relative;
  overflow:hidden;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.hdb-product-card.is-hidden{display:none;}
.hdb-product-media{
  height:270px;
  margin:-8px -8px 18px;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(0,0,0,.05);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.hdb-product-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  padding:8px;
  box-sizing:border-box;
}
.hdb-product-card:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:5px;
  background:linear-gradient(90deg,#c8a14a,#f2d88a);
}
.hdb-product-card:hover{
  transform:translateY(-5px);
  box-shadow:0 24px 55px rgba(0,0,0,.11);
  border-color:rgba(200,161,74,.35);
}
.hdb-product-top{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:12px;
}
.hdb-pill{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:5px 10px;
  border-radius:999px;
  background:#fff7e1;
  border:1px solid #f1e2b8;
  color:#6b520f;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
}
.hdb-pill-red{background:#fff0f0;border-color:#f0c7c7;color:#7d1d1d;}
.hdb-pill-white{background:#fff8df;border-color:#f1e2b8;color:#6b520f;}
.hdb-pill-rose{background:#fff0f5;border-color:#efc7d8;color:#8a2452;}
.hdb-pill-sweet{background:#f6f0ff;border-color:#ddd0f2;color:#4e2b7f;}
.hdb-pill-bio{background:#edf8ee;border-color:#c9e7cc;color:#27612d;}
.hdb-product-card h4{
  margin:0 0 8px;
  font-size:18px;
  line-height:1.35;
}
.hdb-product-card p{
  color:#555;
  margin:0;
  line-height:1.65;
  font-size:14.5px;
}
.hdb-product-meta{
  margin-top:10px;
  color:#777;
  font-size:13px;
  line-height:1.55;
}
.hdb-product-actions{
  margin-top:auto;
  padding-top:18px;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.hdb-product-link,
.hdb-request-add,
.hdb-request-send,
.hdb-request-clear{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 14px;
  border-radius:999px;
  border:1px solid #f1e2b8;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
  cursor:pointer;
}
.hdb-product-link,
.hdb-request-add{
  background:#fff7e1;
  color:#6b520f;
}
.hdb-request-add{
  font-family:inherit;
}
.hdb-product-link:hover,
.hdb-request-add:hover{
  background:#fff3d1;
  text-decoration:none;
}
.hdb-request-add.is-selected{
  background:#edf8ee;
  border-color:#c9e7cc;
  color:#27612d;
}
.hdb-request-bar{
  position:fixed;
  left:50%;
  bottom:18px;
  transform:translateX(-50%) translateY(130%);
  z-index:9999;
  width:min(720px, calc(100vw - 28px));
  background:#111;
  color:#fff;
  border-radius:16px;
  padding:12px 14px;
  box-shadow:0 22px 60px rgba(0,0,0,.28);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  transition:transform .22s ease;
}
.hdb-request-bar.is-visible{
  transform:translateX(-50%) translateY(0);
}
.hdb-request-copy{
  min-width:0;
}
.hdb-request-copy strong{
  display:block;
  font-size:14px;
}
.hdb-request-copy span{
  display:block;
  color:#d8d8d8;
  font-size:12px;
  line-height:1.4;
}
.hdb-request-actions{
  display:flex;
  gap:8px;
  flex-shrink:0;
}
.hdb-request-send{
  background:linear-gradient(90deg,#c8a14a,#f2d88a);
  border-color:#d9bf74;
  color:#111;
}
.hdb-request-clear{
  background:#222;
  border-color:#444;
  color:#fff;
}
.hdb-detail-hero{
  display:grid;
  grid-template-columns:minmax(320px, 460px) 1fr;
  gap:30px;
  align-items:center;
  margin-bottom:32px;
}
.hdb-detail-image{
  min-height:520px;
  background:#fff;
  border:1px solid rgba(0,0,0,.07);
  border-radius:18px;
  box-shadow:0 18px 45px rgba(0,0,0,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.hdb-detail-image img{
  width:100%;
  max-height:620px;
  object-fit:contain;
  padding:28px;
  box-sizing:border-box;
}
.hdb-tech-sheet{
  background:#fff;
  border:1px solid rgba(0,0,0,.07);
  border-radius:18px;
  padding:24px;
  margin:34px 0;
  box-shadow:0 18px 45px rgba(0,0,0,.08);
}
.hdb-tech-sheet h2{
  margin:0 0 16px;
  font-size:22px;
}
.hdb-tech-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
}
.hdb-tech-item{
  background:#fff;
  border:1px solid #ececec;
  border-radius:14px;
  padding:22px;
}
.hdb-tech-item h3{
  margin:0 0 10px;
  font-size:17px;
}
.hdb-tech-item p,
.hdb-raw-sheet p{
  margin:0;
  color:#4f5560;
  line-height:1.75;
}
.hdb-spec-list{
  display:grid;
  gap:10px;
  margin:0;
}
.hdb-spec-list div{
  display:grid;
  grid-template-columns:145px 1fr;
  gap:14px;
  align-items:start;
  padding-bottom:10px;
  border-bottom:1px solid rgba(0,0,0,.06);
}
.hdb-spec-list div:last-child{border-bottom:0;padding-bottom:0;}
.hdb-spec-list dt{
  margin:0;
  color:#7a5a0f;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
}
.hdb-spec-list dd{
  margin:0;
  color:#2d3138;
  line-height:1.55;
}
.hdb-variant-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.hdb-variant-card{
  border:1px solid rgba(0,0,0,.08);
  border-radius:16px;
  padding:22px;
  background:#fffdf9;
}
.hdb-variant-card h3{
  margin:0 0 4px;
  font-size:18px;
}
.hdb-variant-subtitle{
  color:#777;
  margin-bottom:16px;
  font-size:13px;
}
.hdb-cert-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}
.hdb-cert-list span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:7px 12px;
  border:1px solid #f1e2b8;
  border-radius:999px;
  background:#fff8e7;
  color:#6b520f;
  font-size:12px;
  font-weight:700;
}
.hdb-raw-sheet{
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid #eee;
}
.hdb-raw-sheet h3{
  margin:0 0 12px;
  font-size:18px;
}
.hdb-zoom-image{cursor:zoom-in;}
.hdb-lightbox{
  position:fixed;
  inset:0;
  z-index:99999;
  background:rgba(0,0,0,.82);
  display:none;
  align-items:center;
  justify-content:center;
  padding:28px;
}
.hdb-lightbox.is-open{display:flex;}
.hdb-lightbox img{
  max-width:96vw;
  max-height:92vh;
  object-fit:contain;
  background:#fff;
  border-radius:10px;
}
.hdb-lightbox button{
  position:absolute;
  top:18px;
  right:18px;
  width:42px;
  height:42px;
  border:0;
  border-radius:50%;
  background:#fff;
  color:#111;
  font-size:24px;
  font-weight:800;
  cursor:pointer;
}
.hdb-gallery{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:16px;
  margin:24px 0 34px;
}
.hdb-gallery-item{
  min-height:180px;
  background:#fff;
  border:1px solid rgba(0,0,0,.07);
  border-radius:16px;
  box-shadow:0 14px 34px rgba(0,0,0,.06);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.hdb-gallery-item img{
  width:100%;
  height:190px;
  object-fit:contain;
  padding:14px;
  box-sizing:border-box;
}

.hdb-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:32px;
}
.hdb-full{grid-column:1 / -1;}
.hdb-card{
  background:#fff;
  border-radius:18px;
  padding:34px;
  box-shadow:0 18px 45px rgba(0,0,0,.08);
  position:relative;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  border:1px solid rgba(0,0,0,.06);
  will-change:transform;
  overflow:hidden;
}
.hdb-card:hover{
  transform:translateY(-6px);
  box-shadow:0 26px 60px rgba(0,0,0,.12);
  border-color:rgba(200,161,74,.35);
}
.hdb-card:after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:18px;
  pointer-events:none;
  background:radial-gradient(1200px 200px at 20% 0%, rgba(242,216,138,.22), transparent 55%);
  opacity:0;
  transition:opacity .22s ease;
}
.hdb-card:hover:after{opacity:1;}
.hdb-card:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:5px;
  background:linear-gradient(90deg,#c8a14a,#f2d88a);
  border-radius:18px 18px 0 0;
}
.hdb-card h2{
  display:flex;
  align-items:center;
  gap:14px;
  margin:0 0 18px;
  font-size:20px;
}
.hdb-icon{
  width:40px;
  height:40px;
  border-radius:12px;
  background:#fff7e1;
  border:1px solid #f1e2b8;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#6b520f;
  font-weight:700;
  flex:0 0 auto;
  transition:transform .22s ease, background .22s ease;
}
.hdb-card:hover .hdb-icon{
  transform:translateY(-1px) scale(1.02);
  background:#fff3d1;
}
.hdb-icon svg{
  width:20px;
  height:20px;
  display:block;
}
.hdb-card p{color:#555;line-height:1.8;margin:0;}
.hdb-badge{
  margin-top:18px;
  display:inline-block;
  padding:8px 14px;
  border-radius:999px;
  font-size:12px;
  background:#fff7e1;
  border:1px solid #f1e2b8;
  color:#6b520f;
}

.hdb-contacts-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  margin-top:24px;
}
.hdb-contact{
  padding:26px;
  border-radius:16px;
  border:1px solid rgba(0,0,0,.08);
  background:#fff;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.hdb-contact:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 45px rgba(0,0,0,.10);
  border-color:rgba(200,161,74,.30);
}
.hdb-name{font-weight:800;font-size:18px;}
.hdb-role{color:#888;font-style:italic;margin:6px 0 16px;}
.hdb-line{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:10px;
  word-break:break-word;
}
.hdb-line a{color:#111;text-decoration:none;}
.hdb-line a:hover{text-decoration:underline;}
.ico{
  width:28px;
  height:28px;
  border-radius:50%;
  background:#f1e2b8;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  font-weight:700;
  color:#6b520f;
  flex:0 0 auto;
}
.hdb-legal{
  margin-top:70px;
  padding-top:30px;
  border-top:1px solid #e5e5e5;
  text-align:center;
  font-size:13px;
  color:#666;
  line-height:1.8;
}

@media(max-width:900px){
  .hdb-grid{grid-template-columns:1fr;}
  .hdb-catalogue-grid{grid-template-columns:1fr 1fr;}
  .hdb-contacts-grid{grid-template-columns:1fr;}
  .hdb-full{grid-column:1;}
  .hdb-detail-hero{grid-template-columns:1fr;}
  .hdb-tech-grid{grid-template-columns:1fr;}
  .hdb-variant-grid{grid-template-columns:1fr 1fr;}
  .hdb-gallery{grid-template-columns:1fr 1fr;}
  .hdb-menu-row{grid-template-columns:1fr;gap:10px;}
  .hdb-search-row{grid-template-columns:1fr;gap:8px;}
  .hdb-menu-label{padding-top:0;}
}

@media(max-width:600px){
  .hdb-wrap{padding:42px 16px;}
  .hdb-hero{margin-bottom:24px;}
  .hdb-hero img{max-width:180px;margin-bottom:12px;}
  .hdb-hero h1{font-size:28px;line-height:1.22;}
  .hdb-hero h1 .hdb-mobile-br{display:block;}
  .hdb-hero h1 .hdb-mobile-dash{display:none;}
  .hdb-hero p{font-size:15px;}
  .hdb-cta{margin:20px 0 36px;gap:10px;}
  .hdb-btn{width:100%;text-align:center;padding:14px 16px;font-size:15px;}
  .hdb-section-title h2{font-size:23px;}
  .hdb-menu-panel{padding:18px;border-radius:16px;}
  .hdb-search-row{grid-template-columns:1fr;gap:8px;}
  .hdb-menu-row{grid-template-columns:1fr;gap:10px;}
  .hdb-menu-label{padding-top:0;}
  .hdb-menu-links{gap:8px;}
  .hdb-menu-link{flex:1 1 auto;min-width:120px;}
  .hdb-filter-summary{display:block;line-height:1.7;}
  .hdb-filter-reset{margin-top:8px;}
  .hdb-category{margin-top:28px;}
  .hdb-category-title{display:block;}
  .hdb-category-title h3{font-size:20px;margin-bottom:4px;}
  .hdb-catalogue-grid{grid-template-columns:1fr;gap:18px;}
  .hdb-product-card{min-height:0;padding:22px;}
  .hdb-product-media{height:245px;margin:-6px -6px 16px;}
  .hdb-product-card:hover{transform:none;box-shadow:0 16px 38px rgba(0,0,0,.07);}
  .hdb-detail-hero{grid-template-columns:1fr;gap:18px;}
  .hdb-detail-image{min-height:280px;}
  .hdb-detail-image img{max-height:460px;}
  .hdb-request-bar{align-items:flex-start;flex-direction:column;}
  .hdb-request-actions{width:100%;}
  .hdb-request-send,.hdb-request-clear{flex:1;}
  .hdb-tech-sheet{padding:16px;}
  .hdb-tech-grid{grid-template-columns:1fr;}
  .hdb-variant-grid{grid-template-columns:1fr;}
  .hdb-spec-list div{grid-template-columns:1fr;gap:4px;}
  .hdb-gallery{grid-template-columns:1fr;gap:14px;}
  .hdb-grid{gap:22px;}
  .hdb-card{padding:24px;border-radius:16px;}
  .hdb-card h2{font-size:18px;gap:10px;margin-bottom:14px;}
  .hdb-icon{width:34px;height:34px;}
  .hdb-icon svg{width:18px;height:18px;}
  .hdb-card p{font-size:14.5px;line-height:1.7;}
  .hdb-contacts-grid{gap:18px;margin-top:18px;}
  .hdb-contact{padding:18px;}
  .hdb-name{font-size:16px;}
  .hdb-role{font-size:14px;margin-bottom:12px;}
  .hdb-line{gap:10px;font-size:14.5px;}
  .ico{width:26px;height:26px;font-size:13px;}
  .hdb-legal{margin-top:50px;padding-top:24px;font-size:12.5px;line-height:1.6;}
  .hdb-card:hover{transform:none;box-shadow:0 18px 45px rgba(0,0,0,.08);}
  .hdb-card:hover:after{opacity:0;}
  .hdb-contact:hover{transform:none;box-shadow:none;border-color:rgba(0,0,0,.08);}
}
