:root{color-scheme:light dark;--bg: #f3f6f8;--surface: #e8edf1;--surface-raised: #fbfcfd;--ink: #10202d;--muted: #566672;--line: #cbd5dc;--accent: #1261a6;--accent-strong: #0c4d87;--accent-soft: #dceaf6;--on-accent: #f8fbfd;--radius: 14px;--shell: min(1440px, calc(100% - 48px) );--font-sans: "Segoe UI Variable", "Aptos", "Segoe UI", "Helvetica Neue", Arial, sans-serif;--font-mono: "Cascadia Code", "SFMono-Regular", Consolas, monospace}@media(prefers-color-scheme:dark){:root{--bg: #0e171e;--surface: #16232c;--surface-raised: #1b2a34;--ink: #edf4f7;--muted: #a8b7c0;--line: #31434f;--accent: #62a8df;--accent-strong: #8bc3ed;--accent-soft: #16344b;--on-accent: #07131c}}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:84px}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font-sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}body:before{position:fixed;inset:0;z-index:-1;background-image:linear-gradient(to right,color-mix(in srgb,var(--line) 38%,transparent) 1px,transparent 1px);background-size:calc(100vw / 12) 100%;content:"";opacity:.28;pointer-events:none}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}p,h1,h2,h3{margin-top:0}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid color-mix(in srgb,var(--line) 78%,transparent);background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:blur(18px)}.nav-shell{width:var(--shell);height:72px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:32px}.brand,.footer-brand{display:inline-flex;align-items:center;gap:12px;width:fit-content}.brand-mark{display:grid;width:38px;height:38px;place-items:center;border-radius:10px;background:var(--accent);color:var(--on-accent);font-size:1.2rem;font-weight:800;letter-spacing:-.08em}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font-size:1.05rem;letter-spacing:.13em}.brand-copy small{margin-top:6px;color:var(--muted);font-size:.6rem;letter-spacing:.08em}.desktop-nav{display:flex;align-items:center;gap:34px;white-space:nowrap}.desktop-nav a{color:var(--muted);font-size:.88rem;font-weight:600;transition:color .18s ease}.desktop-nav a:hover,.desktop-nav a:focus-visible{color:var(--accent)}.nav-cta{justify-self:end;border-radius:10px;background:var(--ink);color:var(--bg);padding:11px 17px;font-size:.84rem;font-weight:700;white-space:nowrap;transition:transform .18s ease,background .18s ease}.nav-cta:hover,.nav-cta:focus-visible{background:var(--accent);color:var(--on-accent);transform:translateY(-1px)}.hero{width:var(--shell);min-height:calc(100dvh - 72px);margin:0 auto;padding:44px 0;display:grid;grid-template-columns:minmax(320px,.82fr) minmax(520px,1.18fr);align-items:center;gap:clamp(40px,7vw,112px)}.hero-copy{position:relative;z-index:2;animation:hero-in .7s cubic-bezier(.16,1,.3,1) both}.eyebrow{margin-bottom:24px;color:var(--accent);font-family:var(--font-mono);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}h1,h2,h3{font-weight:690;letter-spacing:-.045em;line-height:1.06}h1{max-width:12ch;margin-bottom:24px;font-size:clamp(3.3rem,5.6vw,6.4rem)}h1 span{color:var(--accent)}.hero-intro{max-width:42ch;margin-bottom:32px;color:var(--muted);font-size:clamp(1.02rem,1.3vw,1.2rem)}.hero-actions{display:flex;align-items:center;gap:25px}.button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;border-radius:10px;padding:0 22px;font-weight:750;white-space:nowrap;transition:transform .18s ease,background .18s ease}.button.primary{background:var(--accent);color:var(--on-accent)}.button:hover,.button:focus-visible{background:var(--accent-strong);transform:translateY(-2px)}.button:active,.nav-cta:active{transform:translateY(1px)}.text-link{display:inline-flex;align-items:center;gap:8px;border-bottom:1px solid var(--line);color:var(--ink);font-weight:700;padding:7px 0 5px}.text-link:after{content:"↗";color:var(--accent);transition:transform .18s ease}.text-link:hover:after,.text-link:focus-visible:after{transform:translate(2px,-2px)}.hero-media{position:relative;min-height:min(74vh,760px);overflow:hidden;border-radius:var(--radius);background:var(--surface);animation:hero-media-in .9s .12s cubic-bezier(.16,1,.3,1) both}.hero-media>img{width:100%;height:100%;min-height:inherit;object-fit:cover}.hero-note{position:absolute;right:20px;bottom:20px;display:flex;max-width:285px;flex-direction:column;border:1px solid rgb(255 255 255 / .28);border-radius:10px;background:#0c1b26c7;color:#f3f7fa;padding:16px 18px;backdrop-filter:blur(14px)}.hero-note strong{font-size:.9rem}.hero-note span{margin-top:2px;color:#c7d4dc;font-size:.75rem}.proof-strip{width:var(--shell);margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.proof-item{min-height:145px;padding:30px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid var(--line)}.proof-item:last-child{border-right:0}.proof-item strong{color:var(--accent);font-size:1.15rem}.proof-item span{max-width:28ch;margin-top:7px;color:var(--muted);font-size:.82rem;line-height:1.45}.section{width:var(--shell);margin:0 auto;padding:clamp(92px,10vw,150px) 0}.section-heading{max-width:790px;margin-bottom:58px}.section-heading.compact{max-width:690px}.section-heading h2,.quality-copy h2,.about-copy h2,.contact-intro h2,.news-heading h2{margin-bottom:20px;font-size:clamp(2.3rem,4.5vw,4.8rem)}.section-heading>p:last-child,.quality-copy>p,.about-copy>p,.contact-intro>p,.news-heading>p{max-width:60ch;color:var(--muted);font-size:1.02rem}.product-grid{display:grid;grid-template-columns:1.28fr .72fr;gap:18px}.product-tile{min-height:390px;display:grid;grid-template-columns:minmax(210px,.95fr) 1.05fr;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-raised)}.product-tile:nth-child(2),.product-tile:nth-child(3){grid-template-columns:1fr}.product-tile:nth-child(2){grid-row:span 2}.product-image{min-height:260px;overflow:hidden;background:#f7f9fa}.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .5s cubic-bezier(.16,1,.3,1)}.product-tile:hover .product-image img{transform:scale(1.035)}.product-copy{padding:clamp(26px,3vw,46px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.product-copy>span{color:var(--accent);font-family:var(--font-mono);font-size:.72rem;font-weight:700;letter-spacing:.08em}.product-copy h3{margin:16px 0 13px;font-size:clamp(1.45rem,2vw,2.3rem)}.product-copy p{max-width:40ch;margin-bottom:26px;color:var(--muted);font-size:.9rem}.product-copy a,.news-list a{margin-top:auto;border-bottom:1px solid var(--line);color:var(--accent);font-size:.82rem;font-weight:750}.quality-section{display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:clamp(50px,8vw,120px)}.quality-media{overflow:hidden;border-radius:var(--radius)}.quality-media img{width:100%;min-height:680px;object-fit:cover}.quality-list{margin:44px 0 0}.quality-list div{padding:23px 0;display:grid;grid-template-columns:130px 1fr;gap:28px;border-bottom:1px solid var(--line)}.quality-list dt{color:var(--ink);font-weight:750}.quality-list dd{margin:0;color:var(--muted);font-size:.9rem}.process-section{border-top:1px solid var(--line)}.process-flow{margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);list-style:none}.process-flow li{min-height:250px;padding:26px 28px 20px 0;border-top:3px solid var(--line)}.process-flow li+li{padding-left:28px}.process-flow li:hover{border-top-color:var(--accent)}.process-flow span{display:block;margin-bottom:56px;color:var(--accent);font-family:var(--font-mono);font-size:.75rem}.process-flow strong{display:block;margin-bottom:10px;font-size:1.2rem}.process-flow p{max-width:27ch;color:var(--muted);font-size:.84rem}.about-section{display:grid;grid-template-columns:.72fr 1.28fr;align-items:center;gap:clamp(50px,8vw,120px)}.about-copy>p{margin-bottom:22px}.about-copy .text-link{margin-top:10px}.about-gallery{position:relative;min-height:650px}.about-gallery img{border-radius:var(--radius);object-fit:cover}.factory-image{width:88%;height:490px}.product-family-image{position:absolute;right:0;bottom:0;width:42%;aspect-ratio:1;border:10px solid var(--bg)}.news-section{display:grid;grid-template-columns:.7fr 1.3fr;gap:clamp(50px,9vw,140px);border-top:1px solid var(--line)}.news-heading{position:sticky;top:112px;align-self:start}.news-list article{min-height:190px;padding:28px 0;display:grid;grid-template-columns:80px 1fr auto;align-items:center;gap:28px;border-bottom:1px solid var(--line)}.news-list time{color:var(--accent);font-family:var(--font-mono);font-size:.77rem}.news-list h3{margin-bottom:9px;font-size:1.5rem}.news-list p{margin:0;color:var(--muted);font-size:.88rem}.contact-section{width:var(--shell);margin:0 auto 48px;padding:clamp(68px,8vw,110px);display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(50px,8vw,110px);border-radius:var(--radius);background:var(--accent);color:var(--on-accent)}.contact-intro .eyebrow{color:color-mix(in srgb,var(--on-accent) 72%,transparent)}.contact-intro h2{max-width:10ch}.contact-intro>p{color:color-mix(in srgb,var(--on-accent) 78%,transparent)}.contact-panel{display:flex;flex-direction:column}.contact-panel a,.contact-panel address{padding:22px 0;display:grid;grid-template-columns:150px 1fr;gap:30px;border-bottom:1px solid color-mix(in srgb,var(--on-accent) 28%,transparent);color:inherit;font-style:normal}.contact-panel span{color:color-mix(in srgb,var(--on-accent) 70%,transparent);font-size:.78rem}.contact-panel strong{font-size:.98rem}.site-footer{width:var(--shell);min-height:170px;margin:0 auto;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:40px;color:var(--muted);font-size:.78rem}.footer-brand strong{color:var(--ink);letter-spacing:.12em}.footer-brand p,.site-footer>p{margin:4px 0 0}.reveal{opacity:1;transform:none}@keyframes hero-in{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-media-in{0%{opacity:0;transform:translate(28px) scale(.985)}to{opacity:1;transform:translate(0) scale(1)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:1024px){:root{--shell: min(100% - 36px, 900px)}.nav-shell{grid-template-columns:1fr auto}.desktop-nav{display:none}.hero{min-height:auto;padding:72px 0;grid-template-columns:1fr}h1{max-width:10ch}.hero-media{min-height:560px}.proof-strip{grid-template-columns:repeat(2,1fr)}.proof-item:nth-child(2){border-right:0}.proof-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.product-grid,.quality-section,.about-section,.news-section,.contact-section{grid-template-columns:1fr}.product-tile:nth-child(2){grid-row:auto}.quality-media img{min-height:540px}.about-copy{max-width:700px}.news-heading{position:static}.site-footer{grid-template-columns:1fr 1fr}.site-footer>p:last-child{grid-column:1 / -1}}@media(max-width:700px){:root{--shell: calc(100% - 28px) }body:before{display:none}.nav-shell{height:64px;gap:12px}.brand-copy small{display:none}.nav-cta{padding:10px 12px;font-size:.75rem}.hero{min-height:calc(100dvh - 64px);padding:42px 0 20px;gap:36px}.eyebrow{margin-bottom:17px}h1{font-size:clamp(2.65rem,13vw,4.1rem)}.hero-actions{align-items:flex-start;flex-direction:column;gap:14px}.hero-media{min-height:420px}.hero-note{right:12px;bottom:12px;left:12px;max-width:none}.proof-strip{grid-template-columns:1fr}.proof-item{min-height:115px;border-right:0;border-bottom:1px solid var(--line);padding:24px 10px}.proof-item:last-child{border-bottom:0}.section{padding:84px 0}.section-heading{margin-bottom:38px}.section-heading h2,.quality-copy h2,.about-copy h2,.contact-intro h2,.news-heading h2{font-size:clamp(2.2rem,11vw,3.4rem)}.product-tile,.product-tile:nth-child(2),.product-tile:nth-child(3){grid-template-columns:1fr}.quality-media img{min-height:430px}.quality-list div{grid-template-columns:1fr;gap:8px}.process-flow{grid-template-columns:1fr}.process-flow li,.process-flow li+li{min-height:auto;padding:22px 0 24px}.process-flow span{margin-bottom:25px}.about-gallery{min-height:480px}.factory-image{width:100%;height:360px}.product-family-image{width:48%}.news-list article{grid-template-columns:55px 1fr}.news-list a{grid-column:2;width:fit-content}.contact-section{width:100%;margin-bottom:0;padding:76px 24px;border-radius:0}.contact-panel a,.contact-panel address{grid-template-columns:1fr;gap:7px}.site-footer{padding:45px 0;grid-template-columns:1fr;gap:20px}.site-footer>p:last-child{grid-column:auto}}
