 :root {--lp-blue: #3b82f6;--lp-blue-hover: #1d4ed8;--lp-dark: #0f172a;--lp-body: #475569;--lp-muted: #94a3b8;--lp-border: #e2e8f0;--lp-bg-alt: #f8fafc;--lp-radius: 0.5rem;--lp-section-pad: 3rem 0;}@media (min-width: 48rem) {:root {--lp-section-pad: clamp(5rem, 10vw, 8rem) 0;}}.lp-fade {opacity: 0;transform: translateY(1.5rem);transition: opacity 0.65s ease, transform 0.65s ease;}.lp-fade.is-visible {opacity: 1;transform: none;}@media (prefers-reduced-motion: reduce) {.lp-fade {opacity: 1;transform: none;transition: none;}}.lp-container {max-width: 72rem;margin: 0 auto;padding: 0 clamp(1rem, 4vw, 2.5rem);width: 100%;}.lp-label {display: block;font-size: 0.75rem;font-weight: 700;letter-spacing: 0.14em;text-transform: uppercase;color: var(--lp-blue);margin-bottom: 0.75rem;}.lp-section-title {font-size: clamp(2rem, 5vw, 3.25rem);font-weight: 900;letter-spacing: -0.025em;line-height: 1.05;color: var(--lp-dark);margin: 0 0 2.5rem;}.lp-btn-primary {display: inline-block;background: var(--lp-blue);color: #fff;text-decoration: none;font-weight: 700;font-size: 0.9375rem;padding: 0.75rem 1.875rem;border-radius: var(--lp-radius);transition: background 0.2s;}.lp-btn-primary:hover {background: var(--lp-blue-hover);}.lp-btn-ghost {display: inline-block;color: var(--lp-dark);text-decoration: none;font-weight: 600;font-size: 0.9375rem;padding: 0.75rem 1.875rem;border-radius: var(--lp-radius);border: 1.5px solid var(--lp-border);transition: border-color 0.2s, color 0.2s;}.lp-btn-ghost:hover {border-color: var(--lp-blue);color: var(--lp-blue);}.lp-about-anchor {scroll-margin-top: 4rem;}.anchor {scroll-margin-top: 72px;}#lp-hero {min-height: 100svh;min-height: 100vh;display: grid;grid-template-columns: 1fr;background: #fff;position: relative;overflow: hidden;max-width: 75rem;margin-left: auto;margin-right: auto;}#lp-hero::after {content: "";position: absolute;bottom: 0;left: 0;right: 0;height: 1px;background: var(--lp-border);z-index: 1;}#lp-hero .lp-container {padding: clamp(7rem, 15vw, 10rem) clamp(1rem, 4vw, 2.5rem) clamp(3rem, 6vw, 5rem);display: flex;flex-direction: column;justify-content: center;gap: 0;}.lp-hero-img {display: none;}@media (min-width: 56rem) {#lp-hero {grid-template-columns: 1fr 38%;align-items: center;}.lp-hero-img {display: block;overflow: hidden;border-radius: 0.75rem;aspect-ratio: 4 / 3;max-height: 65vh;margin: 0 clamp(1rem, 3vw, 2rem);align-self: center;}.lp-hero-img img {display: block;width: 100%;height: 100%;object-fit: cover;}}.lp-eyebrow {display: inline-flex;align-items: center;font-size: 0.75rem;font-weight: 700;letter-spacing: 0.1em;text-transform: uppercase;color: var(--lp-blue);border: 1px solid rgba(59, 130, 246, 0.35);padding: 0.375rem 1rem;border-radius: 2rem;margin-bottom: 2rem;width: fit-content;}.lp-hero-title {font-size: clamp(2.25rem, 6.5vw, 4.5rem);font-weight: 900;letter-spacing: -0.03em;line-height: 1;color: var(--lp-dark);margin: 0 0 1.25rem;max-width: none;}.lp-dot {color: var(--lp-blue);}.lp-hero-lead {font-size: clamp(1rem, 2vw, 1.1875rem);color: var(--lp-body);line-height: 1.65;max-width: 36rem;margin: 0 0 2.5rem;}.lp-br {display: none;}@media (min-width: 48rem) {.lp-br {display: inline;}}.lp-hero-actions {display: flex;gap: 0.875rem;flex-wrap: wrap;align-items: center;margin-bottom: 3rem;}.lp-hero-stats {display: flex;align-items: center;gap: 1.5rem;flex-wrap: wrap;padding-top: 2rem;border-top: 1px solid var(--lp-border);}.lp-stat {display: flex;flex-direction: column;gap: 0.2rem;}.lp-stat strong {font-size: 1.75rem;font-weight: 800;color: var(--lp-blue);line-height: 1;letter-spacing: -0.02em;}.lp-stat span {font-size: 0.75rem;font-weight: 500;color: var(--lp-muted);text-transform: uppercase;letter-spacing: 0.06em;}.lp-stat-sep {width: 1px;height: 2.5rem;background: var(--lp-border);flex-shrink: 0;}#lp-services {padding: var(--lp-section-pad);background: var(--lp-bg-alt);}.lp-section-head {margin-bottom: 1rem;}.lp-service-list {list-style: none;padding: 0;margin: 0;}.lp-service-item {display: grid;grid-template-columns: 3rem 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 0;padding: 2.5rem 0;border-top: 1px solid var(--lp-border);align-items: start;}.lp-service-item:last-child {border-bottom: 1px solid var(--lp-border);}.lp-svc-num {font-size: 0.6875rem;font-weight: 700;letter-spacing: 0.08em;color: var(--lp-blue);padding-top: 0.35rem;grid-row: 1;grid-column: 1;}.lp-svc-body {grid-row: 1;grid-column: 2;}.lp-svc-img {display: none;}.lp-svc-name {font-size: clamp(1.375rem, 3vw, 2rem);font-weight: 800;letter-spacing: -0.025em;color: var(--lp-dark);margin: 0 0 0.625rem;line-height: 1.1;}.lp-svc-text {color: var(--lp-body);font-size: 0.9375rem;line-height: 1.65;margin: 0;max-width: 38rem;}@media (min-width: 48rem) {.lp-service-item {grid-template-columns: 3rem 1fr 18rem;grid-template-rows: 1fr;align-items: center;padding: 3rem 0;}.lp-svc-body {grid-column: 2;grid-row: 1;}.lp-svc-img {display: block;grid-column: 3;grid-row: 1;height: 13rem;overflow: hidden;border-radius: var(--lp-radius);position: relative;}.lp-svc-img img {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;transition: transform 0.5s ease;}.lp-service-item:hover .lp-svc-img img {transform: scale(1.05);}}#lp-about {padding: var(--lp-section-pad);background: #fff;}.lp-about-grid {display: grid;grid-template-columns: 1fr;gap: 3rem;margin-bottom: 4rem;}@media (min-width: 48rem) {.lp-about-grid {grid-template-columns: 1fr 1fr;align-items: center;}}.lp-about-text .lp-section-title {margin-bottom: 1.5rem;}.lp-about-lead {font-size: 1.0625rem;font-weight: 500;color: var(--lp-dark);line-height: 1.6;margin: 0 0 1rem;}.lp-about-body {font-size: 0.9375rem;color: var(--lp-body);line-height: 1.7;margin: 0;}.lp-about-body + .lp-about-body {margin-top: 0.875rem;}.lp-about-img {display: none;}@media (min-width: 48rem) {.lp-about-img {display: block;border-radius: var(--lp-radius);overflow: hidden;aspect-ratio: 4 / 3;position: relative;}}.lp-about-img img {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;}.lp-about-stats {display: grid;grid-template-columns: repeat(3, 1fr);border-top: 1px solid var(--lp-border);padding-top: 3rem;gap: 1rem;}.lp-about-stat {display: flex;flex-direction: column;gap: 0.375rem;padding-left: 1.5rem;border-left: 3px solid var(--lp-blue);}.lp-about-stat strong {font-size: clamp(2.25rem, 6vw, 4rem);font-weight: 900;letter-spacing: -0.03em;color: var(--lp-dark);line-height: 1;}.lp-about-stat strong span {font-size: 0.6em;color: var(--lp-blue);}.lp-about-stat > span {font-size: 0.8rem;font-weight: 600;color: var(--lp-muted);text-transform: uppercase;letter-spacing: 0.08em;}#lp-gallery {display: grid;grid-template-columns: repeat(3, 1fr);}.lp-gal-img {display: block;overflow: hidden;aspect-ratio: 1 / 1.1;position: relative;}.lp-gal-img img {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;transition: transform 0.6s ease;}.lp-gal-img:hover img {transform: scale(1.04);}@media (min-width: 48rem) {#lp-gallery {grid-template-columns: repeat(6, 1fr);}.lp-gal-img {aspect-ratio: initial;height: clamp(11rem, 22vw, 22rem);}}#our-machines {padding: var(--lp-section-pad);background: var(--lp-bg-alt);}#our-machines .lp-section-head {margin-bottom: 3rem;}.lp-machines {display: grid;grid-template-columns: 1fr;gap: 1.5rem;}@media (min-width: 36rem) {.lp-machines {grid-template-columns: repeat(2, 1fr);}}@media (min-width: 64rem) {.lp-machines {grid-template-columns: repeat(3, 1fr);}}.lp-machine {background: #fff;border-radius: var(--lp-radius);overflow: hidden;border: 1px solid var(--lp-border);transition: box-shadow 0.25s, transform 0.25s;display: flex;flex-direction: column;}.lp-machine:hover {box-shadow: 0 8px 32px rgba(15, 23, 42, 0.1);transform: translateY(-3px);}.lp-machine-img {display: block;aspect-ratio: 3 / 2;overflow: hidden;position: relative;}.lp-machine-img img {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;transition: transform 0.45s ease;}.lp-machine:hover .lp-machine-img img {transform: scale(1.05);}.lp-machine-cat {display: block;font-size: 0.6875rem;font-weight: 700;letter-spacing: 0.12em;text-transform: uppercase;color: var(--lp-blue);padding: 1.25rem 1.25rem 0.25rem;}.lp-machine-name {display: block;font-size: 1rem;font-weight: 700;color: var(--lp-dark);padding: 0 1.25rem 1.25rem;letter-spacing: -0.01em;}#footer {background-color: #0f172a;border-top: 1px solid rgba(255, 255, 255, 0.06);}#footer .right-section .lists ul h2:before {background: var(--lp-blue);}#footer .right-section .lists ul li a:hover {color: var(--lp-blue);}#lp-contact {background: var(--lp-dark);padding: clamp(5rem, 10vw, 8rem) clamp(1rem, 4vw, 2.5rem);}.lp-contact-inner {display: grid;grid-template-columns: 1fr;gap: 3rem;}@media (min-width: 56rem) {.lp-contact-inner {grid-template-columns: 1fr 1fr;align-items: start;gap: 5rem;}}.lp-contact-title {font-size: clamp(2rem, 5vw, 3.25rem);font-weight: 900;letter-spacing: -0.025em;line-height: 1.05;color: #fff;margin: 0 0 2.5rem;}.lp-contact-list {list-style: none;padding: 0;margin: 0;}.lp-contact-list li {display: grid;grid-template-columns: 5rem 1fr;gap: 1rem;padding: 1.25rem 0;border-top: 1px solid rgba(255, 255, 255, 0.08);align-items: baseline;}.lp-contact-list li:last-child {border-bottom: 1px solid rgba(255, 255, 255, 0.08);}.lp-contact-label {font-size: 0.6875rem;font-weight: 700;letter-spacing: 0.1em;text-transform: uppercase;color: var(--lp-muted);}.lp-contact-value {color: #fff;text-decoration: none;font-size: 1rem;font-weight: 500;line-height: 1.55;transition: color 0.2s;}.lp-contact-value:hover {color: var(--lp-blue);}.lp-contact-map-wrap {border-radius: var(--lp-radius);overflow: hidden;height: 22rem;}.lp-contact-map {display: block;width: 100%;height: 100%;border: 0;}#lp-cta {padding: clamp(5rem, 10vw, 8rem) clamp(1rem, 4vw, 2.5rem);background: var(--lp-dark);text-align: center;}.lp-cta-label {display: block;font-size: 0.75rem;font-weight: 700;letter-spacing: 0.14em;text-transform: uppercase;color: var(--lp-blue);margin-bottom: 1rem;}.lp-cta-title {font-size: clamp(2rem, 5vw, 3.5rem);font-weight: 900;letter-spacing: -0.025em;line-height: 1.05;color: #fff;margin: 0 0 1rem;}.lp-cta-text {color: var(--lp-muted);font-size: 1rem;margin: 0 auto 2.5rem;max-width: 30rem;line-height: 1.6;}.lp-cta-actions {display: flex;gap: 1rem;justify-content: center;flex-wrap: wrap;align-items: center;}.lp-btn-cta {display: inline-block;background: var(--lp-blue);color: #fff;text-decoration: none;font-weight: 700;font-size: 0.9375rem;padding: 0.875rem 2rem;border-radius: var(--lp-radius);transition: background 0.2s;}.lp-btn-cta:hover {background: var(--lp-blue-hover);}.lp-cta-phone {color: var(--lp-muted);font-size: 0.9375rem;font-weight: 600;text-decoration: none;transition: color 0.2s;}.lp-cta-phone:hover {color: #fff;}