/*
Theme Name: TMKovrikLogo
Theme URI: https://tmkovriklogo.com.ua
Author: TM Kovrik Logo
Description: Фірмова каталогова тема TMKovrikLogo для килимків з логотипом.
Version: 1.5.5
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; }

: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(42px, 6vw, 86px);
  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 1fr auto; align-items: center; min-height: 92px; gap: 34px; }
.lm-logo { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 24px; font-weight: 820; letter-spacing: -.045em; }
.lm-logo-mark { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 14px; background: linear-gradient(145deg, rgba(84,161,103,.92), rgba(25,135,197,.92)); box-shadow: inset 0 1px rgba(255,255,255,.35), 0 12px 32px rgba(17,132,165,.3); font-size: 17px; font-style: italic; }
.lm-logo em { color: var(--lm-lime); font-style: normal; }
.lm-menu { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.3vw, 38px); margin: 0; padding: 0; list-style: none; }
.lm-menu a { position: relative; padding: 12px 0; color: rgba(255,255,255,.82); font-size: 14px; font-weight: 700; }
.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 { transform: scaleX(1); transform-origin: left; }
.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; }

/* 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(54px, 8.2vw, 126px); font-weight: 780; line-height: .86; letter-spacing: -.07em; 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(30px, 4vw, 50px); line-height: 1; letter-spacing: -.045em; }
.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(48px, 6vw, 82px); line-height: .95; letter-spacing: -.055em; }

/* 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(44px, 6vw, 82px); line-height: .95; letter-spacing: -.06em; }
.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(52px, 7vw, 96px); line-height: .92; letter-spacing: -.055em; }
.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(32px, 4vw, 52px); line-height: 1.05; letter-spacing: -.04em; }
.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::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; }

/* 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(58px, 7.2vw, 108px); font-weight: 780; line-height: .88; letter-spacing: -.065em; 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 { top: 35px !important; right: 35px !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(38px, 4vw, 58px); line-height: .98; letter-spacing: -.05em; }
.lm-product-intro p { margin: 24px 0 0; color: #5a687c; font-size: 18px; }
.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(44px, 5.4vw, 78px); }
.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(46px, 5.5vw, 78px); line-height: .96; letter-spacing: -.055em; }
.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-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(44px, 5.2vw, 74px); }
.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(44px, 5.2vw, 74px); }
.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(44px, 5.2vw, 74px); }
.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(58px, 6.7vw, 106px); font-weight: 780; line-height: .88; letter-spacing: -.068em; }
.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(43px, 5.4vw, 76px); }
.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(43px, 5vw, 72px); }
.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(43px, 5vw, 72px); }
.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); }

/* 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 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: 1050px) {
  .lm-menu, .lm-nav > .lm-btn { display: none; }
  .lm-nav > nav { display: none; }
  .lm-nav { grid-template-columns: 1fr auto; }
  .lm-menu-toggle { display: block; }
  .lm-mobile-panel { position: fixed; inset: 0; z-index: 90; display: grid; padding: 130px 32px 45px; visibility: hidden; opacity: 0; background: radial-gradient(circle at 90% 10%, rgba(67,177,178,.3), transparent 32%), #091326; transform: translateY(-20px); transition: opacity .35s ease, transform .35s ease, visibility .35s; }
  .menu-open .lm-mobile-panel { visibility: visible; opacity: 1; transform: none; }
  .lm-mobile-panel .lm-menu { display: grid; justify-content: start; align-content: center; gap: 5px; }
  .lm-mobile-panel .lm-menu a { font-size: clamp(32px, 7vw, 58px); line-height: 1.15; }
  .lm-mobile-panel .lm-btn { align-self: end; }
  .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; }
}

@media (max-width: 720px) {
  .lm-shell { width: min(100% - 28px, 1320px); }
  .lm-section { padding: 82px 0; }
  .lm-nav { min-height: 76px; }
  .lm-logo { font-size: 23px; }
  .lm-logo-mark { width: 40px; height: 40px; }
  .lm-hero-content { padding: 145px 0 55px; }
  .lm-hero h1 { font-size: clamp(52px, 16vw, 86px); }
  .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; }
  .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(48px, 15vw, 72px); }
  .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: 42px; }
  .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: 44px; }
  .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(48px, 15vw, 72px); }
  .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: 42px; }
  .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; }
}

@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; }
}
