
:root{
  --bg:#0b0c0d;--bg2:#121416;--card:#15181a;--line:#2a2e31;
  --text:#f5f3ed;--muted:#a8adb1;--gold:#c69a50;--gold2:#e1bb76;
  --shadow:0 22px 60px rgba(0,0,0,.28);--radius:18px;--max:1180px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.65}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.wrap{width:min(var(--max),calc(100% - 40px));margin:auto}
.eyebrow{color:var(--gold2);text-transform:uppercase;letter-spacing:.16em;font-size:.77rem;font-weight:800}
h1,h2,h3{line-height:1.09;margin:0 0 18px}
h1{font-size:clamp(2.65rem,6vw,5.5rem);letter-spacing:-.045em}
h2{font-size:clamp(2rem,4vw,3.35rem);letter-spacing:-.035em}
h3{font-size:1.35rem}
p{margin:0 0 18px;color:#d8dbdd}
.muted{color:var(--muted)} .gold{color:var(--gold2)}
.section{padding:92px 0}.section.alt{background:var(--bg2)}
.section-head{max-width:850px;margin-bottom:42px}.section-head p{font-size:1.08rem}
.header{position:sticky;z-index:50;top:0;background:rgba(8,9,10,.91);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.07)}
.nav{height:78px;display:flex;align-items:center;gap:24px;justify-content:space-between}
.brand{display:flex;align-items:center;gap:13px;min-width:235px}.brand img{width:118px !important;height:96px !important;object-fit:contain;aspect-ratio:auto}
.brand-text{font-size:.75rem;color:#c7cbce;letter-spacing:.11em;text-transform:uppercase}
.nav-links{display:flex;align-items:center;gap:21px;font-size:.9rem;color:#d8dbdd}.nav-links a:hover{color:var(--gold2)}
.nav-cta{border:1px solid var(--gold);padding:9px 14px;border-radius:999px;color:var(--gold2)!important}
.menu-btn{display:none;background:transparent;border:1px solid var(--line);color:white;padding:9px 12px;border-radius:10px;cursor:pointer}
.hero{min-height:680px;display:flex;align-items:flex-end;position:relative;overflow:hidden;padding:100px 0 74px;background:linear-gradient(90deg,rgba(5,6,7,.93) 0%,rgba(5,6,7,.75) 45%,rgba(5,6,7,.18) 100%),linear-gradient(0deg,rgba(5,6,7,.9) 0%,rgba(5,6,7,.08) 55%),url("lkw-holzkohle-grosshandel-europa.webp") center/cover no-repeat}
.hero.small{min-height:470px}.hero-copy{position:relative;z-index:3;max-width:980px}.hero p{font-size:clamp(1.1rem,2vw,1.4rem);max-width:780px;color:#e4e5e6}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:13px 20px;font-weight:800;border:1px solid transparent;transition:.2s ease;cursor:pointer}
.btn.primary{background:var(--gold);color:#111}.btn.primary:hover{background:var(--gold2);transform:translateY(-1px)}
.btn.ghost{border-color:#73777a;background:rgba(0,0,0,.28)}.btn.ghost:hover{border-color:#bbb}
.hero-badges{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:50px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.12);border-radius:14px;overflow:hidden;max-width:980px}
.hero-badge{background:rgba(12,13,14,.84);padding:18px}.hero-badge strong{display:block;font-size:1rem}.hero-badge span{color:#aeb2b5;font-size:.87rem}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.card{background:linear-gradient(180deg,#191c1e,#111315);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.card-image{height:245px;overflow:hidden;background:#050607}.card-image img{width:100%;height:100%;object-fit:cover;transition:.45s}.card:hover .card-image img{transform:scale(1.035)}
.card-body{padding:27px}.card ul{padding-left:19px;margin:17px 0 0;color:#cbd0d2}.card li{margin:7px 0}
.tag{display:inline-flex;border:1px solid #4e4536;color:var(--gold2);background:#1b1812;padding:5px 10px;border-radius:999px;font-size:.75rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:14px}
.split{display:grid;grid-template-columns:1.04fr .96fr;gap:54px;align-items:center}
.image-shell{border-radius:22px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);min-height:430px}
.image-shell img{width:100%;height:100%;object-fit:cover;min-height:430px}
.figure-note{font-size:.78rem;color:#8f969a;margin-top:8px}
.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:26px}
.check{background:#151719;border:1px solid var(--line);border-radius:12px;padding:14px 15px;color:#e9eaeb;font-weight:700}.check:before{content:"✓";color:var(--gold2);margin-right:8px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:30px}.stat{padding:22px 19px;border:1px solid var(--line);background:#121416;border-radius:14px}.stat strong{display:block;font-size:1.7rem;color:var(--gold2);margin-bottom:4px}.stat span{color:#aeb2b5;font-size:.88rem}
.content{max-width:880px}.content h2{margin-top:50px}.content h3{margin-top:30px}.content ul{padding-left:22px;color:#cbd0d2}.content li{margin:8px 0}
.breadcrumb{font-size:.82rem;color:#9aa0a4;padding:18px 0}.breadcrumb a{color:#c9cdd0}.breadcrumb a:hover{color:var(--gold2)}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:42px}.contact-card{background:linear-gradient(160deg,#171a1c,#0f1112);border:1px solid var(--line);border-radius:20px;padding:30px}
.contact-line{padding:15px 0;border-bottom:1px solid var(--line)}.contact-line:last-child{border-bottom:0}.contact-line small{display:block;color:#8e9498;text-transform:uppercase;letter-spacing:.1em;font-weight:700}.contact-line a,.contact-line strong{font-size:1.05rem}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:flex;flex-direction:column;gap:7px}.field.full{grid-column:1/-1}label{font-size:.82rem;color:#b9bec1;font-weight:700}
input,select,textarea{width:100%;background:#0d0f10;color:white;border:1px solid #34393d;border-radius:10px;padding:12px 13px;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--gold)}textarea{min-height:120px;resize:vertical}
.form-note{font-size:.78rem;color:#90969a;margin-top:10px}
.cta-band{padding:45px;border:1px solid #403726;background:linear-gradient(135deg,#18150f,#0e1011);border-radius:20px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-band h2{font-size:clamp(1.7rem,3.5vw,2.6rem);margin-bottom:8px}.cta-band p{margin:0;max-width:690px}
footer{padding:38px 0 46px;border-top:1px solid var(--line);background:#090a0b}.footer-row{display:flex;justify-content:space-between;gap:30px;align-items:center;flex-wrap:wrap}.footer-row img{width:120px !important;height:97px !important;object-fit:contain;aspect-ratio:auto}.footer-small{font-size:.82rem;color:#868c90;text-align:right;max-width:760px;margin-left:auto;overflow-wrap:anywhere}.footer-links{display:flex;gap:16px;justify-content:flex-end;margin-top:7px;color:#b9bdc0;flex-wrap:wrap}
@media(max-width:980px){.nav-links{display:none;position:absolute;top:78px;left:20px;right:20px;flex-direction:column;align-items:stretch;background:#101214;padding:20px;border:1px solid var(--line);border-radius:14px}.nav-links.open{display:flex}.menu-btn{display:block}.hero-badges{grid-template-columns:1fr 1fr}.grid-3,.grid-2,.split,.contact-grid{grid-template-columns:1fr}.stats{grid-template-columns:1fr 1fr}.image-shell,.image-shell img{min-height:350px}.cta-band{align-items:flex-start;flex-direction:column}}
@media(max-width:620px){.wrap{width:min(var(--max),calc(100% - 26px))}.brand-text{display:none}.brand{min-width:unset}.brand img{width:106px !important;height:86px !important;object-fit:contain;aspect-ratio:auto}.hero{min-height:610px}.hero-badges,.stats,.check-grid,.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.section{padding:70px 0}.footer-row{align-items:flex-start;flex-direction:column}.footer-small{text-align:left}.footer-links{justify-content:flex-start;flex-wrap:wrap}}

@media(max-width:1250px){
  .footer-row{align-items:flex-start}
  .footer-small{max-width:620px}
}


/* Private Label image gallery */
.private-label-feature{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:44px;
  align-items:center;
}
.private-label-feature-image{
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  background:#111315;
  box-shadow:var(--shadow);
}
.private-label-feature-image img{
  width:100%;
  aspect-ratio:1/1;
  object-fit:cover;
}
.private-gallery{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  gap:16px;
  margin-top:38px;
}
.private-gallery figure{
  margin:0;
  border:1px solid var(--line);
  border-radius:16px;
  overflow:hidden;
  background:#111315;
  position:relative;
  min-height:235px;
  box-shadow:0 14px 36px rgba(0,0,0,.2);
}
.private-gallery figure:nth-child(1),
.private-gallery figure:nth-child(4){grid-column:span 7}
.private-gallery figure:nth-child(2),
.private-gallery figure:nth-child(3){grid-column:span 5}
.private-gallery figure:nth-child(5),
.private-gallery figure:nth-child(6),
.private-gallery figure:nth-child(7){grid-column:span 4}
.private-gallery img{
  width:100%;
  height:100%;
  min-height:235px;
  object-fit:cover;
  transition:transform .35s ease;
}
.private-gallery figure:hover img{transform:scale(1.025)}
.private-gallery figcaption{
  position:absolute;
  left:0;right:0;bottom:0;
  padding:28px 16px 13px;
  background:linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,0));
  color:#f2f2f2;
  font-size:.82rem;
  font-weight:700;
}
.private-label-note{
  margin-top:18px;
  font-size:.82rem;
  color:#90969a;
}
@media(max-width:980px){
  .private-label-feature{grid-template-columns:1fr}
  .private-gallery figure,
  .private-gallery figure:nth-child(1),
  .private-gallery figure:nth-child(2),
  .private-gallery figure:nth-child(3),
  .private-gallery figure:nth-child(4),
  .private-gallery figure:nth-child(5),
  .private-gallery figure:nth-child(6),
  .private-gallery figure:nth-child(7){grid-column:span 6}
}
@media(max-width:620px){
  .private-gallery{grid-template-columns:1fr}
  .private-gallery figure,
  .private-gallery figure:nth-child(1),
  .private-gallery figure:nth-child(2),
  .private-gallery figure:nth-child(3),
  .private-gallery figure:nth-child(4),
  .private-gallery figure:nth-child(5),
  .private-gallery figure:nth-child(6),
  .private-gallery figure:nth-child(7){grid-column:1}
}
