
/* =========================================================================
   Lensun Group homepage — Light Premium theme (white style)
   - Class names, layout and Shopify markup unchanged.
   - Brand colours woven from the logo: green (LENSUN) + gold (SOLAR / sun).
   - Photographic bands (hero, solution rows, proof stage, capability) stay
     image-led with a scrim; all UI chrome is light/white.
   - Header light styling comes from shared-header.css base (the dark
     homepage override has been removed).
   ========================================================================= */
:root {
  --lg-bg: #ffffff;
  --lg-bg-2: #f4f6f2;               /* soft warm section */
  --lg-panel: #ffffff;
  --lg-ink: #16211b;
  --lg-muted: #5c6b63;
  --lg-line: rgba(20,32,26,.12);
  --lg-line-soft: rgba(20,32,26,.07);
  --lg-green: #1f9e63;
  --lg-green-bright: #23b06e;
  --lg-green-dark: #0e4f36;
  --lg-brand-green: #2fae4d;        /* logo green */
  --lg-gold: #eaa200;               /* accent gold (readable on white) */
  --lg-gold-bright: #ffce3a;        /* gold for glows / fills */
  --lg-gold-deep: #c9860a;
  --lg-orange: #f2820c;
  --lg-radius-sm: 14px;
  --lg-radius-md: 20px;
  --lg-radius-lg: 30px;
  --lg-shadow: 0 26px 60px rgba(18,40,28,.12);
  --lg-shadow-sm: 0 12px 30px rgba(18,40,28,.08);
  --lg-container: min(1440px, calc(100vw - 64px));
  --lg-ease: cubic-bezier(.22,.61,.36,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(1100px 540px at 92% -8%, rgba(255,206,58,.16), transparent 58%),
    radial-gradient(900px 520px at 8% 4%, rgba(47,174,77,.06), transparent 56%),
    var(--lg-bg);
  color: var(--lg-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.lg-menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { background: rgba(255,206,58,.35); color: #16211b; }
.lg-shell { width: var(--lg-container); margin-inline: auto; }
.lg-section { position: relative; padding: 112px 0; background: var(--lg-bg); }
.lg-section--dark { background: var(--lg-bg-2); color: var(--lg-ink); }
.lg-section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 520px); gap: 56px; align-items: end; margin-bottom: 48px; }
.lg-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 800; color: var(--lg-green); }
.lg-eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 99px; background: linear-gradient(90deg, var(--lg-brand-green), var(--lg-gold-bright)); }
.lg-section--dark .lg-eyebrow { color: var(--lg-green); }
.lg-title { margin: 0; font-size: clamp(40px, 5.3vw, 82px); line-height: .99; letter-spacing: -.055em; font-weight: 700; color: var(--lg-ink); }
.lg-title--medium { font-size: clamp(34px, 4vw, 60px); }
.lg-lead { margin: 0; color: var(--lg-muted); font-size: clamp(17px, 1.5vw, 22px); line-height: 1.55; }
.lg-section--dark .lg-lead { color: var(--lg-muted); }

.lg-btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; transition: transform .25s var(--lg-ease), background .25s, border-color .25s, box-shadow .25s; cursor: pointer; }
.lg-btn:hover { transform: translateY(-2px); }
.lg-btn--primary { background: linear-gradient(180deg, var(--lg-green-bright), var(--lg-green)); color: #ffffff; box-shadow: 0 12px 26px rgba(31,158,99,.28); }
.lg-btn--primary:hover { box-shadow: 0 16px 36px rgba(31,158,99,.4); }
.lg-btn--light { background: #ffffff; color: #16211b; border-color: var(--lg-line); }
.lg-btn--light:hover { box-shadow: var(--lg-shadow-sm); }
.lg-btn--outline { border-color: rgba(255,255,255,.5); color: #fff; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.lg-btn--outline:hover { border-color: rgba(255,206,58,.7); background: rgba(255,206,58,.12); }
.lg-arrow { font-size: 1.15em; line-height: 1; }

/* Header — light styling handled in shared-header.css base */
.lg-header { position: fixed; inset: 0 0 auto; z-index: 50; transition: background .25s, box-shadow .25s, color .25s; }
.lg-header__inner { width: var(--lg-container); height: 76px; margin-inline: auto; display: flex; align-items: center; gap: 34px; }
.lg-logo { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; }
.lg-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 650; }
.lg-nav a { opacity: .86; }
.lg-nav a:hover { opacity: 1; }
.lg-header__actions { display: flex; align-items: center; gap: 12px; }
.lg-menu-toggle { display: none; width: 44px; height: 44px; border-radius: 50%; border: 1px solid currentColor; background: transparent; align-items: center; justify-content: center; }
.lg-logo__img { height: 30px; width: auto; display: block; }
.lg-logo__img--footer { height: 40px; margin-bottom: 18px; }

/* Language selector with country flags (visual only) */
.lg-lang { position: relative; }
.lg-lang__current { display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid rgba(130,140,135,.4); border-radius: 999px; background: transparent; color: inherit; font-size: 13px; font-weight: 700; cursor: pointer; transition: border-color .2s, background .2s; }
.lg-lang__current:hover { border-color: var(--lg-gold); background: rgba(234,162,0,.08); }
.lg-flag { width: 20px; height: 14px; border-radius: 3px; overflow: hidden; display: inline-block; flex: 0 0 auto; box-shadow: 0 0 0 1px rgba(0,0,0,.12); }
.lg-flag svg { display: block; width: 100%; height: 100%; }
.lg-lang__chev { width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); margin-top: -3px; opacity: .7; }
.lg-lang__menu { position: absolute; top: calc(100% + 10px); right: 0; min-width: 196px; padding: 8px; border-radius: 14px; background: #ffffff; border: 1px solid var(--lg-line); box-shadow: var(--lg-shadow); display: grid; gap: 2px; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s, visibility .2s, transform .2s var(--lg-ease); z-index: 60; }
.lg-lang:hover .lg-lang__menu, .lg-lang:focus-within .lg-lang__menu { opacity: 1; visibility: visible; transform: translateY(0); }
.lg-lang__opt { display: flex; align-items: center; gap: 10px; width: 100%; padding: 10px 12px; border: 0; border-radius: 10px; background: transparent; color: #26332c; font-size: 14px; font-weight: 600; text-align: left; cursor: pointer; }
.lg-lang__opt:hover { background: var(--lg-bg-2); color: #16211b; }

/* Hero — future Shopify section: lg-hero */
.lg-hero { position: relative; min-height: max(760px, 92svh); color: #fff; overflow: hidden; background: #0b1410; }
.lg-hero__media { position: absolute; inset: 0; }
.lg-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; transform: scale(1.015); }
.lg-hero__media::after { content: ""; position: absolute; inset: 0; background: radial-gradient(680px 460px at 90% 12%, rgba(255,206,58,.22), transparent 60%), linear-gradient(90deg, rgba(6,14,10,.86) 0%, rgba(6,14,10,.5) 44%, rgba(6,14,10,.06) 78%), linear-gradient(0deg, rgba(6,14,10,.6) 0%, transparent 46%); }
.lg-hero__content { position: relative; z-index: 2; width: var(--lg-container); min-height: max(760px, 92svh); margin-inline: auto; padding: 142px 0 82px; display: grid; align-content: center; }
.lg-hero__copy { max-width: 820px; padding-bottom: 0; transform: translateY(18px); }
.lg-hero__kicker { display: inline-flex; align-items: center; gap: 12px; margin: 0 0 22px; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; font-weight: 820; color: var(--lg-gold-bright); }
.lg-hero__kicker::before { content: ""; width: 34px; height: 2px; border-radius: 99px; background: linear-gradient(90deg,var(--lg-brand-green),var(--lg-gold-bright)); box-shadow: 0 0 18px rgba(255,206,58,.38); }
.lg-hero__title { margin: 0; max-width: none; font-size: clamp(60px, 6vw, 96px); line-height: .93; letter-spacing: -.058em; font-weight: 700; text-shadow: 0 3px 44px rgba(0,0,0,.34); }
.lg-hero__title-line { display: block; width: max-content; max-width: 100%; white-space: nowrap; }
.lg-hero__title-line--accent { color: #e7f4d1; background: linear-gradient(90deg,#ffffff 0%,#ddf2c8 52%,#ffdf77 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.lg-hero__text { margin: 30px 0 34px; max-width: 700px; padding-left: 18px; border-left: 2px solid rgba(185,226,111,.72); font-size: clamp(18px, 1.35vw, 22px); line-height: 1.58; color: rgba(255,255,255,.84); text-wrap: balance; }
.lg-hero__buttons { display: flex; flex-wrap: wrap; gap: 12px; }

/* Company experience metrics — future Shopify section + blocks: lg-company-stats */
.lg-company-stats { position: relative; z-index: 3; background: #ffffff; border-bottom: 1px solid var(--lg-line); }
.lg-company-stats__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); width: 100%; }
.lg-company-stat { position: relative; min-height: 206px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 34px 26px; text-align: center; border-right: 1px solid var(--lg-line-soft); }
.lg-company-stat:last-child { border-right: 0; }
.lg-company-stat__icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 12px; color: var(--lg-gold); font-size: 27px; font-weight: 800; }
.lg-company-stat:nth-child(n+2) .lg-company-stat__icon { color: var(--lg-green); }
.lg-company-stat__icon svg { width: 74%; height: 74%; }
.lg-company-stat__value { display: block; color: var(--lg-ink); font-size: clamp(42px,4.2vw,68px); line-height: 1; letter-spacing: -.055em; font-weight: 780; }
.lg-company-stat__label { display: block; max-width: 230px; margin-top: 13px; color: var(--lg-muted); font-size: 14px; line-height: 1.4; font-weight: 560; }
/* Each stat carries a full desktop line and a condensed mobile line; only one is shown. */
.lg-stat-copy { display: block; }
.lg-stat-copy--short { display: none; }

/* Intro strip — future Shopify section: lg-positioning */
.lg-positioning { padding: 34px 0; background: linear-gradient(100deg, #0e5a3c 0%, #0e4f36 52%, #0b3a28 100%); color: #fff; }
.lg-positioning__inner { display: grid; grid-template-columns: .8fr 2.2fr auto; gap: 30px; align-items: center; }
.lg-positioning__label { color: var(--lg-gold-bright); text-transform: uppercase; font-size: 12px; letter-spacing: .15em; font-weight: 800; }
.lg-positioning__text { margin: 0; font-size: clamp(19px,2vw,29px); line-height: 1.2; letter-spacing: -.025em; }
.lg-positioning__link { white-space: nowrap; font-weight: 720; color: var(--lg-gold-bright); }
.lg-positioning__link:hover { color: #fff; }

/* Split solution rows: a dedicated image field and a dedicated copy field. */
.lg-solutions-section { padding-bottom: 0; background: var(--lg-bg); }
.lg-solutions-intro { padding-bottom: 22px; }
.lg-solution-rows { width: 100%; border-top: 1px solid var(--lg-line); }
.lg-solution-row { position: relative; min-height: 660px; background: linear-gradient(135deg,#07130d 0%,#0b1d14 100%); border-bottom: 1px solid rgba(255,255,255,.1); overflow: hidden; isolation: isolate; }
.lg-solution-row__content { position: relative; z-index: 2; display: flex; align-items: center; min-height: 660px; width: var(--lg-container); margin-inline: auto; pointer-events: none; }
.lg-solution-row__copy { pointer-events: auto; width: min(520px,38vw); padding: 76px 0; }
.lg-solution-row--image-right .lg-solution-row__content { justify-content: flex-start; }
.lg-solution-row--image-left .lg-solution-row__content { justify-content: flex-end; }
.lg-solution-row__index { display: inline-flex; margin-bottom: 18px; color: var(--lg-gold-bright); font-size: 12px; line-height: 1.2; letter-spacing: .15em; text-transform: uppercase; font-weight: 800; }
.lg-solution-row__title { margin: 0 0 20px; color: #fff; font-size: clamp(38px,4.5vw,72px); line-height: .98; letter-spacing: -.055em; font-weight: 710; text-shadow: 0 2px 30px rgba(0,0,0,.35); }
.lg-solution-row__text { margin: 0 0 24px; color: rgba(255,255,255,.86); font-size: clamp(16px,1.35vw,20px); line-height: 1.58; max-width: 32ch; }
.lg-solution-row__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.lg-solution-row__tags span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; background: rgba(255,255,255,.08); color: #eef3ef; font-size: 12px; font-weight: 640; backdrop-filter: blur(4px); }
.lg-solution-row__media { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: #07130d; }
.lg-solution-row__media img { width:min(62vw,1200px); height:100%; object-fit:cover; object-position:center; filter:saturate(.96) contrast(1.025); transition:transform .8s var(--lg-ease),filter .5s ease; }
.lg-solution-row--image-right .lg-solution-row__media img { margin-left:auto; margin-right:0; box-shadow:-50px 0 90px rgba(4,13,8,.5); }
.lg-solution-row--image-left .lg-solution-row__media img { margin-left:0; margin-right:auto; box-shadow:50px 0 90px rgba(4,13,8,.5); }
.lg-solution-row__media::after { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(90deg,#06110b 0%,#06110b 25%,rgba(6,17,11,.88) 38%,rgba(6,17,11,.34) 52%,transparent 67%),linear-gradient(0deg,rgba(5,10,8,.36) 0%,transparent 38%); transition:opacity .42s ease; pointer-events:none; }
.lg-solution-row--image-left .lg-solution-row__media::after { background:linear-gradient(270deg,#06110b 0%,#06110b 25%,rgba(6,17,11,.88) 38%,rgba(6,17,11,.34) 52%,transparent 67%),linear-gradient(0deg,rgba(5,10,8,.36) 0%,transparent 38%); }
.lg-solution-row__media:hover img,.lg-solution-row__media:focus-visible img { transform:scale(1.025); filter:saturate(1.06) contrast(1.035); }
.lg-solution-row__media-action { position: absolute; bottom: 30px; z-index: 2; display: inline-flex; align-items: center; gap: 9px; min-height: 48px; padding: 0 19px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; background: rgba(10,20,15,.5); color: #fff; font-size: 13px; font-weight: 750; backdrop-filter: blur(10px); transform: translateY(8px); opacity: .85; transition: transform .3s var(--lg-ease),opacity .3s,background .3s,border-color .3s; }
.lg-solution-row--image-left .lg-solution-row__media-action { left: max(34px, calc((100vw - var(--lg-container)) / 2)); }
.lg-solution-row--image-right .lg-solution-row__media-action { right: max(34px, calc((100vw - var(--lg-container)) / 2)); }
.lg-solution-row__media:hover .lg-solution-row__media-action,.lg-solution-row__media:focus-visible .lg-solution-row__media-action { transform: translateY(0); opacity: 1; background: rgba(31,158,99,.85); border-color: rgba(255,206,58,.6); }
.lg-solution-row__media:focus-visible { outline: 3px solid rgba(47,191,116,.6); outline-offset: -3px; }
.lg-solution-row--yacht .lg-solution-row__media { background:#071d27; }
.lg-solution-row--yacht .lg-solution-row__media img { object-position:center 48%; }

/* Packages — future Shopify section + blocks: lg-solution-packages */
.lg-packages { background: var(--lg-bg-2); }
.lg-package-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.lg-package { background: var(--lg-panel); border-radius: var(--lg-radius-md); overflow: hidden; border: 1px solid var(--lg-line); box-shadow: var(--lg-shadow-sm); transition: transform .3s var(--lg-ease), box-shadow .3s, border-color .3s; }
.lg-package:hover { transform: translateY(-6px); box-shadow: var(--lg-shadow); border-color: rgba(234,162,0,.4); }
.lg-package__visual { height: 220px; padding: 26px; position: relative; overflow: hidden; background: linear-gradient(145deg,#1d7a52,#0d3b28); color: #fff; }
.lg-package:nth-child(2) .lg-package__visual { background: linear-gradient(145deg,#2fae4d,#116b39); }
.lg-package:nth-child(3) .lg-package__visual { background: linear-gradient(145deg,#e0a417,#a25f10); }
.lg-package__visual::before { content: ""; position: absolute; width: 220px; height: 120px; border-radius: 14px; border: 2px solid rgba(255,255,255,.35); transform: skewY(-9deg) rotate(-6deg); right: -34px; bottom: 30px; box-shadow: inset 0 0 0 12px rgba(255,255,255,.05); }
.lg-package__visual strong { position: relative; z-index: 1; display: block; max-width: 10ch; font-size: 26px; line-height: 1.05; letter-spacing: -.04em; }
.lg-package__body { padding: 28px; }
.lg-package__for { margin: 0 0 16px; color: var(--lg-muted); font-size: 14px; }
.lg-package__list { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 10px; }
.lg-package__list li { position: relative; padding-left: 22px; font-size: 14px; color: #33403a; }
.lg-package__list li::before { content: "✓"; position: absolute; left: 0; color: var(--lg-green); font-weight: 800; }
.lg-text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 750; color: var(--lg-green-dark); }
.lg-text-link:hover { color: var(--lg-gold-deep); }

/* Engineering proof — light section, photographic stage — lg-engineering-proof */
.lg-proof-layout { display: grid; grid-template-columns: minmax(300px,.78fr) minmax(0,1.4fr); gap: 36px; align-items: stretch; }
.lg-proof-nav { display: grid; align-content: start; gap: 10px; }
.lg-proof-tab { width: 100%; padding: 22px 22px; border: 1px solid var(--lg-line); border-radius: 16px; background: #fff; color: var(--lg-muted); text-align: left; cursor: pointer; transition: all .25s; }
.lg-proof-tab:hover { border-color: rgba(20,32,26,.24); color: var(--lg-ink); }
.lg-proof-tab strong { display: block; font-size: 17px; color: var(--lg-ink); }
.lg-proof-tab span { display: block; margin-top: 5px; font-size: 13px; }
.lg-proof-tab.is-active { background: #fff; border-color: rgba(234,162,0,.55); box-shadow: inset 3px 0 0 var(--lg-gold), var(--lg-shadow-sm); }
.lg-proof-tab.is-active strong { color: var(--lg-green-dark); }
.lg-proof-stage { position: relative; overflow: hidden; border-radius: var(--lg-radius-lg); min-height: 610px; background: #12181420; border: 1px solid var(--lg-line); }
.lg-proof-panel { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .35s; }
.lg-proof-panel.is-active { opacity: 1; pointer-events: auto; }
.lg-proof-panel__image { position: absolute; inset: 0; }
.lg-proof-panel__image img { width: 100%; height: 100%; object-fit: cover; }
.lg-proof-panel__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(6,11,9,.92) 0%,rgba(6,11,9,.15) 72%); }
.lg-proof-panel__copy { position: absolute; inset: auto 0 0; padding: 46px; color: #fff; }
.lg-proof-panel__copy h3 { margin: 0 0 12px; max-width: 16ch; font-size: clamp(32px,4vw,58px); line-height: 1; letter-spacing: -.05em; color: #fff; }
.lg-proof-panel__copy p { max-width: 680px; margin: 0; color: rgba(255,255,255,.78); }
.lg-proof-metrics { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 28px; }
.lg-proof-metric { padding: 16px; border-radius: 14px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(8px); }
.lg-proof-metric strong { display: block; font-size: 15px; }
.lg-proof-metric span { font-size: 12px; color: rgba(255,255,255,.62); }

/* Process — future Shopify section + blocks: lg-project-process */
.lg-process { background: var(--lg-bg); }
.lg-process-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); border-top: 1px solid var(--lg-line); }
.lg-process-step { min-height: 260px; padding: 30px 26px 0 0; border-right: 1px solid var(--lg-line-soft); }
.lg-process-step:last-child { border-right: 0; padding-right: 0; }
.lg-process-step__num { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(234,162,0,.14); border: 1px solid rgba(234,162,0,.4); color: var(--lg-gold-deep); font-size: 12px; font-weight: 800; }
.lg-process-step h3 { margin: 56px 0 12px; font-size: 21px; line-height: 1.1; letter-spacing: -.03em; color: var(--lg-ink); }
.lg-process-step p { margin: 0; color: var(--lg-muted); font-size: 14px; }

/* Company capability — photographic — lg-company-capability */
.lg-capability { position: relative; color: #fff; min-height: 760px; display: grid; align-items: end; overflow: hidden; }
.lg-capability__media { position: absolute; inset: 0; }
.lg-capability__media img { width: 100%; height: 100%; object-fit: cover; }
.lg-capability__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(5,10,8,.94) 0%,rgba(5,10,8,.2) 72%),linear-gradient(90deg,rgba(5,10,8,.6),transparent 62%); }
.lg-capability__inner { position: relative; z-index: 1; padding: 110px 0 64px; }
.lg-capability__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.lg-capability .lg-eyebrow { color: var(--lg-gold-bright); }
.lg-capability .lg-title { color: #fff; }
.lg-capability .lg-lead { color: rgba(255,255,255,.8); }
.lg-capability__points { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.lg-capability__point { padding: 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(8,16,12,.42); backdrop-filter: blur(8px); }
.lg-capability__point strong { display: block; font-size: 16px; }
.lg-capability__point span { display: block; margin-top: 5px; color: rgba(255,255,255,.66); font-size: 13px; }
.lg-capability__note { margin-top: 20px; color: rgba(255,255,255,.6); font-size: 12px; }

/* Resources — future Shopify section + article blocks: lg-resources */
.lg-resource-track { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.lg-resource { background: var(--lg-panel); border-radius: var(--lg-radius-md); overflow: hidden; border: 1px solid var(--lg-line); box-shadow: var(--lg-shadow-sm); transition: transform .3s var(--lg-ease), box-shadow .3s, border-color .3s; }
.lg-resource:hover { transform: translateY(-6px); box-shadow: var(--lg-shadow); border-color: rgba(234,162,0,.4); }
.lg-resource__image { height: 250px; overflow: hidden; background: #eef1ec; }
.lg-resource__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--lg-ease); }
.lg-resource:hover .lg-resource__image img { transform: scale(1.04); }
.lg-resource__body { padding: 26px; }
.lg-resource__type { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--lg-gold-deep); font-weight: 800; }
.lg-resource h3 { margin: 12px 0 14px; font-size: 23px; line-height: 1.15; letter-spacing: -.03em; color: var(--lg-ink); }
.lg-resource p { margin: 0 0 22px; color: var(--lg-muted); font-size: 14px; }

/* Contact — light section with white form — lg-contact-form */
.lg-contact { background: var(--lg-bg-2); color: var(--lg-ink); border-top: 1px solid var(--lg-line); }
.lg-contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.lg-contact__title { margin: 0; font-size: clamp(42px,5vw,76px); line-height: .98; letter-spacing: -.055em; color: var(--lg-ink); }
.lg-contact__copy p { max-width: 600px; color: var(--lg-muted); font-size: 18px; }
.lg-contact__badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.lg-contact__badges span { padding: 8px 12px; border: 1px solid var(--lg-line); border-radius: 999px; font-size: 12px; color: #33403a; }
.lg-form { padding: 34px; border-radius: var(--lg-radius-md); background: #fff; color: var(--lg-ink); border: 1px solid var(--lg-line); box-shadow: var(--lg-shadow); }
.lg-form__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.lg-field { display: grid; gap: 7px; }
.lg-field--full { grid-column: 1/-1; }
.lg-field label { font-size: 12px; font-weight: 720; color: #45524b; }
.lg-field input,.lg-field select,.lg-field textarea { width: 100%; border: 1px solid #d4dbd5; border-radius: 12px; padding: 14px 14px; background: #fbfcfb; color: var(--lg-ink); outline: none; transition: border-color .2s, box-shadow .2s; }
.lg-field input::placeholder,.lg-field textarea::placeholder { color: #93a09a; }
.lg-field input:focus,.lg-field select:focus,.lg-field textarea:focus { border-color: var(--lg-green); box-shadow: 0 0 0 3px rgba(31,158,99,.14); }
.lg-form__note { margin: 14px 0 0; color: var(--lg-muted); font-size: 12px; }
.lg-form__success { display: none; margin-top: 14px; padding: 13px 15px; background: rgba(31,158,99,.1); border: 1px solid rgba(31,158,99,.28); border-radius: 10px; color: var(--lg-green-dark); font-size: 14px; }
.lg-form.is-sent .lg-form__success { display: block; }

/* Footer — light — lg-footer */
.lg-footer { background: #eef1ea; color: var(--lg-ink); padding: 66px 0 28px; border-top: 1px solid var(--lg-line); }
.lg-footer__grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 44px; }
.lg-footer__brand p { max-width: 420px; color: var(--lg-muted); }
.lg-footer h4 { margin: 0 0 18px; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; color: #7c877f; }
.lg-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; color: #404c45; font-size: 14px; }
.lg-footer a:hover { color: var(--lg-green-dark); }
.lg-footer__bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 54px; padding-top: 22px; border-top: 1px solid var(--lg-line); color: #8a938c; font-size: 12px; }
.lg-floating-contact { position: fixed; z-index: 45; right: 22px; bottom: 22px; display: inline-flex; align-items: center; gap: 9px; min-height: 48px; padding: 0 18px; border-radius: 999px; background: linear-gradient(180deg, var(--lg-gold-bright), var(--lg-gold)); color: #3a2a00; box-shadow: 0 14px 34px rgba(234,162,0,.35); font-weight: 800; font-size: 14px; transition: transform .25s var(--lg-ease), box-shadow .25s; }
.lg-floating-contact:hover { transform: translateY(-2px); box-shadow: 0 18px 44px rgba(234,162,0,.5); }

@media (max-width: 1060px) {
  :root { --lg-container:min(100% - 40px, 960px); }
  .lg-nav { display:none; }
  .lg-header__actions .lg-btn { display:none; }
  .lg-lang { display:none; }
  .lg-menu-toggle { display:inline-flex; }
  .lg-mobile-nav { position:fixed; inset:76px 0 0; display:grid; align-content:start; gap:0; padding:28px 24px; background:#fff; color:var(--lg-ink); transform:translateX(100%); transition:transform .35s var(--lg-ease); }
  .lg-menu-open .lg-mobile-nav { transform:translateX(0); }
  /* .lg-header carries backdrop-filter, which makes it the containing block for its
     position:fixed children — that collapsed the open menu panel to a ~50px sliver.
     Dropping the filter while the menu is open hands the panel back to the viewport. */
  body.lg-home-page.lg-menu-open .lg-header { backdrop-filter:none; -webkit-backdrop-filter:none; }
  .lg-mobile-nav a { padding:18px 0; border-bottom:1px solid var(--lg-line); font-size:22px; font-weight:700; }
  .lg-section-head,.lg-contact__grid,.lg-capability__grid { grid-template-columns:1fr; gap:30px; }
  .lg-package-grid,.lg-resource-track { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .lg-package:last-child,.lg-resource:last-child { grid-column:1/-1; }
  .lg-proof-layout { grid-template-columns:1fr; }
  .lg-proof-nav { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .lg-process-grid { grid-template-columns:repeat(3,minmax(0,1fr)); row-gap:28px; }
  .lg-process-step:nth-child(3) { border-right:0; }
}

@media (max-width: 760px) {
  :root { --lg-container:calc(100vw - 32px); }
  .lg-section { padding:76px 0; }
  .lg-header__inner { height:68px; }
  .lg-hero,.lg-hero__content { min-height:800px; }
  .lg-hero__content { padding:112px 0 52px; align-content:end; }
  .lg-hero__media img { object-position:62% center; }
  .lg-hero__media::after { background:radial-gradient(400px 300px at 88% 8%, rgba(255,206,58,.2), transparent 60%),linear-gradient(0deg,rgba(6,14,10,.94) 0%,rgba(6,14,10,.45) 62%,rgba(6,14,10,.2) 100%); }
  .lg-hero__copy { max-width:100%; padding-bottom:0; transform:none; }
  .lg-hero__kicker { gap:9px; margin-bottom:18px; font-size:10px; letter-spacing:.14em; }
  .lg-hero__kicker::before { width:24px; }
  .lg-hero__title { font-size:clamp(47px,13.6vw,66px); line-height:.94; }
  .lg-hero__title-line { width:auto; white-space:normal; }
  .lg-hero__text { margin:24px 0 28px; max-width:34rem; padding-left:14px; font-size:16.5px; line-height:1.55; text-wrap:pretty; }
  .lg-hero__buttons { display:grid; grid-template-columns:1fr; }
  .lg-positioning__inner { grid-template-columns:1fr; gap:12px; }
  .lg-positioning__link { margin-top:5px; }
  .lg-section-head { margin-bottom:34px; }
  .lg-title { font-size:42px; }
  .lg-lead { font-size:16px; }
  .lg-package-grid,.lg-resource-track { display:flex; overflow-x:auto; scroll-snap-type:x mandatory; padding:0 0 18px; gap:14px; }
  .lg-package,.lg-resource { flex:0 0 86%; scroll-snap-align:start; }
  .lg-proof-nav { display:flex; overflow-x:auto; }
  .lg-proof-tab { flex:0 0 78%; }
  .lg-proof-stage { min-height:640px; }
  .lg-proof-panel__copy { padding:26px; }
  .lg-proof-metrics { grid-template-columns:1fr; }
  .lg-process-grid { grid-template-columns:1fr; }
  .lg-process-step { min-height:unset; padding:22px 0; border-right:0; border-bottom:1px solid var(--lg-line); display:grid; grid-template-columns:46px 1fr; column-gap:14px; }
  .lg-process-step h3 { margin:3px 0 8px; }
  .lg-process-step p { grid-column:2; }
  .lg-capability { min-height:900px; }
  .lg-capability__points { grid-template-columns:1fr; }
  .lg-contact__grid { gap:42px; }
  .lg-form { padding:24px; }
  .lg-form__grid { grid-template-columns:1fr; }
  .lg-field--full { grid-column:auto; }
  .lg-footer__grid { grid-template-columns:1fr 1fr; }
  .lg-footer__brand { grid-column:1/-1; }
  .lg-footer__bottom { flex-direction:column; }
  .lg-floating-contact { right:14px; bottom:14px; }
}

/* Responsive refinements for company stats and full-width solution rows */
@media (max-width: 980px) {
  .lg-company-stats__grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .lg-company-stat { min-height:180px; border-bottom:1px solid var(--lg-line-soft); }
  .lg-company-stat:nth-child(2) { border-right:0; }
  .lg-company-stat:nth-child(n+3) { border-bottom:0; }
  .lg-solution-row,.lg-solution-row__content { min-height:700px; }
  .lg-solution-row__content { width:calc(100vw - 48px); align-items:flex-end; justify-content:flex-start!important; }
  .lg-solution-row__copy { width:min(620px,100%); padding:0 0 46px; }
  .lg-solution-row__media img,
  .lg-solution-row--image-left .lg-solution-row__media img,
  .lg-solution-row--image-right .lg-solution-row__media img { width:100%; height:56%; margin:0; object-fit:cover; box-shadow:none; }
  .lg-solution-row--yacht .lg-solution-row__media img { object-fit:contain; }
  .lg-solution-row__media::after,
  .lg-solution-row--image-left .lg-solution-row__media::after,
  .lg-solution-row--image-right .lg-solution-row__media::after { background:linear-gradient(0deg,#06110b 0%,rgba(6,17,11,.96) 33%,rgba(6,17,11,.64) 51%,rgba(6,17,11,.08) 70%,transparent 100%); }
  .lg-solution-row__media-action { display:none; }
}
@media (max-width: 760px) {
  .lg-company-stat { min-height:150px; padding:26px 16px; }
  .lg-company-stat__icon { width:38px; height:38px; margin-bottom:8px; font-size:22px; }
  .lg-company-stat__value { font-size:clamp(24px,7vw,32px); white-space:nowrap; }
  /* "CUSTOM SHAPE" is too wide for a phone column — let this one stack instead of shrinking */
  .lg-company-stat:nth-child(4) .lg-company-stat__value { white-space:normal; }
  .lg-company-stat__label { margin-top:9px; font-size:12px; line-height:1.34; }
  .lg-stat-copy--full { display:none; }
  .lg-stat-copy--short { display:block; }
  .lg-solutions-section { padding-top:72px; }
  .lg-solutions-intro { padding-bottom:8px; }
  .lg-solution-row,.lg-solution-row--image-left,.lg-solution-row--image-right { min-height:680px; }
  .lg-solution-row__content { min-height:680px; width:calc(100vw - 32px); }
  .lg-solution-row__copy { width:100%; padding:0 0 38px; }
  .lg-solution-row__media img,
  .lg-solution-row--image-left .lg-solution-row__media img,
  .lg-solution-row--image-right .lg-solution-row__media img { height:46%; }
  .lg-solution-row__media::after,.lg-solution-row--image-left .lg-solution-row__media::after,.lg-solution-row--image-right .lg-solution-row__media::after { background:linear-gradient(0deg,#06110b 0%,rgba(6,17,11,.97) 39%,rgba(6,17,11,.66) 57%,rgba(6,17,11,.06) 78%,transparent 100%); }
  .lg-solution-row__title { font-size:clamp(35px,10vw,39px); }
  .lg-solution-row__text { font-size:15px; max-width:none; }
  .lg-solution-row--yacht .lg-solution-row__media img { height:46%; object-fit:contain; object-position:center 48%; }
}

/* Homepage first-view composition: white header + cropped hero + four proof points in one viewport. */
body.lg-home-page main { padding-top:0; }

@media (min-width:761px) {
  body.lg-home-page {
    --lg-home-header-height:76px;
    /* the stats strip now carries full sentences, so it needs a little more room */
    --lg-home-stats-height:clamp(150px,17svh,186px);
    --lg-stat-text:clamp(175px,17vw,340px);
  }

  body.lg-home-page .lg-hero,
  body.lg-home-page .lg-hero__content {
    height:calc(100vh - var(--lg-home-header-height) - var(--lg-home-stats-height));
    height:calc(100svh - var(--lg-home-header-height) - var(--lg-home-stats-height));
    min-height:430px;
  }

  body.lg-home-page .lg-hero__content {
    align-content:center;
    padding:clamp(28px,4.8svh,62px) 0;
  }

  body.lg-home-page .lg-hero__copy {
    max-width:min(760px,62vw);
    padding-bottom:0;
    transform:none;
  }

  body.lg-home-page .lg-hero__media img {
    object-position:center 64%;
    transform:none;
  }

  body.lg-home-page .lg-hero__kicker {
    margin-bottom:clamp(11px,1.8svh,18px);
    font-size:11px;
  }

  body.lg-home-page .lg-hero__title {
    font-size:clamp(52px,min(5.2vw,8.4svh),86px);
    line-height:.92;
  }

  body.lg-home-page .lg-hero__text {
    max-width:640px;
    margin:clamp(15px,2.2svh,23px) 0 clamp(17px,2.5svh,26px);
    padding-left:16px;
    font-size:clamp(16px,min(1.2vw,2.2svh),20px);
    line-height:1.48;
  }

  body.lg-home-page .lg-company-stats {
    height:var(--lg-home-stats-height);
    overflow:hidden;
  }

  body.lg-home-page .lg-company-stats__grid {
    height:100%;
    grid-template-columns:repeat(4,minmax(0,1fr));
  }

  body.lg-home-page .lg-company-stat {
    min-height:0;
    height:100%;
    display:grid;
    grid-template-columns:38px minmax(0,var(--lg-stat-text));
    grid-template-rows:auto auto;
    align-content:center;
    justify-content:center;
    column-gap:14px;
    row-gap:3px;
    padding:18px clamp(16px,1.8vw,28px);
    text-align:left;
    border-bottom:0;
  }

  body.lg-home-page .lg-company-stat:nth-child(2) {
    border-right:1px solid var(--lg-line-soft);
  }

  body.lg-home-page .lg-company-stat:last-child {
    border-right:0;
  }

  body.lg-home-page .lg-company-stat__icon {
    width:38px;
    height:38px;
    flex:0 0 38px;
    margin:0;
    font-size:22px;
    grid-column:1;
    grid-row:1 / 3;
  }

  body.lg-home-page .lg-company-stat__value {
    /* sized so the longest value ("CUSTOM SHAPE") stays on one line at every desktop width */
    font-size:clamp(24px,2.05vw,40px);
    white-space:nowrap;
    grid-column:2;
    grid-row:1;
  }

  body.lg-home-page .lg-company-stat__label {
    max-width:var(--lg-stat-text);
    margin-top:0;
    font-size:clamp(10.5px,.78vw,12.5px);
    line-height:1.3;
    grid-column:2;
    grid-row:2;
  }
}

@media (min-width:761px) and (max-width:1060px) {
  body.lg-home-page .lg-company-stat {
    grid-template-columns:32px minmax(0,var(--lg-stat-text));
    column-gap:9px;
    padding-inline:10px;
  }

  body.lg-home-page .lg-company-stat__icon {
    width:32px;
    height:32px;
    font-size:19px;
  }

  body.lg-home-page .lg-company-stat__label {
    font-size:clamp(9px,1.15vw,11px);
  }

  /* cells are too narrow here for the full sentence — use the condensed line */
  body.lg-home-page .lg-stat-copy--full { display:none; }
  body.lg-home-page .lg-stat-copy--short { display:block; }
}

@media (min-width:761px) and (max-height:680px) {
  body.lg-home-page .lg-hero__content { padding-block:20px; }
  body.lg-home-page .lg-hero__kicker { margin-bottom:9px; font-size:9.5px; }
  body.lg-home-page .lg-hero__title { font-size:46px; }
  body.lg-home-page .lg-hero__text { margin:11px 0 13px; font-size:15px; line-height:1.4; }
  body.lg-home-page .lg-hero__buttons .lg-btn { min-height:44px; padding-inline:18px; font-size:14px; }
}

/* Full-width application carousel inspired by premium solar storefronts. */
body.lg-home-page .lg-hero-carousel {
  isolation:isolate;
  outline:none;
}

.lg-hero-carousel__slides,
.lg-hero-slide {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

.lg-hero-carousel__slides { touch-action:pan-y; }

.lg-hero-slide {
  z-index:0;
  color:#fff;
  visibility:hidden;
  pointer-events:none;
  --hero-copy-x:start;
  --hero-copy-y:center;
  --hero-copy-align:left;
  --hero-object-position:50% 55%;
  --hero-object-position-mobile:50% 55%;
  --hero-overlay:
    radial-gradient(660px 360px at 88% 6%,rgba(255,206,58,.13),transparent 62%),
    linear-gradient(90deg,rgba(5,13,9,.86) 0%,rgba(5,13,9,.58) 38%,rgba(5,13,9,.1) 73%),
    linear-gradient(0deg,rgba(5,13,9,.42),transparent 50%);
}

.lg-hero-slide.is-active,
.lg-hero-slide.is-transitioning {
  visibility:visible;
}

.lg-hero-slide.is-transitioning { z-index:1; }
.lg-hero-slide.is-active {
  z-index:2;
  pointer-events:auto;
}

.lg-hero-slide .lg-hero__media {
  display:block;
  overflow:hidden;
  background:#0a1510;
  cursor:pointer;
  opacity:0;
  transform:translate3d(160px,0,0);
  transition:transform .6s cubic-bezier(.215,.61,.355,1),opacity .6s ease;
}

.lg-hero-slide.is-entering-prev .lg-hero__media { transform:translate3d(-160px,0,0); }
.lg-hero-slide.is-active .lg-hero__media { opacity:1; transform:translate3d(0,0,0); }
.lg-hero-slide.is-leaving-next .lg-hero__media { opacity:0; transform:translate3d(-80px,0,0); }
.lg-hero-slide.is-leaving-prev .lg-hero__media { opacity:0; transform:translate3d(80px,0,0); }

.lg-hero-slide .lg-hero__media::after {
  background:var(--hero-overlay);
  pointer-events:none;
}

body.lg-home-page .lg-hero-slide .lg-hero__media img,
body.lg-home-page .lg-hero-slide .lg-hero__media video {
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:var(--hero-object-position);
  transform:none;
  transition:none;
}

/* Mobile object-position values are tuned so the vehicle sits in the middle of the
   narrow portrait crop (the hero covers by height, so only the X value is in play). */
.lg-hero-slide:nth-child(1) { --hero-object-position:55% 58%; --hero-object-position-mobile:98% 55%; } /* commercial fleet — full tractor + trailer */
.lg-hero-slide:nth-child(2) { --hero-object-position:56% 58%; --hero-object-position-mobile:71% 55%; } /* yacht */
.lg-hero-slide:nth-child(3) { --hero-object-position:50% 62%; --hero-object-position-mobile:42% 55%; } /* drone platforms */
.lg-hero-slide:nth-child(4) { --hero-object-position:50% 72%; --hero-object-position-mobile:54% 55%; } /* portable / folding — vehicle left, gear right */
.lg-hero-slide:nth-child(5) { --hero-object-position:61% 56%; --hero-object-position-mobile:72% 55%; } /* vehicle hood */
.lg-hero-slide:nth-child(6) { --hero-object-position:58% 52%; --hero-object-position-mobile:94% 55%; } /* camping trailer */
.lg-hero-slide:nth-child(7) { --hero-object-position:60% 54%; --hero-object-position-mobile:68% 55%; } /* rooftop tent */

.lg-hero-slide .lg-hero__content {
  align-content:var(--hero-copy-y);
  justify-items:var(--hero-copy-x);
  padding-bottom:max(92px,8svh);
  pointer-events:none;
}

.lg-hero-slide .lg-hero__copy {
  max-width:min(720px,60vw);
  text-align:var(--hero-copy-align);
  opacity:0;
  transform:translateY(30px);
  transition:transform 1s cubic-bezier(.165,.84,.44,1),opacity .7s ease-out .3s;
}

.lg-hero-slide.is-active .lg-hero__copy {
  opacity:1;
  transform:translateY(0);
}

.lg-hero-slide .lg-hero__buttons { pointer-events:auto; }

.lg-hero-slide.is-leaving-next .lg-hero__copy,
.lg-hero-slide.is-leaving-prev .lg-hero__copy {
  opacity:0;
  transform:translateY(-12px);
  transition:opacity .18s ease,transform .35s ease;
}

body.lg-home-page .lg-hero-slide .lg-hero__title {
  max-width:900px;
  font-size:clamp(42px,min(4.5vw,7.5svh),76px);
  line-height:.95;
  letter-spacing:-.052em;
}

body.lg-home-page .lg-hero-slide .lg-hero__text {
  max-width:610px;
}

.lg-hero-slide--left-low { --hero-copy-y:end; }
.lg-hero-slide--left-low-offset { --hero-copy-y:end; }
.lg-hero-slide--left-low-offset .lg-hero__copy { margin-left:clamp(24px,4vw,74px); }
.lg-hero-slide--left-high { --hero-copy-y:start; }
.lg-hero-slide--right-center {
  --hero-copy-x:end;
  --hero-overlay:
    radial-gradient(620px 360px at 10% 8%,rgba(255,206,58,.1),transparent 65%),
    linear-gradient(270deg,rgba(5,13,9,.9) 0%,rgba(5,13,9,.66) 38%,rgba(5,13,9,.08) 73%),
    linear-gradient(0deg,rgba(5,13,9,.4),transparent 52%);
}

.lg-hero-slide--center-high {
  --hero-copy-x:center;
  --hero-copy-y:start;
  --hero-copy-align:center;
  --hero-overlay:
    linear-gradient(180deg,rgba(5,13,9,.82) 0%,rgba(5,13,9,.5) 34%,rgba(5,13,9,.06) 70%),
    linear-gradient(0deg,rgba(5,13,9,.35),transparent 44%);
}

.lg-hero-slide--center-high .lg-hero__title-line { margin-inline:auto; }
.lg-hero-slide--center-high .lg-hero__text {
  margin-inline:auto;
  padding:14px 0 0;
  border-top:2px solid rgba(185,226,111,.72);
  border-left:0;
}
.lg-hero-slide--center-high .lg-hero__buttons { justify-content:center; }

.lg-hero-carousel__controls {
  position:absolute;
  z-index:6;
  left:50%;
  bottom:48px;
  width:min(var(--hero-progress-width,620px),calc(100% - 32px));
  transform:translateX(-50%);
  pointer-events:none;
}

.lg-hero-carousel__progress {
  display:grid;
  grid-template-columns:repeat(var(--hero-slide-count,6),minmax(0,1fr));
  gap:16px;
  align-items:center;
  pointer-events:auto;
}

.lg-hero-carousel__progress-button {
  position:relative;
  width:100%;
  height:20px;
  padding:0;
  border:0;
  background:transparent;
  cursor:pointer;
}

.lg-hero-carousel__progress-button::before,
.lg-hero-carousel__progress-button span {
  content:"";
  position:absolute;
  top:50%;
  right:0;
  left:0;
  height:4px;
  border-radius:99px;
  transform:translateY(-50%);
}

.lg-hero-carousel__progress-button::before {
  background:rgba(255,255,255,.4);
}

.lg-hero-carousel__progress-button span {
  background:#fff;
  transform:translateY(-50%) scaleX(0);
  transform-origin:left center;
  will-change:transform;
}

.lg-hero-carousel__progress-button:hover::before,
.lg-hero-carousel__progress-button:focus-visible::before {
  background:rgba(255,255,255,.62);
}

.lg-hero-carousel__progress-button:focus-visible {
  outline:2px solid #fff;
  outline-offset:3px;
}

.lg-visually-hidden {
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

@media (min-width:761px) and (max-width:1060px) {
  .lg-hero-slide .lg-hero__title-line {
    width:auto;
    white-space:normal;
  }
}

@media (max-width:760px) {
  body.lg-home-page .lg-hero-slide .lg-hero__media img,
  body.lg-home-page .lg-hero-slide .lg-hero__media video {
    object-position:var(--hero-object-position-mobile);
  }

  .lg-hero-slide {
    --hero-overlay:
      linear-gradient(0deg,rgba(5,13,9,.94) 0%,rgba(5,13,9,.72) 43%,rgba(5,13,9,.16) 76%),
      linear-gradient(90deg,rgba(5,13,9,.25),transparent 75%);
  }

  .lg-hero-slide .lg-hero__content,
  .lg-hero-slide--center-high .lg-hero__content,
  .lg-hero-slide--left-high .lg-hero__content {
    align-content:end;
    justify-items:start;
    padding:96px 0 104px;
  }

  .lg-hero-slide .lg-hero__copy,
  .lg-hero-slide--center-high .lg-hero__copy {
    max-width:100%;
    margin-left:0;
    text-align:left;
  }

  body.lg-home-page .lg-hero-slide .lg-hero__title {
    font-size:clamp(38px,11vw,52px);
    line-height:.96;
  }

  .lg-hero-slide--center-high .lg-hero__title-line { margin-inline:0; }
  .lg-hero-slide--center-high .lg-hero__text {
    margin-inline:0;
    padding:0 0 0 14px;
    border-top:0;
    border-left:2px solid rgba(185,226,111,.72);
  }
  .lg-hero-slide--center-high .lg-hero__buttons { justify-content:start; }

  .lg-hero-carousel__controls {
    bottom:24px;
    width:calc(100% - 32px);
  }

  .lg-hero-carousel__progress { gap:8px; }
  .lg-hero-carousel__progress-button { height:18px; }
  .lg-hero-carousel__progress-button::before,
  .lg-hero-carousel__progress-button span { height:3px; }
}

@media (prefers-reduced-motion:reduce) {
  .lg-hero-slide .lg-hero__media,
  .lg-hero-slide .lg-hero__copy,
  body.lg-home-page .lg-hero-slide .lg-hero__media img,
  body.lg-home-page .lg-hero-slide .lg-hero__media video {
    transition:none!important;
  }
}
