/* ============================================================
   HAMSTER SPIRITS — Luxury Cinematic Design
   Inspired by Johnnie Walker — Dark premium, full-screen sections
   ============================================================ */

:root {
  --blk:  #050505;
  --dk:   #0d0d0d;
  --dp:   #161616;
  --card: #1c1c1c;
  --wht:  #ffffff;
  --muted: rgba(255,255,255,.45);
  --faint: rgba(255,255,255,.06);
  --bdr:  rgba(255,255,255,.1);
  --gold: #c8a84b;
  --gold2:#a88830;
  --red:  #9a1c2d;
  --red2: #741521;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body.lx {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: var(--blk);
  color: var(--wht);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.lx img { max-width: 100%; display: block; }
body.lx a   { text-decoration: none; color: inherit; }
body.lx ul  { list-style: none; }

/* ── Scroll reveal ── */
.rv  { opacity:0; transform:translateY(30px); transition: opacity .8s ease, transform .8s ease; }
.rv.on  { opacity:1; transform:translateY(0); }
.rvl { opacity:0; transform:translateX(-30px); transition: opacity .8s ease, transform .8s ease; }
.rvl.on { opacity:1; transform:translateX(0); }
.rvr { opacity:0; transform:translateX(30px); transition: opacity .8s ease, transform .8s ease; }
.rvr.on { opacity:1; transform:translateX(0); }
.d1 { transition-delay: .15s; }
.d2 { transition-delay: .3s; }
.d3 { transition-delay: .45s; }
.d4 { transition-delay: .6s; }

/* ── Containers ── */
.lw  { max-width: 1280px; margin: 0 auto; padding: 0 64px; }
.lw-sm { max-width: 960px; margin: 0 auto; padding: 0 64px; }

/* ── Display Serif ── */
.lx-d { font-family: Georgia, 'Times New Roman', serif; }

/* ── Gold line decorator ── */
.lx-gl { display: block; width: 56px; height: 2px; background: var(--gold); margin: 20px 0; }
.lx-gl-c { margin: 20px auto; }

/* ── Section label (eyebrow) ── */
.lx-lbl {
  display: inline-block; font-size: 10.5px; font-weight: 600;
  letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold); margin-bottom: 16px;
}

/* ── Headings ── */
.lx-h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(52px, 8.5vw, 110px);
  font-weight: 700; line-height: .94;
  letter-spacing: -1.5px; color: var(--wht);
}
.lx-h1 em { font-style: italic; color: var(--gold); }
.lx-h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 5.5vw, 76px);
  font-weight: 700; line-height: .96;
  letter-spacing: -1px; color: var(--wht);
}
.lx-h2 em { font-style: italic; color: var(--gold); }
.lx-h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 700; line-height: 1.1; color: var(--wht);
}
.lx-sub { font-size: 16.5px; color: var(--muted); line-height: 1.8; }

/* ── Buttons ── */
.lb {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 500; letter-spacing: .5px;
  cursor: pointer; transition: all .25s ease; border: none;
  padding: 14px 32px; text-transform: uppercase;
}
.lb-gold { background: var(--gold); color: #000; }
.lb-gold:hover { background: var(--gold2); color: #000; }
.lb-out { background: transparent; color: var(--wht); border: 1px solid rgba(255,255,255,.3); }
.lb-out:hover { border-color: var(--wht); background: rgba(255,255,255,.05); }
.lb-out-g { background: transparent; color: var(--gold); border: 1px solid var(--gold); }
.lb-out-g:hover { background: var(--gold); color: #000; }
.lb-wht { background: var(--wht); color: #000; }
.lb-wht:hover { background: #e8e8e8; color: #000; }
.lb-red { background: var(--red); color: var(--wht); }
.lb-red:hover { background: var(--red2); }
.lb-arr::after { content: ' →'; }

/* ════════════════════════════════════
   NAVIGATION
════════════════════════════════════ */
#lx-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  padding: 0; transition: background .3s, border-color .3s;
  border-bottom: 1px solid transparent;
}
#lx-nav.sk {
  background: rgba(5,5,5,.9); backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-color: rgba(255,255,255,.07);
}
.lx-nav-row {
  height: 68px; display: flex; align-items: center; justify-content: space-between;
}
.lx-logo img { height: 36px; width: auto; filter: brightness(0) invert(1); }
.lx-nav-links { display: flex; align-items: center; gap: 32px; }
.lx-nav-links a {
  font-size: 12px; font-weight: 500; letter-spacing: 1px;
  text-transform: uppercase; color: rgba(255,255,255,.65);
  transition: color .2s;
}
.lx-nav-links a:hover, .lx-nav-links a.act { color: var(--gold); }
.lx-ncta {
  font-size: 11.5px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  color: #000; background: var(--gold); padding: 10px 22px;
  transition: background .2s;
}
.lx-ncta:hover { background: var(--gold2); color: #000; }

.lx-burger { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 4px; }
.lx-burger span { width: 24px; height: 1.5px; background: var(--wht); display: block; transition: all .2s; }

/* Mobile menu */
#lx-mob {
  display: none; position: fixed; inset: 0;
  background: var(--blk); z-index: 899;
  flex-direction: column; align-items: center; justify-content: center; gap: 32px;
}
#lx-mob.op { display: flex; }
#lx-mob a { font-size: 22px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,.7); transition: color .2s; }
#lx-mob a:hover { color: var(--gold); }
.lx-mobx { position: absolute; top: 24px; right: 28px; background: none; border: none; font-size: 30px; cursor: pointer; color: var(--muted); line-height: 1; }

/* ════════════════════════════════════
   HERO — Full screen cinematic
════════════════════════════════════ */
.lx-hero {
  min-height: 100vh; position: relative;
  display: flex; align-items: flex-end; overflow: hidden;
}
.lx-hero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  animation: lxzoom 18s ease-in-out infinite alternate;
}
@keyframes lxzoom { from{transform:scale(1)} to{transform:scale(1.06)} }
.lx-hero-ov {
  position: absolute; inset: 0;
  background: linear-gradient(
    to top,
    rgba(5,5,5,.97) 0%,
    rgba(5,5,5,.55) 45%,
    rgba(5,5,5,.15) 100%
  );
}
.lx-hero-cnt {
  position: relative; z-index: 2;
  padding: 0 0 80px; width: 100%;
}
.lx-hero-h {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(52px, 9vw, 120px);
  font-weight: 700; line-height: .9;
  letter-spacing: -2px; color: var(--wht);
  margin-bottom: 0;
}
.lx-hero-h em { font-style: italic; color: var(--gold); display: block; }
.lx-hero-sub { font-size: 17px; color: var(--muted); max-width: 480px; line-height: 1.75; margin: 28px 0 36px; }
.lx-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* ════════════════════════════════════
   SECTION BASE
════════════════════════════════════ */
.ls { min-height: 100vh; position: relative; overflow: hidden; }
.ls-c { display: flex; flex-direction: column; justify-content: center; padding: 120px 0; }
.ls-blk { background: var(--blk); }
.ls-dk  { background: var(--dk); }
.ls-dp  { background: var(--dp); }

/* Big faded background text */
.ls-bgtxt {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  font-family: Georgia, serif; font-size: clamp(120px, 18vw, 220px);
  font-weight: 900; color: rgba(255,255,255,.025);
  white-space: nowrap; pointer-events: none; user-select: none;
  letter-spacing: -4px; line-height: 1;
}

/* ════════════════════════════════════
   BRAND STRIP — 4 cards horizontal
════════════════════════════════════ */
.lx-brands { display: grid; grid-template-columns: repeat(4,1fr); height: 72vh; min-height: 520px; }
.lx-bc {
  position: relative; overflow: hidden; cursor: pointer;
  border-right: 1px solid rgba(255,255,255,.05);
}
.lx-bc:last-child { border-right: none; }
.lx-bc img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .7s ease, filter .5s ease;
  filter: brightness(.45) saturate(.8);
}
.lx-bc:hover img { transform: scale(1.06); filter: brightness(.65) saturate(1); }
.lx-bc-body {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 32px 28px;
  background: linear-gradient(to top, rgba(5,5,5,.9) 0%, transparent 60%);
}
.lx-bc-tag { font-size: 9px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.lx-bc-name { font-family: Georgia, serif; font-size: 26px; font-weight: 700; color: var(--wht); margin-bottom: 10px; transition: color .25s; }
.lx-bc:hover .lx-bc-name { color: var(--gold); }
.lx-bc-arrow {
  width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; color: var(--wht);
  transition: all .25s; opacity: 0; transform: translateY(8px);
}
.lx-bc:hover .lx-bc-arrow { opacity: 1; transform: translateY(0); border-color: var(--gold); color: var(--gold); }

/* ════════════════════════════════════
   FEATURE SPLIT — full-screen two-col
════════════════════════════════════ */
.lx-feat { display: grid; grid-template-columns: 1fr 1fr; min-height: 92vh; }
.lx-feat-img {
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  background: var(--dk);
}
.lx-feat-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .7s ease;
}
.lx-feat:hover .lx-feat-img img { transform: scale(1.04); }
.lx-feat-img-contain {
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: center;
  padding: 60px 40px; background: var(--dk);
}
.lx-feat-img-contain img {
  max-height: 560px; width: auto; object-fit: contain;
  filter: drop-shadow(0 24px 60px rgba(0,0,0,.6));
  transition: transform .5s ease;
}
.lx-feat:hover .lx-feat-img-contain img { transform: translateY(-8px) scale(1.02); }
.lx-feat-body {
  display: flex; flex-direction: column; justify-content: center;
  padding: 80px 72px; background: var(--blk);
}
.lx-feat-body.bg-dk { background: var(--dk); }
.lx-feat-body p { font-size: 16px; color: var(--muted); line-height: 1.85; margin: 20px 0 8px; }

/* ════════════════════════════════════
   PRODUCT SHOWCASE
════════════════════════════════════ */
.lx-prods-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; margin-top: 56px; }
.lx-prod {
  position: relative; padding: 52px 32px;
  background: var(--dp); text-align: center;
  transition: background .3s;
  border-bottom: 2px solid transparent;
}
.lx-prod:hover { background: var(--card); border-bottom-color: var(--gold); }
.lx-prod-img {
  height: 220px; display: flex; align-items: center; justify-content: center; margin-bottom: 28px;
}
.lx-prod-img img {
  max-height: 200px; width: auto; object-fit: contain;
  filter: drop-shadow(0 10px 30px rgba(0,0,0,.6));
  transition: transform .4s ease;
}
.lx-prod:hover .lx-prod-img img { transform: translateY(-10px) scale(1.05); }
.lx-prod-name { font-family: Georgia, serif; font-size: 20px; font-weight: 700; color: var(--wht); margin-bottom: 6px; }
.lx-prod-desc { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* 6-prod grid */
.lx-p6 { grid-template-columns: repeat(6,1fr); }
.lx-p6 .lx-prod-img { height: 180px; }
.lx-p6 .lx-prod-img img { max-height: 160px; }
.lx-p6 .lx-prod-name { font-size: 16px; }

/* ════════════════════════════════════
   STATS
════════════════════════════════════ */
.lx-stats {
  display: grid; grid-template-columns: repeat(4,1fr);
  border-top: 1px solid var(--bdr); border-bottom: 1px solid var(--bdr);
}
.lx-stat {
  padding: 60px 40px; text-align: center;
  border-right: 1px solid var(--bdr);
}
.lx-stat:last-child { border-right: none; }
.lx-stat-n {
  font-family: Georgia, serif;
  font-size: clamp(52px, 6vw, 80px);
  font-weight: 700; color: var(--gold); line-height: 1;
  margin-bottom: 10px; display: block;
}
.lx-stat-l { font-size: 10.5px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); }

/* ════════════════════════════════════
   QUOTE / STORY
════════════════════════════════════ */
.lx-quote {
  text-align: center;
  position: relative; padding: 120px 40px;
}
.lx-quote-mark { font-family: Georgia, serif; font-size: 120px; line-height: .6; color: var(--gold); opacity: .3; display: block; margin-bottom: -20px; }
.lx-quote-txt {
  font-family: Georgia, serif;
  font-size: clamp(22px, 3vw, 40px);
  font-weight: 700; color: var(--wht); line-height: 1.3;
  max-width: 760px; margin: 0 auto; font-style: italic;
}
.lx-quote-attr { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-top: 28px; display: block; }

/* ════════════════════════════════════
   CTA BOX
════════════════════════════════════ */
.lx-ctabox {
  border: 1px solid rgba(200,168,75,.3);
  max-width: 760px; margin: 0 auto;
  padding: 72px 80px; text-align: center; position: relative;
}
.lx-ctabox::before, .lx-ctabox::after {
  content: ''; position: absolute; width: 60px; height: 60px;
  border-color: var(--gold); border-style: solid;
}
.lx-ctabox::before { top: -1px; left: -1px; border-width: 2px 0 0 2px; }
.lx-ctabox::after  { bottom: -1px; right: -1px; border-width: 0 2px 2px 0; }
.lx-ctabox p { color: var(--muted); font-size: 16px; line-height: 1.8; margin: 16px 0 36px; }
.lx-ctabox-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ════════════════════════════════════
   BRAND PAGE HERO
════════════════════════════════════ */
.lx-bhero {
  min-height: 88vh; position: relative;
  display: flex; align-items: flex-end; overflow: hidden;
}
.lx-bhero-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  animation: lxzoom 16s ease-in-out infinite alternate;
}
.lx-bhero-ov {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(5,5,5,1) 0%, rgba(5,5,5,.5) 40%, transparent 75%);
}
.lx-bhero-cnt { position: relative; z-index: 2; padding-bottom: 72px; width: 100%; }
.lx-bhero-cnt h1 { font-family: Georgia, serif; font-size: clamp(46px, 7vw, 90px); font-weight: 700; color: var(--wht); letter-spacing: -1.5px; line-height: .95; margin-bottom: 14px; }
.lx-bhero-cnt h1 em { font-style: italic; color: var(--gold); }
.lx-bhero-cnt p { font-size: 17px; color: var(--muted); max-width: 500px; line-height: 1.75; }

/* ════════════════════════════════════
   PAGE HERO (inner pages)
════════════════════════════════════ */
.lx-phero { padding: 168px 0 72px; background: var(--blk); border-bottom: 1px solid var(--bdr); }
.lx-phero h1 { font-family: Georgia, serif; font-size: clamp(40px, 6vw, 80px); font-weight: 700; color: var(--wht); letter-spacing: -1px; margin: 10px 0 16px; }
.lx-phero p  { font-size: 17px; color: var(--muted); max-width: 480px; }

/* ════════════════════════════════════
   ABOUT / TEAM
════════════════════════════════════ */
.lx-team-grid { display: grid; grid-template-columns: 420px 1fr; border: 1px solid var(--bdr); }
.lx-team-grid img { width: 100%; height: 100%; object-fit: cover; min-height: 560px; }
.lx-team-body { padding: 64px 72px; display: flex; flex-direction: column; justify-content: center; }
.lx-team-body h3 { font-family: Georgia, serif; font-size: 32px; font-weight: 700; color: var(--wht); margin-bottom: 4px; }
.lx-team-role { font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 28px; display: block; }
.lx-team-body p { font-size: 15px; color: var(--muted); line-height: 1.9; margin-bottom: 14px; }

/* Mission/Vision */
.lx-mv { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 56px; }
.lx-mcard { padding: 52px 48px; background: var(--dp); position: relative; overflow: hidden; }
.lx-mcard::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--gold); }
.lx-mcard.red::before { background: var(--red); }
.lx-mcard h3 { font-family: Georgia, serif; font-size: 22px; font-weight: 700; color: var(--wht); margin-bottom: 16px; }
.lx-mcard .q { font-style: italic; font-size: 15px; color: var(--gold); margin-bottom: 18px; display: block; line-height: 1.6; }
.lx-mcard p  { font-size: 14px; color: var(--muted); line-height: 1.85; margin-bottom: 12px; }
.lx-mcard ul { display: flex; flex-direction: column; gap: 10px; }
.lx-mcard ul li { font-size: 14px; color: var(--muted); padding-left: 20px; position: relative; line-height: 1.6; }
.lx-mcard ul li::before { content: '—'; position: absolute; left: 0; color: var(--gold); }
.lx-mcard ul li strong { color: var(--gold); }

/* ════════════════════════════════════
   CONTACT
════════════════════════════════════ */
.lx-ct-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 2px; }
.lx-ct-panel { background: var(--dp); padding: 48px 44px; }
.lx-ct-title { font-family: Georgia, serif; font-size: 20px; color: var(--wht); margin-bottom: 32px; padding-bottom: 16px; border-bottom: 1px solid var(--bdr); }
.lx-citem { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 24px; }
.lx-cicon { width: 40px; height: 40px; border: 1px solid var(--bdr); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.lx-cicon i { color: var(--gold); font-size: 14px; }
.lx-clbl { font-size: 9.5px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 4px; }
.lx-cval { font-size: 14px; color: var(--muted); line-height: 1.65; }
.lx-cval a { color: rgba(255,255,255,.7); transition: color .2s; }
.lx-cval a:hover { color: var(--gold); }
.lx-map iframe { display: block; width: 100%; height: 220px; border: 0; filter: grayscale(1) invert(1) brightness(.7); }
.cf-lbl { display: block; font-size: 10px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 8px; }
.cf-inp {
  display: block; width: 100%; padding: 13px 16px; margin-bottom: 18px;
  background: var(--card); border: 1px solid var(--bdr);
  font-size: 14px; color: var(--wht); outline: none; transition: border-color .2s;
}
.cf-inp:focus { border-color: var(--gold); }
textarea.cf-inp { min-height: 130px; resize: vertical; }
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cf-msg { padding: 13px 18px; margin-bottom: 18px; font-size: 14px; }
.cf-msg.success { background: rgba(45,106,79,.25); color: #6ee7a0; border-left: 3px solid #22c55e; }
.cf-msg.error   { background: rgba(155,28,45,.2); color: #fca5a5; border-left: 3px solid var(--red); }
.cf-sub { font-size: 13.5px; color: var(--muted); margin-bottom: 24px; line-height: 1.7; }

/* ════════════════════════════════════
   COMING SOON
════════════════════════════════════ */
.lx-cs {
  min-height: 100vh; position: relative;
  display: flex; align-items: center; justify-content: center;
  text-align: center; overflow: hidden; background: var(--blk);
}
.lx-cs-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: .14; animation: lxzoom 20s ease-in-out infinite alternate;
}
.lx-cs-cnt { position: relative; z-index: 2; max-width: 620px; padding: 40px 24px; }
.lx-cs-cnt h1 { font-family: Georgia, serif; font-size: clamp(64px, 12vw, 130px); font-weight: 700; line-height: .88; letter-spacing: -3px; color: var(--wht); }
.lx-cs-cnt h1 em { font-style: italic; color: var(--gold); display: block; }
.lx-cs-line { width: 40px; height: 1px; background: var(--gold); margin: 32px auto; }
.lx-cs-cnt p { font-size: 17px; color: var(--muted); max-width: 380px; margin: 0 auto 36px; line-height: 1.75; }

/* ════════════════════════════════════
   FOOTER
════════════════════════════════════ */
.lx-foot { background: var(--dk); border-top: 1px solid var(--bdr); padding: 72px 0 0; }
.lx-foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr 1.5fr; gap: 48px; padding-bottom: 56px; }
.lx-foot-logo { height: 30px; filter: brightness(0) invert(1); opacity: .6; margin-bottom: 18px; }
.lx-foot-tag  { font-size: 12px; color: rgba(255,255,255,.28); line-height: 1.8; margin-bottom: 24px; max-width: 190px; }
.lx-fsoc { display: flex; gap: 8px; }
.lx-fsoc a { width: 34px; height: 34px; border: 1px solid var(--bdr); display: flex; align-items: center; justify-content: center; font-size: 12px; color: var(--muted); transition: all .2s; }
.lx-fsoc a:hover { border-color: var(--gold); color: var(--gold); }
.lx-fcol h4 { font-size: 9px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,.25); margin-bottom: 20px; }
.lx-fcol ul { display: flex; flex-direction: column; gap: 10px; }
.lx-fcol ul li a { font-size: 13px; color: rgba(255,255,255,.4); transition: color .2s; }
.lx-fcol ul li a:hover { color: var(--gold); }
.lx-frow { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; }
.lx-frow i { color: var(--gold); font-size: 11px; flex-shrink: 0; margin-top: 3px; }
.lx-frow span, .lx-frow a { font-size: 12.5px; color: rgba(255,255,255,.32); line-height: 1.65; transition: color .2s; }
.lx-frow a:hover { color: var(--gold); }
.lx-foot-btm { border-top: 1px solid var(--bdr); padding: 20px 0; display: flex; justify-content: space-between; align-items: center; }
.lx-foot-btm p { font-size: 11px; color: rgba(255,255,255,.18); letter-spacing: .3px; }
.lx-foot-gld { font-size: 10px; color: var(--gold); opacity: .5; letter-spacing: 1px; }

/* ════════════════════════════════════
   RESPONSIVE
════════════════════════════════════ */
@media(max-width:1100px){
  .lx-brands { grid-template-columns: 1fr 1fr; height: auto; min-height: auto; }
  .lx-bc { min-height: 300px; }
  .lx-feat { grid-template-columns: 1fr; }
  .lx-feat-img, .lx-feat-img-contain { min-height: 400px; }
  .lx-team-grid { grid-template-columns: 1fr; }
  .lx-team-grid img { min-height: 320px; }
  .lx-foot-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .lx-ct-grid { grid-template-columns: 1fr; }
}
@media(max-width:768px){
  .lx-nav-links { display: none; }
  .lx-burger { display: flex; }
  .lw, .lw-sm { padding: 0 24px; }
  .ls-c { padding: 80px 0; }
  .lx-hero-cnt { padding-bottom: 56px; }
  .lx-brands { grid-template-columns: 1fr; }
  .lx-bc { min-height: 260px; }
  .lx-prods-grid { grid-template-columns: 1fr 1fr; gap: 2px; }
  .lx-p6 { grid-template-columns: 1fr 1fr; }
  .lx-feat-body { padding: 52px 36px; }
  .lx-stats { grid-template-columns: 1fr 1fr; }
  .lx-stats .lx-stat:nth-child(2){ border-right:none; }
  .lx-mv { grid-template-columns: 1fr; }
  .lx-mcard { padding: 40px 32px; }
  .lx-ctabox { padding: 52px 36px; }
  .lx-team-body { padding: 40px 28px; }
  .lx-foot-grid { grid-template-columns: 1fr; gap: 28px; }
}
@media(max-width:520px){
  .lx-prods-grid, .lx-p6 { grid-template-columns: 1fr; }
  .lx-stats { grid-template-columns: 1fr; }
  .lx-stat { border-right: none; border-bottom: 1px solid var(--bdr); }
  .lx-stat:last-child { border-bottom: none; }
  .lx-hero-btns { flex-direction: column; align-items: flex-start; }
  .cf-row { grid-template-columns: 1fr; }
  .lx-foot-btm { flex-direction: column; gap: 6px; text-align: center; }
  .lx-ctabox { padding: 40px 24px; }
  .lx-ctabox::before, .lx-ctabox::after { width: 32px; height: 32px; }
}
