/* jlt-footer.css */
.right-kefu .jlt-wechat-service { position: relative; }
.right-kefu .jlt-wechat-toggle { padding: 0; border: 0; background: transparent; font: inherit; cursor: pointer; }
.right-kefu .jlt-wechat-button-content { margin: 0; }
.right-kefu .jlt-wechat-toggle[aria-expanded="true"] { background: var(--themeColor); }
.right-kefu .jlt-wechat-toggle[aria-expanded="true"] span { color: #fff; }
html .right-kefu .jlt-wechat-toggle[aria-expanded="true"] .icon { filter: brightness(0) invert(1); }
.right-kefu .jlt-wechat-panel { position: absolute; right: calc(100% + 12px); top: 50%; transform: translateY(-50%); width: 220px; padding: 24px 20px 20px; border: 1px solid var(--jlt-line); border-radius: 12px; background: #fff; box-shadow: 0 8px 32px rgba(13,32,51,.12); color: var(--jlt-ink-700); cursor: default; }
.right-kefu .jlt-wechat-panel::after { content: ""; position: absolute; left: 100%; top: 0; width: 14px; height: 100%; }
.right-kefu .jlt-wechat-panel[hidden] { display: none !important; }
.right-kefu .jlt-wechat-panel p { margin: 0; font-size: 16px; line-height: 1.6; }
.right-kefu .jlt-wechat-panel > img { display: block; width: 180px; height: 180px; max-width: 100%; object-fit: contain; margin: 12px auto; }
.right-kefu .jlt-wechat-panel .jlt-wechat-hint { font-size: 12px; color: var(--jlt-muted); }
.right-kefu .jlt-wechat-close { position: absolute; right: 2px; top: 2px; width: 32px; height: 32px; border: 0; background: transparent; color: var(--jlt-muted); font-size: 24px; cursor: pointer; }
.right-kefu button:focus-visible, footer .jlt-footer-bottom a:focus-visible { outline: 2px solid var(--themeColor); outline-offset: 3px; }
/* A narrow rail fits inside the homepage gutter rather than covering cards. */
/* z-index 原为 10（base.css），低于头部导航；标签原为 8.5px / 9px，低于可读下限。
   标签文案同步缩短为 2 字（完整名称保留在 aria-label），12px 才能装进 44px 的胶囊。 */
html body .right-kefu { right: 10px; bottom: 32px; z-index: 900; }
html body .right-kefu .block-group { padding: 4px; border: 1px solid var(--jlt-line); border-radius: 28px; box-shadow: 0 4px 16px rgba(13,32,51,.06); overflow: visible; }
html body .right-kefu .li { width: 44px; height: 54px; aspect-ratio: auto; background: transparent; }
html body .right-kefu .icon-p { width: 44px; height: 48px; border-radius: 22px; }
html body .right-kefu .icon { width: 18px; height: 18px; object-fit: contain; }
html body .right-kefu .li span { font-size: var(--jlt-fs-xs, 12px); line-height: 1.25; color: var(--jlt-muted); white-space: nowrap; }
html body .right-kefu .block-group .li:hover .icon-p span { color: #fff; }
html body .right-kefu .jlt-wechat-toggle[aria-expanded="true"] span { color: #fff; }
@media (max-width:750px) {
    html body .right-kefu[style*="display: block"] { display: block !important; right: 12px; bottom: 24px; }
    html body .right-kefu .block-group { padding: 4px; }
    html body .right-kefu .li:not(.jlt-wechat-service) { display: none; }
    html body .right-kefu .jlt-wechat-service { width: 52px; }
    html body .right-kefu .jlt-wechat-toggle { width: 100%; }
    html body .right-kefu .jlt-wechat-toggle span span { font-size: var(--jlt-fs-xs, 12px); }
    html body .right-kefu .jlt-wechat-panel { position: fixed; top: auto; right: 84px; bottom: 24px; transform: none; width: 220px; }
}
/* Shared footer layout for the homepage and inner pages. */
html body footer.jlt-site-footer { padding: 56px 0 24px; background: var(--jlt-ink-900); color: var(--jlt-on-dark-muted); }
html body footer.jlt-site-footer > .wp { box-sizing: border-box; width: 100%; max-width: 1600px; margin-inline: auto; padding-inline: clamp(24px, 5vw, 80px); }
html body footer.jlt-site-footer .one { padding: 0; border: 0; }
html body footer.jlt-site-footer .one > .flex { display: grid; grid-template-columns: minmax(240px, 1fr) minmax(0, 2.5fr); gap: clamp(32px, 4vw, 64px); padding: 0; align-items: start; }
html body footer.jlt-site-footer .lt { width: auto; min-width: 0; }
html body footer.jlt-site-footer .lt > a { display: block; width: 200px; max-width: 100%; }
html body footer.jlt-site-footer .lt > a img { display: block; width: 100%; height: auto; filter: brightness(0) invert(1); }
html body footer.jlt-site-footer .lx { margin: 24px 0 0; padding: 0; }
html body footer.jlt-site-footer .tt { color: var(--jlt-on-dark-muted); font-size: 13px; line-height: 1.8; }
html body footer.jlt-site-footer .jlt-footer-phone { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; margin: 2px 0 8px; color: #fff; white-space: nowrap; }
html body footer.jlt-site-footer .jlt-footer-phone-number { font-family: "pop-b-font", sans-serif; font-size: 26px; font-weight: 500; line-height: 1.3; }
html body footer.jlt-site-footer .jlt-footer-phone .icon { position: static; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 24px; width: 24px; height: 24px; border: 0; }
html body footer.jlt-site-footer .jlt-footer-phone .icon i { color: var(--jlt-on-dark-accent); font-size: 20px; line-height: 1; }
html body footer.jlt-site-footer .address { max-width: 24em; color: var(--jlt-on-dark-muted); font-size: 13px; line-height: 1.9; overflow-wrap: anywhere; }
html body footer.jlt-site-footer .rt { min-width: 0; width: auto; }
html body footer.jlt-site-footer .fot-nav { display: grid; grid-template-columns: 1fr 1.6fr .85fr 1.15fr; gap: 24px; padding-top: 12px; }
html body footer.jlt-site-footer .fot-nav > .nav-menu { display: contents; }
html body footer.jlt-site-footer .fot-nav .nav-menu > .nav-item { display: block; min-width: 0; }
/* Match destinations, so CMS navigation reordering cannot hide the wrong column. */
html body footer.jlt-site-footer .fot-nav .nav-menu > .nav-item:has(> a:is([href="/product"], [href="/product/"], [href="/case"], [href="/case/"], [href="/contact_us"], [href="/contact_us/"])),
html body footer.jlt-site-footer .fot-nav .nav-submenu-toggle { display: none; }
html body footer.jlt-site-footer .fot-nav .nav-submenu { display: block; position: static; margin: 0; padding: 0; list-style: none; }
html body footer.jlt-site-footer .jlt-footer-shortcuts { display: block; margin: 0; }
html body footer.jlt-site-footer .fot-nav .nav-menu > .nav-item > .nav-link,
html body footer.jlt-site-footer dt { display: block; margin: 0 0 16px; color: #fff; font-size: 15px; font-weight: 500; line-height: 1.6; }
html body footer.jlt-site-footer dt a { color: inherit; }
html body footer.jlt-site-footer .fot-nav .nav-submenu .nav-link,
html body footer.jlt-site-footer dd a { display: block; padding-block: 6px; color: var(--jlt-on-dark-muted); font-size: 13px; line-height: 1.65; white-space: normal; overflow-wrap: anywhere; }
html body footer.jlt-site-footer dd { margin: 0; opacity: 1; }
html body footer.jlt-site-footer .jlt-footer-bottom { box-sizing: border-box; width: 100%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px 24px; margin-top: 40px; padding: 20px 24px 0 0; border-top: 1px solid rgba(221,243,252,.16); color: var(--jlt-on-dark-muted); font-size: 12px; line-height: 1.8; }
html body footer.jlt-site-footer .jlt-footer-bottom a { display: inline-flex; align-items: center; min-height: 32px; color: inherit; }
html body footer.jlt-site-footer a:focus-visible { outline: 2px solid var(--jlt-on-dark-accent); outline-offset: 4px; border-radius: 2px; }
@media (hover: hover) {
    html body footer.jlt-site-footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 5px; }
}
@media (min-width: 751px) and (max-width: 1100px) {
    html body footer.jlt-site-footer .one > .flex { grid-template-columns: 1fr; gap: 32px; }
    html body footer.jlt-site-footer .lt { display: grid; grid-template-columns: 1fr 2fr; gap: 32px; align-items: center; }
    html body footer.jlt-site-footer .lx { margin: 0; }
}
/* One mobile footer for the homepage and every inner page. */
@media (max-width: 750px) {
    
    html body footer.jlt-site-footer > .wp { width:100%; max-width:none; padding-inline:24px; }
    html body footer.jlt-site-footer .one > .flex { display:block; padding:0; }
    html body footer.jlt-site-footer .lt { max-width:none; text-align:left; }
    html body footer.jlt-site-footer .lt > a,
    html body footer.jlt-site-footer .rt { display:none; }
    html body footer.jlt-site-footer .lx { margin:0; }
    
    
    
    html body footer.jlt-site-footer .address { display:block;    }
    html body footer.jlt-site-footer .jlt-footer-bottom { flex-direction:column; align-items:flex-start; justify-content:flex-start;   padding:16px 0 0; text-align:left;  }
    html body footer.jlt-site-footer .jlt-footer-bottom a { min-height:44px; }
}

/* Compact brand and contact hierarchy on mobile. */
.jlt-footer-wechat { display:none; }
@media(max-width:750px) {
 html body footer.jlt-site-footer { padding:32px 0 calc(24px + env(safe-area-inset-bottom)); }
 html body footer.jlt-site-footer .lt > a { display:block; width:152px; }
 html body footer.jlt-site-footer .lx { margin-top:24px; }
 html body footer.jlt-site-footer .tt { font-size:13px; color:#b5c5d1; }
 html body footer.jlt-site-footer .jlt-footer-phone { gap:10px; margin:4px 0 0; text-decoration:none!important; border:0; }
 html body footer.jlt-site-footer .jlt-footer-phone-number { font-family:Arial,sans-serif; font-size:26px; font-weight:600; letter-spacing:.01em; text-decoration:none; }
 html body footer.jlt-site-footer .address { margin-top:12px; max-width:24em; font-size:14px; line-height:1.8; color:#b5c5d1; }
 html body footer.jlt-site-footer .jlt-footer-wechat { display:flex; justify-content:space-between; align-items:center; gap:20px; margin-top:24px; }
 html body footer.jlt-site-footer .jlt-footer-wechat-copy strong { display:block; color:#e4eef5; font-size:15px; line-height:1.6; font-weight:500; }
 html body footer.jlt-site-footer .jlt-footer-wechat-copy p { margin:6px 0 0; color:#a9bdcc; font-size:12px; line-height:1.8; }
 html body footer.jlt-site-footer .jlt-footer-wechat > img { display:block; flex:0 0 96px; width:96px; height:96px; padding:6px; border:0; border-radius:12px; box-sizing:border-box; object-fit:contain; background:#fff; }
 html body footer.jlt-site-footer .jlt-footer-bottom { margin-top:24px; padding-top:18px; gap:4px; font-size:12px; line-height:1.9; color:#a9bdcc; border-color:rgba(221,243,252,.14); }
 html body footer.jlt-site-footer .jlt-footer-bottom > span { max-width:100%; text-wrap:pretty; }
 
}

/* The inline footer QR replaces the mobile WeChat shortcut. */
@media(max-width:750px) {
 html body .right-kefu .li { display:none!important; }
 html body .right-kefu .li:has(.go-top) { display:block!important; width:44px; height:44px; }
 html body .right-kefu .li:has(.go-top) .icon-p { width:44px; height:44px; }
 html body .right-kefu .go-top { display:flex; width:44px; height:44px; align-items:center; justify-content:center; }
 html body .right-kefu .go-top > div { display:flex; flex-direction:column; align-items:center; gap:3px; }
 html body .right-kefu .go-top .icon { width:18px; height:18px; }
 html body .right-kefu .go-top span { font-size:10px; line-height:1.2; }
 html body .right-kefu .block-group { border-radius:50%; }
 html body .right-kefu.jlt-footer-in-view { visibility:visible; pointer-events:auto; }
 html body .right-kefu { bottom:calc(20px + env(safe-area-inset-bottom)); }
}

/* jlt-inquiry.css */
#zx_form[hidden] { display: none; }
#zx_form .tc_box { max-height: calc(100dvh - 32px); overflow-y: auto; overscroll-behavior: contain; }
#zx_form .tc_close { border: 0; background: transparent; padding: 7px; min-width: 44px; min-height: 44px; cursor: pointer; }
#zx_form :focus-visible, .jlt-form-retry:focus-visible { outline: 3px solid #087ca9; outline-offset: 3px; }
[data-form-feedback] { margin: 12px 0; font-size: 14px; line-height: 1.6; }
[data-form-feedback][data-state="error"] { color: #a12620; }
[data-form-feedback][data-state="success"] { color: #17663c; }
.jlt-form-retry { padding: 10px 16px; border: 1px solid currentColor; border-radius: 4px; background: #fff; color: #086896; cursor: pointer; }
.jlt-form-retry[hidden] { display: none; }

/* Fixed dialog heading, with an independently scrollable form body. */
html body #zx_form .tc_box { width:min(640px,100%); padding:0; border-radius:16px; display:flex; flex-direction:column; overflow:hidden; max-height:calc(100dvh - 32px); }
html body #zx_form .jlt-inquiry-head { position:relative; flex:none; padding:28px 72px 24px 32px; border-bottom:1px solid #e3edf3; background:#fff; }
html body #zx_form .jlt-inquiry-head h2 { margin:0; color:#102b46; font-size:24px; font-weight:600; line-height:1.4; text-align:left; }
html body #zx_form .tc_close { top:20px; right:20px; border-radius:12px; }
html body #zx_form .tc_nr { padding:24px 32px 32px; min-height:0; overflow-y:auto; overscroll-behavior:contain; width:100%; box-sizing:border-box; }
html body #zx_form .jlt-inquiry-context { margin:0 0 24px; padding:12px 16px; border-radius:12px; background:#f2f8fc; color:#28516c; font-size:15px; line-height:1.6; overflow-wrap:anywhere; }
html body #zx_form .form-group { margin:0 0 18px; }
html body #zx_form .form-group[hidden],html body #zx_form [hidden] { display:none!important; }
html body #zx_form label { display:block; margin:0 0 8px; color:#102b46; font-size:15px; line-height:1.5; text-align:left; }
html body #zx_form .tc_nr form :is(input,textarea,select) { border:1px solid #cddce6; border-radius:12px; font-size:16px; line-height:1.5; box-shadow:none; }
html body #zx_form .tc_nr form textarea { height:112px; resize:vertical; }
html body #zx_form :focus-visible { outline:2px solid #0077b5; outline-offset:2px; box-shadow:none!important; }
html body #zx_form .yzm-fa { display:block; margin-bottom:0; }
html body #zx_form .yzm { width:100%; }
html body #zx_form .jlt-inquiry-help { margin:10px 0 20px; font-size:14px; line-height:1.6; color:#50667b; }
html body #zx_form .tc_nr form button[type=submit] { display:flex; width:100%; min-height:52px; border-radius:12px; }
html body #zx_form [data-form-feedback] { margin:18px 0 0; font-size:15px; line-height:1.6; }
@media(max-width:750px) {
 html body #zx_form .jlt-inquiry-head { padding:22px 62px 20px 20px; }
 html body #zx_form .jlt-inquiry-head h2 { font-size:22px; }
 html body #zx_form .tc_close { top:14px; right:10px; }
 html body #zx_form .tc_nr { padding:20px; }
 html body #zx_form .jlt-inquiry-context { margin-bottom:20px; }
}
@media(min-width:751px) {
 html body #zx_form form { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px 20px; }
 html body #zx_form form>* { grid-column:1 / -1; }
 html body #zx_form form>.form-group:nth-child(1) { grid-column:1; }
 html body #zx_form form>.form-group:nth-child(2) { grid-column:2; }
 html body #zx_form .form-group { margin:0; }
}

/* Preserve native hidden semantics against the reference form layout rules. */
form.ajax-form [hidden], form.ajax-formcc [hidden] { display: none !important; }

/* jlt-site-system.css */
/* Site-wide hierarchy. Preserve each module's layout and its light/dark palette. */
html:root {
 --jlt-title-page: clamp(32px, 3.2vw, 52px);
 --jlt-title-section: clamp(28px, 2.35vw, 42px);
 --jlt-title-card: clamp(18px, 1.45vw, 22px);
 
 --jlt-page-gutter: clamp(72px, 5vw, 96px);
 
 
}
html body :is(.n-banner, .jj-banner, .pro_banner) h1,
html body .n-banner .jlt-list-banner-title h2 {
 font-size: var(--jlt-title-page) !important; font-weight: 500; line-height: 1.35 !important; letter-spacing: 0; margin: 0; overflow-wrap: anywhere;
}
html body .n-banner .jlt-list-banner-title { padding-inline: var(--jlt-page-gutter); }
html body :is(.jj-banner, .pro_banner) { position: relative; }
html body .jj-banner > .wp { padding-inline: var(--jlt-page-gutter); }
html body .jj-banner p { font-size: 17px; line-height: 1.85; margin-top: 20px; max-width: 42em; }

html body :is(.s_tt > h2, .jlt-company-copy > h2, .jlt-company-section-head h2, .jlt-wide-statement h2, .jlt-section-title, .jlt-career-title, .jlt-solution-detailed .lxwm h2) {
 font-size: var(--jlt-title-section) !important; line-height: 1.45 !important; font-weight: 500; letter-spacing: 0; text-transform: none;
}
html body .s_tt > h2 { margin-top: 0; }
html body .s_tt > .thmeColorLine { display: none; }
html body :is(.jlt-company-english, .s_tt > .pop-b-font, [data-jlt-heading-decoration]) { display: none; }
html :is(body.jlt-news-list, body.jlt-search-page) .news-cont .txt h5,
html body :is(.jlt-home .jlt-news-copy .jlt-news-title, .jlt-series-copy h3, .jlt-hospital-card h3, .jlt-wide-culture-card h3, .jlt-module-top h3, .jlt-about-facts dt) {
 font-size: var(--jlt-title-card) !important; line-height: 1.6; font-weight: 500; letter-spacing: 0;
}


/* Breadcrumbs share a position, type scale, separators and actual hierarchy. */

html body .jlt-breadcrumbs ol { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; padding: 0; margin: 0; list-style: none; }
html body .jlt-breadcrumbs li { display: inline-flex; align-items: baseline; gap: 10px; min-width: 0; margin: 0; padding: 0; font: inherit; }
html body .jlt-breadcrumbs li + li::before { content: "/"; color: currentColor; opacity: .55; }
html body .jlt-breadcrumbs a, html body .jlt-breadcrumbs span { font: inherit; font-size: inherit !important; color: inherit; line-height: inherit; }
html body .jlt-breadcrumbs a { display: inline; width: auto; height: auto; min-height: 0; margin: 0; padding: 0; border: 0; border-radius: 0; background: none; opacity: .86; }
html body .jlt-breadcrumbs [aria-current] { opacity: 1; font-weight: 500; }
html body .jlt-breadcrumbs a:hover { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }
html body .jlt-breadcrumbs a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
/* Main navigation and its nested menus use fixed readable sizes. */
html body #pc_header .nav > li > a { font-size: 16px; font-weight: 500; line-height: var(--headerHeight); }
html body #pc_header .nav .ej_box > a, html body #pc_header .pro_box .list a { font-size: 15px; line-height: 1.7; }
html body #m_nav li .jlt-mobile-nav-heading > a { font-size: 16px; line-height: 1.7; }
html body #m_nav .title .list a { font-size: 14px; line-height: 1.7; min-height: 44px; display: flex; align-items: center; }
html body #pc_header a:focus-visible, html body #m_nav a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
/* Section links and in-page contents share typography; contents retain their sticky behavior. */

html body .jlt-product-navigation .nav2 p, html body [data-product-toc] a { font-size: 15px; line-height: 1.7; }
html body .jlt-product-navigation .nav.act > a { color: var(--themeColor); }
html body .jlt-product-navigation a[aria-current], html body [data-product-toc] li.on > a { font-weight: 500; }
@media (max-width: 1100px) and (min-width: 751px) {
 html body #pc_header .nav { gap: 16px; }
 html body #pc_header .nav > li > a { font-size: 14px; }
}
@media (max-width: 750px) {
 html:root { --jlt-title-page: 30px; --jlt-title-section: 26px; --jlt-title-card: 18px;  --jlt-page-gutter: 18px; }
 html body .jj-banner p { font-size: 15px; line-height: 1.8; margin-top: 16px; }

 html body .jlt-breadcrumbs ol { gap: 4px 8px; }
 html body .jlt-breadcrumbs li { gap: 8px; }

 html body .jlt-product-navigation.is-ready .jlt-product-menu-toggle { font-size: 16px; padding-inline: 18px; min-height: 56px; }
 html body .jlt-product-menu-current, html body [data-product-toc] a { font-size: 14px; }
}

/* Careers use H2 for their module slogans beneath the page H1. */
html body .tit > h2 { font-size: var(--jlt-title-section) !important; line-height: 1.45 !important; font-weight: 500; }
/* Keyboard navigation follows the same disclosure state as pointer navigation. */
html body #pc_header .nav > li:focus-within > :is(.ej_box,.pro_box),
html body #pc_header .lang:focus-within > .ej_box { opacity: 1; visibility: visible; }
html body #m_nav [role="button"]:focus-visible { outline: 2px solid currentColor; outline-offset: -4px; }
/* Shared pagination across article, product, search and hospital directories. */
html body .page .pagination-block, html body .page .pagination-block > :is(.pagination,.djm-pagination) { display: flex; flex-wrap: wrap; align-items: center; justify-content: center !important; gap: 8px; }
html body .page .pagination-block :is(a,span) { min-width: 44px; width: 44px; height: 44px; padding: 0; margin: 0; border-radius: 8px; font-size: 16px; line-height: 1; }
html body .page .pagination-block :is(a.active,[aria-current="page"]) { background: var(--themeColor); border-color: var(--themeColor); color: #fff; }
html body .page .pagination-block :is(span.disabled,.disabled span) { color: var(--jlt-muted); background: var(--jlt-surface-sunken); border-color: var(--jlt-line); cursor: default; }
html body .page .pagination-block a:focus-visible { outline: 2px solid var(--themeColor); outline-offset: 3px; }
@media (max-width:750px) {
 html body .page .pagination-block, html body .page .pagination-block > :is(.pagination,.djm-pagination) { gap: 6px; }
 html body .page .pagination-block :is(a,span) { min-width: 40px; width: 40px; }
}

html body .pro_banner > .m { width: 100%; max-width: none; padding-inline: var(--jlt-page-gutter); }

html body .page[hidden] { display: none; }
html body #m_nav .title > .jlt-mobile-nav-heading > i[role="button"] { min-width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; }

/* jlt-inner-unified.css */
/* Approved homepage language, scoped to inner-page content only.
   Shared header/footer and homepage retain their existing rules. */
body:not(.jlt-home){--inner-ink:var(--jlt-marketing-ink);--inner-muted:var(--jlt-marketing-muted);--inner-blue:var(--jlt-brand-accent);--inner-tint:#eef6fb;--inner-line:var(--jlt-marketing-line);--inner-space:clamp(72px,6vw,112px);}
body:not(.jlt-home) :is(article,main,.solution-system){color:var(--inner-ink);}
body:not(.jlt-home) :is(article,main) .wp,
body:not(.jlt-home) :is(.ss-wrap,.zhy-release .zhy-content,.zhy-release .zhy-hero-inner){width:92%;max-width:1520px;margin-inline:auto;box-sizing:border-box;}
body:not(.jlt-home) :is(article,main) :is(h1,h2,h3,h4,h5){text-wrap:balance;}
body:not(.jlt-home) :is(article,main) :is(a,button,input,textarea,select,summary):focus-visible{outline:2px solid var(--inner-blue);outline-offset:4px;}
body:not(.jlt-home) :is(article,main) ::selection{background:#c7e5f4;color:#153b59;}
/* Inner banners carry a quieter version of the homepage arc. */
body:not(.jlt-home) .n-banner{position:relative;isolation:isolate;min-height:460px;height:clamp(460px,39vw,600px);overflow:hidden;background-color:var(--inner-tint);background-position:center;background-size:cover;}
body:not(.jlt-home) .n-banner::after{content:"";position:absolute;left:-10%;bottom:-1px;width:120%;height:36px;border-radius:50% 50% 0 0 / 100% 100% 0 0;background:#fff;pointer-events:none;z-index:2;}
body:not(.jlt-home) .n-banner .jlt-list-banner-title{position:relative;z-index:1;}
body:not(.jlt-home) .n-banner .jlt-list-banner-title :is(h1,h2){font-size:clamp(36px,3.4vw,56px)!important;font-weight:500;line-height:1.35;letter-spacing:-.02em;}

body:not(.jlt-home) .jlt-breadcrumbs{font-size:14px;line-height:1.7;}
body:not(.jlt-home) :is(.jlt-wide-nav,.ss-nav,.jlt-news-section-nav){background:#fff;border-bottom:1px solid var(--inner-line);box-shadow:none;}
body:not(.jlt-home) :is(.jlt-wide-nav,.ss-nav) a{font-size:15px;min-height:48px;display:inline-flex;align-items:center;}
/* Company pages: large photography, plain editorial facts, deliberate whitespace. */
body.jlt-about-page{--company-ink:#153b59;--company-muted:#516d80;--company-blue:#096da1;--company-pale:#eef6fb;--company-line:#d9e5ed;}
.jlt-about-page :is(.jlt-company-intro,.jlt-wide-statement,.jlt-wide-facts,.jlt-wide-brands,.jlt-wide-culture,.prof){padding-block:var(--inner-space);}
.jlt-about-page .jlt-company-intro-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(40px,5vw,88px);align-items:center;}
.jlt-about-page :is(.jlt-company-copy h2,.jlt-wide-statement h2){font-size:clamp(30px,2.8vw,46px)!important;font-weight:500;line-height:1.4;}
.jlt-about-page :is(.jlt-company-section-head h2,.prof h2){font-size:clamp(28px,2.4vw,38px)!important;font-weight:500;line-height:1.45;}
.jlt-about-page :is(.jlt-company-text,.detail-font){font-size:16px;line-height:1.95;color:var(--inner-muted);}
.jlt-about-page .jlt-about-figure{border-radius:8px;overflow:hidden;border:0;box-shadow:none;}
.jlt-about-page .jlt-about-figure img{display:block;width:100%;max-width:100%;height:auto;}
.jlt-about-page .jlt-wide-facts-grid>div{background:transparent;border:0;border-top:1px solid #c5dbe8;border-radius:0;padding:28px 0;min-height:0;}
.jlt-about-page .jlt-wide-facts-grid dt{font-size:24px;line-height:1.5;margin-bottom:16px;}
.jlt-about-page .jlt-wide-facts-grid dd{font-size:16px;line-height:1.9;}
.jlt-about-page :is(.jlt-wide-culture-card,.jlt-wide-logo-grid li){border-radius:8px;border-color:var(--inner-line);box-shadow:none;}
.jlt-about-page .jlt-wide-culture-card>img{height:auto;aspect-ratio:1.7;object-fit:cover;}
.jlt-about-page .jlt-wide-culture-card>div{padding:28px;}
.jlt-about-page .jlt-wide-culture-card h3{font-size:22px;}
.jlt-about-page :is(.jlt-wide-link,.btn_more){border-radius:4px;min-height:48px;font-size:15px;box-shadow:none;}
/* Solutions retain the directory / department / product hierarchy. */
.solution-system{--ss-ink:#153b59;--ss-muted:#516d80;--ss-blue:#096da1;--ss-line:#d9e5ed;--ss-tint:#eef6fb;}

.solution-system :is(.ss-section,.sd-section){padding-block:var(--inner-space);}
.solution-system .sd-hero{padding-block:90px 100px;background:linear-gradient(110deg,#eef6fb,#f9fcfe);}
.solution-system :is(.sd-hero,.ss-hero){overflow:hidden;position:relative;}
.solution-system :is(.sd-hero,.ss-hero)::after{content:"";position:absolute;bottom:-1px;left:-10%;width:120%;height:32px;background:#fff;border-radius:50% 50% 0 0 / 100% 100% 0 0;pointer-events:none;}
.solution-system h1{font-size:clamp(36px,3.4vw,56px);font-weight:500;line-height:1.35;}
.solution-system h2{font-size:clamp(28px,2.5vw,38px);font-weight:500;line-height:1.45;}
.solution-system h3{font-size:23px;font-weight:500;}
.solution-system .ss-heading{margin-bottom:40px;}
.solution-system .ss-hero-grid{min-height:620px;gap:60px;}
.solution-system .ss-hero-image::before{opacity:.4;}
.solution-system .ss-hero-image{height:520px;}
.solution-system .ss-button{min-height:48px;border-radius:4px;padding:12px 28px;font-size:15px;}
.solution-system :is(.sd-card,.ss-product>div){border-radius:8px;overflow:hidden;box-shadow:none;}
.solution-system .ss-product>div{background:#f1f7fa;}
.solution-system .ss-products{gap:36px 24px;}
.solution-system .ss-product h3{font-size:19px;line-height:1.55;}
.solution-system .ss-application{padding:40px 0;gap:clamp(30px,5vw,80px);}
.solution-system .ss-choice{border-left:0;padding:20px 0 0;border-top:1px solid var(--inner-line);}
.solution-system .ss-contact{background:#eef6fb;padding-block:64px;}
.solution-system .ss-faq summary{padding-right:20px;line-height:1.65;}
/* Product detail: preserve four public specifications and original product media. */

/* News, search and hospital cards share the homepage's quieter card construction. */
body:is(.jlt-news-list,.jlt-search-page,.jlt-product-list){background:#fff!important;}
body:not(.jlt-home) :is(.news-cont,.jlt-hospital-directory){padding-block:var(--inner-space);}
body:is(.jlt-news-list,.jlt-search-page) .news-cont .grid{gap:32px 24px;}
body:is(.jlt-news-list,.jlt-search-page) .news-cont .item{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--inner-line);border-radius:8px;background:#fff;box-shadow:none;transition:border-color .2s;}
body:is(.jlt-news-list,.jlt-search-page) .news-cont .item .img-db{aspect-ratio:2/1;height:auto;overflow:hidden;background:#f0f6fa;}
body:is(.jlt-news-list,.jlt-search-page) .news-cont .item .img-db img{width:100%;height:100%;object-fit:contain;transition:transform .35s;}
body:is(.jlt-news-list,.jlt-search-page) .news-cont .item .txt{padding:24px;flex:1;display:flex;flex-direction:column;background:#fff;}
body:is(.jlt-news-list,.jlt-search-page) .news-cont .item .txt>p{font-size:13px;color:var(--inner-muted);}
body:is(.jlt-news-list,.jlt-search-page) .news-cont .item h5{font-size:19px!important;line-height:1.65;min-height:3.3em;font-weight:500;color:var(--inner-ink);}
body:is(.jlt-news-list,.jlt-search-page) .news-cont .item .mx{padding-top:20px;margin-top:auto;color:var(--inner-blue);font-size:14px;}
.jlt-case-page .jlt-hospital-grid{gap:32px 24px;}
.jlt-case-page .jlt-hospital-card{border:1px solid var(--inner-line);border-radius:8px;overflow:hidden;box-shadow:none;background:#fff;}
.jlt-case-page .jlt-hospital-card .img-db{aspect-ratio:1.7;height:auto;}
.jlt-case-page .jlt-hospital-card img{width:100%;height:100%;object-fit:cover;}
.jlt-case-page .jlt-hospital-card figcaption{padding:22px 24px;}
.jlt-case-page .jlt-hospital-card h3{font-size:19px!important;line-height:1.6;color:var(--inner-ink);}
/* Article text keeps a readable measure inside the same wide page shell. */
.jlt-news-detail .news-cont>.wp{max-width:1120px;}
.jlt-news-detail .news-cont .tt{padding-bottom:32px;border-bottom:1px solid var(--inner-line);}
.jlt-news-detail .news-cont .tt h1{font-size:clamp(28px,2.7vw,42px)!important;line-height:1.5;font-weight:500;color:var(--inner-ink);}
.jlt-news-detail .detail-font{max-width:900px;margin-inline:auto;font-size:17px!important;line-height:1.95;color:var(--inner-muted);overflow-wrap:anywhere;}
.jlt-news-detail .detail-font img{max-width:100%;height:auto;border-radius:4px;}
/* Catalog: spacious product photography, compact functional navigation. */
.jlt-product-list .pro-list{padding-block:64px 88px;margin-top:0;background:#fff;}
.jlt-product-list .pro-list .grid{gap:24px;}
.jlt-product-list .pro-card{border:1px solid var(--inner-line);border-radius:8px;overflow:hidden;background:#f6fafc;box-shadow:none;}
.jlt-product-list .pro-card .detail{padding:24px;background:white;}
.jlt-product-list .pro-card :is(h3,h4,h5){font-size:21px!important;line-height:1.5;color:var(--inner-ink);}
/* Contact, services and utility pages retain their forms and dynamic fields. */
.jlt-contact-page :is(.prof,.jlt-contact-form-section){padding-block:var(--inner-space);}
.jlt-contact-page .jlt-contact-form-layout{gap:clamp(40px,6vw,100px);}
.jlt-contact-page .jlt-contact-form{border-radius:8px;border:1px solid var(--inner-line);box-shadow:none;background:#f7fbfd;padding:36px;}
.jlt-contact-page :is(input:not([type=checkbox]):not([type=radio]),select,textarea){border:1px solid #c6d9e5;border-radius:4px;background:#fff;font-size:16px;min-height:48px;box-sizing:border-box;}
.jlt-contact-page textarea{min-height:144px;resize:vertical;}
body:not(.jlt-home) .pagination-block a{min-width:44px;min-height:44px;border-radius:4px;}
@media(hover:hover){
 body:is(.jlt-news-list,.jlt-search-page) .news-cont .item:hover{border-color:#91b9d2;}
 body:is(.jlt-news-list,.jlt-search-page) .news-cont .item:hover img{transform:scale(1.025);}
}
@media(max-width:1000px){
 .solution-system .ss-hero-grid{gap:32px;min-height:540px;}
 .solution-system .ss-hero-image{height:420px;}
 
 .jlt-about-page .jlt-company-intro-grid{gap:32px;}
}
@media(max-width:750px){
 body:not(.jlt-home){--inner-space:52px;}
 body:not(.jlt-home) :is(article,main) .wp,body:not(.jlt-home) :is(.ss-wrap,.zhy-release .zhy-content,.zhy-release .zhy-hero-inner){width:calc(100% - 48px);max-width:none;}
 body:not(.jlt-home) .n-banner{height:360px;min-height:360px;}
 body:not(.jlt-home) .n-banner::after{height:20px;}
 body:not(.jlt-home) .n-banner .jlt-list-banner-title :is(h1,h2){font-size:32px!important;}
 
 body:not(.jlt-home) .jlt-breadcrumbs{font-size:12px;}
 body:not(.jlt-home) :is(.jlt-wide-nav,.ss-nav){overflow-x:auto;justify-content:flex-start;gap:24px;padding-inline:24px;white-space:nowrap;}
 .jlt-about-page .jlt-company-intro-grid{grid-template-columns:1fr;gap:28px;}
 .jlt-about-page :is(.jlt-company-copy h2,.jlt-wide-statement h2,.jlt-company-section-head h2,.prof h2){font-size:28px!important;}
 .jlt-about-page .jlt-wide-culture-card>div{padding:22px;}
 .solution-system .sd-hero{padding-block:48px 64px;}
 .solution-system h1{font-size:34px;}.solution-system h2{font-size:28px;}.solution-system h3{font-size:21px;}
 .solution-system .ss-hero-grid{grid-template-columns:1fr;min-height:0;padding-block:40px 52px;gap:20px;}
 .solution-system .ss-hero-image{height:320px;}
 .solution-system .ss-application{grid-template-columns:1fr;gap:24px;padding:30px 0;}
 .solution-system .ss-heading{margin-bottom:28px;}
 .solution-system .ss-product h3{font-size:16px;}
 .solution-system .ss-contact{padding-block:48px;}

 body:is(.jlt-news-list,.jlt-search-page) .news-cont .grid{grid-template-columns:1fr;gap:24px;}
 body:is(.jlt-news-list,.jlt-search-page) .news-cont .item .txt{padding:20px;}
 body:is(.jlt-news-list,.jlt-search-page) .news-cont .item h5{font-size:18px!important;min-height:0;}
 .jlt-case-page .jlt-hospital-grid{grid-template-columns:1fr;gap:24px;}
 .jlt-case-page .jlt-hospital-card figcaption{padding:18px 20px;}
 .jlt-news-detail .detail-font{font-size:16px!important;}
 .jlt-product-list .pro-list{padding-block:36px 52px;}
 .jlt-product-list .pro-card .detail{padding:20px;}
 .jlt-contact-page .jlt-contact-form{padding:22px;}
}
@media(prefers-reduced-motion:reduce){body:not(.jlt-home) :is(article,main) *{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important;}}
/* Normalize legacy padded containers and entrance effects at the source boundary. */
body:not(.jlt-home) :is(article,main,.jlt-about-content,.jlt-contact-page) .wp,
body:not(.jlt-home) .n-banner .jlt-list-banner-title{width:92%;max-width:1520px!important;padding-inline:0!important;margin-inline:auto;box-sizing:border-box;}
body:not(.jlt-home) .n-banner::after{top:auto;right:auto;}
body:not(.jlt-home) :is(article,main,.jlt-about-content) .wow{visibility:visible!important;opacity:1!important;transform:none!important;animation:none!important;}
body:not(.jlt-home) .n-banner .jlt-list-banner-title{left:auto;right:auto;}

.jlt-case-detail .news-cont>.wp{max-width:1120px!important;}
.jlt-case-detail .news-cont .tt h1{font-size:clamp(28px,2.7vw,42px);line-height:1.5;font-weight:500;}
.jlt-case-detail .detail-font{font-size:17px;line-height:1.95;max-width:960px;margin-inline:auto;}
.jlt-case-detail .detail-font img{max-width:100%;height:auto;border-radius:8px;}

.jlt-news-detail .news-cont>.wp{max-width:1120px!important;}
@media(max-width:750px){
 body:not(.jlt-home) :is(article,main,.jlt-about-content,.jlt-contact-page) .wp,
 body:not(.jlt-home) .n-banner .jlt-list-banner-title,
 body:not(.jlt-home) .jlt-pdp-crumb .wp{width:calc(100% - 48px);}
 .jlt-case-detail .detail-font{font-size:16px;}
}

/* The catalog uses product-led cards instead of padded hover-only tiles. */
.jlt-product-list .pro-list .pro-card{padding:0!important;display:flex;flex-direction:column;text-align:left;position:relative;}
.jlt-product-list .pro-card .img-db{width:100%;height:320px;aspect-ratio:auto;margin:0;background:#f3f8fb;}
.jlt-product-list .pro-card .img-db img{position:static;width:100%;height:100%;object-fit:contain;padding:18px;box-sizing:border-box;}
.jlt-product-list .pro-card .catalog-copy{padding:24px;background:#fff;flex:1;display:flex;flex-direction:column;gap:18px;}
.jlt-product-list .pro-card .catalog-copy h3{margin:0;font-size:21px!important;line-height:1.5;min-height:3em;font-weight:500;}

@media(max-width:750px){.jlt-product-list .pro-card .img-db{height:300px;}.jlt-product-list .pro-card .catalog-copy{padding:20px;}.jlt-product-list .pro-card .catalog-copy h3{font-size:20px!important;min-height:0;}}
/* Utility pages remain restrained and easy to navigate. */
.jlt-error-page .n-banner{height:220px;min-height:220px;}
.jlt-error-page .jlt-error-content{padding-block:80px 112px;text-align:center;}
.jlt-error-page .jlt-error-code{font-size:clamp(64px,9vw,120px);font-weight:500;line-height:1;color:#b7d8ea;margin-bottom:24px;}
.jlt-error-page .jlt-error-content h1{font-size:32px;line-height:1.5;color:#153b59;}
.jlt-error-page .jlt-error-content p{font-size:16px;line-height:1.85;color:#516d80;margin-top:20px;}
.jlt-error-page .jlt-error-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;margin-top:32px;}
.jlt-error-page .jlt-error-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 24px;border:1px solid #c6d9e5;border-radius:4px;color:#096da1;}
.jlt-error-page .jlt-error-actions a:first-child{background:#096da1;color:#fff;border-color:#096da1;}
@media(max-width:750px){.jlt-error-page .jlt-error-content{padding-block:52px 64px;}.jlt-error-page .jlt-error-content h1{font-size:28px;}}

/* jlt-page-polish.css */
/* Shared finishing rules for editorial pages; product layouts remain independently scoped. */
html body.jlt-about-page .jlt-company-intro-grid{min-height:0!important;gap:48px;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);}
html body.jlt-about-page .jlt-company-intro>.wp{padding-block:0!important;}
html body.jlt-about-page .jlt-about-figure{margin:0;overflow:hidden;border-radius:16px;}
html body.jlt-about-page .jlt-about-figure img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;}
html body.jlt-about-page .jlt-about-figure figcaption{padding:12px 20px;font-size:12px;line-height:1.6;}
html body.jlt-about-page .jlt-company-copy .jlt-intro-title{font-size:clamp(32px,2.6vw,42px)!important;font-weight:650;line-height:1.35;letter-spacing:-.02em;text-wrap:balance;margin-bottom:24px;}
html body.jlt-about-page .jlt-intro-kicker{font-size:14px;font-weight:500;color:#17668c;margin:0 0 14px;}
html body.jlt-about-page .jlt-company-section-head h2{font-weight:650;letter-spacing:-.02em;}
html body.jlt-about-page .jlt-wide-facts-grid dd{max-width:38em;}
html body.jlt-about-page .jlt-wide-logo-grid li{border-radius:16px;}
html body.jlt-about-page .jlt-wide-culture-card{border-radius:16px;overflow:hidden;}
.jlt-section-toggle{display:none;}
html body.jlt-contact-page .jlt-contact-follow{padding:40px 0;background:#fff;}
html body.jlt-contact-page .jlt-contact-follow>.wp{display:flex;justify-content:space-between;align-items:center;gap:32px;max-width:1520px;width:92%;margin:auto;padding:0;}
html body.jlt-contact-page .jlt-contact-follow h2{font-size:28px;color:#102b46;margin:0 0 12px;font-weight:600;}
html body.jlt-contact-page .jlt-contact-follow p{font-size:15px;line-height:1.8;color:#50667b;}
html body.jlt-contact-page .jlt-contact-follow figure{margin:0;flex:none;text-align:center;}
html body.jlt-contact-page .jlt-contact-follow img{display:block;width:120px;height:120px;object-fit:contain;}
html body.jlt-contact-page .jlt-contact-follow figcaption{font-size:12px;color:#607582;margin-top:8px;}
html body.jlt-contact-page .jlt-contact-form-intro>p:last-child{font-size:14px;}
html body.jlt-contact-page .jlt-contact-form-intro .jlt-contact-hotline{font-size:23px;}
html body.jlt-contact-page .jlt-contact-form :is(input,textarea){font-size:16px;border-radius:12px;}
html body.jlt-contact-page .jlt-contact-form :is(input,textarea):focus{outline:2px solid #0077b5;outline-offset:2px;}
html body.jlt-contact-page .contact-building{height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:16px;}
html body.jlt-news-list .news-cont .grid{align-items:stretch;gap:24px;}
html body.jlt-news-list .news-cont .grid>.item{display:flex;flex-direction:column;border-radius:16px;overflow:hidden;}
html body.jlt-news-list .news-cont .grid>.item .img-db{aspect-ratio:16/9;height:auto;padding:0;overflow:hidden;}
html body.jlt-news-list .news-cont .grid>.item .img-db img{width:100%;height:100%;object-fit:cover;object-position:center;}
html body.jlt-news-list .news-cont .grid>.item .txt{display:flex;flex-direction:column;flex:1;padding:24px;}
html body.jlt-news-list .news-cont .jlt-news-card-title{font-size:20px;line-height:1.6;font-weight:600;color:#102b46;letter-spacing:0;text-wrap:pretty;min-height:3.2em;margin:14px 0 24px!important;word-break:normal;overflow-wrap:break-word;}
html body.jlt-news-list .news-cont .grid>.item .txt>p{font-size:13px;color:#607582;margin:0;}
html body.jlt-news-list .news-cont .grid>.item .mx{margin-top:auto!important;min-height:24px;}
html body.jlt-news-detail .n-banner .jlt-list-banner-title h2{font-size:24px!important;font-weight:500;}
html body.jlt-news-detail .news-cont .tt{max-width:980px;margin-inline:auto;text-align:left;padding-bottom:24px;}
html body.jlt-news-detail .news-cont .tt h1{font-size:clamp(26px,2.2vw,32px)!important;line-height:1.45;font-weight:600;letter-spacing:0;text-wrap:wrap;word-break:normal;overflow-wrap:break-word;}
html body.jlt-news-detail .news-cont .tt>p{font-size:14px;margin-top:18px;color:#607582;}
html body.jlt-news-detail .news-cont .ar_article{max-width:900px;margin-inline:auto;font-size:17px;line-height:1.9;padding-bottom:40px;}
html body.jlt-news-detail .news-cont .ar_article p{line-height:1.9;margin-block:18px;}
html body.jlt-news-detail .news-cont .ar_article img{display:block;max-width:100%;margin:28px auto;border-radius:12px;}
html body.jlt-case-page .jlt-hospital-card{border-radius:16px;box-shadow:0 6px 24px #102b4605;}
html body.jlt-case-page .jlt-hospital-card h3{font-size:20px;line-height:1.6;font-weight:600;text-wrap:pretty;}
html body.jlt-case-page .jlt-hospital-card figcaption{min-height:100px;padding:20px 24px;}
html body.jlt-case-page .jlt-hospital-intro{max-width:54em;color:#50667b;}
html body.jlt-clinical-page .solution-system:not(.ss-directory) .ss-hero::after{display:none!important;}
html body.jlt-clinical-page .solution-system:not(.ss-directory) .ss-hero h1{font-weight:650;letter-spacing:-.025em;text-wrap:balance;}
html body.jlt-clinical-page .solution-system:not(.ss-directory) .ss-application{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:40px;padding-block:32px;}
html body.jlt-clinical-page .solution-system .ss-application-copy>p{line-height:1.8;margin-bottom:18px;}
html body.jlt-clinical-page .solution-system .ss-choice-disclosure{margin-top:16px;padding:0 20px;border-radius:12px;background:#f2f8fc;}
html body.jlt-clinical-page .ss-choice-disclosure summary{display:flex;justify-content:space-between;gap:16px;cursor:pointer;list-style:none;padding:14px 0;color:#17668c;font-size:14px;font-weight:500;}
html body.jlt-clinical-page .ss-choice-disclosure summary::-webkit-details-marker{display:none;}
html body.jlt-clinical-page .ss-choice-disclosure summary::after{content:"＋";}
html body.jlt-clinical-page .ss-choice-disclosure[open] summary::after{content:"−";}
html body.jlt-clinical-page .ss-choice-disclosure>p{padding-bottom:18px;font-size:14px;line-height:1.8;}
html body.jlt-clinical-page .ss-choice-disclosure summary:focus-visible{outline:2px solid #0077b5;outline-offset:3px;}
html body.jlt-clinical-page .solution-system .ss-combinations article{padding:28px;border-radius:16px;}
html body.jlt-clinical-page .solution-system .ss-combinations article p{margin:16px 0 20px;line-height:1.8;}
html body.jlt-clinical-page .solution-system .ss-product>div{border-radius:16px;aspect-ratio:4/3;}
html body.jlt-clinical-page .solution-system .ss-product h3{font-size:20px;line-height:1.5;font-weight:600;margin:16px 0 8px;}
html body.jlt-clinical-page .solution-system .ss-product>span{font-size:14px;letter-spacing:.02em;}
@media(min-width:1600px){
 html body.jlt-about-page .jlt-about-wide>section:not(.n-banner){padding-block:80px;}
 html body.jlt-about-page .jlt-about-wide .wp{max-width:1680px;}
}
@media(max-width:750px){
 html body.jlt-about-page .jlt-company-intro-grid{grid-template-columns:1fr;gap:24px;}
 html body.jlt-about-page .jlt-company-copy .jlt-intro-title{font-size:28px!important;margin-bottom:18px;}
 html body.jlt-about-page .jlt-intro-kicker{font-size:13px;margin-bottom:10px;}
 html body.jlt-about-page .jlt-wide-nav.jlt-nav-collapsible>.wp{display:none!important;}
 html body.jlt-about-page .jlt-wide-nav.jlt-nav-collapsible.is-expanded>.wp{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));padding:0 0 16px;}
 html body.jlt-about-page .jlt-wide-nav.jlt-nav-collapsible>.wp>a:last-child:nth-child(odd){grid-column:auto;}
 html body.jlt-about-page .jlt-section-toggle{display:flex;align-items:center;justify-content:space-between;gap:16px;width:calc(100% - 48px);min-height:64px;margin:0 auto;padding:12px 0;background:transparent;border:0;font-family:inherit;font-size:15px;font-weight:600;line-height:1.5;color:#102b46;cursor:pointer;}
 html body.jlt-about-page .jlt-section-toggle-action{font-size:13px;color:#0077b5;font-weight:400;}
 html body.jlt-about-page .jlt-section-toggle:focus-visible{outline:2px solid #0077b5;outline-offset:2px;}
 html body.jlt-contact-page .jlt-contact-follow{padding:32px 0;}
 html body.jlt-contact-page .jlt-contact-follow>.wp{width:calc(100% - 48px);gap:20px;}
 html body.jlt-contact-page .jlt-contact-follow h2{font-size:22px;}
 html body.jlt-contact-page .jlt-contact-follow p{font-size:14px;}
 html body.jlt-contact-page .jlt-contact-follow img{width:96px;height:96px;}
 html body.jlt-news-list .news-cont .grid>.item .txt{padding:20px;}
 html body.jlt-news-list .news-cont .jlt-news-card-title{font-size:18px;margin-top:12px!important;margin-bottom:18px!important;}
 html body.jlt-news-detail .n-banner .jlt-list-banner-title h2{font-size:20px!important;}
 html body.jlt-news-detail .news-cont .tt h1{font-size:28px!important;line-height:1.45;}
 html body.jlt-news-detail .news-cont .ar_article{font-size:16px;}
 html body.jlt-case-page .jlt-hospital-card h3{font-size:18px;}
 html body.jlt-case-page .jlt-hospital-card figcaption{min-height:82px;padding:18px 20px;}
 html body.jlt-clinical-page .solution-system:not(.ss-directory) .ss-application{grid-template-columns:1fr;gap:22px;padding-block:24px;}
 html body.jlt-clinical-page .solution-system .ss-application-copy{padding-left:0;border-left:0;}
 html body.jlt-clinical-page .solution-system .ss-combinations article{padding:22px;}
 html body.jlt-clinical-page .solution-system .ss-products{grid-template-columns:1fr;gap:20px;}
 html body.jlt-clinical-page .solution-system .ss-product{display:grid;grid-template-columns:40% minmax(0,1fr);grid-template-rows:1fr 1fr;gap:0 20px;align-items:center;padding:16px;border:1px solid #dce8ef;border-radius:16px;}
 html body.jlt-clinical-page .solution-system .ss-product>div{grid-row:1/3;width:100%;height:150px;aspect-ratio:auto;}
 html body.jlt-clinical-page .solution-system .ss-product h3{font-size:18px;align-self:end;margin:0 0 8px;padding:0;}
 html body.jlt-clinical-page .solution-system .ss-product>span{align-self:start;overflow-wrap:anywhere;}
}

/* Reading-page overrides follow the legacy shared stylesheet. */
html body.jlt-news-detail{--jlt-inner-banner-height:240px!important;}
html body.jlt-news-detail .news-cont .tt :is(h1,p){text-align:left;}
html body.jlt-news-detail .news-cont .jlt-breadcrumbs{max-width:980px;margin-inline:auto;}
@media(max-width:750px){html body.jlt-news-detail{--jlt-inner-banner-height:172px!important;}}

/* Homepage chapters share one title hierarchy across company, clinical and news. */
html body.jlt-home { --home-chapter-title:22px; --home-chapter-gap:28px; }
.jlt-home :is(#home-about-title,#home-clinical-title,#home-news-title) {
 font-size:var(--home-chapter-title)!important; font-weight:600; line-height:1.4!important;
 color:#102b46!important; letter-spacing:0; margin:0; max-width:none;
}
.jlt-home :is(#home-about-title,#home-clinical-title,#home-news-title)::after { display:none; }
html body.jlt-home .ja-copy { padding-top:var(--home-chapter-gap); }
html body.jlt-home .ja-copy h3 { font-size:clamp(34px,2.8vw,44px)!important; line-height:1.35; font-weight:500; }
html body.jlt-home .home-clinical .cs-copy h3 { font-size:clamp(34px,2.8vw,44px)!important; line-height:1.35; font-weight:500; }
html body.jlt-home .jlt-news-heading { margin-bottom:var(--home-chapter-gap); }
@media(min-width:751px) {
 html body.jlt-home .home-clinical .cs-heading { top:48px; }
 html body.jlt-home .home-clinical .cs-panel { padding-top:calc(48px + 1.4 * var(--home-chapter-title) + var(--home-chapter-gap)); }
}
@media(max-width:750px) {
 html body.jlt-home { --home-chapter-title:18px; --home-chapter-gap:24px; }
 html body.jlt-home .ja-copy h3 { font-size:28px!important; }
 html body.jlt-home .home-clinical .cs-copy h3 { font-size:24px!important; }
 html body.jlt-home .home-clinical .cs-heading { margin-bottom:var(--home-chapter-gap); }
}

/* Reading sizes follow content roles rather than enlarging every paragraph. */
html body.jlt-news-detail .ar_article :is(h2,h3) { line-height:1.45!important; margin-block:28px 14px; }
@media(max-width:750px) {
 html body.jlt-home .ja-description,html body.jlt-home .home-clinical .cs-copy>p { font-size:15px!important; line-height:1.8; }
 html body .m01 :is(.intro,.card p,.detail-copy>p:not(.eyebrow),.points li) { font-size:15px; line-height:1.75; }
 html body .m01 :is(th,td) { font-size:15px; line-height:1.65; padding:14px 12px; }
 html body .m01 th { width:34%; }
 html body.jlt-news-detail .ar_article h2 { font-size:24px!important; }
 html body.jlt-news-detail .ar_article h3 { font-size:20px!important; }
 
}
@media(max-width:360px) {
 html body.jlt-clinical-page .solution-system:not(.ss-directory) .ss-hero h1 { font-size:30px; line-height:1.4; }
}
@media(min-width:751px) and (max-width:1000px) {
 html body.jlt-clinical-page .solution-system .ss-hero h1 { font-size:36px; line-height:1.35; }
 html body.jlt-news-detail .news-cont .tt h1 { font-size:30px!important; line-height:1.4; }
}
@media(min-width:1800px) {
 html body.jlt-about-page :is(.jlt-company-copy,.jlt-wide-section,.jlt-about-wide) p:not(.jlt-intro-kicker) { font-size:18px; line-height:1.8; }
 html body.jlt-clinical-page .solution-system :is(.ss-intro,.sd-intro,.ss-application-copy p,.ss-combinations p) { font-size:18px; line-height:1.8; }
 html body.jlt-home :is(.ja-description,.home-clinical .cs-copy>p) { font-size:17px!important; line-height:1.8; }
}

/* News reading footer: one separator and explicit adjacent-article labels. */
html body.jlt-news-detail .news-cont .ar_article { border-bottom:0; }
html body.jlt-news-detail .news-cont .jlt-news-pagination {
 display:grid; grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
 align-items:start; gap:24px; max-width:980px; margin:0 auto;
 padding-top:24px; border-top:1px solid #dce8ef;
}
html body.jlt-news-detail .jlt-news-pagination>div { min-width:0; line-height:1.7; }
html body.jlt-news-detail .jlt-news-pagination>div:not(:has(a)) { display:none; }
html body.jlt-news-detail .jlt-news-pagination .prev { grid-column:1; grid-row:1; }
html body.jlt-news-detail .jlt-news-pagination .nxt { grid-column:3; grid-row:1; text-align:right; }
html body.jlt-news-detail .jlt-news-pagination-label { display:block; color:var(--jlt-muted,#607582); font-size:13px; }
html body.jlt-news-detail .news-cont .jlt-news-pagination a { margin-top:6px; font-size:15px; line-height:1.7; overflow-wrap:anywhere; }
html body.jlt-news-detail .news-cont .jlt-news-list-return { grid-column:2; grid-row:1; margin-top:0; white-space:nowrap; }
html body.jlt-news-detail .jlt-news-pagination a:hover { color:#007bc4; }
html body.jlt-news-detail .jlt-news-pagination a:focus-visible { outline:2px solid #007bc4; outline-offset:4px; }
@media(max-width:750px) {
 html body.jlt-news-detail .news-cont .jlt-news-pagination { grid-template-columns:minmax(0,1fr); gap:20px; }
 html body.jlt-news-detail .jlt-news-pagination .prev,
 html body.jlt-news-detail .jlt-news-pagination .nxt { grid-column:1; grid-row:auto; text-align:left; }
 html body.jlt-news-detail .news-cont .jlt-news-list-return { grid-column:1; grid-row:auto; order:1; justify-self:start; }
}
