/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   LIEBHERR BRAND PAGE CSS  v1.0.0
   Colors: Orange #F5A623, Dark #0D1621, Cream #F8F5EF
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
:root{
  --lh-orange:#E8831A;
  --lh-orange-lt:#F5A623;
  --lh-dark:#0D1621;
  --lh-navy:#132033;
  --lh-cream:#F8F5EF;
  --lh-stone:#E8E4DC;
  --lh-mid:#555;
  --lh-border:#E0DDD6;
  --lh-ease:cubic-bezier(.22,1,.36,1);
}
.liebherr-page *{box-sizing:border-box;}
.liebherr-page{font-family:'Inter',-apple-system,sans-serif;}
.lh-wrap{max-width:1280px;margin:0 auto;padding:0 64px;}

/* ── HERO ──────────────────────────────────────────── */
.lh-hero{
  position:relative;
  height:calc(100vh - 135px);
  max-height:640px;min-height:420px;
  overflow:hidden;background:var(--lh-dark);
}
/* ── Slider ── */
.lh-slider{position:absolute;inset:0;z-index:0;}
.lh-slide{position:absolute;inset:0;opacity:0;transition:opacity 1s ease;}
.lh-slide--on{opacity:1;}
.lh-slide-img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;}
.lh-overlay{
  position:absolute;inset:0;z-index:1;
  background:
    linear-gradient(to right,
      rgba(13,22,33,.68) 0%,
      rgba(13,22,33,.32) 50%,
      rgba(13,22,33,.05) 100%),
    linear-gradient(to bottom,
      rgba(0,0,0,.1) 0%,
      transparent 50%,
      rgba(0,0,0,.25) 100%);
  pointer-events:none;
}
/* ── Arrows ── */
.lh-arr{
  position:absolute;top:50%;transform:translateY(-50%);
  z-index:5;width:44px;height:44px;
  background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);
  color:#fff;cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  backdrop-filter:blur(6px);transition:background .2s;border-radius:0;
}
.lh-arr:hover{background:rgba(232,131,26,.75);border-color:var(--lh-orange);}
.lh-arr svg{width:18px;height:18px;}
.lh-arr-prev{left:16px;}
.lh-arr-next{right:16px;}
/* ── Dots ── */
.lh-dots{
  position:absolute;bottom:22px;left:64px;
  z-index:5;display:flex;gap:8px;
}
.lh-dot{
  width:26px;height:2px;border-radius:0;
  background:rgba(255,255,255,.3);border:none;cursor:pointer;
  transition:all .3s;padding:0;
}
.lh-dot--on{background:var(--lh-orange);width:42px;}



.lh-hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(to right,
    rgba(13,22,33,1) 0%,
    rgba(13,22,33,.85) 38%,
    rgba(13,22,33,.4) 60%,
    rgba(13,22,33,.0) 100%);
}
.lh-hero-content{
  position:absolute;inset:0;z-index:2;
  display:flex;align-items:stretch;
  padding:0 64px;
}
.lh-hero-left{
  flex:0 0 480px;max-width:500px;
  display:flex;flex-direction:column;
  justify-content:center;padding:40px 0;
}
.lh-logo-wrap{margin-bottom:24px;}
.lh-logo-img{height:36px;width:auto;
  filter:brightness(0) invert(1);}
.lh-hero-eyebrow{
  font-size:9px;letter-spacing:3px;text-transform:uppercase;
  color:var(--lh-orange);font-weight:600;margin-bottom:16px;
}
.lh-hero-h1{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:clamp(30px,3.5vw,52px);
  font-weight:300;line-height:1.05;color:#fff;
  letter-spacing:-.5px;margin-bottom:16px;
  text-shadow:0 2px 12px rgba(0,0,0,.5);
}
.lh-hero-h1 em{font-style:italic;color:var(--lh-orange-lt);}
.lh-hero-sub{
  font-size:14px;color:rgba(255,255,255,.6);
  line-height:1.75;margin-bottom:28px;max-width:380px;
}
.lh-hero-btns{display:flex;gap:12px;flex-wrap:wrap;}
/* ── BUTTONS ────────────────────────────────────────── */
.lh-btn-prim{
  display:inline-flex;align-items:center;gap:8px;
  padding:11px 26px;background:var(--lh-orange);color:#fff;
  font-size:11px;letter-spacing:1.5px;font-weight:700;
  text-transform:uppercase;text-decoration:none;transition:background .2s;
}
.lh-btn-prim:hover{background:#c96d0e;}
.lh-btn-ghost{
  display:inline-flex;align-items:center;
  padding:10px 26px;background:rgba(255,255,255,.1);
  color:#fff;font-size:11px;letter-spacing:1.5px;font-weight:700;
  text-transform:uppercase;text-decoration:none;
  border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(4px);transition:all .2s;
}
.lh-btn-ghost:hover{background:rgba(232,131,26,.3);}
.lh-btn-dark{
  display:inline-flex;align-items:center;gap:8px;
  padding:11px 26px;background:var(--lh-dark);color:#fff;
  font-size:11px;letter-spacing:1.5px;font-weight:700;
  text-transform:uppercase;text-decoration:none;transition:background .2s;
}
.lh-btn-dark:hover{background:var(--lh-navy);}
.lh-btn-orange{
  display:inline-flex;align-items:center;gap:8px;
  padding:13px 32px;background:var(--lh-orange);color:#fff;
  font-size:12px;letter-spacing:1.5px;font-weight:700;
  text-transform:uppercase;text-decoration:none;transition:background .2s;
}
.lh-btn-orange:hover{background:#c96d0e;}
.lh-btn-outline-white{
  display:inline-flex;align-items:center;gap:8px;
  padding:12px 32px;border:1.5px solid rgba(255,255,255,.4);
  color:#fff;font-size:12px;letter-spacing:1.5px;font-weight:700;
  text-transform:uppercase;text-decoration:none;transition:all .2s;
}
.lh-btn-outline-white:hover{border-color:#fff;background:rgba(255,255,255,.1);}

/* ── HERO STATS ─────────────────────────────────────── */
.lh-hero-stats{
  flex:1;display:flex;flex-direction:row;
  align-items:flex-end;justify-content:flex-end;padding:36px 0;gap:0;
}
.lh-hst{
  padding:14px 20px;text-align:center;
  border:1px solid rgba(232,131,26,.3);border-right:none;min-width:90px;
  background:rgba(0,0,0,.3);backdrop-filter:blur(8px);
}
.lh-hst:last-child{border-right:1px solid rgba(232,131,26,.3);}
.lh-hsn{
  font-family:'Cormorant Garamond',serif;
  font-size:26px;font-weight:300;color:#fff;
  line-height:1;margin-bottom:4px;
}
.lh-hsl{font-size:8px;color:var(--lh-orange);letter-spacing:1.5px;text-transform:uppercase;}

/* ── CATEGORY NAV ───────────────────────────────────── */
.lh-cat-nav{
  background:#fff;
  border-bottom:2px solid var(--lh-stone);
  position:sticky;top:72px;z-index:100;
}
.lh-cat-tabs{
  display:flex;max-width:1280px;margin:0 auto;padding:0 64px;
  overflow-x:auto;scrollbar-width:none;
}
.lh-cat-tabs::-webkit-scrollbar{display:none;}
.lh-cat-tab{
  display:flex;align-items:center;gap:10px;
  padding:14px 22px;white-space:nowrap;
  text-decoration:none;color:var(--lh-mid);
  border-bottom:2px solid transparent;margin-bottom:-2px;
  font-size:13px;font-weight:500;
  transition:all .2s;
}
.lh-cat-tab:hover{color:var(--lh-dark);}
.lh-cat-tab.active{border-bottom-color:var(--lh-orange);color:var(--lh-dark);font-weight:700;}
.lh-cat-icon{width:20px;height:20px;flex-shrink:0;}
.lh-cat-icon svg{width:100%;height:100%;stroke:currentColor;}

/* ── SECTIONS ───────────────────────────────────────── */
.lh-section{padding:64px 0;}
.lh-section-light{background:#fff;}
.lh-section-dark{background:var(--lh-dark);}
.lh-section-cream{background:var(--lh-cream);}
.lh-section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px;}
.lh-eyebrow{
  font-size:9.5px;letter-spacing:3px;text-transform:uppercase;
  font-weight:700;color:var(--lh-orange);margin-bottom:8px;
}
.lh-title{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:clamp(24px,2.8vw,38px);font-weight:400;
  line-height:1.1;color:var(--lh-dark);letter-spacing:-.3px;
}
.lh-title em{font-style:italic;color:var(--lh-orange);}
.lh-title-light{color:#fff;}
.lh-link-all{
  font-size:11px;letter-spacing:1.5px;font-weight:700;
  text-transform:uppercase;color:var(--lh-orange);
  text-decoration:none;border-bottom:2px solid var(--lh-orange);padding-bottom:2px;
  white-space:nowrap;
}
/* ── CATEGORY GRID ──────────────────────────────────── */
.lh-cat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;}
.lh-cat-card{
  background:var(--cat-bg,#F5F7FA);
  text-decoration:none;display:block;
  border:1px solid var(--lh-border);
  border-top:3px solid transparent;
  transition:all .3s;
}
.lh-cat-card:hover{border-top-color:var(--lh-orange);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.08);}
.lh-cat-card-inner{padding:28px 24px;}
.lh-cat-card-name{font-size:15px;font-weight:700;color:var(--lh-dark);margin-bottom:8px;}
.lh-cat-card-desc{font-size:12px;color:var(--lh-mid);line-height:1.6;margin-bottom:12px;}
.lh-cat-card-cnt{font-size:11px;color:var(--lh-orange);font-weight:600;margin-bottom:12px;}
.lh-cat-card-arrow{
  font-size:18px;color:var(--lh-orange);
  transition:transform .2s;display:inline-block;
}
.lh-cat-card:hover .lh-cat-card-arrow{transform:translateX(4px);}

/* ── TECH GRID ──────────────────────────────────────── */
.lh-tech-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.06);margin-top:0;}
.lh-tech-card{
  background:var(--lh-dark);padding:36px 32px;
  border-bottom:2px solid transparent;transition:all .3s;
}
.lh-tech-card:hover{background:rgba(255,255,255,.02);border-bottom-color:var(--lh-orange);}
.lh-tech-icon{
  width:44px;height:44px;
  background:rgba(232,131,26,.12);
  display:flex;align-items:center;justify-content:center;
  margin-bottom:16px;
}
.lh-tech-icon svg{width:22px;height:22px;stroke:var(--lh-orange);}
.lh-tech-name{font-size:16px;font-weight:700;color:#fff;margin-bottom:10px;letter-spacing:.3px;}
.lh-tech-desc{font-size:12px;color:rgba(255,255,255,.45);line-height:1.7;}

/* ── MONOLITH SPOTLIGHT ─────────────────────────────── */
.lh-monolith{background:var(--lh-navy);padding:80px 0;}
.lh-monolith-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}
.lh-monolith-visual{position:relative;}
.lh-monolith-img{width:100%;height:440px;object-fit:cover;display:block;}
.lh-monolith-badge{
  position:absolute;top:20px;left:20px;
  background:var(--lh-orange);color:#fff;
  font-size:9px;letter-spacing:2px;text-transform:uppercase;
  font-weight:700;padding:6px 14px;
}
.lh-monolith-text{}
.lh-mono-desc{font-size:14px;color:rgba(255,255,255,.55);line-height:1.75;margin-top:12px;margin-bottom:24px;}
.lh-mono-feats{display:flex;flex-direction:column;gap:10px;}
.lh-mono-feat{font-size:13px;color:rgba(255,255,255,.75);padding:8px 0;border-bottom:1px solid rgba(255,255,255,.08);}

/* ── PRODUCTS ───────────────────────────────────────── */
.lh-prod-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--lh-border);}
.lh-pcard{background:#fff;text-decoration:none;display:flex;flex-direction:column;border-top:3px solid transparent;transition:all .25s;}
.lh-pcard:hover{border-top-color:var(--lh-orange);}
.lh-pcard-img{height:220px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.lh-pcard-body{padding:16px 18px 20px;flex:1;display:flex;flex-direction:column;border-top:1px solid var(--lh-border);}
.lh-pcard-name{font-size:13px;color:var(--lh-dark);line-height:1.45;flex:1;margin-bottom:12px;}
.lh-pcard-foot{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid var(--lh-border);}
.lh-pcard-price{font-family:'Cormorant Garamond',serif;font-size:18px;color:var(--lh-orange);}
.lh-pcard-cta{width:30px;height:30px;background:var(--lh-orange);display:flex;align-items:center;justify-content:center;}
.lh-pcard-cta svg{width:11px;height:11px;stroke:#fff;stroke-width:2;}

/* ── WHY ────────────────────────────────────────────── */
.lh-why-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;}
.lh-why-list{display:flex;flex-direction:column;gap:0;}
.lh-why-item{padding:20px 0;border-bottom:1px solid var(--lh-border);}
.lh-why-item:first-child{border-top:1px solid var(--lh-border);}
.lh-why-title{font-size:14px;font-weight:700;color:var(--lh-dark);margin-bottom:4px;}
.lh-why-desc{font-size:13px;color:var(--lh-mid);line-height:1.6;}

/* ── CTA ────────────────────────────────────────────── */
.lh-cta{background:var(--lh-dark);padding:80px 0;}
.lh-cta-title{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:clamp(28px,4vw,52px);font-weight:300;
  color:#fff;margin:14px auto 14px;line-height:1.1;
}
.lh-cta-title em{font-style:italic;color:var(--lh-orange-lt);}
.lh-cta-sub{font-size:15px;color:rgba(255,255,255,.5);margin-bottom:36px;max-width:460px;margin-inline:auto;}
.lh-cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}

@media screen and (max-width:1024px){.lh-cat-grid{grid-template-columns:repeat(3,1fr);}.lh-tech-grid{grid-template-columns:repeat(2,1fr);}}
@media screen and (max-width:768px){.lh-wrap{padding:0 24px;}.lh-hero-content{padding:0 24px;}.lh-hero-left{flex:1;max-width:100%;}.lh-hero-stats{display:none;}.lh-cat-grid{grid-template-columns:repeat(2,1fr);}.lh-prod-grid{grid-template-columns:repeat(2,1fr);}.lh-monolith-grid,.lh-why-grid{grid-template-columns:1fr;}}
