:root{color-scheme:light;--ink:#172033;--muted:#5f6f85;--line:#dce3ec;--paper:#ffffff;--bg:#f4f7fb;--brand:#0f766e;--brand-dark:#0c4f4a;--accent:#f59e0b;--steel:#32465f;--blue:#2563eb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--ink)}a{color:inherit}img{display:block;max-width:100%}.page{min-height:100vh}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;justify-content:space-between;gap:18px;min-height:72px;padding:0 clamp(18px,6vw,84px);border-bottom:1px solid rgba(220,227,236,.78);background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand,.commerce-band,.hero-actions,.main-nav,.section-head,.site-header,.trust-bar{display:flex;align-items:center}.brand{gap:10px;font-weight:800;text-decoration:none}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:8px;background:var(--ink);color:white;font-size:14px}.main-nav{gap:8px}.main-nav a{padding:10px 12px;border-radius:6px;color:var(--steel);font-size:14px;font-weight:700;text-decoration:none}.main-nav a:hover{background:#e8f3f1;color:var(--brand-dark)}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);grid-gap:clamp(28px,6vw,72px);gap:clamp(28px,6vw,72px);align-items:end;min-height:calc(100vh - 72px);padding:clamp(72px,10vw,128px) clamp(18px,6vw,84px) 48px;background:linear-gradient(90deg,rgba(12,21,36,.92),rgba(12,21,36,.66),rgba(12,21,36,.28)),url(https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=2000&q=82);background-position:50%;background-size:cover;color:white}.hero-copy{max-width:840px}.commerce-band span,.eyebrow,.hero-panel>span,.product-card span,.section-head>span,.service-item>span{display:inline-flex;color:var(--accent);font-size:13px;font-weight:800;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:900px;margin-bottom:24px;font-size:clamp(44px,7vw,86px);line-height:.96;letter-spacing:0}.lead{max-width:690px;color:#edf3f8;font-size:20px;line-height:1.58}.hero-search{display:grid;grid-template-columns:minmax(0,1fr) auto;max-width:690px;min-height:58px;margin-top:30px;border:1px solid rgba(255,255,255,.35);border-radius:8px;overflow:hidden;background:white}.hero-search input{min-width:0;border:0;padding:0 18px;color:var(--ink);font-size:16px;outline:0}.commerce-band a,.hero-actions a,.hero-search button,.section-head a{border:0;border-radius:6px;background:var(--brand);color:white;cursor:pointer;font-weight:800;text-decoration:none}.hero-search button{padding:0 22px;font-size:15px}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:20px}.hero-actions a{min-height:46px;padding:13px 18px}.hero-actions .secondary{border:1px solid rgba(255,255,255,.72);background:transparent}.hero-panel{padding:24px;border:1px solid rgba(255,255,255,.25);border-radius:8px;background:rgba(255,255,255,.12);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.hero-panel strong{display:block;margin:12px 0;font-size:28px;line-height:1.08}.hero-panel p{margin-bottom:0;color:#e4edf6;line-height:1.55}.trust-bar{justify-content:center;flex-wrap:wrap;gap:10px;padding:18px clamp(18px,6vw,84px);border-bottom:1px solid var(--line);background:white}.trust-bar span{padding:8px 12px;border:1px solid var(--line);border-radius:999px;color:var(--steel);font-size:14px;font-weight:700}.section{padding:clamp(56px,8vw,96px) clamp(18px,6vw,84px)}.muted-section{background:#eaf0f6}.solution-section{background:white}.section-head{justify-content:space-between;gap:24px;margin-bottom:28px}.commerce-band h2,.section-head h2{max-width:760px;margin-bottom:0;font-size:clamp(30px,4vw,50px);line-height:1.05;letter-spacing:0}.section-head a{flex:0 0 auto;padding:12px 16px;background:var(--ink)}.category-grid,.pillar-grid,.product-grid,.segment-grid,.service-grid{display:grid;grid-gap:16px;gap:16px}.category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.category-tile{position:relative;min-height:310px;overflow:hidden;border-radius:8px;background:var(--ink);color:white;text-decoration:none}.category-tile:after{position:absolute;inset:0;content:"";background:linear-gradient(180deg,rgba(23,32,51,.04),rgba(23,32,51,.88))}.category-tile img{width:100%;height:100%;min-height:310px;object-fit:cover;transition:transform .18s ease}.category-tile:hover img{transform:scale(1.04)}.category-tile span,.category-tile strong{position:absolute;z-index:1;left:18px;right:18px}.category-tile span{bottom:70px;color:#f9d58a;font-size:13px;font-weight:800}.category-tile strong{bottom:20px;font-size:24px;line-height:1.08}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pillar-card,.product-card,.service-item{border:1px solid var(--line);border-radius:8px;background:var(--paper)}.service-item{min-height:240px;padding:22px}.product-card h3,.service-item h3{margin:16px 0 10px;font-size:22px;line-height:1.15}.pillar-card p,.product-card p,.service-item p{color:var(--muted);line-height:1.55}.pillar-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.pillar-card{min-height:190px;padding:26px}.pillar-card h3{margin-bottom:12px;font-size:24px;line-height:1.1}.segment-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.segment-grid span{display:flex;align-items:center;min-height:58px;padding:14px 16px;border:1px solid var(--line);border-radius:8px;background:var(--paper);color:var(--steel);font-weight:800}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-card{overflow:hidden}.product-card img{width:100%;height:190px;object-fit:cover}.product-card div{padding:18px}.product-card strong{display:inline-flex;margin-top:4px;color:var(--brand-dark)}.commerce-band{justify-content:space-between;gap:28px;margin:0 clamp(18px,6vw,84px) clamp(56px,8vw,96px);padding:clamp(28px,5vw,48px);border-radius:8px;background:var(--ink);color:white}.commerce-band ol{display:grid;grid-gap:10px;gap:10px;min-width:260px;margin:0;padding-left:22px;color:#dfe7ef}.commerce-band a{flex:0 0 auto;padding:14px 18px;background:var(--accent);color:#241600}.inner-page{background:var(--bg)}.page-hero{padding:clamp(64px,10vw,116px) clamp(18px,6vw,84px) clamp(36px,6vw,72px);background:linear-gradient(90deg,rgba(23,32,51,.92),rgba(23,32,51,.54)),url(https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&w=1800&q=82);background-position:50%;background-size:cover;color:white}.service-hero{background:linear-gradient(90deg,rgba(23,32,51,.9),rgba(15,118,110,.54)),url(https://images.unsplash.com/photo-1581092335878-2d9ff86ca2bf?auto=format&fit=crop&w=1800&q=82);background-position:50%;background-size:cover}.page-hero span{color:var(--accent);font-size:13px;font-weight:800;text-transform:uppercase}.page-hero h1{max-width:860px}.page-hero p{max-width:680px;color:#edf3f8;font-size:20px;line-height:1.58}.compact-search{max-width:780px}.detail-grid .service-item{min-height:280px}.store-page{background:#f3f6fa}.store-header{display:grid;grid-template-columns:auto minmax(320px,680px) auto}.store-top-search{display:grid;grid-template-columns:minmax(0,1fr) auto;min-height:44px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:white}.store-top-search input{min-width:0;border:0;padding:0 14px;color:var(--ink);outline:0}.store-product-actions a,.store-toolbar a,.store-top-search button{border:0;background:var(--brand);color:white;cursor:pointer;font-weight:800;text-decoration:none}.store-top-search button{padding:0 18px}.store-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);grid-gap:28px;gap:28px;align-items:end;padding:46px clamp(18px,6vw,84px) 32px;background:linear-gradient(90deg,rgba(23,32,51,.92),rgba(15,118,110,.58)),url(https://images.unsplash.com/photo-1581092921461-eab62e97a780?auto=format&fit=crop&w=1800&q=82);background-position:50%;background-size:cover;color:white}.store-filters span,.store-hero span,.store-product span,.store-toolbar span{color:var(--accent);font-size:12px;font-weight:800;text-transform:uppercase}.store-hero h1{max-width:880px;margin-bottom:14px;font-size:clamp(38px,5vw,62px);line-height:1}.store-hero p{max-width:720px;margin-bottom:0;color:#edf3f8;font-size:18px;line-height:1.55}.store-hero-panel{padding:22px;border:1px solid rgba(255,255,255,.28);border-radius:8px;background:rgba(255,255,255,.12);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.store-hero-panel strong{display:block;font-size:46px;line-height:1}.store-shell{display:grid;grid-template-columns:280px minmax(0,1fr);grid-gap:22px;gap:22px;padding:22px clamp(18px,6vw,84px) clamp(56px,8vw,96px)}.store-filters,.store-results{min-width:0}.store-filters{position:-webkit-sticky;position:sticky;top:92px;display:grid;align-content:start;grid-gap:8px;gap:8px;max-height:calc(100vh - 112px);overflow:auto;padding:16px;border:1px solid var(--line);border-radius:8px;background:white}.store-filters h2,.store-toolbar h2{margin-bottom:0;font-size:24px}.store-filters a{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:42px;padding:10px 12px;border:1px solid transparent;border-radius:6px;color:var(--steel);font-weight:800;text-decoration:none}.store-filters .active-filter,.store-filters a:hover{border-color:#b8dcd7;background:#e8f3f1;color:var(--brand-dark)}.store-filters strong{color:var(--muted);font-size:12px}.store-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px;padding:18px;border:1px solid var(--line);border-radius:8px;background:white}.store-toolbar p{margin-bottom:0;color:var(--muted)}.store-toolbar a{flex:0 0 auto;padding:12px 16px;border-radius:6px}.store-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.store-product{display:grid;grid-template-rows:210px 1fr;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:white;box-shadow:0 10px 24px rgba(23,32,51,.06)}.store-product-media{display:grid;place-items:center;min-width:0;min-height:0;overflow:hidden;padding:14px;background:#f8fafc}.store-product-media img{width:100%;height:100%;max-height:182px;object-fit:contain}.store-product-body{display:grid;align-content:start;grid-gap:8px;gap:8px;min-width:0;min-height:0;padding:16px;background:white}.store-product h3{display:-webkit-box;min-height:46px;margin:0;overflow:hidden;font-size:18px;line-height:1.28;-webkit-box-orient:vertical;-webkit-line-clamp:2}.store-product p{margin-bottom:0;color:var(--muted);font-size:13px}.store-product strong{color:#b45309;font-size:22px}.store-product small{color:var(--brand-dark);font-weight:800}.store-product-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;margin-top:6px}.store-product-actions a{display:grid;place-items:center;min-height:38px;border-radius:6px;font-size:13px}.store-product-actions .secondary-action{border:1px solid var(--line);background:white;color:var(--ink)}@media (max-width:1080px){.category-grid,.hero,.pillar-grid,.product-grid,.segment-grid,.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-copy{grid-column:1/-1}.store-header,.store-hero,.store-shell{grid-template-columns:1fr}.store-filters{position:static;max-height:none}.store-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.site-header{align-items:flex-start;flex-direction:column;justify-content:center;min-height:98px;padding-top:12px;padding-bottom:12px}.main-nav{width:100%;overflow-x:auto}.hero{min-height:auto;padding-top:56px}.hero,.hero-search{grid-template-columns:1fr}.hero-search button,.hero-search input{min-height:52px}.commerce-band,.section-head{align-items:flex-start;flex-direction:column}.category-grid,.pillar-grid,.product-grid,.segment-grid,.service-grid{grid-template-columns:1fr}.category-tile,.category-tile img{min-height:240px}.commerce-band{margin-right:18px;margin-left:18px}.store-top-search{width:100%}.store-grid{grid-template-columns:1fr}.store-toolbar{align-items:flex-start;flex-direction:column}}