/*
Theme Name:  LSE Decision Intelligence
Theme URI:   https://lsenterprise.ca
Description: Logic Systems Enterprise — Decision Intelligence for Heavy Equipment OEMs. Child theme of GeneratePress.
Author:      Logic Systems Enterprise
Template:    generatepress
Version:     3.0.0
Text Domain: lse
*/

/* ═══ DESIGN TOKENS ═══ */
:root {
  --navy:#08101e; --navy2:#0d1a30; --navy3:#122244;
  --orange:#c85212; --orange2:#e06820; --orange-dim:rgba(200,82,18,.12);
  --steel:#7a96b0; --steel-lt:#b8ccda; --steel-xs:rgba(120,160,192,.14);
  --white:#f0f5fa; --green:#0a8a56; --red:#b03020; --amber:#c87800;
  --border:rgba(120,160,192,.15);
}

/* ═══ RESET ═══ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Barlow', sans-serif; background: var(--navy) !important;
  color: var(--white); -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }

/* ═══ HIDE WP CHROME ═══ */
.site-header, .main-navigation, #masthead, #site-navigation,
.nav-menu, .primary-navigation, .header-widget, .site-branding,
.wp-block-template-part, .entry-header, h1.entry-title,
h1.page-title, .page-title, .page-header, .wp-block-post-title,
h1.wp-block-post-title, article > header, .page > .entry-header,
.posted-on, .post-thumbnail, .wp-post-image, .site-footer,
#colophon, .site-info, .footer-widgets, .footer-bar, #footer, #wpadminbar,
.wp-site-blocks > footer { display: none !important; }
html { margin-top: 0 !important; }
body { padding-top: 0 !important; }
.site-content, .content-area, .entry-content, #primary,
.inside-article, article.page, article.post { padding: 0 !important; margin: 0 !important; max-width: 100% !important; }
.site-main { margin: 0 !important; }

/* ═══ UTILITIES ═══ */
.lse-wrap { max-width: 1120px; margin: 0 auto; padding: 0 32px; }
.lse-tag {
  display: inline-block; font-family: 'IBM Plex Mono', monospace;
  font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--orange); border: 1px solid rgba(200,82,18,.35); padding: 5px 13px; margin-bottom: 18px;
}
.lse-btn-p {
  display: inline-block; font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  background: var(--orange); color: #fff !important; padding: 15px 30px;
  cursor: pointer; border: none; transition: background .2s, transform .15s;
}
.lse-btn-p:hover { background: var(--orange2); transform: translateY(-1px); }
.lse-btn-s {
  display: inline-block; font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
  background: transparent; color: var(--steel-lt) !important; padding: 14px 30px;
  border: 1px solid var(--border); cursor: pointer; transition: color .2s, border-color .2s;
}
.lse-btn-s:hover { color: var(--white) !important; border-color: var(--steel); }

/* ═══ NAVIGATION ═══ */
.lse-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(8,16,30,.95); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.lse-nav-i {
  max-width: 1120px; margin: 0 auto; padding: 0 32px;
  display: flex; align-items: center; justify-content: space-between; height: 62px;
}
.lse-logo { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.lse-logo-hex { width: 34px; height: 34px; flex-shrink: 0; }
.lse-logo-txt {
  font-family: 'Barlow Condensed', sans-serif; font-size: 15px; font-weight: 700;
  letter-spacing: .5px; text-transform: uppercase; line-height: 1.1; color: var(--white) !important;
}
.lse-logo-txt span { display: block; font-size: 8.5px; font-weight: 400; letter-spacing: 3px; color: var(--steel); font-family: 'IBM Plex Mono', monospace; }
.lse-nav-links { display: flex; align-items: center; gap: 2px; }
.lse-nl {
  font-family: 'Barlow Condensed', sans-serif; font-size: 12.5px; font-weight: 600;
  letter-spacing: 1px; text-transform: uppercase; color: var(--steel-lt) !important;
  padding: 8px 12px; text-decoration: none; transition: color .2s; position: relative;
}
.lse-nl:hover, .lse-nl.active { color: var(--white) !important; }
.lse-nl.active::after { content: ''; position: absolute; bottom: -1px; left: 12px; right: 12px; height: 2px; background: var(--orange); }
.lse-nav-cta {
  font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase; background: var(--orange);
  color: #fff !important; padding: 8px 18px; text-decoration: none; transition: background .2s; margin-left: 10px;
}
.lse-nav-cta:hover { background: var(--orange2); }
.lse-nav-portal {
  font-family: 'IBM Plex Mono', monospace; font-size: 9.5px; letter-spacing: 1px;
  color: var(--steel) !important; padding: 7px 11px; border: 1px solid var(--border);
  text-decoration: none; transition: color .2s, border-color .2s;
}
.lse-nav-portal:hover { color: var(--white) !important; border-color: var(--steel); }
.lse-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; }
.lse-hamburger span { display: block; width: 21px; height: 2px; background: var(--white); }
.lse-mob-menu { display: none; flex-direction: column; background: var(--navy2); border-bottom: 1px solid var(--border); padding: 12px 32px 20px; }
.lse-mob-menu.open { display: flex; }
.lse-mob-menu .lse-nl { padding: 11px 0; border-bottom: 1px solid var(--border); display: block; }
.lse-mob-menu .lse-nav-cta { margin: 14px 0 0; display: block; text-align: center; padding: 13px; }

/* ═══════════════════════════════════════════
   CINEMATIC HERO SLIDESHOW
═══════════════════════════════════════════ */
.lse-cinema-hero { position: relative; min-height: 100vh; }

/* Slideshow backgrounds */
.lse-slides {
  position: absolute; inset: 0; z-index: 0; overflow: hidden;
}
.lse-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.4s cubic-bezier(.4,0,.2,1);
  transform: scale(1.04);
  animation: lseKenBurns 8s ease-in-out infinite alternate;
}
.lse-slide.lse-slide-active { opacity: 1; }
@keyframes lseKenBurns {
  from { transform: scale(1.04) translate(0,0); }
  to   { transform: scale(1) translate(-1%,-.5%); }
}
.lse-slide-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    105deg,
    rgba(8,16,30,.88) 0%,
    rgba(8,16,30,.7) 40%,
    rgba(8,16,30,.55) 65%,
    rgba(8,16,30,.82) 100%
  );
}
.lse-slide-grain {
  position: absolute; inset: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: .25; mix-blend-mode: overlay;
}

/* Slide navigation dots */
.lse-slide-dots {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  z-index: 10; display: flex; gap: 10px;
}
.lse-slide-dot {
  width: 28px; height: 3px; background: rgba(255,255,255,.25);
  border: none; cursor: pointer; transition: background .3s, width .3s; padding: 0;
}
.lse-slide-dot.lse-dot-active { background: var(--orange); width: 44px; }

/* Slide captions (bottom-left) */
.lse-slide-captions {
  position: absolute; bottom: 60px; left: 0; right: 0; z-index: 10;
  max-width: 1120px; margin: 0 auto; padding: 0 32px;
}
.lse-slide-cap {
  display: none; align-items: center; gap: 14px;
  animation: lseCapIn .6s ease forwards;
}
.lse-slide-cap.lse-cap-active { display: flex; }
@keyframes lseCapIn {
  from { opacity:0; transform:translateY(8px); }
  to   { opacity:1; transform:translateY(0); }
}
.lse-cap-tag {
  font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 2px;
  text-transform: uppercase; color: var(--orange); border: 1px solid rgba(200,82,18,.4);
  padding: 4px 10px; white-space: nowrap;
}
.lse-cap-text { font-size: 13.5px; color: rgba(255,255,255,.65); font-weight: 300; font-style: italic; }

/* Hero content sits on top of slides */
.lse-hero { display: flex; align-items: center; padding-top: 62px; }
.lse-hero-bg {
  position: absolute; inset: 0;
  background: repeating-linear-gradient(0deg,transparent,transparent 59px,rgba(120,160,192,.02) 60px),
              repeating-linear-gradient(90deg,transparent,transparent 59px,rgba(120,160,192,.02) 60px);
  z-index: 1; pointer-events: none;
}
.lse-hero-content { position: relative; z-index: 5; padding: 80px 0 180px; }
.lse-hero-eyebrow {
  font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; letter-spacing: 3px;
  text-transform: uppercase; color: var(--orange); margin-bottom: 22px;
  display: flex; align-items: center; gap: 11px;
}
.lse-hero-eyebrow::before { content:''; display:block; width:28px; height:1px; background:var(--orange); }
.lse-hero-h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(48px, 8vw, 96px); font-weight: 800;
  line-height: .92; letter-spacing: -1px; text-transform: uppercase; margin-bottom: 26px;
  text-shadow: 0 2px 40px rgba(8,16,30,.8);
}
.lse-hero-h1 em { color: var(--orange); font-style: normal; display: block; }
.lse-hero-sub {
  font-size: 17px; font-weight: 300; color: var(--steel-lt);
  max-width: 500px; line-height: 1.65; margin-bottom: 36px;
  text-shadow: 0 1px 20px rgba(8,16,30,.9);
}
.lse-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }
.lse-hero-trust { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.lse-ht-label { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 2px; color: var(--steel); text-transform: uppercase; }
.lse-ht-items { display: flex; gap: 10px; flex-wrap: wrap; }
.lse-ht-item { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--steel); border: 1px solid var(--border); padding: 4px 10px; }

/* Live Intel Feed */
.lse-intel-feed {
  position: absolute; top: 50%; right: 0; transform: translateY(-50%);
  width: 320px; background: rgba(13,26,48,.88); border: 1px solid var(--border);
  border-right: none; backdrop-filter: blur(10px); z-index: 6; display: none;
}
@media(min-width:1120px){ .lse-intel-feed { display: block; } }
.lse-if-header { padding: 11px 15px; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 9px; }
.lse-if-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); animation: lse-pulse 1.8s ease-in-out infinite; }
@keyframes lse-pulse { 0%,100%{opacity:1}50%{opacity:.3} }
.lse-if-title { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--orange); }
.lse-if-row { padding: 9px 15px; border-bottom: 1px solid rgba(120,160,192,.07); display: flex; justify-content: space-between; align-items: center; }
.lse-if-row:last-child { border-bottom: none; }
.lse-if-source { font-family: 'IBM Plex Mono', monospace; font-size: 9px; color: var(--steel); }
.lse-if-val { font-family: 'IBM Plex Mono', monospace; font-size: 11px; font-weight: 500; }
.lse-if-val.good { color: #5eba8a; } .lse-if-val.bad { color: #e05555; } .lse-if-val.warn { color: #e09020; }
.lse-if-gap { font-size: 10px; padding: 8px 15px; border-top: 1px solid var(--border); color: var(--orange); font-family: 'IBM Plex Mono', monospace; }

/* Vehicles */
.lse-vehicles { position: absolute; bottom: 0; left: 0; right: 0; height: 136px; pointer-events: none; overflow: hidden; z-index: 4; }
.lse-ground { position: absolute; bottom: 46px; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(200,82,18,.2) 20%, rgba(200,82,18,.2) 80%, transparent); }
.lse-veh { position: absolute; bottom: 46px; }
.lse-v1 { animation: vehLR 28s linear infinite; animation-delay: -7s; opacity: .55; }
.lse-v2 { animation: vehLR 40s linear infinite; animation-delay: -24s; opacity: .36; }
.lse-v3 { animation: vehRL 32s linear infinite; animation-delay: -13s; opacity: .44; }
.lse-v4 { animation: vehLR 50s linear infinite; animation-delay: -38s; opacity: .26; }
@keyframes vehLR { from{transform:translateX(-360px)} to{transform:translateX(calc(100vw + 360px))} }
@keyframes vehRL { from{transform:translateX(calc(100vw + 320px)) scaleX(-1)} to{transform:translateX(-320px) scaleX(-1)} }

/* ═══ STATS BAR ═══ */
.lse-stats-bar { background: var(--navy2); border-bottom: 1px solid var(--border); }
.lse-stats-inner { max-width: 1120px; margin: 0 auto; padding: 0 32px; display: grid; grid-template-columns: repeat(4,1fr); }
.lse-stat { padding: 26px 20px; border-right: 1px solid var(--border); text-align: center; }
.lse-stat:last-child { border-right: none; }
.lse-stat-num { font-family: 'Barlow Condensed', sans-serif; font-size: 38px; font-weight: 800; color: var(--orange); line-height: 1; display: block; }
.lse-stat-lbl { font-size: 12px; color: var(--steel); margin-top: 5px; font-weight: 300; }

/* ═══════════════════════════════════════════
   TRANSFORMATION ENGINE SECTION
═══════════════════════════════════════════ */
.lse-transform-section { padding-bottom: 0 !important; }

.lse-transform-cinema { margin-top: 48px; }

.lse-transform-img-wrap {
  position: relative; overflow: hidden;
  height: clamp(280px, 40vw, 520px);
  border: 1px solid var(--border);
}
.lse-transform-img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  opacity: 0; transition: opacity 1.2s cubic-bezier(.4,0,.2,1);
  transform: scale(1.03);
  transition: opacity 1.2s ease, transform 8s ease;
}
.lse-transform-img.lse-transform-img-active { opacity: 1; transform: scale(1); }
.lse-transform-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(8,16,30,.6) 80%,
    var(--navy) 100%
  );
  z-index: 2;
}

/* Step tabs */
.lse-transform-steps {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 2px; background: var(--border);
  border: 1px solid var(--border); border-top: none;
}
.lse-ts {
  background: var(--navy2); border: none; padding: 28px 24px;
  text-align: left; cursor: pointer; transition: background .25s;
  display: flex; flex-direction: column; gap: 8px; position: relative;
  overflow: hidden;
}
.lse-ts:hover { background: var(--navy3); }
.lse-ts.lse-ts-active { background: var(--navy3); }
.lse-ts-num {
  font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 2px;
  text-transform: uppercase; color: var(--orange); display: block;
}
.lse-ts-title {
  font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 700;
  text-transform: uppercase; color: var(--white); line-height: 1.05;
}
.lse-ts-active .lse-ts-title { color: var(--orange); }
.lse-ts-desc { font-size: 12.5px; color: var(--steel-lt); font-weight: 300; line-height: 1.55; }
.lse-ts-bar { position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--border); }
.lse-ts-fill { height: 100%; background: var(--orange); width: 0; transition: width 5s linear; }
.lse-ts-active .lse-ts-fill { width: 100%; }

/* ═══ SECTIONS COMMON ═══ */
.lse-section { padding: 88px 0; }
.lse-section-navy { background: var(--navy); }
.lse-section-navy2 { background: var(--navy2); }
.lse-sh { margin-bottom: 52px; }
.lse-sh h2 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(30px,4vw,52px); font-weight: 800; text-transform: uppercase; line-height: .95; letter-spacing: -.5px; }
.lse-sh h2 em { color: var(--orange); font-style: normal; }
.lse-sh .sub { margin-top: 14px; font-size: 16px; font-weight: 300; color: var(--steel-lt); max-width: 540px; line-height: 1.6; }

/* ═══ PROBLEM CARDS ═══ */
.lse-prob-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; }
.lse-prob-card { background: var(--navy3); padding: 32px 28px; border-top: 3px solid transparent; transition: border-color .3s; display: flex; flex-direction: column; }
.lse-prob-card:hover { border-top-color: var(--orange); }
.lse-prob-icon { font-size: 26px; margin-bottom: 18px; }
.lse-prob-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 20px; font-weight: 700; text-transform: uppercase; margin-bottom: 12px; line-height: 1.15; }
.lse-prob-card p { font-size: 13.5px; color: var(--steel-lt); font-weight: 300; line-height: 1.65; margin-bottom: 16px; flex: 1; }
.lse-prob-cost { font-family: 'IBM Plex Mono', monospace; font-size: 10.5px; color: var(--orange); border-top: 1px solid var(--border); padding-top: 12px; margin-top: auto; }

/* ═══ SERVICES ═══ */
.lse-svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.lse-svc-card { background: var(--navy2); border: 1px solid var(--border); padding: 32px 28px; transition: border-color .3s, transform .2s; position: relative; overflow: hidden; display: block; }
.lse-svc-card:hover { border-color: var(--orange); transform: translateY(-2px); }
.lse-svc-bg-num { position: absolute; top: 12px; right: 16px; font-family: 'Barlow Condensed', sans-serif; font-size: 80px; font-weight: 800; color: rgba(200,82,18,.06); line-height: 1; pointer-events: none; }
.lse-svc-tag { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--orange); margin-bottom: 10px; display: block; }
.lse-svc-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 21px; font-weight: 700; text-transform: uppercase; margin-bottom: 12px; line-height: 1.1; color: var(--white) !important; }
.lse-svc-card p { font-size: 13.5px; color: var(--steel-lt); font-weight: 300; line-height: 1.65; margin-bottom: 18px; }
.lse-svc-list { list-style: none; }
.lse-svc-list li { font-size: 12.5px; color: var(--steel-lt); padding: 6px 0 6px 18px; border-bottom: 1px solid var(--border); position: relative; font-weight: 300; }
.lse-svc-list li:last-child { border-bottom: none; }
.lse-svc-list li::before { content: '→'; position: absolute; left: 0; color: var(--orange); font-size: 11px; }

/* ═══ QUIZ ═══ */
.lse-quiz-section { background: var(--navy2); padding: 88px 0; border-top: 1px solid var(--border); }
.lse-quiz-wrap { max-width: 720px; margin: 0 auto; }
.lse-quiz-prog-bar { background: var(--border); height: 3px; margin-bottom: 32px; border-radius: 2px; }
.lse-quiz-prog-fill { height: 100%; background: var(--orange); border-radius: 2px; transition: width .4s ease; }
.lse-quiz-qnum { font-family: 'IBM Plex Mono', monospace; font-size: 9.5px; letter-spacing: 2px; color: var(--steel); text-transform: uppercase; margin-bottom: 14px; }
.lse-quiz-q { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 700; text-transform: uppercase; line-height: 1.2; margin-bottom: 8px; color: var(--white); }
.lse-quiz-opts { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 20px 0 28px; }
.lse-quiz-opt { background: var(--navy); border: 1px solid var(--border); padding: 13px 16px; cursor: pointer; font-size: 13.5px; color: var(--steel-lt); font-weight: 300; transition: all .2s; text-align: left; }
.lse-quiz-opt:hover, .lse-quiz-opt.selected { border-color: var(--orange); color: var(--white); background: var(--orange-dim); }
.lse-quiz-nav { display: flex; justify-content: space-between; align-items: center; }
.lse-quiz-back { font-family: 'IBM Plex Mono', monospace; font-size: 10px; color: var(--steel); cursor: pointer; padding: 8px 0; transition: color .2s; background: none; border: none; }
.lse-quiz-back:hover { color: var(--white); }
.lse-quiz-result { text-align: center; padding: 24px 0; }
.lse-qr-score { font-family: 'Barlow Condensed', sans-serif; font-size: 80px; font-weight: 800; line-height: 1; display: block; }
.lse-qr-lbl { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 2px; color: var(--steel); text-transform: uppercase; }
.lse-qr-grade { font-family: 'Barlow Condensed', sans-serif; font-size: 28px; font-weight: 700; text-transform: uppercase; margin: 12px 0 8px; }
.lse-qr-desc { font-size: 14px; color: var(--steel-lt); font-weight: 300; max-width: 480px; margin: 0 auto 24px; line-height: 1.65; }
.lse-qr-items { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; text-align: left; margin-bottom: 24px; }
.lse-qr-item { background: var(--navy); border: 1px solid var(--border); padding: 14px 16px; }
.lse-qr-item .ri { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 1px; color: var(--steel); text-transform: uppercase; margin-bottom: 4px; }
.lse-qr-item .rv { font-size: 13px; color: var(--steel-lt); font-weight: 300; }

/* ═══ TESTIMONIALS ═══ */
.lse-testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-bottom: 48px; }
.lse-testi-card { background: var(--navy2); border: 1px solid var(--border); padding: 28px; }
.lse-testi-quote { font-size: 14px; font-style: italic; color: var(--steel-lt); line-height: 1.7; margin-bottom: 20px; font-weight: 300; position: relative; padding-top: 32px; }
.lse-testi-quote::before { content: '\201C'; font-family: Georgia, serif; font-size: 44px; color: var(--orange); position: absolute; top: -4px; left: 0; line-height: 1; }
.lse-testi-result { font-family: 'IBM Plex Mono', monospace; font-size: 9.5px; color: var(--green); border-top: 1px solid var(--border); padding-top: 12px; margin-bottom: 12px; }
.lse-testi-who { font-size: 12.5px; color: var(--steel); font-weight: 300; }
.lse-testi-who strong { display: block; color: var(--white); font-weight: 500; font-size: 13.5px; margin-bottom: 2px; }
.lse-proof-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; }
.lse-ps { background: var(--navy2); padding: 28px 18px; text-align: center; }
.lse-ps-num { font-family: 'Barlow Condensed', sans-serif; font-size: 38px; font-weight: 800; color: var(--orange); display: block; line-height: 1; }
.lse-ps-lbl { font-size: 12px; color: var(--steel); margin-top: 5px; font-weight: 300; }

/* ═══ CALCULATOR ═══ */
.lse-calc-section { background: var(--navy); padding: 88px 0; border-top: 1px solid var(--border); }
.lse-calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.lse-calc-inputs h3, .lse-calc-results h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 700; text-transform: uppercase; margin-bottom: 20px; color: var(--white); }
.lse-calc-row { margin-bottom: 20px; }
.lse-calc-row label { display: flex; justify-content: space-between; font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--steel); margin-bottom: 8px; }
.lse-calc-val { color: var(--orange); font-size: 12px; }
.lse-calc-row input[type=range] { width: 100%; accent-color: var(--orange); cursor: pointer; }
.lse-calc-out { background: var(--navy2); border: 1px solid var(--border); padding: 18px 20px; margin-bottom: 10px; display: flex; justify-content: space-between; align-items: center; }
.lse-co-lbl { font-size: 13px; color: var(--steel-lt); font-weight: 300; }
.lse-co-val { font-family: 'Barlow Condensed', sans-serif; font-size: 26px; font-weight: 700; color: var(--orange); }
.lse-co-val.red { color: var(--red); }
.lse-calc-note { font-size: 12.5px; color: var(--steel); font-style: italic; margin-top: 16px; padding: 12px 14px; border-left: 3px solid var(--orange); background: var(--orange-dim); }

/* ═══════════════════════════════════════════
   ECOSTEER HX SECTION
═══════════════════════════════════════════ */
.lse-ecosteer-section {
  position: relative; min-height: 480px; overflow: hidden;
  display: flex; align-items: center;
}
.lse-ecosteer-bg {
  position: absolute; inset: 0; z-index: 0;
}
.lse-ecosteer-img {
  width: 100%; height: 100%; object-fit: cover; object-position: center 40%;
  filter: brightness(.4) saturate(.8);
  transition: transform 12s ease;
}
.lse-ecosteer-section:hover .lse-ecosteer-img { transform: scale(1.03); }
.lse-ecosteer-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    100deg,
    rgba(8,16,30,.95) 0%,
    rgba(8,16,30,.85) 45%,
    rgba(8,16,30,.5) 75%,
    rgba(8,16,30,.75) 100%
  );
}
.lse-ecosteer-content {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr auto;
  gap: 56px; align-items: center;
  padding-top: 72px; padding-bottom: 72px;
}
.lse-ecosteer-left { max-width: 520px; }
.lse-ecosteer-h2 {
  font-family: 'Barlow Condensed', sans-serif; font-size: clamp(38px,5vw,68px);
  font-weight: 800; text-transform: uppercase; line-height: .92; letter-spacing: -1px;
  margin-bottom: 16px; color: var(--white) !important;
}
.lse-ecosteer-h2 em { color: var(--orange); font-style: normal; }
.lse-ecosteer-sub {
  font-size: 14.5px; color: var(--steel-lt); font-weight: 300; line-height: 1.7;
  margin-bottom: 28px; max-width: 460px;
}
.lse-ecosteer-specs { display: flex; gap: 16px; flex-wrap: wrap; }
.lse-espec {
  background: rgba(13,26,48,.8); border: 1px solid var(--border);
  padding: 12px 18px; text-align: center; min-width: 80px;
  backdrop-filter: blur(8px);
}
.lse-espec-n { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 800; color: var(--orange); display: block; line-height: 1; margin-bottom: 4px; }
.lse-espec-l { font-family: 'IBM Plex Mono', monospace; font-size: 8.5px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--steel); display: block; }

/* Ecosteer badges */
.lse-ecosteer-badge-col { display: flex; flex-direction: column; gap: 12px; flex-shrink: 0; }
.lse-ecosteer-badge {
  background: rgba(13,26,48,.9); border: 1px solid var(--border);
  padding: 20px 22px; min-width: 220px; backdrop-filter: blur(10px);
}
.lse-eb-badge-icon { font-size: 22px; margin-bottom: 8px; display: block; }
.lse-eb-badge-title { font-family: 'Barlow Condensed', sans-serif; font-size: 16px; font-weight: 700; text-transform: uppercase; color: var(--white); margin-bottom: 4px; }
.lse-eb-badge-sub { font-size: 12px; color: var(--steel-lt); font-weight: 300; margin-bottom: 10px; line-height: 1.5; }
.lse-eb-badge-tag { font-family: 'IBM Plex Mono', monospace; font-size: 8.5px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--orange); border: 1px solid rgba(200,82,18,.35); padding: 3px 9px; display: inline-block; }

/* ═══ BLOG ═══ */
.lse-blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.lse-blog-card { background: var(--navy2); border: 1px solid var(--border); transition: border-color .3s, transform .2s; display: flex; flex-direction: column; }
.lse-blog-card:hover { border-color: var(--orange); transform: translateY(-2px); }
.lse-bc-bar { height: 3px; background: var(--orange); }
.lse-bc-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.lse-bc-meta { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 2px; color: var(--steel); text-transform: uppercase; margin-bottom: 10px; }
.lse-blog-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 17px; font-weight: 700; text-transform: uppercase; line-height: 1.15; margin-bottom: 10px; flex: 1; color: var(--white) !important; }
.lse-blog-card p { font-size: 13px; color: var(--steel-lt); font-weight: 300; line-height: 1.6; margin-bottom: 16px; }
.lse-bc-read { font-family: 'IBM Plex Mono', monospace; font-size: 9.5px; color: var(--orange); border-top: 1px solid var(--border); padding-top: 12px; }

/* ═══ EBOOK ═══ */
.lse-ebook { background: linear-gradient(135deg, var(--navy2) 0%, rgba(28,10,4,.9) 100%); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 72px 0; }
.lse-ebook-inner { display: grid; grid-template-columns: 1fr auto; gap: 56px; align-items: center; }
.lse-ebook-txt h2 { font-family: 'Barlow Condensed', sans-serif; font-size: 38px; font-weight: 800; text-transform: uppercase; line-height: .95; margin-bottom: 14px; color: var(--white) !important; }
.lse-ebook-txt h2 em { color: var(--orange); font-style: normal; }
.lse-ebook-txt p { font-size: 14.5px; color: var(--steel-lt); font-weight: 300; max-width: 460px; line-height: 1.65; margin-bottom: 24px; }
.lse-ebook-badge { background: var(--navy); border: 1px solid var(--border); padding: 24px 22px; text-align: center; min-width: 160px; }
.lse-eb-pages { font-family: 'Barlow Condensed', sans-serif; font-size: 54px; font-weight: 800; color: var(--orange); line-height: 1; display: block; }
.lse-eb-desc { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 2px; color: var(--steel); text-transform: uppercase; margin-top: 6px; display: block; }

/* ═══ TRUST BAR ═══ */
.lse-trust-bar { background: var(--navy); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 20px 0; }
.lse-trust-inner { max-width: 1120px; margin: 0 auto; padding: 0 32px; display: flex; gap: 36px; align-items: center; flex-wrap: wrap; justify-content: center; }
.lse-t-label { font-family: 'IBM Plex Mono', monospace; font-size: 9px; letter-spacing: 2px; color: var(--steel); text-transform: uppercase; flex-shrink: 0; padding-right: 18px; border-right: 1px solid var(--border); }
.lse-t-items { display: flex; gap: 24px; flex-wrap: wrap; align-items: center; }
.lse-t-item { font-family: 'Barlow Condensed', sans-serif; font-size: 11.5px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: var(--steel); }

/* ═══ PAGE HERO (interior) ═══ */
.lse-page-hero { padding: 128px 0 64px; background: var(--navy); border-bottom: 1px solid var(--border); position: relative; overflow: hidden; }
.lse-page-hero::after { content:''; position:absolute; top:0; right:0; bottom:0; width:45%; background:radial-gradient(ellipse at right,rgba(200,82,18,.05) 0%,transparent 70%); }
.lse-page-hero h1 { font-family:'Barlow Condensed',sans-serif; font-size:clamp(34px,5vw,64px); font-weight:800; text-transform:uppercase; line-height:.95; letter-spacing:-.5px; margin-bottom:14px; color:var(--white)!important; }
.lse-page-hero h1 em { color:var(--orange); font-style:normal; }
.lse-page-hero p { font-size:16px; color:var(--steel-lt); font-weight:300; max-width:520px; line-height:1.6; }
.lse-page-hero .lse-wrap { position:relative; z-index:2; }

/* Services, case studies, insights, about, contact — inherits from lse-theme/style.css */
/* Append ALL other page styles from lse-theme/style.css here */

/* ═══ FOOTER ═══ */
.lse-footer { background: var(--navy2); border-top: 1px solid var(--border); padding: 52px 0 28px; }
.lse-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 44px; }
.lse-footer-brand p { font-size: 12.5px; color: var(--steel); font-weight: 300; line-height: 1.6; margin-top: 14px; max-width: 240px; }
.lse-footer-col h4 { font-family: 'Barlow Condensed', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--steel); margin-bottom: 14px; }
.lse-footer-col ul { list-style: none; }
.lse-footer-col ul li { margin-bottom: 9px; }
.lse-footer-col ul li a { font-size: 12.5px; color: var(--steel-lt) !important; font-weight: 300; text-decoration: none; transition: color .2s; }
.lse-footer-col ul li a:hover { color: var(--white) !important; }
.lse-footer-bottom { border-top: 1px solid var(--border); padding-top: 22px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.lse-footer-copy { font-family: 'IBM Plex Mono', monospace; font-size: 9.5px; color: var(--steel); }

/* ═══ CONTACT FORM ═══ */
.lse-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; padding: 72px 0; align-items: start; }
.lse-cf h2 { font-family: 'Barlow Condensed', sans-serif; font-size: 30px; font-weight: 800; text-transform: uppercase; margin-bottom: 6px; line-height: 1; color: var(--white)!important; }
.lse-cf h2 em { color:var(--orange); font-style:normal; }
.lse-cf-sub { font-size:13.5px; color:var(--steel-lt); font-weight:300; margin-bottom:28px; }
.lse-form-row { margin-bottom:14px; }
.lse-form-row label { display:block; font-family:'IBM Plex Mono',monospace; font-size:9px; letter-spacing:1.5px; text-transform:uppercase; color:var(--steel); margin-bottom:7px; }
.lse-form-row input,.lse-form-row select,.lse-form-row textarea { width:100%; background:var(--navy2); border:1px solid var(--border); color:var(--white); font-family:'Barlow',sans-serif; font-size:14px; padding:11px 14px; outline:none; transition:border-color .2s; -webkit-appearance:none; }
.lse-form-row input:focus,.lse-form-row select:focus,.lse-form-row textarea:focus { border-color:var(--orange); }
.lse-form-row select option { background:var(--navy2); color:var(--white); }
.lse-form-row textarea { height:110px; resize:vertical; }
.lse-form-two { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.lse-ci-items { margin-bottom:36px; }
.lse-ci-item { display:flex; gap:14px; align-items:flex-start; margin-bottom:18px; padding-bottom:18px; border-bottom:1px solid var(--border); }
.lse-ci-item:last-child { border-bottom:none; padding-bottom:0; margin-bottom:0; }
.lse-ci-icon { font-size:18px; flex-shrink:0; }
.lse-ci-lbl { font-family:'IBM Plex Mono',monospace; font-size:9px; letter-spacing:2px; color:var(--steel); text-transform:uppercase; margin-bottom:3px; display:block; }
.lse-ci-val { font-size:13.5px; color:var(--steel-lt); font-weight:300; }
.lse-dti-box { background:var(--navy2); border:1px solid var(--orange); padding:24px; margin-top:24px; }
.lse-dti-box h4 { font-family:'Barlow Condensed',sans-serif; font-size:17px; font-weight:700; text-transform:uppercase; margin-bottom:10px; color:var(--white); }
.lse-dti-box p { font-size:13px; color:var(--steel-lt); font-weight:300; line-height:1.6; margin-bottom:14px; }
.lse-dti-steps { list-style:none; }
.lse-dti-steps li { font-size:12.5px; color:var(--steel-lt); padding:6px 0 6px 18px; border-bottom:1px solid var(--border); position:relative; font-weight:300; }
.lse-dti-steps li:last-child { border-bottom:none; }
.lse-dti-steps li::before { content:'✓'; position:absolute; left:0; color:var(--green); font-size:10px; font-family:'IBM Plex Mono',monospace; }

/* ═══ RESPONSIVE ═══ */
@media(max-width:960px){
  .lse-nav-links { display:none; } .lse-hamburger { display:flex; }
  .lse-stats-inner,.lse-prob-grid,.lse-svc-grid,.lse-testi-grid,.lse-blog-grid,.lse-proof-grid { grid-template-columns:1fr 1fr; }
  .lse-footer-grid { grid-template-columns:1fr 1fr; }
  .lse-contact-grid,.lse-calc-grid,.lse-quiz-opts,.lse-qr-items { grid-template-columns:1fr; }
  .lse-transform-steps { grid-template-columns:1fr; }
  .lse-ecosteer-content { grid-template-columns:1fr; }
  .lse-ecosteer-badge-col { flex-direction:row; }
  .lse-ebook-inner { grid-template-columns:1fr; }
}
@media(max-width:600px){
  .lse-wrap { padding:0 18px; }
  .lse-stats-inner,.lse-prob-grid,.lse-svc-grid,.lse-testi-grid,.lse-blog-grid,.lse-proof-grid,.lse-footer-grid { grid-template-columns:1fr; }
  .lse-ecosteer-specs { flex-wrap:wrap; }
  .lse-ecosteer-badge-col { flex-direction:column; }
}
/* Force hide logo on lsenterprise.ca */
.site-logo, 
.custom-logo-link, 
.navbar-brand img, 
header img[alt*="Logic Systems"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
}