@font-face { font-family: "J-Tech CJK Fallback"; font-style: normal; font-display: swap; font-weight: 400; src: url("../fonts/jtech-cjk-fallback-400.woff2") format("woff2"); unicode-range: U+744B; }
@font-face { font-family: "J-Tech CJK Fallback"; font-style: normal; font-display: swap; font-weight: 700; src: url("../fonts/jtech-cjk-fallback-700.woff2") format("woff2"); unicode-range: U+744B; }
@font-face { font-family: "J-Tech CJK Fallback"; font-style: normal; font-display: swap; font-weight: 900; src: url("../fonts/jtech-cjk-fallback-900.woff2") format("woff2"); unicode-range: U+744B; }
@font-face { font-family: "Noto Sans JP"; font-style: normal; font-display: swap; font-weight: 400; src: url("../fonts/noto-sans-jp-400.woff2") format("woff2"); }
@font-face { font-family: "Noto Sans JP"; font-style: normal; font-display: swap; font-weight: 700; src: url("../fonts/noto-sans-jp-700.woff2") format("woff2"); }
@font-face { font-family: "Noto Sans JP"; font-style: normal; font-display: swap; font-weight: 900; src: url("../fonts/noto-sans-jp-900.woff2") format("woff2"); }

:root {
  --ink: #07152f;
  --ink-2: #102342;
  --navy: #061d4f;
  --navy-2: #0b2b69;
  --brand: #1111b7;
  --blue: #1748d4;
  --cyan: #56c9de;
  --teal: #1a9ba5;
  --paper: #f4f6fa;
  --paper-2: #eaedf4;
  --white: #ffffff;
  --text: #172238;
  --muted: #5f6b7d;
  --line: #d8deea;
  --line-dark: rgba(255,255,255,.18);
  --shadow: 0 24px 72px rgba(5, 23, 61, .14);
  --shadow-soft: 0 14px 40px rgba(5, 23, 61, .09);
  --radius: 18px;
  --content: 1240px;
  --font: "J-Tech CJK Fallback", "Noto Sans JP", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .025em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.container { width: min(var(--content), calc(100% - 64px)); margin-inline: auto; }
.narrow { width: min(920px, calc(100% - 64px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.nowrap { white-space: nowrap; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 12px 18px; color: #fff; background: var(--brand); transition: top .2s; }
.skip-link:focus { top: 16px; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 78px;
  color: var(--ink);
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(8, 29, 75, .10);
  backdrop-filter: blur(18px);
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 36px; }
.brand-logo { flex: 0 0 auto; display: inline-flex; align-items: center; }
.brand-logo img { width: 172px; height: auto; }
.global-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.global-nav a { position: relative; padding: 26px 0 23px; font-weight: 700; font-size: 14px; white-space: nowrap; }
.global-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 17px; height: 2px; background: var(--brand); transform: scaleX(0); transform-origin: left; transition: transform .22s; }
.global-nav a:hover::after, .global-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-contact { display: inline-flex; align-items: center; min-height: 44px; padding: 0 21px; color: #fff; background: var(--ink); font-size: 14px; font-weight: 800; border-radius: 999px; transition: .2s; }
.header-contact:hover { background: var(--brand); transform: translateY(-1px); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; background: transparent; border: 0; border-radius: 50%; align-items: center; justify-content: center; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; position: absolute; width: 23px; height: 2px; background: var(--ink); transition: .2s; }
.menu-toggle span { transform: translateY(0); }
.menu-toggle::before { transform: translateY(-7px); }
.menu-toggle::after { transform: translateY(7px); }
.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: rotate(-45deg); }

/* Shared typography and controls */
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 14px; color: var(--blue); font-size: 13px; line-height: 1.3; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; }
.eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--cyan); }
.section { position: relative; padding: 88px 0; }
.section.compact { padding: 68px 0; }
.section.paper { background: var(--paper); }
.section.dark { color: #fff; background: var(--ink); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .7fr); align-items: end; gap: 52px; margin-bottom: 42px; }
.section-heading h2, .page-heading h1 { margin: 0; color: var(--ink); font-size: clamp(34px, 4vw, 58px); line-height: 1.2; font-weight: 850; letter-spacing: -.025em; }
.dark .section-heading h2 { color: #fff; }
.section-heading p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.dark .section-heading p { color: rgba(255,255,255,.72); }
.lead { margin: 22px 0 0; color: var(--muted); font-size: 18px; line-height: 1.95; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 52px; padding: 0 25px; border: 1px solid transparent; border-radius: 999px; font-weight: 850; line-height: 1.2; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button::after { content: "\2192"; font-size: 19px; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: var(--brand); box-shadow: 0 12px 30px rgba(17,17,183,.25); }
.button.primary:hover { background: #2626cd; }
.button.dark { color: #fff; background: var(--ink); }
.button.outline { color: var(--ink); background: transparent; border-color: rgba(7,21,47,.28); }
.button.outline:hover { border-color: var(--brand); color: var(--brand); }
.button.light { color: var(--ink); background: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 20px; color: var(--brand); font-weight: 850; }
.text-link::after { content: "\2192"; transition: transform .2s; }
.text-link:hover::after { transform: translateX(4px); }
.tag { display: inline-flex; align-items: center; min-height: 30px; padding: 0 11px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: #fff; font-size: 12px; font-weight: 800; }
.tag.dark { color: rgba(255,255,255,.82); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.18); }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }

/* Homepage hero */
.home-hero { position: relative; min-height: 680px; color: #fff; background: var(--ink); overflow: hidden; }
.home-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,14,39,.98) 0%, rgba(5,22,59,.92) 47%, rgba(5,26,68,.58) 100%), url("../images/top/global-mobility.jpg") center/cover no-repeat; }
.home-hero::after { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(92,203,225,.17) 1px, transparent 1px), linear-gradient(90deg, rgba(92,203,225,.17) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg,#000,transparent 70%); }
.hero-inner { position: relative; z-index: 1; min-height: 680px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: center; padding: 74px 0; }
.hero-copy { max-width: 700px; }
.hero-copy .eyebrow { margin-bottom: 22px; }
.hero-copy h1 { margin: 0; font-size: clamp(44px, 5.2vw, 72px); line-height: 1.17; font-weight: 900; letter-spacing: -.045em; }
.hero-copy h1 span { display: block; color: var(--cyan); }
.hero-copy .english { margin: 18px 0 0; color: rgba(255,255,255,.58); font-size: 17px; font-weight: 700; letter-spacing: .12em; }
.hero-copy .intro { max-width: 660px; margin: 26px 0 0; color: rgba(255,255,255,.80); font-size: 18px; line-height: 1.9; }
.hero-visual { position: relative; min-height: 490px; }
.cover-stack { position: absolute; inset: 4% 0 0 5%; }
.report-cover { position: absolute; width: 340px; aspect-ratio: 16 / 9; overflow: hidden; background: #fff; border: 1px solid rgba(255,255,255,.3); border-radius: 5px; box-shadow: 0 28px 60px rgba(0,0,0,.35); }
.report-cover img { width: 100%; height: 100%; object-fit: cover; }
.report-cover:nth-child(1) { right: 8px; top: 20px; transform: rotate(3deg); }
.report-cover:nth-child(2) { right: 150px; top: 142px; transform: rotate(-4deg); }
.report-cover:nth-child(3) { right: 34px; top: 276px; transform: rotate(1.5deg); }
.cover-label { position: absolute; right: 4px; bottom: 28px; padding: 8px 13px; color: rgba(255,255,255,.72); background: rgba(5,20,54,.76); border: 1px solid rgba(255,255,255,.16); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.cover-note { position: absolute; right: 4px; bottom: 0; max-width: 380px; color: rgba(255,255,255,.58); font-size: 9px; line-height: 1.4; text-align: right; }

.proof-strip { position: relative; z-index: 3; margin-top: -1px; color: #fff; background: var(--brand); }
.proof-grid { display: grid; grid-template-columns: repeat(5,1fr); }
.proof-item { min-height: 112px; padding: 24px 22px; border-right: 1px solid rgba(255,255,255,.2); display: flex; flex-direction: column; justify-content: center; }
.proof-item:first-child { border-left: 1px solid rgba(255,255,255,.2); }
.proof-item strong { display: block; font-size: 29px; line-height: 1.2; font-weight: 900; letter-spacing: -.03em; }
.proof-item span { margin-top: 7px; color: rgba(255,255,255,.76); font-size: 12px; line-height: 1.4; font-weight: 700; }
.proof-note { padding: 11px 0 13px; color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.5; text-align: right; }

/* About and evidence */
.about-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 56px; align-items: center; }
.about-image { position: relative; min-height: 520px; overflow: hidden; background: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow); }
.about-image img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.about-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(4,18,49,.88)); }
.about-image figcaption { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 24px; color: rgba(255,255,255,.82); font-size: 13px; }
.about-copy h2 { margin: 0; color: var(--ink); font-size: clamp(34px, 4vw, 54px); line-height: 1.25; letter-spacing: -.03em; }
.about-copy p { margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.95; }
.evidence-chain { margin: 32px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.evidence-step { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; padding: 14px 16px; background: var(--paper); border-left: 3px solid var(--blue); }
.evidence-step b { color: var(--blue); font-size: 13px; }
.evidence-step span { font-weight: 750; }

/* Services */
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-card { position: relative; min-height: 330px; padding: 34px; overflow: hidden; color: #fff; background: var(--ink); border-radius: var(--radius); box-shadow: var(--shadow-soft); transition: transform .24s, box-shadow .24s; }
.service-card::before { content: ""; position: absolute; inset: auto -60px -90px auto; width: 240px; height: 240px; border: 1px solid rgba(86,201,222,.25); border-radius: 50%; box-shadow: 0 0 0 34px rgba(86,201,222,.05), 0 0 0 70px rgba(86,201,222,.035); }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 28px 70px rgba(5,23,61,.22); }
.service-card .service-no { display: block; margin-bottom: 46px; color: var(--cyan); font-size: 13px; font-weight: 900; letter-spacing: .18em; }
.service-card h3 { position: relative; margin: 0; max-width: 440px; font-size: 28px; line-height: 1.35; }
.service-card p { position: relative; max-width: 480px; margin: 16px 0 0; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.8; }
.service-card .arrow { position: absolute; right: 28px; bottom: 24px; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.service-card.accent { background: linear-gradient(135deg, #1111b7, #143b9d); }
.service-card.light { color: var(--ink); background: #fff; border: 1px solid var(--line); }
.service-card.light p { color: var(--muted); }
.service-card.light .service-no { color: var(--blue); }
.service-card.light .arrow { border-color: var(--line); }

/* Report portfolio */
.portfolio-wall { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 16px; align-items: end; }
.portfolio-item { min-width: 0; }
.portfolio-cover { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 4px; box-shadow: 0 14px 32px rgba(4,22,59,.14); transition: transform .22s; }
.portfolio-item:nth-child(even) .portfolio-cover { transform: translateY(18px); }
.portfolio-item:hover .portfolio-cover { transform: translateY(-7px); }
.portfolio-cover img { width: 100%; height: 100%; object-fit: cover; }
.portfolio-item p { margin: 12px 2px 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.portfolio-note { margin: 38px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

/* Deliverable preview */
.deliverable-shell { overflow: hidden; color: #fff; background: #07152f; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; box-shadow: 0 30px 80px rgba(4,18,49,.28); }
.deliverable-tabs { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid rgba(255,255,255,.14); }
.deliverable-tab { min-height: 74px; padding: 10px 16px; color: rgba(255,255,255,.56); background: transparent; border: 0; border-right: 1px solid rgba(255,255,255,.12); cursor: pointer; font-size: 14px; font-weight: 850; line-height: 1.45; }
.deliverable-tab:last-child { border-right: 0; }
.deliverable-tab[aria-selected="true"] { color: #fff; background: rgba(86,201,222,.10); box-shadow: inset 0 -3px 0 var(--cyan); }
.deliverable-panel { display: none; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr); gap: 0; }
.deliverable-panel.is-active { display: grid; }
.deliverable-visual { min-height: 535px; padding: 26px; background: #0b1d3b; }
.sample-sheet { position: relative; height: 100%; min-height: 480px; overflow: hidden; color: #11213d; background: #f7f8fb; border-radius: 8px; box-shadow: 0 18px 45px rgba(0,0,0,.30); }
.sample-head { min-height: 86px; padding: 18px 24px; color: #fff; background: linear-gradient(100deg, #1212b8, #17397f); display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; }
.sample-head h3 { margin: 0; font-size: 20px; line-height: 1.35; }
.sample-head p { margin: 4px 0 0; color: rgba(255,255,255,.68); font-size: 11px; }
.sample-mark { flex: 0 0 auto; color: rgba(255,255,255,.65); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.sample-body { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 20px; }
.sample-box { min-height: 156px; padding: 16px; background: #fff; border: 1px solid #dce1eb; }
.sample-box.wide { grid-column: 1 / -1; min-height: 146px; }
.sample-box h4 { margin: 0 0 14px; color: #101f42; font-size: 12px; }
.sample-footer { position: absolute; left: 20px; right: 20px; bottom: 10px; display: flex; justify-content: space-between; color: #5d6675; font-size: 9px; }
.mini-bars { height: 90px; display: flex; align-items: flex-end; gap: 8px; border-left: 1px solid #cbd2df; border-bottom: 1px solid #cbd2df; padding: 8px 8px 0; }
.mini-bars i { flex: 1; display: block; background: linear-gradient(180deg, var(--cyan), #204bd2); }
.mini-bars i:nth-child(1) { height: 42%; }.mini-bars i:nth-child(2) { height: 55%; }.mini-bars i:nth-child(3) { height: 63%; }.mini-bars i:nth-child(4) { height: 76%; }.mini-bars i:nth-child(5) { height: 88%; }
.matrix { display: grid; grid-template-columns: repeat(4,1fr); grid-template-rows: repeat(3,32px); gap: 5px; }
.matrix i { display: block; background: #e7ebf3; }
.matrix i.hot { background: #1849d3; }
.matrix i.mid { background: #74d2df; }
.roadmap { display: grid; grid-template-columns: 76px repeat(4,1fr); gap: 5px; align-items: center; font-size: 8px; }
.roadmap b { font-size: 8px; }
.roadmap i { display: block; height: 15px; background: #e1e5ed; }
.roadmap i.on { background: linear-gradient(90deg,#1749d4,#55c8de); }
.system-flow { display: flex; gap: 8px; align-items: center; justify-content: space-between; }
.system-flow span { flex: 1; min-height: 50px; display: grid; place-items: center; padding: 6px; color: #17315f; background: #e8edf8; border: 1px solid #cbd5e8; font-size: 9px; font-weight: 800; text-align: center; }
.system-flow i { color: #45658d; font-style: normal; }
.system-flow.spaced-16, .value-chain.spaced-16 { margin-top: 16px; }
.system-flow.spaced-18, .value-chain.spaced-18 { margin-top: 18px; }
.battery-pack { display: grid; grid-template-columns: repeat(6,1fr); gap: 5px; padding: 14px; border: 2px solid #6f7f94; border-radius: 10px; }
.battery-pack i { display: block; aspect-ratio: 1 / 1.7; background: linear-gradient(180deg,#51c9df,#1847cf); border-radius: 3px; }
.value-chain { display: grid; grid-template-columns: repeat(5,1fr); gap: 6px; }
.value-chain span { min-height: 58px; display: grid; place-items: center; padding: 4px; background: #e7edf8; border-top: 3px solid #1b4ad1; font-size: 8px; font-weight: 800; text-align: center; }
.heatmap { display: grid; grid-template-columns: 78px repeat(5,1fr); gap: 4px; font-size: 8px; align-items: center; }
.heatmap i { display: block; height: 24px; background: #e7eaf1; }
.heatmap i.l1 { background:#dceaf2; }.heatmap i.l2 { background:#94d4df; }.heatmap i.l3 { background:#2c75cf; }.heatmap i.l4 { background:#1736a8; }
.scenario-lines { position: relative; height: 100px; border-left: 1px solid #cbd2df; border-bottom: 1px solid #cbd2df; overflow: hidden; }
.scenario-lines i { position: absolute; left: 5%; width: 88%; height: 2px; transform-origin: left; }
.scenario-lines i:nth-child(1) { top: 70%; background:#173fd0; transform: rotate(-19deg); }.scenario-lines i:nth-child(2) { top: 73%; background:#55c8de; transform: rotate(-11deg); }.scenario-lines i:nth-child(3) { top: 64%; background:#9ca9bb; transform: rotate(-5deg); }
.evidence-layers { display: grid; gap: 7px; }
.evidence-layers span { display: flex; align-items: center; min-height: 32px; padding: 0 11px; color: #fff; background: linear-gradient(90deg,#162aa5,#3f75d6); font-size: 9px; font-weight: 800; }
.interview-flow { display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; }
.interview-flow span { min-height: 62px; display: grid; place-items: center; padding: 6px; color: #17315f; background: #e7edf8; border: 1px solid #d0d8e6; font-size: 9px; text-align: center; font-weight: 800; }
.confidence { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.confidence div { padding: 12px; background: #f0f3f8; border-left: 4px solid #1c4ad0; }
.confidence b { display: block; color: #18379c; font-size: 18px; }
.confidence span { color: #6b7483; font-size: 8px; }
.deliverable-copy { padding: 36px; display: flex; flex-direction: column; }
.deliverable-copy .index { color: var(--cyan); font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.deliverable-copy h3 { margin: 18px 0 0; font-size: 27px; line-height: 1.45; }
.deliverable-copy p { margin: 17px 0 0; color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.85; }
.deliverable-copy dl { margin: 26px 0 0; }
.deliverable-copy dt { color: var(--cyan); font-size: 12px; font-weight: 900; }
.deliverable-copy dd { margin: 7px 0 19px; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.7; }
.preview-open { margin-top: auto; align-self: flex-start; padding: 0; color: #fff; background: none; border: 0; border-bottom: 1px solid rgba(255,255,255,.5); cursor: pointer; font-weight: 850; }
.preview-open::after { content: " \2197"; color: var(--cyan); }
.preview-disclaimer { margin: 18px 0 0; color: rgba(255,255,255,.48); font-size: 11px; }

dialog.preview-dialog { width: min(1260px, calc(100% - 48px)); max-height: calc(100vh - 48px); padding: 0; color: #fff; background: #07152f; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; box-shadow: 0 40px 120px rgba(0,0,0,.6); }
dialog.preview-dialog::backdrop { background: rgba(1,8,24,.84); backdrop-filter: blur(8px); }
.dialog-bar { min-height: 62px; padding: 0 18px 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.14); }
.dialog-bar strong { font-size: 15px; }
.dialog-close { width: 40px; height: 40px; padding: 0; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 50%; cursor: pointer; font-size: 22px; }
.dialog-content { padding: 24px; }
.dialog-content .sample-sheet { min-height: min(720px, calc(100vh - 158px)); }

/* Cases */
.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.case-card { min-height: 350px; padding: 32px; color: #fff; background: linear-gradient(140deg,#0b1d40,#0d2e72); border-radius: var(--radius); overflow: hidden; position: relative; }
.case-card::after { content: attr(data-case); position: absolute; right: -5px; bottom: -30px; color: rgba(255,255,255,.055); font-size: 138px; line-height: 1; font-weight: 900; letter-spacing: -.08em; }
.case-card .tags { display: flex; flex-wrap: wrap; gap: 8px; }
.case-card h3 { position: relative; z-index: 1; margin: 72px 0 0; max-width: 520px; font-size: 29px; line-height: 1.4; }
.case-card p { position: relative; z-index: 1; max-width: 520px; margin: 16px 0 0; color: rgba(255,255,255,.66); }
.case-card .case-link { position: relative; z-index: 1; display: inline-flex; margin-top: 24px; color: var(--cyan); font-weight: 850; }

/* Network */
.network-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 56px; align-items: center; }
.network-map { position: relative; min-height: 460px; overflow: hidden; background: var(--navy); border-radius: var(--radius); }
.network-map img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .74; }
.network-map::after { content: "15 MARKETS"; position: absolute; left: 24px; bottom: 20px; color: #fff; font-size: 30px; font-weight: 900; letter-spacing: .06em; }
.network-copy h2 { margin: 0; color: var(--ink); font-size: clamp(34px,4vw,52px); line-height: 1.3; }
.network-copy > p { margin: 20px 0 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.region-list { display: grid; gap: 0; margin-top: 28px; border-top: 1px solid var(--line); }
.region-row { display: grid; grid-template-columns: 150px 1fr; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.region-row b { color: var(--blue); font-size: 13px; }
.region-row span { color: var(--muted); font-size: 14px; }

/* Inner page shared */
.page-hero { position: relative; min-height: 430px; display: flex; align-items: end; color: #fff; background: var(--ink); overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,14,39,.96), rgba(5,24,65,.75)), var(--hero-image, url("../images/top/global-mobility.jpg")) center/cover no-repeat; }
.page-hero::after { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(92,203,225,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(92,203,225,.18) 1px, transparent 1px); background-size: 48px 48px; }
.page-heading { position: relative; z-index: 1; padding: 74px 0 64px; }
.page-heading h1 { color: #fff; font-size: clamp(42px,5vw,68px); }
.page-heading p { max-width: 760px; margin: 18px 0 0; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.8; }
.breadcrumb { border-bottom: 1px solid var(--line); background: #fff; }
.breadcrumb .container { min-height: 52px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; }
.breadcrumb a { color: var(--brand); font-weight: 800; }
.intro-split { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 70px; align-items: start; }
.intro-split h2 { margin: 0; color: var(--ink); font-size: clamp(34px,4vw,54px); line-height: 1.3; }
.intro-split .body { color: var(--muted); font-size: 17px; line-height: 1.95; }
.intro-split .body p:first-child { margin-top: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.feature-card { min-height: 250px; padding: 28px; background: #fff; border: 1px solid var(--line); }
.feature-card .num { color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.feature-card h3 { margin: 34px 0 0; color: var(--ink); font-size: 21px; line-height: 1.45; }
.feature-card p { margin: 13px 0 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.process-grid { display: grid; grid-template-columns: repeat(6,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-step { position: relative; min-height: 235px; padding: 25px 18px; border-right: 1px solid var(--line); }
.process-step:first-child { border-left: 1px solid var(--line); }
.process-step b { color: var(--blue); font-size: 12px; letter-spacing: .12em; }
.process-step h3 { margin: 30px 0 0; color: var(--ink); font-size: 17px; line-height: 1.5; }
.process-step p { margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.deliverables-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.deliverables-list li { list-style: none; padding: 17px 20px 17px 48px; position: relative; background: #fff; border: 1px solid var(--line); font-weight: 750; }
.deliverables-list li::before { content: ""; position: absolute; left: 20px; top: 22px; width: 10px; height: 10px; background: var(--cyan); box-shadow: 5px 5px 0 var(--blue); }
.table-wrap { overflow-x: auto; }
.data-table { width: 100%; border-collapse: collapse; background: #fff; }
.data-table th, .data-table td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.data-table th { width: 230px; color: var(--ink); background: var(--paper); font-size: 14px; }
.data-table td { color: var(--muted); }
.disclaimer { padding: 18px 20px; color: var(--muted); background: var(--paper); border-left: 3px solid var(--blue); font-size: 12px; line-height: 1.75; }

/* Contact, footer */
.contact-card { display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; color: #fff; background: var(--ink); border-radius: 22px; box-shadow: var(--shadow); }
.contact-card-main { padding: 52px; }
.contact-card-main h2 { margin: 0; font-size: clamp(30px,3.4vw,46px); line-height: 1.3; }
.contact-card-main p { margin: 18px 0 0; color: rgba(255,255,255,.68); font-size: 16px; }
.contact-email { display: inline-flex; margin-top: 32px; color: var(--cyan); font-size: clamp(20px,2.6vw,31px); font-weight: 900; border-bottom: 1px solid rgba(86,201,222,.55); }
.contact-card-side { padding: 42px; background: linear-gradient(145deg,#1111b7,#173a91); display: flex; flex-direction: column; justify-content: flex-end; }
.contact-card-side p { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.8; }
.contact-card-side strong { display: block; margin-top: 16px; font-size: 19px; line-height: 1.5; }
.site-footer { color: rgba(255,255,255,.70); background: #040e24; }
.footer-top { padding: 58px 0 42px; display: grid; grid-template-columns: 1.4fr .8fr .9fr 1.1fr; gap: 38px; }
.footer-brand img { width: 165px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 330px; margin: 20px 0 0; font-size: 13px; line-height: 1.8; }
.footer-column h2 { margin: 0 0 14px; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
.footer-column ul { margin: 0; padding: 0; list-style: none; }
.footer-column li, .footer-column p { margin: 8px 0; font-size: 13px; line-height: 1.7; }
.footer-column a:hover { color: var(--cyan); }
.footer-bottom { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }

/* Motion */
.reveal { opacity: 1; transform: none; transition: transform .28s ease, opacity .28s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

@media (max-width: 1100px) {
  .global-nav { gap: 17px; }
  .global-nav a { font-size: 13px; }
  .header-contact { display: none; }
  .hero-inner { grid-template-columns: 1fr .78fr; gap: 24px; }
  .report-cover { width: 270px; }
  .proof-item { padding-inline: 15px; }
  .portfolio-wall { grid-template-columns: repeat(4,1fr); row-gap: 34px; }
  .portfolio-item:nth-child(even) .portfolio-cover { transform: none; }
  .process-grid { grid-template-columns: repeat(3,1fr); }
  .process-step:nth-child(3) { border-right: 1px solid var(--line); }
  .process-step:nth-child(n+4) { border-top: 1px solid var(--line); }
}

@media (max-width: 860px) {
  .container, .narrow { width: min(100% - 40px, var(--content)); }
  .site-header { height: 70px; }
  .brand-logo img { width: 148px; }
  .menu-toggle { position: relative; display: inline-flex; margin-left: auto; }
  .global-nav { position: fixed; top: 70px; right: 0; bottom: auto; left: 0; width: 100%; height: calc(100dvh - 70px); display: none; align-content: start; flex-direction: column; align-items: stretch; gap: 0; padding: 22px 20px 34px; color: #fff; background: rgba(4,14,36,.98); overflow-y: auto; overscroll-behavior: contain; }
  .global-nav.is-open { display: flex; }
  .global-nav a { padding: 16px 10px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 16px; }
  .global-nav a:focus-visible { outline: 3px solid #fff; outline-offset: -3px; }
  .global-nav a::after { display: none; }
  .section { padding: 70px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 32px; }
  .hero-inner { min-height: 790px; grid-template-columns: 1fr; align-content: center; padding: 64px 0 48px; }
  .hero-copy { padding-top: 14px; }
  .hero-visual { min-height: 330px; }
  .report-cover { width: 260px; }
  .report-cover:nth-child(1) { right: 3%; top: 0; }
  .report-cover:nth-child(2) { right: 32%; top: 84px; }
  .report-cover:nth-child(3) { right: 11%; top: 172px; }
  .proof-grid { grid-template-columns: repeat(2,1fr); }
  .proof-item { min-height: 94px; border-bottom: 1px solid rgba(255,255,255,.2); }
  .proof-item:last-child { grid-column: 1 / -1; }
  .proof-note { text-align: left; }
  .about-grid, .network-grid, .intro-split { grid-template-columns: 1fr; gap: 38px; }
  .about-image { min-height: 420px; }
  .services-grid, .case-grid { grid-template-columns: 1fr; }
  .portfolio-wall { grid-template-columns: repeat(3,1fr); }
  .deliverable-panel { grid-template-columns: 1fr; }
  .deliverable-visual { min-height: auto; }
  .deliverable-copy { min-height: 390px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .contact-card { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1.25fr 1fr; }
}

@media (max-width: 600px) {
  body { font-size: 15px; }
  .container, .narrow { width: min(100% - 30px, var(--content)); }
  .section { padding: 58px 0; }
  .section.compact { padding: 50px 0; }
  .section-heading h2, .page-heading h1 { font-size: 34px; }
  .section-heading p, .lead { font-size: 16px; }
  .hero-inner { min-height: 720px; padding: 48px 0 36px; }
  .hero-copy h1 { font-size: 40px; }
  .hero-copy .intro { font-size: 16px; line-height: 1.8; }
  .hero-copy .english { font-size: 13px; }
  .hero-visual { min-height: 250px; }
  .report-cover { width: 198px; }
  .report-cover:nth-child(1) { right: 0; }
  .report-cover:nth-child(2) { right: 34%; top: 62px; }
  .report-cover:nth-child(3) { right: 8%; top: 128px; }
  .cover-note { left: 0; right: 0; bottom: -2px; max-width: none; text-align: left; }
  .proof-item strong { font-size: 25px; }
  .about-image { min-height: 340px; }
  .about-copy h2, .network-copy h2 { font-size: 34px; }
  .service-card, .case-card { min-height: 310px; padding: 26px; }
  .service-card h3, .case-card h3 { font-size: 24px; }
  .portfolio-wall { grid-template-columns: repeat(2,1fr); gap: 22px 12px; }
  .portfolio-item p { font-size: 11px; }
  .deliverable-tabs { grid-template-columns: repeat(2,1fr); }
  .deliverable-tab:nth-child(2) { border-right: 0; }
  .deliverable-tab:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.12); }
  .deliverable-tab { min-height: 64px; padding: 8px; font-size: 12px; }
  .deliverable-visual { padding: 12px; }
  .sample-sheet { min-height: 430px; }
  .sample-head { min-height: 76px; padding: 14px; }
  .sample-head h3 { font-size: 14px; }
  .sample-body { gap: 8px; padding: 10px; }
  .sample-box { min-height: 130px; padding: 10px; }
  .sample-box.wide { min-height: 130px; }
  .sample-box h4 { font-size: 9px; margin-bottom: 8px; }
  .sample-footer { left: 10px; right: 10px; font-size: 7px; }
  .deliverable-copy { min-height: 360px; padding: 26px 22px; }
  .deliverable-copy h3 { font-size: 23px; }
  .page-hero { min-height: 360px; }
  .page-heading { padding: 58px 0 48px; }
  .page-heading p { font-size: 16px; }
  .feature-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step, .process-step:first-child { min-height: auto; border: 0; border-bottom: 1px solid var(--line); }
  .deliverables-list { grid-template-columns: 1fr; }
  .region-row { grid-template-columns: 1fr; gap: 5px; }
  .contact-card-main, .contact-card-side { padding: 30px 24px; }
  .contact-email { font-size: 18px; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { padding: 18px 0; flex-direction: column; align-items: flex-start; }
  dialog.preview-dialog { width: calc(100% - 20px); max-height: calc(100vh - 20px); }
  .dialog-content { padding: 10px; }
  .dialog-content .sample-sheet { min-height: calc(100vh - 110px); }
}
