:root{color-scheme:light;--ink: #111820;--muted: #5c6873;--line: #d7dde3;--paper: #f3f5f7;--panel: #ffffff;--panel-strong: #e8edf2;--green: #287b91;--green-dark: #101820;--teal: #00a8c6;--amber: #b8872d;--coral: #c95f4a;--blue: #276da8;--shadow: 0 22px 70px rgba(17, 24, 32, .16);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:geometricPrecision}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(135deg,#f8fafb,#eef2f5 42%,#f6f8fa);color:var(--ink)}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.app{min-height:100vh;overflow-x:hidden}.site-header{position:sticky;top:0;z-index:50;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;min-height:74px;padding:0 32px;background:#f6f8faeb;border-bottom:1px solid rgba(17,24,32,.1);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:10px;min-width:0}.brand-mark{display:grid;place-items:center;width:42px;height:42px;color:#fff;background:linear-gradient(135deg,var(--green),var(--teal));border:1px solid rgba(255,255,255,.4);border-radius:8px;box-shadow:0 12px 24px #00a8c638}.brand strong,.brand small{display:block}.brand strong{font-size:16px;line-height:1.1}.brand small{color:var(--muted);font-size:12px;line-height:1.3;white-space:nowrap}.brand-button{padding:0;color:inherit;background:transparent;border:0;cursor:pointer;text-align:left}.desktop-nav{display:flex;justify-content:center;gap:8px}.desktop-nav a,.desktop-nav button{padding:10px 12px;color:var(--muted);background:transparent;border:0;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer}.desktop-nav a:hover,.desktop-nav button:hover,.desktop-nav button.active{color:var(--ink);background:#287b911a}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.icon-button,.cart-button,.menu-button,.close-button,.filter-chip,.segmented-control button,.product-footer button,.submit-button,.primary-action,.secondary-action,.cart-item-title button,.qty-control button{border:0;cursor:pointer}.icon-button,.cart-button,.menu-button{min-height:42px;border-radius:8px}.icon-button,.cart-button{display:inline-flex;align-items:center;gap:8px;padding:0 13px;color:var(--ink);background:var(--panel);border:1px solid var(--line);font-weight:800}.cart-button{color:#fff;background:var(--green-dark);border-color:var(--green-dark)}.cart-button b{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;color:var(--green-dark);background:#fff;border-radius:999px;font-size:12px}.menu-button{display:none;place-items:center;width:42px;color:var(--ink);background:var(--panel);border:1px solid var(--line)}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;flex-direction:column;gap:8px;padding:22px;background:#f7f8f3fa}.mobile-menu a,.mobile-menu button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:18px 4px;color:var(--ink);background:transparent;border:0;border-bottom:1px solid var(--line);font-size:22px;font-weight:850;cursor:pointer;text-align:left}.close-button{display:grid;place-items:center;width:42px;height:42px;margin-left:auto;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:8px}.hero{position:relative;display:grid;min-height:calc(100vh - 74px);max-height:880px;overflow:hidden}.hero-media,.hero-overlay,.hero-content{grid-area:1 / 1}.hero-media{background-image:url(/assets/robot-operations-hero.png);background-size:cover;background-position:center}.hero-overlay{background:linear-gradient(90deg,#090e14db,#11182094 36%,#11182014 76%),linear-gradient(0deg,#f3f5f7d6,#f3f5f700 28%)}.hero-content{position:relative;display:flex;flex-direction:column;justify-content:center;width:min(760px,calc(100% - 44px));margin-left:clamp(22px,6vw,86px);padding:72px 0 110px;color:#fff}.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;color:#d9efe6;font-size:13px;font-weight:850;letter-spacing:0;text-transform:uppercase}.hero h1{max-width:680px;margin:0;font-size:clamp(42px,6.4vw,88px);line-height:.98;letter-spacing:0}.hero-body{max-width:640px;margin:24px 0 0;color:#ffffffe6;font-size:clamp(17px,2vw,22px);line-height:1.58}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.primary-action,.secondary-action{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:48px;padding:0 19px;border-radius:8px;font-weight:850}.primary-action{color:#fff;background:var(--green);box-shadow:0 18px 38px #1018203d}.secondary-action{color:#fff;background:#ffffff21;border:1px solid rgba(255,255,255,.38)}.hero-note{max-width:650px;margin:20px 0 0;color:#ffffffc2;font-size:13px;line-height:1.55}.trust-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;width:min(1120px,calc(100% - 44px));margin:24px auto 0;overflow:hidden;background:var(--line);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.trust-item{display:flex;align-items:center;gap:13px;min-height:104px;padding:18px;background:#fff}.trust-item svg{flex:0 0 auto;color:var(--green)}.trust-item strong,.trust-item small{display:block}.trust-item strong{font-size:18px}.trust-item small{margin-top:2px;color:var(--muted)}.section{width:min(1180px,calc(100% - 44px));margin:0 auto;padding:92px 0}.section-heading{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(320px,1.2fr);gap:36px;align-items:end;margin-bottom:34px}.section-heading.compact{display:block;max-width:760px}.section-kicker{color:var(--green)}.section-heading h2,.quote-band h2{margin:0;font-size:clamp(30px,4.5vw,52px);line-height:1.04;letter-spacing:0}.section-heading p:not(.section-kicker){margin:0;color:var(--muted);font-size:17px;line-height:1.68}.catalog-toolbar{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:end;margin-bottom:22px;padding:16px;background:#fff;border:1px solid var(--line);border-radius:8px}.toolbar-label{display:block;margin:0 0 10px;color:var(--muted);font-size:12px;font-weight:850;text-transform:uppercase}.filter-row{display:flex;flex-wrap:wrap;gap:8px}.filter-chip{min-height:38px;padding:0 13px;color:var(--muted);background:var(--panel-strong);border:1px solid transparent;border-radius:8px;font-size:14px;font-weight:800}.filter-chip.active{color:#fff;background:var(--green-dark)}.segmented-control{display:grid;grid-template-columns:repeat(3,minmax(92px,1fr));padding:4px;background:var(--panel-strong);border:1px solid var(--line);border-radius:8px}.segmented-control button{min-height:34px;padding:0 10px;color:var(--muted);background:transparent;border-radius:6px;font-size:14px;font-weight:850;white-space:nowrap}.segmented-control button.active{color:#fff;background:var(--teal)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-card,.service-card,.solution-item,.process-step,.resource-link,.cart-item{background:#fff;border:1px solid var(--line);border-radius:8px}.product-card{display:flex;flex-direction:column;min-height:520px;padding:18px}.product-top{display:flex;justify-content:space-between;gap:12px}.product-icon{display:grid;place-items:center;width:46px;height:46px;color:var(--green);background:#e6eef3;border-radius:8px}.availability{align-self:flex-start;padding:6px 8px;color:#7a4f11;background:#fff2d9;border-radius:999px;font-size:11px;font-weight:850}.product-brand{margin:22px 0 6px;color:var(--teal);font-size:12px;font-weight:900;text-transform:uppercase}.product-card h3{min-height:58px;margin:0;font-size:22px;line-height:1.18;letter-spacing:0}.product-summary{min-height:78px;margin:12px 0 18px;color:var(--muted);font-size:14px;line-height:1.58}.product-details{display:grid;gap:12px;margin-top:auto}.product-details div{padding:12px;background:var(--panel-strong);border-radius:8px}.product-details span{display:block;margin-bottom:8px;color:var(--green-dark);font-size:12px;font-weight:900}.product-details ul{display:grid;gap:6px;margin:0;padding-left:18px;color:var(--muted);font-size:13px;line-height:1.4}.product-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}.product-footer a{color:var(--blue);font-size:13px;font-weight:850}.product-footer button{min-height:40px;padding:0 12px;color:#fff;background:var(--green-dark);border-radius:8px;font-size:13px;font-weight:850}.services-section,.resource-section{width:100%;margin:0;padding-inline:max(22px,calc((100vw - 1180px)/2));background:#edf1f4}.service-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-top:30px}.service-card{min-height:265px;padding:22px}.service-card svg{color:var(--coral)}.service-card h3,.solution-item h3{margin:18px 0 10px;font-size:20px;line-height:1.2}.service-card p,.solution-item p,.process-step p{margin:0;color:var(--muted);font-size:14px;line-height:1.62}.solution-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:30px}.solution-item{min-height:190px;padding:22px}.solution-item svg{color:var(--green)}.process-section{padding-top:36px}.process-list{display:grid;gap:10px;margin-top:28px}.process-step{display:grid;grid-template-columns:92px 1fr;gap:22px;padding:22px}.process-step span{display:grid;place-items:center;width:62px;height:62px;color:#fff;background:var(--green-dark);border-radius:8px;font-weight:900}.process-step h3{margin:3px 0 8px;font-size:22px}.resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:30px}.resource-link{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:86px;padding:18px}.resource-link:hover{border-color:#00a8c65c;box-shadow:0 12px 30px #1b2a2414}.resource-link strong,.resource-link small{display:block}.resource-link small{margin-top:5px;color:var(--muted);line-height:1.35}.resource-link svg{flex:0 0 auto;color:var(--green)}.quote-band{display:flex;align-items:center;justify-content:space-between;gap:24px;width:min(1180px,calc(100% - 44px));margin:88px auto;padding:34px;color:#fff;background:linear-gradient(135deg,#101820fa,#008096e0),var(--green-dark);border-radius:8px}.quote-band .section-kicker{color:#cfeee0}.quote-band .primary-action{flex:0 0 auto;background:#fff;color:var(--green-dark);box-shadow:none}.site-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:30px 32px;background:#101820;color:#fff}.footer-brand{max-width:700px}.footer-brand small{color:#ffffffb8;white-space:normal}.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:14px}.footer-links a{color:#ffffffd1;font-size:13px;font-weight:800}.cart-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;justify-content:flex-end;background:#080e0c75}.cart-drawer{width:min(620px,100vw);height:100vh;overflow-y:auto;padding:24px;background:var(--paper);box-shadow:-22px 0 70px #00000047}.cart-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.cart-header h2{margin:0 0 12px;font-size:34px}.empty-cart{display:grid;place-items:center;gap:12px;min-height:240px;color:var(--muted);background:#fff;border:1px dashed var(--line);border-radius:8px;text-align:center}.empty-cart a{color:var(--green);font-weight:850}.cart-items{display:grid;gap:12px;margin:6px 0 18px}.cart-item{padding:16px}.cart-item-title{display:flex;justify-content:space-between;gap:12px}.cart-item-title strong,.cart-item-title small{display:block}.cart-item-title small{margin-top:5px;color:var(--muted)}.cart-item-title button{align-self:flex-start;min-height:34px;color:var(--coral);background:#ffece9;border-radius:8px;font-size:12px;font-weight:850}.cart-controls{display:grid;grid-template-columns:150px 1fr;gap:12px;margin-top:14px}.cart-controls label,.quote-form label{display:grid;gap:7px;color:var(--muted);font-size:12px;font-weight:850}.qty-control{display:grid;grid-template-columns:34px 1fr 34px;align-items:center;min-height:40px;overflow:hidden;background:var(--panel-strong);border:1px solid var(--line);border-radius:8px}.qty-control b{text-align:center}.qty-control button{display:grid;place-items:center;height:40px;color:var(--ink);background:transparent}select,input,textarea{width:100%;min-height:42px;padding:0 12px;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:8px;outline:none}textarea{min-height:112px;padding:12px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #00a8c629}.add-on-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}.add-on-list span{grid-column:1 / -1;color:var(--muted);font-size:12px;font-weight:900}.add-on-list label,.consent-row{display:flex;align-items:flex-start;gap:8px;color:var(--ink);font-size:13px;font-weight:750;line-height:1.4}.add-on-list input,.consent-row input{width:16px;min-width:16px;height:16px;min-height:16px;margin-top:2px}.quote-form{display:grid;gap:12px;margin-top:18px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:8px}.quote-form h3{margin:0 0 4px;font-size:22px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.quote-note{margin:0;padding:12px;color:#75510f;background:#fff4da;border-radius:8px;font-size:13px;line-height:1.45}.form-error{margin:0;color:var(--coral);font-size:13px;font-weight:850}.submission-box{display:flex;align-items:flex-start;gap:10px;padding:12px;color:var(--green-dark);background:#e5f3f7;border:1px solid #c7e5ed;border-radius:8px}.submission-box strong,.submission-box small{display:block}.submission-box small{margin-top:3px;color:var(--muted);line-height:1.4}.submit-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;color:#fff;background:var(--green-dark);border-radius:8px;font-weight:850}@media(max-width:1100px){.product-grid,.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.site-header{grid-template-columns:1fr auto;padding:0 18px}.desktop-nav{display:none}.menu-button{display:grid}.icon-button span,.cart-button span{display:none}.hero{min-height:720px}.hero-overlay{background:linear-gradient(90deg,#090e14d6,#1118206b),linear-gradient(0deg,#f3f5f7db,#f3f5f700 22%)}.hero-content{justify-content:flex-end;width:calc(100% - 36px);margin-left:18px;padding-bottom:92px}.trust-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.section-heading,.catalog-toolbar,.quote-band{grid-template-columns:1fr}.catalog-toolbar,.quote-band{display:grid}.resource-grid,.solution-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer{align-items:flex-start;flex-direction:column}.footer-links{justify-content:flex-start}}@media(max-width:640px){.brand small{display:none}.site-header{min-height:66px}.hero{min-height:690px}.hero h1{font-size:42px}.hero-body{font-size:16px}.hero-actions,.primary-action,.secondary-action{width:100%}.trust-strip,.product-grid,.service-grid,.resource-grid,.solution-grid,.form-grid,.cart-controls{grid-template-columns:1fr}.trust-strip,.section,.quote-band{width:calc(100% - 28px)}.section{padding:64px 0}.services-section,.resource-section{padding-inline:14px}.product-card{min-height:auto}.product-card h3,.product-summary{min-height:0}.process-step,.add-on-list{grid-template-columns:1fr}.cart-drawer{padding:18px}}.footer-links button{color:#ffffffd1;background:transparent;border:0;font-size:13px;font-weight:800;cursor:pointer}.page-shell{width:min(1180px,calc(100% - 44px));margin:0 auto;padding:58px 0 88px}.page-hero{display:grid;grid-template-columns:minmax(250px,.85fr) minmax(320px,1.15fr);gap:44px;align-items:end;margin-bottom:34px;padding:46px 0 26px}.page-hero h1{grid-column:1;margin:0;font-size:clamp(38px,6vw,72px);line-height:.98;letter-spacing:0}.page-hero .section-kicker{grid-column:1 / -1;margin-bottom:0}.page-hero p:not(.section-kicker){grid-column:2;margin:0;color:var(--muted);font-size:18px;line-height:1.68}.feature-product-grid,.image-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.image-product-card{overflow:hidden;min-height:auto;padding:0}.product-image-button{display:block;width:100%;padding:0;background:#e7ece7;border:0;cursor:pointer}.product-image-button img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover}.product-card-body{display:flex;flex-direction:column;min-height:330px;padding:18px}.image-product-card .product-summary{min-height:92px}.stacked-footer{display:grid;grid-template-columns:1fr 1fr}.stacked-footer button:first-child{color:var(--green-dark);background:var(--panel-strong)}.product-page{padding-top:34px}.back-link{display:inline-flex;align-items:center;gap:8px;min-height:38px;margin-bottom:18px;color:var(--green-dark);background:transparent;border:0;font-weight:850;cursor:pointer}.product-hero{display:grid;grid-template-columns:minmax(320px,.92fr) minmax(420px,1.08fr);gap:28px;align-items:stretch}.product-hero-copy,.product-hero-image,.detail-panel,.quote-summary-card,.media-panel,.news-card,.video-card,.solution-photo-card{background:#fff;border:1px solid var(--line);border-radius:8px}.product-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:34px}.product-hero-copy h1{margin:0;font-size:clamp(34px,5vw,60px);line-height:1;letter-spacing:0}.product-hero-copy p:not(.section-kicker){margin:18px 0 0;color:var(--muted);font-size:17px;line-height:1.68}.product-hero-image{overflow:hidden;margin:0}.product-hero-image img{display:block;width:100%;height:100%;min-height:470px;object-fit:cover}.product-hero-image figcaption{margin:0;padding:12px 14px;color:var(--muted);background:#fff;border-top:1px solid var(--line);font-size:12px;line-height:1.45}.mode-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.mode-row button{min-height:38px;padding:0 13px;color:var(--muted);background:var(--panel-strong);border:1px solid var(--line);border-radius:8px;cursor:pointer;font-weight:850}.mode-row button.active{color:#fff;background:var(--teal);border-color:var(--teal)}.secondary-action.light{color:var(--green-dark);background:#fff;border-color:var(--line)}.detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}.detail-panel{min-height:250px;padding:22px}.detail-panel svg{color:var(--green)}.detail-panel h3{margin:17px 0 12px;font-size:20px}.detail-panel ul{display:grid;gap:8px;margin:0;padding-left:18px;color:var(--muted);line-height:1.5}.embedded-section{width:100%;padding:54px 0 0}.expanded-services{grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:34px}.solution-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.solution-photo-card{display:grid;grid-template-columns:minmax(180px,.9fr) minmax(220px,1.1fr);overflow:hidden}.solution-photo-card img{width:100%;height:100%;min-height:280px;object-fit:cover}.solution-photo-card div{padding:22px}.solution-photo-card svg{color:var(--green)}.solution-photo-card h3{margin:18px 0 10px;font-size:24px;line-height:1.14}.solution-photo-card p{margin:0;color:var(--muted);line-height:1.6}.solution-photo-card button,.news-card button,.empty-cart button,.quote-summary-card button{min-height:38px;margin-top:18px;padding:0 13px;color:#fff;background:var(--green-dark);border:0;border-radius:8px;cursor:pointer;font-weight:850}.video-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.video-card{display:flex;flex-direction:column;min-height:310px;padding:22px;color:var(--ink);background:linear-gradient(160deg,#10182014,#00a8c61a),#fff}.play-icon{display:grid;place-items:center;width:68px;height:68px;color:#fff;background:var(--green-dark);border-radius:8px}.video-meta{margin-top:22px;color:var(--teal);font-size:12px;font-weight:900;text-transform:uppercase}.video-card h3{margin:10px 0;font-size:23px;line-height:1.12}.video-card p{margin:0;color:var(--muted);line-height:1.58}.video-card strong{display:inline-flex;align-items:center;gap:7px;margin-top:auto;padding-top:18px;color:var(--green-dark)}.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.news-card{min-height:280px;padding:24px}.news-card svg{color:var(--coral)}.news-card span{display:block;margin-top:18px;color:var(--teal);font-size:12px;font-weight:900}.news-card h3{margin:9px 0 12px;font-size:25px;line-height:1.14}.news-card p{margin:0;color:var(--muted);line-height:1.62}.news-card small{display:block;margin-top:18px;color:var(--muted);font-weight:800}.media-news-band{display:grid;grid-template-columns:minmax(320px,1.1fr) minmax(280px,.9fr);gap:16px}.media-panel{padding:32px;color:#fff;background:linear-gradient(135deg,#101820fa,#008096e0),var(--green-dark)}.media-panel .section-kicker,.media-panel p{color:#ffffffd1}.media-panel h2{margin:0;font-size:clamp(30px,4vw,50px);line-height:1.05}.media-panel p{max-width:680px;line-height:1.65}.media-panel .primary-action{margin-top:20px;background:#fff;color:var(--green-dark);box-shadow:none}.large-news{min-height:0}.company-section{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(420px,1.1fr);gap:18px;align-items:stretch;padding-bottom:36px}.company-main,.operations-section,.company-proof-card,.email-card{background:#fff;border:1px solid var(--line);border-radius:8px}.company-main{display:flex;flex-direction:column;justify-content:center;min-height:360px;padding:34px;color:#fff;background:linear-gradient(135deg,#101820f0,#00a8c6ad),var(--green-dark)}.company-main .section-kicker,.company-main p{color:#ffffffd1}.company-main h2,.operations-section h2{margin:0;font-size:clamp(32px,4.6vw,58px);line-height:1.03;letter-spacing:0}.company-main p,.operations-section p{margin:18px 0 0;line-height:1.68}.company-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.company-proof-card{min-height:260px;padding:22px}.company-proof-card svg{color:var(--green)}.company-proof-card h3{margin:18px 0 10px;font-size:22px;line-height:1.12}.company-proof-card p{margin:0;color:var(--muted);line-height:1.58}.operations-section{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(420px,1.25fr);gap:20px;align-items:start;padding:30px}.operations-section p{color:var(--muted)}.email-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.email-card{display:grid;gap:5px;min-height:86px;padding:16px;background:var(--panel-strong)}.email-card:hover{border-color:#00a8c659;background:#fff}.email-card strong{color:var(--green-dark);font-size:16px}.email-card span{color:var(--muted);font-size:13px;line-height:1.4}.quote-page-grid{display:grid;grid-template-columns:minmax(260px,.75fr) minmax(420px,1.25fr);gap:16px;align-items:start}.quote-summary-card{padding:22px}.quote-summary-card h3{margin:0 0 14px;font-size:24px}.quote-summary-card p{color:var(--muted)}.summary-line{padding:12px 0;border-top:1px solid var(--line)}.summary-line strong,.summary-line span{display:block}.summary-line span{margin-top:4px;color:var(--muted);font-size:13px}@media(max-width:1100px){.feature-product-grid,.image-product-grid,.video-grid,.expanded-services{grid-template-columns:repeat(2,minmax(0,1fr))}.product-hero,.media-news-band,.quote-page-grid,.company-section,.operations-section,.company-proof-grid{grid-template-columns:1fr}}@media(max-width:860px){.page-hero,.solution-layout,.detail-grid,.news-grid,.solution-photo-card{grid-template-columns:1fr}.page-hero h1,.page-hero p:not(.section-kicker){grid-column:1}.product-hero-image img{min-height:340px}}@media(max-width:640px){.page-shell{width:calc(100% - 28px);padding:34px 0 64px}.feature-product-grid,.image-product-grid,.video-grid,.expanded-services{grid-template-columns:1fr}.product-card-body{min-height:0}.company-main,.operations-section{padding:22px}.email-grid,.stacked-footer{grid-template-columns:1fr}.product-hero-copy{padding:22px}}.product-hero-image img{height:auto;min-height:0;aspect-ratio:4 / 3}.manufacturer-logo-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:34px}.manufacturer-logo-card{display:flex;align-items:center;gap:12px;min-height:92px;padding:14px;color:var(--ink);background:linear-gradient(145deg,#fffffff2,#e8edf2d1),#fff;border:1px solid var(--line);border-radius:8px}.manufacturer-logo-card:hover{border-color:#00a8c66b;box-shadow:0 12px 28px #11182014}.manufacturer-logo-card img{flex:0 0 auto;width:46px;height:46px;padding:7px;object-fit:contain;background:#fff;border:1px solid var(--line);border-radius:8px}.manufacturer-logo-card strong,.manufacturer-logo-card small{display:block}.manufacturer-logo-card strong{font-size:15px;line-height:1.15}.manufacturer-logo-card small{margin-top:4px;color:var(--muted);font-size:12px;line-height:1.32}.video-embed-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.video-embed-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:8px}.video-frame{position:relative;width:100%;aspect-ratio:16 / 9;background:linear-gradient(135deg,#101820f5,#00a8c65c),#101820}.video-frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.video-embed-copy{padding:18px}.video-embed-copy h3{margin:8px 0 10px;font-size:22px;line-height:1.12}.video-embed-copy p{margin:0;color:var(--muted);line-height:1.55}.video-embed-copy a{display:inline-flex;align-items:center;gap:7px;margin-top:16px;color:var(--green-dark);font-weight:850}@media(max-width:1100px){.manufacturer-logo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.manufacturer-logo-grid,.video-embed-grid{grid-template-columns:1fr}}.video-source-cover{display:grid;place-items:center;gap:10px;width:100%;aspect-ratio:16 / 9;color:#fff;background:radial-gradient(circle at 70% 28%,rgba(0,168,198,.42),transparent 34%),linear-gradient(135deg,#101820fa,#2c3844eb);font-weight:850}.video-source-cover svg{filter:drop-shadow(0 10px 22px rgba(0,0,0,.26))}
