/* Inkjetwell page bundle. Source order preserved for cascade safety. */
:root{--ink:#10263a;--ink-2:#1a3c4e;--blue:#3e6ed7;--green:#56c98a;--green-dark:#2e9362;--orange:#d47849;--violet:#7b62d4;--paper:#f4f7f9;--white:#fff;--line:#dbe5eb;--muted:#61778b;--soft-green:#eef8f2;--soft-blue:#eef4fc;--soft-orange:#fff3ec;--shadow:0 18px 46px rgba(16,38,58,.08);--radius:22px;--max:1460px}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea{font:inherit}
.shell{width:min(var(--max),calc(100% - 48px));margin:auto}
.narrow{max-width:1120px}
.site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}
.header-inner{height:84px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:11px;font-size:25px;font-weight:880;letter-spacing:-1.2px;white-space:nowrap}
.brand-mark{width:39px;height:39px;border-radius:12px;background:var(--ink);display:flex;align-items:end;justify-content:center;gap:4px;padding:9px}
.brand-mark i{display:block;width:5px;border-radius:5px;background:#fff}
.brand-mark i:nth-child(1){height:12px}
.brand-mark i:nth-child(2){height:22px;background:var(--green)}
.brand-mark i:nth-child(3){height:16px}
.brand em{font-style:normal;color:var(--green)}
.nav{margin:0 0 0 auto;padding:0;display:flex;align-items:center;gap:2px}
.nav>li{list-style:none;position:relative;display:flex;align-items:center}
.nav>li>a{padding:30px 9px;font-size:14px;font-weight:780}
.nav>li>a:hover{color:var(--green-dark)}
.sub-toggle{border:0;background:transparent;color:#73869a;padding:6px 2px;font-size:13px}
.dropdown{position:absolute;top:69px;left:0;width:280px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s}
.has-sub:hover .dropdown,.has-sub:focus-within .dropdown{opacity:1;visibility:visible;transform:none}
.dropdown a{display:block;padding:10px 12px;border-radius:10px;font-size:14px;font-weight:680}
.dropdown a:hover{background:var(--soft-green);color:var(--green-dark)}
.contact-head{background:var(--ink);color:#fff;padding:13px 19px;border-radius:999px;font-size:14px;font-weight:840}
.contact-head:hover{background:var(--green-dark)}
.mobile-toggle{display:none;margin-left:auto;border:0;background:var(--ink);color:#fff;border-radius:12px;width:46px;height:46px;font-size:21px}
.breadcrumb{font-size:13px;color:var(--muted);margin-bottom:13px}
.breadcrumb a:hover{color:var(--green-dark)}
.page-hero{padding:42px 0 30px;background:linear-gradient(180deg,#f9fbfc,#eef4f7);border-bottom:1px solid var(--line)}
.eyebrow{font-size:13px;letter-spacing:2px;font-weight:900;color:var(--blue);margin:0 0 8px}
.page-hero h1{font-size:clamp(38px,3.7vw,54px);line-height:1.03;letter-spacing:-2.6px;margin:0}
.hero-lead{max-width:850px;font-size:17px;color:var(--muted);margin:13px 0 0}
.filter-row{display:flex;gap:9px;flex-wrap:wrap;margin-top:23px}
.filter-chip{padding:10px 15px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:13px;font-weight:790}
.filter-chip:hover,.filter-chip.active{background:var(--ink);color:#fff}
.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:12px 18px;font-weight:840;cursor:pointer}
.primary-button{background:var(--ink);color:#fff}
.primary-button:hover{background:var(--green-dark);transform:translateY(-2px)}
.secondary-button{background:#fff;border:1px solid var(--line);color:var(--ink)}
.secondary-button:hover{border-color:var(--green);color:var(--green-dark)}
.directory{padding:35px 0 62px}
.directory-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px}
.directory-heading h2{font-size:31px;letter-spacing:-1.1px;margin:0}
.directory-heading p,.directory-heading span{font-size:14px;color:var(--muted);margin:4px 0 0}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:17px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;min-width:0;box-shadow:0 8px 25px rgba(16,38,58,.035);transition:.2s}
.product-card>a{display:flex;flex-direction:column;height:100%}
.product-image{aspect-ratio:1.22/1;background:#f5f8f6;overflow:hidden}
.product-image img{width:100%;height:100%;object-fit:contain;padding:22px;transition:.22s}
.product-copy{padding:17px 18px 20px;min-height:132px}
.product-copy h3{font-size:20px;line-height:1.12;letter-spacing:-.65px;margin:0 0 8px}
.product-copy p{font-size:14px;color:var(--muted);margin:0}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#c8d8df}
.product-card:hover img{transform:scale(1.04)}
.product-card:hover h3{color:var(--green-dark)}
.pagination{display:flex;justify-content:center;gap:8px;margin:29px 0}
.pagination a{width:39px;height:39px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--line);background:#fff;font-weight:780}
.pagination .active{background:var(--ink);color:#fff}
.bottom-filter{padding:18px 20px 21px;border:1px solid var(--line);background:#fff;border-radius:19px}
.bottom-filter p{font-size:12px;letter-spacing:1.3px;font-weight:900;color:var(--blue);margin:0}
.bottom-filter .filter-row{margin-top:11px}
.seo-copy{margin-top:24px;padding:23px 25px;border:1px solid var(--line);background:#fff;border-radius:20px}
.seo-copy h2{font-size:23px;margin:0 0 6px}
.seo-copy p{font-size:15px;color:var(--muted);margin:0}
.product-detail{padding:35px 0 55px}
.product-hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.75fr);gap:48px;align-items:center}
.gallery{display:grid;grid-template-columns:92px minmax(0,1fr);gap:14px}
.gallery-thumbs{display:grid;gap:10px;align-content:start}
.gallery-thumb{border:1px solid var(--line);background:#fff;border-radius:14px;padding:7px;cursor:pointer}
.gallery-thumb img{width:100%;aspect-ratio:1/1;object-fit:contain}
.gallery-thumb:hover,.gallery-thumb.active{border-color:var(--green-dark);box-shadow:0 0 0 2px rgba(86,201,138,.16)}
.gallery-main{min-height:560px;border:1px solid var(--line);border-radius:26px;background:#f2f6f4;display:grid;place-items:center;overflow:hidden}
.gallery-main img{width:100%;height:100%;max-height:600px;object-fit:contain;padding:45px}
.product-type{display:inline-flex;padding:7px 11px;border-radius:999px;background:var(--soft-green);color:var(--green-dark);font-size:12px;font-weight:900;letter-spacing:1.2px}
.product-summary h1{font-size:clamp(40px,4vw,57px);line-height:1.02;letter-spacing:-2.8px;margin:16px 0 10px}
.model{font-size:13px;letter-spacing:1.3px;font-weight:900;color:var(--blue)}
.summary-lead{font-size:17px;color:var(--muted)}
.contact-panel{margin-top:23px;padding:18px;border:1px solid var(--line);background:#fff;border-radius:19px}
.contact-panel>p{font-size:13px;font-weight:820;margin:0 0 12px}
.product-channels{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.channel{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:11px 13px;border-radius:12px;font-size:13px;font-weight:830;border:1px solid color-mix(in srgb,var(--channel) 30%,var(--line));background:color-mix(in srgb,var(--channel) 8%,white);color:color-mix(in srgb,var(--channel) 80%,var(--ink))}
.channel:hover{background:var(--channel);color:#fff;transform:translateY(-2px)}
.channel-wa{--channel:#43aa68}
.channel-line{--channel:#43bb28}
.channel-mail{--channel:#496ed7}
.channel-form{--channel:#d47849}
.product-editor{padding:0 0 66px}
.editor-content,.story-content{background:#fff;border:1px solid var(--line);border-radius:27px;padding:42px 48px;box-shadow:0 13px 36px rgba(16,38,58,.04)}
.editor-content h2,.story-content h2{font-size:32px;letter-spacing:-1.2px;margin:0 0 15px}
.editor-content h3,.story-content h3{font-size:23px;margin:31px 0 9px}
.editor-content p,.editor-content li,.story-content p{font-size:16px;color:#4f6679}
.editor-media{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:28px 0}
.editor-media img{height:310px;width:100%;object-fit:contain;background:#f3f7f6;border-radius:20px;padding:20px}
.video-poster{width:100%;min-height:320px;border:0;border-radius:21px;background:linear-gradient(135deg,#203e58,#347266);color:#fff;display:grid;place-items:center;text-align:center;padding:28px;cursor:pointer}
.video-poster span{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.17);font-size:22px}
.video-poster strong{font-size:21px;margin-top:9px}
.video-poster small{font-size:14px;color:#d7e5e5}
.inline-form{margin-top:30px;padding-top:28px;border-top:1px solid var(--line)}
.content-hub{padding:38px 0 62px}
.content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.compact-content{grid-template-columns:repeat(4,1fr)}
.content-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;transition:.2s}
.content-image{height:240px;background:#f2f6f7}
.content-image img{width:100%;height:100%;object-fit:contain;padding:25px}
.content-copy{padding:18px 20px 22px}
.content-copy>span{font-size:11px;letter-spacing:1.4px;font-weight:900;color:var(--blue)}
.content-copy h2{font-size:23px;line-height:1.12;margin:7px 0 8px}
.content-copy p{font-size:14px;color:var(--muted);margin:0}
.content-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.content-card:hover h2{color:var(--green-dark)}
.story-detail{padding:40px 0 64px}
.story-hero-image{width:100%;height:480px;object-fit:contain;background:#f2f7f5;border-radius:22px;padding:30px}
.story-intro{font-size:19px!important;color:var(--ink)!important}
.story-split{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:25px 0}
.story-split>div{padding:20px;background:#f4f8f7;border-radius:18px}
.story-wide-image{width:100%;height:420px;object-fit:contain;background:#f3f7f6;border-radius:21px;margin:24px 0;padding:25px}
.related-strip{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-top:30px;padding:22px;border-radius:19px;background:linear-gradient(110deg,#edf8f2,#edf4fc)}
.related-strip span{font-size:11px;letter-spacing:1.4px;font-weight:900;color:var(--blue)}
.related-strip h2{font-size:25px;margin:5px 0 0}
.mini-products{display:flex;gap:8px}
.mini-products a{padding:10px 13px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:13px;font-weight:780}
.resource-section,.faq-section,.partner-section,.contact-page,.search-section,.legal-page,.error-page{padding:40px 0 64px}
.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}
.resource-card{background:#fff;border:1px solid var(--line);border-radius:21px;padding:23px}
.resource-type{display:inline-flex;padding:6px 9px;border-radius:8px;background:var(--soft-blue);color:var(--blue);font-size:11px;font-weight:900}
.resource-card h2{font-size:22px}
.resource-card p{color:var(--muted);font-size:14px}
.resource-card a{font-weight:820;color:var(--green-dark)}
.faq-section details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:0 20px;margin-bottom:10px}
.faq-section summary{padding:17px 0;font-weight:820;cursor:pointer}
.faq-section details p{padding:0 0 18px;color:var(--muted)}
.partner-grid,.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:23px}
.partner-points,.partner-form,.contact-form,.contact-aside{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px}
.partner-points article{padding:18px 0;border-bottom:1px solid var(--line)}
.partner-points article:last-child{border-bottom:0}
.partner-points span{font-size:12px;color:var(--blue);font-weight:900}
.partner-points h2{font-size:24px;margin:5px 0}
.partner-points p{color:var(--muted)}
.partner-form h2,.contact-form h2,.contact-aside h2{font-size:29px;margin-top:0}
.contact-aside>p{color:var(--muted)}
.contact-aside dl{display:grid;grid-template-columns:100px 1fr;gap:10px;font-size:14px}
.contact-aside dt{font-weight:820}
.contact-aside dd{margin:0;color:var(--muted)}
.search-box{display:flex;gap:10px}
.search-box input{flex:1;border:1px solid var(--line);border-radius:999px;padding:12px 18px}
.result-count{color:var(--muted)}
.search-results{display:grid;gap:9px}
.search-results a{display:grid;grid-template-columns:44px 1fr 30px;gap:14px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:17px;padding:16px}
.search-results h2{font-size:20px;margin:0}
.search-results p{font-size:14px;color:var(--muted);margin:3px 0 0}
.error-actions{display:flex;justify-content:center;gap:10px}
.admin-demo{padding:38px 0 65px}
.admin-panel{background:#fff;border:1px solid var(--line);border-radius:23px;padding:26px;margin-bottom:18px}
.admin-panel h2{font-size:28px;margin:0 0 8px}
.admin-panel>p{color:var(--muted)}
.master-toggle{display:block;padding:13px;background:var(--soft-green);border-radius:12px;font-weight:790;margin-bottom:15px}
.admin-table{border:1px solid var(--line);border-radius:14px;overflow:hidden;margin:14px 0}
.admin-head,.admin-row{display:grid;grid-template-columns:1.2fr 110px 1.5fr;gap:12px;align-items:center;padding:11px 13px;border-bottom:1px solid var(--line)}
.admin-head{background:#f3f6f8;font-size:12px;font-weight:900;letter-spacing:1px}
.admin-row:last-child{border-bottom:0}
.admin-row input:not([type=checkbox]){width:100%;border:1px solid var(--line);border-radius:8px;padding:8px}
.template-map{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.template-map a{padding:18px;border:1px solid var(--line);border-radius:16px;background:#f9fbfc}
.template-map strong{display:block;font-size:17px}
.template-map span{display:block;color:var(--muted);font-size:13px;margin-top:5px}
.spectrum-footer{background:#f8fafb;border-top:1px solid var(--line);position:relative}
.spectrum-ribbon{height:8px;display:grid;grid-template-columns:1.1fr .8fr 1.3fr .7fr 1fr}
.spectrum-ribbon i:nth-child(1){background:var(--green)}
.spectrum-ribbon i:nth-child(2){background:var(--blue)}
.spectrum-ribbon i:nth-child(3){background:linear-gradient(90deg,var(--blue),var(--violet),var(--orange))}
.spectrum-ribbon i:nth-child(4){background:var(--orange)}
.spectrum-ribbon i:nth-child(5){background:var(--green-dark)}
.footer-connect{display:grid;grid-template-columns:1fr 1.15fr;gap:50px;align-items:end;padding:37px 0 30px;border-bottom:1px solid var(--line)}
.footer-call small{font-size:12px;letter-spacing:1.8px;font-weight:900;color:var(--green-dark)}
.footer-call h2{font-size:32px;line-height:1.07;letter-spacing:-1.3px;margin:7px 0}
.footer-call p{color:var(--muted);font-size:14px;max-width:620px}
.footer-channels{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.footer-channels .channel{min-height:62px;align-items:flex-end;border-radius:15px}
.footer-core{display:grid;grid-template-columns:.9fr 1.4fr;gap:70px;padding:37px 0}
.footer-brand p{max-width:420px;color:var(--muted);font-size:14px}
.footer-email{font-size:17px;color:var(--green-dark);font-weight:820}
.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}
.footer-links h3{font-size:11px;letter-spacing:1.5px;color:var(--blue);text-transform:uppercase}
.footer-links a{display:block;font-size:14px;padding:5px 0}
.footer-links a:hover{color:var(--green-dark)}
.footer-legal{display:flex;justify-content:space-between;padding:18px 0 25px;border-top:1px solid var(--line);color:#718596;font-size:12px}
.live-chat{position:fixed;right:18px;bottom:18px;z-index:60;display:flex;align-items:center;gap:9px;padding:9px 14px 9px 9px;background:var(--ink);color:#fff;border-radius:999px;box-shadow:0 14px 34px rgba(16,38,58,.22);font-size:13px;font-weight:850}
.live-chat i{font-style:normal;width:34px;height:34px;border-radius:50%;background:var(--green);display:grid;place-items:center}
.live-chat:hover{background:var(--green-dark);transform:translateY(-2px)}
@media (max-width:1150px){.nav{display:none}
.mobile-toggle{display:block}
.contact-head{margin-left:auto}
.site-header.is-open .nav{display:block;position:absolute;left:0;right:0;top:84px;background:#fff;padding:12px 24px;border-bottom:1px solid var(--line);max-height:calc(100vh - 84px);overflow:auto}
.site-header.is-open .nav>li{display:grid;grid-template-columns:1fr 44px}
.site-header.is-open .nav>li>a{padding:12px}
.site-header.is-open .dropdown{position:static;grid-column:1/-1;width:auto;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;display:none}
.site-header.is-open .has-sub.open .dropdown{display:block}
.product-grid{grid-template-columns:repeat(3,1fr)}
.compact-grid,.compact-content{grid-template-columns:repeat(2,1fr)}
.product-hero-grid{grid-template-columns:1fr}
.gallery-main{min-height:480px}
.content-grid{grid-template-columns:repeat(2,1fr)}
.footer-connect,.footer-core{grid-template-columns:1fr}
.footer-channels{max-width:700px}
.template-map{grid-template-columns:repeat(2,1fr)}}
@media (max-width:760px){.shell{width:min(var(--max),calc(100% - 28px))}
.header-inner{height:70px}
.brand{font-size:22px}
.brand-mark{width:36px;height:36px}
.site-header.is-open .nav{top:70px}
.contact-head{display:none}
.page-hero{padding:29px 0 23px}
.page-hero h1{font-size:36px;letter-spacing:-1.7px}
.hero-lead{font-size:15px}
.filter-row{flex-wrap:nowrap;overflow:auto;padding-bottom:4px}
.filter-chip{white-space:nowrap}
.product-grid,.compact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.product-image img{padding:12px}
.product-copy{padding:12px;min-height:112px}
.product-copy h3{font-size:17px}
.product-copy p{font-size:12px}
.directory-heading span{display:none}
.gallery{grid-template-columns:1fr}
.gallery-thumbs{grid-template-columns:repeat(4,1fr);order:2}
.gallery-main{min-height:350px}
.gallery-main img{padding:28px}
.product-summary h1{font-size:38px}
.product-channels{grid-template-columns:1fr 1fr}
.editor-content,.story-content{padding:26px 20px}
.editor-media,.story-split{grid-template-columns:1fr}
.content-grid,.compact-content,.resource-grid{grid-template-columns:1fr}
.partner-grid,.contact-layout{grid-template-columns:1fr}
.footer-channels{grid-template-columns:repeat(2,1fr)}
.footer-links{grid-template-columns:1fr 1fr}
.footer-legal{display:grid;gap:6px}
.template-map{grid-template-columns:1fr}
.admin-head,.admin-row{grid-template-columns:1fr 80px}
.admin-head span:nth-child(3),.admin-row>*:nth-child(3){grid-column:1/-1}
.live-chat span{display:none}
.live-chat{padding-right:9px}}
.channel{justify-content:flex-start;position:relative;overflow:hidden}
.channel b{font:inherit;font-weight:850;margin-right:auto}
.channel-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:color-mix(in srgb,var(--channel) 14%,white);flex:0 0 28px}
.channel-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.channel-wa .channel-icon svg path:first-child,.channel-line .channel-icon svg path:first-child,.channel-telegram .channel-icon svg path,.channel-facebook .channel-icon svg path{fill:currentColor;stroke:none}
.channel-wa .channel-icon svg path:nth-child(2),.channel-line .channel-icon svg path:nth-child(2){stroke:white;fill:none;stroke-width:1.5}
.channel-arrow{margin-left:5px}
.channel:hover .channel-icon{background:rgba(255,255,255,.18)}
.channel-telegram{--channel:#2a9bd8}
.channel-facebook{--channel:#5269bb}
.footer-channels{grid-template-columns:repeat(auto-fit,minmax(138px,1fr))}
.footer-channels .channel{align-items:center;min-height:64px}
.footer-email{display:inline-flex;align-items:center;gap:9px;padding:9px 12px;border-radius:12px;background:var(--soft-green);border:1px solid color-mix(in srgb,var(--green) 32%,var(--line))}
.footer-email-icon{width:25px;height:25px;display:grid;place-items:center;color:var(--green-dark)}
.footer-email-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.contact-aside dt{display:flex;align-items:center;gap:7px}
.dl-icon{width:22px;height:22px;display:grid;place-items:center;color:var(--blue)}
.dl-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.partner-intro{display:grid;grid-template-columns:1.1fr .9fr;gap:30px;align-items:end;margin-bottom:20px;padding:25px 28px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(135deg,#f4fbf7,#f3f7ff 58%,#fff8f3)}
.partner-intro span{font-size:11px;letter-spacing:1.8px;color:var(--green-dark);font-weight:900}
.partner-intro h2{font-size:30px;line-height:1.08;letter-spacing:-1.1px;margin:8px 0 0}
.partner-intro p{color:var(--muted);margin:0}
.partner-form{align-self:start}
.product-interest{border:1px solid var(--line);border-radius:15px;padding:14px;display:flex;flex-wrap:wrap;gap:10px 18px}
.product-interest legend{font-size:13px;font-weight:850;padding:0 6px}
.product-interest label{display:flex;align-items:center;gap:6px;font-weight:700}
.product-interest input{width:auto}
.routing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.routing-cards article{padding:18px;border:1px solid var(--line);border-radius:16px;background:#f8fafb}
.routing-cards strong{font-size:17px}
.routing-cards p{font-size:13px;color:var(--muted);margin-bottom:0}
.inquiry-modal{width:min(720px,calc(100% - 28px));max-height:calc(100vh - 28px);border:0;border-radius:25px;padding:0;box-shadow:0 30px 90px rgba(16,38,58,.28);background:#fff;color:var(--ink)}
.inquiry-modal::backdrop{background:rgba(8,25,40,.58);backdrop-filter:blur(3px)}
.inquiry-dialog-form{padding:30px;position:relative;overflow:auto;max-height:calc(100vh - 28px)}
.modal-close{position:absolute;right:17px;top:16px;width:38px;height:38px;border-radius:50%;border:1px solid var(--line);background:#f4f7f8;font-size:24px;line-height:1;cursor:pointer;color:var(--ink)}
.modal-close:hover{background:var(--ink);color:#fff}
.modal-heading{padding-right:50px}
.modal-heading>span{font-size:11px;letter-spacing:1.7px;color:var(--green-dark);font-weight:900}
.modal-heading h2{font-size:34px;letter-spacing:-1.4px;margin:6px 0}
.modal-heading p{color:var(--muted);margin-top:0}
.inquiry-context{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:13px 15px;margin:18px 0;border-radius:14px;background:linear-gradient(90deg,var(--soft-green),var(--soft-blue));border:1px solid var(--line)}
.inquiry-context small{font-weight:850;color:var(--green-dark)}
.inquiry-context strong{font-size:15px}
.inquiry-context span{font-size:11px;color:var(--blue);font-weight:850;letter-spacing:.7px}
.modal-actions{display:flex;gap:10px;margin-top:18px}
body.modal-open{overflow:hidden}
@media (max-width:760px){.partner-intro{grid-template-columns:1fr;padding:20px}
.routing-cards{grid-template-columns:1fr}
.inquiry-dialog-form{padding:24px 18px}
.modal-heading h2{font-size:28px}
.inquiry-context{grid-template-columns:1fr}
.modal-actions{flex-direction:column}
.footer-channels{grid-template-columns:1fr 1fr}
.channel-icon{width:26px;height:26px;flex-basis:26px}}
.partner-hero-image{margin:0;border-radius:24px;overflow:hidden;border:1px solid var(--line);box-shadow:0 18px 50px rgba(16,38,58,.08);min-height:250px;background:#eef4f4}
.partner-hero-image img{display:block;width:100%;height:100%;min-height:250px;object-fit:cover}
.choice-panel{border:1px solid var(--line);border-radius:15px;padding:14px;display:flex;flex-wrap:wrap;gap:10px 18px;background:#fbfcfc}
.choice-panel legend{font-size:13px;font-weight:850;padding:0 6px}
.choice-panel label{display:flex;align-items:center;gap:7px;font-weight:700;font-size:13px}
.choice-panel input{width:auto;accent-color:var(--green-dark)}
.product-channels,.contact-channels,.footer-channels{display:flex;flex-wrap:wrap;gap:9px}
.product-channels .channel,.contact-channels .channel,.footer-channels .channel{flex:0 0 auto;width:auto;min-width:0;min-height:48px;padding:9px 12px}
.product-channels .channel{min-width:128px}
.footer-channels .channel{min-height:52px;border-radius:13px}
.channel b{margin-right:0}
.footer-email{padding:9px 13px}
.channel:hover{transform:translateY(-1px)}
@media (max-width:980px){.partner-hero-image{min-height:210px}
.partner-hero-image img{min-height:210px}
.partner-grid{grid-template-columns:1fr}
.partner-points{display:grid;grid-template-columns:1fr 1fr;gap:0 24px}}
@media (max-width:760px){.partner-hero-image{min-height:170px}
.partner-hero-image img{min-height:170px}
.partner-points{grid-template-columns:1fr}
.product-channels,.contact-channels,.footer-channels{display:grid;grid-template-columns:1fr 1fr}
.product-channels .channel,.contact-channels .channel,.footer-channels .channel{width:100%;min-width:0}
.choice-panel{gap:10px 13px}}
.partner-grid-simple{grid-template-columns:.72fr 1.28fr}
.partner-grid-simple .partner-points article{padding:25px 0}
.choice-panel-essential{background:linear-gradient(90deg,#f2faf5,#f6f9fd)}
.content-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}
.content-admin-grid article{padding:20px;border:1px solid var(--line);border-radius:17px;background:#f9fbfc}
.content-admin-grid article>span{font-size:10px;letter-spacing:1.6px;color:var(--blue);font-weight:900}
.content-admin-grid h3{font-size:20px;margin:5px 0 13px}
.content-admin-grid label{display:grid;gap:5px;font-size:12px;font-weight:800;margin:10px 0}
.content-admin-grid input,.content-admin-grid textarea{width:100%;border:1px solid var(--line);border-radius:9px;padding:9px;background:#fff}
.content-admin-grid textarea{min-height:72px;resize:vertical}
.content-admin-grid p{font-size:12px;color:var(--muted);margin-bottom:0}
.dynamic-source-table,.dynamic-item-table{border:1px solid var(--line);border-radius:15px;overflow:hidden;margin:15px 0}
.dynamic-source-row{display:grid;grid-template-columns:1.3fr 1fr 100px 120px;gap:12px;align-items:center;padding:13px 15px;border-bottom:1px solid var(--line)}
.dynamic-source-row:last-child,.dynamic-item-row:last-child{border-bottom:0}
.dynamic-source-row>div:first-child{display:grid}
.dynamic-source-row span{font-size:12px;color:var(--muted)}
.dynamic-source-row label{font-size:12px;font-weight:760}
.dynamic-source-row input[type=number],.dynamic-item-row input[type=number]{width:80px;border:1px solid var(--line);border-radius:8px;padding:7px}
.dynamic-source-row a{font-size:12px;font-weight:850;color:var(--green-dark)}
.dynamic-item-row{display:grid;grid-template-columns:90px 1fr 120px 90px;gap:12px;align-items:center;padding:12px 15px;border-bottom:1px solid var(--line);background:#fff}
.dynamic-item-row>span{font-size:11px;color:var(--blue);font-weight:900}
.dynamic-item-row label{font-size:12px;font-weight:760}
.admin-subtitle{font-size:19px;margin:25px 0 8px}
.admin-principle{background:linear-gradient(135deg,#f3fbf6,#f1f6ff 60%,#fff6ee)}
@media (max-width:980px){.partner-grid-simple{grid-template-columns:1fr}
.content-admin-grid{grid-template-columns:1fr}
.dynamic-source-row{grid-template-columns:1fr 1fr 80px}
.dynamic-source-row a{grid-column:1/-1}
.dynamic-item-row{grid-template-columns:80px 1fr}
.dynamic-item-row label,.dynamic-item-row input{grid-column:auto}}
@media (max-width:760px){.dynamic-source-row,.dynamic-item-row{grid-template-columns:1fr}
.dynamic-source-row a,.dynamic-item-row label,.dynamic-item-row input{grid-column:auto}}
.content-detail-page .page-hero{padding:32px 0 24px}
.content-detail-page .page-hero h1{font-size:clamp(30px,2.55vw,38px);line-height:1.06;letter-spacing:-1.55px;max-width:920px}
.content-detail-page .hero-lead{font-size:16px;margin-top:10px}
.detail-category-nav-top{margin-top:19px}
.detail-category-nav .filter-row{margin-top:0}
.detail-bottom-navigation{padding:0 0 44px}
.detail-category-nav-bottom{padding:18px 20px 20px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(16,38,58,.035)}
.detail-nav-label{display:block;margin-bottom:11px;font-size:11px;line-height:1;letter-spacing:1.6px;text-transform:uppercase;font-weight:900;color:var(--blue)}
.content-detail-page .story-detail{padding-top:34px;padding-bottom:30px}
@media (max-width:760px){.content-detail-page .page-hero{padding:25px 0 20px}
.content-detail-page .page-hero h1{font-size:30px;letter-spacing:-1.15px}
.detail-category-nav-top{margin-top:15px}
.detail-category-nav .filter-row{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding-bottom:4px}
.detail-category-nav .filter-row::-webkit-scrollbar{display:none}
.detail-category-nav-bottom{padding:15px 14px 16px}
.detail-bottom-navigation{padding-bottom:30px}}
.page-hero.has-visual{padding:30px 0 26px;overflow:hidden}
.page-hero.has-visual .hero-shell{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:38px;align-items:center}
.page-hero.has-visual .hero-copy{min-width:0}
.page-hero-visual{margin:0;min-width:0;height:190px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:22px;background:linear-gradient(135deg,rgba(255,255,255,.72),rgba(236,244,248,.48));border:1px solid rgba(219,229,235,.72)}
.page-hero-visual img{width:100%;height:100%;object-fit:contain;object-position:center;filter:saturate(.98);transition:transform .25s ease}
.page-hero-visual:hover img{transform:scale(1.018)}
.content-detail-page .page-hero.has-visual{padding:25px 0 22px}
.content-detail-page .page-hero.has-visual .page-hero-visual{height:170px}
.hero-visual-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}
.hero-visual-admin-card{border:1px solid var(--line);border-radius:17px;padding:13px;background:#f9fbfc;display:grid;gap:9px}
.hero-visual-admin-card>img{width:100%;height:118px;object-fit:contain;border-radius:12px;background:#fff;border:1px solid var(--line)}
.hero-visual-admin-card strong{font-size:15px}
.hero-visual-admin-card small{color:var(--muted)}
.hero-visual-actions{display:flex;gap:8px;flex-wrap:wrap}
.hero-visual-actions .secondary-button{padding:8px 12px;font-size:12px}
.file-button{position:relative;overflow:hidden;cursor:pointer}
.file-button input{position:absolute;inset:0;opacity:0;cursor:pointer}
.admin-note{margin-top:16px;padding:13px 15px;border-radius:13px;background:var(--soft-blue);color:var(--muted);font-size:13px}
@media (max-width:980px){.page-hero.has-visual .hero-shell{grid-template-columns:minmax(0,1fr) minmax(280px,.78fr);gap:22px}
.page-hero-visual{height:155px}}
@media (max-width:760px){.page-hero.has-visual .hero-shell{grid-template-columns:1fr;gap:15px}
.page-hero-visual{height:auto;aspect-ratio:3/1;order:-1;border-radius:16px}
.content-detail-page .page-hero.has-visual .page-hero-visual{height:auto}
.hero-visual-admin-grid{grid-template-columns:1fr}}
@media (prefers-reduced-motion:reduce){.page-hero-visual img{transition:none}
.page-hero-visual:hover img{transform:none}}
@media (min-width:981px){.content-detail-page .page-hero.has-visual .hero-shell{grid-template-columns:minmax(0,1.5fr) minmax(350px,.68fr);gap:24px}
.content-detail-page .page-hero.has-visual .page-hero-visual{width:min(100%,520px);justify-self:end}
.content-detail-page .detail-category-nav-top .filter-row{flex-wrap:nowrap;gap:7px;overflow-x:auto;scrollbar-width:none;padding-bottom:3px}
.content-detail-page .detail-category-nav-top .filter-row::-webkit-scrollbar{display:none}
.content-detail-page .detail-category-nav-top .filter-chip{padding:9px 12px;font-size:12px;white-space:nowrap}}
@media (min-width:761px) and (max-width:1180px){.content-detail-page .page-hero.has-visual .hero-shell{grid-template-columns:minmax(0,1.35fr) minmax(290px,.65fr)}
.content-detail-page .page-hero.has-visual .page-hero-visual{width:100%}}
.admin-bar .site-header{top:32px}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.nav .menu-item{position:relative}
.nav .sub-menu{display:none;position:absolute;left:0;top:100%;min-width:230px;padding:12px;background:#fff;border:1px solid var(--line,#d9e1e8);border-radius:18px;box-shadow:0 18px 40px rgba(15,34,51,.12);z-index:30}
.nav .sub-menu a{display:block;padding:9px 12px;border-radius:10px;white-space:nowrap}
.nav .menu-item-has-children:hover>.sub-menu,.nav .menu-item-has-children:focus-within>.sub-menu,.nav .menu-item-has-children.open>.sub-menu{display:block}
.nav .sub-toggle{border:0;background:transparent;color:inherit;padding:5px;cursor:pointer}
.mobile-toggle{cursor:pointer}
.ijw-notice{margin:20px auto;padding:14px 18px;border-radius:14px;max-width:1180px}
.ijw-notice.success{background:#e9f8ef;color:#236b47}
.ijw-notice.error{background:#fff0ed;color:#a33a2e}
.product-card>a,.content-card{height:100%}
.product-card .product-copy{min-height:128px}
.archive-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.archive-grid .product-card{min-width:0}
.category-hero-image img{width:100%;height:100%;object-fit:contain}
.hero-visual img{width:100%;height:100%;object-fit:contain}
.rich-content img{height:auto;max-width:100%}
.rich-content iframe{max-width:100%;aspect-ratio:16/9;height:auto}
.rich-content table{width:100%;border-collapse:collapse}
.rich-content th,.rich-content td{border:1px solid #dce4ea;padding:10px}
.inquiry-dialog-form{margin:0}
.honeypot{position:absolute!important;left:-9999px!important}
.inquiry-modal::backdrop{background:rgba(10,28,43,.62)}
.channel-button{border:0;cursor:pointer;font:inherit}
.channel-button:hover,.channel-button:focus-visible,.channel:hover,.channel:focus-visible{transform:translateY(-2px);filter:saturate(1.08);box-shadow:0 10px 22px rgba(18,44,64,.12)}
.module-heading>a:hover,.module-heading>a:focus-visible,.primary-button:hover,.primary-button:focus-visible,.contact-head:hover,.contact-head:focus-visible{transform:translateY(-2px);box-shadow:0 12px 24px rgba(12,35,52,.16)}
.content-category-nav{overflow-x:auto;scrollbar-width:none}
.content-category-nav::-webkit-scrollbar{display:none}
.content-category-nav .category-pills{display:flex;flex-wrap:nowrap;gap:10px;min-width:max-content}
.hero-split{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);gap:30px;align-items:center}
.hero-split .category-pills{margin-top:18px}
.hero-split .hero-visual{height:180px;border:1px solid #dbe4ea;border-radius:22px;background:rgba(255,255,255,.48);overflow:hidden}
.simple-page-hero{padding:42px 0 34px;background:linear-gradient(120deg,#f8fbfd,#eef4f8)}
.simple-page-hero h1{font-size:clamp(36px,5vw,58px);margin:8px 0 10px}
.content-detail-hero h1{font-size:clamp(32px,4vw,44px)}
.checkbox-chips{display:flex;flex-wrap:wrap;gap:10px}
.checkbox-chips label{display:flex;align-items:center;gap:7px;border:1px solid #dbe4ea;border-radius:999px;padding:10px 14px;background:#fff}
.footer-email-icon svg,.channel-icon svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;border:1px solid #dbe4ea;border-radius:50%;margin:0 3px;background:#fff}
.pagination .current{background:#102438;color:#fff}
@media (max-width:1100px){.archive-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.hero-split{grid-template-columns:1fr 380px}}
@media (max-width:782px){.admin-bar .site-header{top:46px}
.archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.hero-split{grid-template-columns:1fr}
.hero-split .hero-visual{height:150px}
.nav .sub-menu{position:static;box-shadow:none;border:0;padding-left:16px}
.site-header.is-open nav{display:block}
.product-detail-grid{grid-template-columns:1fr}
.product-gallery{grid-template-columns:64px 1fr}}
@media (max-width:520px){.archive-grid{gap:12px}
.product-card .product-copy{padding:16px;min-height:112px}
.product-card h3{font-size:18px}
.product-card p{font-size:14px}
.simple-page-hero{padding:28px 0 24px}}
body.inkjetwell-kadence-ui{background:var(--paper)}
body.inkjetwell-kadence-ui .site-container,body.inkjetwell-kadence-ui #wrapper{max-width:none}
body.inkjetwell-kadence-ui .content-area{margin:0}
body.inkjetwell-kadence-ui .site-main{padding:0}
body.inkjetwell-kadence-ui .entry-content-wrap,body.inkjetwell-kadence-ui .content-bg{background:transparent;box-shadow:none;padding:0}
body.inkjetwell-kadence-ui .entry-hero,body.inkjetwell-kadence-ui .entry-header{display:none}
body.inkjetwell-kadence-ui .site-footer{display:none!important}
body.inkjetwell-kadence-ui .site-header{background:rgba(255,255,255,.98);border-bottom:1px solid var(--line);box-shadow:none}
body.inkjetwell-kadence-ui .site-header-row-container-inner{min-height:78px}
body.inkjetwell-kadence-ui .primary-menu-container>ul>li>a{font-weight:760;font-size:14px}
body.inkjetwell-kadence-ui .primary-menu-container>ul>li>a:hover{color:var(--green-dark)}
body.inkjetwell-kadence-ui .header-button{border-radius:999px!important;background:var(--ink)!important;color:#fff!important}
body.inkjetwell-kadence-ui .header-button:hover{background:var(--green-dark)!important}
.inkjetwell-fallback-logo{margin:0}
.spectrum-footer{margin-top:0}
body.inkjetwell-kadence-ui .primary-menu-container>ul>li:last-child>a{background:var(--ink);color:#fff;border-radius:999px;padding:12px 18px;margin-left:10px}
body.inkjetwell-kadence-ui .primary-menu-container>ul>li:last-child>a:hover{background:var(--green-dark);color:#fff}
body.inkjetwell-kadence-ui .site-main,body.inkjetwell-kadence-ui main{width:100%;max-width:none}
body.inkjetwell-kadence-ui .content-container,body.inkjetwell-kadence-ui .site-container{max-width:none;padding:0}
body.inkjetwell-kadence-ui .entry-content-wrap{margin:0}
.ijw-kadence-brand{display:inline-flex!important;align-items:center;gap:11px;font-size:25px!important;font-weight:880!important;letter-spacing:-1.2px!important;color:var(--ink)!important;text-decoration:none!important;white-space:nowrap}
.ijw-kadence-brand .brand-mark{width:39px;height:39px;flex:0 0 39px}
.ijw-kadence-brand .ijw-brand-word em{font-style:normal;color:var(--green)}
.routing-cards>a{display:block;padding:22px 24px;border:1px solid var(--line);border-radius:20px;background:#fff;transition:.18s}
.routing-cards>a:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#c7d9df}
.routing-cards>a h2{margin:0 0 5px;font-size:24px}
.routing-cards>a p{margin:0;color:var(--muted)}
.bottom-filter{margin-top:28px}
.bottom-filter .filter-row{margin-top:11px}
.page-hero.has-visual .filter-row{margin-top:20px}
.story-content>.story-hero-image:first-child{margin-top:0}
.demo-card{position:relative}
.demo-card:after{content:"Preview";position:absolute;right:12px;top:12px;padding:4px 8px;border-radius:999px;background:rgba(255,255,255,.86);font-size:10px;font-weight:800;color:var(--muted)}
.contact-form form{margin:0}
.resource-card>img{width:100%;height:170px;object-fit:contain;background:#f3f7f6;border-radius:14px;margin-bottom:14px;padding:12px}
.story-content .video-poster{margin-top:24px}
@media (max-width:760px){.ijw-kadence-brand{font-size:21px!important}
.ijw-kadence-brand .brand-mark{width:35px;height:35px;flex-basis:35px}
.routing-cards>a{padding:18px}
.page-hero.has-visual .hero-shell{grid-template-columns:1fr}
.page-hero.has-visual .page-hero-visual{order:0}}
body.inkjetwell-kadence-ui .primary-menu-container>ul>li:last-child>a,
body.inkjetwell-kadence-ui .primary-menu-container>ul>li.menu-item-has-children>a{
 background:transparent!important;color:var(--ink)!important;border:0!important;border-radius:0!important;box-shadow:none!important;margin-left:0!important;padding:27px 10px!important;
}
body.inkjetwell-kadence-ui .primary-menu-container>ul>li>a{transition:color .16s ease,background-color .16s ease}
body.inkjetwell-kadence-ui .primary-menu-container>ul>li>a:hover,
body.inkjetwell-kadence-ui .primary-menu-container>ul>li.current-menu-ancestor>a,
body.inkjetwell-kadence-ui .primary-menu-container>ul>li.current-menu-item>a{color:var(--green-dark)!important;background:transparent!important}
body.inkjetwell-kadence-ui .header-button,
body.inkjetwell-kadence-ui .site-header-item .header-button{background:var(--ink)!important;color:#fff!important;border:0!important;border-radius:999px!important;padding:13px 20px!important;box-shadow:none!important}
body.inkjetwell-kadence-ui .header-button:hover,
body.inkjetwell-kadence-ui .site-header-item .header-button:hover{background:var(--green-dark)!important;color:#fff!important;transform:translateY(-1px)}
body.inkjetwell-kadence-ui .header-navigation .header-menu-container ul ul.sub-menu,
body.inkjetwell-kadence-ui .primary-menu-container ul ul.sub-menu{min-width:292px!important;padding:12px!important;background:#fff!important;border:1px solid #dce7e1!important;border-radius:16px!important;box-shadow:0 18px 42px rgba(16,38,58,.14)!important;overflow:hidden!important;margin-top:8px!important}
body.inkjetwell-kadence-ui .header-navigation .header-menu-container ul ul.sub-menu li,
body.inkjetwell-kadence-ui .primary-menu-container ul ul.sub-menu li{border:0!important;margin:2px 0!important;background:transparent!important}
body.inkjetwell-kadence-ui .header-navigation .header-menu-container ul ul.sub-menu a,
body.inkjetwell-kadence-ui .primary-menu-container ul ul.sub-menu a{display:block!important;padding:11px 13px!important;background:transparent!important;color:var(--ink)!important;font-size:14px!important;font-weight:740!important;line-height:1.35!important;border-radius:10px!important;transition:background-color .16s ease,color .16s ease!important}
body.inkjetwell-kadence-ui .header-navigation .header-menu-container ul ul.sub-menu .current-menu-item>a,
body.inkjetwell-kadence-ui .primary-menu-container ul ul.sub-menu .current-menu-item>a{background:var(--soft-green)!important;color:var(--green-dark)!important}
body.inkjetwell-kadence-ui .header-navigation .header-menu-container ul ul.sub-menu a:hover,
body.inkjetwell-kadence-ui .header-navigation .header-menu-container ul ul.sub-menu a:focus-visible,
body.inkjetwell-kadence-ui .primary-menu-container ul ul.sub-menu a:hover,
body.inkjetwell-kadence-ui .primary-menu-container ul ul.sub-menu a:focus-visible{background:var(--soft-green)!important;color:var(--green-dark)!important}
.product-preview-page .model{color:var(--orange)}
@media (max-width:1024px){body.inkjetwell-kadence-ui .primary-menu-container>ul>li:last-child>a,body.inkjetwell-kadence-ui .primary-menu-container>ul>li.menu-item-has-children>a{padding:12px 14px!important}
body.inkjetwell-kadence-ui .header-navigation .header-menu-container ul ul.sub-menu,body.inkjetwell-kadence-ui .primary-menu-container ul ul.sub-menu{min-width:0!important;border-radius:10px!important;margin:0 12px 8px!important}}
.product-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:7px;min-width:0}
.product-breadcrumb a{font-weight:650}
.product-breadcrumb .breadcrumb-category{color:var(--green-dark)}
.product-breadcrumb .breadcrumb-category:hover{text-decoration:underline;text-underline-offset:3px}
.product-breadcrumb .breadcrumb-sep{color:#9aabb7}
.product-breadcrumb .breadcrumb-current{display:inline-block;max-width:min(52ch,62vw);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom}
@media (max-width:760px){.product-breadcrumb .breadcrumb-current{max-width:58vw}
body.inkjetwell-kadence-ui .header-navigation .header-menu-container ul ul.sub-menu,body.inkjetwell-kadence-ui .primary-menu-container ul ul.sub-menu{margin:4px 10px 10px!important;padding:8px!important;border-radius:14px!important}
.product-breadcrumb{gap:5px}}
.product-breadcrumb>a{cursor:pointer;text-decoration:none;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}
.product-breadcrumb>a:first-child{color:#536d80;font-weight:720;padding:4px 3px}
.product-breadcrumb>a:first-child:hover{color:var(--green-dark);text-decoration:underline;text-underline-offset:3px}
.product-breadcrumb .breadcrumb-category{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border:1px solid #cbe7d6;border-radius:999px;background:var(--soft-green);color:var(--green-dark);font-weight:820;line-height:1.25;box-shadow:0 2px 7px rgba(46,147,98,.08)}
.product-breadcrumb .breadcrumb-category:after{content:"↗";font-size:.78em;line-height:1}
.product-breadcrumb .breadcrumb-category:hover{background:#dff2e7;border-color:#9fd5b5;color:#207c50;text-decoration:none;box-shadow:0 4px 12px rgba(46,147,98,.14)}
.product-breadcrumb a:focus-visible{outline:3px solid rgba(62,110,215,.22);outline-offset:2px}
body.inkjetwell-kadence-ui #masthead .header-navigation .header-menu-container ul ul.sub-menu,body.inkjetwell-kadence-ui #masthead .primary-menu-container ul ul.sub-menu,body.inkjetwell-kadence-ui #masthead ul.menu>li.menu-item-has-children>ul.sub-menu{background:#fff!important;background-image:none!important;color:#10263a!important;border:1px solid #dce7e1!important;border-radius:16px!important;box-shadow:0 18px 42px rgba(16,38,58,.14)!important;padding:12px!important;min-width:286px!important;overflow:hidden!important;color-scheme:light!important}
body.inkjetwell-kadence-ui #masthead ul.sub-menu li{background:transparent!important;border:0!important;margin:2px 0!important;padding:0!important}
body.inkjetwell-kadence-ui #masthead ul.sub-menu li>a{background:transparent!important;background-image:none!important;color:#10263a!important;border:0!important;border-radius:10px!important;padding:11px 13px!important;font-size:14px!important;font-weight:740!important;line-height:1.35!important;box-shadow:none!important}
body.inkjetwell-kadence-ui #masthead ul.sub-menu li.current-menu-item>a,body.inkjetwell-kadence-ui #masthead ul.sub-menu li.current_page_item>a,body.inkjetwell-kadence-ui #masthead ul.sub-menu li>a:hover,body.inkjetwell-kadence-ui #masthead ul.sub-menu li>a:focus-visible{background:#eef8f2!important;color:#2e9362!important}
body.inkjetwell-kadence-ui #masthead ul.sub-menu li>a{
  position:relative!important;
  cursor:pointer!important;
  border:1px solid transparent!important;
  transition:background-color .16s ease,color .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease!important;
}
body.inkjetwell-kadence-ui #masthead ul.sub-menu li:hover>a,
body.inkjetwell-kadence-ui #masthead ul.sub-menu li:focus-within>a,
body.inkjetwell-kadence-ui #masthead ul.sub-menu li.ijw-menu-hover>a,
body.inkjetwell-kadence-ui #masthead ul.sub-menu li>a:hover,
body.inkjetwell-kadence-ui #masthead ul.sub-menu li>a:focus-visible{
  background:#e8f6ee!important;
  color:#247e52!important;
  border-color:#c5e5d2!important;
  box-shadow:inset 3px 0 0 #56c98a,0 3px 10px rgba(46,147,98,.08)!important;
  transform:translateX(3px)!important;
  text-decoration:none!important;
}
body.inkjetwell-kadence-ui #masthead ul.sub-menu li.current-menu-item>a,
body.inkjetwell-kadence-ui #masthead ul.sub-menu li.current_page_item>a,
body.inkjetwell-kadence-ui #masthead ul.sub-menu li.current-menu-ancestor>a{
  background:#eef8f2!important;
  color:#2e9362!important;
  border-color:#d4ecde!important;
  box-shadow:inset 3px 0 0 #56c98a!important;
}
body.inkjetwell-kadence-ui .ijw-empty-kadence-header-row{
  display:none!important;
  height:0!important;
  min-height:0!important;
  max-height:0!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  overflow:hidden!important;
}
a.live-chat[href*="/contact"],a.live-chat[href*="contact"]{display:none!important}
body.inkjetwell-kadence-ui .ijw-force-submenu-link{
  display:block!important;
  margin:2px 0!important;
  padding:12px 14px!important;
  border:1px solid #edf2ef!important;
  border-radius:10px!important;
  background:#fff!important;
  color:#10263a!important;
  font-weight:760!important;
  cursor:pointer!important;
  text-decoration:none!important;
  transition:background-color .14s ease,color .14s ease,border-color .14s ease,box-shadow .14s ease,transform .14s ease!important;
}
body.inkjetwell-kadence-ui .ijw-force-submenu-link:hover,
body.inkjetwell-kadence-ui .ijw-force-submenu-link:focus-visible,
body.inkjetwell-kadence-ui .ijw-force-submenu-hover{
  background:#e8f6ee!important;
  color:#247e52!important;
  border-color:#b9dfc8!important;
  box-shadow:inset 4px 0 0 #56c98a,0 5px 14px rgba(46,147,98,.12)!important;
  transform:translateX(3px)!important;
  outline:none!important;
}
body.inkjetwell-kadence-ui #masthead .header-navigation .header-menu-container ul.sub-menu > li,
body.inkjetwell-kadence-ui #masthead .primary-menu-container ul.sub-menu > li,
body.inkjetwell-kadence-ui #masthead .main-navigation ul.sub-menu > li,
body.inkjetwell-kadence-ui .site-header .header-navigation ul.sub-menu > li{
  display:block!important;
  width:100%!important;
  box-sizing:border-box!important;
  border:1px solid transparent!important;
  border-radius:10px!important;
  background:#fff!important;
  overflow:hidden!important;
  transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease!important;
}
body.inkjetwell-kadence-ui #masthead .header-navigation .header-menu-container ul.sub-menu > li > a,
body.inkjetwell-kadence-ui #masthead .primary-menu-container ul.sub-menu > li > a,
body.inkjetwell-kadence-ui #masthead .main-navigation ul.sub-menu > li > a,
body.inkjetwell-kadence-ui .site-header .header-navigation ul.sub-menu > li > a{
  display:flex!important;
  align-items:center!important;
  width:100%!important;
  min-width:100%!important;
  box-sizing:border-box!important;
  margin:0!important;
  padding:12px 14px!important;
  background:transparent!important;
  color:#10263a!important;
  border:0!important;
  border-radius:9px!important;
  font-weight:700!important;
  cursor:pointer!important;
  transition:color .15s ease,background-color .15s ease!important;
}
body.inkjetwell-kadence-ui #masthead .header-navigation .header-menu-container ul.sub-menu > li:hover,
body.inkjetwell-kadence-ui #masthead .header-navigation .header-menu-container ul.sub-menu > li:focus-within,
body.inkjetwell-kadence-ui #masthead .header-navigation .header-menu-container ul.sub-menu > li.ijw-menu-hover,
body.inkjetwell-kadence-ui #masthead .primary-menu-container ul.sub-menu > li:hover,
body.inkjetwell-kadence-ui #masthead .primary-menu-container ul.sub-menu > li:focus-within,
body.inkjetwell-kadence-ui #masthead .primary-menu-container ul.sub-menu > li.ijw-menu-hover,
body.inkjetwell-kadence-ui #masthead .main-navigation ul.sub-menu > li:hover,
body.inkjetwell-kadence-ui #masthead .main-navigation ul.sub-menu > li:focus-within,
body.inkjetwell-kadence-ui #masthead .main-navigation ul.sub-menu > li.ijw-menu-hover,
body.inkjetwell-kadence-ui .site-header .header-navigation ul.sub-menu > li:hover,
body.inkjetwell-kadence-ui .site-header .header-navigation ul.sub-menu > li:focus-within{
  background:#e8f6ee!important;
  border-color:#bfe2cd!important;
  box-shadow:inset 4px 0 0 #56c98a,0 4px 13px rgba(46,147,98,.10)!important;
}
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li:hover > a,
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li:focus-within > a,
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li.ijw-menu-hover > a,
body.inkjetwell-kadence-ui .site-header .header-navigation ul.sub-menu > li:hover > a,
body.inkjetwell-kadence-ui .site-header .header-navigation ul.sub-menu > li:focus-within > a{
  background:transparent!important;
  color:#247e52!important;
  text-decoration:none!important;
  transform:none!important;
}
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li.current-menu-item,
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li.current_page_item,
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li.current-menu-ancestor{
  background:#eef8f2!important;
  border-color:#d2eadc!important;
  box-shadow:inset 4px 0 0 #56c98a!important;
}
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li.current-menu-item > a,
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li.current_page_item > a,
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li.current-menu-ancestor > a{
  color:#2e9362!important;
  background:transparent!important;
}
.product-grid > .catalog-empty{
  grid-column:1/-1;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:8px;
  min-height:150px;
  padding:34px;
  border:1px solid #dbe6e1;
  border-radius:22px;
  background:#fff;
  color:#10263a;
  box-shadow:0 12px 32px rgba(16,38,58,.05);
}
.product-grid > .catalog-empty strong{font-size:clamp(20px,2vw,28px);line-height:1.25}
.product-grid > .catalog-empty span{color:#61778b;font-size:15px}
.product-card.demo-card small{display:block;margin-top:8px;color:#b36c3d;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
@media (min-width:1025px){body.inkjetwell-kadence-ui #masthead li.menu-item-has-children{
    position:relative!important;
  }
body.inkjetwell-kadence-ui #masthead li.menu-item-has-children > ul.sub-menu{
    top:calc(100% - 2px)!important;
    margin-top:0!important;
    overflow:visible!important;
    z-index:9999!important;
  }
body.inkjetwell-kadence-ui #masthead li.menu-item-has-children > ul.sub-menu::before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:-12px;
    height:14px;
    background:transparent;
    pointer-events:auto;
  }
body.inkjetwell-kadence-ui #masthead li.menu-item-has-children.ijw-submenu-open > ul.sub-menu{
    display:block!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translateY(0)!important;
  }}
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li,
body.inkjetwell-kadence-ui .site-header .header-navigation ul.sub-menu > li{
  position:relative!important;
  overflow:hidden!important;
  box-shadow:none!important;
  transform:none!important;
}
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li::before,
body.inkjetwell-kadence-ui .site-header .header-navigation ul.sub-menu > li::before{
  content:"";
  position:absolute;
  z-index:2;
  left:0;
  top:7px;
  bottom:7px;
  width:4px;
  border-radius:999px;
  background:#56c98a;
  opacity:0;
  transform:scaleY(.58);
  transition:opacity .14s ease,transform .14s ease;
  pointer-events:none;
}
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li:hover,
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li:focus-within,
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li.ijw-menu-hover,
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li.current-menu-item,
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li.current_page_item,
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li.current-menu-ancestor,
body.inkjetwell-kadence-ui .site-header .header-navigation ul.sub-menu > li:hover,
body.inkjetwell-kadence-ui .site-header .header-navigation ul.sub-menu > li:focus-within{
  background:#e8f6ee!important;
  border-color:#bfe2cd!important;
  box-shadow:0 4px 13px rgba(46,147,98,.10)!important;
  transform:none!important;
}
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li:hover::before,
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li:focus-within::before,
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li.ijw-menu-hover::before,
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li.current-menu-item::before,
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li.current_page_item::before,
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li.current-menu-ancestor::before,
body.inkjetwell-kadence-ui .site-header .header-navigation ul.sub-menu > li:hover::before,
body.inkjetwell-kadence-ui .site-header .header-navigation ul.sub-menu > li:focus-within::before{
  opacity:1;
  transform:scaleY(1);
}
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li > a,
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li > a:hover,
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li > a:focus-visible,
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li.ijw-menu-hover > a,
body.inkjetwell-kadence-ui .site-header .header-navigation ul.sub-menu > li > a,
body.inkjetwell-kadence-ui .ijw-force-submenu-link,
body.inkjetwell-kadence-ui .ijw-force-submenu-link:hover,
body.inkjetwell-kadence-ui .ijw-force-submenu-link:focus-visible,
body.inkjetwell-kadence-ui .ijw-force-submenu-hover{
  box-shadow:none!important;
  transform:none!important;
}
@media (min-width:1025px){body.inkjetwell-kadence-ui #masthead li.menu-item-has-children > ul.sub-menu{
    transition:opacity .08s ease,visibility .08s ease,transform .08s ease!important;
  }
body.inkjetwell-kadence-ui #masthead li.menu-item-has-children:not(.ijw-submenu-open):not(:hover):not(:focus-within) > ul.sub-menu{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateY(4px)!important;
  }
body.inkjetwell-kadence-ui #masthead li.menu-item-has-children.ijw-submenu-open > ul.sub-menu,
  body.inkjetwell-kadence-ui #masthead li.menu-item-has-children:hover > ul.sub-menu,
  body.inkjetwell-kadence-ui #masthead li.menu-item-has-children:focus-within > ul.sub-menu{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:none!important;
  }}
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li,
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li:hover,
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li:focus-within,
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li.ijw-menu-hover,
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li.current-menu-item,
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li.current_page_item,
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li.current-menu-ancestor{
  box-shadow:0 4px 13px rgba(46,147,98,.10)!important;
}
body.inkjetwell-kadence-ui #masthead ul.sub-menu > li:not(:hover):not(:focus-within):not(.ijw-menu-hover):not(.current-menu-item):not(.current_page_item):not(.current-menu-ancestor){
  box-shadow:none!important;
}
.gallery-main{position:relative;cursor:zoom-in;touch-action:pan-y;user-select:none;-webkit-user-select:none}
.gallery-main:after{content:"↗";position:absolute;right:14px;bottom:14px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:rgba(16,38,58,.86);color:#fff;font-size:15px;opacity:.88;box-shadow:0 8px 20px rgba(16,38,58,.16);pointer-events:none}
.gallery-main:focus-visible{outline:3px solid rgba(62,110,215,.25);outline-offset:3px}
.gallery-main img{user-select:none;-webkit-user-drag:none}
.gallery-thumb{scroll-snap-align:start}
body.ijw-lightbox-open{overflow:hidden!important}
.ijw-gallery-lightbox{position:fixed;inset:0;z-index:100000;display:grid;grid-template-columns:minmax(48px,8vw) minmax(0,1fr) minmax(48px,8vw);grid-template-rows:1fr auto;align-items:center;background:rgba(5,14,24,.92);opacity:0;transition:opacity .16s ease;padding:max(18px,env(safe-area-inset-top)) max(14px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(14px,env(safe-area-inset-left))}
.ijw-gallery-lightbox[hidden]{display:none!important}
.ijw-gallery-lightbox.is-open{opacity:1}
.ijw-lightbox-stage{grid-column:2;grid-row:1;min-width:0;min-height:0;width:100%;height:min(82vh,920px);display:grid;place-items:center;overflow:hidden;touch-action:none;overscroll-behavior:contain;cursor:zoom-in;contain:layout paint}
.ijw-lightbox-stage.is-zoomed{cursor:grab}
.ijw-lightbox-stage img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transform-origin:center center;transition:none;will-change:transform;transform:translate3d(0,0,0) scale(1);backface-visibility:hidden;-webkit-backface-visibility:hidden;user-select:none;-webkit-user-select:none;-webkit-user-drag:none;pointer-events:none}
.ijw-lightbox-close,.ijw-lightbox-prev,.ijw-lightbox-next{border:0;background:rgba(255,255,255,.12);color:#fff;cursor:pointer;display:grid;place-items:center;backdrop-filter:blur(8px);transition:background-color .14s ease,transform .14s ease}
.ijw-lightbox-close:hover,.ijw-lightbox-prev:hover,.ijw-lightbox-next:hover{background:rgba(86,201,138,.8);transform:scale(1.04)}
.ijw-lightbox-close{position:absolute;right:max(18px,env(safe-area-inset-right));top:max(18px,env(safe-area-inset-top));width:46px;height:46px;border-radius:50%;font-size:30px;z-index:3}
.ijw-lightbox-prev,.ijw-lightbox-next{width:46px;height:60px;border-radius:16px;font-size:40px;line-height:1}
.ijw-lightbox-prev{grid-column:1;grid-row:1;justify-self:center}
.ijw-lightbox-next{grid-column:3;grid-row:1;justify-self:center}
.ijw-lightbox-meta{grid-column:1/-1;grid-row:2;display:flex;justify-content:center;gap:14px;flex-wrap:wrap;color:#dfe9ef;font-size:12px;padding-top:10px;text-align:center}
.ijw-lightbox-count{font-weight:800;color:#fff}
@media (max-width:1024px){body.inkjetwell-kadence-ui #mobile-drawer.popup-drawer .drawer-inner,
  body.inkjetwell-kadence-ui #mobile-drawer .drawer-inner{
    width:min(88vw,390px)!important;
    max-width:390px!important;
    background:#fff!important;
    color:var(--ink)!important;
    box-shadow:-20px 0 60px rgba(16,38,58,.2)!important;
  }
body.inkjetwell-kadence-ui #mobile-drawer .drawer-header{
    min-height:68px!important;
    padding:14px 18px!important;
    border-bottom:1px solid var(--line)!important;
    background:#fff!important;
  }
body.inkjetwell-kadence-ui #mobile-drawer .drawer-toggle,
  body.inkjetwell-kadence-ui #mobile-drawer .drawer-toggle:hover{
    color:var(--ink)!important;
    background:#eef4f1!important;
    border-radius:12px!important;
  }
body.inkjetwell-kadence-ui #mobile-drawer .drawer-content{
    background:#fff!important;
    color:var(--ink)!important;
    padding:8px 16px 28px!important;
  }
body.inkjetwell-kadence-ui #mobile-drawer .mobile-navigation ul,
  body.inkjetwell-kadence-ui #mobile-drawer .mobile-navigation li{
    background:transparent!important;
  }
body.inkjetwell-kadence-ui #mobile-drawer .mobile-navigation > div > ul > li{
    border-bottom:1px solid #edf2f4!important;
  }
body.inkjetwell-kadence-ui #mobile-drawer .mobile-navigation a,
  body.inkjetwell-kadence-ui #mobile-drawer .drawer-nav-drop-wrap > a{
    color:var(--ink)!important;
    font-weight:760!important;
    font-size:15px!important;
    line-height:1.25!important;
    padding:14px 10px!important;
  }
body.inkjetwell-kadence-ui #mobile-drawer .drawer-sub-toggle{
    color:#60788a!important;
    background:transparent!important;
    border-left:0!important;
    min-width:46px!important;
  }
body.inkjetwell-kadence-ui #mobile-drawer .sub-menu{
    margin:0 0 10px!important;
    padding:7px!important;
    border:1px solid #dfe9e4!important;
    border-radius:14px!important;
    background:#f7faf8!important;
    box-shadow:none!important;
  }
body.inkjetwell-kadence-ui #mobile-drawer .sub-menu li{
    border:0!important;
    border-radius:10px!important;
  }
body.inkjetwell-kadence-ui #mobile-drawer .sub-menu a{
    padding:11px 12px!important;
    border-radius:9px!important;
    color:var(--ink)!important;
    font-size:14px!important;
  }
body.inkjetwell-kadence-ui #mobile-drawer .sub-menu li.current-menu-item > a,
  body.inkjetwell-kadence-ui #mobile-drawer .sub-menu li.current_page_item > a,
  body.inkjetwell-kadence-ui #mobile-drawer .sub-menu a:focus-visible,
  body.inkjetwell-kadence-ui #mobile-drawer .sub-menu a:hover{
    background:var(--soft-green)!important;
    color:var(--green-dark)!important;
  }
body.inkjetwell-kadence-ui #mobile-drawer a[href*="/contact"]{
    display:inline-flex!important;
    width:auto!important;
    margin:14px 0 0!important;
    padding:11px 18px!important;
    border-radius:999px!important;
    background:var(--ink)!important;
    color:#fff!important;
  }
body.inkjetwell-kadence-ui .site-branding .ijw-kadence-brand,
  body.inkjetwell-kadence-ui .mobile-site-branding .ijw-kadence-brand{
    gap:8px!important;
    font-size:20px!important;
    letter-spacing:-.8px!important;
  }
body.inkjetwell-kadence-ui .site-branding .ijw-kadence-brand .brand-mark,
  body.inkjetwell-kadence-ui .mobile-site-branding .ijw-kadence-brand .brand-mark{
    width:34px!important;
    height:34px!important;
    flex-basis:34px!important;
    padding:8px!important;
    border-radius:10px!important;
  }}
@media (max-width:760px){.shell{width:min(100% - 24px,var(--max))}
.compact-grid,.product-grid,.archive-grid,.content-grid.compact-content{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}
.directory{padding:22px 0 42px}
.directory-heading{margin-bottom:12px;align-items:start}
.directory-heading h2{font-size:24px;line-height:1.08;letter-spacing:-.85px}
.directory-heading p{font-size:12px;line-height:1.4}
.product-card,.content-card{border-radius:16px}
.product-image{aspect-ratio:1.08/1}
.product-image img{padding:11px}
.product-copy,.content-copy{padding:10px 10px 12px;min-height:98px}
.product-copy h3,.content-copy h3{font-size:15.5px;line-height:1.12;letter-spacing:-.4px;margin-bottom:5px}
.product-copy p,.content-copy p{font-size:10.8px;line-height:1.38}
.content-copy span{font-size:8.5px;letter-spacing:1.05px;margin-bottom:5px}
.page-hero,.simple-page-hero{padding:24px 0 20px}
.page-hero h1,.simple-page-hero h1,.content-detail-page .page-hero h1{font-size:30px;line-height:1.04;letter-spacing:-1.35px}
.hero-lead,.content-detail-page .hero-lead{font-size:13px;line-height:1.45;margin-top:8px}
.filter-row{gap:7px;margin-top:15px;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:3px;-webkit-overflow-scrolling:touch}
.filter-chip{flex:0 0 auto;scroll-snap-align:start;padding:8px 11px;font-size:11px}
.page-hero.has-visual .hero-shell{gap:10px}
.page-hero.has-visual .page-hero-visual{aspect-ratio:3.2/1;border-radius:13px}
.product-detail{padding:18px 0 38px}
.product-hero-grid{grid-template-columns:1fr;gap:20px}
.gallery{display:flex;flex-direction:column;gap:9px;min-width:0}
.gallery-main{order:1;min-height:0;aspect-ratio:1/1;border-radius:18px}
.gallery-main img{width:100%;height:100%;object-fit:contain;padding:18px}
.gallery-main:after{right:10px;bottom:10px;width:30px;height:30px;font-size:13px}
.gallery-thumbs{order:2;display:flex!important;grid-template-columns:none!important;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 2px 5px;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain}
.gallery-thumb{flex:0 0 68px;min-width:68px;padding:5px;border-radius:11px}
.product-summary h1{font-size:32px;line-height:1.03;letter-spacing:-1.4px}
.product-summary .summary-lead{font-size:13px}
.contact-panel{padding:15px;border-radius:16px}
.product-channels{gap:7px}
.channel{padding:9px 10px;font-size:11px}
.product-editor{padding-bottom:35px}
.editor-content{padding:20px 15px;border-radius:18px}
.editor-content h2{font-size:24px}
.ijw-gallery-lightbox{grid-template-columns:42px minmax(0,1fr) 42px;padding:12px 5px max(12px,env(safe-area-inset-bottom))}
.ijw-lightbox-stage{height:76vh}
.ijw-lightbox-prev,.ijw-lightbox-next{width:38px;height:50px;border-radius:13px;font-size:34px}
.ijw-lightbox-close{width:42px;height:42px;font-size:27px}
.ijw-lightbox-meta{font-size:10px;gap:8px}
.footer-connect,.footer-core{padding-left:12px;padding-right:12px}}
@media (max-width:390px){.product-copy h3,.content-copy h3{font-size:14.5px}}
@media (prefers-reduced-motion:reduce){.ijw-gallery-lightbox,.ijw-lightbox-stage img,.home-primary,.product-card,.content-card{transition:none!important}}
.product-copy h3,.content-copy h3{font-size:var(--ijw-card-title-size,17px)!important;line-height:1.16;letter-spacing:-.38px}
.product-copy p,.content-copy p{font-size:var(--ijw-card-text-size,13px)!important;line-height:1.48}
.home-module-block .product-grid,.home-module-block .content-grid{margin-bottom:0;gap:var(--ijw-card-gap,16px)}
.home-module-block .product-card,.home-module-block .content-card{border-radius:var(--ijw-card-radius,22px)}
.home-module-block--inks .product-image,.home-module-block--inks .content-image{background:linear-gradient(180deg,#fbfefc,#eef8f2)}
.home-module-block--tij .product-image,.home-module-block--tij .content-image{background:linear-gradient(180deg,#fafbff,#edf2ff)}
.home-module-block--uv .product-image,.home-module-block--uv .content-image{background:linear-gradient(180deg,#fafbfe,#eef2f8)}
.home-module-block--cases .content-image{background:linear-gradient(180deg,#fffbf8,#fff0e4)}
.home-module-block--videos .content-image{background:linear-gradient(180deg,#f9fdfc,#edf8f6)}
.home-module-block--solutions .content-image{background:linear-gradient(180deg,#fcfbff,#f1edfb)}
@media (max-width:760px){.product-copy h3,.content-copy h3{font-size:var(--ijw-card-title-size,13px)!important}
.product-copy p,.content-copy p{font-size:var(--ijw-card-text-size,10.5px)!important}
.home-module-block .product-grid,.home-module-block .content-grid,.home-primary-grid{gap:var(--ijw-card-gap,8px)!important}
.home-module-block .product-card,.home-module-block .content-card,.home-primary{border-radius:var(--ijw-card-radius,17px)}
.product-copy,.content-copy{padding:9px 9px 11px!important;min-height:0!important}}
.product-detail-navigation{margin-bottom:14px}
.product-mobile-module-nav{display:none}
.ijw-gallery-lightbox{
  display:block;
  padding:0;
}
.ijw-lightbox-stage{
  position:absolute;
  inset:max(74px,calc(env(safe-area-inset-top) + 58px)) max(76px,calc(env(safe-area-inset-right) + 62px)) max(58px,calc(env(safe-area-inset-bottom) + 42px)) max(76px,calc(env(safe-area-inset-left) + 62px));
  width:auto;
  height:auto;
  min-width:0;
  min-height:0;
}
.ijw-lightbox-close,
.ijw-lightbox-prev,
.ijw-lightbox-next{
  position:fixed!important;
  z-index:4!important;
  margin:0!important;
  padding:0!important;
  min-width:0!important;
  min-height:0!important;
  border:0!important;
  box-shadow:none!important;
  line-height:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  font-family:Arial,Helvetica,sans-serif!important;
}
.ijw-lightbox-close>span,
.ijw-lightbox-prev>span,
.ijw-lightbox-next>span{
  display:block;
  line-height:1;
  pointer-events:none;
  transform:translateY(-.03em);
}
.ijw-lightbox-close{
  top:max(18px,env(safe-area-inset-top))!important;
  right:max(18px,env(safe-area-inset-right))!important;
  left:auto!important;
  bottom:auto!important;
  width:50px!important;
  height:50px!important;
  border-radius:50%!important;
  font-size:32px!important;
  transform:none!important;
}
.ijw-lightbox-prev,
.ijw-lightbox-next{
  top:50%!important;
  bottom:auto!important;
  width:52px!important;
  height:64px!important;
  border-radius:16px!important;
  font-size:42px!important;
  transform:translateY(-50%)!important;
}
.ijw-lightbox-prev{left:max(18px,env(safe-area-inset-left))!important;right:auto!important}
.ijw-lightbox-next{right:max(18px,env(safe-area-inset-right))!important;left:auto!important}
.ijw-lightbox-close:hover,
.ijw-lightbox-close:focus-visible{transform:scale(1.04)!important}
.ijw-lightbox-prev:hover,
.ijw-lightbox-prev:focus-visible,
.ijw-lightbox-next:hover,
.ijw-lightbox-next:focus-visible{transform:translateY(-50%) scale(1.04)!important}
.ijw-lightbox-close:focus-visible,
.ijw-lightbox-prev:focus-visible,
.ijw-lightbox-next:focus-visible{outline:3px solid rgba(255,255,255,.72)!important;outline-offset:3px!important}
.ijw-lightbox-meta{
  position:fixed;
  left:max(14px,env(safe-area-inset-left));
  right:max(14px,env(safe-area-inset-right));
  bottom:max(14px,env(safe-area-inset-bottom));
  padding:0;
}
@media (max-width:760px){.product-detail{padding-top:16px}
.product-detail-navigation{display:grid;gap:10px;margin:0 0 12px}
.product-mobile-module-nav{
    display:block;
    width:100%;
    overflow:hidden;
    margin:0;
  }
.product-mobile-module-track{
    display:flex;
    gap:8px;
    overflow-x:auto;
    overscroll-behavior-inline:contain;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
    padding:2px 1px 5px;
  }
.product-mobile-module-track::-webkit-scrollbar{display:none}
.product-mobile-module-chip{
    flex:0 0 auto;
    scroll-snap-align:start;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    padding:8px 14px;
    border:1px solid var(--line);
    border-radius:999px;
    background:#fff;
    color:var(--ink);
    font-size:13px;
    line-height:1;
    font-weight:820;
    white-space:nowrap;
    box-shadow:0 4px 12px rgba(16,38,58,.035);
  }
.product-mobile-module-chip:hover,
  .product-mobile-module-chip:focus-visible,
  .product-mobile-module-chip.active{
    border-color:var(--ink);
    background:var(--ink);
    color:#fff;
  }
.product-mobile-module-chip:focus-visible{outline:3px solid rgba(62,110,215,.2);outline-offset:2px}
.product-breadcrumb{
    margin:0;
    padding:9px 11px;
    border:1px solid var(--line);
    border-radius:13px;
    background:rgba(255,255,255,.8);
    box-shadow:0 5px 15px rgba(16,38,58,.035);
    flex-wrap:nowrap;
    overflow-x:auto;
    scrollbar-width:none;
    white-space:nowrap;
    -webkit-overflow-scrolling:touch;
  }
.product-breadcrumb::-webkit-scrollbar{display:none}
.product-breadcrumb>a:first-child{flex:0 0 auto}
.product-breadcrumb .breadcrumb-category{flex:0 0 auto;padding:5px 9px}
.product-breadcrumb .breadcrumb-current{
    flex:0 0 auto;
    max-width:72vw;
    overflow:visible;
    text-overflow:clip;
  }
.ijw-lightbox-stage{
    inset:max(72px,calc(env(safe-area-inset-top) + 56px)) 8px max(62px,calc(env(safe-area-inset-bottom) + 48px)) 8px;
  }
.ijw-lightbox-close{
    top:max(12px,env(safe-area-inset-top))!important;
    right:max(12px,env(safe-area-inset-right))!important;
    width:48px!important;
    height:48px!important;
    font-size:31px!important;
  }
.ijw-lightbox-prev,
  .ijw-lightbox-next{
    width:50px!important;
    height:62px!important;
    border-radius:15px!important;
    font-size:40px!important;
  }
.ijw-lightbox-prev{left:max(8px,env(safe-area-inset-left))!important}
.ijw-lightbox-next{right:max(8px,env(safe-area-inset-right))!important}
.ijw-lightbox-meta{
    left:max(8px,env(safe-area-inset-left));
    right:max(8px,env(safe-area-inset-right));
    bottom:max(10px,env(safe-area-inset-bottom));
    gap:8px;
    font-size:11px;
  }}
.ijw-gallery-lightbox.is-gesturing .ijw-lightbox-stage{cursor:grabbing}
.ijw-gallery-lightbox.is-gesturing .ijw-lightbox-stage img{transition:none!important}
.editor-content.rich-content>.wp-block-image:first-child{margin-top:0}
.editor-content.rich-content .wp-block-table{overflow-x:auto;-webkit-overflow-scrolling:touch}
.editor-content.rich-content .wp-block-table table{width:100%}
.content-empty-state{max-width:880px;margin:0 auto;padding:42px;border:1px solid var(--line);border-radius:24px;background:#fff;text-align:center;box-shadow:0 12px 34px rgba(16,38,58,.04)}
.content-empty-state .eyebrow{margin-top:0}
.content-empty-state h2{font-size:30px;line-height:1.12;margin:8px 0 12px}
.content-empty-state>p{max-width:680px;margin:0 auto;color:var(--muted)}
.content-empty-state small{display:block;margin-top:18px;color:#7a6b55}
.compact-empty-state{padding:28px;margin:10px 0;text-align:left}
.compact-empty-state h2{font-size:25px}
.empty-state-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:22px}
.case-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 30px}
.case-facts>div{padding:17px 18px;border:1px solid var(--line);border-radius:16px;background:#f5f8f7}
.case-facts dt{font-size:11px;letter-spacing:1px;text-transform:uppercase;color:var(--green-dark);font-weight:900}
.case-facts dd{margin:7px 0 0;font-size:15px;color:var(--ink)}
.story-featured-fallback{margin:0}
.story-featured-fallback img{display:block;width:100%;height:auto;max-height:760px;object-fit:contain;border-radius:20px;background:#f2f6f4}
.inkjetwell-inner-play{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:rgba(16,38,58,.88);color:#fff;font-size:20px;box-shadow:0 10px 30px rgba(16,38,58,.24);transition:.18s}
.inkjetwell-inner-play.is-disabled{opacity:.55}
.content-pagination ul{display:flex;justify-content:center;gap:7px;list-style:none;margin:26px 0 0;padding:0}
.content-pagination a,.content-pagination span{display:grid;place-items:center;min-width:40px;height:40px;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:#fff}
.content-pagination .current{background:var(--ink);border-color:var(--ink);color:#fff}
@media (max-width:760px){.content-empty-state{padding:26px 20px}
.content-empty-state h2{font-size:23px}
.case-facts{grid-template-columns:1fr}
.inkjetwell-inner-play{width:50px;height:50px}}
body.inkjetwell-kadence-ui.listing-page .page-hero .eyebrow{font-size:var(--ijw-archive-kicker-size,13px)!important}
body.inkjetwell-kadence-ui.listing-page .page-hero h1{font-size:var(--ijw-archive-title-size,48px)!important;line-height:1.04!important}
body.inkjetwell-kadence-ui.listing-page .page-hero .hero-lead{font-size:var(--ijw-archive-intro-size,17px)!important}
body.inkjetwell-kadence-ui.listing-page .directory-heading h2{font-size:var(--ijw-directory-title-size,31px)!important;line-height:1.1!important}
body.inkjetwell-kadence-ui.listing-page .product-copy h3,
body.inkjetwell-kadence-ui.listing-page .content-copy h2,
body.inkjetwell-kadence-ui.listing-page .resource-card h2,
body.inkjetwell-kadence-ui.listing-page .video-card h2{font-size:var(--ijw-listing-card-title-size,20px)!important;line-height:1.14!important}
body.inkjetwell-kadence-ui.listing-page .product-copy p,
body.inkjetwell-kadence-ui.listing-page .content-copy p,
body.inkjetwell-kadence-ui.listing-page .resource-card>p:not(.video-card-meta),
body.inkjetwell-kadence-ui.listing-page .video-card>p:not(.video-card-meta){font-size:var(--ijw-listing-card-text-size,14px)!important;line-height:1.48!important}
body.inkjetwell-kadence-ui.shared-detail-page .product-type,
body.inkjetwell-kadence-ui.shared-detail-page .page-hero .eyebrow{font-size:var(--ijw-detail-kicker-size,12px)!important}
body.inkjetwell-kadence-ui.shared-detail-page .product-summary h1,
body.inkjetwell-kadence-ui.shared-detail-page .page-hero h1{font-size:var(--ijw-detail-title-size,44px)!important;line-height:1.04!important}
body.inkjetwell-kadence-ui.shared-detail-page .summary-lead,
body.inkjetwell-kadence-ui.shared-detail-page .page-hero .hero-lead{font-size:var(--ijw-detail-intro-size,17px)!important;line-height:1.48!important}
body.inkjetwell-kadence-ui.shared-detail-page .editor-content h2,
body.inkjetwell-kadence-ui.shared-detail-page .story-content h2,
body.inkjetwell-kadence-ui.shared-detail-page .related-strip h2,
body.inkjetwell-kadence-ui.shared-detail-page .content-empty-state h2{font-size:var(--ijw-detail-section-title-size,32px)!important;line-height:1.12!important}
body.inkjetwell-kadence-ui.shared-detail-page .editor-content p,
body.inkjetwell-kadence-ui.shared-detail-page .editor-content li,
body.inkjetwell-kadence-ui.shared-detail-page .story-content p,
body.inkjetwell-kadence-ui.shared-detail-page .story-content li,
body.inkjetwell-kadence-ui.shared-detail-page .story-split p,
body.inkjetwell-kadence-ui.shared-detail-page .content-empty-state p{font-size:var(--ijw-detail-body-text-size,16px)!important;line-height:1.62!important}
@media (min-width:761px){body.inkjetwell-kadence-ui.shared-detail-page .product-summary h1{
    letter-spacing:-0.012em!important;
    font-kerning:normal;
    font-feature-settings:"kern" 1;
    text-rendering:optimizeLegibility;
  }}
@supports (content-visibility:auto){.home-modules .home-module-block:nth-child(n/**/+2),
  .product-editor,
  .story-detail,
  .spectrum-footer{content-visibility:auto;contain-intrinsic-size:auto 520px}}
@media (prefers-reduced-motion:reduce){body.inkjetwell-kadence-ui *,body.inkjetwell-kadence-ui *:before,body.inkjetwell-kadence-ui *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
/* Cached navigation compatibility rules. */

body.inkjetwell-kadence-ui #masthead .header-navigation .header-menu-container ul ul.sub-menu,
body.inkjetwell-kadence-ui #masthead .primary-menu-container ul ul.sub-menu,
body.inkjetwell-kadence-ui #masthead ul.menu>li.menu-item-has-children>ul.sub-menu,
body.inkjetwell-kadence-ui .site-header .header-navigation ul ul.sub-menu{background:#fff!important;background-image:none!important;color:#10263a!important;border:1px solid #dce7e1!important;border-radius:16px!important;box-shadow:0 18px 42px rgba(16,38,58,.14)!important;padding:12px!important;min-width:286px!important;overflow:visible!important;color-scheme:light!important;isolation:isolate!important}
body.inkjetwell-kadence-ui #masthead ul.sub-menu li,body.inkjetwell-kadence-ui #masthead ul.sub-menu li.menu-item{position:relative!important;display:block!important;width:100%!important;background:#fff!important;border:1px solid transparent!important;border-radius:10px!important;margin:2px 0!important;padding:0!important;overflow:hidden!important;box-shadow:none!important;transform:none!important;transition:background-color .12s ease,border-color .12s ease,box-shadow .12s ease!important}
body.inkjetwell-kadence-ui #masthead ul.sub-menu li:before{content:"";position:absolute;z-index:2;left:0;top:7px;bottom:7px;width:4px;border-radius:999px;background:#56c98a;opacity:0;transform:scaleY(.58);transition:opacity .12s ease,transform .12s ease;pointer-events:none}
body.inkjetwell-kadence-ui #masthead ul.sub-menu li>a,body.inkjetwell-kadence-ui #masthead .header-menu-container ul ul.sub-menu li>a{display:flex!important;align-items:center!important;width:100%!important;min-width:100%!important;box-sizing:border-box!important;margin:0!important;padding:12px 14px!important;background:transparent!important;background-image:none!important;color:#10263a!important;border:0!important;border-radius:9px!important;font-size:14px!important;font-weight:740!important;line-height:1.35!important;box-shadow:none!important;transform:none!important;text-decoration:none!important;cursor:pointer!important;transition:color .12s ease!important}
body.inkjetwell-kadence-ui #masthead ul.sub-menu li:hover,body.inkjetwell-kadence-ui #masthead ul.sub-menu li:focus-within,body.inkjetwell-kadence-ui #masthead ul.sub-menu li.ijw-menu-hover,body.inkjetwell-kadence-ui #masthead ul.sub-menu li.current-menu-item,body.inkjetwell-kadence-ui #masthead ul.sub-menu li.current_page_item,body.inkjetwell-kadence-ui #masthead ul.sub-menu li.current-menu-ancestor{background:#e8f6ee!important;border-color:#bfe2cd!important;box-shadow:0 4px 13px rgba(46,147,98,.10)!important;transform:none!important}
body.inkjetwell-kadence-ui #masthead ul.sub-menu li:hover:before,body.inkjetwell-kadence-ui #masthead ul.sub-menu li:focus-within:before,body.inkjetwell-kadence-ui #masthead ul.sub-menu li.ijw-menu-hover:before,body.inkjetwell-kadence-ui #masthead ul.sub-menu li.current-menu-item:before,body.inkjetwell-kadence-ui #masthead ul.sub-menu li.current_page_item:before,body.inkjetwell-kadence-ui #masthead ul.sub-menu li.current-menu-ancestor:before{opacity:1;transform:scaleY(1)}
body.inkjetwell-kadence-ui #masthead ul.sub-menu li:hover>a,body.inkjetwell-kadence-ui #masthead ul.sub-menu li:focus-within>a,body.inkjetwell-kadence-ui #masthead ul.sub-menu li.ijw-menu-hover>a,body.inkjetwell-kadence-ui #masthead ul.sub-menu li.current-menu-item>a,body.inkjetwell-kadence-ui #masthead ul.sub-menu li.current_page_item>a,body.inkjetwell-kadence-ui #masthead ul.sub-menu li.current-menu-ancestor>a{background:transparent!important;color:#247e52!important;box-shadow:none!important;transform:none!important;text-decoration:none!important;outline:0!important}
@media(min-width:1025px){body.inkjetwell-kadence-ui #masthead li.menu-item-has-children{position:relative!important}body.inkjetwell-kadence-ui #masthead li.menu-item-has-children>ul.sub-menu{top:calc(100% - 2px)!important;margin-top:0!important;transition:opacity .08s ease,visibility .08s ease,transform .08s ease!important}body.inkjetwell-kadence-ui #masthead li.menu-item-has-children>ul.sub-menu:before{content:"";position:absolute;left:0;right:0;top:-12px;height:14px;background:transparent!important;border:0!important;pointer-events:auto}body.inkjetwell-kadence-ui #masthead li.menu-item-has-children.ijw-submenu-open>ul.sub-menu{display:block!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:none!important}}
body.inkjetwell-kadence-ui .ijw-empty-kadence-header-row{display:none!important;height:0!important;min-height:0!important;max-height:0!important;padding:0!important;margin:0!important;border:0!important;overflow:hidden!important}
.product-breadcrumb{gap:7px!important;color:#61778b!important}.product-breadcrumb>a{cursor:pointer!important;text-decoration:none!important}.product-breadcrumb>a:first-child{color:#536d80!important;font-weight:720!important;padding:4px 3px!important}.product-breadcrumb>a:first-child:hover{color:#2e9362!important;text-decoration:underline!important;text-underline-offset:3px!important}.product-breadcrumb .breadcrumb-category{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:5px 10px!important;border:1px solid #cbe7d6!important;border-radius:999px!important;background:#eef8f2!important;color:#2e9362!important;font-weight:820!important;line-height:1.25!important;box-shadow:0 2px 7px rgba(46,147,98,.08)!important}.product-breadcrumb .breadcrumb-category:after{content:"↗";font-size:.78em;line-height:1!important}.product-breadcrumb .breadcrumb-category:hover{background:#dff2e7!important;border-color:#9fd5b5!important;color:#207c50!important;text-decoration:none!important;box-shadow:0 4px 12px rgba(46,147,98,.14)!important}
a.live-chat[href*="/contact"],a.live-chat[href*="contact"]{display:none!important}
/* Inkjetwell 1.4.14: keep the desktop Kadence header at the established compact height. */
@media (min-width:1025px){
body.inkjetwell-kadence-ui #masthead .site-main-header-wrap,
body.inkjetwell-kadence-ui #masthead .site-header-row-container-inner,
body.inkjetwell-kadence-ui #masthead .site-main-header-inner-wrap{
  min-height:78px!important;
  height:78px!important;
  padding-top:0!important;
  padding-bottom:0!important;
}
body.inkjetwell-kadence-ui #masthead .site-header-section,
body.inkjetwell-kadence-ui #masthead .site-header-item{
  min-height:0!important;
  margin-top:0!important;
  margin-bottom:0!important;
  align-items:center!important;
}
body.inkjetwell-kadence-ui #masthead .site-main-header-inner-wrap{
  align-items:center!important;
}
}

/* Image logo + separate Kadence site title: keep the uploaded logo intact and color only “well”. */
body.inkjetwell-kadence-ui .ijw-brand-word-only .ijw-brand-word{display:inline-block;color:var(--ink)!important;white-space:nowrap}
body.inkjetwell-kadence-ui .ijw-brand-word-only .ijw-brand-word em{font-style:normal;color:var(--green)!important}

/* Inkjetwell v1.4.18: compact desktop four-column grids.
 * Keeps four cards per row on lower-resolution desktop windows while
 * preserving the existing tablet/mobile layout below 761 CSS pixels. */
@media (min-width:761px) and (max-width:1280px){
  .home-primary-grid,
  .product-grid,
  .compact-grid,
  .content-grid,
  .content-grid.compact-content,
  .archive-grid,
  .resource-grid,
  .video-grid{
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:clamp(9px,1vw,14px)!important;
  }
  .home-primary,
  .product-card,
  .content-card,
  .resource-card{min-width:0}
  .home-primary-image{
    margin:7px!important;
    border-radius:clamp(11px,1.25vw,15px)!important;
  }
  .home-primary-image>span{
    left:10px!important;
    top:9px!important;
    font-size:10px!important;
  }
  .home-primary-image img{padding:clamp(12px,1.5vw,19px)!important}
  .home-primary-copy{padding:6px 12px 12px!important;min-width:0}
  .home-primary h2{
    font-size:clamp(15px,1.42vw,20px)!important;
    line-height:1.1!important;
    letter-spacing:-.55px!important;
    margin-bottom:6px!important;
  }
  .home-primary p{
    font-size:clamp(10.8px,.92vw,12.8px)!important;
    line-height:1.4!important;
    margin-bottom:11px!important;
  }
  .home-primary b{
    gap:6px!important;
    padding:7px 7px 7px 10px!important;
    font-size:11px!important;
  }
  .home-primary b i{width:25px!important;height:25px!important}
  .product-image{aspect-ratio:1.18/1!important}
  .product-image img{padding:clamp(9px,1.15vw,15px)!important}
  .content-image{
    height:auto!important;
    aspect-ratio:1.38/1!important;
  }
  .content-image img{padding:clamp(10px,1.2vw,16px)!important}
  .product-copy,
  .content-copy{
    padding:clamp(10px,1.05vw,15px)!important;
    min-height:0!important;
  }
  .product-copy h3,
  .content-copy h2,
  .content-copy h3,
  .resource-card h2{
    font-size:clamp(13px,1.18vw,17px)!important;
    line-height:1.15!important;
    letter-spacing:-.3px!important;
    margin-top:0!important;
    margin-bottom:5px!important;
  }
  .product-copy p,
  .content-copy p,
  .resource-card p{
    font-size:clamp(10.5px,.88vw,12.5px)!important;
    line-height:1.42!important;
  }
  .content-copy>span,
  .resource-type{
    font-size:9px!important;
    letter-spacing:1px!important;
  }
  .resource-card{padding:clamp(12px,1.2vw,17px)!important}
  .home-primary h2,
  .product-copy h3,
  .content-copy h2,
  .content-copy h3{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
  }
  .home-primary p,
  .product-copy p,
  .content-copy p{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
  }
  .module-heading{
    gap:18px!important;
    margin:24px 0 13px!important;
  }
  .module-heading h2{font-size:clamp(24px,2.35vw,34px)!important}
  .module-heading>a{padding:9px 13px!important;font-size:12px!important;white-space:nowrap}
}

/* Inkjetwell v1.4.19: desktop-first density for high-DPI / scaled Windows displays.
 * 1) 761-1280px: strengthen four-column desktop grids so theme/mobile rules cannot win.
 * 2) 480-760px + fine pointer: keep four columns for shrunken desktop windows, while
 *    true touch phones retain the existing mobile two/one-column layouts.
 * 3) The original header compaction is superseded by the stable v1.4.22 grid below. */
@media (min-width:761px) and (max-width:1280px){
  body.inkjetwell-kadence-ui .home-primary-grid,
  body.inkjetwell-kadence-ui .product-grid,
  body.inkjetwell-kadence-ui .compact-grid,
  body.inkjetwell-kadence-ui .content-grid,
  body.inkjetwell-kadence-ui .content-grid.compact-content,
  body.inkjetwell-kadence-ui .archive-grid,
  body.inkjetwell-kadence-ui .resource-grid,
  body.inkjetwell-kadence-ui .video-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:clamp(8px,.9vw,13px)!important;
  }
}

@media (min-width:480px) and (max-width:760px) and (any-hover:hover) and (any-pointer:fine){
  body.inkjetwell-kadence-ui .shell{width:min(var(--max),calc(100% - 16px))!important}
  body.inkjetwell-kadence-ui .home-primary-grid,
  body.inkjetwell-kadence-ui .product-grid,
  body.inkjetwell-kadence-ui .compact-grid,
  body.inkjetwell-kadence-ui .content-grid,
  body.inkjetwell-kadence-ui .content-grid.compact-content,
  body.inkjetwell-kadence-ui .archive-grid,
  body.inkjetwell-kadence-ui .resource-grid,
  body.inkjetwell-kadence-ui .video-grid{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:clamp(5px,1vw,8px)!important;
  }
  body.inkjetwell-kadence-ui .home-primary,
  body.inkjetwell-kadence-ui .product-card,
  body.inkjetwell-kadence-ui .content-card,
  body.inkjetwell-kadence-ui .resource-card{min-width:0!important;border-radius:12px!important}

  body.inkjetwell-kadence-ui .home-primary-image{margin:4px!important;border-radius:9px!important}
  body.inkjetwell-kadence-ui .home-primary-image>span{left:6px!important;top:5px!important;font-size:7.5px!important}
  body.inkjetwell-kadence-ui .home-primary-image img{padding:clamp(7px,1.5vw,10px)!important}
  body.inkjetwell-kadence-ui .home-primary-copy{padding:4px 6px 7px!important;min-width:0!important}
  body.inkjetwell-kadence-ui .home-primary h2{font-size:clamp(11px,2.1vw,13px)!important;line-height:1.08!important;letter-spacing:-.25px!important;margin:0 0 3px!important}
  body.inkjetwell-kadence-ui .home-primary p{font-size:clamp(8.2px,1.55vw,9.8px)!important;line-height:1.28!important;margin:0 0 5px!important;min-height:0!important}
  body.inkjetwell-kadence-ui .home-primary b{font-size:8.5px!important;gap:3px!important;padding:4px 4px 4px 6px!important}
  body.inkjetwell-kadence-ui .home-primary b i{width:18px!important;height:18px!important;font-size:8px!important}

  body.inkjetwell-kadence-ui .product-image{aspect-ratio:1.08/1!important}
  body.inkjetwell-kadence-ui .product-image img{padding:clamp(5px,1.1vw,8px)!important}
  body.inkjetwell-kadence-ui .content-image{height:auto!important;aspect-ratio:1.32/1!important}
  body.inkjetwell-kadence-ui .content-image img{padding:clamp(5px,1.1vw,8px)!important}
  body.inkjetwell-kadence-ui .product-copy,
  body.inkjetwell-kadence-ui .content-copy{padding:clamp(6px,1.2vw,9px)!important;min-height:0!important}
  body.inkjetwell-kadence-ui .product-copy h3,
  body.inkjetwell-kadence-ui .content-copy h2,
  body.inkjetwell-kadence-ui .content-copy h3,
  body.inkjetwell-kadence-ui .resource-card h2{font-size:clamp(10px,1.95vw,12px)!important;line-height:1.12!important;letter-spacing:-.18px!important;margin:0 0 3px!important}
  body.inkjetwell-kadence-ui .product-copy p,
  body.inkjetwell-kadence-ui .content-copy p,
  body.inkjetwell-kadence-ui .resource-card p{font-size:clamp(8px,1.5vw,9.5px)!important;line-height:1.3!important;margin-bottom:0!important}
  body.inkjetwell-kadence-ui .content-copy>span,
  body.inkjetwell-kadence-ui .resource-type{font-size:7.5px!important;letter-spacing:.65px!important}
  body.inkjetwell-kadence-ui .resource-card{padding:clamp(7px,1.2vw,9px)!important}

  body.inkjetwell-kadence-ui .home-primary h2,
  body.inkjetwell-kadence-ui .product-copy h3,
  body.inkjetwell-kadence-ui .content-copy h2,
  body.inkjetwell-kadence-ui .content-copy h3,
  body.inkjetwell-kadence-ui .home-primary p,
  body.inkjetwell-kadence-ui .product-copy p,
  body.inkjetwell-kadence-ui .content-copy p{
    display:-webkit-box!important;
    -webkit-box-orient:vertical!important;
    -webkit-line-clamp:2!important;
    overflow:hidden!important;
  }
  body.inkjetwell-kadence-ui .module-heading{grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;margin:15px 0 8px!important;padding-left:7px!important}
  body.inkjetwell-kadence-ui .module-heading span{font-size:7.5px!important;letter-spacing:.8px!important}
  body.inkjetwell-kadence-ui .module-heading h2{font-size:clamp(17px,3.4vw,22px)!important;line-height:1.06!important;letter-spacing:-.6px!important}
  body.inkjetwell-kadence-ui .module-heading>a{padding:6px 8px!important;font-size:8.5px!important;white-space:nowrap!important}
  body.inkjetwell-kadence-ui .directory-heading h2{font-size:clamp(18px,3.5vw,23px)!important}
  body.inkjetwell-kadence-ui .directory-heading p{font-size:10px!important}
}

/* Inkjetwell v1.4.22: stable Kadence header across scaled desktop and mobile.
 * Preserve Kadence's two-column grid: logo left, navigation/toggle right.
 * Never let the desktop menu wrap; compact it before the available row runs out. */
@media (min-width:1025px){
  body.inkjetwell-kadence-ui #masthead #main-header .site-main-header-inner-wrap{
    display:grid!important;
    grid-template-columns:max-content minmax(0,1fr)!important;
    align-items:center!important;
    column-gap:clamp(10px,1.2vw,22px)!important;
    width:100%!important;
  }
  body.inkjetwell-kadence-ui #masthead #main-header .site-header-main-section-left{
    grid-column:1!important;
    min-width:0!important;
  }
  body.inkjetwell-kadence-ui #masthead #main-header .site-header-main-section-right{
    grid-column:2!important;
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:clamp(7px,.85vw,16px)!important;
    width:100%!important;
    min-width:0!important;
  }
  body.inkjetwell-kadence-ui #masthead #main-header .site-header-main-section-right>.site-header-item{
    min-width:0!important;
    margin-top:0!important;
    margin-bottom:0!important;
  }
  body.inkjetwell-kadence-ui #masthead #main-header .site-header-item-main-navigation{
    display:flex!important;
    flex:1 1 auto!important;
    justify-content:flex-end!important;
  }
  body.inkjetwell-kadence-ui #masthead #main-header .header-navigation,
  body.inkjetwell-kadence-ui #masthead #main-header .primary-menu-container{
    width:auto!important;
    min-width:0!important;
  }
  body.inkjetwell-kadence-ui #masthead #main-header .primary-menu-container>ul,
  body.inkjetwell-kadence-ui #masthead #main-header .header-menu-container>ul{
    display:flex!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:0!important;
    white-space:nowrap!important;
  }
  body.inkjetwell-kadence-ui #masthead #main-header .primary-menu-container>ul>li,
  body.inkjetwell-kadence-ui #masthead #main-header .header-menu-container>ul>li{
    flex:0 0 auto!important;
  }
  body.inkjetwell-kadence-ui #masthead #main-header .primary-menu-container>ul>li>a,
  body.inkjetwell-kadence-ui #masthead #main-header .header-menu-container>ul>li>a,
  body.inkjetwell-kadence-ui #masthead #main-header .header-button{
    white-space:nowrap!important;
  }
}

@media (min-width:1025px) and (max-width:1600px){
  body.inkjetwell-kadence-ui #masthead #main-header .site-main-header-wrap,
  body.inkjetwell-kadence-ui #masthead #main-header .site-header-row-container-inner,
  body.inkjetwell-kadence-ui #masthead #main-header .site-main-header-inner-wrap{
    min-height:70px!important;
    height:70px!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }
  body.inkjetwell-kadence-ui #masthead #main-header .site-header-section,
  body.inkjetwell-kadence-ui #masthead #main-header .site-header-item{
    min-width:0!important;
    min-height:0!important;
    margin-top:0!important;
    margin-bottom:0!important;
    align-items:center!important;
  }
  body.inkjetwell-kadence-ui #masthead #main-header .site-branding{
    gap:clamp(4px,.45vw,7px)!important;
    min-width:0!important;
  }
  body.inkjetwell-kadence-ui #masthead #main-header .custom-logo-link img,
  body.inkjetwell-kadence-ui #masthead #main-header img.custom-logo{
    max-height:42px!important;
    width:auto!important;
  }
  body.inkjetwell-kadence-ui #masthead #main-header .site-title,
  body.inkjetwell-kadence-ui #masthead #main-header .ijw-brand-word-only{
    font-size:clamp(16px,1.25vw,20px)!important;
    line-height:1!important;
    white-space:nowrap!important;
  }
  body.inkjetwell-kadence-ui #masthead #main-header .primary-menu-container>ul>li>a,
  body.inkjetwell-kadence-ui #masthead #main-header .header-menu-container>ul>li>a{
    font-size:clamp(10.5px,.82vw,13px)!important;
    line-height:1.15!important;
    padding:8px clamp(3px,.38vw,6px)!important;
  }
  body.inkjetwell-kadence-ui #masthead #main-header .site-header-item .header-button,
  body.inkjetwell-kadence-ui #masthead #main-header .header-button{
    font-size:clamp(11px,.82vw,13px)!important;
    padding:10px clamp(10px,.9vw,14px)!important;
  }
}

/* The old compact-desktop rule also matched Kadence's mobile header and turned
 * its two grid columns into adjacent flex items. Restore the full-width row. */
@media (max-width:1024px){
  body.inkjetwell-kadence-ui #masthead #mobile-header .site-main-header-inner-wrap{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    column-gap:16px!important;
    width:100%!important;
  }
  body.inkjetwell-kadence-ui #masthead #mobile-header .site-header-main-section-left{
    grid-column:1!important;
    min-width:0!important;
    width:auto!important;
  }
  body.inkjetwell-kadence-ui #masthead #mobile-header .site-header-main-section-right{
    grid-column:2!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    justify-self:end!important;
    width:auto!important;
    min-width:0!important;
    margin-left:auto!important;
  }
  body.inkjetwell-kadence-ui #masthead #mobile-header .site-header-main-section-right>.site-header-item,
  body.inkjetwell-kadence-ui #masthead #mobile-header .mobile-toggle-open-container{
    margin-left:auto!important;
  }
}

/* Inkjetwell v1.4.23: administrator-controlled responsive header.
 * Top-level labels remain intact. The desktop menu may wrap between items,
 * and every Kadence row grows with the resulting content. */
@media (min-width:1025px){
  body.inkjetwell-kadence-ui #masthead #main-header .site-main-header-wrap,
  body.inkjetwell-kadence-ui #masthead #main-header .site-header-row-container-inner,
  body.inkjetwell-kadence-ui #masthead #main-header .site-main-header-inner-wrap{
    height:auto!important;
    min-height:78px!important;
    max-height:none!important;
  }
  body.inkjetwell-kadence-ui #masthead #main-header .site-main-header-wrap>.site-header-row-container-inner>.site-container{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:none!important;
    padding-left:var(--ijw-header-padding-left,16px)!important;
    padding-right:var(--ijw-header-padding-right,16px)!important;
  }
  body.inkjetwell-kadence-ui #masthead #main-header .site-main-header-inner-wrap{
    padding-top:6px!important;
    padding-bottom:6px!important;
  }
  body.inkjetwell-kadence-ui #masthead #main-header .site-header-section,
  body.inkjetwell-kadence-ui #masthead #main-header .site-header-item{
    height:auto!important;
    max-height:none!important;
  }
  body.inkjetwell-kadence-ui #masthead #main-header .site-header-item-main-navigation,
  body.inkjetwell-kadence-ui #masthead #main-header .header-navigation,
  body.inkjetwell-kadence-ui #masthead #main-header .primary-menu-container,
  body.inkjetwell-kadence-ui #masthead #main-header .header-menu-container{
    width:100%!important;
    min-width:0!important;
  }
  body.inkjetwell-kadence-ui #masthead #main-header .primary-menu-container>ul,
  body.inkjetwell-kadence-ui #masthead #main-header .header-menu-container>ul{
    display:flex!important;
    flex:1 1 auto!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    align-content:center!important;
    justify-content:flex-end!important;
    column-gap:0!important;
    row-gap:2px!important;
    width:100%!important;
    min-width:0!important;
    height:auto!important;
    max-height:none!important;
    overflow:visible!important;
  }
  body.inkjetwell-kadence-ui #masthead #main-header .primary-menu-container>ul>li>a,
  body.inkjetwell-kadence-ui #masthead #main-header .header-menu-container>ul>li>a,
  body.inkjetwell-kadence-ui #masthead #main-header .site-header-item .header-button,
  body.inkjetwell-kadence-ui #masthead #main-header .header-button{
    font-size:var(--ijw-header-menu-font-size,14px)!important;
    line-height:1.15!important;
    white-space:nowrap!important;
  }
}

@media (min-width:1025px) and (max-width:1600px){
  body.inkjetwell-kadence-ui #masthead #main-header .site-main-header-wrap,
  body.inkjetwell-kadence-ui #masthead #main-header .site-header-row-container-inner,
  body.inkjetwell-kadence-ui #masthead #main-header .site-main-header-inner-wrap{
    height:auto!important;
    min-height:70px!important;
    max-height:none!important;
  }
}

/* Kadence switches to #mobile-header at 1024px. Keep its real two-column
 * layout, expose exact side spacing and scale the whole hamburger hit area. */
@media (max-width:1024px){
  body.inkjetwell-kadence-ui #masthead #mobile-header .site-main-header-wrap,
  body.inkjetwell-kadence-ui #masthead #mobile-header .site-header-row-container-inner,
  body.inkjetwell-kadence-ui #masthead #mobile-header .site-main-header-inner-wrap{
    height:auto!important;
    min-height:max(68px,calc(var(--ijw-header-toggle-icon-size,20px) + 24px))!important;
    max-height:none!important;
  }
  body.inkjetwell-kadence-ui #masthead #mobile-header .site-main-header-wrap>.site-header-row-container-inner>.site-container{
    box-sizing:border-box!important;
    width:100%!important;
    max-width:none!important;
    padding-left:var(--ijw-header-padding-left,16px)!important;
    padding-right:var(--ijw-header-padding-right,16px)!important;
  }
  body.inkjetwell-kadence-ui #masthead #mobile-header .mobile-toggle-open-container .menu-toggle-open{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    box-sizing:border-box!important;
    margin-left:auto!important;
    padding:clamp(8px,.45em,16px)!important;
    min-width:calc(var(--ijw-header-toggle-icon-size,20px) + 18px)!important;
    min-height:calc(var(--ijw-header-toggle-icon-size,20px) + 18px)!important;
    font-size:var(--ijw-header-toggle-icon-size,20px)!important;
    line-height:1!important;
  }
  body.inkjetwell-kadence-ui #masthead #mobile-header .mobile-toggle-open-container .menu-toggle-icon{
    display:flex!important;
    font-size:1em!important;
    line-height:1!important;
  }
  body.inkjetwell-kadence-ui #masthead #mobile-header .mobile-toggle-open-container .menu-toggle-icon svg{
    width:1em!important;
    height:1em!important;
  }
}
