/*
Theme Name: TMKovrikLogo
Theme URI: https://tmkovriklogo.com.ua
Author: TM Kovrik Logo
Description: Фірмова каталогова тема TMKovrikLogo для килимків з логотипом.
Version: 1.19.0
Text Domain: tmkovriklogo
*/

@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-700.ttf") format("truetype"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/manrope-800.ttf") format("truetype"); font-style: normal; font-weight: 800; font-display: swap; }
@font-face { font-family: "Montserrat"; src: url("assets/fonts/montserrat-variable.ttf") format("truetype"); font-style: normal; font-weight: 100 900; font-display: swap; }

:root {
  --lm-ink: #0b1324;
  --lm-ink-2: #111c32;
  --lm-paper: #f5f8f6;
  --lm-white: #ffffff;
  --lm-blue: #1987c5;
  --lm-cyan: #49c6ee;
  --lm-green: #54a167;
  --lm-lime: #9adf72;
  --lm-muted: #aab5c7;
  --lm-line: rgba(255,255,255,.13);
  --lm-shadow: 0 30px 80px rgba(3, 10, 24, .28);
  --lm-radius: 28px;
  --lm-display: "Manrope", "Avenir Next", Inter, system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--lm-ink);
  background: var(--lm-paper);
  font-family: var(--lm-display);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { color: #fff; background: var(--lm-green); }

.lm-shell { width: min(1320px, calc(100% - 48px)); margin-inline: auto; }
.lm-section { position: relative; padding: clamp(88px, 10vw, 150px) 0; }
.lm-section--dark { color: #fff; background: var(--lm-ink); }
.lm-section--tight { padding: 72px 0; }
.lm-kicker {
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 18px; color: var(--lm-green); font-size: 12px;
  font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
}
.lm-kicker::before { width: 34px; height: 2px; content: ""; background: currentColor; }
.lm-title {
  max-width: 900px; margin: 0; font-size: clamp(38px, 4.6vw, 68px);
  font-weight: 760; line-height: .98; letter-spacing: -.055em;
}
.lm-title em { color: transparent; font-style: normal; background: linear-gradient(120deg, var(--lm-cyan), var(--lm-lime)); -webkit-background-clip: text; background-clip: text; }
.lm-lead { max-width: 700px; margin: 28px 0 0; color: #536177; font-size: clamp(18px, 2vw, 23px); line-height: 1.55; }
.lm-section--dark .lm-lead { color: #b8c2d2; }

.lm-btn {
  position: relative; isolation: isolate; display: inline-flex; align-items: center;
  justify-content: center; min-height: 58px; padding: 0 26px; overflow: hidden;
  border: 1px solid transparent; border-radius: 999px; color: #fff;
  background: linear-gradient(135deg, var(--lm-green), #2d8ab3); font-weight: 780;
  box-shadow: 0 18px 46px rgba(55, 150, 133, .28); transition: transform .35s ease, box-shadow .35s ease;
}
.lm-btn::before { position: absolute; inset: 0; z-index: -1; content: ""; background: linear-gradient(135deg, #2d8ab3, var(--lm-green)); opacity: 0; transition: opacity .35s ease; }
.lm-btn:hover { transform: translateY(-3px); box-shadow: 0 22px 54px rgba(55, 150, 133, .4); }
.lm-btn:hover::before { opacity: 1; }
.lm-btn--ghost { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.06); box-shadow: none; backdrop-filter: blur(16px); }
.lm-btn--ghost::before { background: rgba(255,255,255,.12); }
.lm-btn--dark { color: #fff; background: var(--lm-ink); box-shadow: 0 18px 46px rgba(5, 13, 30, .2); }

/* Header */
.lm-header {
  position: fixed; inset: 0 0 auto; z-index: 100; transition: background .35s ease, transform .35s ease, box-shadow .35s ease;
}
.lm-header.is-scrolled { background: rgba(8, 17, 34, .82); box-shadow: 0 12px 40px rgba(0,0,0,.16); backdrop-filter: blur(22px); }
.lm-nav { display: grid; grid-template-columns: auto minmax(0, 1fr) auto auto; align-items: center; min-height: 96px; gap: clamp(15px, 1.45vw, 26px); }
.lm-logo { display: inline-flex; align-items: center; gap: 14px; padding: 0; border: 0; color: #fff; background: none; box-shadow: none; font-size: clamp(24px, 1.72vw, 27px); line-height: 1; transition: opacity .25s ease, transform .25s ease; }
.lm-logo-mark { position: relative; display: grid; width: 56px; height: 56px; flex: 0 0 56px; padding: 3px; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.38); border-radius: 17px; background: rgba(255,255,255,.96); box-shadow: 0 12px 34px rgba(2,9,22,.3), 0 0 0 1px rgba(154,223,114,.12); }
.lm-logo-mark img { display: block; width: 100%; height: 100%; border-radius: 13px; object-fit: cover; }
.lm-logo-word { display: inline-flex; align-items: baseline; gap: 0; white-space: nowrap; font-family: "Montserrat", "Manrope", sans-serif; font-weight: 730; letter-spacing: -.055em; }
.lm-logo-prefix { margin-right: .01em; font-weight: 570; letter-spacing: -.025em; }
.lm-logo strong { color: rgba(255,255,255,.96); font-size: 1em; font-weight: inherit; line-height: 1; }
.lm-logo em { margin-left: -.04em; color: var(--lm-lime); font-size: 1em; font-style: normal; font-weight: 790; line-height: 1; }
.lm-logo:hover { opacity: .9; transform: translateY(-1px); }
.lm-nav > nav { min-width: 0; }
.lm-nav > nav > .lm-menu { justify-content: flex-end; }
.lm-menu { display: flex; align-items: center; justify-content: center; gap: clamp(17px, 1.55vw, 29px); margin: 0; padding: 0; list-style: none; }
.lm-menu > li { position: relative; }
.lm-menu a { position: relative; padding: 14px 0; color: rgba(255,255,255,.88); font-family: "Montserrat", "Manrope", sans-serif; font-size: 15px; font-weight: 650; letter-spacing: -.018em; white-space: nowrap; }
.lm-menu a::after { position: absolute; right: 0; bottom: 7px; left: 0; height: 2px; content: ""; background: linear-gradient(90deg, var(--lm-cyan), var(--lm-lime)); transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.lm-menu a:hover::after, .lm-menu .current-menu-item > a::after, .lm-menu .current-menu-ancestor > a::after { transform: scaleX(1); transform-origin: left; }
.lm-menu > .menu-item-has-children > a { display: inline-flex; align-items: center; gap: 7px; }
.lm-menu > .menu-item-has-children > a::before { order: 2; width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; content: ""; transform: translateY(-2px) rotate(45deg); transition: transform .25s ease; }
.lm-menu > .menu-item-has-children:hover > a::before, .lm-menu > .menu-item-has-children:focus-within > a::before { transform: translateY(2px) rotate(225deg); }
.lm-menu .sub-menu { position: absolute; top: calc(100% + 10px); left: 50%; min-width: 244px; margin: 0; padding: 9px; visibility: hidden; list-style: none; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; opacity: 0; background: linear-gradient(145deg, rgba(16,30,49,.98), rgba(7,17,33,.98)); box-shadow: 0 24px 70px rgba(0,0,0,.34); backdrop-filter: blur(22px); transform: translate(-50%, 10px); transition: opacity .22s ease, transform .22s ease, visibility .22s ease; }
.lm-menu .sub-menu::before { position: absolute; top: -12px; right: 0; left: 0; height: 12px; content: ""; }
.lm-menu li:hover > .sub-menu, .lm-menu li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.lm-menu .sub-menu li + li { margin-top: 3px; }
.lm-menu .sub-menu a { display: flex; min-height: 45px; align-items: center; padding: 10px 13px; border-radius: 11px; color: #dce5ef; font-size: 13px; line-height: 1.3; white-space: normal; transition: color .2s ease, background .2s ease, transform .2s ease; }
.lm-menu .sub-menu a::after { display: none; }
.lm-menu .sub-menu a:hover, .lm-menu .sub-menu .current-menu-item > a { color: #fff; background: linear-gradient(90deg, rgba(87,174,121,.22), rgba(56,153,192,.16)); transform: translateX(2px); }
.lm-nav > .lm-btn { min-height: 52px; padding-inline: 23px; white-space: nowrap; }
.lm-menu-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 15px; color: #fff; background: rgba(255,255,255,.08); }
.lm-menu-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .3s ease, opacity .3s ease; }
.menu-open .lm-menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-open .lm-menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.lm-mobile-panel { display: none; }
.lm-lang-switcher { display: inline-flex; padding: 3px; gap: 2px; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; background: rgba(255,255,255,.06); backdrop-filter: blur(14px); }
.lm-lang-switcher a { display: grid; min-width: 34px; height: 30px; padding: 0 7px; place-items: center; border-radius: 999px; color: rgba(255,255,255,.68); font-size: 10px; font-weight: 850; letter-spacing: .08em; transition: color .25s ease,background .25s ease; }
.lm-lang-switcher a:hover { color: #fff; }
.lm-lang-switcher a.is-current { color: var(--lm-ink); background: linear-gradient(135deg,var(--lm-lime),#80d8d0); box-shadow: 0 6px 18px rgba(85,180,143,.22); }
.lm-lang-switcher--header-mobile { display: none; }

/* Hero */
.lm-hero { position: relative; display: grid; min-height: 100svh; align-items: end; overflow: hidden; color: #fff; background: #07101f; }
.lm-hero-media, .lm-hero-media::after { position: absolute; inset: 0; }
.lm-hero-media video { width: 100%; height: 100%; object-fit: cover; opacity: .74; }
.lm-hero-media::after { content: ""; background: linear-gradient(90deg, rgba(4,10,22,.94) 0%, rgba(4,10,22,.65) 52%, rgba(4,10,22,.22) 100%), linear-gradient(0deg, rgba(4,10,22,.9), transparent 55%); }
.lm-hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to bottom, transparent, #000 35%, #000); }
.lm-hero-orb { position: absolute; top: 15%; right: 6%; width: 36vw; aspect-ratio: 1; border: 1px solid rgba(113,225,205,.25); border-radius: 50%; box-shadow: 0 0 110px rgba(51,161,181,.2), inset 0 0 80px rgba(71,200,212,.12); animation: lmFloat 8s ease-in-out infinite; }
.lm-hero-content { position: relative; z-index: 2; padding: 185px 0 90px; }
.lm-hero h1 { max-width: 980px; margin: 0; font-size: clamp(52px, 7vw, 104px); font-weight: 780; line-height: .9; letter-spacing: -.064em; text-wrap: balance; }
.lm-hero h1 span { display: block; color: transparent; background: linear-gradient(105deg, #fff 4%, var(--lm-cyan) 55%, var(--lm-lime)); -webkit-background-clip: text; background-clip: text; }
.lm-hero-bottom { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-top: 52px; }
.lm-hero-copy { max-width: 590px; margin: 0; color: #c5cfdb; font-size: clamp(17px, 1.7vw, 22px); }
.lm-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.lm-scroll { display: inline-flex; align-items: center; gap: 13px; color: #c5cfdb; font-size: 12px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.lm-scroll i { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; font-style: normal; animation: lmBounce 2s infinite; }

/* Trust strip */
.lm-trust { position: relative; z-index: 3; margin-top: -1px; color: #fff; background: var(--lm-ink); border-top: 1px solid var(--lm-line); }
.lm-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.lm-trust-item { min-height: 130px; padding: 30px; border-right: 1px solid var(--lm-line); }
.lm-trust-item:last-child { border-right: 0; }
.lm-trust-item strong { display: block; font-size: 26px; line-height: 1.1; }
.lm-trust-item span { display: block; margin-top: 8px; color: #93a1b7; font-size: 14px; }

/* Cards */
.lm-intro { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 60px; margin-bottom: 68px; }
.lm-intro .lm-lead { margin: 0; }
.lm-card-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.lm-card { position: relative; grid-column: span 6; min-height: 520px; overflow: hidden; border-radius: var(--lm-radius); color: #fff; background: var(--lm-ink-2); box-shadow: var(--lm-shadow); transform: translateZ(0); }
.lm-card:nth-child(3), .lm-card:nth-child(4) { min-height: 400px; }
.lm-card-media, .lm-card-media::after { position: absolute; inset: 0; }
.lm-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.8,.2,1); }
.lm-card-media::after { content: ""; background: linear-gradient(0deg, rgba(5,12,27,.94), rgba(5,12,27,.08) 70%); }
.lm-card:hover .lm-card-media img { transform: scale(1.07); }
.lm-card-content { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: clamp(28px, 4vw, 48px); }
.lm-card-number { display: block; margin-bottom: 12px; color: var(--lm-lime); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.lm-card h3 { margin: 0; font-size: clamp(28px, 3vw, 42px); line-height: 1.04; letter-spacing: -.04em; }
.lm-card p { max-width: 560px; margin: 15px 0 0; color: #c0cad8; }
.lm-card-arrow { position: absolute; right: 34px; bottom: 34px; display: grid; width: 58px; height: 58px; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(255,255,255,.08); backdrop-filter: blur(14px); transition: transform .35s ease, background .35s ease; }
.lm-card:hover .lm-card-arrow { background: var(--lm-green); transform: rotate(-35deg); }

/* Process */
.lm-process { counter-reset: lm-step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 70px; }
.lm-step { position: relative; min-height: 320px; padding: 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.045); transition: transform .35s ease, border-color .35s ease, background .35s ease; }
.lm-step:hover { border-color: rgba(114,219,167,.5); background: rgba(255,255,255,.075); transform: translateY(-9px); }
.lm-step::before { counter-increment: lm-step; content: "0" counter(lm-step); color: var(--lm-lime); font-size: 13px; font-weight: 850; letter-spacing: .16em; }
.lm-step h3 { margin: 90px 0 14px; font-size: 25px; line-height: 1.1; }
.lm-step p { margin: 0; color: #9eacc0; font-size: 15px; }
.lm-step-icon { position: absolute; top: 25px; right: 25px; width: 64px; height: 64px; border-radius: 50%; background: radial-gradient(circle at 30% 30%, rgba(93,214,209,.5), rgba(37,106,148,.08)); box-shadow: 0 0 50px rgba(69,196,217,.18); }

/* Split sections */
.lm-split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(45px, 8vw, 120px); }
.lm-media-frame { position: relative; min-height: 620px; overflow: hidden; border-radius: var(--lm-radius); box-shadow: var(--lm-shadow); }
.lm-media-frame img { width: 100%; height: 100%; object-fit: cover; }
.lm-media-frame::after { position: absolute; inset: 0; content: ""; border: 1px solid rgba(255,255,255,.32); border-radius: inherit; box-shadow: inset 0 0 0 12px rgba(255,255,255,.06); }
.lm-service-list { display: grid; gap: 12px; margin: 38px 0; padding: 0; list-style: none; }
.lm-service-list li { display: flex; align-items: center; gap: 14px; padding: 15px 0; border-bottom: 1px solid rgba(11,19,36,.12); font-weight: 720; }
.lm-service-list li::before { display: grid; width: 26px; height: 26px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--lm-green); content: "✓"; font-size: 13px; }

.lm-factory { position: relative; min-height: 620px; overflow: hidden; color: #fff; background: #07101f; }
.lm-factory img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.lm-factory::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(5,12,27,.94), rgba(5,12,27,.2)); }
.lm-factory-content { position: relative; z-index: 2; display: flex; min-height: 620px; align-items: center; }
.lm-factory-copy { max-width: 680px; }
.lm-factory-copy h2 { margin: 0; font-size: clamp(44px, 4.8vw, 68px); line-height: .98; letter-spacing: -.05em; }

/* CTA */
.lm-cta { padding: 28px; }
.lm-cta-inner { position: relative; display: grid; min-height: 480px; padding: clamp(40px, 7vw, 90px); overflow: hidden; place-content: center; border-radius: 36px; color: #fff; text-align: center; background: linear-gradient(135deg, #0a1930 5%, #153f56 55%, #4f9666); box-shadow: var(--lm-shadow); }
.lm-cta-inner::before { position: absolute; inset: -50%; content: ""; background: repeating-radial-gradient(circle at 50% 50%, transparent 0 40px, rgba(255,255,255,.07) 42px 43px); animation: lmSpin 40s linear infinite; }
.lm-cta-inner > * { position: relative; z-index: 2; }
.lm-cta h2 { max-width: 900px; margin: 0 auto 30px; font-size: clamp(40px, 4.8vw, 68px); line-height: .98; letter-spacing: -.052em; }
.lm-cta .lm-actions { justify-content: center; }

/* Pages & WooCommerce */
.lm-page-hero { padding: 190px 0 90px; color: #fff; background: radial-gradient(circle at 80% 20%, rgba(62,158,168,.35), transparent 32%), var(--lm-ink); }
.lm-page-hero h1 { max-width: 1000px; margin: 0; font-size: clamp(46px, 5.5vw, 78px); line-height: .96; letter-spacing: -.05em; }
.lm-catalog .lm-page-hero + .lm-section { padding-top: clamp(42px, 4vw, 64px); }
.lm-catalog .page-description, .lm-catalog .page-description p { margin-top: 0; }
.lm-content { max-width: 920px; margin-inline: auto; }
.lm-content h2 { margin: 1.7em 0 .6em; font-size: clamp(30px, 3.2vw, 44px); line-height: 1.08; letter-spacing: -.035em; }
.lm-content h3 { margin-top: 1.8em; font-size: 27px; }
.lm-content p, .lm-content li { color: #4f5e73; font-size: 18px; }
.lm-content img { border-radius: 24px; box-shadow: var(--lm-shadow); }
.woocommerce .products { display: grid !important; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 50px !important; }
.woocommerce ul.products, .woocommerce-page ul.products { padding-left: 0; list-style: none !important; }
.woocommerce ul.products > li.product, .woocommerce-page ul.products > li.product { list-style: none !important; list-style-type: none !important; }
.woocommerce ul.products li.product::marker, .woocommerce-page ul.products li.product::marker { content: "" !important; color: transparent; font-size: 0; }
.lm-catalog-page ul.products { padding-left: 0; list-style: none !important; }
.lm-catalog-page ul.products > li.product { list-style: none !important; list-style-type: none !important; }
.lm-catalog-page ul.products > li.product::marker { content: "" !important; color: transparent; font-size: 0; }
.lm-catalog-page .products { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 24px; }
.lm-catalog-page ul.products::before, .lm-catalog-page ul.products::after { display: none !important; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product { float: none !important; width: auto !important; margin: 0 !important; padding: 0 0 26px; overflow: hidden; border-radius: 24px; background: #fff; box-shadow: 0 18px 60px rgba(11,19,36,.11); transition: transform .35s ease, box-shadow .35s ease; }
.woocommerce ul.products li.product:hover { transform: translateY(-8px); box-shadow: var(--lm-shadow); }
.woocommerce ul.products li.product a img { margin: 0 0 24px !important; aspect-ratio: 1.1; object-fit: cover; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 24px !important; font-size: 23px !important; letter-spacing: -.025em; }
.woocommerce ul.products li.product .price { display: none !important; }
.lm-product-request { width: calc(100% - 48px); margin: 18px 24px 0; border: 0; }
.single-product .lm-section { padding: 52px 0 96px; }
.single-product .product { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; padding: 0; }
.single-product .woocommerce-product-gallery, .single-product div.product .summary { width: auto !important; float: none !important; }
.single-product .woocommerce-product-gallery img { border-radius: 24px; }
.single-product div.product .product_title { display: none; }
.single-product div.product p.price { display: none; }
.single-product .woocommerce-product-details__short-description > p:first-child { color: #536177; font-size: 19px; }
.lm-specs { display: grid; margin: 30px 0; padding: 0; border-top: 1px solid rgba(11,19,36,.12); list-style: none; }
.lm-specs li { display: grid; grid-template-columns: minmax(130px, .8fr) 1fr; gap: 18px; padding: 12px 0; border-bottom: 1px solid rgba(11,19,36,.12); }
.lm-specs span { color: #758197; }
.lm-specs strong { color: var(--lm-ink); font-weight: 750; }
.single-product .woocommerce-tabs { grid-column: 1 / -1; padding-top: 30px; }
.single-product .woocommerce-tabs ul.tabs { padding: 0 !important; }
.single-product .woocommerce-tabs ul.tabs::before { border-color: rgba(11,19,36,.14) !important; }
.single-product .woocommerce-tabs ul.tabs li { border: 0 !important; background: transparent !important; }
.single-product .woocommerce-tabs .panel { max-width: 900px; }
.single-product .woocommerce-tabs .panel h2 { font-size: clamp(32px,4vw,50px); letter-spacing: -.04em; }
.woocommerce-breadcrumb, .woocommerce-result-count, .woocommerce-ordering { color: #738096; }

/* Branded catalog */
.lm-catalog-page { overflow: hidden; background: var(--lm-paper); }
.lm-catalog-hero { position: relative; min-height: 610px; padding: 166px 0 98px; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 15%, rgba(73,198,238,.2), transparent 30%), radial-gradient(circle at 15% 100%, rgba(84,161,103,.2), transparent 34%), var(--lm-ink); }
.lm-catalog-hero::after { position: absolute; top: -52%; right: -6%; width: 58vw; aspect-ratio: 1; content: ""; border: 1px solid rgba(154,223,114,.18); border-radius: 50%; box-shadow: inset 0 0 120px rgba(73,198,238,.08), 0 0 100px rgba(73,198,238,.08); }
.lm-catalog-hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(110deg, #000, transparent 76%); }
.lm-catalog-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 230px; align-items: end; gap: clamp(50px, 9vw, 140px); }
.lm-catalog-hero h1 { max-width: 1050px; margin: 0; font-size: clamp(54px, 6.8vw, 100px); font-weight: 780; line-height: .9; letter-spacing: -.06em; text-wrap: balance; }
.lm-catalog-hero-intro { max-width: 760px; margin-top: 30px; color: #b8c5d6; font-size: clamp(18px, 1.6vw, 22px); line-height: 1.55; }
.lm-catalog-hero-intro p { margin: 0; }
.lm-catalog-hero-mark { display: grid; min-height: 220px; padding: 28px; align-content: end; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: rgba(255,255,255,.055); backdrop-filter: blur(16px); }
.lm-catalog-hero-mark span { color: var(--lm-lime); font-size: 78px; font-weight: 800; line-height: .8; letter-spacing: -.06em; }
.lm-catalog-hero-mark strong { margin-top: 20px; font-size: 20px; }
.lm-catalog-hero-mark small { margin-top: 4px; color: #8fa0b5; }
.lm-catalog-products-section { position: relative; z-index: 3; padding: 76px 0 106px; }
.lm-catalog-toolbar { display: grid; grid-template-columns: .75fr 1.25fr; align-items: end; gap: clamp(35px, 6vw, 90px); }
.lm-catalog-toolbar h2 { margin: 0; font-size: clamp(40px, 4.2vw, 58px); line-height: .98; letter-spacing: -.05em; }
.lm-catalog-chips { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.lm-catalog-chips a { padding: 11px 17px; border: 1px solid rgba(11,19,36,.14); border-radius: 999px; color: #546176; background: rgba(255,255,255,.65); font-size: 14px; font-weight: 730; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease; }
.lm-catalog-chips a:hover { border-color: var(--lm-green); color: var(--lm-ink); transform: translateY(-2px); }
.lm-catalog-chips a.is-active { border-color: var(--lm-green); color: #fff; background: var(--lm-green); }
.lm-catalog-loop .woocommerce-notices-wrapper:empty { display: none; }
.lm-catalog-loop .page-description { display: none; }
.lm-catalog-loop .woocommerce-products-header { padding: 0; }
.lm-catalog-loop .products { margin-top: 48px !important; }
.woocommerce ul.products li.product.lm-catalog-card { display: flex; min-width: 0; padding: 0 0 25px; flex-direction: column; border: 1px solid rgba(11,19,36,.07); border-radius: 26px; background: rgba(255,255,255,.82); box-shadow: 0 18px 58px rgba(11,19,36,.09); }
.lm-catalog-page ul.products li.product.lm-catalog-card { display: flex; min-width: 0; width: auto !important; margin: 0 !important; padding: 0 0 25px; overflow: hidden; flex-direction: column; border: 1px solid rgba(11,19,36,.07); border-radius: 26px; background: rgba(255,255,255,.82); box-shadow: 0 18px 58px rgba(11,19,36,.09); }
.lm-catalog-card-link { display: flex; min-height: 100%; flex: 1; flex-direction: column; }
.lm-catalog-card-media { position: relative; margin: 0; overflow: hidden; border-radius: 25px 25px 0 0; background: #dfe7e5; }
.woocommerce ul.products li.product.lm-catalog-card .lm-catalog-card-media img { width: 100%; height: auto; margin: 0 !important; aspect-ratio: 1.16; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .4s ease; }
.lm-catalog-page ul.products li.product.lm-catalog-card .lm-catalog-card-media img { width: 100%; height: auto; margin: 0 !important; aspect-ratio: 1.16; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .4s ease; }
.woocommerce ul.products li.product.lm-catalog-card:hover .lm-catalog-card-media img { filter: saturate(1.06); transform: scale(1.045); }
.lm-catalog-card-arrow { position: absolute; right: 17px; bottom: 17px; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; color: #fff; background: rgba(8,19,37,.76); backdrop-filter: blur(12px); font-size: 22px; transition: color .3s ease, background .3s ease, transform .3s ease; }
.lm-catalog-card:hover .lm-catalog-card-arrow { color: var(--lm-ink); background: var(--lm-lime); transform: rotate(45deg); }
.lm-catalog-card-body { display: flex; padding: 24px 24px 0; flex: 1; flex-direction: column; }
.lm-catalog-card-kicker { color: var(--lm-green); font-size: 11px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.woocommerce ul.products li.product.lm-catalog-card .woocommerce-loop-product__title { min-height: 2.15em; margin: 13px 0 12px; padding: 0 !important; color: var(--lm-ink); font-size: clamp(22px, 2vw, 28px) !important; line-height: 1.07; letter-spacing: -.035em; }
.lm-catalog-page ul.products li.product.lm-catalog-card .woocommerce-loop-product__title { min-height: 2.15em; margin: 13px 0 12px; padding: 0 !important; color: var(--lm-ink); font-size: clamp(22px, 2vw, 28px) !important; line-height: 1.07; letter-spacing: -.035em; }
.lm-catalog-card-body > p { min-height: 4.65em; margin: 0; color: #68758a; font-size: 15px; line-height: 1.55; }
.lm-catalog-card-price { display: grid; grid-template-columns: auto 1fr; grid-template-areas: "label value" "label unit"; align-items: center; gap: 1px 12px; margin-top: 20px; padding: 15px 16px; border: 1px solid rgba(84,161,103,.18); border-radius: 16px; background: linear-gradient(135deg, rgba(154,223,114,.12), rgba(73,198,238,.08)); }
.lm-catalog-card-price > span { grid-area: label; color: var(--lm-green); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.lm-catalog-card-price strong { grid-area: value; color: var(--lm-ink); font-size: 22px; line-height: 1; letter-spacing: -.025em; }
.lm-catalog-card-price small { grid-area: unit; color: #69758a; font-size: 11px; font-weight: 650; }
.lm-catalog-card-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; padding-top: 20px; }
.lm-catalog-card-tags span { padding: 7px 10px; border-radius: 999px; color: #637087; background: #eef2f1; font-size: 11px; font-weight: 700; }
.woocommerce ul.products li.product.lm-catalog-card .lm-product-request { width: calc(100% - 48px); margin: 22px 24px 0; }
.lm-catalog-page ul.products li.product.lm-catalog-card .lm-product-request { width: calc(100% - 48px); margin: 22px 24px 0; }
.woocommerce nav.woocommerce-pagination { margin-top: 50px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; }
.woocommerce nav.woocommerce-pagination ul li { margin: 0 4px; border: 0; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { display: grid; min-width: 42px; height: 42px; padding: 0; place-items: center; border-radius: 50%; background: #fff; }
.woocommerce nav.woocommerce-pagination ul li span.current { color: #fff; background: var(--lm-green); }
.lm-catalog-guide { padding: clamp(84px, 9vw, 130px) 0; background: radial-gradient(circle at 82% 12%, rgba(73,198,238,.15), transparent 31%), var(--lm-ink); }
.lm-catalog-guide-heading { display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: clamp(45px, 8vw, 120px); margin-bottom: 62px; }
.lm-catalog-guide-heading h2 { max-width: 800px; margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: .96; letter-spacing: -.052em; }
.lm-catalog-guide-heading > p { margin: 0; color: #aebacd; font-size: 19px; }
.lm-catalog-guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.lm-catalog-guide-grid article { min-height: 350px; padding: 31px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.045); transition: transform .35s ease, background .35s ease, border-color .35s ease; }
.lm-catalog-guide-grid article:hover { border-color: rgba(154,223,114,.42); background: rgba(255,255,255,.075); transform: translateY(-8px); }
.lm-catalog-guide-grid span { color: var(--lm-lime); font-size: 12px; font-weight: 850; letter-spacing: .16em; }
.lm-catalog-guide-grid h3 { margin: 94px 0 16px; font-size: 29px; line-height: 1.05; }
.lm-catalog-guide-grid p { margin: 0; color: #9eacc0; font-size: 16px; }
.lm-category-choice-grid article { min-height: 390px; }
.lm-category-choice-grid h3 { margin-top: 72px; }
.lm-category-choice-grid a { color: #fff; text-decoration: underline; text-decoration-color: rgba(154,223,114,.55); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.lm-category-choice-grid a:hover { color: var(--lm-lime); }
.lm-category-seo-section { border-top: 1px solid rgba(11,19,36,.08); }
.lm-catalog-seo-section { background: #eef3f1; }
.lm-catalog-seo-grid { display: grid; grid-template-columns: .84fr 1.16fr; align-items: start; gap: clamp(55px, 9vw, 135px); }
.lm-catalog-seo-title { position: sticky; top: 130px; }
.lm-catalog-seo-title .lm-title { font-size: clamp(40px, 4.4vw, 62px); }
.lm-catalog-seo-copy p { margin: 0; color: #536177; font-size: clamp(17px, 1.35vw, 19px); line-height: 1.75; }
.lm-catalog-seo-copy p + h3 { margin-top: 42px; }
.lm-catalog-seo-copy h3 { margin-bottom: 16px; font-size: clamp(27px, 2.4vw, 36px); line-height: 1.08; letter-spacing: -.035em; }
.lm-catalog-seo-copy p + p { margin-top: 22px; }
.lm-catalog-seo-copy a { color: var(--lm-green); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.lm-catalog-faq-section { background: #fff; }
.lm-catalog-final-cta { padding-top: 0; background: #fff; }
.lm-catalog-final-cta p { max-width: 720px; margin: -6px auto 30px; color: #c4cfdb; font-size: 19px; }
.lm-catalog-final-cta .lm-btn { justify-self: center; }

/* Premium catalog product */
.single-product .lm-product-premium { display: block !important; margin: 0 !important; padding: 0 !important; }
.single-product .lm-product-premium .lm-section { padding: clamp(78px, 8.5vw, 124px) 0; }
.lm-product-hero { position: relative; min-height: 680px; padding: 170px 0 126px; overflow: hidden; color: #fff; background: radial-gradient(circle at 76% 18%, rgba(73,198,238,.18), transparent 30%), radial-gradient(circle at 15% 100%, rgba(84,161,103,.2), transparent 35%), var(--lm-ink); }
.lm-product-hero::after { position: absolute; top: 6%; right: -14%; width: 58vw; aspect-ratio: 1; content: ""; border: 1px solid rgba(154,223,114,.18); border-radius: 50%; box-shadow: inset 0 0 120px rgba(73,198,238,.08), 0 0 100px rgba(73,198,238,.08); }
.lm-product-hero-grid { position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(110deg, #000, transparent 74%); }
.lm-product-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .62fr; align-items: end; gap: clamp(55px, 8vw, 130px); }
.lm-product-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; color: #8595aa; font-size: 12px; font-weight: 700; }
.lm-product-breadcrumb a { transition: color .25s ease; }
.lm-product-breadcrumb a:hover { color: var(--lm-lime); }
.lm-product-hero h1 { max-width: 940px; margin: 0; font-size: clamp(50px, 6vw, 88px); font-weight: 780; line-height: .92; letter-spacing: -.058em; text-wrap: balance; }
.lm-product-hero-copy > p { max-width: 720px; margin: 28px 0 36px; color: #bdc8d8; font-size: clamp(18px, 1.6vw, 22px); line-height: 1.55; }
.lm-product-hero-facts { display: grid; gap: 10px; }
.lm-product-hero-facts > div { display: grid; grid-template-columns: 44px 1fr; grid-template-areas: "num value" "num label"; column-gap: 15px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.055); backdrop-filter: blur(16px); }
.lm-product-hero-facts span { grid-area: num; align-self: center; color: var(--lm-lime); font-size: 11px; font-weight: 850; letter-spacing: .15em; }
.lm-product-hero-facts strong { grid-area: value; font-size: 21px; line-height: 1.15; }
.lm-product-hero-facts small { grid-area: label; margin-top: 4px; color: #8fa0b5; font-size: 12px; }

.lm-product-main-section { position: relative; z-index: 4; padding: 0 0 105px; background: var(--lm-paper); }
.single-product .lm-product-main-section { padding-bottom: 28px; }
.single-product .lm-product-premium .lm-product-benefit-section { padding-top: clamp(32px, 3vw, 48px); }
.lm-product-main-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr); align-items: start; gap: clamp(34px, 5vw, 72px); transform: translateY(-64px); margin-bottom: -64px; }
.lm-product-gallery-card { min-width: 0; padding: 18px; border: 1px solid rgba(11,19,36,.08); border-radius: 30px; background: #fff; box-shadow: 0 30px 90px rgba(5,13,30,.15); }
.single-product .lm-product-gallery-card .woocommerce-product-gallery { width: 100% !important; margin: 0 !important; }
.single-product .lm-product-gallery-card .woocommerce-product-gallery__wrapper { margin: 0; }
.single-product .lm-product-gallery-card .woocommerce-product-gallery__image img { width: 100%; border-radius: 20px; aspect-ratio: 1.16; object-fit: cover; }
.single-product .lm-product-gallery-card .flex-control-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin: 12px 0 0 !important; padding: 0; list-style: none; }
.single-product .lm-product-gallery-card .flex-control-thumbs li::marker { content: ""; }
.single-product .lm-product-gallery-card .flex-control-thumbs li { width: auto !important; float: none !important; margin: 0 !important; }
.single-product .lm-product-gallery-card .flex-control-thumbs img { width: 100%; aspect-ratio: 1; border: 2px solid transparent; border-radius: 13px; object-fit: cover; opacity: .6; transition: opacity .25s ease, border-color .25s ease, transform .25s ease; }
.single-product .lm-product-gallery-card .flex-control-thumbs img:hover, .single-product .lm-product-gallery-card .flex-control-thumbs img.flex-active { border-color: var(--lm-green); opacity: 1; transform: translateY(-2px); }
.single-product .lm-product-gallery-card .woocommerce-product-gallery__trigger { display: none !important; }
.lm-product-offer { position: sticky; top: 118px; padding: clamp(30px, 4vw, 50px); border: 1px solid rgba(11,19,36,.09); border-radius: 28px; background: rgba(255,255,255,.93); box-shadow: 0 28px 80px rgba(5,13,30,.12); backdrop-filter: blur(18px); }
.lm-product-offer h2 { margin: 0; font-size: clamp(36px, 3.5vw, 50px); line-height: 1; letter-spacing: -.045em; }
.lm-product-intro p { margin: 24px 0 0; color: #5a687c; font-size: 18px; }
.lm-product-price-panel { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 16px; margin-top: 26px; padding: 18px 20px; border: 1px solid rgba(84,161,103,.2); border-radius: 18px; background: linear-gradient(135deg, rgba(154,223,114,.14), rgba(73,198,238,.09)); }
.lm-product-price-panel > span { color: var(--lm-green); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.lm-product-price-panel > div { display: flex; align-items: baseline; justify-content: flex-end; gap: 10px; text-align: right; }
.lm-product-price-panel strong { color: var(--lm-ink); font-size: clamp(26px, 2.3vw, 34px); line-height: 1; letter-spacing: -.035em; }
.lm-product-price-panel small { color: #68758a; font-size: 12px; font-weight: 700; }
.lm-product-specs { margin: 30px 0; border-top: 1px solid rgba(11,19,36,.12); }
.lm-product-specs div { display: grid; grid-template-columns: minmax(125px, .8fr) 1fr; gap: 18px; padding: 11px 0; border-bottom: 1px solid rgba(11,19,36,.12); }
.lm-product-specs dt { color: #7b8798; }
.lm-product-specs dd { margin: 0; color: var(--lm-ink); font-weight: 760; }
.lm-product-offer .lm-btn { width: 100%; }
.lm-product-offer-note { margin: 17px 0 0; color: #7b8798; font-size: 13px; line-height: 1.55; }

.lm-product-section-heading { display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: clamp(48px, 8vw, 120px); margin-bottom: 60px; }
.lm-product-section-heading .lm-title { font-size: clamp(40px, 4.5vw, 64px); }
.lm-product-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.lm-product-benefits article { min-height: 330px; padding: 29px; overflow: hidden; border: 1px solid rgba(11,19,36,.1); border-radius: 23px; background: rgba(255,255,255,.75); box-shadow: 0 18px 50px rgba(11,19,36,.07); transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
.lm-product-benefits article:hover { border-color: rgba(84,161,103,.4); box-shadow: 0 25px 65px rgba(11,19,36,.11); transform: translateY(-7px); }
.lm-product-benefits article > span { color: var(--lm-green); font-size: 12px; font-weight: 850; letter-spacing: .16em; }
.lm-product-benefits h3 { margin: 100px 0 14px; font-size: 25px; line-height: 1.08; letter-spacing: -.03em; }
.lm-product-benefits p { margin: 0; color: #69758a; font-size: 15px; }

.lm-product-story { padding: clamp(78px, 8.5vw, 124px) 0; background: radial-gradient(circle at 78% 16%, rgba(73,198,238,.14), transparent 32%), var(--lm-ink); }
.lm-product-story-grid { display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: clamp(52px, 8vw, 120px); }
.lm-product-story-image { min-height: 640px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 30px; box-shadow: 0 45px 100px rgba(0,0,0,.4); transform: rotate(-1.5deg); }
.lm-product-story-image img { width: 100%; height: 100%; object-fit: cover; }
.lm-product-story-copy h2 { margin: 0; font-size: clamp(42px, 4.5vw, 64px); line-height: .99; letter-spacing: -.05em; }
.lm-product-story-copy p { margin: 25px 0 0; color: #aebacd; font-size: 18px; }
.lm-product-story-copy .lm-btn { margin-top: 32px; }
.lm-product-use-cases { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.lm-product-use-cases span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #c3cede; background: rgba(255,255,255,.055); font-size: 13px; font-weight: 700; }

.lm-product-color-section { background: #fff; }
.lm-product-color-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(50px, 8vw, 120px); }
.lm-product-color-copy .lm-title { font-size: clamp(40px, 4.4vw, 62px); }
.lm-product-color-image { margin: 0; overflow: hidden; border-radius: 28px; box-shadow: var(--lm-shadow); }
.lm-product-color-image img { width: 100%; height: auto; }

.lm-product-order-section { background: radial-gradient(circle at 15% 86%, rgba(84,161,103,.16), transparent 30%), var(--lm-ink); }
.lm-product-order-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin: 0; padding: 0; list-style: none; }
.lm-product-order-steps li { min-height: 310px; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.045); transition: transform .35s ease, background .35s ease, border-color .35s ease; }
.lm-product-order-steps li:hover { border-color: rgba(154,223,114,.4); background: rgba(255,255,255,.075); transform: translateY(-7px); }
.lm-product-order-steps span { color: var(--lm-lime); font-size: 12px; font-weight: 850; letter-spacing: .16em; }
.lm-product-order-steps h3 { margin: 88px 0 14px; font-size: 24px; line-height: 1.08; }
.lm-product-order-steps p { margin: 0; color: #9eacc0; font-size: 15px; }

.lm-product-seo-section { background: #eef3f1; }
.lm-product-seo-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: start; gap: clamp(55px, 9vw, 130px); }
.lm-product-seo-title { position: sticky; top: 130px; }
.lm-product-seo-title .lm-title { font-size: clamp(40px, 4.4vw, 62px); }
.lm-product-seo-copy p { margin: 0; color: #536177; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.75; }
.lm-product-seo-copy p + p { margin-top: 24px; }

.lm-product-faq-section { background: #fff; }
.lm-product-faq-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: start; gap: clamp(55px, 9vw, 130px); }
.lm-product-faq-heading .lm-title { font-size: clamp(40px, 4.4vw, 62px); }
.lm-product-faq details { border-bottom: 1px solid rgba(11,19,36,.14); }
.lm-product-faq summary { position: relative; padding: 25px 55px 25px 0; cursor: pointer; list-style: none; font-size: clamp(19px, 1.7vw, 24px); font-weight: 760; line-height: 1.3; }
.lm-product-faq summary::-webkit-details-marker { display: none; }
.lm-product-faq summary::after { position: absolute; top: 22px; right: 0; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(11,19,36,.16); border-radius: 50%; content: "+"; transition: transform .3s ease, color .25s ease, background .25s ease; }
.lm-product-faq details[open] summary::after { color: #fff; background: var(--lm-green); transform: rotate(45deg); }
.lm-product-faq p { margin: -2px 55px 26px 0; color: #647187; font-size: 17px; }
.lm-product-final-cta { padding-top: 0; background: #fff; }
.lm-product-final-cta p { max-width: 720px; margin: -6px auto 30px; color: #c4cfdb; font-size: 19px; }

@media (max-width: 1080px) {
  .lm-product-hero-inner { grid-template-columns: 1fr; align-items: start; }
  .lm-product-hero-facts { grid-template-columns: repeat(3, 1fr); }
  .lm-product-hero-facts > div { grid-template-columns: 1fr; grid-template-areas: "num" "value" "label"; }
  .lm-product-main-grid { grid-template-columns: 1fr; }
  .lm-product-offer { position: static; }
  .lm-product-benefits { grid-template-columns: 1fr 1fr; }
  .lm-product-story-grid, .lm-product-color-grid { grid-template-columns: 1fr; }
  .lm-product-story-image { min-height: 560px; }
  .lm-product-order-steps { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 840px) {
  .lm-product-section-heading, .lm-product-seo-grid, .lm-product-faq-grid { grid-template-columns: 1fr; }
  .lm-product-seo-title { position: static; }
}

/* Vectorization landing */
.lm-vector-page { overflow: hidden; background: var(--lm-paper); }
.lm-vector-hero { position: relative; min-height: 840px; padding: 176px 0 92px; overflow: hidden; color: #fff; background: radial-gradient(circle at 82% 20%, rgba(73,198,238,.18), transparent 31%), radial-gradient(circle at 18% 96%, rgba(84,161,103,.2), transparent 34%), #07101f; }
.lm-vector-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(110deg, #000, transparent 74%); }
.lm-vector-hero::after { position: absolute; right: -12vw; bottom: -36vw; width: 70vw; aspect-ratio: 1; content: ""; border: 1px solid rgba(114,223,183,.18); border-radius: 50%; box-shadow: inset 0 0 120px rgba(55,162,181,.08), 0 0 100px rgba(55,162,181,.09); }
.lm-vector-hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: clamp(58px, 7vw, 112px); }
.lm-vector-hero-copy h1 { max-width: 760px; margin: 0; font-size: clamp(50px, 5.7vw, 86px); font-weight: 780; line-height: .92; letter-spacing: -.06em; }
.lm-vector-hero-copy h1 em { display: block; color: transparent; font-style: normal; background: linear-gradient(105deg, var(--lm-cyan), var(--lm-lime)); -webkit-background-clip: text; background-clip: text; }
.lm-vector-hero-copy > p { max-width: 700px; margin: 30px 0 36px; color: #bdc8d8; font-size: clamp(18px, 1.45vw, 21px); line-height: 1.58; }
.lm-vector-hero-copy .lm-actions { gap: 14px; }
.lm-vector-formats { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 40px; color: #b8c4d4; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.lm-vector-formats span { display: inline-grid; min-width: 48px; height: 34px; padding: 0 12px; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.lm-vector-formats i { color: var(--lm-lime); font-size: 18px; font-style: normal; }
.lm-vector-hero-art { position: relative; min-height: 570px; }
.lm-vector-main-shot { position: absolute; inset: 18px 0 66px 4%; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 30px; background: #172137; box-shadow: 0 55px 110px rgba(0,0,0,.42); transform: rotate(2.5deg); }
.lm-vector-main-shot img { width: 100%; height: 100%; object-fit: cover; }
.lm-vector-float-shot { position: absolute; right: -8%; bottom: 0; width: 48%; aspect-ratio: 1.18; margin: 0; overflow: hidden; border: 9px solid rgba(255,255,255,.93); border-radius: 21px; background: #fff; box-shadow: 0 30px 75px rgba(0,0,0,.42); transform: rotate(-4deg); }
.lm-vector-float-shot img { width: 100%; height: 100%; object-fit: cover; }
.lm-vector-art-note { position: absolute; top: 0; left: -28px; width: 205px; padding: 17px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 17px; color: #dce5ef; background: rgba(12,26,46,.84); box-shadow: 0 16px 50px rgba(0,0,0,.28); backdrop-filter: blur(18px); font-size: 12px; font-weight: 720; line-height: 1.45; transform: rotate(-3deg); }
.lm-vector-art-note::before { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--lm-lime); box-shadow: 0 0 18px var(--lm-lime); content: ""; }

.lm-vector-page .lm-section { padding: clamp(74px, 8vw, 116px) 0; }
.lm-vector-heading { display: grid; grid-template-columns: 1.12fr .88fr; align-items: end; gap: clamp(44px, 7vw, 100px); margin-bottom: 58px; }
.lm-vector-heading .lm-title { font-size: clamp(40px, 4.5vw, 62px); }
.lm-vector-copy p { margin: 0; color: #536177; font-size: clamp(17px, 1.55vw, 20px); line-height: 1.7; }
.lm-vector-copy p + p { margin-top: 20px; }
.lm-vector-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lm-vector-service { position: relative; min-height: 360px; padding: 34px; overflow: hidden; border: 1px solid rgba(11,19,36,.1); border-radius: 25px; background: rgba(255,255,255,.78); box-shadow: 0 18px 55px rgba(11,19,36,.07); transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease; }
.lm-vector-service::after { position: absolute; right: -50px; bottom: -80px; width: 190px; aspect-ratio: 1; content: ""; border: 36px solid rgba(73,198,238,.08); border-radius: 50%; }
.lm-vector-service:hover { border-color: rgba(84,161,103,.42); box-shadow: 0 28px 70px rgba(11,19,36,.12); transform: translateY(-8px); }
.lm-vector-service > span { color: var(--lm-green); font-size: 12px; font-weight: 850; letter-spacing: .16em; }
.lm-vector-service h3 { max-width: 330px; margin: 105px 0 16px; font-size: clamp(25px, 2.25vw, 32px); line-height: 1.08; letter-spacing: -.035em; }
.lm-vector-service p { position: relative; z-index: 2; margin: 0; color: #68758a; font-size: 16px; }

.lm-vector-process-section { background: radial-gradient(circle at 75% 20%, rgba(73,198,238,.13), transparent 32%), var(--lm-ink); }
.lm-vector-process-section .lm-vector-heading { align-items: start; }
.lm-vector-steps { counter-reset: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin: 0; padding: 0; list-style: none; }
.lm-vector-steps li { min-height: 320px; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 23px; background: rgba(255,255,255,.045); transition: transform .35s ease, background .35s ease, border-color .35s ease; }
.lm-vector-steps li:hover { border-color: rgba(154,223,114,.42); background: rgba(255,255,255,.075); transform: translateY(-8px); }
.lm-vector-steps span { color: var(--lm-lime); font-size: 12px; font-weight: 850; letter-spacing: .15em; }
.lm-vector-steps h3 { margin: 92px 0 16px; font-size: 25px; line-height: 1.08; letter-spacing: -.025em; }
.lm-vector-steps p { margin: 0; color: #9eacc0; font-size: 15px; }

.lm-vector-portfolio { background: #eef3f1; }
.lm-vector-work-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 19px; }
.lm-vector-work { position: relative; grid-column: span 5; height: 390px; margin: 0; overflow: hidden; border-radius: 24px; background: #192233; box-shadow: 0 22px 65px rgba(11,19,36,.13); }
.lm-vector-work--wide { grid-column: span 7; }
.lm-vector-work:nth-child(3), .lm-vector-work:nth-child(4) { grid-column: span 6; }
.lm-vector-work:nth-child(5) { grid-column: span 7; }
.lm-vector-work:nth-child(6) { grid-column: span 5; }
.lm-vector-work img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.2,.8,.2,1), filter .45s ease; }
.lm-vector-work::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(5,12,26,.92), transparent 45%); pointer-events: none; }
.lm-vector-work figcaption { position: absolute; right: 24px; bottom: 21px; left: 24px; z-index: 2; color: #fff; font-size: 16px; font-weight: 720; }
.lm-vector-work:hover img { filter: saturate(1.08); transform: scale(1.055); }

.lm-vector-result-section { background: #fff; }
.lm-vector-result { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(50px, 8vw, 118px); }
.lm-vector-result-image { min-height: 620px; margin: 0; overflow: hidden; border-radius: 30px; background: #202737; box-shadow: var(--lm-shadow); }
.lm-vector-result-image img { width: 100%; height: 100%; object-fit: cover; }
.lm-vector-result-copy .lm-title { font-size: clamp(40px, 4.3vw, 60px); }
.lm-vector-result-copy .lm-lead { margin-top: 24px; }

.lm-vector-faq-section { background: #eef3f1; }
.lm-vector-faq-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: clamp(50px, 8vw, 120px); }
.lm-vector-faq-title { position: sticky; top: 132px; }
.lm-vector-faq-title .lm-title { font-size: clamp(40px, 4.3vw, 60px); }
.lm-vector-faq details { border-bottom: 1px solid rgba(11,19,36,.14); }
.lm-vector-faq summary { position: relative; padding: 26px 58px 26px 0; cursor: pointer; list-style: none; color: var(--lm-ink); font-size: clamp(19px, 1.75vw, 24px); font-weight: 760; line-height: 1.3; }
.lm-vector-faq summary::-webkit-details-marker { display: none; }
.lm-vector-faq summary::after { position: absolute; top: 24px; right: 0; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(11,19,36,.16); border-radius: 50%; content: "+"; transition: color .25s ease, background .25s ease, transform .3s ease; }
.lm-vector-faq details[open] summary::after { color: #fff; background: var(--lm-green); transform: rotate(45deg); }
.lm-vector-faq details p { max-width: 700px; margin: -3px 55px 27px 0; color: #647187; font-size: 17px; }

.lm-vector-cta { background: #eef3f1; }
.lm-vector-cta .lm-cta-inner { min-height: 520px; }
.lm-vector-cta p { max-width: 720px; margin: -6px auto 30px; color: #c4cfdb; font-size: 19px; }

@media (max-width: 1080px) {
  .lm-vector-hero { min-height: auto; }
  .lm-vector-hero-inner { grid-template-columns: 1fr; }
  .lm-vector-hero-copy { max-width: 860px; }
  .lm-vector-hero-art { min-height: 560px; width: min(780px, 92%); margin-inline: auto; }
  .lm-vector-heading { grid-template-columns: 1fr; align-items: start; gap: 26px; }
  .lm-vector-heading .lm-lead { margin-top: 0; }
  .lm-vector-services { grid-template-columns: 1fr 1fr; }
  .lm-vector-service:last-child { grid-column: 1 / -1; min-height: 300px; }
  .lm-vector-service:last-child h3 { margin-top: 60px; }
  .lm-vector-steps { grid-template-columns: 1fr 1fr; }
  .lm-vector-result { gap: 55px; }
  .lm-vector-result-image { min-height: 500px; }
}

@media (max-width: 860px) {
  .lm-vector-result, .lm-vector-faq-layout { grid-template-columns: 1fr; }
  .lm-vector-faq-title { position: static; }
  .lm-vector-work, .lm-vector-work--wide, .lm-vector-work:nth-child(3), .lm-vector-work:nth-child(4), .lm-vector-work:nth-child(5), .lm-vector-work:nth-child(6) { grid-column: span 12; }
  .lm-vector-work { height: 420px; }
}

/* Modal */
.lm-modal { position: fixed; inset: 0; z-index: 999; display: none; place-items: center; padding: 24px; }
.lm-modal.is-open { display: grid; }
.lm-modal-backdrop { position: absolute; inset: 0; border: 0; background: rgba(2,8,19,.78); backdrop-filter: blur(12px); }
.lm-modal-dialog { position: relative; z-index: 2; width: min(700px, 100%); max-height: calc(100svh - 48px); padding: clamp(28px, 5vw, 54px); overflow: auto; border: 1px solid rgba(255,255,255,.14); border-radius: 30px; color: #fff; background: #101b30; box-shadow: 0 50px 120px rgba(0,0,0,.5); animation: lmModal .4s cubic-bezier(.2,.8,.2,1); }
.lm-modal-close { position: absolute; top: 20px; right: 20px; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; background: rgba(255,255,255,.06); font-size: 24px; }
.lm-modal h2 { margin: 0 55px 10px 0; font-size: clamp(34px, 5vw, 54px); line-height: 1; letter-spacing: -.045em; }
.lm-modal p { margin: 0 0 28px; color: #aeb9ca; }
.lm-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.lm-field { display: grid; gap: 7px; }
.lm-field--full { grid-column: 1 / -1; }
.lm-field label { color: #cbd4e1; font-size: 13px; font-weight: 720; }
.lm-field input, .lm-field textarea { width: 100%; padding: 16px 18px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; outline: none; color: #fff; background: rgba(255,255,255,.06); transition: border-color .25s ease, box-shadow .25s ease; }
.lm-field input:focus, .lm-field textarea:focus { border-color: var(--lm-cyan); box-shadow: 0 0 0 4px rgba(73,198,238,.1); }
.lm-form-note { color: #7f8ca0 !important; font-size: 12px; }
.lm-honeypot { position: absolute !important; left: -9999px !important; }
.lm-toast { position: fixed; right: 24px; bottom: 24px; z-index: 1000; max-width: 420px; padding: 18px 22px; border-radius: 16px; color: #fff; background: #397f54; box-shadow: var(--lm-shadow); }
.lm-toast--error { background: #923f49; }

/* Footer */
.lm-footer { color: #fff; background: #07101f; }
.lm-footer-main { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 70px; padding: 90px 0 60px; }
.lm-footer-copy { max-width: 420px; margin: 24px 0 0; color: #8f9db2; }
.lm-footer-socials { display: flex; align-items: center; gap: 12px; margin-top: 25px; }
.lm-footer-social { position: relative; display: grid; width: 48px; height: 48px; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; color: #fff !important; background: rgba(255,255,255,.06); box-shadow: 0 12px 30px rgba(0,0,0,.18); transition: transform .3s cubic-bezier(.2,.8,.2,1), border-color .3s ease, box-shadow .3s ease !important; }
.lm-footer-social::before { position: absolute; inset: 0; content: ""; opacity: 0; transition: opacity .3s ease; }
.lm-footer-social--instagram::before { background: linear-gradient(135deg, #6c45d8 0%, #df337d 48%, #f5a33a 100%); }
.lm-footer-social--facebook::before { background: linear-gradient(135deg, #2176df, #1253a8); }
.lm-footer-social svg { position: relative; z-index: 1; width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.lm-footer-social--instagram .lm-social-dot { fill: currentColor; stroke: none; }
.lm-footer-social--facebook svg { fill: currentColor; stroke: none; }
.lm-footer-social:hover { border-color: rgba(255,255,255,.55); color: #fff !important; box-shadow: 0 18px 38px rgba(25,135,197,.24); transform: translateY(-4px) rotate(-2deg); }
.lm-footer-social:hover::before { opacity: 1; }
.lm-footer-social:focus-visible { outline: 3px solid var(--lm-cyan); outline-offset: 4px; }
.lm-footer h3 { margin: 0 0 20px; color: #7f8da2; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.lm-footer ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.lm-footer a { color: #d5dce6; transition: color .25s ease; }
.lm-footer a:hover { color: var(--lm-lime); }
.lm-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0 34px; border-top: 1px solid rgba(255,255,255,.1); color: #7f8da2; font-size: 13px; }

.lm-contact-dock { position: fixed; right: 24px; bottom: 24px; z-index: 120; display: grid; justify-items: end; gap: 12px; }
.lm-contact-trigger { position: relative; display: grid; width: 62px; height: 62px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--lm-green), var(--lm-blue)); box-shadow: 0 18px 50px rgba(19,109,135,.36); }
.lm-contact-trigger::before { position: absolute; inset: -7px; content: ""; border: 1px solid rgba(73,198,238,.35); border-radius: inherit; animation: lmPulse 2.4s ease-out infinite; }
.lm-contact-trigger span { font-size: 23px; transition: transform .35s ease; }
.lm-contact-dock.is-open .lm-contact-trigger span { transform: rotate(135deg); }
.lm-contact-menu { display: grid; gap: 8px; visibility: hidden; opacity: 0; transform: translateY(12px) scale(.96); transform-origin: right bottom; transition: opacity .28s ease, transform .28s ease, visibility .28s; }
.lm-contact-dock.is-open .lm-contact-menu { visibility: visible; opacity: 1; transform: none; }
.lm-contact-menu a { display: flex; min-width: 205px; align-items: center; gap: 11px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: #fff; background: rgba(9,19,38,.92); box-shadow: 0 12px 35px rgba(3,10,24,.25); backdrop-filter: blur(16px); font-size: 14px; font-weight: 700; transition: transform .25s ease, border-color .25s ease; }
.lm-contact-menu a:hover { border-color: rgba(109,220,178,.65); transform: translateX(-4px); }
.lm-contact-menu a span { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--lm-green), var(--lm-blue)); font-size: 10px; font-weight: 850; }

.lm-reveal { opacity: 0; transform: translateY(36px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.lm-reveal.is-visible { opacity: 1; transform: none; }

@keyframes lmFloat { 50% { transform: translateY(26px) scale(.96); } }
@keyframes lmBounce { 50% { transform: translateY(5px); } }
@keyframes lmSpin { to { transform: rotate(360deg); } }
@keyframes lmModal { from { opacity: 0; transform: translateY(25px) scale(.97); } }
@keyframes lmPulse { 0% { opacity: .75; transform: scale(.84); } 75%, 100% { opacity: 0; transform: scale(1.28); } }

@media (max-width: 1180px) {
  .lm-menu, .lm-nav > .lm-btn { display: none; }
  .lm-lang-switcher--desktop { display: none; }
  .lm-nav > nav { display: none; }
  .lm-nav { grid-template-columns: 1fr auto auto; gap: 10px; }
  .lm-lang-switcher--header-mobile { display: inline-flex; }
  .lm-menu-toggle { display: block; }
  .lm-mobile-panel { position: fixed; inset: 0; z-index: 90; display: grid; grid-template-rows: 1fr auto auto; gap: 18px; padding: 118px 32px 32px; visibility: hidden; overflow-y: auto; opacity: 0; background: radial-gradient(circle at 92% 8%, rgba(67,177,178,.32), transparent 31%), radial-gradient(circle at 82% 88%, rgba(96,205,141,.14), transparent 26%), #091326; transform: translateY(-20px); transition: opacity .35s ease, transform .35s ease, visibility .35s; }
  .lm-mobile-panel::before { position: fixed; inset: 0; pointer-events: none; content: ""; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom,transparent,#000 30%,#000); }
  .menu-open .lm-mobile-panel { visibility: visible; opacity: 1; transform: none; }
  .lm-mobile-panel nav { position: relative; z-index: 1; display: grid; align-content: center; }
  .lm-mobile-panel nav::before { display: block; margin-bottom: 14px; color: var(--lm-lime); content: "MENU / TMKOVRIKLOGO"; font-size: 10px; font-weight: 800; letter-spacing: .18em; }
  .lm-mobile-panel .lm-menu { counter-reset: lm-mobile-nav; display: grid; justify-content: stretch; align-content: center; gap: 2px; }
  .lm-mobile-panel .lm-menu > li { counter-increment: lm-mobile-nav; display: grid; grid-template-columns: 26px 1fr; align-items: center; min-width: 0; border-bottom: 1px solid rgba(255,255,255,.1); border-radius: 13px; transition: background .25s ease,border-color .25s ease; }
  .lm-mobile-panel .lm-menu > li::before { color: rgba(152,226,103,.78); content: "0" counter(lm-mobile-nav); font-size: 9px; font-weight: 850; letter-spacing: .08em; }
  .lm-mobile-panel .lm-menu > li.current-menu-item, .lm-mobile-panel .lm-menu > li.current-menu-ancestor { border-color: rgba(140,223,129,.24); background: linear-gradient(90deg,rgba(83,171,125,.17),rgba(43,154,190,.08)); }
  .lm-mobile-panel .lm-menu > li > a { padding: 10px 8px 10px 0; color: rgba(255,255,255,.86); font-size: clamp(25px, 6.6vw, 36px); line-height: 1.02; letter-spacing: -.035em; }
  .lm-mobile-panel .lm-menu a::after { right: 8px; bottom: 5px; left: 0; }
  .lm-mobile-panel .lm-menu > .menu-item-has-children > a::before { display: none; }
  .lm-mobile-panel .lm-menu .sub-menu { position: static; grid-column: 2; display: flex; min-width: 0; flex-wrap: wrap; gap: 6px; margin: -1px 0 10px; padding: 0 8px 8px 0; visibility: visible; border: 0; opacity: 1; background: transparent; box-shadow: none; transform: none; }
  .lm-mobile-panel .lm-menu .sub-menu::before { display: none; }
  .lm-mobile-panel .lm-menu .sub-menu li + li { margin: 0; }
  .lm-mobile-panel .lm-menu .sub-menu a { min-height: 32px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #bdc8d7; background: rgba(255,255,255,.045); font-size: 12px; font-weight: 750; line-height: 1.2; letter-spacing: 0; }
  .lm-mobile-panel .lm-menu .sub-menu a::after { display: none; }
  .lm-mobile-meta { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 16px; padding: 0 3px; }
  .lm-mobile-meta a { color: #fff; font-size: 14px; font-weight: 800; }
  .lm-mobile-meta span { color: #91a0b7; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
  .lm-mobile-panel .lm-btn { position: relative; z-index: 1; width: 100%; min-height: 58px; align-self: end; }
}

@media (max-width: 1050px) {
  .lm-intro, .lm-split { grid-template-columns: 1fr; }
  .lm-process { grid-template-columns: 1fr 1fr; }
  .lm-trust-grid { grid-template-columns: 1fr 1fr; }
  .lm-trust-item:nth-child(2) { border-right: 0; }
  .lm-trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--lm-line); }
  .woocommerce .products { grid-template-columns: 1fr 1fr; }
  .lm-catalog-hero-inner { grid-template-columns: 1fr 190px; }
  .lm-catalog-toolbar, .lm-catalog-guide-heading, .lm-catalog-seo-grid { grid-template-columns: 1fr; }
  .lm-catalog-chips { justify-content: flex-start; }
  .lm-catalog-seo-title { position: static; }
}

@media (max-width: 720px) {
  .lm-shell { width: min(100% - 28px, 1320px); }
  .lm-section { padding: 82px 0; }
  .lm-nav { min-height: 78px; }
  .lm-logo { gap: 11px; font-size: clamp(18px, 4.9vw, 21px); }
  .lm-logo-mark { width: 44px; height: 44px; flex-basis: 44px; border-radius: 14px; }
  .lm-lang-switcher { padding: 2px; }
  .lm-lang-switcher a { min-width: 28px; height: 28px; padding: 0 4px; font-size: 9px; }
  .lm-mobile-panel { padding: 103px 18px 20px; gap: 13px; }
  .lm-mobile-panel nav::before { margin: 0 8px 9px; }
  .lm-mobile-panel .lm-menu a { padding-top: 8px; padding-bottom: 8px; font-size: clamp(24px, 7.2vw, 31px); }
  .lm-mobile-meta { padding: 0 8px; }
  .lm-hero-content { padding: 145px 0 55px; }
  .lm-hero h1 { font-size: clamp(38px, 8vw, 52px); }
  .lm-hero-bottom { display: grid; margin-top: 32px; }
  .lm-scroll { display: none; }
  .lm-actions { display: grid; }
  .lm-actions .lm-btn { width: 100%; }
  .lm-trust-grid { grid-template-columns: 1fr 1fr; }
  .lm-trust-item { min-height: 112px; padding: 22px 16px; }
  .lm-trust-item strong { font-size: 21px; }
  .lm-card-grid { display: grid; grid-template-columns: 1fr; }
  .lm-card { grid-column: auto; min-height: 450px !important; }
  .lm-card-arrow { right: 24px; bottom: 24px; width: 50px; height: 50px; }
  .lm-process { grid-template-columns: 1fr; }
  .lm-step { min-height: 260px; }
  .lm-step h3 { margin-top: 60px; }
  .lm-media-frame { min-height: 430px; }
  .lm-cta { padding: 12px; }
  .lm-cta-inner { min-height: 520px; border-radius: 28px; }
  .lm-form-grid { grid-template-columns: 1fr; }
  .lm-field--full { grid-column: auto; }
  .lm-footer-main { grid-template-columns: 1fr; gap: 45px; padding-top: 70px; }
  .lm-footer-bottom { display: grid; }
  .lm-contact-dock { right: 14px; bottom: 14px; }
  .lm-contact-trigger { width: 56px; height: 56px; }
  .woocommerce .products { grid-template-columns: 1fr; }
  .lm-catalog-page .products { grid-template-columns: 1fr; gap: 30px; }
  .lm-catalog-hero { min-height: auto; padding: 126px 0 78px; }
  .lm-catalog-hero-inner { grid-template-columns: 1fr; gap: 34px; }
  .lm-catalog-hero h1 { font-size: clamp(36px, 7.5vw, 48px); }
  .lm-catalog-hero-intro { margin-top: 24px; font-size: 17px; }
  .lm-catalog-hero-mark { display: none; }
  .lm-catalog-products-section { padding: 62px 0 82px; }
  .lm-catalog-toolbar { gap: 28px; }
  .lm-catalog-toolbar h2 { font-size: 34px; }
  .lm-catalog-chips { flex-wrap: nowrap; margin-right: -14px; padding-right: 14px; overflow-x: auto; scrollbar-width: none; }
  .lm-catalog-chips::-webkit-scrollbar { display: none; }
  .lm-catalog-chips a { flex: 0 0 auto; }
  .lm-catalog-loop .products { margin-top: 34px !important; }
  .lm-catalog-card-body > p { min-height: 0; }
  .woocommerce ul.products li.product.lm-catalog-card .woocommerce-loop-product__title { min-height: 0; font-size: 27px !important; }
  .lm-catalog-page ul.products li.product.lm-catalog-card .woocommerce-loop-product__title { min-height: 0; font-size: 27px !important; }
  .lm-catalog-guide { padding: 74px 0; }
  .lm-catalog-guide-heading { gap: 24px; margin-bottom: 40px; }
  .lm-catalog-guide-heading h2 { font-size: 36px; }
  .lm-catalog-guide-grid { grid-template-columns: 1fr; }
  .lm-catalog-guide-grid article { min-height: 270px; padding: 27px; }
  .lm-category-choice-grid article { min-height: 300px; }
  .lm-catalog-guide-grid h3 { margin-top: 58px; }
  .lm-catalog-seo-grid { gap: 34px; }
  .lm-catalog-seo-title .lm-title { font-size: 34px; }
  .lm-catalog-final-cta p { font-size: 17px; }
  .single-product .lm-section { padding: 34px 0 72px; }
  .single-product .product { grid-template-columns: 1fr; gap: 30px; }
  .single-product .lm-product-premium .lm-section { padding: 70px 0; }
  .lm-product-hero { min-height: auto; padding: 126px 0 92px; }
  .lm-product-hero h1 { font-size: clamp(34px, 7vw, 48px); }
  .lm-product-hero-copy > p { margin: 23px 0 30px; font-size: 17px; }
  .lm-product-breadcrumb { margin-bottom: 25px; }
  .lm-product-hero-facts { grid-template-columns: 1fr; gap: 8px; }
  .lm-product-hero-facts > div { grid-template-columns: 38px 1fr; grid-template-areas: "num value" "num label"; padding: 14px 16px; }
  .lm-product-hero-facts strong { font-size: 18px; }
  .lm-product-main-section { padding-bottom: 70px; }
  .lm-product-main-grid { gap: 25px; transform: translateY(-38px); margin-bottom: -38px; }
  .lm-product-gallery-card { padding: 10px; border-radius: 21px; }
  .single-product .lm-product-gallery-card .woocommerce-product-gallery__image img { border-radius: 15px; }
  .single-product .lm-product-gallery-card .flex-control-thumbs { gap: 6px; margin-top: 7px !important; }
  .single-product .lm-product-gallery-card .flex-control-thumbs img { border-radius: 9px; }
  .lm-product-offer { padding: 28px 23px; border-radius: 22px; }
  .lm-product-specs div { grid-template-columns: 120px 1fr; gap: 12px; font-size: 14px; }
  .lm-product-section-heading { gap: 20px; margin-bottom: 38px; }
  .lm-product-section-heading .lm-title, .lm-product-color-copy .lm-title, .lm-product-seo-title .lm-title, .lm-product-faq-heading .lm-title { font-size: 34px; }
  .lm-product-benefits { grid-template-columns: 1fr; }
  .lm-product-benefits article { min-height: 260px; padding: 26px; }
  .lm-product-benefits h3 { margin-top: 58px; }
  .lm-product-story { padding: 70px 0; }
  .lm-product-story-grid { gap: 42px; }
  .lm-product-story-image { min-height: 390px; border-radius: 22px; }
  .lm-product-story-copy h2 { font-size: 35px; }
  .lm-product-order-steps { grid-template-columns: 1fr; }
  .lm-product-order-steps li { min-height: 245px; padding: 26px; }
  .lm-product-order-steps h3 { margin-top: 54px; }
  .lm-product-seo-grid, .lm-product-faq-grid { gap: 36px; }
  .lm-product-faq summary { padding: 22px 48px 22px 0; font-size: 19px; }
  .lm-product-faq summary::after { top: 20px; }
  .lm-product-faq p { margin-right: 0; font-size: 16px; }
  .lm-product-final-cta p { font-size: 17px; }
  .lm-vector-hero { padding: 132px 0 62px; }
  .lm-vector-hero-copy h1 { font-size: clamp(34px, 7vw, 48px); }
  .lm-vector-hero-copy > p { margin: 24px 0 30px; font-size: 17px; }
  .lm-vector-formats { margin-top: 28px; }
  .lm-vector-hero-art { min-height: 380px; width: 100%; }
  .lm-vector-main-shot { inset: 22px 7px 48px 0; border-radius: 22px; }
  .lm-vector-float-shot { right: 0; width: 48%; border-width: 6px; border-radius: 15px; }
  .lm-vector-art-note { top: 0; left: 10px; width: 175px; padding: 12px 14px; }
  .lm-vector-page .lm-section { padding: 70px 0; }
  .lm-vector-heading { gap: 20px; margin-bottom: 38px; }
  .lm-vector-heading .lm-title, .lm-vector-result-copy .lm-title, .lm-vector-faq-title .lm-title { font-size: 34px; }
  .lm-vector-services { grid-template-columns: 1fr; }
  .lm-vector-service, .lm-vector-service:last-child { grid-column: auto; min-height: 280px; padding: 28px; }
  .lm-vector-service h3, .lm-vector-service:last-child h3 { margin-top: 58px; }
  .lm-vector-steps { grid-template-columns: 1fr; }
  .lm-vector-steps li { min-height: 250px; padding: 27px; }
  .lm-vector-steps h3 { margin-top: 56px; }
  .lm-vector-work { height: 300px; border-radius: 19px; }
  .lm-vector-work figcaption { right: 18px; bottom: 16px; left: 18px; font-size: 14px; }
  .lm-vector-result { gap: 40px; }
  .lm-vector-result-image { min-height: 340px; border-radius: 22px; }
  .lm-vector-faq summary { padding: 22px 48px 22px 0; font-size: 19px; }
  .lm-vector-faq summary::after { top: 20px; }
  .lm-vector-faq details p { margin-right: 0; font-size: 16px; }
  .lm-vector-cta p { font-size: 17px; }
}

/* Logo mats landing */
.lm-logo-page { overflow: hidden; background: var(--lm-paper); }
.lm-logo-page figure { margin: 0; }
.lm-logo-page img { display: block; width: 100%; height: 100%; object-fit: cover; }
.lm-logo-hero { position: relative; min-height: 820px; padding: 150px 0 92px; color: var(--lm-white); background: radial-gradient(circle at 78% 18%, rgba(73,198,238,.18), transparent 28%), linear-gradient(135deg, #081123, #101e31); }
.lm-logo-hero::after { position: absolute; right: -9vw; bottom: -32vw; width: 65vw; height: 65vw; border: 1px solid rgba(154,223,114,.16); border-radius: 50%; content: ""; }
.lm-logo-hero-grid { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 86px 86px; mask-image: linear-gradient(to right, transparent, #000 32%, #000); }
.lm-logo-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .85fr) minmax(480px, 1.15fr); align-items: center; gap: clamp(50px, 7vw, 118px); }
.lm-logo-hero-copy { min-width: 0; }
.lm-logo-hero-copy h1 { max-width: 820px; margin: 22px 0 0; font-size: clamp(50px, 4.9vw, 78px); line-height: .96; letter-spacing: -.058em; text-wrap: balance; }
.lm-logo-hero-copy h1 em { color: var(--lm-lime); font-style: normal; }
.lm-logo-hero-copy > p { max-width: 680px; margin: 30px 0; color: #c8d2e1; font-size: 19px; line-height: 1.65; }
.lm-logo-hero-copy .lm-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.lm-logo-hero-copy .lm-btn--ghost { color: #fff; border-color: rgba(255,255,255,.32); }
.lm-logo-hero-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.lm-logo-hero-tags span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #cbd5e3; font-size: 12px; }
.lm-logo-hero-art { position: relative; min-height: 590px; }
.lm-logo-hero-art figure { position: absolute; overflow: hidden; border: 1px solid rgba(255,255,255,.22); background: #1a2639; box-shadow: 0 35px 90px rgba(1,7,18,.5); }
.lm-logo-hero-main { inset: 0 85px 24px 0; border-radius: 40px; transform: rotate(-2deg); }
.lm-logo-hero-side { z-index: 2; right: 0; bottom: 0; width: 43%; height: 43%; border-radius: 28px; transform: rotate(4deg); }
.lm-logo-hero-detail { z-index: 3; top: 26px; right: 6px; width: 34%; height: 27%; border-radius: 24px; transform: rotate(3deg); }
.lm-logo-hero-note { position: absolute; z-index: 4; left: -36px; bottom: 0; display: grid; width: 148px; height: 148px; padding: 22px; align-content: center; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; background: linear-gradient(145deg, rgba(84,161,103,.95), rgba(25,135,197,.95)); box-shadow: 0 20px 45px rgba(25,135,197,.3); }
.lm-logo-hero-note strong { font-size: 39px; line-height: 1; }
.lm-logo-hero-note span { margin-top: 6px; font-size: 11px; line-height: 1.3; }

.lm-logo-intro-section { padding: 110px 0 104px; }
.lm-logo-heading { display: grid; grid-template-columns: minmax(0, .92fr) minmax(340px, .72fr); align-items: end; gap: clamp(45px, 9vw, 150px); }
.lm-logo-heading .lm-title { margin-top: 16px; }
.lm-logo-heading > p, .lm-logo-heading > div:last-child p { margin: 0 0 12px; color: #58667b; font-size: 18px; line-height: 1.72; }
.lm-logo-values { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 64px; }
.lm-logo-values article { min-height: 300px; padding: 30px; border: 1px solid #dde5e2; border-radius: 28px; background: #fff; box-shadow: 0 20px 60px rgba(10,19,36,.08); transition: transform .3s ease, box-shadow .3s ease; }
.lm-logo-values article:hover { transform: translateY(-7px); box-shadow: 0 30px 70px rgba(10,19,36,.13); }
.lm-logo-values span { color: var(--lm-green); font-weight: 800; font-size: 12px; letter-spacing: .16em; }
.lm-logo-values h3 { margin: 82px 0 14px; font-size: 26px; line-height: 1.1; }
.lm-logo-values p { margin: 0; color: #69768a; line-height: 1.65; }

.lm-logo-models-section { position: relative; padding: 105px 0 116px; overflow: hidden; }
.lm-logo-models-section::before { position: absolute; top: -260px; left: 50%; width: 560px; height: 560px; border-radius: 50%; background: rgba(73,198,238,.09); filter: blur(10px); content: ""; }
.lm-logo-models-heading { position: relative; display: grid; grid-template-columns: 1.2fr .65fr; gap: 65px; align-items: end; }
.lm-logo-models-heading > .lm-kicker { grid-column: 1 / -1; margin-bottom: -26px; }
.lm-logo-models-heading h2 { margin: 15px 0 0; color: #fff; font-size: clamp(46px, 4.8vw, 70px); line-height: .98; letter-spacing: -.05em; }
.lm-logo-models-heading p { margin: 0; color: #afbbcd; font-size: 18px; line-height: 1.65; }
.lm-logo-models-grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 60px; }
.lm-logo-model { min-width: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 32px; background: rgba(255,255,255,.05); transition: transform .3s ease, border-color .3s ease; }
.lm-logo-model:hover { transform: translateY(-7px); border-color: rgba(154,223,114,.5); }
.lm-logo-model > a { display: grid; grid-template-columns: minmax(190px, .84fr) minmax(0, 1fr); min-height: 365px; color: #fff; text-decoration: none; }
.lm-logo-model figure { position: relative; min-height: 330px; overflow: hidden; }
.lm-logo-model figure img { transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.lm-logo-model:hover figure img { transform: scale(1.055); }
.lm-logo-model figure span { position: absolute; top: 18px; right: 18px; display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(8,17,35,.42); backdrop-filter: blur(12px); font-size: 22px; }
.lm-logo-model-copy { display: flex; min-width: 0; padding: 31px; flex-direction: column; justify-content: center; }
.lm-logo-model-copy small { color: var(--lm-lime); font-weight: 800; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.lm-logo-model-copy h3 { margin: 13px 0; font-size: 29px; line-height: 1.08; overflow-wrap: anywhere; }
.lm-logo-model-copy p { margin: 0; color: #b9c3d2; font-size: 15px; line-height: 1.6; }
.lm-logo-model-copy > div { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.lm-logo-model-copy em { padding: 7px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #d7deea; font-size: 10px; font-style: normal; }

.lm-logo-choice-section { padding: 108px 0; }
.lm-logo-choice-list { margin-top: 60px; border-top: 1px solid #ccd6d3; }
.lm-logo-choice-list article { display: grid; grid-template-columns: 150px minmax(280px, .75fr) minmax(310px, 1fr) 150px; gap: 28px; align-items: center; padding: 32px 0; border-bottom: 1px solid #ccd6d3; }
.lm-logo-choice-list span { color: var(--lm-green); font-weight: 800; font-size: 12px; letter-spacing: .12em; }
.lm-logo-choice-list h3 { margin: 0; font-size: 24px; line-height: 1.2; }
.lm-logo-choice-list p { margin: 0; color: #667388; line-height: 1.65; }
.lm-logo-choice-list a { color: var(--lm-ink); font-weight: 800; font-size: 13px; text-decoration: none; }

.lm-logo-process-section { padding: 102px 0 110px; }
.lm-logo-process-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 70px; align-items: end; }
.lm-logo-process-heading h2 { margin: 15px 0 0; color: #fff; font-size: clamp(44px, 4.4vw, 64px); line-height: 1; letter-spacing: -.045em; }
.lm-logo-process-heading p { margin: 0; color: #aeb9cb; font-size: 18px; line-height: 1.65; }
.lm-logo-process { display: grid; margin: 58px 0 0; padding: 0; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; list-style: none; }
.lm-logo-process li { min-height: 275px; padding: 27px; border: 1px solid rgba(255,255,255,.15); border-radius: 26px; background: rgba(255,255,255,.04); }
.lm-logo-process span { color: var(--lm-lime); font-weight: 800; font-size: 12px; letter-spacing: .15em; }
.lm-logo-process h3 { margin: 78px 0 13px; color: #fff; font-size: 22px; }
.lm-logo-process p { margin: 0; color: #aeb9cb; font-size: 14px; line-height: 1.65; }

.lm-logo-gallery-section { padding: 105px 0; }
.lm-logo-gallery-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr); gap: 65px; align-items: end; }
.lm-logo-gallery-heading .lm-kicker { grid-column: 1 / -1; }
.lm-logo-gallery-heading .lm-title { margin: -2px 0 0; }
.lm-logo-gallery-heading .lm-lead { margin: 0; }
.lm-logo-gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 210px; gap: 14px; margin-top: 55px; }
.lm-logo-gallery figure { grid-column: span 4; overflow: hidden; border-radius: 24px; box-shadow: 0 20px 55px rgba(10,19,36,.12); }
.lm-logo-gallery figure:first-child { grid-column: span 7; grid-row: span 2; }
.lm-logo-gallery figure:nth-child(2) { grid-column: span 5; }
.lm-logo-gallery figure:nth-child(3) { grid-column: span 5; }
.lm-logo-gallery figure:nth-child(4) { grid-column: span 4; }
.lm-logo-gallery figure:nth-child(5) { grid-column: span 4; }
.lm-logo-gallery figure:nth-child(6) { grid-column: span 4; }
.lm-logo-gallery figure:nth-child(5) img { object-position: center 82%; }
.lm-logo-gallery figure:nth-child(6) img { object-position: center 78%; }
.lm-logo-gallery img { transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.lm-logo-gallery figure:hover img { transform: scale(1.045); }

.lm-logo-vector-section { padding: 34px 0 110px; }
.lm-logo-vector-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); overflow: hidden; border-radius: 34px; background: #fff; box-shadow: 0 30px 85px rgba(10,19,36,.12); }
.lm-logo-vector-image { min-height: 570px; }
.lm-logo-vector-copy { display: flex; padding: clamp(45px, 7vw, 95px); flex-direction: column; align-items: flex-start; justify-content: center; }
.lm-logo-vector-copy h2 { margin: 17px 0 22px; font-size: clamp(40px, 4vw, 58px); line-height: 1; letter-spacing: -.045em; }
.lm-logo-vector-copy p { margin: 0; color: #617087; font-size: 18px; line-height: 1.7; }
.lm-logo-vector-copy .lm-btn { margin-top: 31px; }

.lm-logo-seo-section { padding: 106px 0; background: #eaf1ef; }
.lm-logo-seo-grid { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1fr); gap: clamp(55px, 9vw, 150px); }
.lm-logo-seo-title { position: sticky; top: 130px; align-self: start; }
.lm-logo-seo-title .lm-title { margin-top: 17px; }
.lm-logo-seo-copy p { margin: 0 0 25px; color: #526178; font-size: 17px; line-height: 1.78; }
.lm-logo-seo-copy h3 { margin: 48px 0 16px; font-size: 29px; line-height: 1.15; }
.lm-logo-faq-section { padding: 106px 0; }
.lm-logo-final-cta .lm-cta-inner { min-height: 610px; }

/* Contacts */
.lm-contact-page { overflow: hidden; background: var(--lm-paper); }
.lm-contact-hero { position: relative; min-height: 820px; padding: 150px 0 90px; overflow: hidden; color: #fff; background: radial-gradient(circle at 79% 20%, rgba(73,198,238,.2), transparent 29%), linear-gradient(135deg, #081123, #101e31); }
.lm-contact-hero::after { position: absolute; right: -18vw; bottom: -34vw; width: 70vw; height: 70vw; border: 1px solid rgba(154,223,114,.16); border-radius: 50%; content: ""; }
.lm-contact-hero-grid { position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 86px 86px; mask-image: linear-gradient(to right, #000, transparent 77%); }
.lm-contact-hero-inner { position: relative; z-index: 1; display: grid; min-height: 570px; grid-template-columns: minmax(0, .87fr) minmax(500px, 1.13fr); gap: clamp(50px, 8vw, 120px); align-items: center; }
.lm-contact-hero-copy h1 { max-width: 720px; margin: 22px 0 0; font-size: clamp(50px, 4.9vw, 78px); line-height: .96; letter-spacing: -.058em; }
.lm-contact-hero-copy h1 em { color: var(--lm-lime); font-style: normal; }
.lm-contact-hero-copy > p:not(.lm-contact-hero-hours) { max-width: 640px; margin: 30px 0; color: #c2ccdc; font-size: 19px; line-height: 1.65; }
.lm-contact-hero-copy .lm-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.lm-contact-hero-copy .lm-btn--ghost { color: #fff; border-color: rgba(255,255,255,.3); }
.lm-contact-hero-hours { display: flex; margin: 24px 0 0; align-items: center; gap: 9px; color: #b9c5d5; font-size: 13px; }
.lm-contact-hero-hours span { display: block; width: 9px; height: 9px; border-radius: 50%; background: var(--lm-lime); box-shadow: 0 0 0 7px rgba(154,223,114,.12); }
.lm-contact-hero-visual { position: relative; min-height: 570px; }
.lm-contact-orbit { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.lm-contact-orbit--one { inset: 12% 4% 7% 13%; }
.lm-contact-orbit--two { inset: 25% 17% 21% 27%; border-color: rgba(154,223,114,.2); }
.lm-contact-float { position: absolute; z-index: 2; display: flex; padding: 23px 25px; flex-direction: column; border: 1px solid rgba(255,255,255,.21); border-radius: 24px; color: #fff; background: rgba(20,32,51,.75); box-shadow: 0 28px 65px rgba(1,7,18,.42); backdrop-filter: blur(18px); text-decoration: none; transition: transform .3s ease, border-color .3s ease; }
a.lm-contact-float:hover { transform: translateY(-6px); border-color: rgba(154,223,114,.55); }
.lm-contact-float small { color: var(--lm-lime); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.lm-contact-float strong { margin-top: 9px; font-size: 25px; line-height: 1.1; }
.lm-contact-float span { margin-top: 8px; color: #aeb9ca; font-size: 12px; }
.lm-contact-float--phone { top: 42px; right: 5px; width: 69%; transform: rotate(2deg); }
.lm-contact-float--mail { left: 0; bottom: 44px; width: 72%; transform: rotate(-2deg); }
.lm-contact-float--status { right: 7px; bottom: 95px; width: auto; padding: 14px 17px; flex-direction: row; align-items: center; gap: 8px; border-radius: 999px; }
.lm-contact-float--status i { display: block; width: 8px; height: 8px; border-radius: 50%; background: var(--lm-lime); box-shadow: 0 0 15px var(--lm-lime); }
.lm-contact-float--status span { margin: 0; color: #fff; }
.lm-contact-visual-mark { position: absolute; z-index: 1; top: 185px; left: 24%; display: flex; align-items: center; gap: 18px; transform: rotate(-5deg); }
.lm-contact-visual-mark span { display: grid; width: 92px; height: 92px; place-items: center; overflow: hidden; border: 1px solid rgba(255,255,255,.25); border-radius: 28px; background: #fff; box-shadow: 0 20px 55px rgba(25,135,197,.3); }
.lm-contact-visual-mark span img { display: block; width: 100%; height: 100%; object-fit: cover; }
.lm-contact-visual-mark b { font-size: 19px; line-height: 1.25; }

.lm-contact-channels-section { padding: 108px 0 116px; }
.lm-contact-heading { display: grid; grid-template-columns: minmax(0, .95fr) minmax(330px, .7fr); gap: clamp(45px, 9vw, 150px); align-items: end; }
.lm-contact-heading .lm-title { margin-top: 16px; }
.lm-contact-heading > p { margin: 0; color: #5e6c81; font-size: 18px; line-height: 1.72; }
.lm-contact-channels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 60px; }
.lm-contact-channel { display: flex; min-width: 0; min-height: 390px; padding: 31px; flex-direction: column; align-items: flex-start; border: 1px solid #dce5e2; border-radius: 30px; color: var(--lm-ink); background: #fff; box-shadow: 0 22px 60px rgba(10,19,36,.08); text-decoration: none; transition: transform .3s ease, box-shadow .3s ease; }
a.lm-contact-channel:hover { transform: translateY(-7px); box-shadow: 0 32px 70px rgba(10,19,36,.14); }
.lm-contact-channel--primary { color: #fff; border-color: transparent; background: linear-gradient(145deg, #101d32, #18364a); }
.lm-contact-icon { display: grid; width: 51px; height: 51px; place-items: center; border: 1px solid rgba(10,19,36,.14); border-radius: 17px; background: #eef5f2; }
.lm-contact-channel--primary .lm-contact-icon { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.08); }
.lm-contact-icon svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.lm-contact-channel small { margin-top: 61px; color: var(--lm-green); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.lm-contact-channel--primary small { color: var(--lm-lime); }
.lm-contact-channel strong { margin-top: 12px; font-size: clamp(22px, 2vw, 30px); line-height: 1.15; overflow-wrap: anywhere; }
.lm-contact-channel p { margin: 16px 0 0; color: #667489; font-size: 15px; line-height: 1.65; }
.lm-contact-channel--primary p { color: #b7c2d2; }
.lm-contact-channel > b { margin-top: auto; padding-top: 25px; font-size: 13px; }
.lm-contact-channel--messengers > div { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; padding-top: 25px; }
.lm-contact-channel--messengers a { padding: 9px 12px; border: 1px solid #d7e0dd; border-radius: 999px; color: var(--lm-ink); font-size: 12px; font-weight: 800; text-decoration: none; }

.lm-contact-schedule-section { padding: 108px 0; }
.lm-contact-schedule-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(520px, 1.2fr); gap: clamp(55px, 9vw, 140px); align-items: center; }
.lm-contact-schedule-copy h2 { margin: 17px 0 22px; color: #fff; font-size: clamp(44px, 4.3vw, 64px); line-height: 1; letter-spacing: -.048em; }
.lm-contact-schedule-copy p { max-width: 600px; margin: 0; color: #aeb9ca; font-size: 18px; line-height: 1.65; }
.lm-contact-times { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.lm-contact-times article { min-height: 310px; padding: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: 28px; background: rgba(255,255,255,.045); }
.lm-contact-times span { color: var(--lm-lime); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.lm-contact-times strong { display: block; margin-top: 98px; color: #fff; font-size: clamp(31px, 3vw, 47px); line-height: 1; letter-spacing: -.04em; }
.lm-contact-times p { margin: 12px 0 0; color: #aeb9ca; }

.lm-contact-delivery-section { padding: 108px 0 44px; }
.lm-contact-delivery-card { display: grid; min-height: 600px; grid-template-columns: minmax(0, 1fr) minmax(420px, .8fr); gap: 55px; align-items: center; padding: clamp(45px, 7vw, 95px); overflow: hidden; border-radius: 38px; background: linear-gradient(135deg, #e7f1ed, #edf7fa); box-shadow: 0 32px 85px rgba(10,19,36,.11); }
.lm-contact-delivery-copy h2 { max-width: 850px; margin: 17px 0 24px; font-size: clamp(44px, 4.3vw, 64px); line-height: 1; letter-spacing: -.048em; }
.lm-contact-delivery-copy p { max-width: 760px; margin: 0; color: #5d6b80; font-size: 18px; line-height: 1.72; }
.lm-contact-delivery-copy .lm-btn { margin-top: 31px; }
.lm-contact-delivery-visual { position: relative; display: grid; min-height: 390px; place-items: center; border: 1px solid rgba(10,19,36,.1); border-radius: 50%; background: radial-gradient(circle at 34% 30%, rgba(154,223,114,.55), rgba(73,198,238,.25) 55%, transparent 56%); }
.lm-contact-delivery-visual > span { color: rgba(11,19,36,.08); font-size: 160px; font-weight: 800; letter-spacing: -.1em; }
.lm-contact-delivery-visual > div { position: absolute; display: flex; padding: 22px 25px; flex-direction: column; border-radius: 22px; color: #fff; background: #0f1c30; box-shadow: 0 22px 60px rgba(10,19,36,.25); }
.lm-contact-delivery-visual b { font-size: 22px; }
.lm-contact-delivery-visual small { margin-top: 5px; color: #b4c0d0; }
.lm-contact-delivery-visual i { position: absolute; width: 12px; height: 12px; border: 3px solid #fff; border-radius: 50%; background: var(--lm-blue); box-shadow: 0 0 0 7px rgba(25,135,197,.15); }
.lm-contact-delivery-visual i:nth-of-type(1) { top: 21%; left: 25%; }
.lm-contact-delivery-visual i:nth-of-type(2) { top: 32%; right: 22%; }
.lm-contact-delivery-visual i:nth-of-type(3) { right: 32%; bottom: 18%; }

.lm-contact-sites-section { padding: 85px 0 112px; }
.lm-contact-sites { margin-top: 58px; border-top: 1px solid #ccd6d3; }
.lm-contact-sites > a { display: grid; grid-template-columns: 100px minmax(0, 1fr) 170px; gap: 25px; align-items: center; padding: 32px 0; border-bottom: 1px solid #ccd6d3; color: var(--lm-ink); text-decoration: none; transition: padding .3s ease; }
.lm-contact-sites > a:hover { padding-left: 13px; }
.lm-contact-sites span { color: var(--lm-green); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.lm-contact-sites strong { font-size: clamp(26px, 3vw, 43px); letter-spacing: -.035em; }
.lm-contact-sites b { text-align: right; font-size: 13px; }
.lm-contact-final-cta .lm-cta-inner { min-height: 590px; }

@media (max-width: 1050px) {
  .lm-contact-hero-inner { grid-template-columns: minmax(0, 1fr) minmax(390px, .8fr); gap: 40px; }
  .lm-contact-hero-visual { min-height: 520px; }
  .lm-contact-channels { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .lm-contact-channel--messengers { grid-column: 1 / -1; min-height: 310px; }
  .lm-contact-schedule-grid { grid-template-columns: minmax(0, 1fr); }
  .lm-contact-delivery-card { grid-template-columns: minmax(0, 1fr) minmax(340px, .65fr); }
}

@media (max-width: 760px) {
  .lm-contact-hero { min-height: auto; padding: 116px 0 68px; }
  .lm-contact-hero-inner, .lm-contact-heading, .lm-contact-delivery-card { grid-template-columns: minmax(0, 1fr); }
  .lm-contact-hero-copy h1 { font-size: clamp(36px, 7vw, 48px); }
  .lm-contact-hero-visual { min-height: 480px; margin-top: 5px; }
  .lm-contact-float--phone { width: 82%; }
  .lm-contact-float--mail { width: 84%; }
  .lm-contact-visual-mark { left: 8%; }
  .lm-contact-heading { gap: 24px; }
  .lm-contact-channels { grid-template-columns: minmax(0, 1fr); margin-top: 38px; }
  .lm-contact-channel--messengers { grid-column: auto; }
  .lm-contact-times { grid-template-columns: minmax(0, 1fr); }
  .lm-contact-delivery-visual { min-height: 340px; }
}

@media (max-width: 1050px) {
  .lm-logo-hero-inner { grid-template-columns: minmax(0, 1fr) minmax(390px, .8fr); gap: 40px; }
  .lm-logo-hero-art { min-height: 520px; }
  .lm-logo-hero-main { right: 55px; }
  .lm-logo-values { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lm-logo-model > a { grid-template-columns: 1fr; }
  .lm-logo-model figure { min-height: 290px; }
  .lm-logo-choice-list article { grid-template-columns: 110px minmax(240px, .8fr) 1fr; }
  .lm-logo-choice-list a { grid-column: 2 / -1; }
  .lm-logo-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .lm-logo-hero { min-height: auto; padding: 116px 0 70px; }
  .lm-logo-hero-inner, .lm-logo-heading, .lm-logo-models-heading, .lm-logo-process-heading, .lm-logo-gallery-heading, .lm-logo-vector-grid, .lm-logo-seo-grid { grid-template-columns: minmax(0, 1fr); }
  .lm-logo-hero-copy h1 { font-size: clamp(36px, 7vw, 48px); }
  .lm-logo-hero-art { min-height: 480px; margin-top: 12px; }
  .lm-logo-hero-main { inset: 0 28px 45px 0; }
  .lm-logo-hero-side { right: 2px; width: 45%; height: 38%; }
  .lm-logo-hero-detail { right: 0; width: 38%; }
  .lm-logo-hero-note { left: -7px; bottom: 12px; width: 118px; height: 118px; padding: 18px; }
  .lm-logo-hero-note strong { font-size: 30px; }
  .lm-logo-heading, .lm-logo-models-heading, .lm-logo-process-heading, .lm-logo-gallery-heading { gap: 25px; }
  .lm-logo-models-heading > .lm-kicker { margin-bottom: 0; }
  .lm-logo-values, .lm-logo-models-grid { grid-template-columns: minmax(0, 1fr); }
  .lm-logo-values article { min-height: 240px; }
  .lm-logo-values h3 { margin-top: 48px; }
  .lm-logo-choice-list article { grid-template-columns: minmax(0, 1fr); gap: 12px; padding: 27px 0; }
  .lm-logo-choice-list a { grid-column: auto; margin-top: 5px; }
  .lm-logo-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 230px; }
  .lm-logo-gallery figure, .lm-logo-gallery figure:first-child, .lm-logo-gallery figure:nth-child(2), .lm-logo-gallery figure:nth-child(3), .lm-logo-gallery figure:nth-child(4), .lm-logo-gallery figure:nth-child(5), .lm-logo-gallery figure:nth-child(6) { grid-column: span 1; grid-row: span 1; }
  .lm-logo-gallery figure:first-child { grid-column: 1 / -1; grid-row: span 2; }
  .lm-logo-vector-image { min-height: 420px; }
  .lm-logo-seo-title { position: static; }
}

@media (max-width: 600px) {
  .lm-shell { width: calc(100% - 28px); }
  .lm-nav { min-width: 0; min-height: 72px; gap: 12px; }
  .lm-logo { min-width: 0; gap: 8px; padding: 0; font-size: clamp(17px, 4.7vw, 19px); white-space: nowrap; }
  .lm-logo-mark { width: 40px; height: 40px; flex: 0 0 40px; padding: 2px; border-radius: 12px; }
  .lm-logo-mark img { border-radius: 9px; }
  .lm-menu-toggle { width: 44px; height: 44px; border-radius: 14px; }

  .lm-hero h1,
  .lm-page-hero h1,
  .lm-catalog-hero h1,
  .lm-vector-hero-copy h1,
  .lm-logo-hero-copy h1,
  .lm-contact-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(32px, 9.5vw, 40px);
    line-height: 1;
    letter-spacing: -.045em;
    overflow-wrap: anywhere;
  }

  .lm-title,
  .lm-catalog-toolbar h2,
  .lm-catalog-guide-heading h2,
  .lm-catalog-seo-title .lm-title,
  .lm-vector-heading .lm-title,
  .lm-vector-result-copy .lm-title,
  .lm-vector-faq-title .lm-title,
  .lm-factory-copy h2,
  .lm-cta h2 {
    font-size: 30px;
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .single-product .lm-product-premium,
  .single-product .lm-product-hero,
  .single-product .lm-product-hero-inner,
  .single-product .lm-product-hero-copy,
  .single-product .lm-product-hero-facts,
  .single-product .lm-product-main-grid,
  .single-product .lm-product-gallery-card,
  .single-product .lm-product-offer,
  .single-product .lm-product-section-heading > *,
  .single-product .lm-product-story-grid > *,
  .single-product .lm-product-seo-grid > *,
  .single-product .lm-product-faq-grid > * { min-width: 0; }

  .lm-product-hero { padding: 108px 0 68px; }
  .lm-product-breadcrumb { display: none; }
  .lm-product-hero .lm-kicker { max-width: 100%; margin-bottom: 13px; font-size: 10px; letter-spacing: .12em; }
  .lm-product-hero h1 {
    max-width: 100%;
    font-size: clamp(30px, 8.8vw, 38px);
    line-height: 1;
    letter-spacing: -.045em;
    overflow-wrap: anywhere;
    hyphens: auto;
    text-wrap: balance;
  }
  .lm-product-hero-copy > p { max-width: 100%; margin: 20px 0 26px; font-size: 16px; line-height: 1.52; overflow-wrap: anywhere; }
  .lm-product-hero-copy .lm-actions { width: 100%; gap: 9px; }
  .lm-product-hero-copy .lm-btn { width: 100%; min-height: 54px; padding-inline: 17px; font-size: 15px; }
  .lm-product-hero-facts { margin-top: 30px; }
  .lm-product-hero-facts > div { grid-template-columns: 34px minmax(0, 1fr); column-gap: 10px; padding: 13px 14px; }
  .lm-product-hero-facts strong { font-size: 16px; line-height: 1.22; overflow-wrap: anywhere; }
  .lm-product-hero-facts small { font-size: 11px; }

  .lm-product-main-section { padding-bottom: 54px; }
  .lm-product-main-grid { gap: 19px; transform: translateY(-28px); margin-bottom: -28px; }
  .lm-product-gallery-card { padding: 8px; }
  .single-product .lm-product-gallery-card .flex-control-thumbs { grid-template-columns: repeat(4, 1fr); }
  .lm-product-offer { padding: 25px 20px; }
  .lm-product-offer h2 { font-size: 30px; line-height: 1.04; overflow-wrap: anywhere; }
  .lm-product-intro p { margin-top: 19px; font-size: 16px; }
  .lm-product-price-panel { grid-template-columns: 1fr; gap: 8px; padding: 16px; }
  .lm-product-price-panel > div { justify-content: flex-start; flex-wrap: wrap; text-align: left; }
  .lm-product-price-panel strong { font-size: 28px; }
  .lm-product-specs { margin: 24px 0; }
  .lm-product-specs div { grid-template-columns: 96px minmax(0, 1fr); gap: 10px; padding: 10px 0; font-size: 13px; }
  .lm-product-specs dt, .lm-product-specs dd { min-width: 0; overflow-wrap: anywhere; }
  .lm-product-offer-note { font-size: 12px; }

  .single-product .lm-product-premium .lm-section { padding: 58px 0; }
  .lm-product-section-heading { gap: 17px; margin-bottom: 30px; }
  .lm-product-section-heading .lm-title,
  .lm-product-color-copy .lm-title,
  .lm-product-seo-title .lm-title,
  .lm-product-faq-heading .lm-title { font-size: 30px; line-height: 1.04; overflow-wrap: anywhere; }
  .lm-product-section-heading .lm-lead { margin-top: 0; font-size: 16px; }
  .lm-product-benefits article { min-height: 225px; padding: 23px; }
  .lm-product-benefits h3 { margin-top: 45px; font-size: 23px; overflow-wrap: anywhere; }
  .lm-product-story { padding: 58px 0; }
  .lm-product-story-grid { gap: 32px; }
  .lm-product-story-image { min-height: 310px; }
  .lm-product-story-copy h2 { font-size: 31px; line-height: 1.04; overflow-wrap: anywhere; }
  .lm-product-story-copy p { margin-top: 19px; font-size: 16px; }
  .lm-product-use-cases { margin-top: 22px; }
  .lm-product-story-copy .lm-btn { width: 100%; margin-top: 25px; padding-inline: 16px; font-size: 14px; }
  .lm-product-order-steps li { min-height: 220px; padding: 23px; }
  .lm-product-order-steps h3 { margin-top: 43px; font-size: 22px; }
  .lm-product-seo-grid, .lm-product-faq-grid { gap: 27px; }
  .lm-product-seo-copy h2 { font-size: 27px; line-height: 1.08; overflow-wrap: anywhere; }
  .lm-product-seo-copy p { font-size: 16px; line-height: 1.68; }
  .lm-product-faq summary { padding: 19px 44px 19px 0; font-size: 17px; }
  .lm-product-faq summary::after { top: 17px; width: 31px; height: 31px; }
  .lm-product-final-cta .lm-cta-inner { min-height: 460px; padding: 38px 21px; }
  .lm-product-final-cta h2 { font-size: 31px; line-height: 1.04; overflow-wrap: anywhere; }
  .lm-product-final-cta p { margin-top: 0; font-size: 16px; }

  .lm-logo-hero { padding-top: 104px; }
  .lm-logo-hero-copy h1 { max-width: 100%; font-size: clamp(32px, 9.5vw, 40px); overflow-wrap: anywhere; }
  .lm-logo-hero-copy > p { margin: 22px 0 25px; font-size: 16px; line-height: 1.55; }
  .lm-logo-hero-copy .lm-actions, .lm-logo-hero-copy .lm-btn { width: 100%; }
  .lm-logo-hero-art { min-height: 390px; }
  .lm-logo-hero-main { right: 18px; bottom: 36px; border-radius: 25px; }
  .lm-logo-hero-side { width: 44%; height: 34%; border-radius: 19px; }
  .lm-logo-hero-detail { top: 16px; width: 34%; height: 24%; border-radius: 16px; }
  .lm-logo-hero-note { width: 102px; height: 102px; }
  .lm-logo-intro-section, .lm-logo-models-section, .lm-logo-choice-section, .lm-logo-process-section, .lm-logo-gallery-section, .lm-logo-seo-section, .lm-logo-faq-section { padding: 68px 0; }
  .lm-logo-heading .lm-title, .lm-logo-gallery-heading .lm-title, .lm-logo-seo-title .lm-title, .lm-logo-faq-section .lm-title { font-size: 30px; line-height: 1.05; overflow-wrap: anywhere; }
  .lm-logo-heading > p, .lm-logo-heading > div:last-child p { font-size: 16px; }
  .lm-logo-values { margin-top: 34px; }
  .lm-logo-values article { min-height: 220px; padding: 23px; border-radius: 23px; }
  .lm-logo-models-heading h2, .lm-logo-process-heading h2 { font-size: 32px; line-height: 1.04; overflow-wrap: anywhere; }
  .lm-logo-models-heading p, .lm-logo-process-heading p { font-size: 16px; }
  .lm-logo-models-grid { margin-top: 36px; }
  .lm-logo-model { border-radius: 24px; }
  .lm-logo-model > a { min-height: 0; }
  .lm-logo-model figure { min-height: 250px; }
  .lm-logo-model-copy { padding: 23px; }
  .lm-logo-model-copy h3 { font-size: 25px; }
  .lm-logo-choice-list { margin-top: 34px; }
  .lm-logo-choice-list h3 { font-size: 22px; overflow-wrap: anywhere; }
  .lm-logo-process { grid-template-columns: minmax(0, 1fr); margin-top: 35px; }
  .lm-logo-process li { min-height: 220px; padding: 23px; }
  .lm-logo-process h3 { margin-top: 48px; }
  .lm-logo-gallery { grid-template-columns: minmax(0, 1fr); grid-auto-rows: 270px; margin-top: 34px; }
  .lm-logo-gallery figure, .lm-logo-gallery figure:first-child { grid-column: auto; grid-row: auto; border-radius: 20px; }
  .lm-logo-vector-section { padding: 18px 0 68px; }
  .lm-logo-vector-grid { border-radius: 24px; }
  .lm-logo-vector-image { min-height: 315px; }
  .lm-logo-vector-copy { padding: 30px 23px; }
  .lm-logo-vector-copy h2 { font-size: 32px; line-height: 1.04; overflow-wrap: anywhere; }
  .lm-logo-vector-copy p, .lm-logo-seo-copy p { font-size: 16px; }
  .lm-logo-vector-copy .lm-btn { width: 100%; }
  .lm-logo-seo-copy h3 { margin-top: 36px; font-size: 25px; }
  .lm-logo-final-cta .lm-cta-inner { min-height: 460px; }

  .lm-contact-hero { padding-top: 104px; }
  .lm-contact-hero-copy h1 { max-width: 100%; font-size: clamp(32px, 9.5vw, 40px); overflow-wrap: anywhere; }
  .lm-contact-hero-copy > p:not(.lm-contact-hero-hours) { margin: 22px 0 25px; font-size: 16px; line-height: 1.55; }
  .lm-contact-hero-copy .lm-actions, .lm-contact-hero-copy .lm-btn { width: 100%; }
  .lm-contact-hero-visual { min-height: 405px; }
  .lm-contact-float { padding: 18px; border-radius: 19px; }
  .lm-contact-float strong { font-size: 19px; overflow-wrap: anywhere; }
  .lm-contact-float--phone { top: 25px; width: 90%; }
  .lm-contact-float--mail { bottom: 32px; width: 90%; }
  .lm-contact-float--status { right: 0; bottom: 133px; width: auto; padding: 11px 13px; }
  .lm-contact-visual-mark { top: 151px; left: 4%; }
  .lm-contact-visual-mark span { width: 68px; height: 68px; border-radius: 21px; font-size: 23px; }
  .lm-contact-visual-mark b { font-size: 15px; }
  .lm-contact-channels-section, .lm-contact-schedule-section, .lm-contact-delivery-section, .lm-contact-sites-section { padding: 68px 0; }
  .lm-contact-heading .lm-title { font-size: 30px; line-height: 1.05; overflow-wrap: anywhere; }
  .lm-contact-heading > p { font-size: 16px; }
  .lm-contact-channel { min-height: 340px; padding: 23px; border-radius: 24px; }
  .lm-contact-channel small { margin-top: 45px; }
  .lm-contact-channel strong { font-size: 23px; }
  .lm-contact-schedule-copy h2, .lm-contact-delivery-copy h2 { font-size: 32px; line-height: 1.04; overflow-wrap: anywhere; }
  .lm-contact-schedule-copy p, .lm-contact-delivery-copy p { font-size: 16px; }
  .lm-contact-times article { min-height: 230px; padding: 23px; }
  .lm-contact-times strong { margin-top: 55px; font-size: 30px; }
  .lm-contact-delivery-card { width: calc(100% - 28px); min-height: 0; gap: 35px; padding: 28px 22px; border-radius: 25px; }
  .lm-contact-delivery-copy .lm-btn { width: 100%; }
  .lm-contact-delivery-visual { min-height: 285px; }
  .lm-contact-delivery-visual > span { font-size: 112px; }
  .lm-contact-sites { margin-top: 35px; }
  .lm-contact-sites > a { grid-template-columns: 38px minmax(0, 1fr); gap: 12px; padding: 25px 0; }
  .lm-contact-sites strong { font-size: 23px; overflow-wrap: anywhere; }
  .lm-contact-sites b { grid-column: 2; text-align: left; }
  .lm-contact-final-cta .lm-cta-inner { min-height: 460px; }
}

/* How to order */
.lm-order-page { overflow: hidden; background: var(--lm-paper); }
.lm-order-hero { position: relative; min-height: 820px; padding: 150px 0 88px; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 16%, rgba(73,198,238,.19), transparent 29%), linear-gradient(135deg, #071124, #102138); }
.lm-order-hero::after { position: absolute; right: -13vw; bottom: -34vw; width: 70vw; height: 70vw; border: 1px solid rgba(154,223,114,.15); border-radius: 50%; content: ""; }
.lm-order-hero-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 86px 86px; mask-image: linear-gradient(to right, transparent, #000 30%, #000); }
.lm-order-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.88fr) minmax(480px,1.12fr); align-items: center; gap: clamp(50px,7vw,118px); }
.lm-order-hero-copy h1 { max-width: 820px; margin: 22px 0 0; font-size: clamp(50px,4.9vw,78px); line-height: .96; letter-spacing: -.058em; text-wrap: balance; }
.lm-order-hero-copy h1 em { display: block; color: var(--lm-lime); font-style: normal; }
.lm-order-hero-copy > p { max-width: 670px; margin: 30px 0; color: #c7d1df; font-size: 19px; line-height: 1.65; }
.lm-order-hero-copy .lm-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.lm-order-hero-copy .lm-btn--ghost { color: #fff; border-color: rgba(255,255,255,.3); }
.lm-order-hero-notes { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.lm-order-hero-notes span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #cbd5e3; font-size: 12px; }
.lm-order-board { padding: 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 34px; background: rgba(14,30,51,.76); box-shadow: 0 38px 100px rgba(0,0,0,.35); backdrop-filter: blur(22px); transform: rotate(2deg); }
.lm-order-board-head, .lm-order-board-foot { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 20px; }
.lm-order-board-head span { font-size: 17px; font-weight: 800; }
.lm-order-board-head b { padding: 7px 10px; border-radius: 999px; color: var(--lm-lime); background: rgba(154,223,114,.1); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.lm-order-board ol { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.lm-order-board li { display: grid; grid-template-columns: 42px minmax(0,1fr) 38px; align-items: center; gap: 13px; padding: 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; color: #d5deea; background: rgba(255,255,255,.035); }
.lm-order-board li.is-active { border-color: rgba(154,223,114,.35); background: linear-gradient(110deg,rgba(84,161,103,.18),rgba(73,198,238,.08)); }
.lm-order-board li > span, .lm-order-board li > i { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: var(--lm-lime); background: rgba(255,255,255,.07); font-size: 11px; font-style: normal; font-weight: 850; }
.lm-order-board li > i { color: #fff; font-size: 15px; }
.lm-order-board li strong, .lm-order-board li small { display: block; }
.lm-order-board li strong { font-size: 16px; }
.lm-order-board li small { margin-top: 3px; color: #8fa0b5; font-size: 11px; }
.lm-order-board-foot { color: #aeb9c9; font-size: 11px; }
.lm-order-board-foot span { display: flex; align-items: center; gap: 8px; }
.lm-order-board-foot span i { width: 7px; height: 7px; border-radius: 50%; background: var(--lm-lime); box-shadow: 0 0 18px var(--lm-lime); }
.lm-order-board-foot a { color: #fff; font-weight: 800; text-decoration: none; }
.lm-order-brief-section { padding: 105px 0; }
.lm-order-heading, .lm-order-process-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.62fr); align-items: end; gap: 70px; }
.lm-order-heading .lm-title { margin-top: 16px; }
.lm-order-heading > p, .lm-order-process-heading > p { margin: 0; color: #59677b; font-size: 18px; line-height: 1.7; }
.lm-order-brief-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin-top: 55px; }
.lm-order-brief-grid article { min-height: 330px; padding: 28px; border: 1px solid #dce4e1; border-radius: 28px; background: rgba(255,255,255,.76); box-shadow: 0 18px 55px rgba(14,30,51,.06); }
.lm-order-brief-grid article > span { color: var(--lm-green); font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.lm-order-brief-grid h3 { margin: 105px 0 15px; font-size: 25px; line-height: 1.08; letter-spacing: -.035em; }
.lm-order-brief-grid p { margin: 0; color: #68758a; font-size: 15px; line-height: 1.65; }
.lm-order-brief-action { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 14px; padding: 22px 25px; border: 1px solid #d8e2df; border-radius: 24px; background: #fff; }
.lm-order-brief-action p { margin: 0; color: #637086; }
.lm-order-brief-action strong { color: var(--lm-ink); }
.lm-order-process-section { padding: 105px 0; color: #fff; background: radial-gradient(circle at 12% 85%,rgba(84,161,103,.18),transparent 27%),#0b1629; }
.lm-order-process-heading > p { color: #aeb9ca; }
.lm-order-process-heading h2 { max-width: 820px; margin: 16px 0 0; font-size: clamp(44px,4.7vw,68px); line-height: .98; letter-spacing: -.05em; }
.lm-order-process { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 9px; margin: 58px 0 0; padding: 0; counter-reset: order-step; list-style: none; }
.lm-order-process li { position: relative; min-height: 390px; padding: 25px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 25px; background: rgba(255,255,255,.035); }
.lm-order-process li::after { position: absolute; right: -75px; bottom: -75px; width: 170px; height: 170px; border: 1px solid rgba(154,223,114,.12); border-radius: 50%; content: ""; }
.lm-order-process li > span { color: var(--lm-lime); font-size: 12px; font-weight: 850; letter-spacing: .15em; }
.lm-order-process li > div { margin-top: 115px; }
.lm-order-process small { color: #7f91a9; font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.lm-order-process h3 { margin: 11px 0 14px; font-size: 23px; line-height: 1.08; }
.lm-order-process p { margin: 0; color: #a7b3c5; font-size: 14px; line-height: 1.65; }
.lm-order-logo-section { padding: 105px 0; }
.lm-order-logo-card { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.92fr); align-items: center; gap: clamp(45px,7vw,105px); min-height: 590px; padding: clamp(35px,5vw,75px); border: 1px solid #d9e2df; border-radius: 38px; background: #fff; box-shadow: 0 35px 95px rgba(10,27,46,.1); }
.lm-order-logo-visual { position: relative; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 390px; }
.lm-order-file { position: relative; min-height: 270px; padding: 25px; overflow: hidden; border-radius: 28px; box-shadow: 0 24px 55px rgba(8,21,38,.16); }
.lm-order-file span, .lm-order-file b { display: block; }
.lm-order-file span { font-size: 43px; font-weight: 850; letter-spacing: -.06em; }
.lm-order-file b { margin-top: 7px; font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.lm-order-file--source { color: #fff; background: #1a2a40; transform: rotate(-5deg); }
.lm-order-file--source i { display: block; width: 68%; height: 8px; margin-top: 28px; border-radius: 99px; opacity: .35; background: #fff; filter: blur(2px); }
.lm-order-file--source i:nth-of-type(2) { width: 45%; }
.lm-order-file--source i:nth-of-type(3) { width: 78%; }
.lm-order-file--result { color: var(--lm-ink); background: linear-gradient(145deg,#dff5df,#d8f5ff); transform: rotate(4deg); }
.lm-order-file--result svg { position: absolute; right: 10px; bottom: 23px; width: 88%; }
.lm-order-file--result path, .lm-order-file--result circle { fill: none; stroke: var(--lm-green); stroke-width: 3; }
.lm-order-file--result circle { fill: #fff; }
.lm-order-file-arrow { position: relative; z-index: 2; display: grid; width: 56px; height: 56px; place-items: center; border: 7px solid #fff; border-radius: 50%; color: #fff; background: linear-gradient(135deg,var(--lm-green),var(--lm-blue)); font-size: 24px; font-weight: 800; }
.lm-order-logo-copy h2 { margin: 17px 0 22px; font-size: clamp(40px,4vw,58px); line-height: 1; letter-spacing: -.045em; }
.lm-order-logo-copy p { margin: 0; color: #5f6d82; font-size: 18px; line-height: 1.7; }
.lm-order-logo-copy ul { display: grid; gap: 10px; margin: 25px 0 30px; padding: 0; list-style: none; }
.lm-order-logo-copy li { position: relative; padding-left: 28px; color: #4f5e73; }
.lm-order-logo-copy li::before { position: absolute; top: 2px; left: 0; display: grid; width: 19px; height: 19px; place-items: center; border-radius: 50%; color: #fff; background: var(--lm-green); content: "✓"; font-size: 10px; }
.lm-order-approval-section { padding: 90px 0 115px; }
.lm-order-approval-grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: clamp(50px,8vw,120px); align-items: start; }
.lm-order-approval-copy .lm-title { margin-top: 16px; }
.lm-order-approval-copy p { color: #59677c; font-size: 18px; line-height: 1.72; }
.lm-order-checklist { border-top: 1px solid #cdd7d4; }
.lm-order-checklist > div { display: grid; grid-template-columns: 46px minmax(0,1fr); column-gap: 18px; grid-template-areas: "icon title" "icon text"; padding: 24px 0; border-bottom: 1px solid #cdd7d4; }
.lm-order-checklist span { grid-area: icon; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: #fff; background: var(--lm-green); font-weight: 850; }
.lm-order-checklist strong { grid-area: title; font-size: 20px; }
.lm-order-checklist small { grid-area: text; margin-top: 5px; color: #758196; font-size: 13px; }
.lm-order-faq-section { padding: 105px 0; background: #fff; }
.lm-order-faq-grid { display: grid; grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr); gap: clamp(55px,8vw,130px); }
.lm-order-faq-title { position: sticky; top: 132px; align-self: start; }
.lm-order-faq-title .lm-title { margin-top: 16px; }
.lm-order-faq-title > p { color: #647187; font-size: 17px; line-height: 1.7; }
.lm-order-faq details { border-bottom: 1px solid #d3dcda; }
.lm-order-faq summary { position: relative; padding: 25px 55px 25px 0; cursor: pointer; list-style: none; font-size: clamp(19px,1.7vw,24px); font-weight: 760; line-height: 1.3; }
.lm-order-faq summary::-webkit-details-marker { display: none; }
.lm-order-faq summary::after { position: absolute; top: 21px; right: 0; display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid #cbd6d3; border-radius: 50%; content: "+"; font-size: 22px; font-weight: 400; transition: transform .25s ease; }
.lm-order-faq details[open] summary::after { transform: rotate(45deg); }
.lm-order-faq p { max-width: 720px; margin: -2px 55px 26px 0; color: #647187; font-size: 17px; line-height: 1.7; }
.lm-order-final-cta .lm-cta-inner { min-height: 600px; }

@media (max-width: 1050px) {
  .lm-order-hero-inner { grid-template-columns: minmax(0,1fr) minmax(390px,.82fr); gap: 40px; }
  .lm-order-brief-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .lm-order-process { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .lm-order-process li:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .lm-order-hero { min-height: auto; padding: 116px 0 72px; }
  .lm-order-hero-inner, .lm-order-heading, .lm-order-process-heading, .lm-order-logo-card, .lm-order-approval-grid, .lm-order-faq-grid { grid-template-columns: minmax(0,1fr); }
  .lm-order-hero-copy h1 { font-size: clamp(36px,7vw,48px); }
  .lm-order-board { margin-top: 16px; transform: none; }
  .lm-order-heading, .lm-order-process-heading { gap: 24px; }
  .lm-order-process { grid-template-columns: minmax(0,1fr); }
  .lm-order-process li:last-child { grid-column: auto; }
  .lm-order-logo-card { gap: 45px; }
  .lm-order-approval-grid, .lm-order-faq-grid { gap: 45px; }
  .lm-order-faq-title { position: static; }
}

@media (max-width: 600px) {
  .lm-order-hero { padding-top: 104px; }
  .lm-order-hero-copy h1 { max-width: 100%; font-size: clamp(32px,9.5vw,40px); line-height: 1; letter-spacing: -.045em; overflow-wrap: anywhere; }
  .lm-order-hero-copy > p { margin: 22px 0 25px; font-size: 16px; line-height: 1.55; }
  .lm-order-hero-copy .lm-actions, .lm-order-hero-copy .lm-btn { width: 100%; }
  .lm-order-hero-notes { margin-top: 22px; }
  .lm-order-board { padding: 9px; border-radius: 25px; }
  .lm-order-board-head, .lm-order-board-foot { padding: 15px 12px; }
  .lm-order-board li { grid-template-columns: 34px minmax(0,1fr) 32px; gap: 9px; padding: 12px; }
  .lm-order-board li > span, .lm-order-board li > i { width: 31px; height: 31px; }
  .lm-order-board li strong { font-size: 14px; }
  .lm-order-board-foot { align-items: flex-start; flex-direction: column; }
  .lm-order-brief-section, .lm-order-process-section, .lm-order-logo-section, .lm-order-approval-section, .lm-order-faq-section { padding: 68px 0; }
  .lm-order-heading .lm-title, .lm-order-faq-title .lm-title, .lm-order-approval-copy .lm-title { font-size: 30px; line-height: 1.05; overflow-wrap: anywhere; }
  .lm-order-heading > p, .lm-order-process-heading > p, .lm-order-approval-copy p { font-size: 16px; }
  .lm-order-brief-grid { grid-template-columns: minmax(0,1fr); margin-top: 36px; }
  .lm-order-brief-grid article { min-height: 235px; padding: 23px; border-radius: 23px; }
  .lm-order-brief-grid h3 { margin-top: 55px; font-size: 23px; }
  .lm-order-brief-action { align-items: stretch; flex-direction: column; padding: 21px; }
  .lm-order-brief-action .lm-btn { width: 100%; }
  .lm-order-process-heading h2 { font-size: 32px; line-height: 1.04; overflow-wrap: anywhere; }
  .lm-order-process { margin-top: 36px; }
  .lm-order-process li { min-height: 270px; padding: 23px; }
  .lm-order-process li > div { margin-top: 65px; }
  .lm-order-logo-card { min-height: 0; padding: 25px 20px; border-radius: 25px; }
  .lm-order-logo-visual { min-height: 285px; }
  .lm-order-file { min-height: 205px; padding: 18px; border-radius: 20px; }
  .lm-order-file span { font-size: 31px; }
  .lm-order-file-arrow { width: 42px; height: 42px; border-width: 5px; font-size: 18px; }
  .lm-order-logo-copy h2 { font-size: 32px; line-height: 1.04; overflow-wrap: anywhere; }
  .lm-order-logo-copy p { font-size: 16px; }
  .lm-order-logo-copy .lm-btn { width: 100%; }
  .lm-order-checklist strong { font-size: 18px; }
  .lm-order-faq summary { padding: 20px 45px 20px 0; font-size: 17px; }
  .lm-order-faq summary::after { top: 16px; width: 32px; height: 32px; }
  .lm-order-faq p { margin-right: 0; font-size: 16px; }
  .lm-order-final-cta .lm-cta-inner { min-height: 470px; }
}

/* About page */
.lm-about-page { overflow: hidden; }
.lm-about-hero { position: relative; min-height: 860px; padding: 158px 0 92px; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 18%,rgba(73,198,238,.2),transparent 29%),radial-gradient(circle at 10% 100%,rgba(84,161,103,.19),transparent 34%),linear-gradient(135deg,#07101f,#102035); }
.lm-about-hero::after { position: absolute; right: -18vw; bottom: -43vw; width: 78vw; height: 78vw; border: 1px solid rgba(154,223,114,.15); border-radius: 50%; content: ""; box-shadow: inset 0 0 140px rgba(73,198,238,.06); }
.lm-about-hero-grid { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px); background-size: 86px 86px; mask-image: linear-gradient(100deg,#000,transparent 83%); }
.lm-about-hero-inner { position: relative; z-index: 2; display: grid; min-height: 610px; grid-template-columns: minmax(0,.88fr) minmax(480px,1.12fr); align-items: center; gap: clamp(55px,8vw,125px); }
.lm-about-hero-copy h1 { max-width: 760px; margin: 21px 0 0; font-size: clamp(50px,4.9vw,78px); line-height: .95; letter-spacing: -.058em; text-wrap: balance; }
.lm-about-hero-copy h1 em { display: block; color: transparent; font-style: normal; background: linear-gradient(100deg,var(--lm-cyan),var(--lm-lime)); -webkit-background-clip: text; background-clip: text; }
.lm-about-hero-copy > p { max-width: 670px; margin: 29px 0 32px; color: #c2ccdb; font-size: 19px; line-height: 1.68; }
.lm-about-hero-copy .lm-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.lm-about-hero-copy .lm-btn--ghost { color: #fff; border-color: rgba(255,255,255,.3); }
.lm-about-hero-notes { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 29px; }
.lm-about-hero-notes span { padding: 9px 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #becadb; font-size: 11px; }
.lm-about-hero-art { position: relative; min-height: 600px; }
.lm-about-orbit { position: absolute; inset: 1% 4% 2% 0; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; animation: lmFloat 8s ease-in-out infinite; }
.lm-about-orbit i { position: absolute; width: 13px; height: 13px; border-radius: 50%; background: var(--lm-lime); box-shadow: 0 0 30px rgba(154,223,114,.75); }
.lm-about-orbit i:first-child { top: 18%; left: 8%; }
.lm-about-orbit i:last-child { right: 8%; bottom: 20%; background: var(--lm-cyan); }
.lm-about-photo { position: absolute; display: block; overflow: hidden; border: 1px solid rgba(255,255,255,.23); color: #fff; background: #1b293c; box-shadow: 0 28px 80px rgba(1,7,18,.54); text-decoration: none; }
.lm-about-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.lm-about-photo:hover img { transform: scale(1.045); }
.lm-about-photo > span { position: absolute; right: 14px; bottom: 14px; left: 14px; padding: 12px 14px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(8,17,32,.76); backdrop-filter: blur(12px); font-size: 11px; font-weight: 750; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.lm-about-photo--1 { inset: 2% 9% 19% 8%; border-radius: 38px; transform: rotate(-2deg); }
.lm-about-photo--2 { z-index: 2; right: -1%; bottom: 3%; width: 43%; height: 40%; border-radius: 28px; transform: rotate(4deg); }
.lm-about-photo--3 { z-index: 3; top: 8%; right: 0; width: 34%; height: 29%; border-radius: 23px; transform: rotate(3deg); }
.lm-about-photo--fallback { inset: 5% 5% 12%; display: grid; place-items: center; border-radius: 40px; background: linear-gradient(145deg,#19283d,#26384e); }
.lm-about-photo--fallback > span { position: static; max-width: 280px; font-size: 25px; white-space: normal; }
.lm-about-hero-badge { position: absolute; z-index: 4; left: -18px; bottom: 1%; display: flex; width: 142px; height: 142px; padding: 18px; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: linear-gradient(145deg,rgba(84,161,103,.97),rgba(25,135,197,.97)); box-shadow: 0 20px 48px rgba(25,135,197,.33); text-align: center; }
.lm-about-hero-badge strong { display: block; width: 56px; height: 56px; overflow: hidden; border-radius: 16px; background: #fff; box-shadow: 0 9px 22px rgba(6,22,40,.22); line-height: 1; }
.lm-about-hero-badge strong img { display: block; width: 100%; height: 100%; object-fit: cover; }
.lm-about-hero-badge span { margin-top: 7px; color: #fff; font-size: 9px; font-weight: 750; line-height: 1.25; letter-spacing: .1em; text-transform: uppercase; }
.lm-about-intro-section { padding: 110px 0; }
.lm-about-intro-grid { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: clamp(55px,9vw,150px); }
.lm-about-intro-heading .lm-title { max-width: 720px; margin-top: 18px; }
.lm-about-intro-copy p { margin: 0 0 20px; color: #58667b; font-size: 18px; line-height: 1.75; }
.lm-about-range-section { padding: 110px 0 120px; color: #fff; background: radial-gradient(circle at 87% 5%,rgba(73,198,238,.16),transparent 26%),#0b1629; }
.lm-about-range-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.58fr); align-items: end; gap: 70px; }
.lm-about-range-heading h2 { max-width: 890px; margin: 17px 0 0; font-size: clamp(42px,4.6vw,67px); line-height: .98; letter-spacing: -.05em; }
.lm-about-range-heading > p { margin: 0; color: #aab7c9; font-size: 17px; line-height: 1.72; }
.lm-about-range-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 11px; margin-top: 58px; }
.lm-about-range-card { position: relative; min-height: 315px; padding: 24px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 25px; background: rgba(255,255,255,.035); transition: transform .3s ease,border-color .3s ease,background .3s ease; }
.lm-about-range-card:hover { z-index: 2; border-color: rgba(154,223,114,.35); background: rgba(255,255,255,.07); transform: translateY(-5px); }
.lm-about-range-card > span { color: var(--lm-lime); font-size: 10px; font-weight: 850; letter-spacing: .15em; }
.lm-about-range-card > i { position: absolute; top: 20px; right: 22px; display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; color: #d6e2ee; background: rgba(255,255,255,.045); font-size: 20px; font-style: normal; }
.lm-about-range-card h3 { margin: 116px 0 13px; font-size: 23px; line-height: 1.08; letter-spacing: -.025em; }
.lm-about-range-card p { margin: 0; color: #9daabd; font-size: 14px; line-height: 1.62; }
.lm-about-range-card--link { background: linear-gradient(145deg,rgba(84,161,103,.26),rgba(73,198,238,.12)); }
.lm-about-range-card--link a { display: inline-block; margin-top: 18px; color: #fff; font-size: 12px; font-weight: 800; }
.lm-about-products-section { padding: 110px 0 120px; }
.lm-about-products-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.55fr); align-items: end; gap: 75px; }
.lm-about-products-heading .lm-title { margin-top: 17px; }
.lm-about-products-heading > p { margin: 0; color: #5e6c81; font-size: 17px; line-height: 1.7; }
.lm-about-product-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 55px; }
.lm-about-product-card { position: relative; display: grid; min-height: 380px; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); overflow: hidden; border: 1px solid #d7e0de; border-radius: 30px; color: var(--lm-ink); background: #fff; box-shadow: 0 18px 55px rgba(12,30,50,.07); text-decoration: none; }
.lm-about-product-card figure { min-height: 100%; margin: 0; overflow: hidden; background: #e8edeb; }
.lm-about-product-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.lm-about-product-card:hover img { transform: scale(1.045); }
.lm-about-product-card > div { display: flex; min-width: 0; padding: 27px; flex-direction: column; justify-content: flex-end; }
.lm-about-product-card span { color: var(--lm-green); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.lm-about-product-card h3 { margin: 13px 0 26px; font-size: clamp(22px,2vw,30px); line-height: 1.08; letter-spacing: -.035em; overflow-wrap: anywhere; }
.lm-about-product-card b { color: #506076; font-size: 11px; }
.lm-about-products-action { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 15px; padding: 22px 25px; border: 1px solid #d8e1df; border-radius: 24px; background: rgba(255,255,255,.72); }
.lm-about-products-action p { max-width: 720px; margin: 0; color: #637086; }
.lm-about-principles-section { padding: 115px 0; color: #fff; background: radial-gradient(circle at 14% 90%,rgba(84,161,103,.19),transparent 31%),#0b1629; }
.lm-about-principles-grid { display: grid; grid-template-columns: minmax(0,.76fr) minmax(0,1.24fr); align-items: start; gap: clamp(60px,9vw,145px); }
.lm-about-principles-copy { position: sticky; top: 135px; }
.lm-about-principles-copy h2 { max-width: 650px; margin: 17px 0 23px; font-size: clamp(42px,4.5vw,65px); line-height: .98; letter-spacing: -.05em; }
.lm-about-principles-copy p { max-width: 620px; margin: 0 0 30px; color: #aab6c8; font-size: 17px; line-height: 1.72; }
.lm-about-principles { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.16); list-style: none; }
.lm-about-principles li { display: grid; grid-template-columns: 60px minmax(0,1fr); gap: 18px; padding: 36px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.lm-about-principles li > span { color: var(--lm-lime); font-size: 11px; font-weight: 850; letter-spacing: .15em; }
.lm-about-principles h3 { margin: 0 0 10px; font-size: 27px; letter-spacing: -.025em; }
.lm-about-principles p { max-width: 650px; margin: 0; color: #9facbf; line-height: 1.68; }
.lm-about-main-site-section { padding: 110px 0; }
.lm-about-main-site-card { display: grid; min-height: 570px; grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); align-items: center; gap: clamp(55px,8vw,125px); padding: clamp(38px,6vw,85px); border-radius: 40px; color: #fff; background: radial-gradient(circle at 80% 0,rgba(73,198,238,.23),transparent 30%),linear-gradient(145deg,#0a1528,#172b42); box-shadow: 0 35px 100px rgba(10,26,45,.2); }
.lm-about-main-site-copy h2 { margin: 17px 0 22px; font-size: clamp(40px,4.3vw,62px); line-height: .98; letter-spacing: -.05em; }
.lm-about-main-site-copy p { margin: 0 0 29px; color: #b6c3d4; font-size: 17px; line-height: 1.7; }
.lm-about-main-site-window { display: block; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 29px; color: #fff; background: #f6f8f7; box-shadow: 0 30px 70px rgba(1,7,18,.4); text-decoration: none; transform: rotate(2.2deg); transition: transform .35s ease; }
.lm-about-main-site-window:hover { transform: rotate(0) translateY(-5px); }
.lm-about-window-top { display: flex; height: 48px; padding: 0 17px; align-items: center; gap: 7px; color: #8090a5; background: #122035; }
.lm-about-window-top i { width: 8px; height: 8px; border-radius: 50%; background: #5ba675; }
.lm-about-window-top i:nth-child(2) { background: #49c6ee; }
.lm-about-window-top i:nth-child(3) { background: #9adf72; }
.lm-about-window-top b { margin-left: auto; font-size: 10px; }
.lm-about-window-body { display: flex; min-height: 325px; padding: 42px; flex-direction: column; color: var(--lm-ink); background: radial-gradient(circle at 86% 17%,rgba(73,198,238,.25),transparent 30%),linear-gradient(145deg,#f7faf9,#eaf1ef); }
.lm-about-window-body small { color: var(--lm-green); font-size: 10px; font-weight: 850; letter-spacing: .16em; }
.lm-about-window-body strong { max-width: 520px; margin-top: auto; font-size: clamp(28px,3vw,43px); line-height: 1; letter-spacing: -.045em; }
.lm-about-window-body em { margin-top: 23px; color: #5c6b7f; font-size: 12px; font-style: normal; font-weight: 800; }
.lm-about-final-cta .lm-cta-inner { min-height: 610px; }

@media (max-width: 1050px) {
  .lm-about-hero-inner { grid-template-columns: minmax(0,1fr) minmax(390px,.82fr); gap: 42px; }
  .lm-about-hero-art { min-height: 520px; }
  .lm-about-range-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .lm-about-product-card { min-height: 340px; }
}

@media (max-width: 760px) {
  .lm-about-hero { min-height: auto; padding: 116px 0 72px; }
  .lm-about-hero-inner, .lm-about-intro-grid, .lm-about-range-heading, .lm-about-products-heading, .lm-about-principles-grid, .lm-about-main-site-card { grid-template-columns: minmax(0,1fr); }
  .lm-about-hero-copy h1 { font-size: clamp(36px,7vw,48px); }
  .lm-about-hero-art { min-height: 500px; margin-top: 10px; }
  .lm-about-intro-grid, .lm-about-range-heading, .lm-about-products-heading, .lm-about-principles-grid, .lm-about-main-site-card { gap: 35px; }
  .lm-about-range-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .lm-about-product-card { grid-template-columns: minmax(0,1fr); }
  .lm-about-product-card figure { min-height: 260px; }
  .lm-about-principles-copy { position: static; }
  .lm-about-main-site-window { transform: none; }
}

@media (max-width: 600px) {
  .lm-about-hero { padding-top: 104px; }
  .lm-about-hero-copy h1 { max-width: 100%; font-size: clamp(32px,9.5vw,40px); line-height: 1; letter-spacing: -.045em; overflow-wrap: anywhere; }
  .lm-about-hero-copy > p { margin: 22px 0 25px; font-size: 16px; line-height: 1.58; }
  .lm-about-hero-copy .lm-actions, .lm-about-hero-copy .lm-btn { width: 100%; }
  .lm-about-hero-notes { margin-top: 22px; }
  .lm-about-hero-art { min-height: 390px; }
  .lm-about-photo--1 { inset: 2% 4% 18% 0; border-radius: 26px; }
  .lm-about-photo--2 { width: 48%; height: 39%; border-radius: 20px; }
  .lm-about-photo--3 { display: none; }
  .lm-about-hero-badge { left: -5px; width: 102px; height: 102px; padding: 10px; }
  .lm-about-hero-badge strong { width: 45px; height: 45px; flex: 0 0 45px; border-radius: 13px; }
  .lm-about-hero-badge span { margin-top: 4px; font-size: 7px; line-height: 1.15; letter-spacing: .08em; }
  .lm-about-intro-section, .lm-about-range-section, .lm-about-products-section, .lm-about-principles-section, .lm-about-main-site-section { padding: 68px 0; }
  .lm-about-intro-heading .lm-title, .lm-about-products-heading .lm-title { font-size: 30px; line-height: 1.05; overflow-wrap: anywhere; }
  .lm-about-intro-copy p { font-size: 16px; }
  .lm-about-range-heading h2, .lm-about-principles-copy h2, .lm-about-main-site-copy h2 { font-size: 32px; line-height: 1.04; overflow-wrap: anywhere; }
  .lm-about-range-heading > p, .lm-about-products-heading > p, .lm-about-principles-copy p, .lm-about-main-site-copy p { font-size: 16px; }
  .lm-about-range-grid { grid-template-columns: minmax(0,1fr); margin-top: 38px; }
  .lm-about-range-card { min-height: 230px; padding: 22px; border-radius: 22px; }
  .lm-about-range-card h3 { margin-top: 66px; font-size: 22px; }
  .lm-about-product-grid { grid-template-columns: minmax(0,1fr); margin-top: 38px; }
  .lm-about-product-card { min-height: 0; border-radius: 24px; }
  .lm-about-product-card figure { min-height: 240px; }
  .lm-about-product-card > div { padding: 22px; }
  .lm-about-product-card h3 { font-size: 24px; }
  .lm-about-products-action { align-items: stretch; flex-direction: column; padding: 20px; }
  .lm-about-products-action .lm-btn { width: 100%; }
  .lm-about-principles li { grid-template-columns: 42px minmax(0,1fr); gap: 12px; padding: 28px 0; }
  .lm-about-principles h3 { font-size: 22px; }
  .lm-about-main-site-card { min-height: 0; padding: 26px 20px; border-radius: 27px; }
  .lm-about-main-site-copy .lm-btn { width: 100%; }
  .lm-about-window-body { min-height: 260px; padding: 28px 22px; }
  .lm-about-window-body strong { font-size: 29px; }
  .lm-about-final-cta .lm-cta-inner { min-height: 480px; }
}

/* Works portfolio */
.lm-works-page { overflow: hidden; background: var(--lm-paper); }
.lm-works-hero { position: relative; min-height: 900px; display: grid; align-items: center; overflow: hidden; color: #fff; background: radial-gradient(circle at 84% 18%,rgba(73,198,238,.2),transparent 28%),radial-gradient(circle at 10% 88%,rgba(84,161,103,.17),transparent 28%),#081326; }
.lm-works-grid { position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px); background-size: 82px 82px; mask-image: linear-gradient(to bottom,transparent 2%,#000 32%,#000); }
.lm-works-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,.9fr) minmax(480px,1.1fr); align-items: center; gap: clamp(55px,7vw,115px); padding: 150px 0 90px; }
.lm-works-hero-copy h1 { max-width: 760px; margin: 23px 0 27px; font-size: clamp(50px,4.9vw,78px); line-height: .95; letter-spacing: -.058em; }
.lm-works-hero-copy h1 em { display: block; color: transparent; background: linear-gradient(90deg,var(--lm-cyan),var(--lm-lime)); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.lm-works-hero-copy > p { max-width: 650px; margin: 0 0 34px; color: #b8c4d5; font-size: 18px; line-height: 1.7; }
.lm-works-stats { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.lm-works-stats span { display: flex; min-height: 57px; padding: 10px 17px; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; color: #9eacc0; background: rgba(255,255,255,.055); backdrop-filter: blur(14px); font-size: 11px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.lm-works-stats b { color: #fff; font-size: 19px; letter-spacing: -.02em; }
.lm-works-hero-art { position: relative; min-height: 650px; }
.lm-works-hero-art::before,.lm-works-hero-art::after { position: absolute; content: ""; border: 1px solid rgba(154,223,114,.19); border-radius: 50%; }
.lm-works-hero-art::before { inset: 2% -17% 2% 7%; }
.lm-works-hero-art::after { inset: 15% -3% 16% 21%; }
.lm-works-hero-photo { position: absolute; z-index: 1; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.2); background: #122036; box-shadow: 0 35px 90px rgba(0,0,0,.48); }
.lm-works-hero-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.lm-works-hero-photo--main { inset: 3% 15% 12% 0; border-radius: 42px; transform: rotate(-3deg); }
.lm-works-hero-photo--side { z-index: 2; right: -3%; bottom: 2%; width: 43%; height: 43%; border-radius: 28px; transform: rotate(4deg); }
.lm-works-hero-seal { position: absolute; z-index: 3; top: 5%; right: 0; display: grid; width: 142px; height: 142px; padding: 24px; place-content: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #fff; background: linear-gradient(145deg,rgba(84,161,103,.96),rgba(25,135,197,.96)); box-shadow: 0 20px 55px rgba(25,135,197,.35); transform: rotate(8deg); }
.lm-works-hero-seal strong { font-size: 25px; letter-spacing: .08em; }
.lm-works-hero-seal span { margin-top: 4px; font-size: 9px; line-height: 1.2; letter-spacing: .1em; text-transform: uppercase; }
.lm-works-intro-section { padding: 115px 0; }
.lm-works-intro { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(70px,11vw,180px); }
.lm-works-intro .lm-title { max-width: 720px; margin-top: 18px; }
.lm-works-intro-copy { color: #57667b; font-size: 18px; line-height: 1.85; }
.lm-works-intro-copy p { margin: 0 0 23px; }
.lm-works-video-section { padding: 115px 0 125px; color: #fff; background: radial-gradient(circle at 15% 0,rgba(84,161,103,.18),transparent 30%),linear-gradient(145deg,#07111f,#11263d); }
.lm-works-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.65fr); align-items: end; gap: 70px; margin-bottom: 55px; }
.lm-works-heading h2 { max-width: 850px; margin: 16px 0 0; font-size: clamp(42px,4.5vw,64px); line-height: .98; letter-spacing: -.05em; }
.lm-works-heading > p { margin: 0; color: #a9b6c9; font-size: 17px; line-height: 1.7; }
.lm-works-video-grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 18px; align-items: stretch; }
.lm-work-video-card { position: relative; grid-column: span 4; margin: 0; overflow: hidden; aspect-ratio: 16/10; border: 1px solid rgba(255,255,255,.16); border-radius: 27px; background: #0c192b; box-shadow: 0 25px 60px rgba(1,8,19,.35); }
.lm-work-video-card--wide { grid-column: span 8; aspect-ratio: 16/5; }
.lm-work-video-card:nth-last-child(-n+4) { grid-column: span 3; aspect-ratio: 16/10; }
.lm-work-video-card:nth-child(8) video { object-position: center 68%; }
.lm-work-video-card:nth-child(9) video { object-position: center 62%; }
.lm-work-video-card video { display: block; width: 100%; height: 100%; object-fit: cover; }
.lm-work-video-card::after { position: absolute; inset: 0; pointer-events: none; content: ""; background: linear-gradient(to top,rgba(3,10,22,.9),transparent 47%); }
.lm-work-video-card figcaption { position: absolute; z-index: 2; right: 20px; bottom: 19px; left: 20px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; color: #fff; }
.lm-work-video-card figcaption span { color: var(--lm-lime); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.lm-work-video-card figcaption strong { font-size: 13px; line-height: 1.3; }
.lm-work-video-card figcaption i { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(255,255,255,.1); font-size: 11px; font-style: normal; backdrop-filter: blur(12px); }
.lm-works-gallery-section { padding: 120px 0 130px; }
.lm-works-heading--light { color: var(--lm-ink); }
.lm-works-heading--light > p { color: #5c6b7f; }
.lm-works-masonry { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.lm-work-card { min-width: 0; margin: 0; }
.lm-work-card button { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; border: 0; border-radius: 26px; color: #fff; background: #dfe6e4; box-shadow: 0 20px 55px rgba(10,28,43,.14); cursor: zoom-in; }
.lm-work-card img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1),filter .45s ease; }
.lm-work-card:nth-child(24) img,.lm-work-card:nth-child(25) img,.lm-work-card:nth-child(30) img,.lm-work-card:nth-child(33) img { object-position: center 74%; }
.lm-work-card button::after { position: absolute; inset: 0; content: ""; background: linear-gradient(to top,rgba(4,12,25,.78),transparent 48%); opacity: .82; transition: opacity .35s ease; }
.lm-work-card button > span { position: absolute; z-index: 2; right: 18px; bottom: 17px; left: 18px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; text-align: left; }
.lm-work-card button b { color: var(--lm-lime); font-size: 10px; letter-spacing: .12em; }
.lm-work-card button strong { font-size: 13px; }
.lm-work-card button i { display: grid; width: 37px; height: 37px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 16px; font-style: normal; backdrop-filter: blur(10px); }
.lm-work-card button:hover img { filter: saturate(1.08); transform: scale(1.045); }
.lm-work-card button:hover::after { opacity: 1; }
.lm-work-card button:focus-visible { outline: 4px solid var(--lm-cyan); outline-offset: 4px; }
.lm-works-seo-section { padding: 120px 0; color: #fff; background: radial-gradient(circle at 83% 17%,rgba(73,198,238,.2),transparent 27%),#091426; }
.lm-works-seo-grid { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); gap: clamp(70px,11vw,170px); }
.lm-works-seo-title { position: sticky; top: 145px; align-self: start; }
.lm-works-seo-title h2 { margin: 18px 0 0; font-size: clamp(40px,4.3vw,60px); line-height: 1; letter-spacing: -.048em; }
.lm-works-seo-copy > p { margin: 0 0 24px; color: #afbdd0; font-size: 17px; line-height: 1.82; }
.lm-works-seo-copy ul { display: grid; margin: 48px 0 0; padding: 0; list-style: none; }
.lm-works-seo-copy li { display: grid; grid-template-columns: minmax(190px,.7fr) 1fr; gap: 24px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.14); }
.lm-works-seo-copy li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.lm-works-seo-copy li b { font-size: 16px; }
.lm-works-seo-copy li span { color: #8f9db2; line-height: 1.6; }
.lm-works-final-cta .lm-cta-inner { min-height: 650px; }
.lm-work-lightbox { position: fixed; inset: 0; z-index: 1000; display: grid; padding: 40px; place-items: center; visibility: hidden; opacity: 0; transition: opacity .3s ease,visibility .3s; }
.lm-work-lightbox.is-open { visibility: visible; opacity: 1; }
.lm-work-lightbox-backdrop { position: absolute; inset: 0; border: 0; background: rgba(2,8,19,.9); backdrop-filter: blur(18px); }
.lm-work-lightbox figure { position: relative; z-index: 1; max-width: min(1120px,calc(100vw - 80px)); max-height: calc(100svh - 80px); margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 28px; background: #0d192b; box-shadow: 0 40px 120px rgba(0,0,0,.65); }
.lm-work-lightbox img { display: block; max-width: 100%; max-height: calc(100svh - 130px); object-fit: contain; }
.lm-work-lightbox figcaption { padding: 15px 21px; color: #dce4ef; background: #0d192b; font-size: 13px; }
.lm-work-lightbox-close { position: fixed; z-index: 3; top: 24px; right: 24px; display: grid; width: 48px; height: 48px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #fff; background: #18263b; font-size: 30px; cursor: pointer; }

@media (max-width: 1050px) {
  .lm-works-hero-inner { grid-template-columns: minmax(0,1fr) minmax(390px,.82fr); gap: 45px; }
  .lm-works-hero-art { min-height: 570px; }
  .lm-works-video-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .lm-work-video-card,.lm-work-video-card:nth-last-child(-n+4) { grid-column: auto; aspect-ratio: 16/10; }
  .lm-work-video-card--wide { grid-column: 1 / -1; aspect-ratio: 11/5; }
  .lm-works-masonry { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .lm-works-hero { min-height: auto; }
  .lm-works-hero-inner,.lm-works-intro,.lm-works-heading,.lm-works-seo-grid { grid-template-columns: minmax(0,1fr); }
  .lm-works-hero-inner { gap: 38px; padding: 118px 0 72px; }
  .lm-works-hero-copy h1 { font-size: clamp(38px,8vw,52px); }
  .lm-works-hero-art { min-height: 510px; }
  .lm-works-intro,.lm-works-heading,.lm-works-seo-grid { gap: 28px; }
  .lm-works-video-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .lm-work-video-card--wide { grid-column: 1 / -1; }
  .lm-works-masonry { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .lm-works-seo-title { position: static; }
}
@media (max-width: 600px) {
  .lm-works-hero-inner { padding-top: 104px; }
  .lm-works-hero-copy h1 { font-size: clamp(32px,9.5vw,40px); line-height: 1; overflow-wrap: anywhere; }
  .lm-works-hero-copy > p { font-size: 16px; line-height: 1.58; }
  .lm-works-hero-copy .lm-actions,.lm-works-hero-copy .lm-btn { width: 100%; }
  .lm-works-stats { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .lm-works-stats span:last-child { grid-column: 1 / -1; }
  .lm-works-hero-art { min-height: 390px; }
  .lm-works-hero-photo--main { inset: 0 12% 13% 0; border-radius: 25px; }
  .lm-works-hero-photo--side { width: 45%; height: 43%; border-radius: 20px; }
  .lm-works-hero-seal { width: 100px; height: 100px; padding: 16px; }
  .lm-works-hero-seal strong { font-size: 18px; }
  .lm-works-intro-section,.lm-works-gallery-section,.lm-works-seo-section { padding: 72px 0; }
  .lm-works-video-section { padding: 72px 0 78px; }
  .lm-works-intro .lm-title,.lm-works-heading h2,.lm-works-seo-title h2 { font-size: 32px; line-height: 1.04; overflow-wrap: anywhere; }
  .lm-works-intro-copy,.lm-works-heading > p,.lm-works-seo-copy > p { font-size: 16px; }
  .lm-works-video-grid { grid-template-columns: none; grid-auto-columns: min(82vw,340px); grid-auto-flow: column; gap: 12px; margin: 0 -18px; padding: 4px 18px 18px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-padding-inline: 18px; scroll-snap-type: inline mandatory; scrollbar-width: none; }
  .lm-works-video-grid::-webkit-scrollbar { display: none; }
  .lm-work-video-card,.lm-work-video-card--wide,.lm-work-video-card:nth-last-child(-n+4) { grid-column: auto; aspect-ratio: 4/3; border-radius: 22px; scroll-snap-align: start; }
  .lm-works-masonry { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .lm-work-card button { border-radius: 18px; }
  .lm-work-card button > span { right: 10px; bottom: 10px; left: 10px; grid-template-columns: auto minmax(0,1fr); gap: 7px; }
  .lm-work-card button strong { display: -webkit-box; overflow: hidden; font-size: 10px; line-height: 1.25; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .lm-work-card button i { display: none; }
  .lm-works-seo-copy li { grid-template-columns: minmax(0,1fr); gap: 8px; }
  .lm-works-final-cta .lm-cta-inner { min-height: 520px; }
  .lm-work-lightbox { padding: 14px; }
  .lm-work-lightbox figure { max-width: calc(100vw - 28px); border-radius: 20px; }
  .lm-work-lightbox-close { top: 16px; right: 16px; }
}

/* Unified editorial type scale across landing pages, catalog and products. */
.lm-hero h1,
.lm-page-hero h1,
.lm-catalog-hero h1,
.lm-product-hero h1,
.lm-vector-hero-copy h1,
.lm-logo-hero-copy h1,
.lm-contact-hero-copy h1,
.lm-order-hero-copy h1,
.lm-about-hero-copy h1,
.lm-works-hero-copy h1 {
  font-size: clamp(44px, 4.7vw, 72px);
  line-height: .96;
}

.lm-title.lm-title,
.lm-catalog-toolbar h2,
.lm-catalog-guide-heading h2,
.lm-product-offer h2,
.lm-product-story-copy h2,
.lm-logo-models-heading h2,
.lm-logo-process-heading h2,
.lm-logo-vector-copy h2,
.lm-order-process-heading h2,
.lm-about-range-heading h2,
.lm-about-principles-copy h2,
.lm-about-main-site-copy h2,
.lm-contact-schedule-copy h2,
.lm-contact-delivery-copy h2,
.lm-works-heading h2,
.lm-works-seo-title h2,
.lm-factory-copy h2,
.lm-cta h2 {
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1;
}

@media (max-width: 760px) {
  .lm-hero h1,
  .lm-page-hero h1,
  .lm-catalog-hero h1,
  .lm-product-hero h1,
  .lm-vector-hero-copy h1,
  .lm-logo-hero-copy h1,
  .lm-contact-hero-copy h1,
  .lm-order-hero-copy h1,
  .lm-about-hero-copy h1,
  .lm-works-hero-copy h1 {
    font-size: clamp(34px, 7.2vw, 46px);
  }
}

@media (max-width: 600px) {
  .lm-hero h1,
  .lm-page-hero h1,
  .lm-catalog-hero h1,
  .lm-product-hero h1,
  .lm-vector-hero-copy h1,
  .lm-logo-hero-copy h1,
  .lm-contact-hero-copy h1,
  .lm-order-hero-copy h1,
  .lm-about-hero-copy h1,
  .lm-works-hero-copy h1 {
    font-size: clamp(30px, 8.6vw, 38px);
    line-height: 1;
    overflow-wrap: anywhere;
  }

  .lm-title.lm-title,
  .lm-catalog-toolbar h2,
  .lm-catalog-guide-heading h2,
  .lm-product-offer h2,
  .lm-product-story-copy h2,
  .lm-logo-models-heading h2,
  .lm-logo-process-heading h2,
  .lm-logo-vector-copy h2,
  .lm-order-process-heading h2,
  .lm-about-range-heading h2,
  .lm-about-principles-copy h2,
  .lm-about-main-site-copy h2,
  .lm-contact-schedule-copy h2,
  .lm-contact-delivery-copy h2,
  .lm-works-heading h2,
  .lm-works-seo-title h2,
  .lm-factory-copy h2,
  .lm-cta h2 {
    font-size: 30px;
    line-height: 1.05;
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .lm-reveal { opacity: 1; transform: none; }
}

/* Articles */
.lm-articles-page, .lm-single-article-page { overflow: hidden; background: var(--lm-paper); }
.lm-articles-hero { position: relative; padding: 172px 0 92px; overflow: hidden; color: #fff; background: radial-gradient(circle at 82% 20%, rgba(73,198,238,.16), transparent 28%), linear-gradient(135deg, #07101f, #111e32); }
.lm-articles-hero::after { position: absolute; right: -18vw; bottom: -36vw; width: 70vw; aspect-ratio: 1; border: 1px solid rgba(154,223,114,.14); border-radius: 50%; content: ""; }
.lm-articles-hero-grid, .lm-article-hero-grid { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(to right, transparent, #000 30%, #000); }
.lm-articles-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .65fr); align-items: end; gap: clamp(48px, 9vw, 145px); }
.lm-articles-hero h1 { max-width: 850px; margin: 18px 0 0; font-size: clamp(48px, 5.7vw, 82px); line-height: .94; letter-spacing: -.06em; }
.lm-articles-hero h1 em { color: var(--lm-lime); font-style: normal; }
.lm-articles-hero-inner > p { margin: 0 0 8px; color: #bac5d5; font-size: 19px; line-height: 1.7; }
.lm-articles-list-section { padding: 102px 0 116px; }
.lm-articles-list-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .62fr); align-items: end; gap: 70px; }
.lm-articles-list-heading h2 { max-width: 760px; margin: 15px 0 0; font-size: clamp(40px, 4.6vw, 64px); line-height: .98; letter-spacing: -.05em; }
.lm-articles-list-heading > p { margin: 0 0 4px; color: #5d6b7f; font-size: 17px; line-height: 1.7; }
.lm-articles-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 58px; }
.lm-article-card { min-width: 0; overflow: hidden; border: 1px solid #dce5e2; border-radius: 30px; background: #fff; box-shadow: 0 22px 58px rgba(10,19,36,.08); transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.lm-article-card:hover { border-color: rgba(84,161,103,.5); box-shadow: 0 32px 74px rgba(10,19,36,.14); transform: translateY(-7px); }
.lm-article-card > a { display: grid; height: 100%; color: inherit; text-decoration: none; }
.lm-article-card figure { position: relative; min-height: 310px; margin: 0; overflow: hidden; background: #152137; }
.lm-article-card figure img { width: 100%; height: 100%; min-height: 310px; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.lm-article-card:hover figure img { transform: scale(1.045); }
.lm-article-card figure > span { position: absolute; top: 18px; right: 18px; padding: 8px 12px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: #fff; background: rgba(7,16,31,.62); backdrop-filter: blur(12px); font-size: 11px; font-weight: 700; }
.lm-article-card-copy { display: flex; min-height: 320px; padding: 30px; flex-direction: column; }
.lm-article-card-copy small { color: var(--lm-green); font-weight: 800; font-size: 11px; letter-spacing: .1em; }
.lm-article-card-copy h2 { margin: 17px 0 14px; font-size: clamp(26px, 2.3vw, 34px); line-height: 1.08; letter-spacing: -.035em; }
.lm-article-card-copy p { margin: 0; color: #647187; line-height: 1.65; }
.lm-article-card-copy strong { display: flex; margin-top: auto; padding-top: 24px; align-items: center; justify-content: space-between; font-size: 13px; }
.lm-article-card-copy strong span { color: var(--lm-green); font-size: 20px; }
.lm-articles-cta { padding: 0 0 112px; }
.lm-articles-cta-inner { display: flex; min-height: 330px; padding: clamp(42px, 6vw, 78px); align-items: center; justify-content: space-between; gap: 42px; overflow: hidden; border-radius: 34px; color: #fff; background: radial-gradient(circle at 85% 15%, rgba(73,198,238,.2), transparent 32%), linear-gradient(135deg, #0b1528, #14233a); box-shadow: var(--lm-shadow); }
.lm-articles-cta-inner span { color: var(--lm-lime); font-weight: 800; font-size: 11px; letter-spacing: .14em; }
.lm-articles-cta-inner h2 { max-width: 760px; margin: 16px 0 0; font-size: clamp(36px, 4vw, 58px); line-height: 1; letter-spacing: -.05em; }
.lm-articles-cta-inner .lm-btn { flex: 0 0 auto; }

.lm-article-hero { position: relative; padding: 154px 0 92px; overflow: hidden; color: #fff; background: radial-gradient(circle at 78% 20%, rgba(154,223,114,.13), transparent 27%), linear-gradient(135deg, #07101f, #111e32); }
.lm-article-hero-inner { position: relative; z-index: 1; }
.lm-article-breadcrumbs { display: flex; max-width: 100%; margin-bottom: 44px; align-items: center; gap: 10px; overflow: hidden; color: #8794a7; font-size: 12px; white-space: nowrap; }
.lm-article-breadcrumbs a { color: #c3ccda; }
.lm-article-breadcrumbs > span:last-child { overflow: hidden; text-overflow: ellipsis; }
.lm-article-hero h1 { max-width: 1040px; margin: 17px 0 24px; font-size: clamp(46px, 5.6vw, 80px); line-height: .98; letter-spacing: -.058em; text-wrap: balance; }
.lm-article-hero-inner > p { max-width: 800px; margin: 0; color: #bcc6d6; font-size: clamp(18px, 1.8vw, 22px); line-height: 1.65; }
.lm-article-meta { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 34px; color: #96a4b7; font-size: 12px; font-weight: 700; }
.lm-article-meta span { display: inline-flex; align-items: center; gap: 9px; }
.lm-article-meta span:not(:first-child)::before { width: 4px; height: 4px; border-radius: 50%; background: var(--lm-lime); content: ""; }
.lm-article-featured { position: relative; z-index: 2; margin-top: -1px; padding-top: 38px; }
.lm-article-featured img { width: 100%; max-height: 760px; border-radius: 34px; object-fit: cover; box-shadow: 0 32px 80px rgba(10,19,36,.16); }
.lm-article-layout { display: grid; grid-template-columns: minmax(240px, .34fr) minmax(0, .96fr); gap: clamp(48px, 8vw, 116px); padding-top: 82px; padding-bottom: 112px; }
.lm-article-aside { position: sticky; top: 120px; align-self: start; }
.lm-article-aside > div { padding: 28px; border: 1px solid #d9e3df; border-radius: 25px; background: #fff; box-shadow: 0 20px 52px rgba(10,19,36,.08); }
.lm-article-aside > div > span { color: var(--lm-green); font-weight: 800; font-size: 10px; letter-spacing: .15em; }
.lm-article-aside h2 { margin: 17px 0 13px; font-size: 25px; line-height: 1.1; letter-spacing: -.035em; }
.lm-article-aside p { margin: 0 0 23px; color: #68758a; font-size: 14px; line-height: 1.65; }
.lm-article-aside .lm-btn { width: 100%; min-height: 50px; padding-inline: 16px; font-size: 13px; }
.lm-article-aside > a { display: flex; margin-top: 14px; padding: 17px 20px; align-items: center; justify-content: space-between; border: 1px solid #d9e3df; border-radius: 18px; background: rgba(255,255,255,.58); font-weight: 800; font-size: 12px; }
.lm-article-aside > a span { color: var(--lm-green); font-size: 18px; }
.lm-article-body { min-width: 0; color: #344157; font-size: 18px; line-height: 1.82; }
.lm-article-body > *:first-child { margin-top: 0; }
.lm-article-body .lm-article-lead { color: #28364c; font-size: 22px; line-height: 1.65; }
.lm-article-body h2 { margin: 68px 0 20px; color: var(--lm-ink); font-size: clamp(31px, 3vw, 43px); line-height: 1.08; letter-spacing: -.045em; scroll-margin-top: 120px; }
.lm-article-body h3 { margin: 40px 0 14px; color: var(--lm-ink); font-size: 26px; line-height: 1.15; }
.lm-article-body p { margin: 0 0 23px; }
.lm-article-body ul, .lm-article-body ol { margin: 0 0 28px; padding-left: 25px; }
.lm-article-body li { margin: 0 0 10px; padding-left: 6px; }
.lm-article-body a { color: #287c65; font-weight: 700; text-decoration: underline; text-decoration-color: rgba(40,124,101,.35); text-underline-offset: 4px; }
.lm-article-body strong { color: #142138; }
.lm-article-summary { margin: 34px 0 50px; padding: 24px 26px; border-left: 4px solid var(--lm-green); border-radius: 0 18px 18px 0; color: #26364d; background: #e7efec; }
.lm-article-inline-media { margin: 36px 0 50px; }
.lm-article-inline-media img { width: 100%; border-radius: 24px; box-shadow: 0 24px 60px rgba(10,19,36,.12); }
.lm-article-inline-media figcaption { margin-top: 12px; color: #7a879a; font-size: 12px; line-height: 1.5; }
.lm-article-table-wrap { margin: 32px 0 44px; overflow-x: auto; border: 1px solid #d5dfdc; border-radius: 20px; background: #fff; }
.lm-article-table { width: 100%; min-width: 650px; border-collapse: collapse; font-size: 15px; line-height: 1.45; }
.lm-article-table th, .lm-article-table td { padding: 17px 18px; border-bottom: 1px solid #e2e8e6; text-align: left; vertical-align: top; }
.lm-article-table th { color: #fff; background: #132036; font-size: 12px; letter-spacing: .04em; }
.lm-article-table tbody tr:last-child td { border-bottom: 0; }
.lm-article-faq { border-top: 1px solid #cad5d2; }
.lm-article-faq details { border-bottom: 1px solid #cad5d2; }
.lm-article-faq summary { position: relative; padding: 23px 48px 23px 0; color: var(--lm-ink); font-weight: 800; line-height: 1.35; cursor: pointer; list-style: none; }
.lm-article-faq summary::-webkit-details-marker { display: none; }
.lm-article-faq summary::after { position: absolute; top: 18px; right: 0; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid #c7d1cf; border-radius: 50%; color: var(--lm-green); content: "+"; transition: transform .25s ease; }
.lm-article-faq details[open] summary::after { transform: rotate(45deg); }
.lm-article-faq details p { margin: -5px 48px 23px 0; color: #5e6b7f; font-size: 16px; }
.lm-related-articles { padding: 94px 0 112px; color: #fff; background: var(--lm-ink); }
.lm-related-articles h2 { margin: 14px 0 40px; font-size: clamp(36px, 4vw, 56px); line-height: 1; letter-spacing: -.05em; }
.lm-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.lm-related-grid a { display: grid; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.04); }
.lm-related-grid img { width: 100%; height: 210px; object-fit: cover; }
.lm-related-grid span { padding: 21px; font-weight: 800; font-size: 17px; line-height: 1.3; }

@media (max-width: 900px) {
  .lm-articles-hero-inner, .lm-articles-list-heading { grid-template-columns: 1fr; gap: 28px; }
  .lm-articles-hero { padding-top: 136px; }
  .lm-articles-grid { gap: 18px; }
  .lm-article-layout { grid-template-columns: 1fr; }
  .lm-article-aside { position: static; order: 2; }
  .lm-article-aside > div { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 10px 28px; }
  .lm-article-aside > div > span, .lm-article-aside h2, .lm-article-aside p { grid-column: 1; }
  .lm-article-aside .lm-btn { grid-column: 2; grid-row: 1 / 4; width: auto; }
  .lm-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .lm-articles-hero { padding: 116px 0 62px; }
  .lm-articles-hero h1, .lm-article-hero h1 { font-size: 36px; line-height: 1.02; overflow-wrap: anywhere; }
  .lm-articles-hero-inner > p { font-size: 16px; }
  .lm-articles-list-section { padding: 68px 0 76px; }
  .lm-articles-list-heading h2 { font-size: 31px; }
  .lm-articles-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .lm-article-card { border-radius: 23px; }
  .lm-article-card figure, .lm-article-card figure img { min-height: 230px; }
  .lm-article-card-copy { min-height: 290px; padding: 23px; }
  .lm-article-card-copy h2 { font-size: 27px; }
  .lm-articles-cta { padding-bottom: 76px; }
  .lm-articles-cta-inner { min-height: 0; padding: 34px 24px; flex-direction: column; align-items: flex-start; border-radius: 25px; }
  .lm-articles-cta-inner h2 { font-size: 31px; }
  .lm-articles-cta-inner .lm-btn { width: 100%; }
  .lm-article-hero { padding: 108px 0 64px; }
  .lm-article-breadcrumbs { margin-bottom: 30px; }
  .lm-article-hero-inner > p { font-size: 17px; }
  .lm-article-meta { gap: 8px 15px; }
  .lm-article-meta span::before { display: none; }
  .lm-article-featured { padding-top: 18px; }
  .lm-article-featured img { min-height: 245px; border-radius: 22px; object-fit: cover; }
  .lm-article-layout { gap: 52px; padding-top: 52px; padding-bottom: 72px; }
  .lm-article-body { font-size: 16px; line-height: 1.75; }
  .lm-article-body .lm-article-lead { font-size: 19px; }
  .lm-article-body h2 { margin-top: 52px; font-size: 29px; }
  .lm-article-summary { padding: 20px; }
  .lm-article-inline-media { margin-inline: -2px; }
  .lm-article-inline-media img { border-radius: 18px; }
  .lm-article-aside > div { display: block; padding: 23px; }
  .lm-article-aside .lm-btn { width: 100%; }
  .lm-related-articles { padding: 68px 0 76px; }
  .lm-related-grid { grid-template-columns: 1fr; }
}
