/*
Theme Name: JIKE OFFICE 2026
Theme URI: https://www.jikeoffics.com
Author: JIKE-OFFICE
Description: 即刻办公企业官网专属主题
Version: 1.10.2
Text Domain: jikeoffice
*/

:root {
  --ink: #10213e;
  --navy: #0b1b36;
  --blue: #3779e9;
  --blue-2: #69a0f4;
  --pale: #eff5ff;
  --line: #dce7f8;
  --muted: #5f6f86;
  --white: #fff;
  --shadow: 0 18px 55px rgba(20, 61, 121, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; line-height: 1.75; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(8, 25, 52, .94); color: #fff; backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.1); }
.header-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand-logo { display: block; width: 190px; max-width: 38vw; height: auto; }
.nav { display: flex; align-items: center; gap: 18px; font-size: 13px; }
.nav ul { display: flex; align-items: center; gap: 18px; margin: 0; padding: 0; list-style: none; }
.nav li { position: relative; }
.nav a { color: #dfeaff; transition: .2s ease; white-space: nowrap; }
.nav a:hover { color: #fff; }
.nav .sub-menu { position: absolute; left: -18px; top: calc(100% + 16px); display: grid; min-width: 170px; gap: 0; padding: 10px; visibility: hidden; opacity: 0; transform: translateY(6px); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: #10284d; box-shadow: var(--shadow); transition: .2s ease; }
.nav .sub-menu::before { content: ""; position: absolute; left: 0; right: 0; top: -18px; height: 18px; }
.nav li:hover > .sub-menu, .nav li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.nav .sub-menu a { display: block; padding: 8px 10px; }
.nav-actions { display: flex; align-items: center; gap: 8px; }
.nav .nav-cta { padding: 9px 13px; border-radius: 999px; color: #fff; background: var(--blue); }
.nav .owner-cta { color: #dce9ff; border: 1px solid rgba(255,255,255,.35); background: transparent; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 12px; color: #fff; background: rgba(255,255,255,.1); }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: currentColor; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.hero { position: relative; overflow: hidden; color: #fff; background-image: linear-gradient(105deg, rgba(5,21,45,.96) 0%, rgba(12,44,91,.88) 48%, rgba(35,91,174,.62) 100%), url("assets/homepage/hero-office-lounge.jpg"); background-size: cover; background-position: center 58%; }
.hero::before, .hero::after { content: ""; position: absolute; transform: rotate(-28deg); border-radius: 36px; background: rgba(255,255,255,.08); }
.hero::before { width: 760px; height: 220px; left: -210px; top: 70px; }
.hero::after { width: 800px; height: 300px; right: -260px; bottom: -120px; }
.hero-inner { position: relative; z-index: 2; min-height: 600px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 60px; padding: 92px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: #bcd5ff; font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.hero h1, .page-hero h1 { margin: 0 0 22px; line-height: 1.08; letter-spacing: -.04em; font-size: clamp(42px, 6vw, 78px); }
.hero p { max-width: 720px; margin: 0 0 34px; color: #d9e7ff; font-size: 20px; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; }
.button.primary { color: #0a1d3b; background: #fff; }
.button.secondary { color: #fff; border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.08); }
.hero-panel { position: relative; padding: 34px; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background: rgba(255,255,255,.1); box-shadow: 0 30px 80px rgba(0,0,0,.22); backdrop-filter: blur(15px); }
.hero-panel strong { display: block; font-size: 38px; }
.hero-panel span { color: #d9e7ff; }
.hero-feature { min-height: 420px; display: grid; align-content: end; padding: 30px; border: 1px solid rgba(255,255,255,.18); border-radius: 28px; background-image: linear-gradient(145deg, rgba(4,20,45,.04), rgba(4,20,45,.82)), url("assets/homepage/jingjin-exterior.jpg"); background-position: center; background-size: cover; box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.hero-feature b { font-size: 28px; }
.hero-feature small { color: #d9e7ff; }
.metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 22px; }
.metric { padding: 18px; border-radius: 16px; background: rgba(5,22,48,.34); }
.metric b { display: block; color: #fff; font-size: 25px; }

.section { padding: 92px 0; }
.section.pale { background: var(--pale); }
.section-head { max-width: 760px; margin-bottom: 42px; }
.section-head h2 { margin: 0 0 14px; line-height: 1.2; font-size: clamp(30px, 4vw, 48px); }
.section-head p { margin: 0; color: var(--muted); font-size: 17px; }
.grid { display: grid; gap: 22px; }
.grid.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0,1fr)); }
.card { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 28px rgba(31,78,143,.05); transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card .num { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 20px; border-radius: 13px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue-2)); font-weight: 900; }
.card h3 { margin: 0 0 10px; font-size: 22px; }
.card p { margin: 0; color: var(--muted); }
.card .more { display: inline-block; margin-top: 18px; color: var(--blue); font-weight: 800; }

.band { padding: 54px 0; color: #fff; background: var(--navy); }
.band-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.band b { display: block; color: #fff; font-size: 32px; }
.band span { color: #aebfd9; font-size: 14px; }
.partner-wall { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.partner-logo { min-height: 104px; display: grid; place-items: center; padding: 18px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.partner-logo img { width: 100%; height: 58px; object-fit: contain; filter: none; opacity: 1; transition: transform .2s ease; }
.partner-logo:hover img { transform: scale(1.04); }

/* Reference-site inspired secondary-page framework. Content remains editable. */
.framework-sub-banner { height: clamp(300px, 29vw, 520px); background: #eef0f3; }
.framework-sub-banner .framework-image-placeholder { height: 100%; min-height: 0; border: 0; border-radius: 0; }
.reference-feature { display: grid; grid-template-columns: 1.25fr .75fr; gap: 44px; align-items: center; margin-bottom: 70px; padding: 34px; background: #f5f6f8; }
.reference-feature h2 { margin: 12px 0 24px; font-size: 28px; font-weight: 500; }
.reference-feature small { color: #ad2428; letter-spacing: .18em; }
.reference-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 34px 28px; }
.reference-card { overflow: hidden; border: 1px solid #e2e5e9; background: #fff; transition: transform .25s ease, box-shadow .25s ease; }
.reference-card:hover { transform: translateY(-7px); box-shadow: 0 20px 42px rgba(20,35,60,.12); }
.reference-card-copy { padding: 24px 24px 28px; }
.reference-card-copy time, .reference-card-copy small { color: #9a9fa7; font-size: 12px; }
.reference-card-copy h2 { margin: 10px 0 20px; font-size: 20px; font-weight: 500; }
.reference-card-copy p { color: #6e7682; }
.reference-card-copy a { display: inline-block; margin-top: 20px; color: #ad2428; font-weight: 700; }
.reference-pagination { display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 58px; }
.reference-pagination a, .reference-pagination span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #d7dbe1; color: #4c5360; }
.reference-pagination span { color: #fff; border-color: #ad2428; background: #ad2428; }

/* Reference news, culture and industry listing layouts. */
.reference-news-section-title { min-height: 115px; display: flex; align-items: center; background: #fff; }
.reference-news-section-title.is-light { background: #f4f5f7; }
.reference-news-section-title .wrap { display: flex; align-items: center; gap: 22px; }
.reference-news-section-title h1 { margin: 0; color: #252a31; font-size: 26px; line-height: 1.2; font-weight: 500; }
.reference-news-section-title i { width: 54px; height: 1px; display: block; background: #2f73d9; }
.reference-news-feature-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); padding-top: 40px; padding-bottom: 30px; }
.reference-news-feature-card { min-width: 0; }
.reference-news-feature-card a { display: block; color: #252a31; }
.reference-news-feature-card .framework-image-placeholder { height: 285px; min-height: 0; border: 0; border-radius: 0; border-right: 1px solid #fff; background: #e9ebee; transition: transform .35s ease, filter .35s ease; }
.reference-news-feature-card h2 { height: 62px; margin: 0; display: flex; align-items: center; padding: 0 24px; overflow: hidden; border-right: 1px solid #e1e4e8; background: #fff; font-size: 17px; line-height: 1.6; font-weight: 400; }
.reference-news-feature-card:hover .framework-image-placeholder { transform: translateY(-5px); filter: brightness(.96); }
.reference-news-feature-card:hover h2 { color: #2f73d9; }
.reference-news-list { padding-top: 0; }
.reference-news-row { margin: 0 12px; border-bottom: 1px solid #e1e3e6; }
.reference-news-row > a { min-height: 228px; display: grid; grid-template-columns: 188px 1fr; color: #858b95; }
.reference-news-row time { display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid #e1e3e6; color: #a5aab1; font-style: normal; }
.reference-news-row time b { margin-bottom: 18px; color: #2f73d9; font-size: 28px; line-height: 1; font-weight: 400; }
.reference-news-row time span { font-size: 16px; }
.reference-news-row a > div { display: flex; flex-direction: column; justify-content: center; padding: 34px 52px; }
.reference-news-row h2 { margin: 0 0 22px; color: #353a42; font-size: 22px; line-height: 1.45; font-weight: 400; transition: color .2s ease; }
.reference-news-row p { max-width: 820px; margin: 0; overflow: hidden; color: #8a9099; font-size: 15px; line-height: 1.9; }
.reference-news-row:hover h2 { color: #2f73d9; }
.reference-news-row:hover a > div { transform: translateX(7px); transition: transform .25s ease; }
.reference-news-list + .reference-pagination { margin: 64px 0 86px; }
.wechat-article-cover { background-position: center; background-repeat: no-repeat; background-size: cover; }
.wechat-article-cover span:empty { display: none; }
.wechat-source-link { margin-top: 36px; padding-top: 18px; border-top: 1px solid #e1e4e8; }
.reference-timeline { position: relative; display: grid; gap: 46px; padding-left: 210px; }
.reference-timeline::before { content: ""; position: absolute; left: 150px; top: 12px; bottom: 12px; width: 1px; background: #cfd4db; }
.reference-timeline-item { position: relative; display: grid; grid-template-columns: 120px 1fr; gap: 40px; }
.reference-timeline-item > b { position: absolute; right: calc(100% + 74px); top: 4px; color: #ad2428; font-size: 28px; font-weight: 500; }
.reference-timeline-item > b::after { content: ""; position: absolute; right: -26px; top: 15px; width: 11px; height: 11px; border-radius: 50%; background: #ad2428; }
.reference-timeline-item > div { grid-column: 2; padding: 28px; border: 1px solid #e0e4e9; background: #fff; }
.reference-timeline-item h2 { margin: 22px 0; font-size: 23px; font-weight: 500; }
.reference-filter { display: flex; gap: 18px; align-items: end; margin-bottom: 54px; padding: 24px; background: #f4f5f7; }
.reference-filter label { flex: 1 1 0; display: grid; gap: 8px; color: #59616d; font-size: 13px; }
.reference-filter input, .reference-filter select, .reference-form input, .reference-form select, .reference-form textarea { width: 100%; min-height: 46px; padding: 10px 13px; border: 1px solid #d4d9df; border-radius: 0; color: #333; background: #fff; font: inherit; }
.reference-filter button, .reference-form button { min-height: 46px; padding: 0 28px; border: 0; color: #fff; background: #ad2428; font: inherit; font-weight: 700; cursor: pointer; }
.reference-step-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid #dfe3e8; border-left: 1px solid #dfe3e8; }
.reference-step { min-height: 240px; padding: 30px 26px; border-right: 1px solid #dfe3e8; border-bottom: 1px solid #dfe3e8; background: #fff; }
.reference-step b { color: #ad2428; font-size: 30px; font-weight: 400; }
.reference-step h2 { margin: 28px 0 12px; font-size: 20px; font-weight: 500; }
.reference-step p { margin: 0; color: #7d8590; }
.reference-logo-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); border-top: 1px solid #e0e4e9; border-left: 1px solid #e0e4e9; }
.reference-logo-slot { min-height: 110px; display: grid; place-items: center; padding: 16px; border-right: 1px solid #e0e4e9; border-bottom: 1px solid #e0e4e9; color: #9aa1aa; background: #fff; text-align: center; font-size: 12px; }
.reference-platforms { display: grid; gap: 60px; }
.reference-platforms article { position: relative; display: grid; grid-template-columns: 90px 1fr 1fr; gap: 32px; align-items: center; padding-bottom: 60px; border-bottom: 1px solid #e0e4e9; }
.reference-platforms article > b { align-self: start; color: #ad2428; font-size: 28px; font-weight: 500; }
.reference-platforms h2 { margin: 0 0 20px; font-size: 28px; font-weight: 500; }
.reference-tag-row { display: flex; flex-wrap: wrap; gap: 10px; }
.reference-tag-row span { padding: 7px 12px; color: #646c78; background: #f2f4f6; font-size: 13px; }
.reference-form { padding: 36px; background: #f4f5f7; }
.reference-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.reference-form label { display: grid; gap: 8px; color: #59616d; font-size: 13px; }
.reference-form label.wide { grid-column: 1 / -1; }
.reference-form textarea { resize: vertical; }
.reference-form button { margin-top: 24px; }
.reference-form > p { margin: 14px 0 0; color: #9299a3; font-size: 12px; }
.reference-contact-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 36px; }
.reference-contact-grid aside { padding: 36px; color: #d9e2ef; background: #0c213f; }
.reference-contact-grid aside h2 { margin-top: 0; color: #fff; }
.reference-contact-grid aside .framework-qr-placeholder { margin-top: 28px; color: #c5d1e1; border-color: #71839d; background: rgba(255,255,255,.06); }
.reference-job-list { display: grid; border-top: 1px solid #dde1e6; }
.reference-job-list article { display: grid; grid-template-columns: 250px 1fr 120px; gap: 30px; align-items: center; padding: 30px 8px; border-bottom: 1px solid #dde1e6; }
.reference-job-list h2 { margin: 4px 0 0; font-size: 21px; font-weight: 500; }
.reference-job-list p { margin: 0; color: #747c87; }
.reference-job-list a { color: #ad2428; font-weight: 700; text-align: right; }

@media (max-width: 960px) {
  .reference-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .reference-step-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .reference-logo-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .reference-platforms article { grid-template-columns: 64px 1fr; }
  .reference-platforms article > :last-child { grid-column: 2; }
  .reference-contact-grid { grid-template-columns: 1fr; }
  .reference-job-list article { grid-template-columns: 180px 1fr; }
  .reference-job-list a { grid-column: 2; text-align: left; }
  .reference-news-feature-card .framework-image-placeholder { height: 230px; }
}

@media (max-width: 640px) {
  .framework-sub-banner { height: 280px; }
  .reference-feature, .reference-card-grid, .reference-form-grid { grid-template-columns: 1fr; }
  .reference-filter { display: grid; }
  .reference-step-grid, .reference-logo-grid { grid-template-columns: 1fr 1fr; }
  .reference-timeline { padding-left: 48px; }
  .reference-timeline::before { left: 18px; }
  .reference-timeline-item { display: block; }
  .reference-timeline-item > b { position: relative; right: auto; display: block; margin-bottom: 12px; }
  .reference-timeline-item > b::after { left: -35px; right: auto; }
  .reference-platforms article, .reference-job-list article { display: grid; grid-template-columns: 1fr; }
  .reference-platforms article > :last-child, .reference-job-list a { grid-column: 1; }
  .reference-news-section-title { min-height: 92px; }
  .reference-news-feature-grid { grid-template-columns: 1fr; gap: 24px; }
  .reference-news-feature-card .framework-image-placeholder { height: 260px; border-right: 0; }
  .reference-news-feature-card h2 { border: 1px solid #e1e4e8; border-top: 0; }
  .reference-news-row { margin: 0; }
  .reference-news-row > a { min-height: 180px; grid-template-columns: 98px 1fr; }
  .reference-news-row a > div { padding: 26px 22px; }
  .reference-news-row h2 { margin-bottom: 12px; font-size: 19px; }
  .reference-news-row time b { font-size: 20px; }
}
.partner-note { margin-top: 18px; color: var(--muted); font-size: 13px; }

.page-hero { padding: 90px 0 72px; color: #fff; background: linear-gradient(135deg, #0a1c39, #285da9 58%, #5590eb); }
.page-hero h1 { font-size: clamp(38px, 5vw, 64px); }
.page-hero p { max-width: 820px; margin: 0; color: #d9e7ff; font-size: 19px; }
.content { padding: 76px 0 100px; }
.content h2 { margin: 56px 0 18px; line-height: 1.25; font-size: 34px; }
.content h2:first-child { margin-top: 0; }
.content h3 { margin: 32px 0 12px; font-size: 23px; }
.content p, .content li { color: #42536b; font-size: 17px; }
.content ul { padding-left: 1.3em; }
.content .lead { color: var(--ink); font-size: 21px; }
.facts { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; margin: 28px 0 44px; }
.fact { padding: 22px; border-radius: 18px; background: var(--pale); }
.fact b { display: block; color: var(--blue); font-size: 25px; }
.fact span { color: var(--muted); font-size: 14px; }
.quote { margin: 38px 0; padding: 28px 32px; border-left: 5px solid var(--blue); border-radius: 0 18px 18px 0; background: var(--pale); font-size: 20px; font-weight: 700; }
.faq { margin: 22px 0; padding: 26px 28px; border: 1px solid var(--line); border-radius: 18px; }
.faq h3 { margin-top: 0; }
.project-strip { display: grid; grid-template-columns: 1.2fr .8fr; gap: 30px; align-items: center; padding: 34px; border-radius: 24px; color: #fff; background: linear-gradient(135deg, #0d2549, #3c7fe4); }

.cta { padding: 72px 0; color: #fff; background: linear-gradient(135deg, #2d6ed7, #6ba2f1); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta h2 { margin: 0 0 8px; font-size: 36px; }
.cta p { margin: 0; color: #e5efff; }
.site-footer { padding: 52px 0 32px; color: #b6c5dc; background: #08172e; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 60px; }
.site-footer h3 { color: #fff; }
.footer-logo { display: block; width: auto; height: 88px; margin-bottom: 16px; filter: brightness(0) invert(1); }
.site-footer a { display: block; margin: 7px 0; }
.copyright { margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 13px; }

.archive-content { background: #f8fbff; }
.archive-intro { max-width: 760px; margin-bottom: 34px; }
.archive-intro h2 { margin-top: 0; }
.content-card { padding: 0; overflow: hidden; }
.card-image { display: grid; place-items: center; min-height: 210px; color: #fff; background: linear-gradient(135deg, #10294e, #3f7ed9); }
.card-image img { width: 100%; height: 230px; object-fit: cover; }
.card-image span { font-size: 24px; font-weight: 900; letter-spacing: .12em; }
.card-body { padding: 26px; }
.card-body h2 { margin: 0 0 10px; font-size: 24px; }
.card-kicker { margin: 0 0 8px !important; color: var(--blue) !important; font-size: 13px !important; font-weight: 800; }
.featured-visual { margin: -30px 0 42px; overflow: hidden; border-radius: 24px; box-shadow: var(--shadow); }
.featured-visual img { display: block; width: 100%; max-height: 620px; object-fit: cover; }
.project-gallery-section { margin-top: 56px; }
.project-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.project-gallery figure { margin: 0; overflow: hidden; border-radius: 16px; background: #edf2f5; aspect-ratio: 4 / 3; }
.project-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.project-gallery figure:hover img { transform: scale(1.025); }
.detail-grid { display: grid; grid-template-columns: 320px minmax(0, 1fr); gap: 54px; align-items: start; }
.detail-panel { position: sticky; top: 102px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: var(--pale); }
.detail-panel h2 { margin: 0 0 20px; font-size: 25px; }
.detail-panel dl { margin: 0; }
.detail-panel dt { margin-top: 14px; color: var(--muted); font-size: 13px; }
.detail-panel dd { margin: 3px 0 0; font-weight: 700; }
.detail-content h2:first-child { margin-top: 0; }
.verified-note { margin-top: 48px !important; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted) !important; font-size: 13px !important; }
.source-note { margin-top: 42px !important; padding: 16px 18px; border-radius: 12px; color: var(--muted) !important; background: var(--pale); font-size: 13px !important; }
.narrow { max-width: 850px; }

.about-hero { min-height: 470px; display: flex; align-items: flex-end; padding: 90px 0 72px; color: #fff; background-image: linear-gradient(90deg, rgba(4,20,45,.94), rgba(16,52,104,.64)), url("assets/homepage/jingjin-exterior.jpg"); background-position: center; background-size: cover; }
.about-hero p { max-width: 760px; margin: 0; color: #d9e7ff; font-size: 19px; }
.about-story { display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; }
.about-story h2 { margin-top: 0; font-size: clamp(34px, 4vw, 52px); }
.about-story-visual { min-height: 520px; border-radius: 6px; background-image: linear-gradient(180deg, rgba(7,28,59,.04), rgba(7,28,59,.18)), url("assets/homepage/hero-office-lounge.jpg"); background-position: center; background-size: cover; box-shadow: var(--shadow); }
.about-kicker { color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.about-stats { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1px; margin-top: 36px; background: var(--line); }
.about-stat { min-height: 190px; padding: 34px 28px; background: #fff; }
.about-stat span { display: block; color: var(--muted); font-size: 13px; }
.about-stat b { display: block; margin: 8px 0; color: var(--blue); font-size: clamp(28px, 3vw, 42px); }
.about-stat p { margin: 0; color: var(--muted); font-size: 14px; }
.about-values { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; }
.about-value-list { border-top: 1px solid var(--line); }
.about-value { display: grid; grid-template-columns: 130px 1fr; gap: 26px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.about-value b { color: var(--blue); }
.about-value p { margin: 0; }
.direct-answer { margin: 0 0 40px; padding: 30px; border-radius: 20px; background: linear-gradient(135deg, #eaf2ff, #f8fbff); }
.direct-answer span { color: var(--blue); font-weight: 900; }
.direct-answer p { margin-bottom: 0; color: var(--ink); font-size: 21px; }
.knowledge-groups { display: grid; gap: 58px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-row { display: grid; grid-template-columns: 100px 1fr auto; gap: 20px; align-items: center; padding: 22px 8px; border-bottom: 1px solid var(--line); }
.faq-row span { color: var(--blue); font-size: 13px; font-weight: 800; }
.faq-row strong { font-size: 19px; }
.faq-row em { color: var(--muted); font-style: normal; }
.jike-inquiry-form { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 14px 38px rgba(31,78,143,.08); }
.form-trap { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.form-grid label { color: var(--ink); font-size: 14px; font-weight: 800; }
.form-grid label span { color: #cf3d4c; }
.form-grid .full { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; margin-top: 7px; padding: 12px 14px; border: 1px solid #cdd9ea; border-radius: 11px; color: var(--ink); background: #fff; font: inherit; font-weight: 400; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { outline: 3px solid rgba(55,121,233,.16); border-color: var(--blue); }
.privacy { display: flex; gap: 9px; align-items: flex-start; margin: 18px 0; color: var(--muted); font-size: 13px; }
.form-submit { border: 0; color: #fff; background: var(--blue); cursor: pointer; }
.form-notice { margin-bottom: 16px; padding: 14px 16px; border-radius: 10px; }
.form-notice.success { color: #14633e; background: #e8f8ef; }
.form-notice.error { color: #8c2e38; background: #ffedef; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.path-card ul { margin: 18px 0; padding-left: 1.2em; color: var(--muted); }
.path-card li { margin: 7px 0; }
.compact-card .card-body { height: 100%; display: flex; flex-direction: column; }
.compact-card .card-body .more { margin-top: auto; padding-top: 18px; }
.section-link { margin: 30px 0 0; }
.data-note { margin: 0 0 30px; color: #d4e2f7; font-size: 13px; }
.process-line { color: var(--ink) !important; font-size: 19px !important; font-weight: 700; line-height: 2; }
.empty-state { padding: 20px; border: 1px dashed var(--line); border-radius: 12px; color: var(--muted); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 26px; color: #c5d9f8; font-size: 13px; }
.breadcrumbs a:hover { color: #fff; }
.content-byline { display: flex; flex-wrap: wrap; gap: 8px 22px; margin: -18px 0 34px; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.outline-button { border-color: var(--line); color: var(--blue); background: #fff; }
.dark-actions { margin-bottom: 34px; }
.search-block { padding: 24px; border-radius: 18px; background: var(--pale); }
.search-form { display: flex; gap: 10px; }
.search-form label { flex: 1; }
.search-form input[type="search"] { width: 100%; padding: 12px 14px; border: 1px solid #cdd9ea; border-radius: 10px; }
.search-form input[type="submit"] { padding: 0 20px; border: 0; border-radius: 10px; color: #fff; background: var(--blue); }
.article-grid { margin-top: 30px; }
.article-next { margin-top: 64px; padding: 30px; border-radius: 20px; background: var(--pale); }
.article-next h2 { margin-top: 0; }
.navigation.pagination { margin-top: 38px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.page-numbers { display: inline-grid; min-width: 42px; height: 42px; padding: 0 10px; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.page-numbers.current { color: #fff; border-color: var(--blue); background: var(--blue); }

@media (max-width: 960px) {
  .menu-toggle { display: block; }
  .nav { position: fixed; inset: 96px 0 auto; display: none; max-height: calc(100vh - 96px); padding: 24px 20px 30px; overflow: auto; border-top: 1px solid rgba(255,255,255,.1); background: #08172e; }
  .nav.is-open { display: block; }
  .nav ul { display: grid; align-items: stretch; gap: 0; }
  .nav li { border-bottom: 1px solid rgba(255,255,255,.1); }
  .nav a { display: block; padding: 13px 4px; }
  .nav .sub-menu { position: static; display: grid; visibility: visible; min-width: 0; padding: 0 0 10px 16px; opacity: 1; transform: none; border: 0; background: transparent; box-shadow: none; }
  .nav .sub-menu a { padding: 7px 4px; color: #9fb5d5; }
  .nav-actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 20px; }
  .nav .nav-cta { text-align: center; }
  body.menu-open { overflow: hidden; }
  .hero-inner { min-height: auto; grid-template-columns: 1fr; padding: 76px 0; }
  .hero-panel { max-width: 620px; }
  .hero-feature { width: 100%; max-width: 620px; }
  .grid.four, .facts { grid-template-columns: repeat(2, 1fr); }
  .grid.three { grid-template-columns: repeat(2, 1fr); }
  .band-grid { grid-template-columns: repeat(2, 1fr); }
  .partner-wall { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .about-story, .about-values { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .detail-grid { grid-template-columns: 1fr; }
  .project-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-panel { position: static; }
}

@media (max-width: 640px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .section { padding: 68px 0; }
  .hero h1, .page-hero h1 { font-size: 42px; }
  .hero p { font-size: 17px; }
  .grid.two, .grid.three, .grid.four, .facts, .footer-grid, .project-strip { grid-template-columns: 1fr; }
  .project-gallery { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .faq-row { grid-template-columns: 1fr; gap: 6px; }
  .faq-row em { display: none; }
  .nav-actions { grid-template-columns: 1fr; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .partner-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .partner-logo { min-height: 86px; padding: 14px; }
  .about-hero { min-height: 390px; padding: 70px 0 54px; }
  .about-story-visual { min-height: 340px; }
  .about-stats { grid-template-columns: 1fr; }
  .about-value { grid-template-columns: 1fr; gap: 8px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
}

/* Reference-structure homepage: original styling with editable blank modules. */
.framework-page { color: #252b34; background: #fff; }
.framework-preview-note { padding: 8px 16px; color: #596272; background: #f1f3f6; text-align: center; font-size: 12px; }
.framework-header { position: sticky; top: 0; z-index: 60; background: #0c213f; box-shadow: 0 2px 14px rgba(10,30,60,.08); }
.framework-brand-row { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.framework-brand { display: flex; align-items: center; gap: 20px; color: #fff; }
.framework-brand img { width: 184px; height: 66px; object-fit: contain; }
.framework-brand span { font-size: 21px; font-weight: 800; letter-spacing: .08em; }
.framework-brand-row::before { content: ""; position: absolute; z-index: -1; left: 0; right: 0; height: 86px; background: #0c213f; }
.framework-contact { color: #d7e1f0; font-size: 14px; }
.blank-inline { display: inline-block; width: 120px; height: 1em; vertical-align: middle; border-bottom: 1px solid currentColor; opacity: .6; }
.blank-inline.wide { width: 220px; }
.framework-nav-row { border-bottom: 1px solid #e4e8ee; background: #fff; }
.framework-nav-row nav > ul { display: flex; justify-content: flex-end; gap: 0; margin: 0; padding: 0; list-style: none; }
.framework-nav-row nav > ul > li { position: relative; }
.framework-nav-row nav > ul > li > a { display: block; padding: 17px 30px; color: #252b34; font-size: 15px; }
.framework-nav-row nav > ul > li:hover > a { color: #2f73d9; }
.framework-nav-row li ul { position: absolute; left: 0; top: 100%; min-width: 178px; margin: 0; padding: 10px 0; visibility: hidden; opacity: 0; transform: translateY(8px); list-style: none; background: #fff; box-shadow: 0 16px 34px rgba(13,34,65,.14); transition: .2s ease; }
.framework-nav-row li:hover > ul { visibility: visible; opacity: 1; transform: translateY(0); }
.framework-nav-row li ul a { display: block; padding: 9px 20px; color: #596272; font-size: 13px; }
.framework-nav-row li ul a:hover { color: #2f73d9; background: #f4f7fb; }
.framework-primary-nav { display: block; }
.framework-banner { height: min(38vw, 620px); min-height: 360px; background: #e8ebef; }
.framework-banner .framework-image-placeholder { height: 100%; border: 0; border-radius: 0; }
.framework-banner-carousel { position: relative; width: 100%; height: auto; min-height: 0; aspect-ratio: 8 / 3; overflow: hidden; background: #0a2c61; }
.framework-banner-slide { position: absolute; inset: 0; z-index: 0; opacity: 0; background-position: center; background-size: cover; background-repeat: no-repeat; transform: scale(1.012); transition: opacity .75s ease, transform 6s ease; }
.framework-banner-slide.is-active { z-index: 1; opacity: 1; transform: scale(1); }
.framework-banner-slide.brand { background-image: url('assets/homepage/home-banner-brand-4k.jpg'); }
.framework-banner-slide.reception { background-image: url('assets/homepage/home-banner-reception-4k.jpg'); }
.framework-banner-slide.lounge { background-image: url('assets/homepage/home-banner-lounge-4k.jpg'); }
.framework-banner-dots { position: absolute; z-index: 3; left: 50%; bottom: 22px; display: flex; gap: 10px; transform: translateX(-50%); }
.framework-banner-dots button { width: 10px; height: 10px; padding: 0; border: 1px solid rgba(255,255,255,.92); border-radius: 50%; background: rgba(9,31,62,.28); box-shadow: 0 2px 8px rgba(0,0,0,.18); cursor: pointer; transition: width .2s ease, border-radius .2s ease, background .2s ease; }
.framework-banner-dots button.is-active { width: 30px; border-radius: 999px; background: #fff; }
.framework-breadcrumb { display: flex; gap: 10px; padding-top: 24px; padding-bottom: 24px; color: #8a929f; font-size: 13px; }
.framework-section { padding: 92px 0; }
.framework-section:nth-of-type(even) { background: #f6f7f9; }
.framework-title { display: flex; align-items: center; gap: 22px; margin-bottom: 54px; }
.framework-title.centered { justify-content: center; text-align: center; }
.framework-title > span { color: #2f73d9; font-size: 54px; font-weight: 200; line-height: 1; }
.framework-title small { display: block; color: #9aa1ab; font-size: 11px; letter-spacing: .2em; }
.framework-title h1, .framework-title h2 { margin: 5px 0 0; line-height: 1.2; font-size: clamp(32px,4vw,48px); font-weight: 500; }
.framework-image-placeholder { display: grid; place-content: center; gap: 6px; min-height: 260px; padding: 24px; border: 1px dashed #b8c0ca; color: #858e9a; background: repeating-linear-gradient(135deg,#f6f7f8,#f6f7f8 18px,#eff1f3 18px,#eff1f3 36px); text-align: center; }
.framework-image-placeholder small { font-size: 12px; }
.framework-image-placeholder.portrait { min-height: 500px; }
.framework-image-placeholder.landscape { min-height: 220px; }
.framework-image-placeholder.wechat-article-cover { background-position: center; background-repeat: no-repeat; background-size: cover; }
.framework-story-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 74px; align-items: center; }
.framework-copy-placeholder { min-height: 390px; display: flex; flex-direction: column; justify-content: center; gap: 20px; padding: 50px; border-left: 3px solid #2f73d9; background: #fafbfc; }
.framework-copy-placeholder.compact { min-height: 260px; }
.framework-copy-placeholder > span { color: #9aa1ab; font-size: 14px; }
.framework-copy-placeholder i { display: block; width: 100%; height: 1px; background: #d9dee5; }
.framework-copy-placeholder i:nth-last-child(1) { width: 62%; }
.framework-copy-content { min-height: 390px; display: flex; flex-direction: column; justify-content: center; gap: 18px; padding: 50px; border-left: 3px solid #2f73d9; background: #fafbfc; }
.framework-copy-content.compact { min-height: 260px; }
.framework-copy-content p { margin: 0; color: #4c5665; font-size: 16px; line-height: 2; }
.framework-metric-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid #e0e4e9; border-left: 1px solid #e0e4e9; }
.framework-metric { min-height: 300px; padding: 34px 26px; border-right: 1px solid #e0e4e9; border-bottom: 1px solid #e0e4e9; background: #fff; text-align: center; }
.framework-icon-placeholder { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 20px; border: 1px dashed #aeb7c3; border-radius: 50%; color: #929ba7; font-size: 11px; }
.framework-metric small { color: #a3aab4; font-size: 10px; letter-spacing: .12em; }
.framework-metric h3 { margin: 5px 0 18px; font-size: 18px; font-weight: 500; }
.framework-metric b { display: block; margin-bottom: 12px; color: #2f73d9; font-size: 28px; font-weight: 500; }
.framework-metric p { margin: 0; color: #a3aab4; font-size: 13px; }
.framework-philosophy { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: stretch; }
.framework-philosophy h3, .framework-culture-list > h3 { margin: 0 0 26px; font-size: 28px; font-weight: 500; }
.framework-culture-list { margin-top: 72px; }
.framework-culture-list dl { margin: 0; border-top: 1px solid #dfe3e8; }
.framework-culture-list dl > div { display: grid; grid-template-columns: 180px 1fr; gap: 30px; padding: 24px 0; border-bottom: 1px solid #dfe3e8; }
.framework-culture-list dt { color: #2f73d9; font-weight: 700; }
.framework-culture-list dd { margin: 0; }
.blank-line { display: block; width: 100%; height: 1px; margin-top: 12px; background: #cfd5dc; }
.blank-line.short { width: 62%; }
.framework-feature-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; }
.framework-feature-grid.two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.framework-feature-grid article { padding-bottom: 22px; border-bottom: 2px solid #2f73d9; background: #fff; }
.framework-feature-grid article h3 { margin: 20px 22px 0; font-size: 20px; font-weight: 500; }
.framework-feature-grid article p { margin: 12px 22px 0; color: #667180; font-size: 15px; line-height: 1.85; }
.framework-feature-grid article > .blank-line { width: calc(100% - 44px); margin-left: 22px; }
.framework-more-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 38px; }
.framework-more-grid article { display: grid; grid-template-columns: 1fr 1fr 112px; gap: 22px; align-items: center; padding: 22px; border: 1px solid #e0e4e9; background: #fff; }
.framework-more-grid h3 { margin: 0 0 16px; font-size: 18px; font-weight: 500; }
.framework-qr-placeholder { width: 100px; height: 100px; display: grid; place-items: center; border: 1px dashed #aeb7c3; color: #9099a5; background: #f4f6f8; text-align: center; font-size: 11px; }
.framework-footer { padding: 64px 0 26px; color: #b9c6d9; background: #0c213f; }
.framework-footer-grid { display: grid; grid-template-columns: 1.2fr 1.5fr .6fr; gap: 70px; align-items: start; }
.framework-footer-grid > div:first-child { display: grid; gap: 16px; }
.framework-footer img { width: 190px; height: auto; }
.framework-footer strong, .framework-footer h3 { color: #fff; }
.framework-footer p { margin: 8px 0; font-size: 13px; }
.framework-qr-placeholder.light { color: #cbd5e3; border-color: #8495ad; background: rgba(255,255,255,.05); }
.framework-footer-bottom { margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.reveal-enabled .reveal-item { opacity: 0; transform: translate3d(0,38px,0); transition: opacity .72s ease var(--reveal-delay,0ms), transform .72s cubic-bezier(.2,.7,.2,1) var(--reveal-delay,0ms); }
.reveal-enabled .reveal-item.framework-image-placeholder { transform: translate3d(0,34px,0) scale(.965); }
.reveal-enabled .reveal-item.is-revealed { opacity: 1; transform: translate3d(0,0,0) scale(1); }
.framework-metric, .framework-feature-grid article, .framework-more-grid article { transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.framework-metric:hover, .framework-feature-grid article:hover, .framework-more-grid article:hover { z-index: 2; transform: translateY(-7px); border-color: #b7c9e6; box-shadow: 0 18px 38px rgba(16,49,94,.12); }

@media (prefers-reduced-motion: reduce) {
  .reveal-enabled .reveal-item { opacity: 1; transform: none; transition: none; }
  .framework-metric, .framework-feature-grid article, .framework-more-grid article { transition: none; }
}

@media (max-width: 960px) {
  .framework-header .framework-menu-toggle { display: block; margin-left: auto; }
  .framework-header .framework-nav-row { background: #fff; }
  .framework-header .framework-primary-nav { display: none; padding: 8px 0 18px; }
  .framework-header .framework-primary-nav.is-open { display: block; }
  .framework-header .framework-nav-row nav > ul { min-width: 0; display: grid; justify-content: stretch; }
  .framework-header .framework-nav-row nav > ul > li > a { padding: 12px 4px; border-bottom: 1px solid #e7ebf0; }
  .framework-header .framework-nav-row li ul { position: static; min-width: 0; padding: 0 0 8px 18px; visibility: visible; opacity: 1; transform: none; box-shadow: none; }
  .framework-nav-row nav > ul { justify-content: center; }
  .framework-nav-row nav > ul > li > a { padding: 15px 18px; }
  .framework-story-grid, .framework-philosophy { grid-template-columns: 1fr; }
  .framework-metric-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .framework-more-grid { grid-template-columns: 1fr; }
  .framework-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .framework-brand-row { min-height: 74px; }
  .framework-brand-row::before { height: 74px; }
  .framework-brand img { width: 132px; height: 54px; }
  .framework-brand span, .framework-contact { display: none; }
  .framework-nav-row { overflow-x: auto; }
  .framework-nav-row nav > ul { min-width: 520px; justify-content: flex-start; }
  .framework-banner { min-height: 280px; }
  .framework-section { padding: 68px 0; }
  .framework-title { margin-bottom: 38px; }
  .framework-title > span { font-size: 42px; }
  .framework-story-grid { gap: 26px; }
  .framework-copy-placeholder { min-height: 300px; padding: 32px 24px; }
  .framework-copy-content { min-height: 300px; padding: 32px 24px; }
  .framework-image-placeholder.portrait { min-height: 360px; }
  .framework-metric-grid { grid-template-columns: 1fr; }
  .framework-culture-list dl > div { grid-template-columns: 1fr; gap: 8px; }
  .framework-feature-grid, .framework-feature-grid.two { grid-template-columns: 1fr; }
  .framework-more-grid article { grid-template-columns: 1fr; }
  .framework-footer-grid { grid-template-columns: 1fr; gap: 34px; }
}

/* Single-row corporate header and typography scale. */
.framework-page, .framework-page-content { font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", Arial, sans-serif; font-size: 16px; line-height: 1.8; }
.framework-header { color: #1b1b1b; background: #fff; }
.framework-header-row { min-height: 132px; display: grid; grid-template-columns: 220px minmax(520px, 1fr) auto; align-items: center; gap: clamp(34px, 4vw, 80px); }
.framework-header-row .framework-brand { display: block; }
.framework-header-row .framework-brand img { display: block; width: 205px; height: 92px; object-fit: contain; }
.framework-header-row .framework-primary-nav { min-width: 0; }
.framework-header-row .framework-primary-nav > ul { display: flex; align-items: center; justify-content: space-between; gap: clamp(24px, 3vw, 68px); margin: 0; padding: 0; list-style: none; }
.framework-header-row .framework-primary-nav > ul > li { position: relative; }
.framework-header-row .framework-primary-nav > ul > li > a { display: block; padding: 50px 0; color: #171717; font-size: 18px; font-weight: 700; line-height: 1.7; white-space: nowrap; }
.framework-header-row .framework-primary-nav > ul > li:hover > a { color: #ad2428; }
.framework-header-row .framework-primary-nav li ul { position: absolute; left: 50%; top: calc(100% - 28px); min-width: 178px; margin: 0; padding: 10px 0; visibility: hidden; opacity: 0; transform: translate(-50%, 8px); list-style: none; background: #fff; box-shadow: 0 16px 34px rgba(13,34,65,.14); transition: .2s ease; }
.framework-header-row .framework-primary-nav li:hover > ul { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.framework-header-row .framework-primary-nav li ul a { display: block; padding: 9px 20px; color: #555; font-size: 14px; white-space: nowrap; }
.framework-header-row .framework-primary-nav li ul a:hover { color: #ad2428; background: #f7f7f7; }
.framework-phone { display: inline-flex; align-items: center; gap: 7px; color: #ad2428; font-size: 24px; font-weight: 800; letter-spacing: .01em; white-space: nowrap; }
.framework-phone span { font-family: Arial, sans-serif; font-size: 23px; transform: rotate(-12deg); }
.framework-title { gap: 20px; margin-bottom: 48px; }
.framework-title > span { font-size: 46px; }
.framework-title small { font-size: 11px; }
.framework-title h1, .framework-title h2 { font-size: clamp(30px, 3vw, 40px); font-weight: 500; letter-spacing: .02em; }
.framework-section { padding: 84px 0; }
.framework-copy-placeholder > span, .framework-metric p, .framework-feature-grid article { font-size: 15px; }
.framework-metric h3 { font-size: 17px; }
.framework-metric b { font-size: 28px; }
.framework-philosophy h3, .framework-culture-list > h3 { font-size: 26px; }
.framework-feature-grid article h3 { font-size: 19px; }
.framework-footer { font-size: 14px; }

@media (max-width: 1180px) {
  .framework-header-row { grid-template-columns: 176px minmax(440px, 1fr) auto; gap: 26px; }
  .framework-header-row .framework-brand img { width: 168px; height: 78px; }
  .framework-header-row .framework-primary-nav > ul { gap: 24px; }
  .framework-header-row .framework-primary-nav > ul > li > a { font-size: 16px; }
  .framework-phone { font-size: 19px; }
}

@media (max-width: 960px) {
  .framework-header-row { min-height: 82px; grid-template-columns: 160px 1fr auto; gap: 16px; }
  .framework-header-row .framework-brand img { width: 150px; height: 66px; }
  .framework-header-row .framework-menu-toggle { display: block; grid-column: 3; grid-row: 1; color: #18233a; background: #eef1f5; }
  .framework-header-row .framework-phone { grid-column: 2; grid-row: 1; justify-self: end; margin-right: 8px; font-size: 17px; }
  .framework-header-row .framework-primary-nav { grid-column: 1 / -1; display: none; width: 100%; padding: 0 0 18px; }
  .framework-header-row .framework-primary-nav.is-open { display: block; }
  .framework-header-row .framework-primary-nav > ul { display: grid; gap: 0; }
  .framework-header-row .framework-primary-nav > ul > li > a { padding: 12px 2px; border-bottom: 1px solid #e6e9ee; font-size: 15px; }
  .framework-header-row .framework-primary-nav li ul { position: static; min-width: 0; padding: 0 0 8px 18px; visibility: visible; opacity: 1; transform: none; box-shadow: none; }
  .framework-header-row .framework-primary-nav li:hover > ul { transform: none; }
}

@media (max-width: 640px) {
  .framework-header-row { grid-template-columns: 132px 1fr auto; }
  .framework-header-row .framework-brand img { width: 126px; height: 58px; }
  .framework-header-row .framework-phone { font-size: 14px; }
  .framework-phone span { font-size: 16px; }
  .framework-section { padding: 64px 0; }
  .framework-title h1, .framework-title h2 { font-size: 30px; }
}

/* Header proportion refinement from the approved reference. */
.framework-header-row { min-height: 98px; grid-template-columns: 158px minmax(500px, 1fr) auto; gap: 28px; }
.framework-header-row .framework-brand img { width: 145px; height: 70px; }
.framework-header-row .framework-primary-nav > ul { gap: clamp(28px, 3.2vw, 58px); }
.framework-header-row .framework-primary-nav > ul > li > a { padding: 31px 0; font-size: 20px; font-weight: 700; }
.framework-phone { font-size: 22px; }

@media (max-width: 1180px) {
  .framework-header-row { grid-template-columns: 142px minmax(440px, 1fr) auto; gap: 20px; }
  .framework-header-row .framework-brand img { width: 132px; height: 64px; }
  .framework-header-row .framework-primary-nav > ul { gap: 22px; }
  .framework-header-row .framework-primary-nav > ul > li > a { font-size: 18px; }
  .framework-phone { font-size: 18px; }
}

@media (max-width: 960px) {
  .framework-header-row { min-height: 78px; grid-template-columns: 124px 1fr auto; }
  .framework-header-row .framework-brand img { width: 116px; height: 56px; }
  .framework-header-row .framework-primary-nav > ul > li > a { font-size: 17px; }
}

@media (max-width: 640px) {
  .framework-header-row { grid-template-columns: 112px 1fr auto; }
  .framework-header-row .framework-brand img { width: 104px; height: 50px; }
}

/* Full-width navigation rhythm matching the approved header reference. */
.framework-header-row { width: min(1920px, calc(100% - 80px)); grid-template-columns: 220px minmax(720px, 1fr) 250px; gap: 0; }
.framework-header-row .framework-primary-nav { padding: 0 clamp(60px, 6vw, 120px); }
.framework-header-row .framework-primary-nav > ul { width: 100%; gap: 0; }
.framework-header-row .framework-primary-nav > ul > li { flex: 1 1 0; text-align: center; }
.framework-header-row .framework-phone { justify-self: end; }

@media (max-width: 1500px) {
  .framework-header-row { width: min(1440px, calc(100% - 48px)); grid-template-columns: 170px minmax(600px, 1fr) 210px; }
  .framework-header-row .framework-primary-nav { padding: 0 28px; }
}

@media (max-width: 1180px) {
  .framework-header-row { grid-template-columns: 142px minmax(520px, 1fr) 190px; }
  .framework-header-row .framework-primary-nav { padding: 0 12px; }
}

@media (max-width: 960px) {
  .framework-header-row { width: min(100% - 28px, 930px); grid-template-columns: 124px 1fr auto; }
  .framework-header-row .framework-primary-nav { padding: 0 0 18px; }
  .framework-header-row .framework-primary-nav > ul > li { text-align: left; }
}

/* White-led visual polish for independent pages. */
.reference-subpage { overflow: hidden; color: #20242b; background: #fff; }
.reference-subpage .framework-section { position: relative; background: #fff; }
.reference-subpage .framework-section:nth-of-type(even) { background: #fbfbfc; }
.reference-subpage .framework-sub-banner { position: relative; isolation: isolate; overflow: hidden; height: clamp(300px,29vw,500px); background: linear-gradient(120deg,#fff 0%,#f6f7f9 62%,#f0f2f5 100%); }
.reference-subpage .framework-sub-banner::before { content: ""; position: absolute; z-index: -1; width: min(42vw,620px); aspect-ratio: 1; right: -8vw; top: -60%; border: 74px solid rgba(173,36,40,.09); border-radius: 50%; }
.reference-subpage .framework-sub-banner::after { content: ""; position: absolute; z-index: -1; width: min(34vw,500px); height: 170%; left: 10%; top: -38%; transform: rotate(26deg); border-left: 1px solid rgba(12,33,63,.12); border-right: 86px solid rgba(12,33,63,.035); }
.reference-subpage .framework-sub-banner .framework-image-placeholder { position: relative; z-index: 1; min-height: 100%; color: #6e7580; border: 0; background: transparent; }
.reference-subpage .framework-sub-banner .framework-image-placeholder > span { color: #182438; font-size: clamp(24px,3.3vw,48px); font-weight: 700; letter-spacing: .06em; }
.reference-subpage .framework-sub-banner .framework-image-placeholder > small { color: #a4252a; font-size: 13px; letter-spacing: .1em; }
.reference-subpage .framework-breadcrumb { border-bottom: 1px solid #eceef1; }
.reference-subpage .framework-title.centered { flex-direction: column; gap: 10px; }
.reference-subpage .framework-title > span { display: inline-grid; place-items: center; min-width: 54px; height: 25px; padding: 0 10px; border-radius: 99px; color: #ad2428; background: rgba(173,36,40,.08); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.reference-subpage .framework-title.centered::after { content: ""; width: 72px; height: 3px; margin-top: 10px; background: linear-gradient(90deg,#ad2428 0 58%,#0c213f 58% 100%); }
.reference-subpage .framework-title h1, .reference-subpage .framework-title h2 { color: #20242b; font-weight: 700; letter-spacing: .025em; }
.reference-subpage .framework-image-placeholder { position: relative; isolation: isolate; overflow: hidden; border: 1px dashed #c9ced5; color: #737b86; background: linear-gradient(145deg,#fbfbfc,#f0f2f5); }
.reference-subpage .framework-image-placeholder::before { content: ""; position: absolute; z-index: -1; width: 150px; height: 150px; right: -48px; top: -55px; border: 28px solid rgba(173,36,40,.10); border-radius: 50%; }
.reference-subpage .framework-image-placeholder::after { content: ""; position: absolute; z-index: -1; width: 120px; height: 220px; left: -76px; bottom: -110px; transform: rotate(34deg); background: rgba(12,33,63,.045); }
.reference-subpage .framework-image-placeholder > span, .reference-subpage .framework-image-placeholder > small { position: relative; z-index: 1; }
.reference-subpage .reference-feature { border: 1px solid #e6e8ec; border-left: 5px solid #ad2428; border-radius: 4px; background: #fff; box-shadow: 0 18px 50px rgba(24,34,50,.07); }
.reference-subpage .reference-card-grid { gap: 30px; }
.reference-subpage .reference-card { position: relative; border: 0; border-radius: 4px; box-shadow: 0 12px 35px rgba(24,34,50,.08); }
.reference-subpage .reference-card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: linear-gradient(90deg,#ad2428,#d85a5e); transform: scaleX(.28); transform-origin: left; transition: transform .28s ease; }
.reference-subpage .reference-card:hover::after { transform: scaleX(1); }
.reference-subpage .reference-card-copy { min-height: 190px; }
.reference-subpage .framework-copy-content, .reference-subpage .framework-copy-placeholder { border-left-color: #ad2428; border-radius: 4px; background: #fff; box-shadow: 0 14px 38px rgba(24,34,50,.07); }
.reference-subpage .framework-feature-grid article { overflow: hidden; border: 0; border-top: 4px solid #ad2428; border-radius: 4px; box-shadow: 0 12px 34px rgba(24,34,50,.07); }
.reference-subpage .framework-feature-grid article h3 { font-weight: 700; }
.reference-subpage .framework-metric-grid { gap: 18px; border: 0; }
.reference-subpage .framework-metric { position: relative; overflow: hidden; min-height: 270px; border: 1px solid #e6e8ec; border-radius: 4px; box-shadow: 0 10px 28px rgba(24,34,50,.05); }
.reference-subpage .framework-metric::after { content: ""; position: absolute; width: 84px; height: 84px; right: -30px; bottom: -30px; border: 15px solid rgba(173,36,40,.08); border-radius: 50%; }
.reference-subpage .framework-icon-placeholder { width: 66px; height: 66px; color: #ad2428; border: 2px solid rgba(173,36,40,.72); background: #fff; font-size: 18px; font-weight: 800; transform: rotate(-4deg); }
.reference-subpage .reference-step-grid { gap: 22px; border: 0; background: transparent; }
.reference-subpage .reference-step { position: relative; display: flex; min-height: 350px; flex-direction: column; align-items: flex-start; padding: 30px 26px 0; overflow: hidden; border: 1px solid #e5e7eb; border-radius: 4px; box-shadow: 0 12px 32px rgba(24,34,50,.07); transition: transform .25s ease, box-shadow .25s ease; }
.reference-subpage .reference-step:hover { transform: translateY(-7px); box-shadow: 0 20px 42px rgba(24,34,50,.12); }
.reference-subpage .reference-step > b { position: absolute; right: 20px; top: 18px; color: rgba(173,36,40,.24); font-size: 22px; font-weight: 800; }
.reference-subpage .reference-step h2 { margin: 22px 0 20px; font-size: 21px; font-weight: 700; }
.reference-subpage .reference-step p { width: calc(100% + 52px); min-height: 118px; margin: auto -26px 0; padding: 24px 26px; color: #fff; background: linear-gradient(135deg,#a91f25,#c5363b); line-height: 1.8; }
.reference-graphic-icon { position: relative; width: 78px; height: 78px; display: grid; place-items: center; margin: 8px 0 0 4px; color: #ad2428; border: 2px solid #ad2428; border-radius: 22px 5px 22px 5px; background: #fff; transform: rotate(-3deg); }
.reference-graphic-icon::before { content: ""; position: absolute; inset: 9px -9px -9px 9px; z-index: -1; border: 1px solid rgba(173,36,40,.22); border-radius: inherit; }
.reference-graphic-icon span { font-size: 30px; font-weight: 800; transform: rotate(3deg); }
.reference-subpage .reference-timeline-item > div { position: relative; border: 0; border-radius: 4px; box-shadow: 0 14px 38px rgba(24,34,50,.08); }
.reference-subpage .reference-timeline-item .reference-graphic-icon { position: absolute; z-index: 2; right: 18px; top: 18px; width: 58px; height: 58px; border-radius: 16px 4px 16px 4px; }
.reference-subpage .reference-timeline-item .reference-graphic-icon span { font-size: 22px; }
.reference-subpage .reference-platforms { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.reference-subpage .reference-platforms article { display: grid; grid-template-columns: 64px 1fr; gap: 22px; align-items: start; padding: 28px; border: 1px solid #e5e7eb; border-top: 4px solid #ad2428; border-radius: 4px; background: #fff; box-shadow: 0 12px 34px rgba(24,34,50,.07); }
.reference-subpage .reference-platforms article > b { color: #ad2428; font-size: 24px; }
.reference-subpage .reference-platforms article > .framework-image-placeholder { grid-column: 1 / -1; width: 100%; }
.reference-subpage .reference-platforms article > div:last-child { grid-column: 2; }
.reference-subpage .reference-tag-row span { color: #8d2529; border: 1px solid rgba(173,36,40,.16); background: rgba(173,36,40,.055); }
.reference-subpage .reference-logo-grid { gap: 14px; border: 0; }
.reference-subpage .reference-logo-slot { position: relative; min-height: 120px; overflow: hidden; border: 1px solid #e6e8ec; border-radius: 4px; box-shadow: 0 8px 24px rgba(24,34,50,.045); }
.reference-subpage .reference-logo-slot::before { content: ""; position: absolute; left: 0; top: 0; width: 44px; height: 3px; background: #ad2428; }
.reference-subpage .reference-logo-slot > span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 6px; color: #ad2428; border: 1px solid rgba(173,36,40,.35); border-radius: 50%; font-size: 11px; font-weight: 800; }
.reference-subpage .reference-filter, .reference-subpage .reference-form { border: 1px solid #e4e7eb; border-left: 4px solid #ad2428; border-radius: 4px; background: #fff; box-shadow: 0 12px 35px rgba(24,34,50,.06); }
.reference-subpage .reference-contact-grid aside { color: #59616d; border: 1px solid #e7d9da; border-top: 4px solid #ad2428; background: #fbf6f6; }
.reference-subpage .reference-contact-grid aside h2 { color: #20242b; }
.reference-subpage .reference-contact-grid aside .framework-qr-placeholder { color: #8f3a3e; border-color: #d9b9bb; background: #fff; }
.reference-subpage .reference-job-list { gap: 14px; border: 0; }
.reference-subpage .reference-job-list article { padding: 26px; border: 1px solid #e5e7eb; border-left: 4px solid #ad2428; border-radius: 4px; background: #fff; box-shadow: 0 8px 24px rgba(24,34,50,.05); transition: transform .2s ease; }
.reference-subpage .reference-job-list article:hover { transform: translateX(6px); }

@media (max-width: 960px) {
  .reference-subpage .reference-platforms { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .reference-subpage .framework-sub-banner::before { right: -38vw; }
  .reference-subpage .reference-step { min-height: 320px; }
  .reference-subpage .reference-logo-grid { grid-template-columns: 1fr 1fr; }
}

/* Asset-management page: reference layout with JIKE-OFFICE blue accents. */
.framework-title.no-number { justify-content: center; text-align: center; }
.framework-title.no-number > div { width: 100%; }
.reference-asset-solution .reference-step-grid { gap: 24px; border: 0; }
.reference-asset-solution .asset-step { display: flex; min-height: 390px; flex-direction: column; align-items: center; padding: 38px 28px 0; overflow: hidden; border: 1px solid #dce2ea; background: #fff; text-align: center; }
.reference-asset-solution .asset-symbol { position: relative; width: 92px; height: 92px; display: grid; place-items: center; margin-bottom: 30px; color: #245fa8; border: 3px solid #245fa8; border-radius: 24px 5px 24px 5px; font-size: 36px; font-weight: 800; transform: rotate(-3deg); }
.reference-asset-solution .asset-symbol::after { content: ""; position: absolute; inset: 9px -10px -10px 9px; z-index: -1; border: 1px solid rgba(36,95,168,.28); border-radius: inherit; }
.reference-asset-solution .asset-step h2 { margin: 0 0 28px; color: #252b34; font-size: 24px; font-weight: 700; }
.reference-asset-solution .asset-step p { width: calc(100% + 56px); min-height: 142px; margin: auto -28px 0; padding: 26px 28px; color: #fff; background: linear-gradient(135deg,#0c315f,#245f9f); text-align: left; line-height: 1.9; }

@media (max-width: 960px) {
  .reference-asset-solution .reference-step-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 640px) {
  .reference-asset-solution .reference-step-grid { grid-template-columns: 1fr; }
}

.reference-asset-cooperation .asset-cooperation-list { display: grid; gap: 30px; }
.reference-asset-cooperation .asset-cooperation-item { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 400px; overflow: hidden; background: #fff; box-shadow: 0 14px 38px rgba(16,39,70,.10); }
.reference-asset-cooperation .asset-cooperation-item > .framework-image-placeholder { min-height: 400px; border: 0; border-radius: 0; }
.reference-asset-cooperation .asset-cooperation-content { display: flex; min-height: 400px; flex-direction: column; justify-content: center; padding: 54px 50px; color: #fff; background: linear-gradient(135deg,#0c315f,#245f9f); }
.reference-asset-cooperation .asset-cooperation-content small { color: #a9c9ee; font-size: 11px; letter-spacing: .18em; }
.reference-asset-cooperation .asset-cooperation-content h2 { margin: 12px 0 26px; color: #fff; font-size: 30px; font-weight: 700; }
.reference-asset-cooperation .asset-cooperation-content p { margin: 0; color: #fff; font-size: 16px; line-height: 2; }

@media (max-width: 760px) {
  .reference-asset-cooperation .asset-cooperation-item { grid-template-columns: 1fr; }
  .reference-asset-cooperation .asset-cooperation-item > .framework-image-placeholder { min-height: 280px; }
  .reference-asset-cooperation .asset-cooperation-content { min-height: 320px; padding: 38px 28px; }
}

/* Section titles use text only; numeric prefixes are intentionally removed site-wide. */
.framework-title > span { display: none !important; }

/* About-page data cards: airy white cards with JIKE-OFFICE blue depth. */
.framework-development { background: linear-gradient(180deg,#f7faff 0%,#fff 100%) !important; }
.framework-metric-grid { gap: 18px; border: 0; }
.framework-metric { position: relative; min-height: 318px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; padding: 34px 28px 30px; overflow: hidden; border: 1px solid #e2e9f2; border-radius: 18px; background: linear-gradient(155deg,#fff 58%,#f4f8fd 100%); box-shadow: 0 12px 34px rgba(24,62,108,.07); }
.framework-metric::before { content: ""; position: absolute; left: 28px; right: 28px; top: 0; height: 4px; border-radius: 0 0 8px 8px; background: linear-gradient(90deg,#0d315e,#357ed8); transform: scaleX(.42); transform-origin: center; transition: transform .3s ease; }
.framework-metric::after { content: ""; position: absolute; right: -46px; bottom: -58px; width: 132px; height: 132px; border: 22px solid rgba(47,115,217,.07); border-radius: 50%; pointer-events: none; }
.framework-metric .framework-icon-placeholder { position: relative; width: 68px; height: 68px; margin: 0 auto 24px; color: #fff; border: 0; border-radius: 20px 6px 20px 6px; background: linear-gradient(145deg,#0d315e,#357ed8); box-shadow: 0 12px 24px rgba(36,95,168,.22); font-size: 16px; font-weight: 700; letter-spacing: .04em; transform: rotate(-3deg); }
.framework-metric .framework-icon-placeholder::after { content: ""; position: absolute; inset: 8px -8px -8px 8px; z-index: -1; border: 1px solid rgba(47,115,217,.28); border-radius: inherit; }
.framework-metric small { min-height: 16px; color: #8292a7; font-size: 10px; font-weight: 600; letter-spacing: .16em; }
.framework-metric h3 { margin: 8px 0 18px; color: #222b37; font-size: 19px; font-weight: 650; }
.framework-metric b { position: relative; z-index: 1; margin: 0 0 16px; color: #2468bd; font-size: clamp(30px,2.5vw,40px); line-height: 1.12; font-weight: 700; letter-spacing: -.035em; }
.framework-metric p { position: relative; z-index: 1; max-width: 250px; margin: auto 0 0; color: #7b8797; font-size: 13px; line-height: 1.75; }
.framework-metric:hover { transform: translateY(-9px); border-color: #c9d9ee; box-shadow: 0 22px 48px rgba(24,62,108,.14); }
.framework-metric:hover::before { transform: scaleX(1); }
.framework-metric:hover .framework-icon-placeholder { transform: rotate(0) scale(1.04); transition: transform .25s ease; }

@media (max-width: 640px) {
  .framework-metric-grid { gap: 14px; }
  .framework-metric { min-height: 285px; padding: 30px 24px 26px; }
  .framework-banner-carousel { min-height: 220px; aspect-ratio: auto; }
  .framework-banner-dots { bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .framework-banner-slide { transition: none; transform: none; }
}

/* Header dropdown geometry matched to the approved reference navigation. */
.framework-header-row .framework-primary-nav li ul { top: 100%; width: 160px; min-width: 160px; padding: 0; transform: translate(-50%,0); box-shadow: none; }
.framework-header-row .framework-primary-nav li:hover > ul { transform: translate(-50%,0); }
.framework-header-row .framework-primary-nav li ul a { width: 160px; height: 42px; padding: 4px 16px; color: #212529; background: #fff; font-size: 16px; font-weight: 400; line-height: 34px; text-align: center; }
.framework-header-row .framework-primary-nav li ul a:hover,
.framework-header-row .framework-primary-nav li ul a[aria-current="page"],
.framework-header-row .framework-primary-nav li ul .current-menu-item > a { color: #fff; background: #aa2325; }

@media (max-width: 960px) {
  .framework-header-row .framework-primary-nav li ul { width: auto; min-width: 0; transform: none; }
  .framework-header-row .framework-primary-nav li:hover > ul { transform: none; }
  .framework-header-row .framework-primary-nav li ul a { width: auto; height: auto; padding: 9px 14px; line-height: 1.6; text-align: left; }
}

/* Product and service pages: clear, unnumbered, customer-facing layouts. */
.product-page-hero { padding: 84px 0; background: #fff; }
.product-hero-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 70px; align-items: center; }
.product-hero-copy small,
.product-section-head small,
.partners-page-hero small,
.product-cta small { color: #2f73d9; font-size: 12px; font-weight: 700; letter-spacing: .18em; }
.product-hero-copy h1 { margin: 14px 0 24px; color: #202731; font-size: clamp(38px,4.3vw,60px); line-height: 1.15; font-weight: 650; }
.product-lead { margin: 0; color: #566273; font-size: 18px; line-height: 1.95; }
.product-badge-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.product-badge-row span { padding: 8px 16px; color: #1d5fae; border: 1px solid #bfd5ef; border-radius: 999px; background: #f5f9fe; font-size: 14px; }
.product-photo { position: relative; min-height: 360px; overflow: hidden; border-radius: 4px; background-color: #e8eef6; background-position: center; background-size: cover; background-blend-mode: multiply; box-shadow: 0 18px 46px rgba(22,53,91,.13); }
.product-photo::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(145deg,rgba(13,47,84,.09),rgba(34,105,164,.025)); }
.product-photo.shared-main { min-height: 500px; background-image: url('assets/pages/shared-main.jpg'); }
.product-photo.shared-meeting { background-image: url('assets/pages/shared-meeting.jpg'); }
.product-photo.shared-reception { background-image: url('assets/pages/shared-reception.jpg'); }
.product-photo.shared-lounge { background-image: url('assets/pages/shared-lounge.jpg'); }
.product-photo.private-office { min-height: 500px; background-image: url('assets/pages/office-main.jpg'); }
.product-photo.business-lounge { background-image: url('assets/pages/office-detail.jpg'); }
.office-listing-entry { padding: 34px 0; background: #0d315e; }
.office-listing-entry .wrap { display: flex; align-items: center; justify-content: space-between; gap: 42px; padding: 34px 42px; border: 1px solid rgba(160,204,255,.32); background: linear-gradient(105deg,rgba(33,105,183,.34),rgba(11,42,80,.18)); }
.office-listing-entry small { color: #9dccff; font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.office-listing-entry h2 { margin: 12px 0; color: #fff; font-size: clamp(28px,3vw,42px); }
.office-listing-entry p { max-width: 720px; margin: 0; color: #d5e6fa; line-height: 1.8; }
.office-listing-entry a { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 26px; color: #123b6d; background: #fff; font-weight: 800; text-decoration: none; transition: transform .2s ease,background .2s ease; }
.office-listing-entry a:hover { color: #fff; background: #2875d4; transform: translateY(-2px); }

.office-listing-carousel {
  overflow: hidden;
  padding: 58px 0 64px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 10%, rgba(74, 147, 224, .24), transparent 34%),
    linear-gradient(120deg, #092846, #123f70);
}
.office-listing-carousel-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px;
}
.office-listing-carousel-head small {
  color: #94c8fc;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .2em;
}
.office-listing-carousel-head h2 {
  margin: 10px 0 8px;
  color: #fff;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.2;
}
.office-listing-carousel-head p { margin: 0; color: #c9dcef; }
.office-listing-carousel-head > a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 20px;
  color: #123e6b;
  background: #fff;
  font-weight: 800;
}
.office-listing-marquee {
  overflow: hidden;
  outline: none;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}
.office-listing-marquee-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: office-listing-move-right 34s linear infinite;
  will-change: transform;
}
.office-listing-marquee:hover .office-listing-marquee-track,
.office-listing-marquee:focus-within .office-listing-marquee-track,
.office-listing-marquee.is-paused .office-listing-marquee-track { animation-play-state: paused; }
.office-listing-slide {
  position: relative;
  flex: 0 0 340px;
  height: 218px;
  overflow: hidden;
  color: #fff;
  background: #0a213b;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .22);
}
.office-listing-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.9) contrast(1.04);
  transition: transform .35s ease, filter .35s ease;
}
.office-listing-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(4, 22, 43, .92));
}
.office-listing-slide > span {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 18px;
}
.office-listing-slide small,
.office-listing-slide strong { display: block; }
.office-listing-slide small { color: #c5dbef; font-size: 13px; }
.office-listing-slide strong { margin-top: 3px; font-size: 19px; }
.office-listing-slide:hover img,
.office-listing-slide:focus img {
  transform: scale(1.045);
  filter: saturate(1) contrast(1.05) brightness(1.04);
}
.office-listing-carousel-note { margin: 18px 0 0; color: #8fb0cf; font-size: 12px; }
@keyframes office-listing-move-right {
  from { transform: translateX(calc(-50% - 9px)); }
  to { transform: translateX(0); }
}
.listing-project-filter-bar {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  margin-bottom: 28px;
  padding: 16px 18px;
  border: 1px solid #d9e3ed;
  background: #fff;
  box-shadow: 0 10px 26px rgba(16, 53, 88, .06);
}
.listing-project-filter-label {
  display: grid;
  gap: 2px;
  padding-right: 18px;
  border-right: 1px solid #e0e8ef;
}
.listing-project-filter-label strong { color: #173d64; font-size: 18px; }
.listing-project-filter-label span { color: #8291a0; font-size: 12px; }
.listing-project-filter-bar .listing-project-shortcuts {
  flex-wrap: nowrap;
  overflow-x: auto;
  margin: 0;
  padding: 3px 0 6px;
  scrollbar-width: thin;
}
@media (max-width: 760px) {
  .office-listing-carousel { padding: 46px 0 50px; }
  .office-listing-carousel-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .office-listing-slide { flex-basis: 276px; height: 184px; }
  .listing-project-filter-bar {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
  }
  .listing-project-filter-label {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 0;
    border-right: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .office-listing-marquee { overflow-x: auto; mask-image: none; }
  .office-listing-marquee-track { animation: none; }
}
.project-listing-card-grid { margin-top: 10px; }
.project-listing-empty { margin: 0; }
.product-photo.custom-main { min-height: 500px; background-image: url('assets/pages/custom-main.jpg'); }
.product-photo.custom-detail { background-image: url('assets/pages/custom-detail.jpg'); }
.product-photo.asset-building { min-height: 540px; background-image: url('assets/pages/asset-main.jpg'); background-position: center 42%; }
.product-photo.asset-space { background-image: url('assets/pages/asset-detail.jpg'); }
.product-photo.service-building { min-height: 540px; background-image: url('assets/pages/service-main.jpg'); background-position: center 42%; }
.product-photo.service-space { background-image: url('assets/pages/service-detail.jpg'); }

/* One restrained photographic treatment across editorial and service imagery.
   Brand marks, partner logos and the approved homepage carousel remain untouched. */
.card-image img,
.project-gallery img,
.media-feature-image img,
.media-video-cover img,
.wechat-article-cover,
.reference-card .framework-image-placeholder,
.reference-news-feature-card .framework-image-placeholder,
.about-story-visual { filter: saturate(.88) contrast(1.045) brightness(.985); }
.card-image img,
.project-gallery img,
.media-feature-image img,
.media-video-cover img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.synced-page-image { overflow: hidden; background-position: center; background-size: cover; filter: saturate(.88) contrast(1.045) brightness(.985); }
.synced-page-image span,
.synced-page-image small { display: none; }
.synced-about { background-image: url('assets/pages/shared-lounge.jpg'); }
.synced-shared-space { background-image: url('assets/pages/shared-main.jpg'); }
.synced-office { background-image: url('assets/pages/office-main.jpg'); }
.synced-office-customization { background-image: url('assets/pages/custom-main.jpg'); }
.synced-asset-management { background-image: url('assets/pages/asset-main.jpg'); }
.synced-enterprise-services { background-image: url('assets/pages/service-main.jpg'); }
.synced-activities { background-image: url('assets/pages/service-detail.jpg'); }
.home-culture-image { background-image: url('assets/pages/culture.jpg'); background-position: center; background-size: cover; filter: saturate(.88) contrast(1.045) brightness(.985); }
.synced-card-link { display: block; color: inherit; text-decoration: none; }
.synced-card-link .more { display: inline-block; margin-top: 14px; color: #235fa5; font-size: 14px; font-weight: 650; }
.synced-article-image { background-position: center; background-size: cover; filter: saturate(.88) contrast(1.045) brightness(.985); }
.synced-more-fallback { min-height: 260px; padding: 42px; background: linear-gradient(145deg,#eef4fb,#fff); border-top: 4px solid #235fa5; }
.synced-more-fallback a { color: inherit; text-decoration: none; }

/* Curated, non-repeating banners for the local reference pages. */
.framework-page[class*="page-"] .framework-sub-banner { position: relative; overflow: hidden; background-position: center; background-size: cover; }
.framework-page[class*="page-"] .framework-sub-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg,rgba(8,31,60,.34),rgba(25,82,132,.10)); pointer-events: none; }
.framework-page[class*="page-"] .framework-sub-banner .framework-image-placeholder { position: relative; z-index: 1; background: transparent; filter: none; }
.framework-page[class*="page-"] .framework-sub-banner .framework-image-placeholder > span,
.framework-page[class*="page-"] .framework-sub-banner .framework-image-placeholder > small { display: none; }
.page-about .framework-sub-banner { background-image: url('assets/pages/about.jpg'); }
.page-news .framework-sub-banner { background-image: url('assets/pages/news.jpg'); }
.page-history .framework-sub-banner { background-image: url('assets/pages/history.jpg'); }
.page-culture .framework-sub-banner { background-image: url('assets/pages/culture.jpg'); }
.page-industry-news .framework-sub-banner { background-image: url('assets/pages/industry.jpg'); }
.page-activities .framework-sub-banner { background-image: url('assets/pages/activities.jpg'); }
.page-media .framework-sub-banner { background-image: url('assets/pages/media.jpg'); }
.page-media-product .framework-sub-banner { background-image: url('assets/pages/media-product.jpg'); }
.page-media-interview .framework-sub-banner { background-image: url('assets/pages/media-interview.jpg'); }
.page-media-government .framework-sub-banner { background-image: url('assets/pages/media-government.jpg'); }
.page-media-service .framework-sub-banner { background-image: url('assets/pages/media-service.jpg'); }
.page-media-staff .framework-sub-banner { background-image: url('assets/pages/media-staff.jpg'); }
.page-knowledge .framework-sub-banner { background-image: url('assets/pages/knowledge.jpg'); }
.page-faq .framework-sub-banner { background-image: url('assets/pages/faq.jpg'); }
.page-buying-guide .framework-sub-banner { background-image: url('assets/pages/buying-guide.jpg'); }
.page-industry-knowledge .framework-sub-banner { background-image: url('assets/pages/industry-knowledge.jpg'); }
.page-solutions .framework-sub-banner { background-image: url('assets/pages/solutions.jpg'); }
.page-cases .framework-sub-banner { background-image: url('assets/pages/cases.jpg'); }
.page-contact .framework-sub-banner { background-image: url('assets/pages/contact.jpg'); }
.page-careers .framework-sub-banner { background-image: url('assets/pages/careers.jpg'); }
.page-media-product .media-category-hero { background-image: linear-gradient(110deg,rgba(6,24,47,.94),rgba(12,56,98,.74)),url('assets/pages/media-product.jpg'); }
.page-media-interview .media-category-hero { background-image: linear-gradient(110deg,rgba(6,24,47,.94),rgba(12,56,98,.74)),url('assets/pages/media-interview.jpg'); }
.page-media-government .media-category-hero { background-image: linear-gradient(110deg,rgba(6,24,47,.94),rgba(12,56,98,.74)),url('assets/pages/media-government.jpg'); }
.page-media-service .media-category-hero { background-image: linear-gradient(110deg,rgba(6,24,47,.94),rgba(12,56,98,.74)),url('assets/pages/media-service.jpg'); }
.page-media-staff .media-category-hero { background-image: linear-gradient(110deg,rgba(6,24,47,.94),rgba(12,56,98,.74)),url('assets/pages/media-staff.jpg'); }
.page-knowledge .content-hub-hero { background-image: linear-gradient(110deg,rgba(6,24,47,.94),rgba(12,56,98,.74)),url('assets/pages/knowledge.jpg'); }
.page-faq .content-hub-hero { background-image: linear-gradient(110deg,rgba(6,24,47,.94),rgba(12,56,98,.74)),url('assets/pages/faq.jpg'); }
.page-buying-guide .content-hub-hero { background-image: linear-gradient(110deg,rgba(6,24,47,.94),rgba(12,56,98,.74)),url('assets/pages/buying-guide.jpg'); }
.page-solutions .content-hub-hero { background-image: linear-gradient(110deg,rgba(6,24,47,.94),rgba(12,56,98,.74)),url('assets/pages/solutions.jpg'); }
.page-cases .content-hub-hero { background-image: linear-gradient(110deg,rgba(6,24,47,.94),rgba(12,56,98,.74)),url('assets/pages/cases.jpg'); }
.page-industry-knowledge .content-hub-hero { background-image: linear-gradient(110deg,rgba(6,24,47,.94),rgba(12,56,98,.74)),url('assets/pages/industry-knowledge.jpg'); }

/* Homepage reading rhythm adapted for JIKE OFFICE: announcement, consultation,
   products, projects, value, cases, partners and news. */
.mfg-inspired-home { color: #202733; background: #fff; }
.mfg-home-announcement { padding: 0; background: #f1f4f7; }
.mfg-home-news-strip { min-height: 94px; display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; padding: 20px 0; }
.mfg-home-news-strip > div { display: grid; grid-template-columns: auto minmax(220px,.7fr) minmax(280px,1fr); gap: 22px; align-items: center; min-width: 0; }
.mfg-home-news-strip small { color: #2d70bd; font-size: 11px; font-weight: 750; letter-spacing: .18em; }
.mfg-home-news-strip strong { overflow: hidden; color: #1f2937; font-size: 18px; text-overflow: ellipsis; white-space: nowrap; }
.mfg-home-news-strip span { overflow: hidden; color: #74808d; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.mfg-home-news-strip a { color: #174d88; font-size: 14px; font-weight: 650; white-space: nowrap; }

.mfg-home-demand { padding: 58px 0 64px; background: #fff; }
.mfg-home-demand .wrap { display: grid; grid-template-columns: 1fr; gap: 30px; align-items: end; }
.mfg-home-demand header small,.mfg-home-heading small { color: #2f73d9; font-size: 11px; font-weight: 750; letter-spacing: .2em; }
.mfg-home-demand header h2 { margin: 10px 0 12px; font-size: clamp(28px,3vw,42px); font-weight: 650; }
.mfg-home-demand header p { margin: 0; color: #707b89; font-size: 14px; line-height: 1.8; }
.mfg-home-demand form { display: grid; grid-template-columns: 1.18fr repeat(3,minmax(0,.92fr)) 1fr auto; gap: 12px; align-items: end; }
.mfg-home-demand form[data-field-count="1"] { max-width: 850px; grid-template-columns: 1.15fr 1.45fr 1fr auto; }
.demand-dynamic-fields { display: contents; }
.mfg-home-demand label span { display: block; margin-bottom: 9px; color: #4d5968; font-size: 13px; }
.mfg-home-demand input,.mfg-home-demand select { width: 100%; height: 48px; padding: 0 13px; border: 1px solid #d8e0e8; border-radius: 0; color: #354151; background: #fff; font: inherit; }
.mfg-home-demand button { height: 48px; padding: 0 24px; border: 0; color: #fff; background: #174d88; font-size: 15px; font-weight: 650; cursor: pointer; transition: background .22s ease,transform .22s ease; }
.mfg-home-demand button:hover { background: #0d3764; transform: translateY(-2px); }

.mfg-home-section { padding: 96px 0 106px; }
.mfg-home-heading { max-width: 780px; margin: 0 auto 52px; text-align: center; }
.mfg-home-heading h2 { margin: 12px 0 15px; color: #1f2732; font-size: clamp(34px,4vw,52px); line-height: 1.2; font-weight: 650; }
.mfg-home-heading p { margin: 0; color: #707b88; font-size: 16px; line-height: 1.85; }
.mfg-home-heading.split { max-width: none; display: flex; justify-content: space-between; gap: 40px; align-items: end; text-align: left; }
.mfg-home-heading.split > div { max-width: 760px; }
.mfg-home-heading.split > a { padding-bottom: 8px; color: #1b5b9f; font-size: 14px; font-weight: 650; white-space: nowrap; }

.mfg-home-products { background: #f4f6f8; }
.mfg-home-products .framework-feature-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.mfg-home-products .framework-feature-grid article { padding-bottom: 28px; border: 0; background: #fff; box-shadow: 0 12px 34px rgba(22,49,78,.07); }
.mfg-home-products .framework-feature-grid .framework-image-placeholder { min-height: 220px; }
.mfg-home-products .framework-feature-grid h3 { color: #222c38; font-size: 21px; font-weight: 650; }

.mfg-home-projects { background: #fff; }
.mfg-home-projects .dynamic-grid { gap: 22px; }
.mfg-home-projects .content-card { overflow: hidden; border: 0; border-bottom: 3px solid #2e72bd; border-radius: 0; background: #fff; box-shadow: 0 14px 38px rgba(20,48,78,.09); transition: transform .25s ease,box-shadow .25s ease; }
.mfg-home-projects .content-card:hover { transform: translateY(-7px); box-shadow: 0 22px 48px rgba(20,48,78,.15); }
.mfg-home-projects .card-image { display: block; height: 245px; overflow: hidden; }

.mfg-home-value { padding: 104px 0; color: #fff; background: #0d2f56; }
.mfg-home-value .mfg-home-heading h2 { color: #fff; }
.mfg-value-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.16); }
.mfg-value-panels article { min-height: 520px; padding: 62px 58px; background: linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.015)); transition: background .28s ease,transform .28s ease; }
.mfg-value-panels article:hover { z-index: 1; transform: translateY(-6px); background: linear-gradient(145deg,rgba(52,132,211,.25),rgba(255,255,255,.035)); }
.mfg-value-panels small { color: #8cc3f6; font-size: 11px; font-weight: 750; letter-spacing: .2em; }
.mfg-value-panels h3 { margin: 16px 0 18px; color: #fff; font-size: clamp(28px,3vw,40px); }
.mfg-value-panels p { color: #c6d6e6; font-size: 16px; line-height: 1.85; }
.mfg-value-panels ul { margin: 30px 0 38px; padding: 0; list-style: none; }
.mfg-value-panels li { position: relative; padding: 11px 0 11px 22px; border-bottom: 1px solid rgba(255,255,255,.10); color: #e0ebf4; }
.mfg-value-panels li::before { position: absolute; left: 0; content: "•"; color: #6db1ed; }
.mfg-value-panels a { color: #fff; font-size: 14px; font-weight: 650; }

.mfg-home-cases { background: #f4f6f8; }
.mfg-home-cases .content-card { border: 0; border-radius: 0; background: #fff; box-shadow: 0 14px 34px rgba(20,48,78,.07); }
.mfg-home-cases .card-image { display: block; height: 260px; overflow: hidden; }
.curated-case-image { background-position: center; background-size: cover; filter: saturate(.88) contrast(1.045) brightness(.985); }
.curated-case-1 { background-image: url('assets/pages/case-lounge.jpg'); }
.curated-case-2 { background-image: url('assets/pages/case-tea-room.jpg'); }
.curated-case-3 { background-image: url('assets/pages/case-reading-lounge.jpg'); }

.mfg-home-news { background: #fff; }
.mfg-home-news-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; }
.mfg-home-news-column > header { display: flex; justify-content: space-between; align-items: end; padding-bottom: 20px; border-bottom: 2px solid #1b5c9f; }
.mfg-home-news-column header small { color: #7b8794; font-size: 10px; letter-spacing: .18em; }
.mfg-home-news-column header h3 { margin: 7px 0 0; font-size: 27px; }
.mfg-home-news-column header a { color: #1d5d9e; font-size: 13px; }
.mfg-home-news-list article { display: grid; grid-template-columns: 74px 1fr; gap: 24px; padding: 27px 0; border-bottom: 1px solid #e1e6eb; }
.mfg-home-news-list time { color: #1d5e9f; font-size: 21px; font-weight: 650; line-height: 1; }
.mfg-home-news-list time span { display: block; margin-top: 8px; color: #9aa3ad; font-size: 12px; font-weight: 400; }
.mfg-home-news-list h4 { margin: 0 0 9px; font-size: 18px; line-height: 1.45; }
.mfg-home-news-list h4 a { color: #27313c; }
.mfg-home-news-list p { margin: 0; color: #7c8793; font-size: 14px; line-height: 1.75; }

@media (max-width: 1080px) {
  .mfg-home-demand .wrap { grid-template-columns: 1fr; }
  .mfg-home-demand form,.mfg-home-demand form[data-field-count="1"] { max-width: none; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mfg-home-demand button { width: 100%; }
  .mfg-home-products .framework-feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 720px) {
  .mfg-home-news-strip,.mfg-home-news-strip > div { grid-template-columns: 1fr; gap: 8px; }
  .mfg-home-news-strip { padding: 20px 0; }
  .mfg-home-news-strip span { white-space: normal; }
  .mfg-home-demand form,.mfg-home-products .framework-feature-grid,.mfg-value-panels,.mfg-home-news-columns { grid-template-columns: 1fr; }
  .mfg-home-heading.split { display: block; }
  .mfg-home-heading.split > a { display: inline-block; margin-top: 20px; }
  .mfg-value-panels article { min-height: 0; padding: 42px 28px; }
  .mfg-home-news-columns { gap: 54px; }
}

.product-content-section { padding: 92px 0; background: #fff; }
.product-content-section.product-pale { background: #f5f8fc; }
.product-section-head { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.product-section-head.align-left { margin-right: 0; margin-left: 0; text-align: left; }
.product-section-head h2 { margin: 10px 0 16px; color: #222a35; font-size: clamp(30px,3.1vw,44px); line-height: 1.25; font-weight: 620; }
.product-section-head p { margin: 0; color: #6b7685; font-size: 16px; line-height: 1.9; }
.product-value-grid { display: grid; gap: 18px; }
.product-value-grid.three { grid-template-columns: repeat(3,minmax(0,1fr)); }
.product-value-grid.four { grid-template-columns: repeat(4,minmax(0,1fr)); }
.product-value-grid article { min-height: 220px; padding: 34px 30px; border: 1px solid #e0e7f0; background: #fff; box-shadow: 0 10px 28px rgba(25,62,108,.05); }
.product-value-grid article::before { content: ""; display: block; width: 34px; height: 4px; margin-bottom: 28px; background: #2f73d9; }
.product-value-grid h3,
.product-scene-grid h3,
.product-config-grid h3,
.product-list-columns h3,
.product-capability-grid h3,
.asset-mode-grid h3,
.service-category-grid h3,
.service-focus-grid h3 { margin: 0 0 14px; color: #27303b; font-size: 21px; font-weight: 650; }
.product-value-grid p,
.product-scene-grid p,
.product-config-grid p,
.product-capability-grid p,
.asset-mode-grid p,
.service-category-grid p,
.service-focus-grid p { margin: 0; color: #6b7685; font-size: 15px; line-height: 1.85; }

.product-scene-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.product-scene-grid article { overflow: hidden; border: 1px solid #e1e6ed; background: #fff; }
.product-scene-grid .product-photo { min-height: 270px; border-radius: 0; box-shadow: none; }
.product-scene-grid h3 { margin: 24px 26px 8px; }
.product-scene-grid p { margin: 0 26px 28px; }
.product-config-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.product-config-grid > div { padding: 36px 38px; border-top: 4px solid #2f73d9; background: #fff; box-shadow: 0 12px 30px rgba(25,62,108,.06); }
.product-note { margin: 28px 0 0; color: #7a8593; font-size: 14px; line-height: 1.8; }

.product-detail-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; }
.product-detail-grid.reverse { grid-template-columns: .92fr 1.08fr; }

/* Independent Tianjin project pages. */
.project-index-section { padding: 72px 0 96px; background: #fff; }
.project-index-grid { align-items: stretch; }
.project-index-card { height: 100%; transition: transform .28s ease, box-shadow .28s ease; }
.project-index-card:hover { transform: translateY(-6px); box-shadow: 0 22px 48px rgba(18, 47, 86, .13); }
.project-index-card .card-image { overflow: hidden; }
.project-index-card .card-image img { transition: transform .45s ease; }
.project-index-card:hover .card-image img { transform: scale(1.035); }
.project-index-card h2 { font-size: 28px; margin: 8px 0 18px; }
.project-index-card h2 a { color: inherit; text-decoration: none; }

.project-detail-hero { min-height: 540px; display: flex; align-items: flex-end; position: relative; color: #fff; background-image: linear-gradient(90deg, rgba(8,31,62,.9) 0%, rgba(8,31,62,.58) 48%, rgba(8,31,62,.16) 100%), var(--project-hero); background-size: cover; background-position: center; }
.project-detail-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 150px; background: linear-gradient(transparent, rgba(7,29,57,.25)); pointer-events: none; }
.project-detail-hero .wrap { width: 100%; position: relative; z-index: 1; padding-bottom: 72px; }
.project-detail-breadcrumb { display: flex; gap: 10px; align-items: center; margin-bottom: 90px; font-size: 15px; color: rgba(255,255,255,.8); }
.project-detail-breadcrumb a { color: inherit; text-decoration: none; }
.project-detail-hero p { margin: 0 0 10px; font-size: 18px; letter-spacing: .08em; }
.project-detail-hero h1 { margin: 0 0 30px; font-size: clamp(48px, 5.4vw, 78px); line-height: 1.05; }
.project-hero-cta, .project-primary-button, .project-secondary-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 26px; border-radius: 2px; text-decoration: none; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.project-hero-cta, .project-primary-button { color: #fff; background: #1f70d6; }
.project-hero-cta:hover, .project-primary-button:hover { background: #165fb9; transform: translateY(-2px); }
.project-detail-section { padding: 96px 0; background: #fff; }
.project-detail-section:nth-of-type(odd) { background: #f6f8fb; }
.project-detail-heading { max-width: 760px; margin-bottom: 42px; }
.project-detail-heading small { display: block; margin-bottom: 10px; color: #2875d4; font-size: 14px; font-weight: 800; letter-spacing: .16em; }
.project-detail-heading h2 { margin: 0; font-size: clamp(36px, 4vw, 54px); line-height: 1.12; color: #182536; }
.project-detail-heading p { margin: 16px 0 0; color: #687587; font-size: 18px; line-height: 1.8; }
.project-intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.project-intro-grid figure { margin: 0; aspect-ratio: 4 / 3; overflow: hidden; }
.project-intro-grid figure img { width: 100%; height: 100%; object-fit: cover; }
.project-intro-lead { margin: 0 0 34px; font-size: 24px; line-height: 1.8; color: #233247; }
.project-profile-list { margin: 0; border-top: 1px solid #dbe2eb; }
.project-profile-list > div { display: grid; grid-template-columns: 110px 1fr; gap: 26px; padding: 18px 0; border-bottom: 1px solid #dbe2eb; }
.project-profile-list dt { color: #7a8797; }
.project-profile-list dd { margin: 0; color: #1d2a3b; font-weight: 600; line-height: 1.65; }
.project-location-video { background: #0d2340 !important; color: #fff; }
.project-location-video .project-detail-heading h2 { color: #fff; }
.project-location-video .project-detail-heading p { color: rgba(255,255,255,.7); }
.project-video-frame { overflow: hidden; border-radius: 4px; box-shadow: 0 30px 70px rgba(0,0,0,.3); background: #07172a; }
.project-video-frame video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: #07172a; }
.project-environment-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.project-environment-grid figure { grid-column: span 4; margin: 0; aspect-ratio: 4 / 3; overflow: hidden; background: #e7ebf0; }
.project-environment-grid figure:first-child { grid-column: span 8; grid-row: span 2; aspect-ratio: auto; min-height: 520px; }
.project-environment-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.project-environment-grid figure:hover img { transform: scale(1.03); }
.project-listing-panel { border: 1px solid #dce3ec; background: #fff; }
.project-listing-status { padding: 36px 40px; border-bottom: 1px solid #dce3ec; }
.project-listing-status > span { display: inline-block; margin-bottom: 12px; padding: 5px 10px; background: #e9f2ff; color: #1f70d6; font-size: 13px; font-weight: 800; }
.project-listing-status h3 { margin: 0 0 8px; font-size: 28px; }
.project-listing-status p { margin: 0; color: #667487; line-height: 1.75; }
.project-listing-row { display: grid; grid-template-columns: 1.3fr .8fr .8fr 1fr 1fr; }
.project-listing-row span { padding: 20px 22px; border-right: 1px solid #e3e8ef; }
.project-listing-row span:last-child { border-right: 0; }
.project-listing-row.is-head { background: #f3f6fa; color: #435268; font-weight: 800; }
.project-listing-row.is-empty { color: #8a95a4; border-top: 1px solid #e3e8ef; }
.project-listing-row.is-empty span:first-child { color: #1d2a3b; font-weight: 700; }
.project-listing-actions { display: flex; gap: 14px; margin-top: 28px; }
.project-secondary-button { color: #24405f; border: 1px solid #aab8c9; }
.project-secondary-button:hover { border-color: #24405f; transform: translateY(-2px); }
.project-data-note { margin: 20px 0 0; color: #8390a0; font-size: 14px; }

/* Redesigned company profile and merged culture section. */
.about-redesign { color: #1b2838; background: #fff; }
.about-brand-hero { min-height: 650px; display: flex; align-items: center; position: relative; color: #fff; background-image: linear-gradient(90deg, rgba(8,31,61,.92) 0%, rgba(8,31,61,.72) 46%, rgba(8,31,61,.18) 100%), url('assets/pages/about.jpg'); background-size: cover; background-position: center; }
.about-brand-hero .wrap { width: min(1180px, calc(100% - 40px)); padding-top: 54px; padding-bottom: 68px; }
.about-eyebrow, .about-section-heading > span, .about-section-copy > span, .about-culture-intro span { display: block; margin-bottom: 16px; color: #70aaf0; font-size: 13px; font-weight: 800; letter-spacing: .2em; }
.about-brand-hero h1 { max-width: 900px; margin: 0; font-size: clamp(52px, 6vw, 84px); line-height: 1.12; letter-spacing: -.045em; }
.about-hero-lead { max-width: 760px; margin: 30px 0 0; color: rgba(255,255,255,.82); font-size: 20px; line-height: 1.85; }
.about-hero-actions { display: flex; gap: 14px; margin-top: 38px; }
.about-hero-actions a, .about-contact-cta a { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 28px; color: #fff; background: #2474d4; text-decoration: none; font-weight: 750; transition: transform .2s ease, background .2s ease; }
.about-hero-actions a:nth-child(2) { background: transparent; border: 1px solid rgba(255,255,255,.55); }
.about-hero-actions a:hover, .about-contact-cta a:hover { transform: translateY(-2px); background: #175faf; }
.about-anchor-nav { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid #e3e9f0; backdrop-filter: blur(12px); }
.about-anchor-nav .wrap { display: flex; justify-content: center; gap: clamp(30px,5vw,76px); }
.about-anchor-nav a { padding: 20px 0 17px; color: #33445a; border-bottom: 3px solid transparent; text-decoration: none; font-weight: 700; }
.about-anchor-nav a:hover { color: #1f70d6; border-bottom-color: #1f70d6; }
.about-section { padding: 108px 0; }
.about-section-heading { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.about-section-heading h2, .about-section-copy h2, .about-culture-intro h2 { margin: 0; color: #162435; font-size: clamp(38px,4.5vw,58px); line-height: 1.18; letter-spacing: -.035em; }
.about-section-heading p { margin: 18px 0 0; color: #718093; font-size: 18px; line-height: 1.8; }
.about-profile-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 84px; align-items: center; }
.about-section-copy .about-lead { margin: 30px 0 22px; color: #27384d; font-size: 23px; line-height: 1.75; }
.about-section-copy > p:not(.about-lead) { color: #6e7b8d; font-size: 17px; line-height: 1.95; }
.about-profile-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.about-profile-tags span { padding: 10px 15px; color: #245f9f; background: #edf5ff; border: 1px solid #d8e8fa; font-size: 14px; font-weight: 700; }
.about-profile-image { position: relative; margin: 0; }
.about-profile-image::before { content: ""; position: absolute; left: -20px; top: -20px; width: 115px; height: 115px; border-left: 5px solid #2875d4; border-top: 5px solid #2875d4; z-index: 1; }
.about-profile-image::after { content: ""; position: absolute; right: -28px; bottom: 54px; width: 56%; height: 38%; background: #e9f3ff; z-index: 0; }
.about-profile-image img { display: block; position: relative; z-index: 1; width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.about-profile-image figcaption { position: relative; z-index: 2; margin: 18px 0 0; color: #8a96a5; font-size: 13px; letter-spacing: .08em; }
.about-overview { background: #f5f8fc; }
.about-overview-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.about-overview-grid article { min-height: 330px; padding: 38px 30px; background: #fff; border: 1px solid #e3eaf2; box-shadow: 0 14px 38px rgba(22,57,99,.055); transition: transform .25s ease, box-shadow .25s ease; }
.about-overview-grid article:hover { transform: translateY(-7px); box-shadow: 0 22px 50px rgba(22,57,99,.12); }
.about-line-icon { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 34px; color: #1f70d6; background: linear-gradient(145deg,#eef6ff,#fff); border: 1px solid #d7e8fb; border-radius: 18px; }
.about-line-icon svg, .about-path-icon svg, .about-culture-icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.about-overview-grid h3 { margin: 0 0 16px; font-size: 22px; }
.about-overview-grid p { margin: 0; color: #718093; line-height: 1.85; }
.about-facts { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 36px; background: #0e2c52; color: #fff; }
.about-facts > div { padding: 30px 28px; border-right: 1px solid rgba(255,255,255,.16); }
.about-facts > div:last-child { border-right: 0; }
.about-facts strong { display: block; margin-bottom: 8px; font-size: clamp(28px,3vw,40px); color: #8dc1ff; }
.about-facts span { color: rgba(255,255,255,.72); font-size: 14px; }
.about-data-note { margin: 16px 0 0; color: #8a96a6; font-size: 13px; text-align: right; }
.about-paths { position: relative; overflow: hidden; background: #0a2445; }
.about-paths::before, .about-paths::after { content: ""; position: absolute; border: 1px solid rgba(99,159,229,.18); border-radius: 50%; pointer-events: none; }
.about-paths::before { width: 520px; height: 520px; left: -250px; top: -180px; }
.about-paths::after { width: 360px; height: 360px; right: -160px; bottom: -170px; }
.about-section-heading.light h2 { color: #fff; }
.about-path-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.about-path-grid article { position: relative; padding: 48px; color: #fff; background: linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.04)); border: 1px solid rgba(255,255,255,.16); }
.about-path-icon { width: 74px; height: 74px; display: grid; place-items: center; margin-bottom: 34px; color: #8fc3ff; border: 1px solid rgba(143,195,255,.4); border-radius: 50%; }
.about-path-icon svg { width: 42px; height: 42px; }
.about-path-grid small { color: #79b6fd; letter-spacing: .15em; }
.about-path-grid h3 { margin: 8px 0 18px; font-size: 34px; }
.about-path-grid p { color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.8; }
.about-path-grid ul { margin: 26px 0; padding: 0; list-style: none; }
.about-path-grid li { position: relative; padding: 10px 0 10px 22px; color: rgba(255,255,255,.88); border-bottom: 1px solid rgba(255,255,255,.09); }
.about-path-grid li::before { content: ""; position: absolute; left: 0; top: 18px; width: 7px; height: 7px; background: #4d9df6; transform: rotate(45deg); }
.about-path-grid a { color: #8fc3ff; text-decoration: none; font-weight: 800; }
.about-culture { position: relative; overflow: hidden; padding: 76px 0; background: linear-gradient(135deg,#f1f6fc 0%,#fff 68%); }
.about-culture::before { content: ""; position: absolute; right: -130px; top: -150px; width: 360px; height: 360px; border: 70px solid rgba(103,176,75,.08); border-radius: 50%; pointer-events: none; }
.about-culture-intro { position: relative; display: grid; grid-template-columns: minmax(0,1fr) 270px; gap: 60px; align-items: center; padding: 48px 56px; color: #fff; border: 0; background: linear-gradient(115deg,#08294f 0%,#124f8e 72%,#1c6eb5 100%); box-shadow: 0 24px 60px rgba(10,42,79,.16); }
.about-culture-intro::after { content: ""; position: absolute; left: 0; bottom: 0; width: 150px; height: 6px; background: #75b84a; }
.about-culture-intro span { color: #a6db80; }
.about-culture-intro h2 { color: #fff; font-size: clamp(42px,4.8vw,64px); }
.about-culture-intro p { max-width: 760px; margin: 18px 0 0; color: rgba(255,255,255,.78); font-size: 20px; line-height: 1.75; }
.about-culture-intro img { width: 250px; max-height: 142px; object-fit: contain; padding: 24px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); }
.about-culture-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; margin-top: 24px; border: 0; }
.about-culture-grid article { position: relative; min-height: 250px; padding: 44px 46px; overflow: hidden; background: #fff; border: 1px solid #dfe8f2; box-shadow: 0 18px 42px rgba(20,55,93,.08); }
.about-culture-grid article::after { content: "“"; position: absolute; right: 24px; bottom: -35px; color: rgba(30,103,179,.07); font: 700 180px/1 Georgia,serif; }
.about-culture-grid article:first-child { border-top: 6px solid #75b84a; }
.about-culture-grid article:last-child { border-top: 6px solid #2474d4; }
.about-culture-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 28px; color: #2474d4; background: #edf5ff; border-radius: 16px; }
.about-culture-grid article:first-child .about-culture-icon { color: #5b9d35; background: #eef7e9; }
.about-culture-icon svg { width: 36px; height: 36px; }
.about-culture-grid h3 { margin: 0 0 16px; color: #15263a; font-size: 27px; }
.about-culture-grid p { position: relative; z-index: 1; max-width: 560px; margin: 0; color: #334a63; font-size: 21px; font-weight: 650; line-height: 1.8; }
.about-contact-cta { padding: 72px 0; color: #fff; background: linear-gradient(100deg,#1e64b7,#287edc); }
.about-contact-cta .wrap { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.about-contact-cta small { color: rgba(255,255,255,.68); letter-spacing: .14em; }
.about-contact-cta h2 { max-width: 820px; margin: 8px 0 0; font-size: clamp(30px,3.2vw,45px); line-height: 1.32; }
.about-contact-cta a { flex: 0 0 auto; background: #fff; color: #1e64b7; }
.about-contact-cta a:hover { background: #0d315e; color: #fff; }

@media (max-width: 1020px) {
  .about-overview-grid, .about-culture-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .about-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .about-facts > div:nth-child(2) { border-right: 0; }
  .about-facts > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
}

@media (max-width: 780px) {
  .about-brand-hero { min-height: 570px; background-position: 60% center; }
  .about-brand-hero h1 { font-size: 48px; }
  .about-hero-lead { font-size: 18px; }
  .about-anchor-nav { position: static; overflow-x: auto; }
  .about-anchor-nav .wrap { min-width: 0; justify-content: space-between; gap: 18px; }
  .about-anchor-nav a { font-size: 14px; white-space: nowrap; }
  .about-section { padding: 76px 0; }
  .about-profile-grid, .about-path-grid, .about-culture-intro { grid-template-columns: 1fr; gap: 34px; }
  .about-profile-grid { display: flex; flex-direction: column; }
  .about-profile-image { order: -1; }
  .about-profile-image::before { left: 0; }
  .about-profile-image::after { right: 0; }
  .about-culture { padding: 58px 0; }
  .about-culture-intro { padding: 38px 34px; }
  .about-culture-intro img { width: 210px; }
  .about-contact-cta .wrap { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .about-brand-hero { min-height: 540px; }
  .about-brand-hero h1 { font-size: 40px; }
  .about-hero-actions { flex-direction: column; align-items: stretch; }
  .about-section-heading h2, .about-section-copy h2, .about-culture-intro h2 { font-size: 36px; }
  .about-overview-grid, .about-culture-grid, .about-facts { grid-template-columns: 1fr; }
  .about-overview-grid article { min-height: 0; }
  .about-facts > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .about-facts > div:last-child { border-bottom: 0; }
  .about-path-grid article { padding: 34px 26px; }
  .about-culture-grid article { min-height: 0; padding: 34px 28px; }
  .about-culture-grid p { font-size: 18px; }
}

@media (max-width: 900px) {
  .project-detail-hero { min-height: 460px; }
  .project-detail-breadcrumb { margin-bottom: 60px; }
  .project-intro-grid { grid-template-columns: 1fr; gap: 36px; }
  .project-environment-grid figure, .project-environment-grid figure:first-child { grid-column: span 6; grid-row: auto; min-height: 0; aspect-ratio: 4 / 3; }
  .project-listing-row { grid-template-columns: 1.3fr .8fr .8fr; }
  .project-listing-row span:nth-child(4), .project-listing-row span:nth-child(5) { display: none; }
}

@media (max-width: 640px) {
  .project-index-section, .project-detail-section { padding: 60px 0; }
  .project-detail-hero { min-height: 420px; background-position: 58% center; }
  .project-detail-hero .wrap { padding-bottom: 48px; }
  .project-detail-breadcrumb { margin-bottom: 46px; font-size: 13px; }
  .project-detail-hero p { font-size: 15px; }
  .project-detail-hero h1 { font-size: 42px; }
  .project-detail-heading { margin-bottom: 28px; }
  .project-detail-heading h2 { font-size: 34px; }
  .project-detail-heading p { font-size: 16px; }
  .project-intro-lead { font-size: 20px; }
  .project-profile-list > div { grid-template-columns: 82px 1fr; gap: 14px; }
  .project-environment-grid { gap: 10px; }
  .project-environment-grid figure, .project-environment-grid figure:first-child { grid-column: span 12; }
  .project-listing-status { padding: 26px 22px; }
  .project-listing-table { overflow-x: auto; }
  .project-listing-row { min-width: 560px; grid-template-columns: 1.3fr .8fr .8fr; }
  .project-listing-actions { flex-direction: column; }
  .project-primary-button, .project-secondary-button { width: 100%; }
}
.product-list-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.product-list-columns > div { padding: 28px; background: #f5f8fc; }
.product-list-columns ul { margin: 0; padding-left: 20px; color: #667282; line-height: 2; }
.product-capability-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.product-capability-grid article { position: relative; min-height: 260px; padding: 34px 28px; overflow: hidden; border: 1px solid #dfe7f1; background: #fff; }
.capability-mark { display: block; width: 46px; height: 46px; margin-bottom: 28px; border: 9px solid #d6e7fb; border-radius: 50%; box-shadow: inset 0 0 0 5px #2f73d9; }
.product-flow-list { display: flex; flex-wrap: wrap; gap: 12px; }
.product-flow-list span { padding: 12px 17px; color: #255c9e; background: #edf5fe; border-left: 3px solid #2f73d9; }

.asset-mode-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.asset-mode-grid article { padding: 38px 32px; border: 1px solid #dfe7f1; background: #fff; box-shadow: 0 14px 36px rgba(20,55,98,.07); }
.asset-mode-grid article > span { display: block; width: 48px; height: 5px; margin-bottom: 28px; background: linear-gradient(90deg,#0f3767,#3787e4); }
.asset-mode-grid dl { margin: 26px 0 0; padding-top: 22px; border-top: 1px solid #e6ebf2; }
.asset-mode-grid dl div + div { margin-top: 15px; }
.asset-mode-grid dt { color: #2f73d9; font-size: 13px; font-weight: 700; }
.asset-mode-grid dd { margin: 5px 0 0; color: #77818f; font-size: 13px; line-height: 1.65; }
.product-tag-cloud { display: flex; flex-wrap: wrap; gap: 12px; }
.product-tag-cloud span { padding: 11px 16px; border: 1px solid #cbd9e9; background: #fff; color: #506174; }

.service-category-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 16px; }
.service-category-grid article { padding: 30px 24px; background: #fff; border-bottom: 3px solid #2f73d9; }
.service-category-grid article > span { display: block; width: 36px; height: 36px; margin-bottom: 24px; border-radius: 10px 3px 10px 3px; background: linear-gradient(135deg,#163f73,#3788e5); }
.service-focus-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.service-focus-grid article { padding: 38px 34px; border: 1px solid #dfe6ef; background: #fff; }

.product-cta { padding: 56px 0; color: #fff; background: linear-gradient(120deg,#0c2f5b,#245f9f); }
.product-cta .wrap { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.product-cta small { color: #a9cffa; }
.product-cta h2 { margin: 9px 0 10px; color: #fff; font-size: clamp(28px,3vw,40px); }
.product-cta p { margin: 0; color: #d7e4f4; }
.product-cta a { flex: 0 0 auto; padding: 14px 26px; color: #173d6c; border-radius: 3px; background: #fff; font-weight: 700; }

.partners-page-hero { padding: 94px 0 72px; color: #fff; background: linear-gradient(125deg,#0c2f5b,#327bd0); }
.partners-page-hero small { color: #b9d8fa; }
.partners-page-hero h1 { margin: 14px 0 16px; color: #fff; font-size: clamp(38px,4vw,56px); }
.partners-page-hero p { max-width: 720px; margin: 0; color: #deebf8; font-size: 17px; line-height: 1.8; }
.partner-category-list { display: grid; gap: 54px; }
.partner-category { overflow: hidden; border: 1px solid #e3e9f1; border-radius: 10px; background: #fff; box-shadow: 0 14px 36px rgba(26,55,90,.06); }
.partner-category header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 28px; border-left: 5px solid #2f73d9; background: #f5f8fc; }
.partner-category h2 { margin: 0 0 10px; color: #27303b; font-size: 23px; line-height: 1.45; }
.partner-category header p { margin: 0; color: #7d8794; font-size: 13px; }
.partner-category .partner-wall { grid-template-columns: repeat(4,minmax(0,1fr)); }
.partner-category .partner-logo { min-height: 110px; }
.partner-logo-board { margin: 0; padding: 22px 24px 26px; background: #fff; }
.partner-logo-board img { display: block; width: 100%; height: auto; }
.framework-section-intro { max-width: 780px; margin: -34px auto 38px; color: #727d8c; text-align: center; line-height: 1.8; }
.homepage-partner-groups { margin-top: 34px; }
.homepage-partner-groups .partner-category { box-shadow: none; }

.content-hub-hero { padding: 96px 0 76px; color: #fff; }
.content-hub-hero.video-hub-hero { background: linear-gradient(125deg,#071d38,#184f87 64%,#327bd0); }
.content-hub-hero.knowledge-hub-hero { background: linear-gradient(125deg,#0c2f5b,#2467aa 60%,#3e8cda); }
.content-hub-hero small { color: #b9d8fa; letter-spacing: .18em; }
.content-hub-hero h1 { margin: 14px 0 16px; color: #fff; font-size: clamp(38px,4vw,58px); }
.content-hub-hero p { max-width: 760px; margin: 0; color: #dceaf7; font-size: 17px; line-height: 1.85; }
.content-channel-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 18px; }
.content-channel-grid a { min-height: 245px; padding: 30px 24px; color: #25303c; border: 1px solid #e2e8ef; border-top: 4px solid #2d76ce; background: #fff; transition: transform .2s ease,box-shadow .2s ease; }
.content-channel-grid a:hover { transform: translateY(-5px); box-shadow: 0 16px 34px rgba(25,60,100,.1); }
.content-channel-grid span { color: #327bd0; font-size: 11px; letter-spacing: .15em; }
.content-channel-grid h2 { margin: 18px 0 12px; font-size: 23px; }
.content-channel-grid p { min-height: 72px; margin: 0 0 18px; color: #75808c; font-size: 14px; line-height: 1.7; }
.content-channel-grid b { color: #286ab5; font-size: 13px; }
.video-content-grid,.knowledge-content-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 26px; }
.video-content-card,.knowledge-content-card { overflow: hidden; border: 1px solid #e2e8ef; border-radius: 8px; background: #fff; }
.video-upload-placeholder { display: grid; min-height: 220px; place-content: center; gap: 9px; color: #fff; text-align: center; background: linear-gradient(135deg,#102e52,#327bd0); }
.video-upload-placeholder span { display: grid; width: 58px; height: 58px; margin: auto; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; }
.video-upload-placeholder small { color: #d6e6f7; }
.video-content-card > div:last-child { padding: 22px; }
.video-content-card > div:last-child > small,.knowledge-content-card > small { color: #327bd0; font-size: 11px; letter-spacing: .1em; }
.video-content-card h2,.knowledge-content-card h2 { margin: 10px 0; font-size: 20px; line-height: 1.45; }
.video-content-card p,.knowledge-content-card p { color: #74808d; font-size: 14px; line-height: 1.75; }
.knowledge-content-card { padding: 27px; border-top: 4px solid #327bd0; }
.knowledge-content-card a { color: #2769b0; font-size: 13px; font-weight: 700; }

/* 知识中心：内容优先、低营销感、适合长列表与独立文章阅读。 */
.knowledge-hero-meta { display:flex; flex-wrap:wrap; gap:10px; margin-top:28px; }
.knowledge-hero-meta span { padding:8px 13px; color:#dcecff; border:1px solid rgba(255,255,255,.28); border-radius:999px; background:rgba(255,255,255,.06); font-size:12px; }
.knowledge-channel-section,.knowledge-library-section { padding:92px 0 108px; background:#fff; }
.knowledge-library-pale { background:#f5f8fc; }
.knowledge-library-head { display:flex; align-items:flex-end; justify-content:space-between; gap:50px; margin-bottom:44px; }
.knowledge-library-head > div { flex:0 1 720px; }
.knowledge-library-head small { color:#2f76ca; font-size:11px; font-weight:750; letter-spacing:.18em; }
.knowledge-library-head h2 { margin:11px 0 0; color:#172538; font-size:clamp(30px,3.2vw,44px); line-height:1.25; }
.knowledge-library-head > p { max-width:560px; margin:0; color:#6d7988; line-height:1.85; }
.knowledge-channel-count-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:16px; }
.knowledge-channel-count-grid > a { min-height:290px; padding:30px 25px; color:#1e2b3a; border:1px solid #dde6ef; border-radius:8px; background:linear-gradient(180deg,#fff,#f8fbff); transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
.knowledge-channel-count-grid > a:hover { transform:translateY(-5px); border-color:#9cc3ee; box-shadow:0 18px 38px rgba(29,67,111,.1); }
.knowledge-channel-count-grid strong { color:#2472ca; font-size:44px; line-height:1; }
.knowledge-channel-count-grid > a > small { margin-left:4px; color:#8a96a4; }
.knowledge-channel-count-grid h2 { margin:34px 0 12px; font-size:22px; }
.knowledge-channel-count-grid p { min-height:100px; margin:0 0 20px; color:#74808c; font-size:14px; line-height:1.75; }
.knowledge-channel-count-grid span { color:#286cb8; font-size:13px; font-weight:700; }
.knowledge-hub-feature-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:16px; }
.knowledge-hub-feature { padding:26px 23px; color:#243142; border-top:4px solid #2e76cc; border-radius:5px; background:#fff; box-shadow:0 12px 30px rgba(28,61,98,.06); }
.knowledge-hub-feature small { color:#2e76cc; font-size:11px; letter-spacing:.12em; }
.knowledge-hub-feature h2 { margin:15px 0 12px; font-size:19px; line-height:1.5; }
.knowledge-hub-feature p { display:-webkit-box; overflow:hidden; margin:0 0 18px; color:#778391; font-size:13px; line-height:1.75; -webkit-box-orient:vertical; -webkit-line-clamp:5; }
.knowledge-hub-feature span { color:#276ab4; font-size:12px; font-weight:700; }
.knowledge-library-toolbar { display:grid; grid-template-columns:minmax(280px,1fr) auto auto; gap:24px; align-items:end; margin-bottom:34px; padding:20px 22px; border:1px solid #e0e8f0; border-radius:8px; background:#f8fafc; }
.knowledge-library-toolbar label { display:grid; gap:7px; }
.knowledge-library-toolbar label > span { color:#5f6d7c; font-size:12px; font-weight:700; }
.knowledge-search { width:100%; min-height:44px; padding:0 14px; color:#263445; border:1px solid #cfd9e4; border-radius:5px; background:#fff; font:inherit; }
.knowledge-search:focus { border-color:#397fd0; box-shadow:0 0 0 3px rgba(57,127,208,.12); outline:none; }
.knowledge-audience-filter { display:flex; gap:7px; }
.knowledge-audience-filter button { min-height:42px; padding:0 15px; color:#526071; border:1px solid #d4dee8; border-radius:999px; background:#fff; cursor:pointer; }
.knowledge-audience-filter button.is-active { color:#fff; border-color:#246fca; background:#246fca; }
.knowledge-result-count { min-width:76px; margin:0 0 11px; color:#657283; font-size:12px; text-align:right; }
.knowledge-live-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.knowledge-live-card { display:flex; min-height:330px; padding:27px; flex-direction:column; border:1px solid #dfe7ef; border-radius:8px; background:#fff; box-shadow:0 10px 28px rgba(24,56,92,.045); transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
.knowledge-live-card:hover { transform:translateY(-4px); border-color:#a9c8eb; box-shadow:0 18px 36px rgba(24,56,92,.09); }
.knowledge-live-card.is-hidden { display:none; }
.knowledge-card-meta { display:flex; flex-wrap:wrap; gap:8px; }
.knowledge-card-meta span { padding:5px 9px; color:#286ebc; border-radius:999px; background:#eaf3fd; font-size:10px; font-weight:700; letter-spacing:.04em; }
.knowledge-live-card h2 { margin:19px 0 13px; font-size:21px; line-height:1.5; }
.knowledge-live-card h2 a { color:#1d2a3a; }
.knowledge-live-card > p { display:-webkit-box; overflow:hidden; margin:0; color:#6f7c8b; font-size:14px; line-height:1.82; -webkit-box-orient:vertical; -webkit-line-clamp:5; }
.knowledge-card-footer { display:flex; align-items:center; justify-content:space-between; gap:14px; margin-top:auto; padding-top:23px; border-top:1px solid #edf1f5; }
.knowledge-card-footer span { color:#8994a1; font-size:11px; }
.knowledge-card-footer a { color:#286db9; font-size:12px; font-weight:700; }
.knowledge-empty { padding:60px 20px; color:#728091; text-align:center; }
.knowledge-live-shell { margin-top:10px; }

.knowledge-article-main { background:#f5f7fa; }
.knowledge-article-hero { padding:76px 0 64px; color:#fff; background:linear-gradient(125deg,#0c2f5b,#2467aa 62%,#3e8cda); }
.knowledge-breadcrumbs { display:flex; flex-wrap:wrap; gap:9px; margin-bottom:34px; color:#bad6f2; font-size:12px; }
.knowledge-breadcrumbs a { color:#d9eafb; }
.knowledge-article-hero h1 { max-width:940px; margin:22px 0 18px; color:#fff; font-size:clamp(34px,4.3vw,58px); line-height:1.28; letter-spacing:-.025em; }
.knowledge-article-hero > .wrap > p { max-width:890px; margin:0; color:#dbe9f7; font-size:17px; line-height:1.9; }
.knowledge-article { padding:58px 0 110px; }
.knowledge-article > .wrap { padding:48px 56px; border:1px solid #e0e6ed; border-radius:9px; background:#fff; box-shadow:0 22px 55px rgba(24,53,87,.08); }
.knowledge-article .content-byline { display:flex; flex-wrap:wrap; gap:10px 22px; margin-bottom:28px; padding-bottom:20px; color:#7a8795; border-bottom:1px solid #e9eef3; font-size:12px; }
.knowledge-article .direct-answer { margin:0 0 40px; padding:26px 28px; border-left:5px solid #2f78ca; border-radius:4px; background:#eef5fc; }
.knowledge-article .direct-answer span { color:#2268b3; font-size:12px; font-weight:800; letter-spacing:.1em; }
.knowledge-article .direct-answer p { margin:9px 0 0; color:#243447; font-size:18px; line-height:1.9; }
.knowledge-article-section { margin-top:42px; }
.knowledge-article-section h2 { margin:0 0 18px; color:#1d2d40; font-size:26px; }
.knowledge-article-section > p,.knowledge-sources li { color:#566575; font-size:16px; line-height:2; }
.knowledge-checklist { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:13px; margin:0; padding:0; list-style:none; }
.knowledge-checklist li { position:relative; padding:17px 18px 17px 45px; color:#425365; border:1px solid #e0e8f0; border-radius:6px; background:#fafcff; line-height:1.75; }
.knowledge-checklist li::before { position:absolute; top:17px; left:17px; display:grid; width:20px; height:20px; content:'✓'; place-items:center; color:#fff; border-radius:50%; background:#347dcc; font-size:11px; font-weight:800; }
.knowledge-case-note { margin:30px 0 40px; padding:23px 26px; border:1px solid #efd79d; border-radius:6px; background:#fff9ea; }
.knowledge-case-note strong { color:#71520e; }
.knowledge-case-note p { margin:8px 0 0; color:#735f31; line-height:1.8; }
.knowledge-sources { padding-top:34px; border-top:1px solid #e7edf3; }
.knowledge-sources ul { padding-left:22px; }
.knowledge-sources a { color:#246dbb; text-decoration:underline; text-decoration-color:#a9c8e8; text-underline-offset:3px; }
.knowledge-source-note { padding:15px 18px; color:#6f7d8c !important; border-radius:5px; background:#f5f7fa; font-size:13px !important; line-height:1.75 !important; }
.knowledge-related { display:flex; justify-content:space-between; gap:18px; margin-top:48px; padding-top:24px; border-top:1px solid #e7edf3; }
.knowledge-related a { color:#276cb7; font-weight:700; }

@media (max-width: 1050px) {
  .knowledge-channel-count-grid,.knowledge-hub-feature-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .knowledge-live-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .knowledge-channel-section,.knowledge-library-section { padding:64px 0 74px; }
  .knowledge-library-head { display:block; margin-bottom:30px; }
  .knowledge-library-head > p { margin-top:18px; }
  .knowledge-channel-count-grid,.knowledge-hub-feature-grid,.knowledge-live-grid,.knowledge-checklist { grid-template-columns:1fr; }
  .knowledge-library-toolbar { grid-template-columns:1fr; gap:15px; }
  .knowledge-audience-filter { flex-wrap:wrap; }
  .knowledge-result-count { margin:0; text-align:left; }
  .knowledge-live-card { min-height:0; }
  .knowledge-channel-count-grid > a { min-height:0; }
  .knowledge-channel-count-grid p { min-height:0; }
  .knowledge-article-hero { padding:54px 0 48px; }
  .knowledge-article { padding:26px 0 70px; }
  .knowledge-article > .wrap { padding:30px 22px; }
  .knowledge-article .direct-answer { padding:21px 20px; }
  .knowledge-article .direct-answer p { font-size:16px; }
  .knowledge-article-section h2 { font-size:23px; }
  .knowledge-article-section > p,.knowledge-sources li { font-size:15px; }
  .knowledge-related { flex-direction:column; }
}
.card-video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #0b1f35; object-fit: contain; }

/* 即刻影视：深色影院感主视觉与内容频道。 */
.media-cinematic-hero { position: relative; min-height: 690px; padding: 92px 0 84px; overflow: hidden; color: #fff; background: #07192f; isolation: isolate; }
.media-cinematic-hero::before { position: absolute; inset: 0; z-index: -2; content: ""; opacity: .22; background: linear-gradient(90deg,#06162c 8%,rgba(6,22,44,.82) 48%,rgba(6,22,44,.38)),url('assets/homepage/home-banner-lounge-4k.jpg') center/cover no-repeat; }
.media-cinematic-hero::after { position: absolute; inset: auto -12% -58% 38%; z-index: -1; width: 780px; height: 780px; content: ""; border: 1px solid rgba(100,174,255,.14); border-radius: 50%; box-shadow: 0 0 0 90px rgba(48,119,198,.05),0 0 0 180px rgba(48,119,198,.035); }
.media-hero-glow { position: absolute; top: -180px; left: -100px; z-index: -1; width: 520px; height: 520px; border-radius: 50%; background: rgba(33,111,200,.2); filter: blur(100px); }
.media-hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 72px; align-items: center; }
.media-hero-copy > small,.media-section-head small,.media-category-hero small { color: #79b9ff; font-size: 12px; font-weight: 750; letter-spacing: .2em; }
.media-hero-copy h1 { margin: 20px 0 28px; color: #fff; font-size: clamp(50px,5.4vw,78px); line-height: 1.13; font-weight: 720; letter-spacing: -.04em; }
.media-hero-copy > p { max-width: 590px; margin: 0; color: #c6d5e7; font-size: 17px; line-height: 1.95; }
.media-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.media-hero-actions a { padding: 14px 23px; color: #153d6c; border: 1px solid #fff; border-radius: 3px; background: #fff; font-size: 14px; font-weight: 750; }
.media-hero-actions a.is-ghost { color: #fff; border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.04); }
.media-hero-tags { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; color: #91a9c2; font-size: 12px; }
.media-hero-tags span { position: relative; padding-left: 14px; }
.media-hero-tags span::before { position: absolute; top: 50%; left: 0; width: 5px; height: 5px; content: ""; border-radius: 50%; background: #51a3ff; transform: translateY(-50%); }
.media-feature-stage { overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 5px; background: #0b223d; box-shadow: 0 32px 80px rgba(0,0,0,.34); transform: translateY(18px); }
.media-feature-image { position: relative; display: grid; min-height: 375px; place-items: center; background: linear-gradient(180deg,rgba(5,20,40,.05),rgba(5,20,40,.52)),url('assets/homepage/home-banner-reception-4k.jpg') center/cover no-repeat; }
.media-feature-image::after { position: absolute; right: 22px; bottom: 18px; content: "4K · FEATURED"; color: rgba(255,255,255,.8); font-size: 10px; letter-spacing: .15em; }
.media-feature-image button { position: relative; z-index: 1; display: grid; width: 88px; height: 88px; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(9,37,69,.4); backdrop-filter: blur(8px); cursor: pointer; transition: transform .25s ease,background .25s ease; }
.media-feature-image button:hover { background: rgba(47,121,207,.78); transform: scale(1.08); }
.media-feature-image button span { margin-left: 5px; font-size: 25px; }
.media-feature-caption { padding: 24px 28px 28px; }
.media-feature-caption small { color: #66adf7; font-size: 10px; letter-spacing: .18em; }
.media-feature-caption h2 { margin: 10px 0 7px; color: #fff; font-size: 24px; }
.media-feature-caption p { margin: 0; color: #8197ae; font-size: 13px; }
.media-channel-section,.media-category-library { padding: 96px 0 108px; background: #fff; }
.media-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 46px; margin-bottom: 46px; }
.media-section-head h2 { max-width: 820px; margin: 12px 0 0; color: #182536; font-size: clamp(30px,3.1vw,42px); line-height: 1.25; }
.media-section-head > p { max-width: 390px; margin: 0; color: #7c8794; font-size: 15px; line-height: 1.85; }
.media-channel-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); border-top: 1px solid #dfe6ee; border-left: 1px solid #dfe6ee; }
.media-channel-grid > a { position: relative; min-height: 310px; padding: 30px 24px 28px; overflow: hidden; color: #263444; border-right: 1px solid #dfe6ee; border-bottom: 1px solid #dfe6ee; background: #fff; transition: color .25s ease,background .25s ease,transform .25s ease; }
.media-channel-grid > a::after { position: absolute; inset: auto -35px -55px auto; width: 135px; height: 135px; content: ""; border: 1px solid #dce8f5; border-radius: 50%; transition: transform .3s ease; }
.media-channel-grid > a:hover { z-index: 1; color: #fff; background: linear-gradient(145deg,#0c315f,#2f78cd); transform: translateY(-8px); box-shadow: 0 18px 38px rgba(17,60,105,.18); }
.media-channel-grid > a:hover::after { border-color: rgba(255,255,255,.25); transform: scale(1.22); }
.media-channel-grid i { display: grid; width: 58px; height: 58px; margin-bottom: 42px; place-items: center; color: #2c70bc; border: 1px solid #cfdeed; border-radius: 50%; font-size: 12px; font-style: normal; font-weight: 750; }
.media-channel-grid small { color: #91a0ae; font-size: 9px; letter-spacing: .16em; }
.media-channel-grid h3 { margin: 13px 0 14px; font-size: 20px; line-height: 1.45; }
.media-channel-grid p { min-height: 72px; margin: 0; color: #7c8794; font-size: 13px; line-height: 1.8; }
.media-channel-grid b { position: absolute; right: 24px; bottom: 24px; color: #2d72bf; font-size: 22px; }
.media-channel-grid > a:hover i,.media-channel-grid > a:hover small,.media-channel-grid > a:hover p,.media-channel-grid > a:hover b { color: #fff; border-color: rgba(255,255,255,.45); }
.media-latest-section { padding: 100px 0 116px; background: #081a30; }
.media-section-head.light h2 { color: #fff; }
.media-section-head.light > p { color: #8fa5bb; }
.media-video-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.media-video-card { overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: #10263e; transition: transform .25s ease,box-shadow .25s ease; }
.media-video-card:hover { transform: translateY(-7px); box-shadow: 0 24px 50px rgba(0,0,0,.24); }
.media-video-cover { position: relative; display: grid; min-height: 235px; place-items: center; overflow: hidden; background: linear-gradient(145deg,#153d69,#286eb7); }
.media-video-cover::before { position: absolute; inset: -40% -10% auto auto; width: 260px; height: 260px; content: ""; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,255,255,.035); }
.media-video-cover .media-play { position: relative; z-index: 1; display: grid; width: 64px; height: 64px; place-items: center; color: #286caf; border-radius: 50%; background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.22); }
.media-video-cover > small { position: absolute; bottom: 17px; left: 18px; color: rgba(255,255,255,.72); font-size: 11px; }
.media-video-cover > i { position: absolute; right: 15px; bottom: 14px; padding: 4px 7px; color: #fff; border-radius: 3px; background: rgba(0,0,0,.45); font-size: 10px; font-style: normal; }
.media-video-copy { padding: 24px 25px 27px; }
.media-video-copy > small { color: #67adf4; font-size: 10px; letter-spacing: .14em; }
.media-video-copy h2 { margin: 10px 0; color: #fff; font-size: 20px; }
.media-video-copy p { min-height: 48px; margin: 0 0 18px; color: #91a4b7; font-size: 13px; line-height: 1.75; }
.media-video-copy b { color: #79b9f7; font-size: 12px; }
.media-category-hero { position: relative; padding: 105px 0 92px; overflow: hidden; color: #fff; background: linear-gradient(110deg,rgba(6,24,47,.97),rgba(12,56,98,.88)),url('assets/homepage/home-banner-lounge-4k.jpg') center/cover no-repeat; }
.media-category-hero::after { position: absolute; top: -190px; right: -120px; width: 520px; height: 520px; content: ""; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025); }
.media-category-hero .wrap { position: relative; z-index: 1; }
.media-category-hero a { display: inline-block; margin-bottom: 48px; color: #b7cee5; font-size: 13px; }
.media-category-hero h1 { margin: 14px 0 18px; color: #fff; font-size: clamp(42px,5vw,68px); }
.media-category-hero p { max-width: 680px; margin: 0; color: #c7d7e7; font-size: 17px; line-height: 1.8; }
.media-category-library .media-video-card { border-color: #dfe7ef; background: #fff; }
.media-category-library .media-video-copy h2 { color: #223144; }
.media-category-library .media-video-copy p { color: #788493; }
.media-library-shell .dynamic-grid { gap: 24px; }
.media-library-shell .content-card { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 0; background: #10263e; box-shadow: none; }
.media-library-shell .card-body { padding: 24px 25px 28px; }
.media-library-shell .card-body h3,.media-library-shell .card-body h3 a { color: #fff; }
.media-library-shell .card-body > p { color: #91a4b7; }
.media-library-shell .card-kicker,.media-library-shell .more { color: #73b5f7; }
.media-category-library .media-library-shell .content-card { border-color: #dfe7ef; background: #fff; }
.media-category-library .media-library-shell .card-body h3,.media-category-library .media-library-shell .card-body h3 a { color: #223144; }
.media-category-library .media-library-shell .card-body > p { color: #788493; }

.jike-assistant { position: fixed; right: 24px; bottom: 24px; z-index: 9998; font-family: inherit; }
.jike-assistant-toggle { display: flex; min-width: 136px; height: 52px; align-items: center; justify-content: center; gap: 9px; padding: 0 18px; color: #fff; border: 0; border-radius: 28px; background: linear-gradient(135deg,#0e315c,#2f79cf); box-shadow: 0 14px 35px rgba(10,45,84,.28); cursor: pointer; }
.jike-assistant-toggle span { display: grid; width: 29px; height: 29px; place-items: center; color: #174d85; border-radius: 50%; background: #fff; font-size: 13px; font-weight: 800; }
.jike-assistant-toggle b { font-size: 15px; letter-spacing: .04em; }
.jike-assistant.is-open .jike-assistant-toggle { display: none; }
.jike-assistant-panel { width: min(380px,calc(100vw - 32px)); overflow: hidden; border: 1px solid #dce5ef; border-radius: 16px; background: #fff; box-shadow: 0 24px 70px rgba(10,38,70,.24); }
.jike-assistant-panel[hidden] { display: none; }
.jike-assistant-panel > header { display: flex; min-height: 76px; align-items: center; justify-content: space-between; padding: 14px 17px 14px 20px; color: #fff; background: linear-gradient(125deg,#0c2f5b,#327bd0); }
.jike-assistant-panel > header b,.jike-assistant-panel > header small { display: block; }
.jike-assistant-panel > header b { font-size: 17px; }
.jike-assistant-panel > header small { margin-top: 4px; color: #d7e7f8; font-size: 12px; }
.jike-assistant-close { width: 36px; height: 36px; color: #fff; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); font-size: 25px; line-height: 1; cursor: pointer; }
.jike-assistant-messages { display: flex; height: 300px; flex-direction: column; gap: 12px; overflow-y: auto; padding: 18px; background: #f5f8fc; }
.jike-assistant-message { max-width: 88%; padding: 11px 13px; border-radius: 13px; box-shadow: 0 5px 14px rgba(20,55,94,.05); }
.jike-assistant-message p { margin: 0; font-size: 14px; line-height: 1.7; }
.jike-assistant-message a { display: inline-block; margin-top: 8px; color: #276cb8; font-size: 13px; font-weight: 700; }
.jike-assistant-message.is-bot { align-self: flex-start; color: #354354; border: 1px solid #e0e7ef; border-bottom-left-radius: 3px; background: #fff; }
.jike-assistant-message.is-user { align-self: flex-end; color: #fff; border-bottom-right-radius: 3px; background: #2f73c7; }
.jike-assistant-quick { display: flex; gap: 7px; overflow-x: auto; padding: 12px 14px 6px; background: #fff; scrollbar-width: thin; }
.jike-assistant-quick button { flex: 0 0 auto; padding: 7px 10px; color: #2b649f; border: 1px solid #cdddec; border-radius: 16px; background: #fff; font-size: 12px; cursor: pointer; }
.jike-assistant-panel form { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding: 10px 14px 8px; background: #fff; }
.jike-assistant-panel input { min-width: 0; height: 42px; padding: 0 12px; border: 1px solid #d5dfe9; border-radius: 7px; outline: none; font: inherit; font-size: 14px; }
.jike-assistant-panel input:focus { border-color: #337bd0; box-shadow: 0 0 0 3px rgba(51,123,208,.12); }
.jike-assistant-panel form button { padding: 0 16px; color: #fff; border: 0; border-radius: 7px; background: #2468b5; cursor: pointer; }
.jike-assistant-note { margin: 0; padding: 0 15px 12px; color: #929ba6; background: #fff; font-size: 11px; text-align: center; }

@media (max-width: 1040px) {
  .product-hero-grid,
  .product-detail-grid,
  .product-detail-grid.reverse { grid-template-columns: 1fr 1fr; gap: 36px; }
  .product-value-grid.four,
  .product-capability-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .service-category-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .partner-category header { align-items: flex-start; flex-direction: column; gap: 4px; }
  .content-channel-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .media-hero-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .media-channel-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .product-page-hero,
  .product-content-section { padding: 62px 0; }
  .product-hero-grid,
  .product-detail-grid,
  .product-detail-grid.reverse { grid-template-columns: 1fr; }
  .office-listing-entry .wrap { align-items: flex-start; flex-direction: column; gap: 24px; padding: 30px 26px; }
  .product-photo,
  .product-photo.shared-main,
  .product-photo.private-office,
  .product-photo.custom-main,
  .product-photo.asset-building,
  .product-photo.service-building { min-height: 330px; }
  .product-value-grid.three,
  .product-value-grid.four,
  .product-scene-grid,
  .product-config-grid,
  .product-list-columns,
  .product-capability-grid,
  .asset-mode-grid,
  .service-category-grid,
  .service-focus-grid { grid-template-columns: 1fr; }
  .product-cta .wrap { align-items: flex-start; flex-direction: column; }
  .partner-category .partner-wall { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .partner-category header { padding: 20px; }
  .partner-logo-board { overflow-x: auto; padding: 16px; }
  .partner-logo-board img { min-width: 760px; }
  .content-channel-grid,.video-content-grid,.knowledge-content-grid { grid-template-columns: 1fr; }
  .content-channel-grid a { min-height: 0; }
  .content-channel-grid p { min-height: 0; }
  .jike-assistant { right: 14px; bottom: 14px; }
  .jike-assistant-toggle { min-width: 52px; width: 52px; padding: 0; }
  .jike-assistant-toggle b { display: none; }
  .jike-assistant-panel { max-height: calc(100vh - 28px); }
  .jike-assistant-messages { height: min(300px,42vh); }
  .media-cinematic-hero { min-height: 0; padding: 70px 0 64px; }
  .media-hero-grid { grid-template-columns: 1fr; }
  .media-hero-copy h1 { font-size: 44px; }
  .media-feature-stage { transform: none; }
  .media-feature-image { min-height: 260px; }
  .media-section-head { align-items: flex-start; flex-direction: column; gap: 16px; }
  .media-channel-section,.media-category-library,.media-latest-section { padding: 68px 0 76px; }
  .media-channel-grid,.media-video-grid { grid-template-columns: 1fr; }
  .media-channel-grid > a { min-height: 245px; }
  .media-category-hero { padding: 76px 0 68px; }
  .media-category-hero a { margin-bottom: 34px; }
}
/* WeChat service-account archive */
.reference-news-section-title .wrap>div{max-width:820px}
.reference-news-section-title small{display:block;margin-bottom:12px;color:#2d76d5;font-size:13px;letter-spacing:.16em}
.reference-news-section-title p{margin:12px 0 0;color:#77818e;font-size:17px;line-height:1.8}
.wechat-feature-cover,.wechat-card-cover{display:block;overflow:hidden;background:#edf2f8}
.wechat-feature-cover{height:260px}
.wechat-card-cover{height:230px}
.wechat-feature-cover img,.wechat-card-cover img,.wechat-cover img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease}
.reference-news-feature-card:hover img,.reference-card:hover img{transform:scale(1.035)}
.reference-news-feature-card time{display:block;margin-top:18px;color:#8993a0;font-size:14px}
.reference-news-feature-card p,.reference-card-copy p{color:#6f7985;line-height:1.75}
.wechat-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.wechat-article-hero{padding:86px 0;background:linear-gradient(120deg,#102d54,#2c75ca);color:#fff}
.wechat-article-hero small{font-size:13px;letter-spacing:.18em;color:#bed7fb}
.wechat-article-hero h1{max-width:920px;margin:18px 0 22px;font-size:48px;line-height:1.25}
.wechat-article-hero p{max-width:850px;margin:0;font-size:19px;line-height:1.8;color:#e7f0fc}
.wechat-article-hero header div,.wechat-article-hero .wrap>div{display:flex;gap:24px;margin-top:24px;color:#d5e3f6;font-size:14px}
.wechat-article-layout{display:grid;grid-template-columns:minmax(0,780px) 300px;gap:70px;align-items:start;padding-top:70px;padding-bottom:100px}
.wechat-article-body{font-size:18px;line-height:1.95;color:#27313c}
.wechat-article-body>p{margin:0 0 24px}
.wechat-article-body h2{margin:52px 0 20px;font-size:29px;line-height:1.4;color:#14283f}
.wechat-article-body ul{margin:0 0 28px;padding-left:24px}
.wechat-article-body blockquote{margin:28px 0;padding:20px 24px;border-left:4px solid #2d76d5;background:#f3f7fc;color:#536171}
.wechat-article-body figure{margin:36px 0}
.wechat-article-body figure img{display:block;max-width:100%;height:auto;margin:auto;border-radius:4px}
.wechat-article-body figcaption{margin-top:9px;text-align:center;color:#98a1ab;font-size:13px}
.wechat-source-note{margin-top:54px;padding:22px 24px;background:#f5f7fa;border:1px solid #e4e9ef;color:#66717d;font-size:15px}
.wechat-source-note a{color:#1f67bd}
.wechat-article-side{position:sticky;top:30px}
.wechat-cover{height:210px;overflow:hidden;background:#edf2f8}
.wechat-article-side h2{margin:30px 0 12px;font-size:20px}
.wechat-article-side>a:not(.wechat-back){display:flex;flex-direction:column;gap:7px;padding:17px 0;border-bottom:1px solid #e5e9ee;color:#202a35}
.wechat-article-side>a time{color:#8b95a0;font-size:13px}
.wechat-article-side>a strong{font-size:16px;line-height:1.55}
.wechat-back{display:inline-block;margin-top:24px;color:#226bbf;font-weight:700}
@media(max-width:900px){
  .wechat-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wechat-article-layout{grid-template-columns:1fr;gap:35px;padding-top:45px}
  .wechat-article-side{position:static}
}
@media(max-width:640px){
  .wechat-card-grid{grid-template-columns:1fr}
  .wechat-feature-cover,.wechat-card-cover{height:215px}
  .wechat-article-hero{padding:52px 0}
  .wechat-article-hero h1{font-size:34px}
  .wechat-article-hero p{font-size:16px}
  .wechat-article-hero .wrap>div{flex-direction:column;gap:8px}
  .wechat-article-body{font-size:17px}
  .wechat-article-body h2{font-size:25px}
}

/* Public listing archive */
.listing-archive-hero { padding: 88px 0 82px; color: #fff; background: linear-gradient(118deg,#092746,#1f67ad); }
.listing-archive-hero h1 { margin: 12px 0 18px; color: #fff; font-size: clamp(38px,5vw,62px); }
.listing-archive-hero p { max-width: 700px; margin: 0; color: #d4e5f6; font-size: 17px; line-height: 1.8; }
.listing-archive-eyebrow { color: #92c6fb; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.listing-archive-content { padding: 56px 0 100px; background: #f4f7fa; }
.listing-project-shortcuts { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.listing-project-shortcuts a { padding: 9px 14px; color: #496177; border: 1px solid #d7e1eb; border-radius: 999px; background: #fff; font-size: 14px; transition: color .2s ease,border-color .2s ease,background .2s ease; }
.listing-project-shortcuts a:hover,.listing-project-shortcuts a.is-active { color: #fff; border-color: #1965ae; background: #1965ae; }
.listing-filter-shell { border: 1px solid #d9e3ed; background: #fff; box-shadow: 0 14px 34px rgba(16,53,88,.07); }
.listing-filter-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 28px; border-bottom: 1px solid #e4ebf1; }
.listing-filter-heading span { color: #183d63; font-size: 18px; font-weight: 800; }
.listing-filter-heading p { margin: 7px 0 0; color: #7a8a99; font-size: 13px; }
.listing-filter-toggle { display: none; padding: 9px 13px; color: #1b64ac; border: 1px solid #bad1e8; background: #fff; font: inherit; font-size: 14px; font-weight: 700; cursor: pointer; }
.listing-filter-panel { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; padding: 24px 28px 28px; }
.listing-filter-panel label { display: grid; gap: 8px; color: #556b7f; font-size: 13px; font-weight: 700; }
.listing-filter-panel select,.listing-filter-panel input { width: 100%; min-height: 46px; padding: 0 12px; color: #23384d; border: 1px solid #cfdbe6; border-radius: 2px; background: #fff; font: inherit; font-weight: 400; }
.listing-filter-panel select:focus,.listing-filter-panel input:focus { border-color: #2675bd; outline: 3px solid rgba(38,117,189,.13); }
.listing-filter-actions { display: flex; align-items: end; gap: 10px; }
.listing-filter-actions button { min-height: 46px; padding: 0 18px; border: 1px solid #1e69b0; background: #1e69b0; color: #fff; font: inherit; font-weight: 700; cursor: pointer; }
.listing-filter-actions .listing-filter-reset { color: #47617a; border-color: #c7d4df; background: #fff; }
.listing-archive-results { margin: 34px 0 18px; color: #6f7f8f; }
.listing-archive-results p { margin: 0; }
.listing-archive-results strong { color: #1d5f9f; font-size: 20px; }
.listing-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.listing-card { overflow: hidden; border: 1px solid #dce5ed; background: #fff; box-shadow: 0 8px 23px rgba(18,52,83,.05); transition: transform .25s ease,box-shadow .25s ease; }
.listing-card:hover { transform: translateY(-5px); box-shadow: 0 18px 35px rgba(18,52,83,.13); }
.listing-card-media { display: block; height: 216px; overflow: hidden; background: linear-gradient(135deg,#0d3159,#2d77bf); }
.listing-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.listing-card:hover .listing-card-media img { transform: scale(1.04); }
.listing-card-fallback { display: grid; width: 100%; height: 100%; place-content: center; gap: 8px; color: #fff; font-size: 25px; font-weight: 800; letter-spacing: .06em; text-align: center; }
.listing-card-fallback small { color: #b8d7f4; font-size: 12px; letter-spacing: .15em; }
.listing-card-body { padding: 21px 22px 22px; }
.listing-card-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.listing-card-heading > span { display: inline-block; padding: 4px 8px; border-radius: 2px; background: #e8f2fd; color: #216db5; font-size: 12px; font-weight: 800; }
.listing-card-heading > .listing-status-upcoming { background: #fff4dc; color: #a96800; }
.listing-card-heading > .listing-status-reserved { background: #f0ecfa; color: #6c56a3; }
.listing-card-heading p { overflow: hidden; margin: 0; color: #8493a0; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.listing-card h2 { margin: 15px 0 18px; color: #20374d; font-size: 21px; line-height: 1.4; }
.listing-card h2 a { color: inherit; }
.listing-card-details { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; margin: 0; padding: 15px 0; border-top: 1px solid #e5ebf0; border-bottom: 1px solid #e5ebf0; }
.listing-card-details div { min-width: 0; }
.listing-card-details dt { color: #8493a1; font-size: 11px; }
.listing-card-details dd { overflow: hidden; margin: 6px 0 0; color: #354e67; font-size: 13px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.listing-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 17px; }
.listing-card-footer strong { color: #1b68af; font-size: 15px; }
.listing-card-footer a { flex: 0 0 auto; color: #5b7186; font-size: 13px; font-weight: 700; }
.listing-card-footer a:hover { color: #1965ae; }
.listing-archive-empty { padding: 74px 24px; color: #728293; border: 1px dashed #cbd9e5; background: #fff; text-align: center; }
.listing-archive-empty h2 { margin: 0 0 11px; color: #2e4660; font-size: 23px; }
.listing-archive-empty p { margin: 0; }
.listing-archive-content .navigation.pagination { margin-top: 40px; }

@media (max-width: 1040px) {
  .listing-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .listing-filter-panel { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 700px) {
  .listing-archive-hero { padding: 65px 0 60px; }
  .listing-archive-content { padding: 36px 0 70px; }
  .listing-filter-heading { align-items: flex-start; padding: 19px 18px; }
  .listing-filter-heading p { line-height: 1.6; }
  .listing-filter-toggle { display: block; flex: 0 0 auto; }
  .listing-filter-panel { grid-template-columns: 1fr; padding: 0 18px 20px; }
  .has-listing-filters .listing-filter-panel { display: none; }
  .has-listing-filters .listing-filter-panel.is-open { display: grid; }
  .listing-filter-actions { align-items: stretch; }
  .listing-filter-actions button { flex: 1; }
}
@media (max-width: 640px) {
  .listing-project-shortcuts { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
  .listing-project-shortcuts a { flex: 0 0 auto; }
  .listing-card-grid { grid-template-columns: 1fr; }
  .listing-card-media { height: 225px; }
}

/* Public listing detail */
.listing-detail-hero { padding: 78px 0 66px; color: #fff; background: linear-gradient(118deg,#092746,#1f67ad); }
.listing-detail-eyebrow { margin: 0 0 10px; color: #92c6fb; font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.listing-detail-hero h1 { max-width: 880px; margin: 0; color: #fff; font-size: clamp(38px,5vw,62px); }
.listing-detail-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin-top: 22px; color: #d8e8f7; font-size: 14px; }
.listing-detail-meta a { color: #fff; font-weight: 700; }
.listing-detail-meta > span:first-child { padding: 5px 9px; color: #216db5; background: #e8f2fd; font-size: 12px; font-weight: 800; }
.listing-detail-meta > .listing-status-upcoming { color: #a96800; background: #fff4dc; }
.listing-detail-meta > .listing-status-reserved { color: #6c56a3; background: #f0ecfa; }
.listing-detail-content { padding: 62px 0 100px; background: #f4f7fa; }
.listing-detail-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 40px; align-items: start; }
.listing-media-section,.listing-detail-section,.listing-detail-panel,.listing-related-section { padding: 30px; border: 1px solid #dce5ed; background: #fff; }
.listing-main-image { margin: 0; overflow: hidden; background: #e7edf4; aspect-ratio: 16 / 10; }
.listing-main-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.listing-gallery { display: flex; gap: 10px; margin-top: 12px; overflow-x: auto; }
.listing-gallery button { flex: 0 0 80px; height: 60px; padding: 0; overflow: hidden; border: 2px solid transparent; background: #e7edf4; cursor: pointer; }
.listing-gallery button.is-active { border-color: #1e69b0; }
.listing-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; }
.listing-detail-data-note { margin: 0; padding: 44px 24px; color: #728293; border: 1px dashed #cbd9e5; background: #f8fafc; text-align: center; }
.listing-detail-section { margin-top: 24px; }
.listing-detail-section h2,.listing-related-section h2 { margin: 0 0 20px; color: #20374d; font-size: 27px; }
.listing-video-section video { display: block; width: 100%; background: #07172a; aspect-ratio: 16 / 9; }
.listing-detail-copy { color: #4d6073; line-height: 1.9; }
.listing-detail-copy > :last-child { margin-bottom: 0; }
.listing-facility-tags { display: flex; flex-wrap: wrap; gap: 9px; }
.listing-facility-tags span { padding: 8px 12px; color: #245f9f; border: 1px solid #d8e8fa; background: #edf5ff; font-size: 14px; font-weight: 700; }
.listing-detail-panel { position: sticky; top: 24px; }
.listing-price-label { margin: 0 0 8px; color: #75869a; font-size: 13px; font-weight: 700; }
.listing-detail-panel > strong { color: #1b68af; font-size: 28px; line-height: 1.25; }
.listing-detail-panel > p:not(.listing-price-label) { margin: 16px 0 24px; color: #718093; font-size: 14px; line-height: 1.75; }
.listing-detail-facts { margin: 0; border-top: 1px solid #e3ebf2; }
.listing-detail-facts > div { display: grid; grid-template-columns: 100px 1fr; gap: 14px; padding: 13px 0; border-bottom: 1px solid #e3ebf2; }
.listing-detail-facts dt { color: #7a8a99; font-size: 13px; }
.listing-detail-facts dd { margin: 0; color: #344e68; font-weight: 700; text-align: right; }
.listing-reservation-button { display: flex; align-items: center; justify-content: center; min-height: 50px; margin-top: 24px; color: #fff; background: #1e69b0; font-weight: 800; }
.listing-reservation-button:hover { color: #fff; background: #165a99; }
.listing-related-section { margin-top: 46px; }
.listing-related-section header { margin-bottom: 24px; }
.listing-related-section header p { margin: 0 0 7px; color: #2875d4; font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.listing-related-section h2 { margin: 0; }
.listing-related-section .listing-card h3 { margin: 15px 0 18px; color: #20374d; font-size: 21px; line-height: 1.4; }
.listing-related-section .listing-card h3 a { color: inherit; }

@media (max-width: 860px) {
  .listing-detail-layout { grid-template-columns: 1fr; }
  .listing-detail-panel { position: static; }
}
@media (max-width: 640px) {
  .listing-detail-hero { padding: 58px 0 50px; }
  .listing-detail-content { padding: 34px 0 70px; }
  .listing-media-section,.listing-detail-section,.listing-detail-panel,.listing-related-section { padding: 20px; }
}

/* Local listing preview states */
.listing-empty-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; margin-top: 24px; padding: 0 22px; color: #fff; background: #1e69b0; font-weight: 800; }
.listing-empty-cta:hover { color: #fff; background: #165a99; }
.listing-template-warning { display: grid; gap: 7px; margin-bottom: 28px; padding: 20px 24px; color: #654b13; border: 1px solid #ead79e; border-left: 4px solid #c28b1d; background: #fff9e9; line-height: 1.7; }
.listing-template-warning strong { color: #533b09; font-size: 18px; }
.listing-template-project-links { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 20px; }
.listing-template-project-links a { display: inline-flex; min-height: 44px; align-items: center; padding: 0 18px; color: #1e69b0; border: 1px solid #bfd3e5; background: #f7fbff; font-weight: 700; }
.listing-video-section .listing-detail-data-note { margin-top: 14px; padding: 18px; }

@media (max-width: 640px) {
  .listing-template-warning { padding: 17px 18px; }
  .listing-template-project-links { flex-direction: column; }
  .listing-template-project-links a { justify-content: center; }
}
