:root{--dark: #0a0a0a;--dark-panel: #121212;--dark-soft: #1c1c1c;--light: #f8f8f8;--paper: #ffffff;--ink: #0d0f0e;--muted: #6d7470;--line: rgba(13, 15, 14, .12);--white-line: rgba(255, 255, 255, .13);--green: #00c853;--green-deep: #008d3b;--container: min(1220px, calc(100vw - 48px) );--radius: 12px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:96px}body{margin:0;background:var(--dark);color:var(--ink);font-family:Inter,Noto Sans SC,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;letter-spacing:0}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit}.site-header{position:fixed;inset:0 0 auto;z-index:100;background:#0a0a0ae0;border-bottom:1px solid var(--white-line);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.nav{width:var(--container);min-height:78px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo-link{display:inline-flex;align-items:center;flex:0 0 auto}.logo-link img{width:168px;height:60px;object-fit:cover;object-position:center}.nav-links{display:flex;align-items:center;justify-content:center;gap:clamp(14px,1.55vw,24px);color:#ffffffb8;font-size:.92rem;font-weight:700;white-space:nowrap}.nav-links a{transition:color .18s ease}.nav-links a:hover{color:#fff}.nav-actions{display:flex;align-items:center;gap:12px;flex:0 0 auto}.menu-button{width:44px;height:44px;display:none;place-items:center;border:1px solid var(--white-line);border-radius:10px;background:#ffffff0a;color:#fff;cursor:pointer}.menu-button span{width:18px;height:2px;display:block;background:currentColor;box-shadow:0 6px 0 currentColor,0 -6px 0 currentColor}.btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;border-radius:10px;padding:12px 22px;font-weight:900;line-height:1;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.btn:hover{transform:translateY(-2px)}.btn-green{background:var(--green);color:#041008;border-color:var(--green)}.btn-dark{background:#0a0a0a;color:#fff;border-color:#0a0a0a}.btn-light{background:#fff;color:#0a0a0a;border-color:#fff}.btn-outline{background:transparent;color:#fff;border-color:#fff6}.section{position:relative;overflow:hidden}.section-dark{background:var(--dark);color:#fff}.section-light{background:var(--light);color:var(--ink)}.container{width:var(--container);margin:0 auto}.section-pad{padding:clamp(76px,9vw,132px) 0}.section-kicker{margin:0 0 14px;color:var(--green);font-family:Space Grotesk,Inter,sans-serif;font-size:.86rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Space Grotesk,Inter,Noto Sans SC,sans-serif;letter-spacing:0}h2{max-width:940px;margin-bottom:20px;font-size:clamp(2.5rem,5vw,5.25rem);line-height:.98}h3{margin-bottom:12px;font-size:clamp(1.35rem,2vw,1.75rem);line-height:1.15}.section-lede{max-width:680px;margin-bottom:48px;color:var(--muted);font-size:1.08rem}.section-dark .section-lede{color:#ffffffa8}.hero{position:relative;width:100%;height:100vh;overflow:hidden;background:#0a0a0a}.hero-media{position:absolute;top:0;right:0;width:70%;height:100%}.hero-media img,.hero-bg-img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background:linear-gradient(to right,#0a0a0a 35%,#0a0a0a80 60%,#0a0a0a1a)}.hero-content{position:relative;z-index:2;width:45%;height:100%;display:flex;flex-direction:column;justify-content:center;padding:0 0 0 80px}.hero-kicker{margin:0 0 18px;color:var(--green);font-family:Space Grotesk,Inter,sans-serif;font-size:13px;font-weight:800;letter-spacing:.15em;line-height:1;text-transform:uppercase}.hero-content h1{max-width:760px;margin-bottom:18px;color:#fff;font-size:80px;font-weight:800;line-height:1.1}.hero-subtitle{margin:0 0 18px;color:var(--green);font-family:Space Grotesk,Inter,sans-serif;font-size:28px;font-weight:700;line-height:1.2}.hero-description{max-width:440px;margin:0;color:#ffffffb3;font-size:16px;line-height:1.8}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.model-cover{position:absolute;z-index:3;display:inline-flex;align-items:center;justify-content:center;border-radius:2px;padding:2px 6px;font-family:Inter,Noto Sans SC,sans-serif;font-weight:800;line-height:1;pointer-events:none}#products{background:#fff;color:#111}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card{display:grid;grid-template-rows:280px 1fr;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.product-media{position:relative;display:grid;place-items:center;height:280px;padding:24px;overflow:hidden;background:#fff}.product-media img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 22px 24px rgba(0,0,0,.14))}.product-media .model-cover{font-size:11px}.product-card:nth-child(1) .model-cover{right:28px;bottom:52px;min-width:150px;min-height:18px;background:#fff;color:#111}.product-card:nth-child(2) .model-cover{left:32px;top:26px;background:#fff;color:#111}.product-body{display:flex;flex-direction:column;align-items:flex-start;padding:26px}.product-tag{display:inline-flex;margin-bottom:16px;border-radius:999px;padding:6px 11px;background:#00c8531f;color:#007a33;font-size:.78rem;font-weight:900}.product-body h3{margin-bottom:12px;font-size:clamp(1.45rem,2vw,1.85rem)}.product-desc{margin-bottom:24px;color:#4f5753;font-size:1rem}.product-specs{width:100%;margin:0 0 22px;display:grid;gap:0}.product-specs div{display:flex;align-items:baseline;justify-content:space-between;gap:14px;padding:9px 0;border-top:1px solid var(--line);font-size:.9rem}.product-specs div:last-child{border-bottom:1px solid var(--line)}.product-specs dt{flex:0 0 auto;color:#6b736e}.product-specs dd{margin:0;text-align:right;color:#1f2522;font-weight:700}.product-cta{margin-top:auto;color:#0d0f0e;font-weight:900;transition:color .18s ease,transform .18s ease}.product-cta:hover{color:var(--green-deep);transform:translate(3px)}.product-placeholder{width:100%;height:100%;border-radius:8px;background:#fff}.things-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.thing-card{overflow:hidden;border:1px solid var(--white-line);border-radius:var(--radius);background:#151515}.thing-card img,.thing-image-slot,.thing-placeholder{width:100%;aspect-ratio:1.15 / 1;object-fit:cover}.thing-image-slot{position:relative;display:grid;place-items:center;overflow:hidden;background:#2a2a2a}.thing-image-slot img{position:absolute;inset:0;width:100%;height:100%;opacity:0}.thing-image-slot span{position:relative;z-index:1;color:#fff;font-family:Space Grotesk,Inter,Noto Sans SC,sans-serif;font-size:18px;font-weight:900}.thing-body{padding:20px}.thing-title{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:8px}.thing-title h3{margin:0;font-size:1.28rem}.thing-title span{color:var(--green);font-family:Space Grotesk,Inter,sans-serif;font-size:.82rem;font-weight:800;text-transform:uppercase;white-space:nowrap}.thing-card p{margin:0;color:#ffffff9e;font-size:.95rem}.scenario-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.scenario-card{min-height:250px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid #e8e8e8;border-radius:var(--radius);padding:24px;background:#fff}.scenario-icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:34px;border-radius:12px;background:#00c8531f;font-size:1.55rem;line-height:1}.scenario-card p{margin-bottom:0;color:var(--muted)}.case-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.case-card{min-height:420px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;border:1px solid var(--white-line);border-radius:var(--radius);background:#1a1a1a}.case-body{padding:26px}.case-tag{display:inline-flex;margin-bottom:18px;border:1px solid rgba(0,200,83,.42);border-radius:999px;padding:7px 12px;color:var(--green);font-size:.78rem;font-weight:900}.case-card p{margin-bottom:0;color:#ffffffa3}.flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;counter-reset:step}.flow-card{position:relative;min-height:260px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--line);border-radius:var(--radius);padding:26px;background:#fff;counter-increment:step}.flow-card:before{content:"0" counter(step);color:#0d0f0e21;font-family:Space Grotesk,Inter,sans-serif;font-size:5.6rem;font-weight:700;line-height:.8}.flow-card p{margin-bottom:0;color:var(--muted)}.flow-action{width:fit-content;display:inline-flex;margin-top:18px;border-radius:999px;padding:8px 14px;background:var(--green);color:#041008;font-family:Space Grotesk,Inter,sans-serif;font-weight:900}.cta{background:var(--green);color:#031107}.cta-inner{min-height:360px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:32px;padding:clamp(74px,8vw,110px) 0}.cta h2{max-width:720px;margin-bottom:0}.cta-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:14px}.site-footer{background:#0a0a0a;color:#fff}.footer-inner{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1fr);gap:56px;padding:64px 0 34px}.footer-logo{width:190px;height:68px;object-fit:cover;object-position:center;margin-bottom:24px}.geo{max-width:680px;margin-bottom:0;color:#ffffffa8}.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:14px 24px;color:#ffffffb8;font-weight:700}.copyright{border-top:1px solid var(--white-line);padding:22px 0 30px;color:#ffffff7a;font-size:.92rem}body.solid-header .site-header{position:sticky;top:0}.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.post-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:transform .18s ease,box-shadow .18s ease}.post-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px #0d0f0e14}.post-card>a{display:flex;flex-direction:column;height:100%;padding:26px}.post-card time{margin-bottom:12px;color:var(--muted);font-family:Space Grotesk,Inter,sans-serif;font-size:.82rem;font-weight:700}.post-card h3{font-size:1.3rem}.post-card p{margin-bottom:20px;color:var(--muted);font-size:.95rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-more{margin-top:auto;color:var(--green-deep);font-weight:900}.prose{max-width:760px}.prose h1{margin-bottom:14px;color:var(--ink);font-size:clamp(1.9rem,4vw,2.8rem);line-height:1.2}.prose>time{display:block;margin-bottom:36px;color:var(--muted);font-family:Space Grotesk,Inter,sans-serif;font-size:.88rem;font-weight:700}.prose h2{margin-top:44px;font-size:clamp(1.4rem,2.4vw,1.75rem);line-height:1.3}.prose p,.prose li{color:#3c423f;font-size:1.02rem;line-height:1.85}.prose ul,.prose ol{padding-left:1.4em;margin-bottom:20px}.prose li{margin-bottom:8px}.prose a{color:var(--green-deep);font-weight:700;text-decoration:underline;text-underline-offset:3px}.prose table{width:100%;margin:20px 0 28px;border-collapse:collapse;font-size:.95rem}.prose th,.prose td{border:1px solid #e2e5e3;padding:10px 14px;text-align:left;vertical-align:top}.prose th{background:#f0f2f1;font-weight:800}.prose pre{margin:20px 0 28px;border-radius:10px;padding:18px 20px;background:#121212;color:#e8e8e8;overflow-x:auto;font-size:.9rem;line-height:1.7}.prose strong{color:var(--ink)}.post-back{margin-top:48px}.faq-list{max-width:860px;display:grid;gap:12px}.faq-item{border:1px solid var(--line);border-radius:var(--radius);background:#fff;transition:border-color .18s ease,box-shadow .18s ease}.faq-item[open]{border-color:#00c85366;box-shadow:0 10px 26px #0d0f0e0f}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;list-style:none;cursor:pointer;color:var(--ink);font-weight:800;font-size:1.06rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";flex:0 0 auto;color:var(--green-deep);font-size:1.5rem;font-weight:700;line-height:1;transition:transform .18s ease}.faq-item[open] summary:after{content:"–"}.faq-a{margin:0;padding:0 24px 22px;color:var(--muted);font-size:1rem;line-height:1.8}@media(max-width:1080px){.nav-links{position:fixed;inset:84px 16px auto auto;width:min(220px,calc(100vw - 32px));display:grid;gap:2px;padding:8px;background:#121212db;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--white-line);border-radius:14px;box-shadow:0 18px 44px #0000006b;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease,visibility .18s}.nav-links a{display:block;width:100%;padding:12px 14px;border-radius:9px;font-size:.96rem;transition:color .14s ease,background .14s ease}.nav-links a:hover,.nav-links a:active{color:#fff;background:#ffffff17}body.menu-open .nav-links{opacity:1;visibility:visible;transform:translateY(0)}.menu-button{display:grid}.hero-content{width:52%;padding-left:48px}.hero-content h1{font-size:68px}.scenario-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){:root{--container: min(100vw - 32px, 680px)}.site-header{position:sticky}html{scroll-padding-top:84px}.nav-actions .quote{display:none}.hero{height:auto;min-height:0}.hero-media{position:relative;width:100%;height:60vw}.hero-overlay{background:linear-gradient(to bottom,#0a0a0a4d,#0a0a0a)}.hero-content{width:100%;padding:40px 24px}.hero-content h1{font-size:clamp(40px,9vw,58px)}h2{font-size:clamp(2rem,8vw,2.5rem);line-height:1.2}.section-pad{padding:60px 0}.product-grid,.case-grid,.flow,.cta-inner,.footer-inner,.post-grid{grid-template-columns:1fr}.things-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.product-card{min-height:0}.product-media img{height:100%}.case-card,.scenario-card,.flow-card{min-height:0}.product-card-more{grid-template-rows:none}.product-card-more .product-media{display:none}.product-card-more .product-body{padding:20px 22px}.product-card-more .product-desc{margin-bottom:14px}.cta-actions,.footer-links{justify-content:flex-start}}@media(max-width:560px){.nav{min-height:70px}.logo-link img{width:142px;height:50px}.nav-links{inset-block-start:76px}html{scroll-padding-top:76px}.hero-content{padding-right:22px;padding-left:22px}.hero-content h1{font-size:40px}.hero-subtitle{font-size:24px}.hero-description,.section-lede{font-size:1rem}h2{font-size:32px}.hero-actions,.cta-actions{display:grid}.btn{width:100%}.product-body,.thing-body,.scenario-card,.case-body,.flow-card{padding:22px}}
