:root {
  --ink: #071b33;
  --muted: #586b7d;
  --blue: #096bff;
  --blue-deep: #064ba9;
  --cyan: #18a8bb;
  --green: #39a96b;
  --line: #d7e0e8;
  --mist: #eef4f7;
  --paper: #ffffff;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.corporate-page {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "PingFang SC", "SF Pro Display", "Microsoft YaHei", sans-serif;
}
body.corporate-page a { color: inherit; text-decoration: none; }
body.corporate-page img { display: block; max-width: 100%; }
.cp-wrap { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }
.cp-section { padding: 112px 0; }
.cp-kicker { margin: 0 0 22px; color: var(--blue); font-size: 12px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.cp-title { margin: 0; font-size: clamp(38px, 5vw, 68px); line-height: 1.06; letter-spacing: -.055em; }
.cp-lead { max-width: 660px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.8; }
.cp-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid var(--blue); background: var(--blue); color: #fff !important; font-size: 14px; font-weight: 700; }
.cp-button::after { content: "↗"; font-size: 16px; }
.cp-button.ghost { background: transparent; color: var(--blue) !important; }

.corporate-page .site-header { position: relative; inset: auto; display: grid; grid-template-columns: 210px 1fr auto; width: 100%; min-height: 80px; padding: 0 48px; align-items: center; background: #fff; border-bottom: 1px solid var(--line); color: var(--ink); z-index: 20; }
.corporate-page .site-header .brand img { width: 142px; height: auto; }
.corporate-page .primary-nav { display: flex; justify-content: center; gap: clamp(18px, 2.2vw, 36px); }
.corporate-page .primary-nav a { position: relative; font-size: 14px; white-space: nowrap; }
.corporate-page .primary-nav > a:hover::after,
.corporate-page .primary-nav > a.is-current::after,
.corporate-page .nav-solutions-link:hover::after,
.corporate-page .nav-solutions-link.is-current::after { content: ""; position: absolute; left: 0; right: 0; top: calc(50% + .875rem); height: 2px; background: var(--blue); }
.corporate-page .header-cta { padding: 10px 18px; border: 1px solid var(--ink); font-size: 13px; font-weight: 700; }
.corporate-page .menu-button { display: none; }

.cp-hero { position: relative; overflow: hidden; min-height: 660px; background: #071b33; color: #fff; }
.cp-hero .cp-wrap { min-height: inherit; display: grid; grid-template-columns: 1.02fr .98fr; align-items: stretch; }
.cp-hero-copy { position: relative; z-index: 2; padding: 112px 6vw 92px 0; align-self: center; }
.cp-hero-copy .cp-kicker { color: #82d9e1; }
.cp-hero-copy h1 { margin: 0; font-size: clamp(54px, 6.2vw, 94px); line-height: .96; letter-spacing: -.065em; }
.cp-hero-copy > p:last-of-type { max-width: 590px; margin: 30px 0 0; color: #c9d7e4; font-size: 18px; line-height: 1.8; }
.cp-hero-actions { display: flex; gap: 14px; margin-top: 38px; }
.cp-hero .cp-button.ghost { border-color: #83a0ba; color: #fff !important; }
.cp-hero-visual { position: relative; min-height: 580px; margin: 40px 0 40px; background: #e8f0f4; overflow: hidden; }
.cp-hero-visual > img { width: 100%; height: 100%; object-fit: cover; }
.hero-interface { width: 100%; height: 100%; min-height: 580px; padding: 42px; color: var(--ink); display: flex; flex-direction: column; justify-content: space-between; }
.hero-interface .ui-head { display: flex; justify-content: space-between; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.hero-interface .ui-question { max-width: 380px; font-size: clamp(28px, 3.4vw, 48px); line-height: 1.08; letter-spacing: -.04em; }
.hero-interface .ui-flow { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.hero-interface .ui-flow span { min-height: 92px; padding: 14px 10px; background: #fff; border-top: 4px solid var(--blue); font-size: 13px; }
.hero-interface .ui-flow b { display: block; margin-bottom: 24px; color: var(--blue); font-size: 11px; }

.overview-intro { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.overview-intro aside { padding-top: 10px; color: var(--muted); font-size: 18px; line-height: 1.85; }
.overview-intro aside strong { display: block; margin-top: 28px; color: var(--ink); font-size: 15px; }
.route-list { border-top: 1px solid var(--line); }
.about-capability-title + .route-list { margin-top: clamp(24px, 2.4vw, 36px); }
.route-card { display: grid; grid-template-columns: 100px 1fr 380px 40px; gap: 32px; padding: 46px 0; align-items: center; border-bottom: 1px solid var(--line); transition: background .2s ease, padding .2s ease; }
.route-card:hover { padding-inline: 24px; background: #f5f9fb; }
.route-card > b { color: var(--blue); font: 500 13px ui-monospace, SFMono-Regular, Menlo, monospace; }
.route-card h2 { margin: 0 0 9px; font-size: clamp(27px, 3vw, 42px); letter-spacing: -.04em; }
.route-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.route-card .route-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.route-card .route-tags span { padding: 8px 11px; background: var(--mist); color: #34506a; font-size: 12px; }
.route-card > i { font-style: normal; font-size: 24px; }

.page-band { background: #eef4f7; }
.cap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 60px; }
.cap-card { position: relative; min-height: 300px; padding: 30px; background: #fff; border: 1px solid #d8e1e8; overflow: hidden; }
.cap-card::before { content: attr(data-index); position: absolute; top: 20px; right: 24px; color: #d7e3ea; font-size: 72px; font-weight: 800; letter-spacing: -.08em; }
.cap-card h3 { position: relative; margin: 100px 0 16px; font-size: 25px; letter-spacing: -.03em; }
.cap-card p { position: relative; margin: 0; color: var(--muted); line-height: 1.75; }
.cap-card small { position: absolute; left: 30px; bottom: 25px; color: var(--blue); }

.feature-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; }
.feature-split .feature-copy { padding: 104px max(6vw, calc((100vw - var(--max))/2)); background: #071b33; color: #fff; }
.feature-copy h2 { margin: 0; font-size: clamp(42px, 5vw, 72px); line-height: 1.02; letter-spacing: -.055em; }
.feature-copy > p { margin: 26px 0 0; color: #bfd0df; line-height: 1.85; }
.feature-list { margin-top: 46px; }
.feature-list article { display: grid; grid-template-columns: 38px 1fr; gap: 12px; padding: 18px 0; border-top: 1px solid #37516a; }
.feature-list b { color: #5ce0cd; font-size: 12px; }
.feature-list h3 { margin: 0 0 5px; font-size: 17px; }
.feature-list p { margin: 0; color: #aebfce; font-size: 14px; line-height: 1.6; }
.feature-split .feature-visual { position: relative; padding: 70px; background: #dfe9ed; display: grid; place-items: center; }

.device-stack { width: min(430px, 100%); }
.device-stack article { position: relative; padding: 24px; margin: -1px 0 0; background: #fff; border: 1px solid #b7c7d2; box-shadow: 14px 14px 0 rgba(9, 107, 255, .1); }
.device-stack article + article { margin-top: 24px; margin-left: 34px; }
.device-stack span { color: var(--blue); font: 600 11px ui-monospace, monospace; }
.device-stack h3 { margin: 20px 0 8px; font-size: 23px; }
.device-stack p { margin: 0; color: var(--muted); font-size: 13px; }
.device-stack small { display: block; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); color: #748697; }

.steps-line { display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 64px; border-top: 1px solid #a9bdca; }
.steps-line article { position: relative; min-height: 220px; padding: 30px 18px 20px 0; }
.steps-line article::before { content: ""; position: absolute; top: -6px; left: 0; width: 11px; height: 11px; background: var(--blue); }
.steps-line b { color: var(--blue); font-size: 12px; }
.steps-line h3 { margin: 34px 0 10px; font-size: 18px; }
.steps-line p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.screen-stage { width: min(500px, 100%); padding: 16px; background: #0a223d; box-shadow: 24px 28px 0 #b9ced8; }
.screen-top { display: flex; justify-content: space-between; color: #a3bbce; font-size: 11px; padding: 5px 4px 16px; }
.screen-content { min-height: 380px; padding: 24px; background: #f8fbfd; }
.screen-content h4 { margin: 0 0 22px; font-size: 24px; }
.screen-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.screen-metrics span { padding: 14px 10px; background: #e6f0f5; color: #3c566d; font-size: 12px; }
.screen-metrics b { display: block; margin-top: 12px; color: var(--ink); font-size: 18px; }
.screen-events { margin-top: 24px; border-top: 1px solid #ccd9e1; }
.screen-events p { display: flex; justify-content: space-between; margin: 0; padding: 17px 0; border-bottom: 1px solid #dce5ea; color: #40586c; font-size: 13px; }
.screen-events i { width: 8px; height: 8px; background: var(--blue); }

.info-ledger { margin-top: 56px; border-top: 2px solid var(--ink); }
.info-ledger article { display: grid; grid-template-columns: 170px 1fr 1fr; gap: 40px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.info-ledger b { color: var(--blue); }
.info-ledger h3 { margin: 0; font-size: 20px; }
.info-ledger p { margin: 0; color: var(--muted); line-height: 1.65; }

.trust-block { background: #071b33; color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 54px; background: #395169; border: 1px solid #395169; }
.trust-grid article { min-height: 210px; padding: 34px; background: #071b33; }
.trust-grid b { color: #53dac8; font-size: 12px; }
.trust-grid h3 { margin: 42px 0 11px; font-size: 22px; }
.trust-grid p { margin: 0; color: #b9cad8; line-height: 1.7; }

.contact-panel { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; padding-block: 100px; }
.contact-panel h2 { margin: 0; font-size: clamp(42px, 5vw, 72px); line-height: 1.02; letter-spacing: -.055em; }
.contact-panel aside { padding-bottom: 8px; }
.contact-panel aside p { margin: 0 0 24px; color: var(--muted); line-height: 1.75; }

.corporate-footer { padding: 72px 0 30px; background: #06172c; color: #fff; }
.corporate-footer .footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 50px; }
.corporate-footer img { width: 150px; }
.corporate-footer .footer-mark p { max-width: 300px; margin: 28px 0 0; color: #9eb1c3; font-size: 14px; line-height: 1.8; }
.corporate-footer h3 { margin: 0 0 20px; color: #8299ae; font-size: 12px; letter-spacing: .14em; }
.corporate-footer a, .corporate-footer span { display: block; margin: 12px 0; color: #dce7ef; font-size: 13px; }
.corporate-footer .copyright { display: flex; justify-content: space-between; margin-top: 58px; padding-top: 24px; border-top: 1px solid #294056; color: #72899e; font-size: 12px; }

.solution-index .cp-hero { background: #e9f1f4; color: var(--ink); }
.solution-index .cp-hero-copy > p:last-of-type { color: var(--muted); }
.solution-index .cp-hero-visual { margin: 0; min-height: 660px; }
.solution-index .cp-hero-visual img { height: 100%; object-fit: cover; }
.solution-index .cp-hero .cp-button.ghost { color: var(--blue) !important; border-color: var(--blue); }
.industry-matrix { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 62px; }
.industry-card { position: relative; min-height: 500px; overflow: hidden; color: #fff; }
.industry-card img { position: absolute; width: 100%; height: 100%; object-fit: cover; filter: brightness(.6); transition: transform .4s ease; }
.industry-card:hover img { transform: scale(1.035); }
.industry-card > div { position: absolute; inset: auto 0 0; padding: 36px; }
.industry-card span { font-size: 12px; letter-spacing: .12em; }
.industry-card h2 { max-width: 520px; margin: 16px 0 12px; font-size: 34px; line-height: 1.1; }
.industry-card p { max-width: 540px; margin: 0; color: #d8e4ec; line-height: 1.7; }

.service-hero { padding: 120px 0 70px; background: #edf4f6; }
.service-promise { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: end; }
.service-promise .promise-note { padding: 26px 0 8px 30px; border-left: 3px solid var(--blue); color: var(--muted); font-size: 18px; line-height: 1.8; }
.service-stage { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 70px; }
.service-stage article { min-height: 340px; padding: 36px; border: 1px solid var(--line); background: #fff; }
.service-stage b { color: var(--blue); font-size: 12px; }
.service-stage h3 { margin: 100px 0 16px; font-size: 28px; }
.service-stage p { color: var(--muted); line-height: 1.7; }
.role-table { margin-top: 60px; }
.role-table article { display: grid; grid-template-columns: 220px 1fr 1fr; padding: 22px 0; border-top: 1px solid var(--line); gap: 30px; }
.role-table b { font-size: 17px; }
.role-table span { color: var(--muted); line-height: 1.6; }

.about-hero { padding: 130px 0 100px; background: #071b33; color: #fff; }
.about-hero .cp-title { max-width: 970px; }
.about-hero .cp-lead { color: #bfd0de; }
.about-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 70px; }
.about-principles article { min-height: 300px; padding: 30px; background: #f1f5f6; }
.about-principles b { color: var(--blue); font-size: 12px; }
.about-principles h3 { margin: 100px 0 16px; font-size: 25px; }
.about-principles p { color: var(--muted); line-height: 1.7; }
.about-team-hero { background: #fff; }
.about-team-hero-main { background: #071b33; color: #fff; }
.team-hero-grid { display: grid; grid-template-columns: minmax(560px, .95fr) minmax(0, 1.05fr); width: min(100%, 1600px); min-height: 650px; margin-inline: auto; }
.team-hero-copy { display: flex; padding: clamp(82px, 8vw, 128px) clamp(44px, 5vw, 74px); flex-direction: column; justify-content: center; }
.team-hero-copy .cp-kicker { color: #65e2c7; }
.team-hero-copy h1 { margin: 0; color: #fff; font-size: clamp(54px, 4.5vw, 68px); line-height: 1.06; letter-spacing: -.045em; }
.team-hero-copy h1 br { display: block; }
.team-hero-copy > p:last-child { max-width: 540px; margin: 34px 0 0; color: #bfd0de; font-size: 18px; line-height: 1.85; }
.team-hero-visual { min-width: 0; min-height: 650px; margin: 0; overflow: hidden; }
.team-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.team-evidence { padding-block: clamp(82px, 8vw, 124px); padding-bottom: clamp(20px, 1.7vw, 24px); }
.about-team-hero + .cp-section { padding-top: 52px; }
.team-layout { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: clamp(48px, 8vw, 120px); align-items: start; }
.team-detail-copy h2 { max-width: 720px; margin: 0 0 26px; font-size: clamp(36px, 4vw, 54px); line-height: 1.12; letter-spacing: -.045em; }
.team-detail-copy > p:not(.cp-kicker) { max-width: 790px; margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.team-proof { padding: 10px 0 14px clamp(32px, 5vw, 72px); border-left: 1px solid var(--line); }
.team-proof strong { display: block; color: var(--blue); font-size: clamp(72px, 8vw, 118px); line-height: .9; letter-spacing: -.065em; }
.team-proof span { display: block; max-width: 250px; margin-top: 28px; color: var(--ink); font-size: 20px; font-weight: 650; line-height: 1.45; }
.team-proof small { display: block; max-width: 250px; margin-top: 18px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.team-experience { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 76px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.team-experience article { min-height: 238px; padding: 32px 34px 36px; }
.team-experience article:first-child { padding-left: 0; }
.team-experience article + article { border-left: 1px solid var(--line); }
.team-experience b { color: var(--blue); font-size: 11px; letter-spacing: .08em; }
.team-experience h3 { margin: 62px 0 14px; font-size: 26px; letter-spacing: -.03em; }
.team-experience p { max-width: 320px; margin: 0; color: var(--muted); line-height: 1.75; }
.about-values { position: relative; overflow: hidden; background: linear-gradient(125deg, #041426 0%, #07233a 58%, #063a34 100%); color: #fff; }
.about-values::after { content: ""; position: absolute; right: -14vw; bottom: -30vw; width: 58vw; height: 58vw; border: 1px solid rgba(91, 224, 194, .16); border-radius: 50%; box-shadow: 0 0 0 8vw rgba(91, 224, 194, .035), 0 0 0 18vw rgba(91, 224, 194, .025); pointer-events: none; }
.about-values .cp-wrap { position: relative; z-index: 1; }
.values-intro { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(48px, 8vw, 120px); align-items: end; }
.values-intro .cp-kicker { color: #65e2c7; }
.values-intro .cp-title { margin-bottom: 0; color: #fff; font-size: clamp(68px, 8vw, 116px); line-height: .92; letter-spacing: -.06em; }
.values-copy .value-lead { margin: 0 0 28px; color: #fff; font-size: clamp(25px, 2.5vw, 36px); font-weight: 650; line-height: 1.35; letter-spacing: -.025em; }
.values-copy p:not(.value-lead) { max-width: 690px; margin: 18px 0 0; color: #bcd0d8; font-size: 16px; line-height: 1.85; }
.values-principles { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 78px; border-top: 1px solid rgba(255, 255, 255, .2); }
.values-principles article { min-height: 260px; padding: 34px 34px 0; }
.values-principles article:first-child { padding-left: 0; }
.values-principles article + article { border-left: 1px solid rgba(255, 255, 255, .16); }
.values-principles b { color: #65e2c7; font-size: 11px; letter-spacing: .08em; }
.values-principles h3 { margin: 66px 0 14px; color: #fff; font-size: 26px; letter-spacing: -.03em; }
.values-principles p { max-width: 340px; margin: 0; color: #bcd0d8; line-height: 1.75; }
.copyrights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 50px; }
.copyrights article { padding: 20px; border: 1px solid var(--line); }
.copyrights img { width: 100%; height: auto; aspect-ratio: 4/3; object-fit: contain; background: #f5f7f8; }
.copyrights h3 { min-height: 50px; margin: 18px 0 8px; font-size: 16px; }
.copyrights p { margin: 0; color: var(--muted); font-size: 12px; }
.source-note { margin-top: 18px; color: #728393; font-size: 12px; line-height: 1.6; }

.contact-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; }
.contact-lines { margin-top: 50px; border-top: 1px solid var(--line); }
.contact-lines article { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.contact-lines span { color: var(--muted); font-size: 13px; }
.contact-lines strong { font-size: 18px; font-weight: 600; }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-cards figure { margin: 0; padding: 20px; background: #eff4f6; }
.contact-cards img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.contact-cards figure:first-child img { object-fit: contain; background: #fff; }
.contact-cards figcaption { margin-top: 14px; font-size: 13px; color: var(--muted); }
.map-preview-button { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; border: 0; background: transparent; color: #fff; cursor: zoom-in; }
.map-preview-button span { position: absolute; right: 10px; bottom: 10px; padding: 7px 10px; background: rgba(7, 27, 51, .82); font-size: 12px; line-height: 1; backdrop-filter: blur(8px); }
.map-preview-button:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.map-dialog { width: min(92vw, 772px); max-width: none; max-height: 92vh; padding: 0; overflow: visible; border: 0; background: transparent; }
.map-dialog::backdrop { background: rgba(2, 11, 23, .78); backdrop-filter: blur(4px); }
.map-dialog-panel { padding: 14px; border-radius: 12px; background: #fff; box-shadow: 0 30px 90px rgba(0, 0, 0, .35); }
.map-dialog-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 2px 2px 12px; }
.map-dialog-header h2 { margin: 0; color: var(--ink); font-size: 18px; }
.map-dialog-header button { min-width: 72px; min-height: 44px; padding: 0 16px; border: 1px solid #b6c3ce; background: #fff; color: var(--ink); font: inherit; font-weight: 650; cursor: pointer; }
.map-dialog-header button:hover { border-color: var(--blue); color: var(--blue); }
.map-dialog-header button:focus-visible { outline: 3px solid rgba(9, 107, 255, .28); outline-offset: 2px; }
.map-dialog-panel > img { display: block; width: auto; max-width: 100%; height: auto; max-height: calc(92vh - 84px); margin-inline: auto; object-fit: contain; }

.privacy-copy { max-width: 820px; }
.privacy-copy h2 { margin: 52px 0 15px; font-size: 25px; }
.privacy-copy p, .privacy-copy li { color: var(--muted); line-height: 1.85; }
.privacy-copy ul { padding-left: 20px; }

.not-found { min-height: calc(100vh - 80px); display: grid; place-items: center; padding: 70px 32px; background: #071b33; color: #fff; text-align: center; }
.not-found b { display: block; color: #28c3b3; font-size: clamp(100px, 18vw, 240px); line-height: .85; letter-spacing: -.09em; }
.not-found h1 { margin: 40px 0 16px; font-size: 38px; }
.not-found p { max-width: 520px; margin: 0 auto 30px; color: #b9cad7; line-height: 1.8; }

@media (max-width: 1000px) {
  .corporate-page .site-header { grid-template-columns: 1fr auto; padding: 0 24px; min-height: 70px; }
  .corporate-page .primary-nav { position: absolute; top: 70px; left: 0; right: 0; display: none; padding: 18px 24px 26px; background: #fff; border-bottom: 1px solid var(--line); flex-direction: column; gap: 18px; }
  .corporate-page .primary-nav.is-open { display: flex; }
  .corporate-page .header-cta { display: none; }
  .corporate-page .menu-button { display: grid; width: 42px; height: 42px; border: 0; background: transparent; place-content: center; gap: 6px; }
  .corporate-page .menu-button i { display: block; width: 22px; height: 2px; background: var(--ink); }
  .cp-hero .cp-wrap, .feature-split, .overview-intro, .service-promise, .contact-layout, .contact-panel, .team-layout, .values-intro { grid-template-columns: 1fr; }
  .cp-hero-visual { min-height: 480px; margin-top: 0; }
  .cp-hero-copy { padding: 80px 0 40px; }
  .route-card { grid-template-columns: 60px 1fr 40px; }
  .route-card .route-tags { grid-column: 2; }
  .cap-grid, .about-principles, .copyrights { grid-template-columns: repeat(2, 1fr); }
  .feature-split .feature-copy { padding: 80px 7vw; }
  .feature-split .feature-visual { min-height: 560px; }
  .steps-line { grid-template-columns: repeat(3, 1fr); }
  .contact-panel { gap: 40px; align-items: start; }
  .team-hero-grid { grid-template-columns: minmax(400px, .95fr) minmax(0, 1.05fr); min-height: 570px; }
  .team-hero-copy { padding: 72px 44px; }
  .team-hero-visual { min-height: 570px; }
  .team-layout, .values-intro { gap: 48px; }
  .team-proof { display: grid; grid-template-columns: auto 1fr; column-gap: 34px; align-items: end; padding: 34px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .team-proof span { margin-top: 0; }
  .team-proof small { grid-column: 2; }
}

@media (max-width: 680px) {
  .cp-wrap { width: min(calc(100% - 36px), var(--max)); }
  .contact-lines article { grid-template-columns: 76px minmax(0, 1fr); gap: 12px; }
  .contact-lines strong { min-width: 0; overflow-wrap: anywhere; }
  .map-dialog { width: calc(100vw - 24px); }
  .map-dialog-panel { padding: 10px; }
  .cp-section { padding: 78px 0; }
  .cp-hero-copy h1 { font-size: 50px; }
  .cp-hero-copy > p:last-of-type, .cp-lead { font-size: 16px; }
  .cp-hero-actions { align-items: stretch; flex-direction: column; }
  .cp-hero-visual, .hero-interface { min-height: 420px; }
  .hero-interface { padding: 24px; }
  .hero-interface .ui-flow { grid-template-columns: 1fr; }
  .hero-interface .ui-flow span { min-height: auto; display: flex; gap: 20px; }
  .hero-interface .ui-flow b { margin: 0; }
  .route-card { grid-template-columns: 44px 1fr 24px; gap: 12px; padding: 30px 0; }
  .route-card .route-tags { display: none; }
  .cap-grid, .about-principles, .copyrights, .industry-matrix, .service-stage, .trust-grid, .contact-cards { grid-template-columns: 1fr; }
  .cap-card { min-height: 270px; }
  .feature-split .feature-copy { padding: 74px 18px; }
  .feature-split .feature-visual { min-height: 500px; padding: 44px 18px; }
  .steps-line { grid-template-columns: 1fr; border-left: 1px solid #a9bdca; border-top: 0; margin-left: 6px; }
  .steps-line article { min-height: auto; padding: 10px 0 38px 30px; }
  .steps-line article::before { top: 4px; left: -6px; }
  .info-ledger article, .role-table article { grid-template-columns: 1fr; gap: 12px; }
  .industry-card { min-height: 430px; }
  .industry-card > div { padding: 24px; }
  .service-hero { padding: 84px 0 50px; }
  .about-hero { padding: 90px 0 72px; }
  .team-hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .team-hero-copy { padding: 68px 18px 54px; }
  .team-hero-copy h1 { font-size: 42px; }
  .team-hero-copy > p:last-child { margin-top: 26px; font-size: 16px; }
  .team-hero-visual { min-height: auto; aspect-ratio: 3 / 2; }
  .team-evidence { padding: 70px 0 20px; }
  .about-team-hero + .cp-section { padding-top: 44px; }
  .team-detail-copy h2 { font-size: 38px; }
  .team-detail-copy > p:not(.cp-kicker) { font-size: 16px; }
  .team-proof { display: block; padding-top: 30px; }
  .team-proof strong { font-size: 76px; }
  .team-proof span { margin-top: 20px; }
  .team-experience, .values-principles { grid-template-columns: 1fr; margin-top: 52px; }
  .team-experience article, .values-principles article { min-height: auto; padding: 28px 0 34px; }
  .team-experience article + article { border-top: 1px solid var(--line); border-left: 0; }
  .values-principles article + article { border-top: 1px solid rgba(255, 255, 255, .16); border-left: 0; }
  .team-experience h3, .values-principles h3 { margin: 30px 0 12px; }
  .values-intro .cp-title { font-size: 64px; }
  .values-copy .value-lead { font-size: 26px; }
  .copyrights h3 { min-height: auto; }
  .corporate-footer .footer-grid { grid-template-columns: 1fr 1fr; }
  .corporate-footer .footer-mark { grid-column: 1 / -1; }
  .corporate-footer .copyright { flex-direction: column; gap: 10px; }
}
