/*
Theme Name: SUNENG
Theme URI: https://jinkaite.com
Author: SUNENG
Description: Engineering-led WordPress theme for SUNENG power T&D products.
Version: 1.0.56
Text Domain: jinkaite
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #082f5c;
  --blue: #087fc2;
  --blue-dark: #005e9e;
  --ice: #edf8fe;
  --ice-soft: #f5fbfe;
  --line: #c5dce9;
  --muted: #4e6e89;
  --gold: #e8a52d;
  --red: #e54f4a;
  --white: #fff;
  --content-max: 1440px;
  --content-gutter: clamp(32px, 5vw, 80px);
  --shadow: 0 18px 44px rgba(18, 78, 118, .12);
  --font-sans: 'Manrope', Arial, Helvetica, 'Microsoft YaHei', 'PingFang SC', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: var(--font-sans); font-size: 16px; font-weight: 500; line-height: 1.6; }
:where(h1, h2, h3, h4, h5, h6) { font-family: var(--font-sans); font-weight: 800; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.jk-container { width: min(var(--content-max), calc(100% - var(--content-gutter))); margin: 0 auto; }
.jk-utility { display: flex; justify-content: space-between; gap: 20px; padding: 7px max(24px, calc((100vw - var(--content-max)) / 2)); color: #fff; background: var(--blue); font-size: 12px; font-weight: 700; }
.jk-utility div { display: flex; flex-wrap: wrap; gap: 20px; }
.jk-utility { display: none; }
.jk-header { position: sticky; z-index: 50; top: 0; display: flex; align-items: center; gap: 32px; min-height: 112px; width: 100%; margin: 0; padding: 0 max(36px, calc((100vw - var(--content-max)) / 2)); border-bottom: 1px solid rgba(197, 220, 233, .72); background: rgba(255, 255, 255, .98); box-shadow: 0 8px 24px rgba(8, 47, 92, .08); }
.admin-bar .jk-header { top: 32px; }
body:not(.home) :target { scroll-margin-top: 128px; }
.jk-logo { flex: 0 0 160px; }
.jk-logo img { width: 156px; height: auto; max-height: 60px; object-fit: contain; }
.jk-nav { margin-left: 0; flex: 1 1 auto; font-size: 16px; font-weight: 700; white-space: nowrap; }
.jk-nav ul { display: flex; align-items: center; justify-content: flex-end; gap: clamp(24px, 2vw, 38px); margin: 0; padding: 0; list-style: none; }
.jk-nav a { padding: 12px 0; border-bottom: 2px solid transparent; }
.jk-nav a:hover, .jk-nav a:focus-visible { border-color: var(--blue); }
.jk-header-cta, .jk-button { display: inline-flex; align-items: center; justify-content: center; min-height: 45px; padding: 11px 19px; border: 1px solid var(--ink); background: var(--ink); color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.jk-header-cta:hover, .jk-button:hover { background: var(--blue); border-color: var(--blue); }
.jk-product-dropdown { position: relative; display: flex; align-items: center; }
.jk-product-dropdown > a { display: inline-flex; align-items: center; gap: 6px; }
.jk-product-dropdown > a span { display: inline-block; width: 7px; height: 7px; overflow: hidden; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; font-size: 0; transform: translateY(-2px) rotate(45deg); }
.jk-product-dropdown-menu { position: absolute; z-index: 40; top: calc(100% + 18px); left: 50%; display: grid; width: 420px; visibility: hidden; margin: 0; padding: 0; opacity: 0; transform: translate(-50%, 8px); border-top: 3px solid var(--blue); background: #fff; box-shadow: 0 20px 48px rgba(10,49,95,.18); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.jk-product-dropdown-menu::before { position: absolute; top: -21px; right: 0; left: 0; height: 21px; content: ''; }
.jk-product-dropdown:hover .jk-product-dropdown-menu, .jk-product-dropdown:focus-within .jk-product-dropdown-menu { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.jk-product-dropdown-menu a { display: block; min-height: 62px; padding: 18px 22px; border-bottom: 1px solid #e4ebf0; color: #173d61; font-size: 14px; line-height: 1.45; white-space: normal; }
.jk-product-dropdown-menu a:hover, .jk-product-dropdown-menu a:focus-visible { border-color: #e4ebf0; background: #eef7fc; color: var(--blue); }
.jk-header-cta { min-width: 202px; min-height: 52px; padding: 14px 24px; border-color: #e5a63a; border-radius: 999px; background: #e5a63a; color: var(--ink); font: 800 14px/1 var(--font-sans); }
.jk-header-cta:hover { border-color: #ffd24a; background: #fff; color: var(--ink); }
.jk-language-menu { position: relative; flex: 0 0 auto; }
.jk-language-menu summary { list-style: none; }
.jk-language-menu summary::-webkit-details-marker { display: none; }
.jk-language-switcher { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-width: 70px; min-height: 42px; padding: 9px 11px; border: 1px solid currentColor; border-radius: 999px; color: var(--ink); font: 800 13px/1 var(--font-sans); letter-spacing: 0; cursor: pointer; transition: background .18s ease, border-color .18s ease, color .18s ease; }
.jk-language-switcher svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.jk-language-switcher i { width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .18s ease; }
.jk-language-menu[open] .jk-language-switcher i { transform: translateY(2px) rotate(225deg); }
.jk-language-switcher:hover, .jk-language-menu[open] .jk-language-switcher { border-color: var(--blue); background: var(--blue); color: #fff; }
.jk-language-switcher:focus-visible { outline: 3px solid rgba(8, 127, 194, .35); outline-offset: 3px; }
.jk-language-options { position: absolute; z-index: 80; top: calc(100% + 12px); right: 0; display: grid; width: 220px; overflow: hidden; border-top: 3px solid var(--blue); background: #fff; box-shadow: 0 16px 38px rgba(8, 47, 92, .17); color: var(--ink); }
.jk-language-option { display: flex; align-items: center; min-height: 52px; padding: 13px 16px; border-bottom: 1px solid #dcebf4; color: var(--ink); font-size: 14px; font-weight: 700; line-height: 1.25; }
.jk-language-option:last-child { border-bottom: 0; }
.jk-language-option b { font-size: 14px; font-weight: 800; }
.jk-language-option small { color: var(--muted); font-size: 11px; font-weight: 700; }
a.jk-language-option:hover, a.jk-language-option:focus-visible { background: var(--ice); color: var(--blue); }
.jk-language-option.is-current { background: var(--ice-soft); color: var(--blue); }
.jk-language-option.is-disabled { color: #6f8394; cursor: not-allowed; }
.jk-button.secondary { border-color: var(--line); background: #fff; color: var(--ink); }
.jk-button.secondary:hover { border-color: var(--blue); color: var(--blue); }
.jk-hero { position: relative; min-height: 570px; overflow: hidden; background: var(--ice); }
.jk-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.jk-hero::after { position: absolute; inset: 0; background: rgba(238, 249, 255, .78); content: ""; }
.jk-hero-content { position: relative; z-index: 1; display: flex; align-items: center; min-height: 570px; }
.jk-hero-copy { max-width: 635px; padding: 45px 0; }
.jk-hero h1 { max-width: 620px; margin: 0 0 20px; font-family: var(--font-sans); font-size: clamp(42px, 5.4vw, 75px); line-height: .98; letter-spacing: -.03em; text-transform: uppercase; }
.jk-hero h1 strong { color: var(--gold); }
.jk-hero p { max-width: 575px; margin: 0 0 28px; color: #234c6d; font-size: 18px; }
.jk-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.jk-stats { background: var(--ink); color: #fff; }
.jk-stats-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; padding: 31px 0; }
.jk-stat { padding-right: 13px; border-right: 1px solid rgba(255,255,255,.25); }
.jk-stat:last-child { border-right: 0; }
.jk-stat strong { display: block; color: #fff; font-size: 28px; line-height: 1; }
.jk-stat span { display: block; margin-top: 7px; color: #b9d7ea; font-size: 12px; line-height: 1.35; }
.jk-section { padding: 92px 0; }
.jk-section.soft { background: var(--ice-soft); }
.jk-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.jk-section-head h2 { max-width: 650px; margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.02; letter-spacing: -.03em; text-transform: uppercase; }
.jk-section-head p { max-width: 460px; margin: 0; color: var(--muted); }
.jk-link { color: var(--blue); font-weight: 800; white-space: nowrap; }
.jk-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.jk-product-card { overflow: hidden; border: 1px solid var(--line); background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.jk-product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.jk-product-card img { width: 100%; aspect-ratio: 1.25; object-fit: cover; background: #eaf3f7; }
.jk-product-card-body { padding: 22px 20px 24px; }
.jk-product-card h3 { margin: 0 0 8px; font-size: 21px; line-height: 1.1; }
.jk-product-card p { min-height: 72px; margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.jk-product-card .jk-link { font-size: 13px; text-transform: uppercase; }
.jk-split { display: grid; grid-template-columns: 1.05fr .95fr; }
.jk-split-copy { padding: clamp(38px, 6vw, 78px); background: #f2f7fa; }
.jk-split-copy h2 { margin: 0 0 19px; font-size: clamp(34px, 4vw, 54px); line-height: 1; text-transform: uppercase; }
.jk-split-copy p { max-width: 570px; color: var(--muted); }
.jk-split-media { min-height: 430px; }
.jk-split-media img { width: 100%; height: 100%; object-fit: cover; }
.jk-why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.jk-why-card { border: 1px solid var(--line); background: #fff; }
.jk-why-card img { width: 100%; aspect-ratio: 1.45; object-fit: cover; }
.jk-why-body { padding: 21px 20px 24px; }
.jk-why-body h3 { min-height: 48px; margin: 0 0 9px; font-size: 19px; line-height: 1.15; }
.jk-why-body p { margin: 0; color: var(--muted); font-size: 14px; }
.jk-route { padding: 78px 0; background: var(--blue); color: #fff; }
.jk-route-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.jk-route h2 { max-width: 710px; margin: 0; font-size: clamp(31px, 4vw, 53px); line-height: 1.03; text-transform: uppercase; }
.jk-route .jk-button { border-color: #fff; background: #fff; color: var(--ink); }
.jk-route .jk-button:hover { background: var(--gold); border-color: var(--gold); }
.jk-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.jk-blog-card { overflow: hidden; border: 1px solid var(--line); background: #fff; }
.jk-blog-card img { width: 100%; aspect-ratio: 1.7; object-fit: cover; }
.jk-blog-body { padding: 20px 20px 23px; }
.jk-blog-body small { color: var(--blue); font-weight: 800; text-transform: uppercase; }
.jk-blog-body h3 { margin: 10px 0 13px; font-size: 22px; line-height: 1.15; }
.jk-blog-body p { margin: 0; color: var(--muted); font-size: 14px; }
.jk-footer { color: #d9ebf6; background: #07264a; }
.jk-footer-main { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 34px; padding: 70px 0 48px; }
@media (min-width: 721px) { .jk-footer-main { padding-right: 80px; } }
.jk-footer img { width: 84px; margin-bottom: 20px; filter: brightness(0) invert(1); }
.jk-footer-company img { width: min(220px, 100%); height: auto; margin-bottom: 24px; }
.jk-footer h2 { margin: 0 0 17px; color: #fff; font-size: 14px; text-transform: uppercase; }
.jk-footer p, .jk-footer a { color: #b7d1e1; font-size: 14px; }
.jk-footer-company p { max-width: 42ch; margin-bottom: 14px; line-height: 1.72; }
.jk-footer .jk-footer-capability-link { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid var(--gold); color: #fff; font-weight: 800; }
.jk-footer .jk-footer-capability-link:hover, .jk-footer .jk-footer-capability-link:focus-visible { color: var(--gold); }
.jk-footer-nav { display: grid; align-content: start; gap: 9px; }
.jk-footer-form label { display: block; margin-bottom: 10px; }
.jk-footer-form label span { display: block; margin-bottom: 4px; color: #b7d1e1; font-size: 12px; }
.jk-footer-form input, .jk-footer-form textarea { width: 100%; padding: 9px 10px; border: 1px solid #315879; background: #0d335c; color: #fff; }
.jk-footer-form .jk-button { margin-top: 4px; border-color: var(--gold); background: var(--gold); color: var(--ink); }
.jk-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 27px; border-top: 1px solid #315879; font-size: 12px; }
.jk-footer-bottom div { display: flex; gap: 16px; }
.jk-footer-contact-details { display: grid; grid-template-columns: 1.45fr repeat(4, minmax(0, 1fr)); gap: 20px; width: min(var(--content-max), calc(100% - var(--content-gutter))); margin: 0 auto; padding: 22px 0; border-top: 1px solid #315879; color: #b7d1e1; font-size: 12px; }
.jk-footer-contact-details > div { display: grid; gap: 4px; align-content: start; }
.jk-footer-contact-details b { color: #fff; font-size: 13px; text-transform: uppercase; }
.jk-footer-contact-details a { overflow-wrap: anywhere; color: #b7d1e1; }
.jk-footer-location { align-self: start; line-height: 1.5; }
.jk-page-intro { padding: 82px 0 73px; background: var(--ice); }
.jk-page-intro h1 { max-width: 1040px; margin: 0 0 15px; font-size: clamp(44px, 5.2vw, 78px); line-height: .98; letter-spacing: -.03em; text-transform: uppercase; }
.jk-page-intro p { max-width: 690px; margin: 0; color: var(--muted); font-size: 18px; }
.jk-blog-intro { position: relative; display: flex; min-height: 430px; align-items: center; overflow: hidden; padding: 76px 0; background: #dbeaf4; isolation: isolate; }
.jk-blog-intro::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(239, 248, 253, .92) 0%, rgba(239, 248, 253, .7) 34%, rgba(239, 248, 253, .08) 64%); content: ''; }
.jk-blog-intro-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.jk-blog-intro h1 { max-width: 620px; }
.jk-blog-intro p { max-width: 560px; color: #315571; }
.jk-entry { max-width: 820px; margin: 0 auto; padding: 65px 0 100px; }
.jk-entry h1 { font-size: clamp(36px, 5vw, 64px); line-height: 1.02; }
.jk-entry h2 { margin-top: 42px; font-size: 31px; }
.jk-entry p, .jk-entry li { color: #315571; font-size: 17px; }

/* Technical Center combines project-file guidance with the supplied evidence archive. */
.jk-technical-center { font-family: var(--font-sans); }
.jk-technical-center :where(h1, h2, h3) { font-family: var(--font-sans); font-weight: 800; letter-spacing: 0; }
.jk-technical-intro { position: relative; display: flex; min-height: 520px; align-items: center; overflow: hidden; padding: 78px 0 80px; background: #162634; color: #fff; isolation: isolate; }
.jk-technical-intro::before { position: absolute; z-index: -1; inset: 0; background: rgba(4, 26, 48, .2); content: ''; }
.jk-technical-intro-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.jk-technical-intro > .jk-container { position: relative; }
.jk-technical-intro span, .jk-technical-review-heading > span, .jk-technical-records-intro span { display: block; color: var(--blue); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.jk-technical-intro > .jk-container > span { color: #ffd24a; }
.jk-technical-intro h1 { max-width: 740px; margin: 11px 0 19px; color: #fff; font-size: clamp(46px, 5vw, 76px); font-weight: 800; line-height: 1.02; text-shadow: 0 2px 18px rgba(0, 18, 34, .38); text-transform: uppercase; }
.jk-technical-intro p { max-width: 670px; margin: 0; color: #e2eef5; font-size: 18px; line-height: 1.65; text-shadow: 0 2px 12px rgba(0, 18, 34, .32); }
.jk-technical-review { padding: 96px 0 104px; background: #fff; }
.jk-technical-review-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: 16px 70px; align-items: end; }
.jk-technical-review-heading > span { grid-column: 1 / -1; }
.jk-technical-review-heading h2 { max-width: 850px; margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.06; text-transform: uppercase; }
.jk-technical-review-heading p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.jk-technical-review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 54px; border-top: 3px solid var(--ink); }
.jk-technical-review-grid article { min-width: 0; padding: 27px 28px 29px 0; }
.jk-technical-review-grid article + article { padding-left: 28px; border-left: 1px solid #c5dce9; }
.jk-technical-review-grid article > span { color: var(--blue); font-size: 13px; font-weight: 800; }
.jk-technical-review-grid h3 { margin: 16px 0 0; font-size: 24px; line-height: 1.15; text-transform: uppercase; }
.jk-technical-review-grid p { min-height: 112px; margin: 15px 0 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.jk-technical-review-grid a { display: inline-flex; gap: 8px; margin-top: 20px; color: var(--blue-dark); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.jk-technical-review-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.jk-technical-review-actions a { display: inline-flex; min-height: 48px; align-items: center; padding: 12px 20px; border: 1px solid var(--ink); color: var(--ink); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.jk-technical-review-actions a:first-child { border-color: var(--gold); background: var(--gold); }
.jk-technical-records-intro { position: relative; display: flex; min-height: 430px; align-items: center; overflow: hidden; padding: 76px 0; background: #1d3042; color: #fff; isolation: isolate; }
.jk-technical-records-intro::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(8, 28, 49, .88) 0%, rgba(8, 28, 49, .66) 39%, rgba(8, 28, 49, .12) 68%); content: ''; }
.jk-technical-records-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.jk-technical-records-intro span { color: #ffd24a; }
.jk-technical-records-intro h2 { max-width: 760px; margin: 10px 0 0; color: #fff; font-size: clamp(38px, 4vw, 58px); line-height: 1.06; text-shadow: 0 2px 18px rgba(0, 18, 34, .28); text-transform: uppercase; }
.jk-technical-records-intro p { max-width: 690px; margin: 20px 0 0; color: #e2eef5; font-size: 16px; line-height: 1.7; text-shadow: 0 2px 12px rgba(0, 18, 34, .24); }
.jk-record-gallery-section { padding: 94px 0 102px; background: #fff; }
.jk-record-gallery-section.is-muted { background: #f4f8fb; }
.jk-record-gallery-heading { margin: 0 auto 44px; text-align: center; }
.jk-record-gallery-heading h2 { margin: 0; color: var(--ink); font-size: clamp(38px, 4vw, 54px); line-height: 1.04; text-transform: uppercase; }
.jk-record-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; gap: 24px; }
.jk-record-gallery a { display: block; min-width: 0; transition: transform .28s cubic-bezier(.2,.8,.2,1); }
.jk-record-gallery img { width: 100%; height: auto; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.jk-record-gallery a:hover { transform: translateY(-3px); }
.jk-record-gallery a:hover img { transform: scale(1.0125); }
.jk-record-gallery a:focus-visible { outline: 3px solid #ffd24a; outline-offset: 4px; }

@media (max-width: 980px) {
  .jk-technical-review-heading { grid-template-columns: 1fr; }
  .jk-technical-review-grid { grid-template-columns: 1fr 1fr; }
  .jk-technical-review-grid article:nth-child(3) { padding-left: 0; border-top: 1px solid #c5dce9; border-left: 0; }
  .jk-record-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
}

@media (max-width: 640px) {
  .jk-blog-intro { min-height: 470px; padding: 62px 0; }
  .jk-blog-intro::before { background: linear-gradient(90deg, rgba(239, 248, 253, .94) 0%, rgba(239, 248, 253, .78) 64%, rgba(239, 248, 253, .34) 100%); }
  .jk-blog-intro-image { object-position: 63% center; }
  .jk-blog-intro h1 { max-width: 320px; font-size: 42px; }
  .jk-blog-intro p { max-width: 300px; font-size: 16px; }
  .jk-technical-intro { min-height: 570px; padding: 68px 0 72px; }
  .jk-technical-intro::before { background: rgba(4, 26, 48, .58); }
  .jk-technical-intro-image { object-position: 68% center; }
  .jk-technical-intro h1 { max-width: 340px; font-size: 42px; }
  .jk-technical-intro p { max-width: 340px; font-size: 16px; line-height: 1.55; }
  .jk-technical-review { padding: 68px 0 74px; }
  .jk-technical-review-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .jk-technical-review-grid article, .jk-technical-review-grid article + article, .jk-technical-review-grid article:nth-child(3) { padding: 23px 0; border-top: 1px solid #c5dce9; border-left: 0; }
  .jk-technical-review-grid article:first-child { border-top: 0; }
  .jk-technical-review-grid p { min-height: 0; }
  .jk-technical-review-actions { display: grid; }
  .jk-technical-review-actions a { justify-content: center; }
  .jk-technical-records-intro { min-height: 470px; padding: 62px 0; }
  .jk-technical-records-intro::before { background: linear-gradient(90deg, rgba(8, 28, 49, .9) 0%, rgba(8, 28, 49, .72) 66%, rgba(8, 28, 49, .38) 100%); }
  .jk-technical-records-image { object-position: 66% center; }
  .jk-technical-records-intro h2 { max-width: 335px; font-size: 40px; }
  .jk-technical-records-intro p { max-width: 320px; font-size: 15px; line-height: 1.6; }
  .jk-record-gallery-section { padding: 68px 0 74px; }
  .jk-record-gallery-heading { margin-bottom: 30px; }
  .jk-record-gallery-heading h2 { font-size: 38px; }
  .jk-record-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .jk-record-gallery a, .jk-record-gallery img { transition: none; }
}
.jk-listing { padding: 70px 0 100px; }
.jk-listing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.jk-listing-card { overflow: hidden; border: 1px solid var(--line); background: #fff; }
.jk-listing-card img { width: 100%; aspect-ratio: 1.65; object-fit: cover; background: var(--ice); }
.jk-listing-card > div { padding: 21px; }
.jk-listing-card h2 { margin: 9px 0 11px; font-size: 25px; line-height: 1.12; }
.jk-listing-card p { margin: 0; color: var(--muted); font-size: 14px; }
.jk-product-archive .products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; }
.jk-product-archive .products::before, .jk-product-archive .products::after { display: none; }
.jk-product-archive .products li.product { width: auto; margin: 0; padding: 0; border: 1px solid var(--line); background: #fff; }
.jk-product-archive .products li.product a img { width: 100%; margin: 0 0 16px; }
.jk-product-archive .products li.product .woocommerce-loop-product__title, .jk-product-archive .products li.product .price { padding: 0 18px; }
.jk-product-archive .products li.product .button { margin: 16px 18px 20px; border-radius: 0; background: var(--ink); color: #fff; }
.tax-product_cat { font-family: var(--font-sans); }
.jk-product-detail { color: #0a315f; font-family: var(--font-sans); }
.jk-product-detail h1, .jk-product-detail h2, .jk-product-detail h3, .jk-product-detail .jk-detail-eyebrow, .jk-product-detail .jk-detail-button, .jk-product-detail th { font-family: var(--font-sans); }
.jk-detail-hero { padding: 75px 0; background: linear-gradient(120deg, #f8fcff, #e6f5ff); }
.jk-detail-hero-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: center; }
.jk-detail-eyebrow { display: block; color: var(--blue); font-size: 14px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; }
.jk-detail-crumb { margin: 14px 0 25px; color: var(--blue); font-size: 14px; }
.jk-detail-crumb b { margin: 0 6px; font-weight: 400; }
.jk-detail-hero h1 { max-width: 820px; margin: 8px 0 15px; font-size: clamp(46px, 6vw, 74px); font-weight: 700; line-height: .96; letter-spacing: -1px; text-transform: uppercase; }
.jk-detail-summary { max-width: 680px; margin: 0; color: var(--muted); font-size: 19px; }
.jk-detail-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.jk-detail-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 20px; border: 1px solid transparent; font-size: 15px; font-weight: 700; letter-spacing: .1px; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.jk-detail-button:hover, .jk-detail-button:focus-visible { transform: translateY(-2px); }
.jk-detail-button.primary { background: var(--ink); color: #fff; }
.jk-detail-button.primary:hover, .jk-detail-button.primary:focus-visible { background: var(--blue-dark); }
.jk-detail-button.ghost { border-color: var(--ink); background: rgba(255,255,255,.55); color: var(--ink); }
.jk-detail-button.ghost:hover, .jk-detail-button.ghost:focus-visible { background: #fff; }
.jk-detail-image { min-height: 330px; border: 1px solid var(--line); background: #fff; }
.jk-detail-image img { width: 100%; height: 330px; object-fit: cover; }
.jk-detail-section { padding-top: 90px; padding-bottom: 90px; }
.jk-detail-layout { display: grid; grid-template-columns: 1fr .86fr; gap: 90px; align-items: start; }
.jk-detail-layout h2, .jk-detail-section-heading h2 { max-width: 750px; margin: 8px 0 0; font-size: clamp(36px, 4vw, 55px); font-weight: 700; line-height: 1.02; letter-spacing: -.5px; text-transform: uppercase; }
.jk-category-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 24px; margin: 31px 0; padding: 0; list-style: none; }
.jk-category-list li { padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.jk-category-list li::before { content: '/'; margin-right: 8px; color: var(--blue); font-weight: 900; }
.jk-application-box { padding: 22px; background: var(--ice); }
.jk-application-box b { font-size: 19px; text-transform: uppercase; }
.jk-application-box p { margin: 5px 0 0; color: var(--muted); }
.jk-parameter-card { padding: 30px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.jk-parameter-card h2 { margin: 0; font-size: 30px; text-transform: uppercase; }
.jk-parameter-card > p { margin: 9px 0 18px; color: var(--muted); font-size: 14px; }
.jk-parameter-card table { width: 100%; border-collapse: collapse; margin-bottom: 23px; font-size: 13px; }
.jk-parameter-card th, .jk-parameter-card td { padding: 11px 0; border-top: 1px solid var(--line); text-align: left; vertical-align: top; }
.jk-parameter-card th { width: 40%; font-size: 14px; text-transform: uppercase; }
.jk-parameter-card td { color: var(--muted); }
.jk-detail-ice { border-top: 1px solid #dceef8; border-bottom: 1px solid #dceef8; background: var(--ice-soft); }
.jk-two-column-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; margin-top: 34px; }
.jk-two-column-copy p { margin: 0; color: var(--muted); font-size: 18px; }
.jk-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 35px; }
.jk-related-grid a { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 78px; padding: 20px; border: 1px solid var(--line); font-size: 20px; font-weight: 700; line-height: 1.15; text-transform: uppercase; }
.jk-related-grid a:hover, .jk-related-grid a:focus-visible { border-color: var(--blue); background: var(--ice-soft); }
.jk-related-grid a b { flex: 0 0 auto; color: var(--blue); font-family: var(--font-sans); font-size: 24px; font-weight: 400; }
.jk-managed-products { background: #fff; }
.jk-managed-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 35px; }
.jk-managed-product-card { overflow: hidden; border: 1px solid var(--line); background: #fff; }
.jk-managed-product-media { display: block; height: 230px; overflow: hidden; background: var(--ice-soft); }
.jk-managed-product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.jk-managed-product-card:hover .jk-managed-product-media img { transform: scale(1.035); }
.jk-managed-product-copy { padding: 22px; }
.jk-managed-product-copy h3 { margin: 0 0 10px; font-size: 26px; line-height: 1.05; text-transform: uppercase; }
.jk-managed-product-copy p { min-height: 65px; margin: 0; color: var(--muted); font-size: 14px; }
.jk-managed-product-link { display: inline-flex; gap: 8px; margin-top: 20px; color: var(--blue); font-weight: 700; text-transform: uppercase; }
.jk-fixed-contact { position: fixed; z-index: 20; top: 50%; right: 0; display: grid; transform: translateY(-50%); box-shadow: 0 6px 20px rgba(1,43,81,.18); }
.jk-fixed-contact a, .jk-fixed-contact button { display: block; min-width: 104px; padding: 11px 13px; border: 0; border-bottom: 1px solid rgba(255,255,255,.25); background: var(--blue); color: #fff; font: 700 12px/1.2 var(--font-sans); text-align: left; cursor: pointer; }
.jk-fixed-contact a:last-child { border-bottom: 0; background: var(--ink); }
.jk-fixed-contact a:hover, .jk-fixed-contact a:focus-visible, .jk-fixed-contact button:hover, .jk-fixed-contact button:focus-visible { background: var(--blue-dark); }
.jk-fixed-contact small { display: block; margin-top: 4px; color: rgba(255,255,255,.78); font-size: 10px; font-weight: 400; }
.jk-fixed-contact .jk-contact-wechat { position: relative; }
.jk-contact-qr { position: absolute; right: calc(100% + 10px); top: 50%; display: none; width: 152px; padding: 7px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); transform: translateY(-50%); }
.jk-contact-qr img { width: 138px; height: 138px; object-fit: cover; }
.jk-contact-wechat:hover .jk-contact-qr, .jk-contact-wechat:focus-within .jk-contact-qr { display: block; }
@media (max-width: 1040px) { .jk-detail-hero-grid { gap: 42px; } .jk-detail-layout { gap: 45px; } .jk-related-grid, .jk-managed-product-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 720px) { .jk-product-dropdown-menu { display: none; } .jk-detail-hero-grid, .jk-detail-layout { grid-template-columns: 1fr; gap: 34px; } .jk-detail-hero { padding: 58px 0; } .jk-detail-section { padding-top: 65px; padding-bottom: 65px; } .jk-two-column-copy, .jk-category-list { grid-template-columns: 1fr; gap: 0; } .jk-two-column-copy { margin-top: 26px; } .jk-two-column-copy p + p { margin-top: 22px; } .jk-related-grid, .jk-managed-product-grid { grid-template-columns: 1fr; } .jk-managed-product-copy p { min-height: 0; } .jk-fixed-contact { top: auto; right: 10px; bottom: 10px; grid-auto-flow: column; transform: none; } .jk-fixed-contact a, .jk-fixed-contact button { min-width: 0; padding: 10px; border-right: 1px solid rgba(255,255,255,.25); border-bottom: 0; font-size: 10px; } .jk-fixed-contact small { display: none; } .jk-contact-qr { right: 0; top: auto; bottom: calc(100% + 10px); transform: none; } }
@media (max-width: 560px) { .jk-detail-hero h1 { font-size: 44px; } .jk-detail-summary { font-size: 17px; } .jk-detail-image, .jk-detail-image img { min-height: 250px; height: 250px; } .jk-detail-layout h2, .jk-detail-section-heading h2 { font-size: 37px; } .jk-detail-actions .jk-detail-button, .jk-parameter-card .jk-detail-button { width: 100%; } .jk-parameter-card { padding: 22px; } .jk-fixed-contact a, .jk-fixed-contact button { min-width: 42px; } }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }

/* Shared contact rail: compact icon actions with details available on hover or keyboard focus. */
.online-contact { position: fixed; z-index: 30; top: 50%; right: 18px; transform: translateY(-50%); }
.online-contact-rail { display: grid; gap: 8px; padding: 10px 8px; border: 2px solid var(--blue); border-radius: 30px; background: #fff; box-shadow: 0 10px 24px rgba(4, 62, 103, .16); }
.online-contact-item { position: relative; width: 46px; height: 46px; }
.online-contact-item :is(a, button) { display: grid; width: 46px; height: 46px; place-items: center; padding: 0; border: 0; border-radius: 50%; background: #6c747c; color: #fff; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.online-contact-item :is(a, button):hover, .online-contact-item :is(a, button):focus-visible { background: var(--blue); transform: scale(1.06); }
.online-contact-item svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.online-contact-icon { width: 24px; height: 24px; object-fit: contain; filter: brightness(0) invert(1); }
.online-contact-label { position: absolute; top: 1px; right: 56px; display: grid; min-width: 220px; min-height: 44px; align-content: center; gap: 2px; padding: 8px 14px; border-radius: 6px; background: var(--blue); color: #fff; text-align: left; opacity: 0; visibility: hidden; transform: translateX(10px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; pointer-events: none; }
.online-contact-label b { font-size: 14px; line-height: 1.1; }
.online-contact-label small { font-size: 12px; line-height: 1.15; }
.online-contact-item:hover .online-contact-label, .online-contact-item:focus-within .online-contact-label { opacity: 1; visibility: visible; transform: none; }
.online-contact-wechat:hover .online-contact-label, .online-contact-wechat:focus-within .online-contact-label { display: none; }
.online-contact-qr { position: absolute; top: -56px; right: 56px; display: grid; width: 184px; height: 184px; place-items: center; padding: 8px; border: 1px solid var(--line); border-radius: 6px; background: #fff; box-shadow: 0 10px 24px rgba(4, 62, 103, .16); opacity: 0; visibility: hidden; transform: translateX(10px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; pointer-events: none; }
.online-contact-qr img { width: 166px; height: 166px; object-fit: contain; }
.online-contact-wechat:hover .online-contact-qr, .online-contact-wechat:focus-within .online-contact-qr { opacity: 1; visibility: visible; transform: none; }
@media (max-width: 720px) { .online-contact { display: none; } }
@media (prefers-reduced-motion: reduce) { .online-contact-item :is(a, button), .online-contact-label, .online-contact-qr { transition: none; } }


/* Project archive and case studies mirror the original field-record layout. */
.jk-projects-archive-page, .jk-project-case-page { font-family: var(--font-sans); }
.jk-projects-archive-hero { position: relative; display: flex; min-height: 468px; align-items: end; overflow: hidden; padding: 96px 0 76px; background: #123f67; color: #fff; }
.jk-projects-archive-hero > img, .jk-projects-archive-hero-wash { position: absolute; inset: 0; width: 100%; height: 100%; }
.jk-projects-archive-hero > img { object-fit: cover; object-position: center; }
.jk-projects-archive-hero-wash { background: linear-gradient(90deg, rgba(4, 37, 70, .75) 0%, rgba(4, 37, 70, .53) 42%, rgba(4, 37, 70, .12) 78%), linear-gradient(0deg, rgba(4, 37, 70, .34), transparent 58%); }
.jk-projects-archive-hero .jk-container { position: relative; z-index: 1; }
.jk-projects-archive-hero p, .jk-project-case-hero-content > p, .jk-project-case-facts span { margin: 0; font-family: var(--font-sans); font-size: 13px; font-weight: 700; letter-spacing: .7px; text-transform: uppercase; }
.jk-projects-archive-hero p { color: #ffd24a; }
.jk-projects-archive-hero h1 { max-width: 1040px; margin: 13px 0 17px; color: #fff; font-family: var(--font-sans); font-size: clamp(44px, 4.7vw, 76px); line-height: 1.01; letter-spacing: 0; text-transform: uppercase; }
.jk-projects-archive-hero span { display: block; max-width: 590px; color: #e5f3fb; font-size: 17px; line-height: 1.52; }
.jk-projects-archive { padding: 40px 0 96px; }
.jk-project-archive-display { display: grid; align-items: start; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.jk-project-archive-item { min-width: 0; overflow: hidden; background: #dceefa; }
.jk-project-archive-item > a { position: relative; display: block; min-height: 0; color: #fff; isolation: isolate; }
.jk-project-archive-item > a::after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(3, 34, 66, 0) 52%, rgba(3, 34, 66, .82) 100%); content: ''; }
.jk-project-archive-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .5s cubic-bezier(.2, .8, .2, 1); }
.jk-project-archive-item > a:hover img { transform: scale(1.035); }
.jk-project-archive-item > a:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.jk-project-archive-item > a > div { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 20px; }
.jk-project-archive-item span, .jk-project-archive-item b { font-family: var(--font-sans); font-size: 12px; font-weight: 700; letter-spacing: .55px; text-transform: uppercase; }
.jk-project-archive-item h2 { max-width: 28ch; margin: 6px 0 10px; color: #fff; font-family: var(--font-sans); font-size: 20px; line-height: 1.08; letter-spacing: 0; text-transform: uppercase; }
.jk-project-archive-item b { color: #ffd24a; }
.jk-project-case-hero { position: relative; display: grid; min-height: clamp(540px, 56vw, 720px); align-items: end; overflow: hidden; background: #06264a; color: #fff; isolation: isolate; }
.jk-project-case-hero-image, .jk-project-case-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.jk-project-case-hero-image { z-index: -2; object-fit: cover; object-position: center; }
.jk-project-case-hero-shade { z-index: -1; background: rgba(4, 35, 66, .31); }
.jk-project-case-hero-content { padding-top: 100px; padding-bottom: 64px; }
.jk-project-case-back { display: inline-block; min-height: 44px; margin-bottom: 38px; color: #fff; font-family: var(--font-sans); font-size: 13px; font-weight: 700; letter-spacing: .4px; text-transform: uppercase; text-shadow: 0 2px 14px rgba(0, 28, 56, .9); }
.jk-project-case-hero-content > p { color: #ffd24a; text-shadow: 0 2px 14px rgba(0, 28, 56, .9); }
.jk-project-case-hero h1 { max-width: 1160px; margin: 14px 0 24px; color: #fff; font-family: var(--font-sans); font-size: clamp(52px, 5.5vw, 92px); line-height: .95; letter-spacing: 0; text-shadow: 0 3px 22px rgba(0, 28, 56, .88); text-transform: uppercase; }
.jk-project-case-voltage { display: inline-flex; min-height: 38px; align-items: center; padding: 8px 12px; border: 1px solid rgba(255, 255, 255, .62); background: rgba(4, 35, 66, .42); color: #fff; font-family: var(--font-sans); font-size: 13px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; }
.jk-project-case-facts { border-bottom: 1px solid #d6e8f3; background: #fff; }
.jk-project-case-facts-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.jk-project-case-facts-grid > div { display: grid; gap: 10px; min-height: 130px; align-content: center; padding: 24px; border-left: 1px solid #d6e8f3; }
.jk-project-case-facts-grid > div:last-child { border-right: 1px solid #d6e8f3; }
.jk-project-case-facts span { color: var(--blue); }
.jk-project-case-facts b { color: var(--ink); font-size: 16px; line-height: 1.35; }
.jk-project-case-summary { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); gap: clamp(44px, 8vw, 130px); align-items: start; padding-top: 100px; padding-bottom: 100px; }
.jk-project-case-summary h2, .jk-project-case-section-head h2, .jk-project-case-contact h2 { margin: 0; color: var(--ink); font-family: var(--font-sans); font-size: clamp(38px, 4vw, 56px); line-height: .98; letter-spacing: 0; text-transform: uppercase; }
.jk-project-case-summary-copy { max-width: 59ch; margin: 3px 0 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.jk-project-case-summary-copy > :first-child { margin-top: 0; }
.jk-project-case-summary-copy > :last-child { margin-bottom: 0; }
.jk-project-case-evidence { padding: 92px 0 104px; background: #f4fbff; }
.jk-project-case-section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 34px; }
.jk-project-case-section-head p { max-width: 420px; margin: 0; color: var(--muted); font-size: 16px; }
.jk-project-evidence-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.jk-project-evidence-grid figure { position: relative; margin: 0; overflow: hidden; background: #dceefa; }
.jk-project-evidence-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .55s cubic-bezier(.2, .8, .2, 1); }
.jk-project-evidence-grid figure:hover img { transform: scale(1.025); }
.jk-project-evidence-grid figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 13px 16px; background: linear-gradient(90deg, rgba(5, 33, 64, .86), rgba(5, 33, 64, .16)); color: #fff; font-family: var(--font-sans); font-size: 12px; font-weight: 700; letter-spacing: .45px; text-transform: uppercase; }
.jk-project-case-contact { padding: 72px 0; background: #06264a; }
.jk-project-case-contact > .jk-container { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.jk-project-case-contact h2 { color: #fff; }
.jk-project-case-contact p { max-width: 630px; margin: 15px 0 0; color: #c8e7f6; font-size: 17px; }
.jk-project-case-button { display: inline-flex; min-height: 46px; flex: 0 0 auto; align-items: center; justify-content: center; padding: 12px 20px; background: #ffd24a; color: #082f5d; font-family: var(--font-sans); font-size: 15px; font-weight: 700; letter-spacing: .1px; text-transform: uppercase; transition: transform .2s, background .2s; }
.jk-project-case-button:hover, .jk-project-case-button:focus-visible { background: #fff; transform: translateY(-2px); }
@media (max-width: 980px) { .jk-project-archive-display { grid-template-columns: repeat(2, minmax(0, 1fr)); } .jk-project-case-facts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .jk-project-case-facts-grid > div:nth-child(3) { border-top: 1px solid #d6e8f3; } .jk-project-case-summary { gap: 56px; } }
@media (max-width: 700px) { .jk-projects-archive-hero { min-height: 420px; padding: 78px 0 54px; } .jk-projects-archive-hero h1 { font-size: 42px; } .jk-projects-archive { padding: 20px 0 68px; } .jk-project-archive-display, .jk-project-evidence-grid { grid-template-columns: 1fr; } .jk-project-case-hero { min-height: 580px; } .jk-project-case-hero-content { padding-top: 72px; padding-bottom: 48px; } .jk-project-case-hero h1 { max-width: 100%; font-size: clamp(30px, 8.3vw, 38px); overflow-wrap: normal; word-break: normal; } .jk-project-case-summary { grid-template-columns: 1fr; gap: 26px; padding-top: 68px; padding-bottom: 68px; } .jk-project-case-summary-copy { font-size: 16px; } .jk-project-case-evidence { padding: 66px 0 72px; } .jk-project-case-section-head, .jk-project-case-contact > .jk-container { display: block; } .jk-project-case-section-head p { margin-top: 15px; } .jk-project-case-contact { padding: 58px 0; } .jk-project-case-button { width: 100%; margin-top: 28px; } }
@media (max-width: 520px) { .jk-project-case-facts-grid { grid-template-columns: 1fr; } .jk-project-case-facts-grid > div, .jk-project-case-facts-grid > div:last-child { min-height: 0; padding: 20px 0; border-right: 0; border-left: 0; border-top: 1px solid #d6e8f3; } .jk-project-case-facts-grid > div:first-child { border-top: 0; } .jk-project-case-facts-grid > div:nth-child(3) { border-top: 1px solid #d6e8f3; } }
@media (prefers-reduced-motion: reduce) { .jk-project-archive-item img, .jk-project-evidence-grid img, .jk-project-case-button { transition: none; } }

/* About: a project-facing company profile built from real operational evidence. */
.jk-about-page { color: #092f59; font-family: var(--font-sans); overflow: hidden; }
.jk-about-page :is(h1, h2, h3, p) { overflow-wrap: normal; word-break: normal; }
.jk-about-page + .online-contact { display: none; }
.jk-about-hero { position: relative; display: flex; min-height: 570px; align-items: end; overflow: hidden; padding: 92px 0 64px; background: #062b55; color: #fff; isolation: isolate; }
.jk-about-hero-image, .jk-about-hero-wash { position: absolute; inset: 0; width: 100%; height: 100%; }
.jk-about-hero-image { z-index: -2; object-fit: cover; object-position: center 48%; }
.jk-about-hero-wash { z-index: -1; background: linear-gradient(90deg, rgba(4, 37, 70, .86) 0%, rgba(4, 37, 70, .69) 42%, rgba(4, 37, 70, .2) 78%), linear-gradient(0deg, rgba(4, 37, 70, .52), transparent 62%); }
.jk-about-hero-copy { margin: 0 auto; }
.jk-about-kicker { margin: 0; color: #087fc2; font-family: var(--font-sans); font-size: 13px; font-weight: 700; letter-spacing: 1px; line-height: 1.25; text-transform: uppercase; }
.jk-about-hero .jk-about-kicker { color: #ffd24a; }
.jk-about-hero h1 { max-width: 1040px; margin: 13px 0 18px; color: #fff; font-family: var(--font-sans); font-size: clamp(44px, 4.7vw, 76px); font-weight: 700; letter-spacing: 0; line-height: 1.01; text-transform: uppercase; text-shadow: 0 3px 22px rgba(0, 28, 56, .72); }
.jk-about-hero-lead { max-width: 590px; margin: 0; color: #e5f3fb; font-size: 17px; line-height: 1.52; text-shadow: 0 2px 14px rgba(0, 28, 56, .72); }
.jk-about-hero-action { display: inline-flex; align-items: center; gap: 15px; margin-top: 27px; border-bottom: 1px solid #ffd24a; color: #fff; font-family: var(--font-sans); font-size: 15px; font-weight: 700; letter-spacing: .35px; line-height: 1.2; padding-bottom: 9px; text-transform: uppercase; }
.jk-about-hero-action span { color: #ffd24a; font-size: 20px; transition: transform .2s ease; }
.jk-about-hero-action:hover span, .jk-about-hero-action:focus-visible span { transform: translateY(4px); }
.jk-about-hero-caption { position: absolute; right: max(24px, calc((100vw - var(--content-max)) / 2)); bottom: 24px; max-width: 310px; margin: 0; color: rgba(255, 255, 255, .86); font-family: var(--font-sans); font-size: 12px; font-weight: 700; letter-spacing: .6px; text-align: right; text-shadow: 0 2px 12px rgba(0, 28, 56, .8); text-transform: uppercase; }
.jk-about-index { border-bottom: 1px solid #c5dce9; background: #fff; }
.jk-about-index > div { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.jk-about-index a { min-height: 67px; display: flex; align-items: center; padding: 14px 18px 14px 0; border-right: 1px solid #c5dce9; color: #275270; font-family: var(--font-sans); font-size: 13px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; }
.jk-about-index a + a { padding-left: 22px; }
.jk-about-index a:last-child { border-right: 0; }
.jk-about-index a:hover, .jk-about-index a:focus-visible { color: #087fc2; }
.jk-about-company { padding-top: 118px; padding-bottom: 110px; }
.jk-about-section-label { display: flex; gap: 12px; align-items: center; }
.jk-about-section-label span { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid #087fc2; border-radius: 50%; color: #087fc2; font-family: var(--font-sans); font-size: 12px; font-weight: 700; }
.jk-about-section-label p { margin: 0; color: #087fc2; font-family: var(--font-sans); font-size: 13px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.jk-about-company-layout { display: grid; grid-template-columns: minmax(350px, .92fr) minmax(0, 1.18fr); gap: clamp(52px, 7vw, 112px); align-items: center; }
.jk-about-story-image { position: relative; margin: 0; background: #d9edf8; }
.jk-about-story-image::after { position: absolute; inset: 0; border: 1px solid rgba(9, 47, 89, .12); content: ''; pointer-events: none; }
.jk-about-story-image img { width: 100%; aspect-ratio: 1.5; object-fit: cover; object-position: center 48%; }
.jk-about-story-image figcaption { max-width: 31ch; margin: 13px 0 0; color: #4e6e89; font-size: 13px; line-height: 1.45; }
.jk-about-company-copy { max-width: 645px; }
.jk-about-company-copy h2, .jk-about-method h2, .jk-about-team h2, .jk-about-scope h2, .jk-about-conversation h2 { margin: 13px 0 25px; color: #082f5c; font-family: var(--font-sans); font-size: clamp(38px, 4vw, 56px); font-weight: 700; letter-spacing: 0; line-height: 1.01; text-transform: uppercase; }
.jk-about-company-copy a { color: #087fc2; font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.jk-about-company-copy > p:not(.jk-about-kicker) { max-width: 615px; margin: 0 0 18px; color: #355b78; font-size: 17px; line-height: 1.67; }
.jk-about-photo-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(10px, 1.4vw, 22px); margin-top: 72px; }
.jk-about-photo-strip figure { min-width: 0; margin: 0; }
.jk-about-photo-strip img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; background: #d9edf8; }
.jk-about-photo-strip figure:nth-child(1) img { object-position: center 42%; }
.jk-about-photo-strip figure:nth-child(4) img { object-position: center 56%; }
.jk-about-photo-strip figcaption { margin-top: 10px; color: #315b78; font-family: var(--font-sans); font-size: 13px; font-weight: 700; letter-spacing: .25px; text-transform: uppercase; }
.jk-about-facts { background: #082f5c; }
.jk-about-facts-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(24px, 5vw, 82px); }
.jk-about-facts-grid > div { min-height: 190px; display: grid; align-content: center; gap: 13px; padding: 34px 0; }
.jk-about-facts strong { color: #ffd24a; font-family: var(--font-sans); font-size: 58px; font-weight: 700; line-height: .82; }
.jk-about-facts strong span { font-size: 28px; vertical-align: top; }
.jk-about-facts p { max-width: 19ch; margin: 0; color: #e1f0f8; font-size: 14px; font-weight: 700; line-height: 1.4; }
.jk-about-method { padding: 120px 0 128px; background: #fff; }
.jk-about-method-heading { display: grid; grid-template-columns: .5fr 1.18fr .68fr; gap: 40px; align-items: end; }
.jk-about-method-heading h2 { max-width: 620px; margin-bottom: 0; }
.jk-about-method-summary { max-width: 330px; margin: 0 0 5px; color: #4e6e89; font-size: 16px; line-height: 1.58; }
.jk-about-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 55px 0 0; padding: 0; border-top: 2px solid #082f5c; list-style: none; }
.jk-about-steps li { min-height: 253px; padding: 22px 26px 16px 0; border-right: 1px solid #c5dce9; }
.jk-about-steps li + li { padding-left: 24px; }
.jk-about-steps li:last-child { border-right: 0; }
.jk-about-steps > li > span { display: block; color: #087fc2; font-family: var(--font-sans); font-size: 13px; font-weight: 700; letter-spacing: .8px; }
.jk-about-steps h3 { margin: 42px 0 12px; color: #082f5c; font-family: var(--font-sans); font-size: 25px; line-height: 1.02; text-transform: uppercase; }
.jk-about-steps p { margin: 0; color: #4e6e89; font-size: 14px; line-height: 1.55; }
.jk-about-team { padding: 118px 0 125px; background: #edf8fe; }
.jk-about-team-heading { margin-bottom: 52px; text-align: center; }
.jk-about-team-heading-main { max-width: 720px; margin: 0 auto; }
.jk-about-team-heading h2 { max-width: 650px; margin: 0 auto 16px; }
.jk-about-team-heading-main > p { max-width: 670px; margin: 0 auto; color: #4e6e89; font-size: 17px; line-height: 1.55; }
.jk-about-team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.jk-about-profile { display: grid; min-width: 0; grid-template-columns: minmax(230px, 1fr) minmax(0, 1.12fr); border: 1px solid #bdd9e9; background: #fff; }
.jk-about-profile-tertiary { width: calc(50% - 11px); grid-column: 1 / -1; justify-self: center; }
.jk-about-profile-image { aspect-ratio: 1 / 1; min-height: 0; background: #bfddec; overflow: hidden; }
.jk-about-profile-primary .jk-about-profile-image,
.jk-about-profile-secondary .jk-about-profile-image { align-self: center; }
.jk-about-profile-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.jk-about-profile-placeholder { display: grid; place-items: center; background: #0a315f; color: #fff; }
.jk-about-profile-placeholder span { font-family: var(--font-sans); font-size: clamp(36px, 4vw, 52px); font-weight: 700; text-transform: uppercase; }
.jk-about-profile-copy { display: grid; min-height: 0; align-content: center; padding: 34px clamp(25px, 3vw, 44px); }
.jk-about-profile-number { color: #087fc2; font-family: var(--font-sans); font-size: 12px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; }
.jk-about-profile h3 { margin: 0; color: #082f5c; font-family: var(--font-sans); font-size: 40px; font-weight: 700; line-height: 1; text-transform: uppercase; }
.jk-about-role { margin: 8px 0 23px; color: #087fc2; font-family: var(--font-sans); font-size: 16px; font-weight: 700; letter-spacing: .2px; text-transform: uppercase; }
.jk-about-profile-intro { margin: 0; color: #4e6e89; font-size: 15px; line-height: 1.6; }
.jk-about-contact-links { display: grid; gap: 0; margin-top: 12px; border-top: 1px solid #c5dce9; }
.jk-about-contact-links a { display: flex; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid #c5dce9; color: #153f63; font-size: 13px; font-weight: 700; line-height: 1.3; }
.jk-about-contact-links a span { color: #087fc2; font-size: 16px; }
.jk-about-contact-links a:hover, .jk-about-contact-links a:focus-visible { color: #087fc2; }
.jk-about-scope { padding: 102px 0 108px; background: #fff; }
.jk-about-scope-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(50px, 9vw, 150px); align-items: start; }
.jk-about-scope h2 { max-width: 525px; margin-bottom: 0; }
.jk-about-scope ul { margin: 0; padding: 0; border-top: 2px solid #082f5c; list-style: none; }
.jk-about-scope li { display: grid; grid-template-columns: 65px 1fr; gap: 20px; align-items: baseline; padding: 24px 0; border-bottom: 1px solid #c5dce9; }
.jk-about-scope li span { color: #087fc2; font-family: var(--font-sans); font-size: 13px; font-weight: 700; letter-spacing: .8px; }
.jk-about-scope li p { margin: 0; color: #173e61; font-size: 20px; font-weight: 700; line-height: 1.3; }
.jk-about-conversation { padding: 107px 0 112px; background: #062b55; color: #fff; }
.jk-about-conversation .jk-about-kicker { color: #ffd24a; }
.jk-about-conversation h2 { max-width: 910px; margin-top: 18px; color: #fff; font-size: clamp(53px, 5.55vw, 88px); }
.jk-about-conversation > .jk-container > p:not(.jk-about-kicker) { max-width: 575px; margin: 0; color: #c9e6f6; font-size: 18px; line-height: 1.55; }
.jk-about-conversation-action { display: inline-flex; align-items: center; gap: 17px; margin-top: 34px; padding: 15px 21px; background: #ffd24a; color: #082f5c; font-family: var(--font-sans); font-size: 16px; font-weight: 700; letter-spacing: .3px; text-transform: uppercase; transition: background .2s ease, transform .2s ease; }
.jk-about-conversation-action span { font-size: 22px; line-height: .7; }
.jk-about-conversation-action:hover, .jk-about-conversation-action:focus-visible { background: #fff; transform: translateY(-2px); }
@media (max-width: 1040px) { .jk-about-method-heading { grid-template-columns: .35fr 1fr; } .jk-about-method-summary { grid-column: 2; max-width: 500px; } .jk-about-company-layout { gap: 55px; } }
@media (max-width: 980px) { .jk-about-team-grid { grid-template-columns: 1fr; } .jk-about-profile-tertiary { width: 100%; grid-column: auto; } .jk-about-profile { grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); } }
@media (max-width: 760px) { .jk-about-hero { min-height: 520px; padding: 72px 0 48px; } .jk-about-hero-image { object-position: 57% center; } .jk-about-hero-wash { background: linear-gradient(90deg, rgba(4, 37, 70, .89) 0%, rgba(4, 37, 70, .68) 72%, rgba(4, 37, 70, .42) 100%), linear-gradient(0deg, rgba(4, 37, 70, .64), transparent 66%); } .jk-about-hero h1 { max-width: 335px; font-size: clamp(45px, 12.8vw, 58px); line-height: .93; } .jk-about-hero-lead { max-width: 330px; font-size: 16px; } .jk-about-hero-caption { display: none; } .jk-about-index { overflow-x: auto; } .jk-about-index > div { width: max-content; min-width: 100%; } .jk-about-index a { min-width: 182px; min-height: 59px; } .jk-about-company, .jk-about-method, .jk-about-team, .jk-about-scope { padding-top: 72px; padding-bottom: 74px; } .jk-about-company-layout, .jk-about-scope-layout { grid-template-columns: 1fr; gap: 35px; } .jk-about-story-image img { aspect-ratio: 3 / 2; } .jk-about-company-copy h2, .jk-about-method h2, .jk-about-team h2, .jk-about-scope h2 { font-size: 46px; } .jk-about-company-copy > p:not(.jk-about-kicker) { font-size: 16px; } .jk-about-photo-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 12px; margin-top: 48px; } .jk-about-facts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 22px; } .jk-about-facts-grid > div { min-height: 150px; padding: 25px 0; } .jk-about-facts strong { font-size: 47px; } .jk-about-method-heading { display: block; } .jk-about-method-heading > div:last-of-type { margin-top: 22px; } .jk-about-method-summary { margin-top: 18px; } .jk-about-steps { grid-template-columns: 1fr; margin-top: 38px; } .jk-about-steps li, .jk-about-steps li + li { display: grid; grid-template-columns: 45px 1fr; gap: 15px; min-height: 0; padding: 23px 0; border-right: 0; border-bottom: 1px solid #c5dce9; } .jk-about-steps h3 { margin: 0 0 10px; font-size: 24px; } .jk-about-profile { grid-template-columns: 1fr; } .jk-about-profile-image { aspect-ratio: 1 / 1; } .jk-about-profile-copy { min-height: 0; padding: 30px 25px 32px; } .jk-about-profile h3 { font-size: 49px; } .jk-about-scope li p { font-size: 18px; } .jk-about-conversation { padding: 76px 0 82px; } .jk-about-conversation h2 { font-size: clamp(50px, 13.8vw, 67px); } .jk-about-conversation > .jk-container > p:not(.jk-about-kicker) { font-size: 16px; } }
@media (max-width: 520px) { .jk-about-photo-strip { grid-template-columns: 1fr; } .jk-about-photo-strip img { aspect-ratio: 16 / 10; } }
@media (max-width: 760px) { .jk-about-hero h1 { font-size: 42px; line-height: 1.01; } .jk-about-company-copy h2, .jk-about-method h2, .jk-about-team h2, .jk-about-scope h2, .jk-about-conversation h2 { font-size: 40px; line-height: .98; } .jk-about-facts strong { font-size: 45px; } .jk-about-profile h3 { font-size: 40px; line-height: 1; } }
@media (prefers-reduced-motion: reduce) { .jk-about-hero-action span, .jk-about-conversation-action { transition: none; } }
@media (max-width: 1320px) and (min-width: 1041px) { .jk-header { gap: 18px; } .jk-nav ul { gap: 16px; } .jk-header-cta { min-width: 170px; padding-right: 16px; padding-left: 16px; font-size: 12px; } }
@media (max-width: 1040px) { .jk-nav ul { gap: 12px; } .jk-header { gap: 14px; } .jk-logo { flex-basis: 140px; } .jk-logo img { width: 136px; } .jk-product-grid, .jk-why-grid { grid-template-columns: repeat(2, 1fr); } .jk-stats-grid { grid-template-columns: repeat(3, 1fr); } .jk-stat:nth-child(3) { border-right: 0; } .jk-footer-main { grid-template-columns: repeat(2, 1fr); } .jk-listing-grid, .jk-product-archive .products { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) { .jk-container { width: min(100% - 36px, 540px); } .jk-utility, .jk-header { width: calc(100% - 36px); } .jk-utility { display: none; } .jk-header { min-height: 82px; } .jk-logo { flex: 1; } .jk-logo img { width: 145px; } .jk-nav, .jk-header-cta { display: none; } .jk-header::after { width: 30px; height: 20px; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); content: ""; } .jk-header::before { position: absolute; right: 36px; width: 30px; height: 2px; background: var(--ink); content: ""; } .jk-hero, .jk-hero-content { min-height: 620px; } .jk-hero::after { background: rgba(238, 249, 255, .84); } .jk-hero h1 { font-size: 48px; } .jk-section { padding: 65px 0; } .jk-section-head, .jk-route-inner { display: block; } .jk-section-head .jk-link, .jk-route .jk-button { display: inline-flex; margin-top: 18px; } .jk-product-grid, .jk-why-grid, .jk-blog-grid, .jk-split, .jk-footer-main, .jk-listing-grid, .jk-product-archive .products { grid-template-columns: 1fr; } .jk-stats-grid { grid-template-columns: repeat(2, 1fr); } .jk-stat:nth-child(3) { border-right: 1px solid rgba(255,255,255,.25); } .jk-stat:nth-child(even) { border-right: 0; } .jk-split-media { min-height: 280px; order: -1; } .jk-footer-bottom { display: block; } .jk-footer-bottom div { margin-top: 12px; } .jk-footer-contact-details { grid-template-columns: 1fr 1fr; width: calc(100% - 36px); } .jk-footer-location { grid-column: 1 / -1; } }

@media (max-width: 1040px) and (min-width: 721px) { .jk-header .jk-language-menu { display: none; } }
@media (max-width: 720px) { .jk-header .jk-language-switcher { min-width: 66px; min-height: 40px; } .jk-header .jk-language-options { right: -36px; } }
@media (max-width: 782px) { .admin-bar .jk-header { top: 46px; } body:not(.home) :target { scroll-margin-top: 98px; } }
@media (max-width: 600px) { .admin-bar .jk-header { top: 0; } }

/* One-family typography system: headings inherit the same Manrope family at every route. */
body :is(h1, h2, h3, h4, h5, h6) { font-family: var(--font-sans) !important; font-weight: 800 !important; letter-spacing: 0 !important; }

