/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--green:#00b65a;--green-dark:#008943;--ink:#171d22;--ink-2:#202830;--white:#fff;--mist:#eef8f2;--muted:#64706a;--line:#dce6e0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--white);color:var(--ink);font-family:var(--font-geist), Arial, sans-serif;margin:0}a{color:inherit;text-decoration:none}img{display:block}.site-header{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:20;background:#fffffff5;justify-content:space-between;align-items:center;height:78px;padding:0 5vw;display:flex;position:sticky;top:0}.brand{align-items:center;width:180px;height:58px;display:flex;overflow:hidden}.brand img{width:100%;height:auto}.site-header nav{gap:28px;font-size:14px;font-weight:750;display:flex}.site-header nav a:hover{color:var(--green)}.button{background:var(--green);color:var(--white);border:1px solid var(--green);border-radius:4px;justify-content:center;align-items:center;padding:15px 22px;font-weight:850;transition:all .2s;display:inline-flex;box-shadow:0 8px 26px #00b65a2e}.button:hover{background:var(--green-dark);border-color:var(--green-dark);transform:translateY(-2px)}.button.small{padding:11px 18px;font-size:14px}.button.ghost{color:var(--ink);border-color:var(--ink);box-shadow:none;background:0 0}.button.ghost:hover{color:var(--white);background:var(--ink)}.button.light{background:var(--ink);border-color:var(--ink);color:var(--white)}.button.outline-dark{border-color:var(--ink);color:var(--ink);box-shadow:none;background:0 0}.hero{min-height:690px;color:var(--ink);background:var(--white);grid-template-columns:.85fr 1.15fr;padding:72px 6vw;display:grid;position:relative;overflow:hidden}.hero:before{content:"";background:var(--mist);clip-path:polygon(30% 0,100% 0,100% 100%);width:48vw;height:200px;position:absolute;top:0;right:-8vw}.hero:after{content:"";background:var(--green);clip-path:polygon(0 0,72% 0,100% 100%,0 100%);width:260px;height:80px;position:absolute;bottom:0;left:0}.hero-copy{z-index:2;align-self:center;max-width:650px;position:relative}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--green);font-size:12px;font-weight:900}.hero h1{letter-spacing:-.055em;margin:22px 0 28px;font-size:clamp(48px,6vw,84px);line-height:.97}.hero h1 span{color:var(--green)}.lead{color:var(--muted);max-width:600px;font-size:18px;line-height:1.72}.actions{gap:12px;margin:34px 0;display:flex}.actions.centered{justify-content:center}.proof{color:var(--ink);flex-wrap:wrap;gap:22px;font-size:13px;font-weight:700;display:flex}.hero-visual{z-index:2;justify-content:center;align-items:center;min-height:430px;display:flex;position:relative}.hero-real-collage{background:var(--ink);border:1px solid var(--line);z-index:2;border-radius:10px;grid-template-rows:1fr 1fr;grid-template-columns:.9fr 1fr;gap:8px;width:min(100%,900px);height:590px;padding:8px;display:grid;position:relative;overflow:hidden;box-shadow:0 28px 70px #171d222e}.hero-real-collage img{object-fit:contain;background:#0f1418;width:100%;min-width:0;height:100%;min-height:0}.hero-real-collage__main{grid-area:1/1}.hero-real-collage img:last-child{grid-area:1/2/-1}.visual-label{z-index:3;background:var(--green);color:var(--white);letter-spacing:.06em;text-transform:uppercase;border-radius:4px;padding:11px 14px;font-size:12px;font-weight:900;position:absolute;bottom:18px;right:18px}.glow{background:var(--green);opacity:.12;filter:blur(95px);border-radius:50%;width:440px;height:440px;position:absolute}.trust-strip{background:var(--ink);color:var(--white);text-transform:uppercase;letter-spacing:.06em;justify-content:center;align-items:center;gap:25px;padding:20px 6vw;font-size:13px;font-weight:800;display:flex}.trust-strip i{background:var(--green);border-radius:50%;width:5px;height:5px}.section{padding:100px 7vw}.section-heading{text-align:center;max-width:760px;margin:0 auto 52px}.section-heading h2,.about-copy h2,.system-copy h2,.selector-title h2{letter-spacing:-.045em;margin:14px 0;font-size:clamp(34px,4vw,58px);line-height:1.05}.section-heading>p:last-child{color:var(--muted);line-height:1.7}.product-intro{max-width:1280px;margin:auto}.standing-feature{background:var(--ink);border:1px solid var(--ink);grid-template-columns:repeat(3,1fr);gap:8px;min-width:0;padding:8px;display:grid;position:relative;overflow:hidden}.standing-feature figure{background:var(--white);min-width:0;margin:0;overflow:hidden}.standing-feature img{aspect-ratio:3/4;object-fit:contain;background:var(--white);width:100%;height:auto}.standing-feature figcaption{color:var(--ink);text-align:center;padding:12px 14px;font-size:13px;font-weight:800}.standing-feature>span{background:var(--green);color:var(--white);letter-spacing:.08em;text-transform:uppercase;border-radius:3px;padding:9px 11px;font-size:10px;font-weight:900;position:absolute;top:20px;left:20px;box-shadow:0 8px 24px #0000002e}.product-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px;display:grid}.product-grid article{border:1px solid var(--line);border-left:4px solid var(--green);background:var(--white);padding:25px;transition:all .2s}.product-grid article:hover{border-color:var(--green);transform:translateY(-2px);box-shadow:0 10px 28px #171d2214}.product-grid b{color:var(--green);font-size:12px}.product-grid h3{margin:16px 0 8px;font-size:21px}.product-grid p{color:var(--muted);margin:0;line-height:1.55}.system-section{background:var(--ink);color:var(--white);grid-template-columns:1fr 1fr;align-items:center;gap:8vw;padding:100px 7vw;display:grid;position:relative;overflow:hidden}.system-section:after{content:"";background:#0d3523;width:430px;height:220px;position:absolute;bottom:-80px;right:-110px;transform:rotate(-18deg)}.system-copy{z-index:2;position:relative}.system-copy>p:not(.eyebrow){color:#b6c0ba;font-size:17px;line-height:1.75}.layer-list{border-top:1px solid #39433d;margin-top:32px}.layer-list>div{border-bottom:1px solid #39433d;grid-template-columns:48px 1fr;gap:12px;padding:16px 0;display:grid}.layer-list b{color:var(--green);font-size:12px}.layer-list span{color:#aeb8b2;font-size:14px}.layer-list strong{color:var(--white);margin-bottom:4px;font-size:16px;display:block}.system-visual{perspective:900px;z-index:2;min-height:480px;position:relative}.layer{border-radius:5px;align-items:flex-end;width:82%;height:250px;padding:16px;display:flex;position:absolute;left:9%;transform:rotateX(62deg)rotate(-8deg);box-shadow:0 28px 36px #00000059}.layer span{background:var(--ink);color:var(--white);text-transform:uppercase;letter-spacing:.08em;padding:7px 10px;font-size:11px;font-weight:800}.layer.fabric{background:linear-gradient(135deg,var(--white) 0 35%,var(--green) 35% 65%,var(--ink) 65%);border:3px solid var(--green);z-index:4;top:8px}.layer.light{border:5px solid var(--white);z-index:3;background:#ffffffe6;top:78px;box-shadow:0 0 55px #ffffff6b}.layer.leds{border:8px solid var(--green);z-index:2;background:#222b25;grid-template-columns:repeat(6,1fr);align-content:center;gap:20px;display:grid;top:148px}.layer.leds i{background:var(--white);height:12px;box-shadow:0 0 14px var(--white);border-radius:8px}.layer.frame{background:var(--ink-2);z-index:1;border:15px solid #465149;top:218px}.profile-section{background:var(--mist);padding:100px 7vw}.case-system-gallery{grid-template-columns:repeat(3,1fr);gap:16px;max-width:1100px;margin:0 auto 24px;display:grid}.case-system-gallery figure{border:1px solid var(--line);background:var(--white);margin:0;overflow:hidden}.case-system-gallery__wide{grid-column:1/-1}.case-system-gallery img{object-fit:contain;background:var(--white);width:100%;height:100%;max-height:520px}.case-system-gallery figure:not(.case-system-gallery__wide) img{aspect-ratio:3/2}.case-system-gallery figcaption{border-top:1px solid var(--line);color:var(--muted);padding:13px 16px;font-size:13px;font-weight:750}.profile-photo{background:var(--ink);border:1px solid #2d3831;max-width:1100px;margin:0 auto 22px;overflow:hidden}.profile-photo img{object-fit:cover;width:100%;max-height:520px}.profile-photo figcaption{color:#c2cdc6;margin:0;padding:13px 17px;font-size:12px;line-height:1.5}.profiles{grid-template-columns:repeat(3,1fr);gap:18px;max-width:1100px;margin:auto;display:grid}.profiles article{background:var(--white);border:1px solid var(--line);text-align:center;padding:30px}.profile-line{background:var(--ink);border:4px solid var(--green);margin:0 auto 30px;box-shadow:0 0 22px #00b65a2e}.profile-line.thin{width:115px;height:50px}.profile-line.medium{width:115px;height:80px}.profile-line.thick{width:115px;height:110px}.profiles b{color:var(--green);font-size:13px}.profiles h3{margin:9px 0;font-size:22px}.profiles p{color:var(--muted);line-height:1.6}.color-options{justify-content:center;align-items:center;gap:12px;max-width:1100px;margin:28px auto 0;font-weight:750;display:flex}.color-options span{color:var(--muted);margin-right:18px}.color-options i{border:3px solid var(--white);width:28px;height:28px;box-shadow:0 0 0 1px var(--line);border-radius:50%}.black-swatch{background:var(--ink)}.gray-swatch{background:#8c9490}.fabric-section{background:var(--white);grid-template-columns:1.05fr .95fr;align-items:center;gap:7vw;padding:100px 7vw;display:grid}.fabric-visual{border:1px solid var(--line);background:var(--mist);min-height:520px;position:relative;overflow:hidden}.fabric-visual img{object-fit:contain;width:100%;height:100%;min-height:520px}.fabric-visual>span{background:var(--green);color:var(--white);letter-spacing:.06em;text-transform:uppercase;border-radius:4px;padding:10px 13px;font-size:12px;font-weight:900;position:absolute;bottom:18px;left:18px}.fabric-copy h2{letter-spacing:-.045em;margin:14px 0;font-size:clamp(34px,4vw,58px);line-height:1.05}.fabric-copy>p:not(.eyebrow){color:var(--muted);font-size:17px;line-height:1.75}.fabric-copy ul{border-top:1px solid var(--line);margin:30px 0 0;padding:0;list-style:none}.fabric-copy li{border-bottom:1px solid var(--line);grid-template-columns:44px 1fr;gap:14px;padding:17px 0;display:grid}.fabric-copy li>b{color:var(--green);font-size:12px}.fabric-copy li span{color:var(--muted);font-size:14px;line-height:1.55}.fabric-copy li strong{color:var(--ink);margin-bottom:3px;font-size:16px;display:block}.dark-section{background:var(--ink);color:var(--white);grid-template-columns:.75fr 1.25fr;align-items:center;gap:70px;padding:95px 7vw;display:grid}.about-mark{background:linear-gradient(145deg,#202a24,#111713);border:1px solid #39433d;flex-direction:column;justify-content:center;min-height:360px;padding:44px;display:flex}.about-mark span{color:var(--white);letter-spacing:-.04em;font-size:clamp(30px,4vw,52px);font-weight:900}.about-mark strong{color:var(--green);letter-spacing:-.06em;font-size:clamp(44px,6vw,82px);line-height:.9}.about-mark small{color:#aeb9b2;letter-spacing:.12em;text-transform:uppercase;margin-top:26px;font-size:12px;font-weight:800}.about-visual img{border-radius:50%;width:100%;box-shadow:0 20px 60px #0006}.about-copy>p:not(.eyebrow){color:#b1bcb5;font-size:17px;line-height:1.75}.about-points{background:#3a443e;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:36px;display:grid}.about-points div{background:var(--ink);padding:22px}.about-points strong{color:var(--green);margin-bottom:8px;display:block}.about-points span{color:#aeb9b2;font-size:14px;line-height:1.55}.applications-section{background:var(--white);padding:100px 7vw}.application-grid{grid-template-columns:repeat(2,1fr);gap:18px;max-width:1200px;margin:auto;display:grid}.application-grid article{background:var(--ink);min-height:470px;position:relative;overflow:hidden}.application-grid .application-wide{grid-column:1/-1;min-height:590px}.application-grid img{width:100%;height:100%;min-height:inherit;object-fit:cover;transition:transform .45s}.application-grid article:after{content:"";pointer-events:none;background:linear-gradient(#0000,#0c110ee6);position:absolute;inset:35% 0 0}.application-grid article:hover img{transform:scale(1.025)}.application-grid article>div{z-index:2;color:var(--white);padding:32px;position:absolute;bottom:0;left:0;right:0}.application-grid span{background:var(--green);letter-spacing:.08em;text-transform:uppercase;border-radius:3px;padding:7px 9px;font-size:11px;font-weight:900;display:inline-flex}.application-grid h3{margin:13px 0 6px;font-size:25px}.application-grid p{color:#d9e1dc;max-width:650px;margin:0;line-height:1.55}.real-cases-heading{text-align:center;max-width:780px;margin:86px auto 34px}.real-cases-heading h3{letter-spacing:-.04em;margin:12px 0;font-size:clamp(30px,3.6vw,50px);line-height:1.06}.real-cases-heading>p:last-child{color:var(--muted);line-height:1.7}.real-case-grid{grid-template-columns:repeat(3,1fr);gap:18px;max-width:1200px;margin:auto;display:grid}.real-case{border:1px solid var(--line);background:var(--white);overflow:hidden}.real-case__photos{background:var(--ink);grid-template-columns:1fr 1fr;gap:2px;display:grid}.real-case figure{aspect-ratio:3/4;background:#dfe9e3;margin:0;position:relative;overflow:hidden}.real-case figure img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.real-case:hover figure img{transform:scale(1.02)}.real-case figcaption{color:#fff;letter-spacing:.07em;text-transform:uppercase;background:#171d22e0;padding:6px 8px;font-size:10px;font-weight:900;position:absolute;bottom:10px;left:10px}.real-case figure:first-child figcaption{background:var(--green)}.real-case__copy{grid-template-columns:38px 1fr;gap:12px;padding:20px;display:grid}.real-case__copy>span{background:var(--mist);width:34px;height:34px;color:var(--green-dark);border-radius:50%;place-items:center;font-size:11px;font-weight:900;display:grid}.real-case__copy h3{margin:2px 0 7px;font-size:19px}.real-case__copy p{color:var(--muted);margin:0;font-size:13px;line-height:1.55}.field-stories-heading{text-align:center;max-width:780px;margin:86px auto 34px}.field-stories-heading h3{letter-spacing:-.04em;margin:12px 0;font-size:clamp(30px,3.6vw,50px);line-height:1.06}.field-stories-heading>p:last-child{color:var(--muted);line-height:1.7}.field-stories{columns:3 280px;column-gap:18px;max-width:1200px;margin:auto}.field-stories figure{break-inside:avoid;border:1px solid var(--line);background:var(--white);width:100%;margin:0 0 18px;display:inline-block;overflow:hidden}.field-stories img{background:var(--ink);width:100%;height:auto}.field-stories figcaption{flex-direction:column;gap:6px;padding:19px 20px 21px;display:flex}.field-stories figcaption span{color:var(--green-dark);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:900}.field-stories figcaption strong{font-size:19px;line-height:1.25}.field-stories figcaption small{color:var(--muted);font-size:13px;line-height:1.55}.process{background:var(--mist)}.process-layout{grid-template-columns:320px 1fr;gap:34px;max-width:1200px;margin:auto;display:grid}.process-image{min-height:520px;position:relative;overflow:hidden}.process-image img{object-fit:contain;border:1px solid var(--line);background:var(--white);width:100%;height:100%}.process-image span{background:var(--ink);color:var(--white);text-transform:uppercase;letter-spacing:.08em;padding:9px 12px;font-size:12px;font-weight:850;position:absolute;bottom:16px;left:16px}.steps{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.steps>div{background:var(--white);border:1px solid var(--line);padding:24px}.steps b{background:var(--green);width:38px;height:38px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;display:flex}.steps h3{margin:15px 0 8px;font-size:19px}.steps p{color:var(--muted);margin:0;line-height:1.55}.production-gallery{grid-template-columns:repeat(3,1fr);gap:18px;max-width:1200px;margin:56px auto 0;display:grid}.production-gallery article{background:var(--white);border:1px solid var(--line);transition:all .2s;overflow:hidden}.production-gallery article:hover{border-color:var(--green);transform:translateY(-3px);box-shadow:0 14px 32px #171d221a}.production-photo{aspect-ratio:4/3;background:#dfe9e3;position:relative;overflow:hidden}.production-photo img{object-fit:contain;width:100%;height:100%;transition:transform .35s}.production-gallery article:hover img{transform:scale(1.025)}.production-photo b{background:var(--green);width:42px;height:42px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:12px;display:flex;position:absolute;top:14px;left:14px;box-shadow:0 6px 20px #0003}.production-copy{padding:21px}.production-copy h3{margin:0 0 8px;font-size:20px}.production-copy p{color:var(--muted);margin:0;font-size:14px;line-height:1.6}.representation-note{max-width:1200px;color:var(--muted);text-align:right;margin:16px auto 0;font-size:12px}.service-band{background:var(--white);grid-template-columns:repeat(3,1fr);gap:18px;padding:0 7vw 100px;display:grid}.service-band article{border:1px solid var(--line);grid-template-columns:78px 1fr;align-items:center;display:grid}.service-band article>b{background:var(--green);width:48px;height:48px;color:var(--white);border-radius:50%;place-items:center;margin-left:20px;font-size:12px;display:grid}.service-band div{padding:18px}.service-band h3{margin:0 0 7px;font-size:18px}.service-band p{color:var(--muted);margin:0;font-size:14px;line-height:1.5}.use-cases{background:var(--white);border-top:1px solid var(--line);padding:95px 7vw}.sector-grid{grid-template-columns:repeat(4,1fr);gap:12px;max-width:1100px;margin:auto;display:grid}.sector-grid span{border:1px solid var(--line);border-top:4px solid var(--green);text-align:center;background:var(--white);padding:24px 16px;font-weight:780}.selector-section{background:var(--ink);color:var(--white);grid-template-columns:.8fr 1.2fr;align-items:center;gap:8vw;padding:100px 7vw;display:grid}.selector-title>p:not(.eyebrow){color:#aeb9b2;line-height:1.7}.selector-list{margin:0;padding:0;list-style:none}.selector-list li{border-bottom:1px solid #3b453f;grid-template-columns:58px 1fr;gap:16px;padding:18px 0;display:grid}.selector-list li:first-child{border-top:1px solid #3b453f}.selector-list b{color:var(--green);font-size:13px}.selector-list span{color:#aeb9b2;font-size:14px}.selector-list strong{color:var(--white);margin-bottom:5px;font-size:17px;display:block}.faq-list{border-top:1px solid var(--line);max-width:900px;margin:auto}details{border-bottom:1px solid var(--line);padding:23px 4px}summary{cursor:pointer;justify-content:space-between;font-size:18px;font-weight:750;list-style:none;display:flex}summary:after{content:"+";color:var(--green);font-size:25px}details[open] summary:after{content:"−"}details p{color:var(--muted);max-width:760px;line-height:1.7}.cta{text-align:center;background:var(--green);color:var(--white);padding:90px 7vw;position:relative;overflow:hidden}.cta:before,.cta:after{content:"";background:#171d2224;width:260px;height:140px;position:absolute;transform:rotate(28deg)}.cta:before{top:-60px;left:-80px}.cta:after{bottom:-70px;right:-70px}.cta .eyebrow{color:var(--ink)}.cta h2{letter-spacing:-.05em;max-width:870px;margin:15px auto;font-size:clamp(36px,5vw,66px)}.cta>p:not(.eyebrow){margin-bottom:20px}.contact-grid{z-index:2;grid-template-columns:repeat(3,1fr);gap:12px;max-width:1050px;margin:34px auto 0;display:grid;position:relative}.contact-grid a{text-align:left;background:var(--white);min-width:0;color:var(--ink);border:1px solid #171d222e;align-items:center;gap:15px;padding:18px;transition:all .2s;display:flex}.contact-grid a:hover{transform:translateY(-3px);box-shadow:0 14px 32px #171d2229}.contact-grid svg{width:25px;height:25px;color:var(--green-dark);flex:none}.contact-grid span{min-width:0}.contact-grid small,.contact-grid strong{display:block}.contact-grid small{color:var(--muted);text-transform:uppercase;letter-spacing:.09em;margin-bottom:4px;font-size:11px;font-weight:850}.contact-grid strong{overflow-wrap:anywhere;font-size:14px}.social-section{background:var(--mist);grid-template-columns:.7fr 1.3fr;align-items:center;gap:6vw;padding:85px 7vw;display:grid}.social-section h2{letter-spacing:-.04em;margin:12px 0 0;font-size:clamp(30px,3.6vw,52px);line-height:1.07}.social-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.social-grid a{background:var(--white);border:1px solid var(--line);align-items:center;gap:15px;padding:21px;transition:all .2s;display:flex}.social-grid a:hover{border-color:var(--green);transform:translateY(-2px);box-shadow:0 12px 28px #171d2214}.social-grid svg{width:27px;height:27px;color:var(--green)}.social-grid strong,.social-grid small{display:block}.social-grid strong{margin-bottom:3px;font-size:16px}.social-grid small{color:var(--muted)}footer{background:var(--ink);color:#9eaaa3;grid-template-columns:220px 1fr 1fr;align-items:center;gap:25px;padding:50px 7vw;display:grid}footer img{background:var(--white);border-radius:4px;width:210px}.footer-links{color:var(--white);justify-content:flex-end;gap:22px;display:flex}.footer-links a:hover{color:var(--green)}footer small{border-top:1px solid #354039;grid-column:1/-1;padding-top:20px}.floating-wa{background:var(--green);width:58px;height:58px;color:var(--white);z-index:30;border-radius:50%;justify-content:center;align-items:center;font-weight:900;display:flex;position:fixed;bottom:22px;right:22px;box-shadow:0 10px 35px #0000004d}.floating-wa svg{width:27px;height:27px}.cookie-consent{z-index:80;background:var(--ink);max-width:920px;color:var(--white);border:1px solid #3b463f;border-radius:10px;justify-content:space-between;align-items:center;gap:26px;margin:auto;padding:20px 22px;display:flex;position:fixed;bottom:20px;left:20px;right:20px;box-shadow:0 22px 60px #00000052}.cookie-consent strong{margin-bottom:5px;font-size:16px;display:block}.cookie-consent p{color:#c6d0ca;max-width:610px;margin:0;font-size:13px;line-height:1.55}.cookie-consent__actions{flex:none;gap:9px;display:flex}.cookie-consent button,.cookie-preference{cursor:pointer;font:inherit;border:0;font-weight:800}.cookie-consent__primary{background:var(--green);color:var(--white);border-radius:4px;padding:12px 15px}.cookie-consent__secondary{color:var(--white);background:0 0;border-radius:4px;outline:1px solid #68736c;padding:12px 15px}.cookie-preference{z-index:35;color:#dbe4de;background:#171d22e6;border-radius:4px;padding:8px 10px;font-size:11px;position:fixed;bottom:14px;left:14px}@media (width<=720px){.cookie-consent{flex-direction:column;align-items:stretch;gap:15px;padding:18px}.cookie-consent__actions{grid-template-columns:1fr 1fr;display:grid}}.wa-greeter{background:var(--white);border:1px solid var(--line);z-index:45;border-radius:14px;width:min(390px,100vw - 32px);animation:.35s both greeter-in;position:fixed;bottom:94px;right:22px;overflow:hidden;box-shadow:0 24px 70px #0f181347}.wa-greeter:after{content:"";background:var(--white);width:16px;height:16px;position:absolute;bottom:-8px;right:28px;transform:rotate(45deg)}.wa-greeter__close{z-index:2;width:31px;height:31px;color:var(--white);cursor:pointer;background:#ffffff1a;border:0;border-radius:50%;place-items:center;font-size:22px;line-height:1;transition:all .2s;display:grid;position:absolute;top:9px;right:11px}.wa-greeter__close:hover{background:#ffffff38}.wa-greeter__header{background:linear-gradient(135deg,var(--ink),#23312a);color:var(--white);align-items:center;gap:14px;padding:17px 48px 17px 17px;display:flex}.wa-greeter__avatar{flex:0 0 70px;width:70px;height:70px;position:relative}.wa-greeter__avatar>span{border:3px solid var(--green);background:var(--white);width:70px;height:70px;color:var(--green-dark);border-radius:50%;place-items:center;font-size:28px;font-weight:950;display:grid}.wa-greeter__avatar>i{border:3px solid var(--ink);background:var(--green);border-radius:50%;width:15px;height:15px;position:absolute;bottom:4px;right:1px}.wa-greeter__identity strong,.wa-greeter__identity span,.wa-greeter__identity small{display:block}.wa-greeter__identity strong{margin-bottom:2px;font-size:18px}.wa-greeter__identity span{color:#c7d2cc;font-size:12px;line-height:1.35}.wa-greeter__identity small{color:#aebbb4;margin-top:6px;font-size:11px}.wa-greeter__identity small i{background:var(--green);border-radius:50%;width:7px;height:7px;margin-right:4px;display:inline-block}.wa-greeter__body{padding:18px}.wa-greeter__body p{color:var(--muted);margin:0 0 7px;font-size:14px;line-height:1.55}.wa-greeter__body p strong{color:var(--ink);font-size:16px}.wa-greeter__body>a{background:var(--green);color:var(--white);border-radius:7px;justify-content:center;align-items:center;gap:9px;margin-top:16px;padding:13px 16px;font-size:14px;font-weight:850;transition:all .2s;display:flex;box-shadow:0 8px 24px #00b65a33}.wa-greeter__body>a:hover{background:var(--green-dark);transform:translateY(-1px)}.wa-greeter__body>a svg{width:20px;height:20px}.wa-greeter__later{width:100%;color:var(--muted);cursor:pointer;background:0 0;border:0;margin-top:8px;padding:7px;font-size:12px;display:block}.wa-greeter__later:hover{color:var(--ink)}@keyframes greeter-in{0%{opacity:0;transform:translateY(18px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=1000px){.site-header nav{display:none}.hero{grid-template-columns:1fr;padding:64px 6vw 44px}.hero-visual{min-height:340px;margin-top:30px}.process-layout{grid-template-columns:300px 1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.system-section,.selector-section,.fabric-section,.social-section{grid-template-columns:1fr}.system-visual{width:100%;max-width:650px;margin:auto}.dark-section{grid-template-columns:280px 1fr;gap:35px}.about-points{grid-template-columns:1fr}.service-band article{grid-template-columns:72px 1fr}.sector-grid,.production-gallery{grid-template-columns:repeat(2,1fr)}.application-grid .application-wide{min-height:500px}.real-case-grid{grid-template-columns:1fr;max-width:720px}.field-stories{columns:2 260px}footer{grid-template-columns:180px 1fr}footer p{display:none}}@media (width<=680px){.site-header{height:68px;padding:0 18px}.brand{width:135px;height:48px}.button.small{padding:10px 12px;font-size:12px}.hero{min-height:auto;padding:56px 20px 34px}.hero h1{font-size:48px}.lead{font-size:16px}.actions{flex-direction:column}.proof{flex-direction:column;gap:10px}.hero-visual{min-height:210px}.hero-real-collage{height:440px}.trust-strip{white-space:nowrap;justify-content:flex-start;padding:16px 20px;overflow:auto}.section,.dark-section,.system-section,.profile-section,.use-cases,.selector-section,.fabric-section,.applications-section,.social-section{padding:66px 20px}.process-layout,.dark-section,.standing-feature{grid-template-columns:1fr}.process-image img{max-height:340px}.product-grid,.steps,.profiles,.sector-grid,.production-gallery{grid-template-columns:1fr}.process-image{min-height:320px}.case-system-gallery{grid-template-columns:1fr}.case-system-gallery__wide{grid-column:auto}.fabric-visual,.fabric-visual img{min-height:390px}.application-grid{grid-template-columns:1fr}.application-grid .application-wide{grid-column:auto;min-height:390px}.application-grid article{min-height:390px}.application-grid article>div{padding:23px}.real-cases-heading{margin-top:58px}.real-case__copy{padding:17px}.field-stories-heading{margin-top:58px}.field-stories{columns:1}.system-visual{min-height:360px}.layer{height:175px}.layer.fabric{top:0}.layer.light{top:52px}.layer.leds{gap:8px;top:104px}.layer.frame{top:156px}.service-band{grid-template-columns:1fr;padding:0 20px 66px}.service-band article{grid-template-columns:72px 1fr}.about-mark{min-height:280px}.cta{padding:70px 20px}.contact-grid,.social-grid{grid-template-columns:1fr}footer{grid-template-columns:1fr;padding:45px 20px}.footer-links{flex-direction:column;justify-content:flex-start}footer small{grid-column:auto}.wa-greeter{width:calc(100vw - 28px);bottom:90px;right:14px}.wa-greeter__header{padding:14px 44px 14px 14px}.wa-greeter__avatar,.wa-greeter__avatar>span{width:62px;height:62px}.wa-greeter__avatar{flex-basis:62px}.wa-greeter__body{padding:15px}}@media (prefers-reduced-motion:reduce){.wa-greeter{animation:none}}
