/* MK DATA SOLUTION v4.0 — product information first */
:root{--navy:#15324f;--blue:#1765c1;--ink:#273746;--muted:#526578;--line:#d5dee7;--pale:#f2f5f8;--white:#fff;--max:1240px;color-scheme:light}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;color:var(--ink);background:#fff;font-family:Meiryo,'Yu Gothic',sans-serif;font-size:16px;line-height:1.85;-webkit-text-size-adjust:100%}h1,h2,h3,h4{font-family:'Yu Gothic',Meiryo,sans-serif;color:var(--navy);line-height:1.5;margin:0;font-weight:700;font-feature-settings:'palt'}h1{font-size:40px}h2{font-size:28px}h3{font-size:21px}p{margin:0 0 1em}a{color:inherit;text-decoration:none}a:hover{color:var(--blue)}button{font:inherit;cursor:pointer}a,button,summary{-webkit-tap-highlight-color:transparent}button:disabled{cursor:default}img{max-width:100%;height:auto;display:block}figure{margin:0}ul,ol{margin:0;padding:0}button,a,summary{touch-action:manipulation}:focus-visible{outline:3px solid #1765c1;outline-offset:4px}button{color:inherit}a,button{transition:background-color .16s,color .16s,border-color .16s}.wrap{width:calc(100% - 80px);max-width:var(--max);margin-inline:auto}[hidden]{display:none!important}.skip{position:absolute;z-index:100;top:8px;left:16px;background:#fff;padding:12px;transform:translateY(-180%)}.skip:focus{transform:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:52px;padding:12px 24px;font-weight:700;font-size:15px;border:1px solid transparent;border-radius:2px;line-height:1.5}.button.primary{background:var(--blue);color:#fff}.button.primary:hover{background:#104b91}.button.white{background:white;color:var(--navy)}.button.white:hover{background:#eaf1f7}.button span{margin-left:auto}.text-link{color:var(--blue);display:inline-flex;align-items:center;min-height:44px;font-weight:700;font-size:15px;text-decoration:underline;text-underline-offset:5px}
/* Compact company masthead */
.site-header{background:white}.utility{border-bottom:1px solid #e7ebef;color:#5d6974;font-size:11px;line-height:2.5}.utility .wrap{display:flex;justify-content:space-between}.header-main{min-height:94px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:12px;color:var(--navy);flex-shrink:0}.brand strong{display:block;font-family:Arial,sans-serif;font-size:23px;letter-spacing:.045em;line-height:1.3}.brand small{display:block;font-size:10px;line-height:1.7;letter-spacing:.02em;margin-top:4px}.brand img{width:40px;height:40px}.header-main nav{display:flex;gap:25px;align-items:center;font-size:14px;font-weight:700}.header-main nav a{display:flex;align-items:center;justify-content:center;min-height:48px;white-space:nowrap}.header-main nav .nav-catalog{border:1px solid var(--line);padding:0 17px;margin-left:2px}.header-main nav .nav-contact{background:var(--navy);color:#fff;padding:0 20px;margin-left:-15px}.nav-contact:hover{background:var(--blue)!important}.menu-toggle{display:none}
/* Product-led opening */
.hero{background:var(--pale);border-top:1px solid #edf0f3;overflow:hidden}.hero-layout{display:grid;grid-template-columns:1fr 1.03fr;align-items:center;gap:30px;min-height:490px;padding-block:36px}.hero-kicker{font-size:14px;font-weight:700;color:var(--blue);margin:0 0 18px;padding-left:14px;border-left:3px solid var(--blue)}.hero h1{font-size:clamp(29px,2.5vw,36px);letter-spacing:-.035em;line-height:1.7;white-space:nowrap}.hero-description{font-size:15px;line-height:2.05;margin:22px 0 26px}.hero-actions{display:flex;align-items:center;gap:28px}.hero-actions .button{min-width:205px}.hero-contact{font-size:14px;font-weight:700;min-height:48px;display:inline-flex;align-items:center}.hero-note{margin:16px 0 0;font-size:12px;color:var(--muted)}.hero-showcase{position:relative;min-width:0;min-height:405px;padding:35px 53px 55px 0;isolation:isolate}.hero-showcase:before{content:'';position:absolute;top:0;left:36px;right:-70px;bottom:12px;background:var(--navy);z-index:-1}.hero-desktop{position:relative;width:100%;background:#fff;border:1px solid #ced8e1;box-shadow:0 12px 32px #001c3529;padding:10px 10px 0}.screen-label{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:12px;line-height:1.6;padding:1px 3px 10px}.screen-label span{font-size:10px;color:var(--muted);flex-shrink:0}.hero-desktop>p{font-size:11px;margin:8px 0;padding-left:3px}.hero-desktop .screen-link{border:0}.hero-phone{position:absolute;width:125px;right:0;bottom:20px}.hero-phone>.screen-link{border:5px solid #fff;border-radius:13px;box-shadow:0 10px 25px #00172745;overflow:hidden;background:#fff}.hero-phone .zoom{display:none}.hero-phone>span{display:block;font-size:10px;text-align:center;color:white;margin-top:7px;white-space:nowrap}.hero-visual-note{position:absolute;bottom:23px;left:59px;color:#dce8f2;font-size:11px;margin:0}.domain-nav{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);background:#fff;margin-top:24px}.domain-nav a{position:relative;padding:17px 24px;border-right:1px solid var(--line)}.domain-nav a:last-child{border-right:0}.domain-nav span{display:block;font-size:17px;font-weight:700;color:var(--navy)}.domain-nav small{display:block;color:var(--muted);font-size:11px;margin-top:3px}.domain-nav b{position:absolute;right:22px;top:22px;color:var(--blue)}.domain-nav a:hover{background:var(--pale)}
/* Product catalog with a persistent category rail */
.products-section{padding-block:66px 72px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:30px}.section-heading h2{margin-bottom:10px}.section-heading p{font-size:14px;color:var(--muted);margin:0}.section-heading .price-note{font-size:12px;text-align:right}.price-note strong{font-size:16px;color:var(--navy);padding-left:6px}.catalog-grid{display:grid;grid-template-columns:218px minmax(0,1fr);gap:38px;align-items:start}.product-filter{position:sticky;top:28px}.filter-heading{font-size:15px;font-weight:700;margin:0;padding:13px 0;border-bottom:2px solid var(--navy)}.filter-list{display:flex;flex-direction:column}.filter{background:#fff;border:0;border-bottom:1px solid var(--line);padding:17px 11px;display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:13px;text-align:left;min-height:59px}.filter span:last-child{font-family:Arial,sans-serif;font-size:12px;color:var(--muted)}.filter[aria-pressed=true]{color:#fff;background:var(--blue);border-color:var(--blue)}.filter[aria-pressed=true] span:last-child{color:white}.filter:hover:not([aria-pressed=true]){background:var(--pale)}.filter-note{font-size:12px;color:var(--muted);margin:22px 0 16px;line-height:1.9}.sidebar-catalog{border:1px solid var(--line);min-height:48px;padding:9px 12px;font-size:13px;display:flex;justify-content:space-between;font-weight:700}.sidebar-catalog span{color:var(--blue)}#result-count{font-size:11px;color:var(--muted);margin:15px 0}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 30px;align-items:start}.product-card{min-width:0;background:#fff;border-bottom:1px solid var(--line)}.card-visual{aspect-ratio:1.79;background:#edf1f5;padding:19px 20px 28px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.card-visual>.screen-link{width:100%;max-height:100%}.card-visual .screen-link img{width:100%;height:100%;max-height:210px;object-fit:contain;object-position:center}.screen-link{display:block;position:relative;background:#fff;border:1px solid #c8d3dd;max-width:100%}.screen-link .zoom{position:absolute;right:0;bottom:0;color:#fff;background:var(--navy);font-size:10px;padding:3px 8px;line-height:1.7}.screen-link:hover .zoom{background:var(--blue)}.screen-link:hover{outline:2px solid var(--blue);outline-offset:2px}.image-policy{position:absolute;bottom:5px;left:12px;right:12px;text-align:center;font-size:10px;color:var(--muted);line-height:1.6}.phone-visual{gap:17px;padding:14px 23px 28px}.phone-visual>.screen-link{width:auto;height:100%;border:2px solid #b7c4cf;border-radius:6px;overflow:hidden}.phone-visual .screen-link img{width:auto;height:100%;max-height:none;object-fit:contain}.phone-visual .zoom{display:none}.card-content{padding:20px 0 0}.product-category{color:var(--blue);font-size:11px;font-weight:700;margin:0 0 7px;letter-spacing:.035em}.card-content h3{font-size:21px;margin-bottom:10px;letter-spacing:-.025em;line-height:1.5}.card-content h3 a:hover{text-decoration:underline;text-underline-offset:5px}.card-short{font-size:14px;min-height:26px;margin-bottom:16px}.card-output{font-size:12px;color:var(--muted);display:grid;grid-template-columns:65px 1fr;gap:8px;line-height:1.8;min-height:44px;margin-bottom:12px}.card-output>span{color:var(--ink)}.card-state{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;margin-bottom:17px}.card-state strong{font-size:14px;color:var(--navy)}.stage{display:inline-block;background:#edf2f7;border:1px solid var(--line);color:#43576b;font-size:11px;line-height:1.5;padding:4px 8px;font-weight:400}.product-detail-link{min-height:50px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:700;color:var(--blue)}.product-detail-link:hover{background:var(--pale);padding-inline:8px}
/* Brochure, process, company information */
.catalog-band{background:#eaf1f7;border-block:1px solid #dfe7ef}.catalog-layout{display:grid;grid-template-columns:157px minmax(0,1fr) 210px;gap:46px;align-items:center;padding-block:38px}.catalog-cover{display:block;background:white;box-shadow:5px 6px 0 #cfdce8;transform:rotate(-3deg)}.catalog-cover img{width:100%;height:auto}.catalog-meta{font-size:12px;color:var(--muted);margin-bottom:5px}.catalog-layout h2{font-size:28px;margin-bottom:11px}.catalog-layout p:not(.catalog-meta){font-size:14px;line-height:1.9}.catalog-layout .button{margin-top:6px}.catalog-side{border-left:1px solid #bfcfdf;padding-left:28px;font-size:13px}.catalog-side strong{font-size:15px}.catalog-side p{margin:12px 0}.catalog-side a{font-weight:700;color:var(--blue);text-decoration:underline;text-underline-offset:5px;display:block;padding-block:8px}.consultation-section{background:#f7f8fa;padding-block:70px}.consultation-layout{display:grid;grid-template-columns:1fr 1.55fr;gap:75px}.consultation-layout h2{margin-bottom:23px}.consultation-layout>div p{color:var(--muted);font-size:15px;line-height:2}.consultation-steps{list-style:none}.consultation-steps li{display:flex;gap:26px;padding:21px 0;border-bottom:1px solid var(--line)}.consultation-steps li:first-child{padding-top:0}.consultation-steps li:last-child{border:0;padding-bottom:0}.consultation-steps li>span{font-family:Arial,sans-serif;color:var(--blue);font-size:27px;font-weight:700;line-height:1.5}.consultation-steps h3{font-size:18px;margin-bottom:6px}.consultation-steps p{font-size:14px;margin:0}.company-section{padding-block:70px;display:grid;grid-template-columns:1fr 1.55fr;gap:75px}.company-description{font-size:14px;margin:23px 0 12px;line-height:2.1}.company-table{width:100%;border-collapse:collapse;font-size:14px;table-layout:fixed}.company-table caption{display:none}.company-table th,.company-table td{text-align:left;vertical-align:top;border-bottom:1px solid var(--line);padding:13px 10px;font-weight:400;overflow-wrap:anywhere}.company-table th{width:110px;color:var(--muted);background:var(--pale)}.company-table td{padding-left:20px}.company-legal{display:block;color:var(--muted);font-size:11px;margin-top:8px}.company-table a{color:var(--blue)}.contact{background:var(--navy);color:white;padding:49px 0 40px}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.contact h2{color:white;font-size:27px;margin-bottom:15px}.contact p{font-size:14px;color:#dae5ef;line-height:2;margin-bottom:0}.contact-actions>.button{min-width:310px}.contact-email-row{display:flex;gap:15px;flex-wrap:wrap;align-items:center;margin-top:16px;font-family:Arial,Meiryo,sans-serif;font-size:15px}.contact-email-row a:hover{color:white;text-decoration:underline}.copy-button{background:transparent;border:1px solid #8094a8;color:#fff;font-size:11px;min-height:44px;padding:7px 11px}.copy-button:hover{background:#2a4967}.contact .copy-status{font-size:12px;min-height:22px;color:#fff}.contact .contact-hint{font-size:11px;color:#c7d8e7}.footer{background:#fff;padding:38px 0 0}.footer-top{display:grid;grid-template-columns:1fr 1.6fr;gap:60px;padding-bottom:32px}.footer-top>.brand{align-self:start}.footer-products{display:grid;grid-template-columns:1fr 1fr;column-gap:30px;row-gap:3px;font-size:12px}.footer-products a{padding-block:7px}.footer-bottom{border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;padding-block:20px;color:var(--muted);font-size:11px}.footer-bottom small{font-size:11px}.footer-bottom nav{display:flex;gap:24px;flex-wrap:wrap}
/* Product pages: a compact masthead, three views and a useful specification rail */
.product-masthead{background:var(--pale);border-block:1px solid #e4e9ef}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:12px;font-size:11px;color:var(--muted);padding-top:20px}.breadcrumbs a{text-decoration:underline;text-underline-offset:3px}.product-title-row{display:flex;justify-content:space-between;align-items:center;gap:35px;padding:24px 0 29px}.product-title-row h1{font-size:34px;letter-spacing:-.015em}.product-title-row .product-category{font-size:12px;margin-bottom:7px}.product-masthead-short{font-size:15px;margin:10px 0 0;color:var(--muted)}.product-title-aside{text-align:right;flex-shrink:0}.product-title-aside p{font-size:12px;margin:9px 0 0}.product-title-aside strong{font-size:22px;margin-left:8px;color:var(--navy)}.product-page-nav{display:flex;max-width:780px;gap:2px}.product-page-nav a{flex:1;display:flex;align-items:center;justify-content:center;min-height:57px;border:1px solid #d7e1eb;background:#fff;border-bottom:0;font-weight:700;font-size:15px}.product-page-nav a[aria-current]{background:var(--blue);color:#fff;border-color:var(--blue)}.product-page-nav a:hover:not([aria-current]){background:#e0eaf4}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 248px;gap:54px;align-items:start;padding-block:42px 50px}.detail-main{min-width:0}.detail-section{padding-bottom:40px;margin-bottom:35px;border-bottom:1px solid var(--line);scroll-margin-top:15px}.detail-section:last-of-type{margin-bottom:0;border-bottom:0}.detail-section>h2{font-size:26px;border-left:4px solid var(--blue);padding-left:16px;margin-bottom:23px;line-height:1.5}.detail-lead{font-size:17px;line-height:1.9;margin-bottom:24px}.overview-image{margin:0 0 12px;background:var(--pale);padding:20px}.overview-image>.screen-link{width:100%}.overview-image img{width:100%;height:auto;max-height:640px;object-fit:contain}.overview-image figcaption{font-size:12px;padding-top:12px;display:flex;justify-content:space-between;gap:10px;line-height:1.7;flex-wrap:wrap}.overview-image figcaption>span{color:var(--muted);font-size:11px}.overview-phones{display:flex;justify-content:center;gap:22px;max-width:730px;margin-inline:auto}.overview-phones .screen-link{flex:1;min-width:0;border:3px solid #c0cbd5;border-radius:8px;overflow:hidden}.overview-phones .zoom{display:none}.overview-phones img{width:100%;height:auto}.audience{background:#f5f7fa;border-left:3px solid #99b5d2;padding:20px 24px;margin-top:23px;font-size:14px}.audience strong{color:var(--navy);font-size:13px}.audience p{margin:8px 0 0}.audience p:last-child{color:var(--muted)}.feature-row{display:flex;gap:23px;padding-block:23px;border-bottom:1px solid #e4e9ef}.feature-row>span{font-family:Arial,sans-serif;color:var(--blue);font-size:22px;font-weight:700;min-width:29px;line-height:1.5}.feature-row h3{font-size:20px;margin-bottom:9px}.feature-row p{font-size:15px;margin:0}.process-strip{display:flex;gap:20px;margin:28px 0}.process-strip span{flex:1;padding:14px 15px;background:var(--pale);text-align:center;font-size:12px;line-height:1.7;position:relative;display:flex;align-items:center;justify-content:center}.process-strip span+span:before{content:'›';color:var(--blue);position:absolute;left:-14px;font-size:24px}.product-note{font-size:12px;color:var(--muted);line-height:1.9;margin:18px 0 0}.detail-sidebar{position:sticky;top:28px}.sidebar-inner{border:1px solid var(--line);background:#fff;padding:23px 21px}.detail-sidebar nav strong{font-size:13px;display:block;margin-bottom:9px;color:var(--navy)}.detail-sidebar nav a{display:flex;justify-content:space-between;gap:8px;padding:11px 0;font-size:12px;border-bottom:1px solid var(--line);min-height:44px}.detail-sidebar nav a span{color:var(--blue)}.detail-sidebar h2{font-size:16px;margin-top:24px}.sidebar-facts{margin:0}.sidebar-facts>div{padding-block:13px;border-bottom:1px solid #e3e9ef}.sidebar-facts dt{font-size:11px;color:var(--muted);margin-bottom:4px}.sidebar-facts dd{margin:0;font-size:13px;line-height:1.85}.sidebar-price{padding:20px 0 16px}.sidebar-price span{display:block;font-size:11px;color:var(--muted)}.sidebar-price strong{font-size:23px;color:var(--navy)}.detail-sidebar .button{font-size:12px;min-height:48px;padding:12px 9px;display:flex;gap:0}.sidebar-pdf{display:block;text-align:center;min-height:44px;padding-top:12px;font-size:11px;text-decoration:underline;text-underline-offset:4px}.screen-intro{font-size:14px;color:var(--muted);margin-bottom:24px}.detail-screen{background:var(--pale);padding:18px;margin-bottom:28px}.detail-screen img{width:100%;height:auto}.detail-screen figcaption{padding:16px 2px 0}.detail-screen h3{font-size:17px}.detail-screen figcaption p{font-size:11px;margin:6px 0 0;color:var(--muted)}.detail-phones{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.detail-phones .detail-screen{padding:10px}.detail-phones .screen-link{border-radius:7px;overflow:hidden}.detail-phones .zoom{display:none}.detail-phones h3{font-size:15px}.facts,.screen-hints{margin:24px 0 0;font-size:15px}.facts>div,.screen-hints>div{display:grid;grid-template-columns:170px 1fr;border-bottom:1px solid var(--line)}.facts>div:first-child,.screen-hints>div:first-child{border-top:1px solid var(--line)}.facts dt,.screen-hints dt{padding:18px;background:var(--pale);font-weight:700;font-size:14px}.facts dd,.screen-hints dd{padding:18px;margin:0;font-size:14px}.environment-note{background:var(--pale);padding:20px 24px;margin-top:28px;font-size:14px}.environment-note p{margin:9px 0 0}.workflow-steps{list-style:none}.workflow-steps li{display:flex;gap:23px;position:relative;padding:12px 0 27px}.workflow-steps li+li{padding-top:27px;border-top:1px solid var(--line)}.workflow-steps li>span{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:45px;height:45px;color:var(--blue);background:#eaf2fa;font:bold 23px Arial,sans-serif}.workflow-steps h3{font-size:20px;margin-bottom:10px}.workflow-steps p{font-size:15px;margin:0}.product-faq{border-bottom:1px solid var(--line);padding:0}.product-faq summary{cursor:pointer;list-style:none;padding:20px 28px 20px 33px;position:relative;font-size:15px;font-weight:700}.product-faq summary:before{content:'Q';position:absolute;left:0;top:21px;font:bold 19px Arial,sans-serif;color:var(--blue)}.product-faq summary:after{content:'＋';position:absolute;right:0;top:19px;font-size:18px;color:var(--blue)}.product-faq[open] summary:after{content:'−'}.product-faq summary::-webkit-details-marker{display:none}.product-faq>p{font-size:14px;padding:0 23px 21px 33px;margin:0;color:var(--muted)}.product-quote{background:var(--pale);padding:23px 26px;margin-top:28px}.product-quote strong{font-size:17px;color:var(--navy)}.product-quote p{font-size:13px;margin:10px 0 0}.product-page-turn{display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid var(--line);padding-top:22px;font-size:13px;color:var(--blue)}.product-page-turn a{min-height:48px;display:flex;align-items:center}.product-page-turn>span{font:12px Arial,sans-serif;color:var(--muted);white-space:nowrap}.catalog-band.compact .catalog-layout{grid-template-columns:105px minmax(0,1fr) 210px;padding-block:32px}.compact .catalog-layout h2{font-size:25px}.compact .catalog-layout p:not(.catalog-meta){font-size:13px}
/* Accessible image viewer */
.screen-is-open{overflow:hidden}.screen-dialog{width:min(1200px,calc(100% - 48px));max-width:none;max-height:calc(100dvh - 48px);padding:0;border:0;color:var(--ink);background:#fff;overscroll-behavior:contain}.screen-dialog::backdrop{background:#0c1d30db}.screen-dialog-header,.screen-dialog-footer{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 24px}.screen-dialog-header{border-bottom:1px solid var(--line)}#screen-dialog-product{font-size:12px;color:var(--blue);margin:0 0 3px}#screen-dialog-title{font-size:19px}.screen-close{border:1px solid var(--line);background:#fff;min-height:44px;padding:8px 15px;flex-shrink:0;font-size:13px}.screen-dialog-image{display:flex;align-items:center;justify-content:center;background:#edf1f5;padding:16px}.screen-dialog-image img{max-width:100%;width:auto;height:auto;max-height:62dvh;object-fit:contain}.screen-dialog-footer{font-size:12px;align-items:center}.screen-dialog-footer p{font-size:12px;margin:0 0 4px}.screen-original{display:inline-block;color:var(--blue);text-decoration:underline;text-underline-offset:3px;min-height:32px}.screen-pager{display:flex;align-items:center;gap:15px;flex-shrink:0}.screen-pager button{border:1px solid var(--line);background:#fff;min-width:44px;min-height:44px}.screen-pager button:disabled{opacity:.4}
/* Responsive */
@media(min-width:1500px){.hero-showcase:before{right:-200px}.hero-layout{min-height:510px}.hero h1{font-size:36px}}
@media(max-width:1170px){.wrap{width:calc(100% - 56px)}.header-main nav{gap:14px;font-size:12px}.header-main nav .nav-contact{margin-left:0;padding-inline:12px}.header-main nav .nav-catalog{padding-inline:12px}.brand strong{font-size:21px}.brand img{width:34px;height:34px}.brand{gap:8px}.brand small{font-size:9px}.hero-layout{grid-template-columns:1fr 1fr;gap:24px;min-height:460px}.hero h1{font-size:29px}.hero-description{font-size:13px}.hero-showcase{min-height:350px;padding:30px 36px 60px 0}.hero-phone{width:105px;bottom:28px}.hero-desktop>p{font-size:9px}.screen-label{font-size:10px}.hero-visual-note{font-size:10px;left:53px;bottom:25px}.hero-phone>span{font-size:8px}.hero-actions{gap:20px}.hero-actions .button{min-width:180px;padding-inline:18px}.hero-contact{font-size:12px}.catalog-grid{grid-template-columns:190px minmax(0,1fr);gap:26px}.product-grid{gap:35px 24px}.card-content h3{font-size:19px}.card-visual{padding:13px 12px 25px}.card-visual .screen-link img{max-height:175px}.card-short{min-height:48px}.phone-visual{gap:14px}.phone-visual .screen-link img{max-height:none}.domain-nav a{padding-inline:18px}.domain-nav small{font-size:10px}.domain-nav span{font-size:15px}.domain-nav b{right:15px}.detail-layout{grid-template-columns:minmax(0,1fr) 225px;gap:32px}.sidebar-inner{padding:18px 16px}.detail-phones{gap:12px}.detail-phones .detail-screen{padding:7px}.detail-phones h3{font-size:13px}.contact-layout{gap:40px}.contact h2{font-size:24px}.consultation-layout,.company-section{gap:45px}.catalog-layout{gap:32px;grid-template-columns:140px minmax(0,1fr) 170px}.catalog-side{padding-left:20px}.footer-top{gap:30px}}
@media(max-width:900px){.utility span{display:none}.header-main{min-height:80px;flex-wrap:wrap;gap:0;padding-block:15px}.brand strong{font-size:22px}.brand small{font-size:9px}.brand img{width:36px;height:36px}.menu-toggle{display:block;min-height:44px;background:white;border:1px solid var(--line);font-size:12px;padding:8px 12px}.header-main nav{width:100%;padding-top:16px;display:flex;flex-wrap:wrap;gap:9px 20px}.header-main nav a{font-size:13px}.js .header-main nav{display:none}.js .header-main nav.is-open{display:flex}.hero-layout{grid-template-columns:minmax(0,1fr);gap:12px;padding-block:32px 23px}.hero-copy{max-width:650px;min-width:0}.hero h1{font-size:33px;line-height:1.6}.hero-description{font-size:15px;margin:18px 0 22px}.hero-showcase{width:100%;max-width:620px;margin-top:15px;justify-self:center;min-height:405px;padding-right:64px}.hero-desktop>p{font-size:11px}.screen-label{font-size:12px}.hero-phone{width:128px;bottom:24px}.hero-phone>span{font-size:10px}.hero-showcase:before{right:-28px;left:25px}.hero-visual-note{left:44px;bottom:25px;font-size:11px}.domain-nav{margin-top:20px}.domain-nav a{padding:15px 13px}.domain-nav small{max-width:155px;font-size:10px;line-height:1.8}.domain-nav span{font-size:13px}.domain-nav b{right:8px;top:auto;bottom:12px;font-size:13px}.products-section{padding-block:46px 55px}.catalog-grid{grid-template-columns:1fr;gap:22px}.product-filter{position:static}.filter-heading,.filter-note,.sidebar-catalog{display:none}.filter-list{flex-direction:row;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--line)}.filter{min-height:53px;border:0;border-right:1px solid var(--line);font-size:11px;padding:12px 10px;gap:5px}.filter:last-child{border-right:0}.filter span:last-child{font-size:10px}#result-count{margin:8px 0 0;text-align:right}.card-short{min-height:26px}.card-visual .screen-link img{max-height:220px}.phone-visual .screen-link img{max-height:none}.catalog-side{display:none}.catalog-layout,.catalog-band.compact .catalog-layout{grid-template-columns:140px minmax(0,1fr);gap:32px}.consultation-layout{grid-template-columns:1fr 1.4fr;gap:30px}.consultation-layout>div p{font-size:14px}.company-section{grid-template-columns:1fr;gap:25px}.company-description{margin-top:16px}.contact-layout{grid-template-columns:1fr;gap:25px}.contact-actions>.button{min-width:330px}.footer-top{grid-template-columns:1fr;gap:24px}.footer-bottom{display:block}.footer-bottom nav{margin-top:15px}.detail-layout{grid-template-columns:minmax(0,1fr) 200px;gap:24px}.product-title-row h1{font-size:28px}.product-title-row{gap:18px}.product-title-aside strong{font-size:19px}.product-masthead-short{font-size:13px}.sidebar-inner{padding:16px 12px}.sidebar-facts dd{font-size:12px}.detail-sidebar .button{font-size:11px}.detail-section>h2{font-size:23px}.detail-lead{font-size:15px}.detail-section{padding-bottom:28px;margin-bottom:28px}.overview-image{padding:12px}.overview-phones{gap:10px}.overview-image figcaption{font-size:10px}.overview-image figcaption>span{font-size:10px}.detail-phones{grid-template-columns:1fr}.detail-phones .detail-screen{padding:18px}.detail-phones .screen-link{max-width:265px;margin-inline:auto}.detail-phones h3{font-size:16px}.detail-screen{padding:12px}.facts>div,.screen-hints>div{grid-template-columns:130px 1fr}.facts dt,.facts dd,.screen-hints dt,.screen-hints dd{padding:14px 12px;font-size:13px}.product-page-turn{font-size:12px;gap:9px}.process-strip{gap:15px}.process-strip span{font-size:11px;padding:10px}.process-strip span+span:before{left:-11px;font-size:20px}.audience{padding:17px;font-size:13px}.feature-row p,.workflow-steps p{font-size:14px}.feature-row h3,.workflow-steps h3{font-size:18px}}
@media(max-width:640px){.wrap{width:calc(100% - 40px)}body{font-size:15px}.utility{font-size:9px;line-height:2.5}.header-main{min-height:77px;padding-block:12px}.brand strong{font-size:19px;letter-spacing:.01em}.brand small{font-size:8px;letter-spacing:0;margin-top:3px}.brand img{width:31px;height:31px}.brand{gap:7px}.menu-toggle{font-size:10px;padding:7px 8px;min-height:42px}.header-main nav{gap:9px 16px}.header-main nav a{font-size:12px;min-height:44px}.header-main nav .nav-catalog{margin-left:0}.hero-layout{padding-block:26px 17px;gap:0}.hero-kicker{font-size:11px;padding-left:10px;margin-bottom:14px}.hero h1{font-size:clamp(22px,5.85vw,32px);letter-spacing:-.04em;line-height:1.75}.hero-description{font-size:13px;line-height:1.95;margin:16px 0 19px}.desktop-br{display:none}.hero-actions{gap:22px}.hero-actions .button{font-size:13px;min-width:172px;padding:11px 17px;min-height:49px}.hero-contact{font-size:11px;min-height:44px}.hero-note{font-size:10px;margin-top:11px}.hero-showcase{min-height:275px;margin-top:25px;padding:24px 47px 52px 0}.hero-showcase:before{left:17px;right:-20px;bottom:10px}.hero-desktop{padding:7px 7px 0}.screen-label{font-size:9px;padding-bottom:7px;gap:4px}.screen-label span{font-size:8px}.hero-desktop>p{font-size:8px;margin:6px 0}.hero-phone{width:88px;bottom:23px}.hero-phone>.screen-link{border-width:3px;border-radius:9px}.hero-phone>span{font-size:7px;margin-top:5px}.hero-visual-note{font-size:8px;left:32px;bottom:22px}.hero-desktop .zoom{font-size:8px;padding:2px 5px}.domain-nav{grid-template-columns:1fr;margin-top:16px}.domain-nav a{padding:13px 17px;border-right:0;border-bottom:1px solid var(--line)}.domain-nav a:last-child{border-bottom:0}.domain-nav span{font-size:14px}.domain-nav small{max-width:none;font-size:10px;margin-top:2px}.domain-nav b{top:19px;right:18px;bottom:auto;font-size:16px}.products-section{padding-block:40px 48px}.section-heading{display:block;margin-bottom:20px}.section-heading h2{font-size:26px;margin-bottom:8px}.section-heading p{font-size:12px;line-height:1.9}.section-heading .price-note{text-align:left;font-size:11px;margin-top:12px}.price-note strong{font-size:14px}.filter-list{grid-template-columns:1fr 1fr}.filter{min-height:49px;font-size:11px;padding:11px 12px}.filter:nth-child(-n+2){border-bottom:1px solid var(--line)}.filter:nth-child(2){border-right:0}.filter span:last-child{font-size:10px}#result-count{font-size:10px}.catalog-grid{gap:18px}.product-grid{grid-template-columns:1fr;gap:32px}.card-visual{aspect-ratio:1.65;padding:17px 18px 27px}.card-visual .screen-link img{max-height:230px}.phone-visual{gap:19px;padding:13px 35px 27px}.phone-visual .screen-link img{max-height:none}.image-policy{font-size:9px}.card-content{padding-top:16px}.card-content h3{font-size:22px;margin-bottom:8px}.product-category{font-size:10px;margin-bottom:5px}.card-short{font-size:13px;min-height:0;margin-bottom:13px}.card-output{font-size:11px;min-height:0;margin-bottom:13px;grid-template-columns:59px 1fr}.card-state{font-size:11px;margin-bottom:13px}.stage{font-size:10px;padding:4px 7px}.product-detail-link{font-size:12px;min-height:49px}.catalog-layout,.catalog-band.compact .catalog-layout{grid-template-columns:85px minmax(0,1fr);gap:25px;padding-block:30px}.catalog-layout h2,.compact .catalog-layout h2{font-size:23px;margin-bottom:10px}.catalog-meta{font-size:9px}.catalog-layout p:not(.catalog-meta),.compact .catalog-layout p:not(.catalog-meta){font-size:11px;line-height:1.9}.catalog-layout .button{font-size:11px;min-height:48px;padding:9px 12px;gap:10px}.catalog-cover{align-self:start;margin-top:17px}.consultation-section{padding-block:40px}.consultation-layout{grid-template-columns:1fr;gap:16px}.consultation-layout h2{font-size:25px;margin-bottom:15px}.consultation-layout>div p{font-size:13px;margin-bottom:12px}.consultation-layout>div p br{display:none}.consultation-steps li{gap:18px;padding-block:20px}.consultation-steps h3{font-size:17px}.consultation-steps p{font-size:13px}.consultation-steps li>span{font-size:24px}.company-section{padding-block:40px;gap:20px}.company-section h2{font-size:25px}.company-description{font-size:13px;margin-top:14px}.company-table{font-size:12px}.company-table th{width:81px}.company-table td{padding-left:14px}.company-table th,.company-table td{padding-block:12px}.company-legal{font-size:10px}.contact{padding-block:34px 28px}.contact h2{font-size:23px;margin-bottom:13px}.contact p{font-size:12px}.contact-layout{gap:20px}.contact-actions>.button{min-width:0;width:100%;font-size:14px}.contact-email-row{gap:9px;font-size:14px;margin-top:13px;justify-content:space-between}.copy-button{font-size:9px;padding-inline:8px}.contact .contact-hint{font-size:10px}.footer{padding-top:28px}.footer-top{gap:20px;padding-bottom:22px}.footer-products{font-size:10px;column-gap:14px;row-gap:1px}.footer-products a{padding-block:8px;min-height:36px}.footer-bottom{font-size:10px;padding-block:17px}.footer-bottom small{font-size:10px}.footer-bottom nav{gap:10px 18px}.footer-bottom a{min-height:33px;display:inline-flex;align-items:center}.breadcrumbs{font-size:9px;gap:7px;padding-top:14px}.product-title-row{display:block;padding:19px 0 23px}.product-title-row .product-category{font-size:10px}.product-title-row h1{font-size:27px;line-height:1.5}.product-masthead-short{font-size:12px;margin-top:10px}.product-title-aside{display:flex;align-items:center;gap:18px;text-align:left;margin-top:16px}.product-title-aside p{margin:0;font-size:10px}.product-title-aside strong{font-size:17px}.product-page-nav{gap:1px}.product-page-nav a{font-size:11px;min-height:51px}.detail-layout{display:flex;flex-direction:column;gap:30px;padding-block:28px 35px}.detail-main{width:100%}.detail-sidebar{position:static;width:100%}.sidebar-inner{padding:22px}.detail-sidebar nav{display:none}.detail-sidebar h2{margin-top:0;font-size:20px}.sidebar-facts{margin-top:10px}.sidebar-facts>div{display:grid;grid-template-columns:80px 1fr;gap:10px}.sidebar-facts dt{font-size:11px;margin:0}.sidebar-facts dd{font-size:12px}.sidebar-price{display:flex;justify-content:space-between;align-items:center;padding:18px 0}.sidebar-price strong{font-size:22px}.detail-sidebar .button{font-size:13px}.sidebar-pdf{font-size:12px}.detail-section{padding-bottom:26px;margin-bottom:26px}.detail-section>h2{font-size:23px;margin-bottom:20px;padding-left:12px}.detail-lead{font-size:15px;line-height:1.95}.overview-image{padding:10px;margin:0 0 9px}.overview-image figcaption{font-size:10px;padding-top:10px;gap:3px}.overview-image figcaption>span{font-size:9px}.overview-phones{gap:8px}.overview-phones .screen-link{border-width:2px;border-radius:5px}.audience{font-size:12px;padding:16px;margin-top:18px}.audience strong{font-size:12px}.text-link{font-size:12px}.feature-row{gap:15px;padding-block:20px}.feature-row>span{font-size:21px;min-width:25px}.feature-row h3{font-size:18px;margin-bottom:8px}.feature-row p{font-size:13px}.process-strip{gap:12px;margin-block:22px}.process-strip span{font-size:10px;padding:10px 6px}.process-strip span+span:before{left:-10px;font-size:19px}.product-note{font-size:11px;margin-top:16px}.screen-intro{font-size:12px;margin-bottom:20px}.detail-screen{padding:10px;margin-bottom:21px}.detail-screen h3{font-size:16px}.detail-screen figcaption p{font-size:10px}.detail-phones{grid-template-columns:1fr;gap:0}.detail-phones .screen-link{max-width:260px}.detail-phones .detail-screen{padding:20px}.detail-phones h3{font-size:17px}.facts,.screen-hints{margin-top:20px}.facts>div,.screen-hints>div{grid-template-columns:1fr}.facts dt,.screen-hints dt{padding:12px 14px;font-size:13px}.facts dd,.screen-hints dd{padding:14px;font-size:13px}.environment-note{padding:16px 18px;font-size:12px;margin-top:24px}.workflow-steps li{gap:17px;padding:6px 0 21px}.workflow-steps li+li{padding-top:23px}.workflow-steps li>span{width:36px;height:36px;font-size:20px}.workflow-steps h3{font-size:18px;line-height:1.55;margin-bottom:9px}.workflow-steps p{font-size:13px}.detail-section>p{font-size:13px}.detail-section>.detail-lead{font-size:15px}.detail-section>.product-note{font-size:11px}.product-faq summary{font-size:13px;padding:18px 23px 18px 28px}.product-faq summary:before{font-size:17px;top:20px}.product-faq summary:after{font-size:16px;top:16px}.product-faq>p{font-size:12px;padding:0 8px 18px 28px}.product-quote{padding:19px;margin-top:24px}.product-quote strong{font-size:15px}.product-quote p{font-size:12px}.product-page-turn{font-size:11px;padding-top:16px;gap:8px}.product-page-turn>span{font-size:10px}.screen-dialog{width:calc(100% - 20px);max-height:calc(100dvh - 20px)}.screen-dialog-header,.screen-dialog-footer{padding:13px;gap:12px;align-items:start}.screen-dialog-header>div{min-width:0}#screen-dialog-product{font-size:10px}#screen-dialog-title{font-size:14px}.screen-close{font-size:10px;padding:7px 10px;min-height:42px}.screen-dialog-image{padding:9px}.screen-dialog-image img{max-height:56dvh}.screen-dialog-footer{flex-wrap:wrap;align-items:center}.screen-dialog-footer p,.screen-original{font-size:10px}.screen-pager{gap:11px;font-size:11px}.screen-pager button{min-width:42px;min-height:42px}}
/* Keep explanatory copy readable at every breakpoint; labels and captions remain compact. */
.hero-description,.card-short,.detail-lead,.audience p,.feature-row p,.workflow-steps p,.product-faq>p,.facts dd,.screen-hints dd,.environment-note p,.consultation-layout>div p,.consultation-steps p,.company-description,.contact-layout>div>p,.catalog-layout>div>p:not(.catalog-meta),.detail-section>.detail-lead,.detail-section>p:not(.product-note){font-size:16px;line-height:1.75}
.card-short{min-height:56px}.brand{min-height:44px}.footer-products a,.footer-bottom a,.screen-original{min-height:44px;display:flex;align-items:center}.breadcrumbs a{min-height:44px;display:inline-flex;align-items:center}body{font-variant-numeric:tabular-nums}.screen-close,.screen-pager button,.menu-toggle{min-height:44px}
@media(max-width:640px){.card-short{min-height:0}.hero-description{font-size:16px}.catalog-layout,.catalog-band.compact .catalog-layout{grid-template-columns:75px minmax(0,1fr);gap:20px}.catalog-layout p br{display:none}.product-faq summary{font-size:16px}.sidebar-facts dd{font-size:14px}.product-quote p{font-size:16px}.company-table{font-size:14px}.contact-layout{gap:24px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
@media print{.site-header,.product-filter,.contact,.footer,.detail-sidebar,.product-page-nav,.product-page-turn,.catalog-band,.screen-dialog,.zoom{display:none!important}.wrap{width:100%}.hero{background:#fff}.hero-layout,.product-grid,.detail-layout,.company-section{display:block}.product-card,.detail-section{break-inside:avoid;margin-bottom:30px}.product-card[hidden]{display:block!important}.product-masthead{background:#fff}.screen-link{border-color:#ccc}a{color:inherit}.hero-showcase{display:none}.domain-nav{display:none}.product-grid{columns:2}.card-visual{height:180px}.hero h1{font-size:26px}}
