/* Existing brand, native CSS. Variance 4 / motion 2 / density 4.
   Radius: 0 throughout. Layers: navigation 10, mobile contact 20, skip link 30.
   Scoped separately from the existing WordPress .jk-* styles. */
.jkm-document {
  --jkm-ink: #18364f;
  --jkm-muted: #566777;
  --jkm-accent: #153553;
  --jkm-paper: #fcfdfd;
  --jkm-tint: #f0f4f6;
  --jkm-line: #dce3e8;
  --jkm-stage: #edf1f3;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 320px;
  background: var(--jkm-paper) !important;
  color: var(--jkm-ink);
  color-scheme: light;
}
html:has(.jkm-site) { scroll-behavior: smooth; scroll-padding-top: 96px; }
/* The existing theme's overflow:hidden creates an extra sticky scroll container. */
html:has(.jkm-site), body.jkm-document { overflow-x: clip !important; overflow-y: visible !important; }
.jkm-site, .jkm-site * { box-sizing: border-box; }
.jkm-site { font: 16px/1.75 "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif; color: var(--jkm-ink); background: var(--jkm-paper); }
.jkm-site h1, .jkm-site h2, .jkm-site h3, .jkm-site p, .jkm-site figure, .jkm-site dl { margin: 0; padding: 0; }
.jkm-site h1, .jkm-site h2, .jkm-site h3 { color: var(--jkm-ink); font-family: inherit; text-transform: none; }
.jkm-site h2 { font-size: clamp(27px, 2.55vw, 36px); line-height: 1.4; font-weight: 650; letter-spacing: -.025em; text-wrap: balance; }
.jkm-site h3 { font-size: 21px; font-weight: 600; line-height: 1.5; }
.jkm-site a { color: inherit; text-decoration: none; transition: color .2s, background .2s, border-color .2s; }
.jkm-site img { display: block; max-width: 100%; height: auto; }
.jkm-site button { font: inherit; cursor: pointer; }
.jkm-site a:focus-visible, .jkm-site button:focus-visible, .jkm-site summary:focus-visible { outline: 3px solid #6585a1; outline-offset: 5px; }
.jkm-site [hidden] { display: none !important; }
.jkm-wrap { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.jkm-skip { position: fixed; top: 0; left: 20px; transform: translateY(-150%); z-index: 30; padding: 12px 20px; background: var(--jkm-accent); color: var(--jkm-paper) !important; }
.jkm-skip:focus { transform: none; }
.jkm-header { position: sticky; top: 0; z-index: 10; background: var(--jkm-paper); border-bottom: 1px solid var(--jkm-line); }
.admin-bar .jkm-header { top: 32px; }
@media (max-width: 782px) { .admin-bar .jkm-header { top: 46px; } }
/* WordPress's toolbar is absolute rather than fixed on narrow phones. */
@media (max-width: 600px) { .admin-bar .jkm-header { top: 0; } }
.jkm-header-inner { min-height: 78px; display: flex; align-items: center; gap: 35px; }
.jkm-brand { flex-shrink: 0; }
.jkm-brand img { width: 147px; height: 59px; object-fit: contain; }
.jkm-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; font-size: 14px; font-weight: 500; white-space: nowrap; }
.jkm-nav > a { padding: 26px 0; border-bottom: 2px solid transparent; }
.jkm-nav > a:hover, .jkm-nav > a[aria-current] { border-bottom-color: var(--jkm-accent); }
.jkm-nav-more { position: relative; }
.jkm-nav-more summary { cursor: pointer; list-style: none; padding: 25px 0; }
.jkm-nav-more summary::-webkit-details-marker { display: none; }
.jkm-nav-more summary::after { content: "⌄"; padding-left: 6px; }
.jkm-nav-more > div { position: absolute; top: 100%; right: 0; width: 174px; padding: 10px; border: 1px solid var(--jkm-line); background: var(--jkm-paper); box-shadow: 0 10px 24px #15355312; }
.jkm-nav-more a { display: block; padding: 9px 12px; }
.jkm-nav-more a:hover { background: var(--jkm-tint); }
.jkm-header-phone { padding-left: 23px; border-left: 1px solid var(--jkm-line); flex-shrink: 0; line-height: 1.45; }
.jkm-header-phone small { display: block; font-size: 11px; color: var(--jkm-muted); }
.jkm-header-phone strong { font-size: 18px; letter-spacing: .015em; font-variant-numeric: tabular-nums; }
.jkm-menu-toggle { display: none; }
.jkm-hero { background: var(--jkm-tint); }
.jkm-hero-grid { display: grid; grid-template-columns: 1.06fr 1fr; align-items: center; gap: 45px; min-height: 540px; }
.jkm-hero-copy { padding-block: 55px 65px; }
.jkm-site .jkm-eyebrow { color: var(--jkm-muted); font-size: 13px; letter-spacing: .03em; margin: 0 0 23px; font-weight: 500; }
.jkm-site h1 { font-size: clamp(38px, 4.05vw, 58px); line-height: 1.25; letter-spacing: -.035em; font-weight: 650; }
.jkm-site h1 span { display: block; white-space: nowrap; }
.jkm-hero-description { color: var(--jkm-muted); font-size: 16px; line-height: 1.9; margin-top: 25px !important; }
.jkm-actions { display: flex; align-items: center; gap: 29px; margin-top: 32px; }
.jkm-site .jkm-button { display: inline-flex; min-height: 49px; align-items: center; justify-content: center; padding: 12px 28px; background: var(--jkm-accent); border: 1px solid var(--jkm-accent); color: #fafdff; font-size: 14px; font-weight: 600; white-space: nowrap; line-height: 1.5; }
.jkm-site .jkm-button:hover { background: #294d6c; border-color: #294d6c; color: #fafdff; }
.jkm-site .jkm-button:active { transform: translateY(1px); }
.jkm-text-link { display: inline-flex; gap: 22px; align-items: center; font-size: 14px; font-weight: 600; white-space: nowrap; }
.jkm-text-link:hover { color: #456a89; }
.jkm-hero-visual { align-self: stretch; display: grid; grid-template-rows: 1fr auto; padding: 20px 0 28px !important; }
.jkm-hero-visual > img { width: 100%; height: 450px; object-fit: contain; mix-blend-mode: multiply; }
.jkm-hero-visual figcaption { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #cdd7df; padding-top: 15px; font-size: 12px; color: var(--jkm-muted); }
.jkm-hero-visual figcaption a { color: var(--jkm-ink); }
.jkm-capabilities { border-bottom: 1px solid var(--jkm-line); }
.jkm-capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 25px; }
.jkm-capability-grid > div { padding: 0 30px; border-left: 1px solid var(--jkm-line); }
.jkm-capability-grid > div:first-child { padding-left: 0; border-left: 0; }
.jkm-capability-grid strong { display: block; font-size: 16px; font-weight: 600; }
.jkm-capability-grid span { display: block; font-size: 12px; color: var(--jkm-muted); margin-top: 3px; }
.jkm-section { padding: 87px 0 92px; }
.jkm-section-tinted, .jkm-contact-section { background: var(--jkm-tint); }
.jkm-section-heading { margin-bottom: 36px; }
.jkm-section-heading > p { color: var(--jkm-muted); margin-top: 12px; font-size: 15px; max-width: 42em; }
.jkm-tabs { display: none; gap: 0; border-bottom: 1px solid var(--jkm-line); }
.is-enhanced .jkm-tabs { display: flex; }
.jkm-tabs button { flex: 1; min-height: 61px; padding: 14px 20px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--jkm-muted); font-size: 15px; white-space: nowrap; }
.jkm-tabs button:hover { background: var(--jkm-tint); }
.jkm-tabs button[aria-selected="true"] { border-color: var(--jkm-accent); color: var(--jkm-accent); font-weight: 600; }
.jkm-product-panel { display: grid; grid-template-columns: 1.12fr 1fr; min-height: 420px; background: var(--jkm-tint); margin-top: 24px; }
.jkm-product-image { display: flex; position: relative; align-items: center; justify-content: center; padding: 28px 54px; background: var(--jkm-stage); }
.jkm-product-image img { width: 100%; height: 358px; object-fit: contain; mix-blend-mode: multiply; }
.jkm-product-copy { padding: 47px 55px; align-self: center; }
.jkm-site .jkm-model { font-family: Arial, "PingFang SC", sans-serif; font-size: 12px; letter-spacing: .08em; color: var(--jkm-muted); margin-bottom: 12px; }
.jkm-product-copy h3 { font-size: 28px; font-weight: 600; }
.jkm-product-copy > p:not(.jkm-model) { font-size: 14px; color: var(--jkm-muted); margin-top: 15px; line-height: 1.9; }
.jkm-product-copy dl { margin: 23px 0 27px; font-size: 13px; }
.jkm-product-copy dl > div { display: flex; gap: 20px; padding: 6px 0; }
.jkm-product-copy dt { flex-shrink: 0; font-weight: 600; }
.jkm-product-copy dd { margin: 0; color: var(--jkm-muted); }
.jkm-product-image-scene { flex-direction: column; gap: 12px; padding: 28px; }
.jkm-product-image-scene img { height: 305px; object-fit: cover; mix-blend-mode: normal; }
.jkm-product-image-scene > span { color: var(--jkm-muted); font-size: 11px; align-self: flex-start; }
.jkm-catalog-bottom { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; padding-top: 24px; }
.jkm-catalog-bottom p { color: var(--jkm-muted); font-size: 12px; max-width: 65em; }
.jkm-scenario-layout { display: grid; grid-template-columns: 1.3fr 1fr; gap: 55px; align-items: start; }
.jkm-scenario-feature img { width: 100%; height: 470px; object-fit: cover; }
.jkm-scenario-feature figcaption { font-size: 11px; color: var(--jkm-muted); margin-top: 12px; }
.jkm-scenarios { border-top: 1px solid #b4c2ce; }
.jkm-scenario { display: block; padding: 21px 4px 22px; border-bottom: 1px solid #cdd7df; }
.jkm-scenario:first-child { padding-top: 20px; }
.jkm-scenario p { color: var(--jkm-muted); font-size: 13px; line-height: 1.8; margin-top: 7px; }
.jkm-scenario div > span { font-size: 12px; font-weight: 600; display: flex; justify-content: space-between; margin-top: 12px; }
.jkm-scenario:hover h3 { color: #456a89; }
.jkm-solutions-all { margin-top: 26px; }
.jkm-process { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.jkm-process li { border-top: 1px solid #b6c4d0; padding-top: 23px; }
.jkm-process p { margin-top: 12px; font-size: 14px; color: var(--jkm-muted); }
.jkm-tender { margin-top: 60px; padding: 31px 38px; display: flex; gap: 30px; align-items: center; justify-content: space-between; background: var(--jkm-tint); border-left: 3px solid var(--jkm-accent); }
.jkm-tender p { font-size: 14px; color: var(--jkm-muted); margin-top: 8px; max-width: 43em; }
.jkm-site .jkm-button-outline { color: var(--jkm-accent); background: transparent; }
.jkm-resources { padding-top: 0; }
.jkm-resource-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 0 42px; }
.jkm-resource { display: flex; flex-direction: column; padding: 25px 0 26px; border-top: 1px solid var(--jkm-line); }
.jkm-resource:first-child { grid-row: span 2; padding: 34px 38px; background: var(--jkm-tint); border: 0; }
.jkm-resource:first-child h3 { font-size: 29px; max-width: 12em; }
.jkm-resource:first-child > p { font-size: 15px; max-width: 28em; margin-top: 20px; }
.jkm-resource p { font-size: 13px; color: var(--jkm-muted); margin-top: 8px; }
.jkm-resource b { display: flex; justify-content: space-between; font-size: 12px; font-weight: 600; margin-top: auto; padding-top: 23px; }
.jkm-resource:hover h3 { color: #456a89; }
.jkm-contact-section { padding: 72px 0 76px; border-top: 1px solid var(--jkm-line); }
.jkm-contact-layout { display: grid; grid-template-columns: 1.25fr 1fr; gap: 90px; align-items: center; }
.jkm-contact-layout .jkm-eyebrow { margin-bottom: 17px; }
.jkm-contact-layout h2 { font-size: clamp(28px, 2.7vw, 38px); line-height: 1.5; }
.jkm-contact-layout > div > p:not(.jkm-eyebrow) { margin: 18px 0 27px; font-size: 13px; color: var(--jkm-muted); }
.jkm-contact-channels { border-left: 1px solid #c8d3dd; padding-left: 53px; display: flex; flex-direction: column; align-items: flex-start; }
.jkm-contact-channels > span { font-size: 12px; color: var(--jkm-muted); }
.jkm-contact-phone { font: 600 clamp(25px, 2.7vw, 36px)/1.4 Arial, sans-serif; letter-spacing: -.02em; margin: 9px 0 27px; white-space: nowrap; }
.jkm-contact-email { font-size: 16px; margin-top: 9px; overflow-wrap: anywhere; }
.jkm-contact-channels p { margin-bottom: 0 !important; }
.jkm-footer { background: var(--jkm-paper); padding: 34px 0 27px; }
.jkm-site .jkm-company-details { margin:0 0 28px; padding:0 0 24px; border-bottom:1px solid var(--jkm-line); }
.jkm-site .jkm-company-details :is(p,address) { margin:0 0 8px!important; font-size:14px!important; line-height:1.9!important; font-style:normal; color:var(--jkm-muted); overflow-wrap:anywhere; }
.jkm-site .jkm-company-details strong { color:var(--jkm-ink); }
.jkm-site .jkm-company-details a { text-decoration:underline; text-underline-offset:4px; }
.jkm-legal { display: grid; grid-template-columns: 110px 1fr; gap: 25px; font-size: 11px; line-height: 1.9; color: var(--jkm-muted); padding-bottom: 28px; border-bottom: 1px solid var(--jkm-line); }
.jkm-legal strong { font-size: 12px; color: var(--jkm-ink); }
.jkm-footer-links { display: flex; flex-wrap: wrap; gap: 15px 25px; margin-top: 24px; font-size: 12px; color: var(--jkm-muted); }
.jkm-footer-wechat { display:flex; gap:24px; align-items:center; padding-bottom:30px; margin-bottom:28px; border-bottom:1px solid var(--jkm-line); }
.jkm-site .jkm-footer-wechat h2 { font-size:20px; line-height:1.5; margin:0 0 10px; }
.jkm-site .jkm-footer-wechat p { font-size:14px; color:var(--jkm-muted); line-height:1.8; }
.jkm-footer-wechat img { width:240px; max-width:100%; height:auto; object-fit:contain; }
.jkm-wechat-icon-link { flex:0 0 auto; line-height:0; }
.jkm-wechat-icon-link:hover { outline:1px solid var(--jkm-line); outline-offset:4px; }
.jkm-footer-filings { display:flex; flex-wrap:wrap; gap:12px 24px; margin-top:20px; color:var(--jkm-muted); font-size:12px; }
.jkm-police-filing { display:inline-flex; align-items:center; gap:7px; white-space:nowrap; }
.jkm-site .jkm-police-filing img { width:20px; height:20px; flex:0 0 20px; }
.jkm-site .jkm-copyright, .jkm-site .jkm-preview-note { font-size: 10px; color: var(--jkm-muted); line-height: 1.9; margin-top: 18px; }
.jkm-site .jkm-preview-note { border-top: 1px dashed var(--jkm-line); padding-top: 15px; }
.jkm-site .jkm-footer-address { font-size:11px!important; line-height:1.9; color:var(--jkm-muted); font-style:normal; margin:6px 0 0; overflow-wrap:anywhere; }
.jkm-site .jkm-footer-contact { font-size:12px!important; line-height:1.9; color:var(--jkm-muted); margin:14px 0 0; overflow-wrap:anywhere; }
.jkm-footer-contact a { text-decoration:underline; text-underline-offset:3px; }
.jkm-mobile-contact { display: none; }
@media (prefers-color-scheme: dark) {
  .jkm-document { --jkm-ink: #e5edf3; --jkm-muted: #b2c0cc; --jkm-accent: #b5cde0; --jkm-paper: #14212b; --jkm-tint: #1d2e3a; --jkm-stage: #243746; --jkm-line: #3a4e5e; color-scheme: dark; }
  .jkm-brand { background: #f6f8f9; padding: 4px 8px; }
  .jkm-brand img { width: 132px; height: 53px; }
  .jkm-site .jkm-button { background: #bdd2e3; color: #142c40; border-color: #bdd2e3; }
  .jkm-site .jkm-button:hover { background: #dce8f1; color: #142c40; border-color: #dce8f1; }
  .jkm-site .jkm-button-outline { background: transparent; color: #bdd2e3; }
  .jkm-hero-visual > img, .jkm-product-image img { mix-blend-mode: normal; }
  .jkm-text-link:hover, .jkm-scenario:hover h3, .jkm-resource:hover h3 { color: #dce8f1; }
  .jkm-hero-visual figcaption, .jkm-scenarios, .jkm-scenario, .jkm-process li, .jkm-contact-channels { border-color: var(--jkm-line); }
}
@media (max-width: 1200px) {
  .jkm-wrap { width: calc(100% - 64px); }
  .jkm-header-inner { gap: 23px; }
  .jkm-nav { gap: 20px; font-size: 13px; }
  .jkm-header-phone { display: none; }
  .jkm-hero-grid { min-height: 505px; gap: 25px; }
  .jkm-hero-visual > img { height: 425px; }
  .jkm-product-copy { padding: 35px; }
  .jkm-scenario-layout { gap: 35px; }
}
@media (max-width: 900px) {
  .jkm-wrap { width: calc(100% - 48px); }
  .jkm-header-inner { min-height: 74px; }
  .jkm-brand img { width: 138px; height: 55px; }
  .jkm-nav { gap: 14px; font-size: 12px; }
  .jkm-hero-grid { grid-template-columns: 1fr 1fr; min-height: 465px; }
  .jkm-site h1 { font-size: 37px; }
  .jkm-hero-description { font-size: 14px; }
  .jkm-hero-visual > img { height: 350px; }
  .jkm-product-image { padding-inline: 24px; }
  .jkm-product-copy { padding: 28px; }
  .jkm-product-copy h3 { font-size: 24px; }
  .jkm-scenario-layout { gap: 25px; }
  .jkm-process { gap: 20px; }
  .jkm-contact-layout { gap: 40px; }
  .jkm-contact-channels { padding-left: 28px; }
}
@media (max-width: 767px) {
  html:has(.jkm-site) { scroll-padding-top: 86px; }
  .jkm-wrap { width: calc(100% - 40px); }
  .jkm-header-inner { min-height: 72px; justify-content: space-between; }
  .jkm-brand img { width: 135px; height: 54px; }
  .jkm-menu-toggle { display: flex; align-items: center; gap: 20px; background: transparent; color: var(--jkm-ink); border: 1px solid var(--jkm-line); padding: 7px 12px; font-size: 13px !important; min-height: 42px; }
  .jkm-menu-toggle span { font-size: 20px; }
  .jkm-nav { display: flex; flex-wrap: wrap; gap: 0 20px; margin: 0; font-size: 14px; }
  .jkm-header-inner { flex-wrap: wrap; }
  .jkm-nav > a { padding: 13px 0; }
  .jkm-document.jkm-js .jkm-nav { display: none; position: absolute; top: 100%; left: 0; width: 100%; max-height: calc(100dvh - 130px); overflow-y: auto; background: var(--jkm-paper); border-bottom: 1px solid var(--jkm-line); padding: 10px 24px 20px; }
  .jkm-document.jkm-js .jkm-nav.is-open { display: grid; gap: 0; }
  .jkm-nav-more summary { padding: 13px 0; }
  .jkm-nav-more > div { position: static; width: auto; border: 0; padding: 0; box-shadow: none; }
  .jkm-nav-more a { padding-inline: 0; }
  .jkm-hero-grid { grid-template-columns: 1fr; min-height: 0; gap: 0; }
  .jkm-hero-copy { padding: 37px 0 18px; }
  .jkm-site .jkm-eyebrow { margin-bottom: 17px; font-size: 11px; }
  .jkm-site h1 { font-size: clamp(31px, 8.5vw, 45px); line-height: 1.3; }
  .jkm-hero-description { font-size: 13px; margin-top: 18px !important; }
  .jkm-hero-description br { display: none; }
  .jkm-actions { margin-top: 25px; gap: 25px; }
  .jkm-site .jkm-button { min-height: 46px; padding: 11px 18px; gap: 22px; font-size: 13px; }
  .jkm-text-link { font-size: 13px; gap: 18px; }
  .jkm-hero-visual { padding: 0 0 21px !important; }
  .jkm-hero-visual > img { height: clamp(200px, 56vw, 300px); max-width: 350px; margin-inline: auto; }
  .jkm-hero-visual figcaption { padding-top: 11px; font-size: 10px; }
  .jkm-capability-grid { grid-template-columns: 1fr 1fr; gap: 19px 10px; padding-block: 25px; }
  .jkm-capability-grid > div { padding-left: 20px; }
  .jkm-capability-grid > div:nth-child(odd) { padding-left: 0; border-left: 0; }
  .jkm-capability-grid strong { font-size: 14px; }
  .jkm-capability-grid span { font-size: 11px; }
  .jkm-section { padding: 52px 0 57px; }
  .jkm-section-heading { margin-bottom: 25px; }
  .jkm-site h2 { font-size: 26px; }
  .jkm-section-heading > p { font-size: 13px; }
  .jkm-tabs button { font-size: 12px; min-height: 53px; padding-inline: 7px; }
  .jkm-product-panel { grid-template-columns: 1fr; margin-top: 19px; }
  .jkm-product-image { padding: 23px; }
  .jkm-product-image img { height: 254px; }
  .jkm-product-copy { padding: 28px 25px 32px; }
  .jkm-product-copy h3 { font-size: 24px; }
  .jkm-product-copy > p:not(.jkm-model) { font-size: 13px; }
  .jkm-product-copy dl { font-size: 12px; }
  .jkm-catalog-bottom { flex-direction: column; gap: 15px; padding-top: 19px; }
  .jkm-catalog-bottom p { font-size: 11px; }
  .jkm-scenario-layout { grid-template-columns: 1fr; gap: 25px; }
  .jkm-scenario-feature img { height: 267px; }
  .jkm-scenario-feature figcaption { font-size: 10px; }
  .jkm-scenario { padding: 20px 0; }
  .jkm-scenario p { max-width: 35em; }
  .jkm-process { grid-template-columns: 1fr 1fr; gap: 28px 22px; }
  .jkm-process h3 { font-size: 18px; }
  .jkm-process p { font-size: 13px; }
  .jkm-tender { margin-top: 34px; padding: 25px 23px; flex-direction: column; align-items: flex-start; gap: 22px; }
  .jkm-tender h3 { font-size: 22px; }
  .jkm-tender p { font-size: 13px; }
  .jkm-resources { padding-top: 0; }
  .jkm-resource-grid { grid-template-columns: 1fr; }
  .jkm-resource:first-child { padding: 27px; grid-row: auto; margin-bottom: 23px; }
  .jkm-resource:first-child h3 { font-size: 25px; }
  .jkm-resource:first-child > p { font-size: 13px; margin-top: 15px; }
  .jkm-resource { padding: 25px 0; }
  .jkm-contact-section { padding: 44px 0; }
  .jkm-contact-layout { grid-template-columns: 1fr; gap: 37px; }
  .jkm-contact-layout h2 { font-size: 27px; }
  .jkm-contact-layout > div > p:not(.jkm-eyebrow) { font-size: 12px; }
  .jkm-contact-channels { border-left: 0; border-top: 1px solid var(--jkm-line); padding: 25px 0 0; }
  .jkm-contact-phone { font-size: 32px; margin-bottom: 23px; }
  .jkm-contact-email { font-size: 15px; }
  .jkm-footer { padding-bottom: 91px; }
  .jkm-footer-wechat { flex-direction:column; align-items:flex-start; gap:16px; padding-bottom:25px; }
  .jkm-footer-wechat img { width:240px; height:auto; }
  .jkm-site .jkm-footer-wechat h2 { font-size:18px; }
  .jkm-footer-filings { flex-direction:column; align-items:flex-start; gap:12px; font-size:11px; }
  .jkm-legal { grid-template-columns: 1fr; gap: 10px; font-size: 10px; }
  .jkm-footer-links { gap: 12px 20px; font-size: 11px; }
  .jkm-footer-links a:last-child { margin-left: 0; }
  .jkm-mobile-contact { display: grid; position: fixed; inset: auto 0 0; grid-template-columns: .8fr 1.2fr; z-index: 20; padding: 10px 20px calc(10px + env(safe-area-inset-bottom)); gap: 10px; background: var(--jkm-paper); border-top: 1px solid var(--jkm-line); }
  .jkm-mobile-contact a { display: flex; justify-content: center; align-items: center; min-height: 41px; font-size: 13px; border: 1px solid var(--jkm-accent); }
  .jkm-mobile-contact a:last-child { color: var(--jkm-paper); background: var(--jkm-accent); gap: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html:has(.jkm-site) { scroll-behavior: auto; }
  .jkm-site *, .jkm-site *::before, .jkm-site *::after { transition: none !important; }
}
