:root {
  --ink: #0b0d12;
  --ink-soft: #181b22;
  --paper: #f6f7f8;
  --white: #fff;
  --line: rgba(11, 13, 18, .14);
  --muted: #626978;
  --red: #e51f36;
  --red-dark: #b70d25;
  --silver: #dfe3e8;
  --header-h: 78px;
  --radius: 8px;
  --shadow: 0 28px 70px rgba(11, 13, 18, .12);
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Noto Sans JP", system-ui, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
html[lang="zh-CN"] body { font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; }
html[lang="zh-CN"] h1,
html[lang="zh-CN"] h2,
html[lang="zh-CN"] h3,
html[lang="zh-CN"] h4,
html[lang="zh-CN"] b,
html[lang="zh-CN"] strong { font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; font-synthesis: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 1em; height: 1em; stroke-width: 1.8; }
::selection { color: #fff; background: var(--red); }

.scroll-progress { position: fixed; z-index: 1000; top: 0; left: 0; right: 0; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: var(--red); transform: scaleX(0); transform-origin: left; }

.container { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }
.section { position: relative; padding: 126px 0; overflow: clip; }
.eyebrow { margin: 0 0 20px; color: var(--red); font-family: "Space Grotesk", sans-serif; font-weight: 700; font-size: 13px; letter-spacing: .18em; }
.section-heading h2 { max-width: 860px; margin: 0; font-size: clamp(38px, 5vw, 72px); line-height: 1.06; letter-spacing: -.045em; }
.section-heading > p:last-child { max-width: 700px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.85; }
.section-heading.wide h2 { max-width: 1050px; }
.section-heading.wide h2 span { display: block; }

.site-header { position: fixed; z-index: 100; top: 18px; left: 24px; right: 24px; height: var(--header-h); padding: 0 12px 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid rgba(255,255,255,.54); border-radius: 999px; background: rgba(248,249,250,.9); box-shadow: 0 16px 50px rgba(11,13,18,.1); backdrop-filter: blur(18px); transition: top .35s var(--ease), background .35s; }
.site-header.is-scrolled { top: 8px; background: rgba(248,249,250,.96); }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 155px; }
.brand-mark { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--ink); font: 700 16px/1 "Space Grotesk"; letter-spacing: -.05em; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy b { font: 700 22px/1 "Space Grotesk"; letter-spacing: -.05em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font: 600 8px/1 "Space Grotesk"; letter-spacing: .13em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 3px; }
.desktop-nav a { position: relative; padding: 12px 13px; color: #4e5460; font-size: 14px; font-weight: 700; white-space: nowrap; transition: color .25s; }
.desktop-nav a::after { position: absolute; bottom: 5px; left: 13px; right: 13px; height: 2px; content: ""; background: var(--red); transform: scaleX(0); transition: transform .25s var(--ease); }
.desktop-nav a:hover, .desktop-nav a.is-active { color: var(--ink); }
.desktop-nav a.is-active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.lang-switch { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); width: 198px; padding: 4px; border-radius: 999px; background: #e7e9ec; isolation: isolate; }
.lang-glider { position: absolute; z-index: -1; top: 4px; left: 4px; width: calc(33.333% - 2.667px); height: calc(100% - 8px); border-radius: 999px; background: var(--ink); box-shadow: 0 7px 20px rgba(11,13,18,.18); transition: transform .45s var(--ease); }
.lang-switch[data-active="ja"] .lang-glider { transform: translateX(0); }
.lang-switch[data-active="en"] .lang-glider { transform: translateX(100%); }
.lang-switch[data-active="zh"] .lang-glider { transform: translateX(200%); }
.lang-btn { padding: 8px 5px; border: 0; border-radius: 999px; color: #6c7280; background: transparent; cursor: pointer; font-size: 11px; font-weight: 800; transition: color .3s; }
.lang-btn.is-active { color: #fff; }
.button { min-height: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 800; transition: transform .25s var(--ease), color .25s, background .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--red); box-shadow: 0 12px 32px rgba(229,31,54,.24); }
.button-primary:hover { background: var(--red-dark); }
.button-glass { color: #fff; border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.button-glass:hover { background: rgba(255,255,255,.17); }
.button-dark { color: #fff; background: var(--ink); }
.header-apply { min-height: 52px; }
.menu-toggle { width: 48px; height: 48px; padding: 0; display: none; place-items: center; border: 0; border-radius: 50%; background: var(--ink); cursor: pointer; }
.menu-toggle span { position: absolute; width: 20px; height: 2px; background: #fff; transition: transform .3s var(--ease); }
.menu-toggle span:first-child { transform: translateY(-4px); }
.menu-toggle span:last-child { transform: translateY(4px); }
.menu-toggle[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 90; inset: 0; padding: 128px 32px 40px; display: flex; flex-direction: column; gap: 4px; color: #fff; background: rgba(11,13,18,.98); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .35s var(--ease); }
.mobile-menu.is-open { opacity: 1; visibility: visible; transform: none; }
.mobile-menu a { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.15); font-size: 26px; font-weight: 700; }
.mobile-menu .button { margin-top: 22px; }

.hero { position: relative; min-height: 900px; height: 100svh; overflow: hidden; color: #fff; background: var(--ink); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center right; transform: scale(1.02); animation: heroBreath 14s ease-in-out infinite alternate; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,7,11,.97) 0%, rgba(5,7,11,.82) 34%, rgba(5,7,11,.3) 61%, rgba(5,7,11,.04) 100%), linear-gradient(0deg, rgba(5,7,11,.64), transparent 38%); }
.hero::after { position: absolute; inset: 0; content: ""; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 92px 92px; mask-image: linear-gradient(90deg, black, transparent 65%); }
.hero-content { position: relative; z-index: 2; width: min(1240px, calc(100% - 64px)); height: 100%; margin: 0 auto; padding-top: clamp(180px, 19vh, 230px); display: flex; flex-direction: column; align-items: flex-start; }
.hero-eyebrow { color: #fff; }
.hero-title { max-width: 850px; margin: 0; font-size: clamp(58px, 6vw, 98px); line-height: .98; letter-spacing: -.06em; }
.hero-title span { display: block; }
.hero-title .accent-line { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.88); }
.hero-lead { max-width: 620px; margin: 30px 0 0; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.9; }
.role-rotator { width: min(500px, 100%); margin-top: 28px; padding: 13px 17px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; border-top: 1px solid rgba(255,255,255,.25); border-bottom: 1px solid rgba(255,255,255,.25); }
.role-prefix, .role-count { color: rgba(255,255,255,.55); font: 600 11px/1 "Space Grotesk"; letter-spacing: .12em; }
.role-window { height: 30px; overflow: hidden; }
.role-window b { display: block; color: #fff; font-size: 20px; line-height: 30px; transition: transform .4s var(--ease), opacity .4s; }
.role-window b.is-changing { opacity: 0; transform: translateY(-100%); }
.role-count { text-align: right; }
.hero-actions { margin-top: 28px; display: flex; gap: 12px; }
.hero-rail { position: absolute; z-index: 2; right: 34px; bottom: 64px; display: flex; align-items: center; gap: 14px; transform: rotate(-90deg); transform-origin: right bottom; color: rgba(255,255,255,.62); font: 600 10px/1 "Space Grotesk"; letter-spacing: .18em; }
.hero-rail i { width: 78px; height: 1px; background: rgba(255,255,255,.38); }
.visual-note { position: absolute; z-index: 2; right: 28px; bottom: 24px; margin: 0; padding: 7px 10px; border-radius: 999px; color: rgba(255,255,255,.7); background: rgba(11,13,18,.45); font-size: 10px; backdrop-filter: blur(8px); }
.hero-orbit { position: absolute; z-index: 1; right: 17%; top: 25%; width: 210px; height: 210px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; animation: spin 20s linear infinite; }
.hero-orbit span { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 20px var(--red); }
.hero-orbit span:nth-child(1) { top: -4px; left: 50%; }.hero-orbit span:nth-child(2) { bottom: 20%; left: 4%; }.hero-orbit span:nth-child(3) { right: 8%; top: 23%; }
.role-marquee { height: 72px; display: flex; align-items: center; overflow: hidden; color: #fff; background: var(--red); }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 30px; animation: marquee 25s linear infinite; font: 700 18px/1 "Space Grotesk"; letter-spacing: .12em; }
.marquee-track i { width: 8px; height: 8px; border-radius: 50%; background: #fff; }

.about-section { background: #fff; }
.about-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: end; }
.about-copy { padding: 36px 0 10px; border-top: 1px solid var(--line); }
.about-copy p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.95; }
.about-copy strong { display: block; margin-top: 28px; font-size: 22px; line-height: 1.5; }

.streamer-section { background: linear-gradient(180deg, #f6f7f8 0, #eef0f2 100%); }
.streamer-feature-grid { margin-top: 70px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.feature-visual { position: relative; min-height: 620px; overflow: hidden; border-radius: var(--radius); background: #ddd; transform-style: preserve-3d; }
.feature-visual img { width: 100%; height: 100%; object-fit: cover; }
.media-caption { position: absolute; left: 22px; right: 22px; bottom: 22px; padding: 18px 20px; display: flex; align-items: center; gap: 16px; color: #fff; border: 1px solid rgba(255,255,255,.25); border-radius: var(--radius); background: rgba(11,13,18,.68); backdrop-filter: blur(14px); }
.media-caption > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--red); font: 700 12px "Space Grotesk"; }
.media-caption p { margin: 0; display: flex; flex-direction: column; gap: 4px; }
.media-caption b { font-size: 18px; }.media-caption small { color: rgba(255,255,255,.58); }
.candidate-panel { position: relative; padding: 56px 48px; overflow: hidden; color: #fff; border-radius: var(--radius); background: var(--ink); }
.candidate-panel::after { position: absolute; right: -130px; bottom: -130px; width: 340px; height: 340px; content: ""; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.025), 0 0 0 90px rgba(255,255,255,.02); }
.panel-index { color: rgba(255,255,255,.45); font: 600 11px "Space Grotesk"; letter-spacing: .14em; }
.candidate-panel h3 { margin: 44px 0 34px; font-size: 38px; letter-spacing: -.04em; }
.check-list { position: relative; z-index: 1; margin: 0; padding: 0; display: grid; gap: 20px; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.78); font-weight: 600; }
.salary-callout { position: relative; z-index: 1; margin-top: 28px; padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid rgba(229,31,54,.28); border-radius: var(--radius); background: rgba(229,31,54,.07); }
.salary-callout small { color: var(--red); font-size: 11px; font-weight: 800; }
.salary-callout strong { font-size: 20px; }
.check-list svg { color: var(--red); font-size: 22px; }
.fine-print { position: relative; z-index: 1; margin: 36px 0 0; color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.8; }
.text-link { position: relative; z-index: 1; margin-top: 30px; padding: 0 0 8px; display: inline-flex; align-items: center; gap: 12px; color: #fff; border: 0; border-bottom: 1px solid rgba(255,255,255,.4); background: none; cursor: pointer; font-weight: 700; }
.text-link svg { transition: transform .25s; }.text-link:hover svg { transform: translateX(5px); }

.support-block { padding-top: 130px; }
.support-heading { max-width: 760px; margin: 0 auto; text-align: center; }
.support-heading h3 { margin: 0; font-size: clamp(36px, 4.5vw, 62px); line-height: 1.08; letter-spacing: -.045em; }
.support-matrix { position: relative; width: min(920px, 100%); height: 650px; margin: 62px auto 0; }
.support-matrix::before, .support-matrix::after { position: absolute; left: 50%; top: 50%; content: ""; border: 1px solid rgba(11,13,18,.13); border-radius: 50%; transform: translate(-50%,-50%); }
.support-matrix::before { width: 480px; height: 480px; }.support-matrix::after { width: 330px; height: 330px; }
.support-center { position: absolute; z-index: 2; left: 50%; top: 50%; width: 250px; height: 250px; padding: 36px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #fff; border-radius: 50%; background: var(--ink); transform: translate(-50%,-50%); box-shadow: 0 35px 80px rgba(11,13,18,.25); }
.support-center > span { color: var(--red); font: 700 42px/1 "Space Grotesk"; letter-spacing: -.07em; }.support-center b { margin-top: 8px; font-size: 24px; }.support-center p { margin: 14px 0 0; color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.65; }
.support-node { position: absolute; z-index: 3; min-width: 152px; padding: 16px 18px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(11,13,18,.12); border-radius: 999px; background: rgba(255,255,255,.8); box-shadow: 0 16px 35px rgba(11,13,18,.08); backdrop-filter: blur(8px); cursor: pointer; font-weight: 700; transition: .35s var(--ease); }
.support-node:hover, .support-node.is-active { color: #fff; border-color: var(--red); background: var(--red); transform: translateY(-5px) scale(1.03); }
.support-node svg { font-size: 20px; }
.node-1 { left: 50%; top: 0; transform: translateX(-50%); }.node-2 { right: 8%; top: 15%; }.node-3 { right: 0; top: 44%; }.node-4 { right: 11%; bottom: 11%; }.node-5 { left: 50%; bottom: 0; transform: translateX(-50%); }.node-6 { left: 10%; bottom: 11%; }.node-7 { left: 0; top: 44%; }.node-8 { left: 8%; top: 15%; }
.node-1:hover, .node-1.is-active, .node-5:hover, .node-5.is-active { transform: translateX(-50%) translateY(-5px) scale(1.03); }

.day-section { color: #fff; background: var(--ink); }
.day-section::before { position: absolute; inset: 0; content: ""; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 80px 80px; }
.day-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.day-media { position: relative; height: 710px; overflow: hidden; border-radius: var(--radius); }
.day-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease), filter .6s; }
.day-media.is-switching img { transform: scale(1.04); filter: brightness(.65); }
.day-media::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(11,13,18,.8), transparent 55%); }
.day-media-index { position: absolute; z-index: 2; top: 24px; left: 24px; display: flex; align-items: baseline; gap: 4px; font-family: "Space Grotesk"; }.day-media-index b { font-size: 54px; }.day-media-index span { color: rgba(255,255,255,.5); }
.day-media-copy { position: absolute; z-index: 2; left: 28px; bottom: 28px; display: flex; flex-direction: column; gap: 8px; }.day-media-copy small { color: rgba(255,255,255,.55); font: 600 10px "Space Grotesk"; letter-spacing: .15em; }.day-media-copy strong { font-size: 28px; }
.day-content h2 { margin: 0 0 48px; font-size: clamp(40px, 4.5vw, 64px); line-height: 1.08; letter-spacing: -.05em; }
.day-steps { border-top: 1px solid rgba(255,255,255,.17); }
.day-step { width: 100%; padding: 19px 0; display: grid; grid-template-columns: 48px 1fr; gap: 2px 10px; text-align: left; color: rgba(255,255,255,.46); border: 0; border-bottom: 1px solid rgba(255,255,255,.17); background: transparent; cursor: default; }
.day-step span { grid-row: span 2; font: 600 12px "Space Grotesk"; }.day-step b { font-size: 18px; }.day-step small { font-size: 12px; }
.day-step:hover, .day-step.is-active { color: #fff; padding-left: 12px; }.day-step.is-active span { color: var(--red); }

.growth-section { background: #fff; }
.growth-heading { max-width: 950px; }
.growth-system { margin-top: 70px; display: grid; grid-template-columns: 1fr .8fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.growth-tabs { display: grid; grid-template-columns: repeat(2, 1fr); }
.growth-tab { min-height: 116px; padding: 24px; display: flex; align-items: center; gap: 18px; text-align: left; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; cursor: pointer; transition: color .3s, background .3s; }
.growth-tab span { color: var(--muted); font: 600 12px "Space Grotesk"; }.growth-tab b { font-size: 18px; }.growth-tab:hover, .growth-tab.is-active { color: #fff; background: var(--red); }.growth-tab.is-active span { color: rgba(255,255,255,.65); }
.growth-detail { position: relative; min-height: 420px; padding: 60px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; color: #fff; background: var(--ink); }
.growth-detail::after { position: absolute; right: -100px; top: -100px; width: 360px; height: 360px; content: ""; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 110px rgba(255,255,255,.018); }
.growth-number { position: absolute; left: 48px; top: 32px; color: var(--red); font: 700 118px/1 "Space Grotesk"; letter-spacing: -.09em; opacity: .9; }
.growth-detail > div:last-child { position: relative; z-index: 1; }.growth-detail p { max-width: 500px; margin: 0; color: rgba(255,255,255,.57); line-height: 1.8; }.growth-detail div p:first-child { margin-bottom: 14px; font: 600 10px "Space Grotesk"; letter-spacing: .15em; }.growth-detail h3 { margin: 0 0 16px; font-size: 36px; }

.evidence-section { background: #eceff2; }
.evidence-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 80px; align-items: end; }
.evidence-heading .eyebrow { grid-column: 1/-1; }.evidence-heading h2 { font-size: clamp(38px, 4.3vw, 64px); }.evidence-heading > p:last-child { margin: 0; }
.evidence-grid { margin-top: 68px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.evidence-card { position: relative; min-height: 560px; padding: 0; overflow: hidden; text-align: left; color: #fff; border: 0; border-radius: var(--radius); background: var(--ink); cursor: zoom-in; transform-style: preserve-3d; }
.evidence-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }.evidence-card:hover img { transform: scale(1.04); }
.evidence-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(11,13,18,.9), transparent 55%); }
.evidence-card > span { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; display: flex; flex-direction: column; gap: 6px; }.evidence-card small { color: rgba(255,255,255,.55); font: 600 10px "Space Grotesk"; letter-spacing: .12em; }.evidence-card b { font-size: 24px; }.evidence-card em { font-size: 11px; font-style: normal; color: rgba(255,255,255,.55); }
.evidence-policy { min-height: 560px; padding: 38px 28px; display: flex; flex-direction: column; border-radius: var(--radius); color: #fff; background: var(--red); }
.evidence-policy > p { margin: 0; color: rgba(255,255,255,.6); font: 600 10px "Space Grotesk"; letter-spacing: .15em; }.evidence-policy h3 { margin: 58px 0 36px; font-size: 36px; }.evidence-policy ul { margin: 0; padding: 0; display: grid; gap: 18px; list-style: none; }.evidence-policy li { padding-bottom: 18px; display: flex; gap: 15px; border-bottom: 1px solid rgba(255,255,255,.25); }.evidence-policy li span { color: rgba(255,255,255,.55); font: 600 11px "Space Grotesk"; }.evidence-policy strong { margin-top: auto; padding: 16px; text-align: center; border: 1px solid rgba(255,255,255,.36); border-radius: 999px; font-size: 13px; }

.roles-section { color: #fff; background: var(--ink); }
.roles-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 90px; align-items: end; }.roles-heading .eyebrow { grid-column: 1/-1; }.roles-heading > p:last-child { margin: 0; color: rgba(255,255,255,.55); }.roles-heading h2 { font-size: clamp(42px, 5vw, 72px); }
.roles-layout { margin-top: 72px; display: grid; grid-template-columns: .62fr 1.15fr .8fr; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); overflow: hidden; }
.roles-tabs { display: flex; flex-direction: column; background: #12151b; }
.role-tab { min-height: 136px; padding: 26px; display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 12px; text-align: left; color: rgba(255,255,255,.45); border: 0; border-bottom: 1px solid rgba(255,255,255,.12); background: transparent; cursor: pointer; transition: color .3s, background .3s; }.role-tab span { font: 600 11px "Space Grotesk"; }.role-tab b { font-size: 22px; }.role-tab:hover, .role-tab.is-active { color: #fff; background: var(--red); }.role-tab svg { transition: transform .3s; }.role-tab:hover svg, .role-tab.is-active svg { transform: translate(3px,-3px); }
.job-detail { padding: 44px; display: flex; flex-direction: column; background: #fff; color: var(--ink); }
.job-detail-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; }.job-detail-head > p { color: var(--red); font: 700 11px "Space Grotesk"; letter-spacing: .14em; }
.job-mode { padding: 4px; display: flex; border-radius: 999px; background: #e9ebee; }.job-mode button { padding: 8px 12px; border: 0; border-radius: 999px; color: var(--muted); background: transparent; cursor: pointer; font-size: 11px; font-weight: 800; }.job-mode button.is-active { color: #fff; background: var(--ink); }
.job-detail h3 { margin: 58px 0 10px; font-size: 48px; letter-spacing: -.05em; }.job-summary { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.job-salary { margin-top: 22px; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border-left: 4px solid var(--red); background: #fff4f2; }
.job-salary span { color: var(--muted); font-size: 11px; font-weight: 700; }
.job-salary strong { color: var(--red); text-align: right; font-size: 17px; }
.job-columns { margin-top: 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }.job-columns h4 { margin: 0 0 16px; color: var(--red); font-size: 13px; }.job-columns ul { margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; }.job-columns li { position: relative; padding-left: 16px; color: #555d6b; font-size: 13px; line-height: 1.55; }.job-columns li::before { position: absolute; left: 0; top: .65em; width: 5px; height: 5px; content: ""; border-radius: 50%; background: var(--red); }
.job-bottom { margin-top: auto; padding-top: 34px; display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; border-top: 1px solid var(--line); }.job-bottom p { margin: 0; display: flex; flex-direction: column; gap: 5px; }.job-bottom p span { color: var(--muted); font-size: 10px; }.job-bottom p b { max-width: 260px; font-size: 13px; }
.roles-image { position: relative; min-height: 620px; margin: 0; overflow: hidden; }.roles-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }.roles-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(11,13,18,.85), transparent 55%); }.roles-image figcaption { position: absolute; z-index: 2; left: 24px; bottom: 24px; display: flex; flex-direction: column; }.roles-image figcaption span { font-size: 20px; font-weight: 800; }.roles-image figcaption small { color: rgba(255,255,255,.55); }

.why-section { background: #fff; }
.why-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.why-card { min-height: 300px; padding: 28px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transform-style: preserve-3d; transition: color .35s, background .35s, transform .35s var(--ease), box-shadow .35s; }.why-card:hover { color: #fff; background: var(--ink); }.why-card > svg { font-size: 34px; color: var(--red); }.why-card > span { position: absolute; right: 26px; top: 27px; color: #9da2ac; font: 600 11px "Space Grotesk"; }.why-card h3 { margin: 54px 0 12px; font-size: 23px; }.why-card p { margin: 0; color: var(--muted); line-height: 1.7; font-size: 13px; }.why-card:hover p { color: rgba(255,255,255,.6); }
.why-points { margin-top: 22px; padding-top: 18px; display: grid; gap: 8px; border-top: 1px solid rgba(11,13,18,.12); }
.why-points small { position: relative; padding-left: 13px; color: #555c68; font-size: 11px; line-height: 1.45; }
.why-points small::before { position: absolute; left: 0; top: .55em; width: 5px; height: 5px; content: ""; border-radius: 50%; background: var(--red); }
.why-card:hover .why-points { border-color: rgba(255,255,255,.16); }
.why-card:hover .why-points small { color: rgba(255,255,255,.72); }
.culture-section { padding-top: 0; background: #fff; }
.culture-grid { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 650px; overflow: hidden; border-radius: var(--radius); background: #eceff2; }
.culture-image { position: relative; min-height: 650px; }.culture-image img { width: 100%; height: 100%; object-fit: cover; }.culture-image span { position: absolute; left: 20px; bottom: 20px; padding: 7px 10px; color: #fff; border-radius: 999px; background: rgba(11,13,18,.55); font-size: 10px; }
.culture-copy { padding: 70px 58px; display: flex; flex-direction: column; justify-content: center; }.culture-copy h2 { margin: 0; font-size: clamp(40px, 4vw, 60px); line-height: 1.07; letter-spacing: -.05em; }.culture-copy > p:not(.eyebrow) { margin: 28px 0 0; color: var(--muted); line-height: 1.9; }.culture-values { margin-top: 40px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.culture-values span { padding: 14px; border: 1px solid var(--line); border-radius: 999px; text-align: center; font-weight: 700; font-size: 13px; }

.process-section { background: #eceff2; }
.process-list { margin: 64px 0 0; padding: 0; display: grid; grid-template-columns: repeat(7, 1fr); list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-list li { position: relative; min-height: 170px; padding: 28px 16px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); }.process-list li:last-child { border-right: 0; }.process-list span { color: var(--red); font: 700 12px "Space Grotesk"; }.process-list b { font-size: 14px; line-height: 1.5; }.process-list li::after { position: absolute; right: -5px; top: 50%; width: 9px; height: 9px; content: ""; border-radius: 50%; background: var(--red); }.process-list li:last-child::after { display: none; }
.apprentice-note { margin-top: 32px; padding: 28px 32px; display: flex; align-items: flex-start; gap: 22px; color: #fff; border-radius: var(--radius); background: var(--ink); }.apprentice-note > svg { flex: 0 0 auto; color: var(--red); font-size: 34px; }.apprentice-note h3 { margin: 0 0 8px; }.apprentice-note p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; line-height: 1.8; }

.faq-section { background: #fff; }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }.faq-item button { width: 100%; padding: 28px 4px; display: flex; align-items: center; justify-content: space-between; gap: 20px; text-align: left; border: 0; background: transparent; cursor: pointer; font-weight: 800; font-size: 17px; }.faq-item button svg { flex: 0 0 auto; transition: transform .35s var(--ease); }.faq-item.is-open button { color: var(--red); }.faq-item.is-open button svg { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s var(--ease); }.faq-answer > p { min-height: 0; overflow: hidden; margin: 0; color: var(--muted); line-height: 1.8; }.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }.faq-item.is-open .faq-answer > p { padding: 0 50px 28px 4px; }

.apply-section { color: #fff; background: var(--ink); }
.apply-section::before { position: absolute; left: -10%; top: -50%; width: 720px; height: 720px; content: ""; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.018), 0 0 0 160px rgba(255,255,255,.012); }
.apply-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.apply-copy { position: sticky; top: 120px; }.apply-copy h2 { margin: 0; font-size: clamp(48px, 5vw, 76px); line-height: 1.03; letter-spacing: -.055em; }.apply-copy h2 span { display: block; }.apply-copy > p:not(.eyebrow) { margin: 28px 0 0; color: rgba(255,255,255,.58); line-height: 1.8; }
.apply-role-pills { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 8px; }.apply-role-pills button { padding: 10px 15px; color: rgba(255,255,255,.58); border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: transparent; cursor: pointer; font-size: 12px; font-weight: 700; transition: .25s; }.apply-role-pills button:hover, .apply-role-pills button.is-active { color: #fff; border-color: var(--red); background: var(--red); }
.line-button { width: 100%; margin-top: 40px; padding: 18px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; text-align: left; color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); background: rgba(255,255,255,.06); cursor: pointer; transition: background .3s; }.line-button:hover { background: rgba(255,255,255,.1); }.line-button > svg:first-child { color: #06c755; font-size: 28px; }.line-button span { display: flex; flex-direction: column; }.line-button small { margin-top: 4px; color: rgba(255,255,255,.46); }
.application-form { padding: 48px; color: var(--ink); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.form-head { margin-bottom: 36px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }.form-head span { color: var(--muted); font: 600 10px "Space Grotesk"; letter-spacing: .15em; }.form-head b { color: var(--red); font-size: 18px; }
.application-form label { margin-bottom: 20px; display: flex; flex-direction: column; gap: 8px; font-size: 12px; font-weight: 700; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.application-form input, .application-form select, .application-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 4px; outline: 0; background: #f7f8f9; transition: border-color .25s, box-shadow .25s; }.application-form input, .application-form select { height: 50px; padding: 0 14px; }.application-form textarea { padding: 14px; resize: vertical; }.application-form input:focus, .application-form select:focus, .application-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(229,31,54,.1); }
.file-input { padding: 16px; border: 1px dashed rgba(11,13,18,.28); border-radius: 4px; }.file-input input { height: auto; padding: 0; border: 0; background: transparent; }.file-input em { color: var(--muted); font-size: 10px; font-style: normal; font-weight: 400; }
.application-form .privacy-check { flex-direction: row; align-items: flex-start; font-weight: 400; color: var(--muted); line-height: 1.6; }.privacy-check input { width: 18px; height: 18px; margin: 2px 0 0; flex: 0 0 auto; accent-color: var(--red); box-shadow: none; }
.form-submit { width: 100%; margin-top: 4px; }

.site-footer { padding: 60px 32px 34px; display: grid; grid-template-columns: auto 1fr auto; gap: 34px 70px; align-items: center; color: rgba(255,255,255,.55); background: #06070a; }.footer-brand { display: flex; align-items: center; gap: 12px; color: #fff; }.footer-brand > div { display: flex; flex-direction: column; }.footer-brand b { font: 700 26px "Space Grotesk"; }.footer-brand small { font: 600 8px "Space Grotesk"; letter-spacing: .13em; text-transform: uppercase; }.site-footer p { margin: 0; font-size: 12px; }.site-footer > div:nth-of-type(2) { display: flex; gap: 20px; font-size: 12px; }.site-footer > small { grid-column: 1/-1; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); font: 600 10px "Space Grotesk"; }
.mobile-apply { position: fixed; z-index: 80; left: 16px; right: 16px; bottom: 14px; height: 54px; display: none; align-items: center; justify-content: center; gap: 10px; color: #fff; border: 0; border-radius: 999px; background: var(--red); box-shadow: 0 15px 40px rgba(229,31,54,.35); font-weight: 800; }

.gallery-dialog { width: min(1100px, calc(100% - 32px)); max-width: none; padding: 0; overflow: visible; border: 0; border-radius: var(--radius); color: #fff; background: transparent; }.gallery-dialog::backdrop { background: rgba(4,5,8,.9); backdrop-filter: blur(12px); }.gallery-dialog img { width: 100%; max-height: 82vh; object-fit: contain; border-radius: var(--radius); }.gallery-dialog p { position: absolute; left: 16px; bottom: 12px; margin: 0; padding: 7px 10px; border-radius: 999px; background: rgba(11,13,18,.6); font-size: 10px; }.dialog-close { position: absolute; z-index: 2; right: -8px; top: -52px; width: 42px; height: 42px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(255,255,255,.08); cursor: pointer; }
.toast { position: fixed; z-index: 1000; left: 50%; bottom: 30px; max-width: min(420px, calc(100% - 32px)); padding: 14px 20px; color: #fff; border-radius: 999px; background: var(--ink); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translate(-50%,20px); transition: .35s var(--ease); font-size: 13px; font-weight: 700; }.toast.is-visible { opacity: 1; visibility: visible; transform: translate(-50%,0); }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .75s var(--ease), transform .75s var(--ease); transition-delay: calc(var(--reveal-delay, 0) * 110ms); }.reveal.is-visible { opacity: 1; transform: none; }
[data-tilt] { --rx: 0deg; --ry: 0deg; --spot-x: 50%; --spot-y: 50%; transform: perspective(1000px) rotateX(var(--rx)) rotateY(var(--ry)); transition: transform .3s var(--ease); }
[data-tilt]::before { position: absolute; z-index: 4; inset: 0; content: ""; pointer-events: none; opacity: 0; background: radial-gradient(300px circle at var(--spot-x) var(--spot-y), rgba(255,255,255,.24), transparent 65%); transition: opacity .3s; }.feature-visual[data-tilt]:hover::before, .evidence-card[data-tilt]:hover::before { opacity: 1; }

@keyframes heroBreath { to { transform: scale(1.065); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (max-width: 1120px) {
  .desktop-nav { display: none; }.menu-toggle { display: grid; }.header-apply { display: none; }
  .hero-title { max-width: 760px; }.hero-shade { background: linear-gradient(90deg, rgba(5,7,11,.95), rgba(5,7,11,.68) 56%, rgba(5,7,11,.15)); }
  .roles-layout { grid-template-columns: .6fr 1.4fr; }.roles-image { display: none; }
  .evidence-grid { grid-template-columns: 1fr 1fr; }.evidence-policy { grid-column: 1/-1; min-height: 360px; }.evidence-policy h3 { margin-top: 35px; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }.process-list { grid-template-columns: repeat(4, 1fr); }.process-list li:nth-child(4) { border-right: 0; }.process-list li:nth-child(n+5) { border-top: 1px solid var(--line); }
}

@media (max-width: 820px) {
  :root { --header-h: 64px; }
  .container { width: min(100% - 34px, 680px); }.section { padding: 86px 0; }
  .site-header { top: 10px; left: 10px; right: 10px; padding: 0 7px 0 10px; }.site-header.is-scrolled { top: 6px; }.brand { min-width: 0; }.brand-mark { width: 44px; height: 44px; }.brand-copy b { font-size: 19px; }.brand-copy small { display: none; }.header-actions { gap: 6px; }.lang-switch { width: 102px; }.lang-btn { font-size: 10px; }.menu-toggle { width: 46px; height: 46px; }
  .hero { min-height: 780px; height: 100svh; }.hero-image { object-position: 62% center; }.hero-shade { background: linear-gradient(0deg, rgba(5,7,11,.98) 4%, rgba(5,7,11,.82) 52%, rgba(5,7,11,.18) 100%); }.hero::after { display: none; }.hero-content { width: calc(100% - 34px); padding-top: 40vh; justify-content: flex-start; }.hero-title { max-width: 620px; font-size: clamp(43px, 12vw, 70px); }.hero-title .accent-line { color: #fff; -webkit-text-stroke: 0; }.hero-lead { margin-top: 20px; font-size: 14px; line-height: 1.7; }.role-rotator { margin-top: 20px; }.hero-actions { margin-top: 22px; }.hero-actions .button { min-height: 45px; padding: 0 17px; font-size: 13px; }.hero-rail, .hero-orbit { display: none; }.visual-note { bottom: 84px; }.role-marquee { height: 58px; }.marquee-track { font-size: 14px; }
  .section-heading h2 { font-size: clamp(34px, 9vw, 54px); }.section-heading > p:last-child { font-size: 15px; }
  .about-grid, .streamer-feature-grid, .day-grid, .culture-grid, .apply-grid, .faq-grid { grid-template-columns: 1fr; gap: 42px; }.about-copy { padding-top: 28px; }
  .feature-visual { min-height: 520px; }.candidate-panel { padding: 42px 28px; }.candidate-panel h3 { margin-top: 34px; }
  .support-block { padding-top: 95px; }.support-matrix { height: auto; margin-top: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.support-matrix::before, .support-matrix::after { display: none; }.support-center { position: relative; left: auto; top: auto; width: 100%; height: auto; min-height: 220px; grid-column: 1/-1; border-radius: var(--radius); transform: none; order: -1; }.support-node, .node-1, .node-2, .node-3, .node-4, .node-5, .node-6, .node-7, .node-8 { position: relative; inset: auto; min-width: 0; width: 100%; justify-content: center; transform: none; }.support-node:hover, .support-node.is-active, .node-1:hover, .node-1.is-active, .node-5:hover, .node-5.is-active { transform: translateY(-2px); }
  .day-grid { gap: 54px; }.day-media { height: 580px; }.day-content h2 { margin-bottom: 34px; }
  .growth-system { grid-template-columns: 1fr; }.growth-detail { min-height: 370px; }.growth-tabs { order: 2; }.growth-tab { min-height: 92px; padding: 18px; }
  .evidence-heading, .roles-heading { grid-template-columns: 1fr; }.evidence-heading .eyebrow, .roles-heading .eyebrow { grid-column: auto; }.evidence-grid { grid-template-columns: 1fr; }.evidence-card { min-height: 500px; }.evidence-policy { grid-column: auto; }
  .roles-layout { grid-template-columns: 1fr; }.roles-tabs { flex-direction: row; }.role-tab { min-height: 96px; padding: 18px; grid-template-columns: auto 1fr; }.role-tab svg { display: none; }.job-detail { min-height: 600px; }.job-detail h3 { margin-top: 40px; }
  .culture-grid { min-height: 0; }.culture-image { min-height: 500px; }.culture-copy { padding: 50px 28px; }
  .process-list { grid-template-columns: 1fr 1fr; }.process-list li:nth-child(2n) { border-right: 0; }.process-list li:nth-child(n+3) { border-top: 1px solid var(--line); }.process-list li::after { display: none; }
  .faq-grid { gap: 36px; }.apply-copy { position: static; }.application-form { padding: 36px 28px; }.site-footer { grid-template-columns: 1fr; gap: 24px; padding-bottom: 100px; }.site-footer > small { grid-column: auto; }.mobile-apply { display: flex; }.toast { bottom: 84px; }
}

@media (max-width: 520px) {
  .lang-switch { width: 91px; }.lang-btn { padding-inline: 2px; }.brand-copy { display: none; }
  .hero-content { padding-top: 38vh; }.hero-title { font-size: clamp(40px, 12vw, 58px); }.hero-title span:nth-child(2) { max-width: 93%; }.hero-lead { max-width: 94%; }.role-rotator { padding-inline: 10px; gap: 8px; }.role-prefix, .role-count { font-size: 9px; }.role-window b { font-size: 17px; }
  .hero-actions { width: 100%; }.hero-actions .button { flex: 1; padding-inline: 12px; }
  .feature-visual { min-height: 430px; }.media-caption { left: 14px; right: 14px; bottom: 14px; }.candidate-panel { padding: 34px 22px; }
  .support-node { padding: 14px 8px; font-size: 12px; }.support-center { padding: 28px 20px; }
  .day-media { height: 480px; }.day-step { grid-template-columns: 36px 1fr; }.day-step small { line-height: 1.5; }
  .growth-tabs { grid-template-columns: 1fr; }.growth-tab { border-right: 0; }.growth-detail { padding: 38px 24px; }.growth-number { left: 24px; font-size: 90px; }
  .evidence-card { min-height: 430px; }.roles-tabs { display: grid; grid-template-columns: repeat(3, 1fr); }.role-tab { min-height: 88px; padding: 13px 8px; display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }.role-tab b { font-size: 15px; }.job-detail { padding: 34px 22px; }.job-detail h3 { font-size: 40px; }.job-columns { grid-template-columns: 1fr; gap: 24px; }.job-bottom { align-items: stretch; flex-direction: column; }.job-bottom .button { width: 100%; }
  .why-grid { grid-template-columns: 1fr; }.why-card { min-height: 250px; }.why-card h3 { margin-top: 42px; }.culture-image { min-height: 400px; }.culture-values { grid-template-columns: 1fr; }
  .process-list li { min-height: 135px; }.apprentice-note { padding: 24px 20px; }.form-row { grid-template-columns: 1fr; gap: 0; }.form-head { align-items: flex-start; flex-direction: column; }.application-form { padding: 30px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  [data-tilt] { transform: none !important; }
}

/* Japan operating footprint */
.bases-section {
  overflow: hidden;
  background: #fffaf5;
}

.bases-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 64px;
  align-items: end;
}

.bases-heading h2 {
  margin: 14px 0 0;
  max-width: 820px;
  font-size: clamp(42px, 5.4vw, 78px);
  line-height: 1.04;
}

.bases-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}

.bases-layout {
  margin-top: 58px;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
  gap: 22px;
  align-items: stretch;
}

.bases-visual {
  position: relative;
  min-height: 660px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 23, 27, .12);
  border-radius: 6px;
  background: #ece8e2;
}

.bases-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(180deg, transparent 48%, rgba(15, 18, 22, .76) 100%);
}

.bases-visual img {
  width: 100%;
  height: 100%;
  min-height: 660px;
  display: block;
  object-fit: cover;
  transition: transform .8s var(--ease), filter .5s var(--ease);
}

.bases-visual:hover img {
  transform: scale(1.025);
  filter: saturate(1.05);
}

.bases-visual figcaption {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(255, 255, 255, .74);
  font-size: 11px;
}

.bases-visual figcaption b {
  color: #fff;
  font-size: 18px;
}

.bases-list {
  display: grid;
  grid-template-rows: 1.08fr .92fr;
  gap: 22px;
}

.base-card {
  position: relative;
  min-height: 0;
  padding: 34px;
  overflow: hidden;
  border: 1px solid rgba(23, 23, 27, .12);
  border-radius: 6px;
  background: #fff;
  box-shadow: 10px 10px 0 rgba(255, 70, 87, .07);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .35s;
}

.base-card.is-planning {
  background: #effcf8;
  box-shadow: 10px 10px 0 rgba(72, 202, 177, .1);
}

.base-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 70, 87, .42);
  box-shadow: 14px 18px 0 rgba(255, 70, 87, .09);
}

.base-card.is-planning:hover {
  border-color: rgba(25, 169, 143, .42);
  box-shadow: 14px 18px 0 rgba(72, 202, 177, .12);
}

.base-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
}

.base-card-head small {
  color: var(--red);
  font: 800 10px "Space Grotesk", sans-serif;
  letter-spacing: .15em;
}

.base-card-head h3 {
  margin: 10px 0 0;
  font-size: clamp(26px, 2.4vw, 38px);
  line-height: 1.16;
}

.base-status {
  flex: 0 0 auto;
  padding: 8px 13px;
  color: #fff;
  border-radius: 999px;
  background: var(--red);
  font-size: 11px;
  font-weight: 800;
}

.base-card.is-planning .base-status {
  color: #087d68;
  background: rgba(72, 202, 177, .2);
}

.base-card > p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.base-metrics {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.base-card.is-planning .base-metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.base-metrics span {
  min-height: 100px;
  padding: 18px 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
}

.base-metrics span:last-child { border-right: 0; }
.base-metrics b { color: var(--red); font-size: clamp(25px, 2.4vw, 36px); }
.base-card.is-planning .base-metrics b { color: #129c83; }
.base-metrics small { margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.4; }

/* The public application journey contains four conversion steps. */
.process-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .bases-heading { grid-template-columns: 1fr; gap: 24px; }
  .bases-heading > p { max-width: 720px; }
  .bases-layout { grid-template-columns: 1fr; }
  .bases-visual,
  .bases-visual img { min-height: 520px; }
  .bases-list { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto; }
  .base-card { padding: 28px; }
  .base-metrics { grid-template-columns: 1fr; }
  .base-card.is-planning .base-metrics { grid-template-columns: 1fr; }
  .base-metrics span { min-height: 78px; border-right: 0; border-bottom: 1px solid var(--line); }
  .base-metrics span:last-child { border-bottom: 0; }
}

@media (max-width: 700px) {
  .bases-layout { margin-top: 38px; }
  .bases-visual,
  .bases-visual img { min-height: 410px; }
  .bases-list { grid-template-columns: 1fr; }
  .base-card { min-height: 0; }
  .base-metrics,
  .base-card.is-planning .base-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .base-metrics span { border-right: 1px solid var(--line); border-bottom: 0; }
  .base-metrics span:nth-child(2n) { border-right: 0; }
  .base-metrics span:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line); border-right: 0; }
  .base-card.is-planning .base-metrics span:last-child { grid-column: auto; border-top: 0; }
}

@media (max-width: 520px) {
  .bases-heading h2 { font-size: 39px; }
  .bases-visual,
  .bases-visual img { min-height: 340px; }
  .bases-visual figcaption { right: 16px; bottom: 16px; left: 16px; flex-direction: column; gap: 4px; }
  .base-card { padding: 24px 20px; }
  .base-card-head { align-items: flex-start; flex-direction: column; }
  .base-metrics,
  .base-card.is-planning .base-metrics { grid-template-columns: 1fr; }
  .base-metrics span,
  .base-card.is-planning .base-metrics span { grid-column: auto; border-top: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .base-metrics span:last-child,
  .base-card.is-planning .base-metrics span:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .bases-visual img,
  .base-card { transition: none !important; }
  .bases-visual:hover img,
  .base-card:hover { transform: none !important; }
}

/* JA light editorial recruitment theme */
:root {
  --ink: #17171b;
  --ink-soft: #2f3138;
  --paper: #fffaf5;
  --white: #fff;
  --line: rgba(23, 23, 27, .13);
  --muted: #676b74;
  --red: #ff4657;
  --red-dark: #e42c42;
  --wine: #671522;
  --wine-dark: #421019;
  --mint: #58ceb4;
  --cyan: #58ceb4;
  --yellow: #ffc83d;
  --silver: #edf0f2;
  --shadow: 0 24px 70px rgba(79, 64, 55, .12);
}

body { background: var(--paper); }
main { transition: opacity .3s ease, transform .3s ease; }
body.is-language-changing main { opacity: .72; transform: translateY(4px); }
.section { background: var(--paper); }

.site-header,
.site-header.is-scrolled {
  top: 0;
  left: 0;
  right: 0;
  height: 84px;
  padding: 0 34px;
  border: 0;
  border-bottom: 1px solid rgba(255, 70, 87, .28);
  border-radius: 0;
  background: rgba(255, 250, 245, .93);
  box-shadow: none;
}
.brand-mark { width: 56px; height: 56px; color: var(--red); border-radius: 0; background: transparent; font-size: 30px; }
.brand-copy b { display: none; }
.brand-copy small { display: block; color: #755e5c; font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.desktop-nav { gap: 8px; }
.desktop-nav a { color: #3f4148; font-size: 13px; }
.desktop-nav a::after { bottom: 2px; background: var(--red); }
.header-actions { gap: 12px; }
.lang-switch { width: 198px; background: #fff; border: 1px solid rgba(255,70,87,.18); box-shadow: 0 10px 28px rgba(72,50,47,.08); }
.lang-glider { background: var(--red); box-shadow: 0 8px 20px rgba(255,70,87,.22); }
.lang-switch[data-active="ja"] .lang-glider { transform: translateX(0); }
.lang-switch[data-active="en"] .lang-glider { transform: translateX(100%); }
.lang-switch[data-active="zh"] .lang-glider { transform: translateX(200%); }
.lang-btn { color: #61636b; }
.lang-btn.is-active { color: #fff; }
.header-apply { min-height: 48px; }

.hero {
  min-height: 860px;
  height: auto;
  color: var(--ink);
  background:
    radial-gradient(circle at 68% 22%, rgba(88,206,180,.12), transparent 24%),
    radial-gradient(circle at 22% 76%, rgba(65,174,232,.1), transparent 22%),
    var(--paper);
}
.hero::before {
  position: absolute;
  z-index: 0;
  left: -4vw;
  top: 90px;
  content: "JA";
  color: var(--red);
  font: 700 clamp(260px, 33vw, 520px)/.8 "Space Grotesk", sans-serif;
  letter-spacing: -.12em;
  opacity: .94;
  pointer-events: none;
}
.hero::after { display: none; }
.hero-image {
  inset: 132px 4vw auto auto;
  width: 38vw;
  height: 410px;
  object-position: center;
  border: 12px solid #fff;
  box-shadow: var(--shadow);
  transform: rotate(1.4deg);
  animation: none;
  clip-path: polygon(0 3%, 97% 0, 100% 96%, 3% 100%);
}
.hero-shade, .hero-orbit, .hero-rail { display: none; }
.hero-content {
  z-index: 3;
  width: min(1240px, calc(100% - 64px));
  min-height: 720px;
  padding: 150px 43% 190px 17%;
}
.hero-eyebrow { margin-bottom: 12px; padding: 8px 12px; color: var(--ink); border: 1px solid var(--ink); background: rgba(255,255,255,.76); transform: rotate(-2deg); }
.hero-title { width: 510px; max-width: 36vw; color: #202126; font-size: clamp(44px, 3.9vw, 64px); font-weight: 800; line-height: 1.08; letter-spacing: -.055em; }
.hero-title span { width: fit-content; position: relative; }
.hero-title span:nth-child(1)::after,
.hero-title span:nth-child(2)::after { position: absolute; left: 0; right: -12px; bottom: -3px; height: 4px; content: ""; background: var(--red); border-radius: 50%; transform: rotate(-1deg); opacity: .85; }
.hero-title span:nth-child(2)::after { background: var(--mint); transform: rotate(1deg); }
.hero-title .accent-line { max-width: 430px; margin-top: 20px; color: var(--ink); -webkit-text-stroke: 0; font-size: .56em; line-height: 1.35; letter-spacing: -.03em; }
.hero-lead { max-width: 470px; margin-top: 20px; color: #555a64; font-size: 15px; font-weight: 500; line-height: 1.75; }
.role-rotator { width: 360px; margin-top: 22px; padding: 11px 15px; color: var(--ink); border: 1px solid rgba(23,23,27,.14); border-radius: 3px; background: rgba(255,255,255,.88); box-shadow: 8px 8px 0 rgba(88,206,180,.22); transform: rotate(-1deg); }
.role-prefix, .role-count { color: #777b83; }
.role-window b { color: var(--red); }
.hero-actions { margin-top: 25px; }
.hero-actions .button-glass { color: var(--ink); border-color: var(--ink); background: transparent; }
.hero-actions .button-glass:hover { color: #fff; background: var(--ink); }
.visual-note { right: 5vw; bottom: 315px; color: #555961; background: rgba(255,255,255,.88); }

.hero-job-picker {
  position: absolute;
  z-index: 5;
  left: 20%;
  right: 4%;
  bottom: 24px;
  min-height: 138px;
  display: grid;
  grid-template-columns: 1.05fr 1.55fr repeat(3, .82fr) 1.2fr;
  align-items: stretch;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  background: rgba(255,250,245,.92);
  box-shadow: 0 15px 35px rgba(58,45,39,.08);
  backdrop-filter: blur(12px);
}
.hero .reveal,
.hero .reveal.is-visible { opacity: 1; transform: none; }
.hero-picker-head { padding: 20px 18px; display: flex; flex-direction: column; justify-content: center; }
.hero-picker-head > span { color: var(--red); font: 700 9px "Space Grotesk"; letter-spacing: .13em; }
.hero-picker-head b { margin-top: 7px; font-size: 16px; }
.hero-picker-head small { margin-top: 5px; color: var(--muted); font-size: 10px; }
.hero-job-picker > button { padding: 18px 14px; display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 8px; border: 0; border-left: 1px solid var(--line); background: transparent; cursor: pointer; transition: color .28s, background .28s, transform .28s var(--ease); }
.hero-job-picker > button > svg:first-child { color: var(--red); font-size: 23px; }
.hero-job-picker > button span { text-align: left; font-weight: 800; }
.hero-job-picker > button > svg:last-child { font-size: 15px; }
.hero-job-picker > button[data-role-jump="streamer"] { padding-inline: 22px; }
.hero-job-picker > button[data-role-jump="streamer"] span { font-size: 17px; }
.hero-job-picker > button:not([data-role-jump="streamer"]) span { font-size: 12px; }
.hero-job-picker > button:hover,
.hero-job-picker > button.is-active { color: #fff; background: var(--red); transform: translateY(-7px); }
.hero-job-picker > button:hover svg,
.hero-job-picker > button.is-active svg { color: #fff; }
.hero-picker-apprentice { padding: 18px; display: flex; align-items: center; justify-content: center; gap: 12px; border-left: 1px solid var(--line); color: #202126; background: rgba(88,206,180,.12); font-size: 13px; font-weight: 800; line-height: 1.45; }
.hero-picker-apprentice svg { flex: 0 0 auto; color: #159a80; font-size: 31px; filter: drop-shadow(0 5px 10px rgba(88,206,180,.2)); }

.role-marquee { color: var(--red); border-top: 1px solid rgba(255,70,87,.24); border-bottom: 1px solid rgba(255,70,87,.24); background: #fff; }
.marquee-track i { background: var(--mint); }
.about-section { background: #fff; }
.about-copy { border-color: var(--line); }

.streamer-section { background: #f6fffc; }
.feature-visual { min-height: 560px; background: #fff; box-shadow: var(--shadow); }
.feature-visual img { object-position: center; }
.media-caption { color: var(--ink); border-color: rgba(23,23,27,.12); background: rgba(255,255,255,.9); }
.media-caption small { color: var(--muted); }
.candidate-panel { color: var(--ink); border: 1px solid rgba(255,70,87,.2); background: #fff; box-shadow: 14px 14px 0 rgba(255,70,87,.08); }
.candidate-panel::after { border-color: rgba(255,70,87,.15); box-shadow: 0 0 0 45px rgba(88,206,180,.05), 0 0 0 90px rgba(65,174,232,.035); }
.panel-index { color: var(--red); }
.check-list li { color: #4e535c; }
.fine-print { color: var(--muted); }
.text-link { color: var(--ink); border-color: var(--ink); }

.support-center { color: var(--ink); border: 2px solid var(--red); background: #fff; box-shadow: 0 24px 58px rgba(229,31,54,.12); }
.support-center > span { color: var(--red); }
.support-center p { color: var(--muted); }
.support-node { border-color: rgba(23,23,27,.12); background: #fff; box-shadow: 0 12px 30px rgba(70,55,49,.08); }
.support-node:nth-of-type(3n+2) svg { color: var(--mint); }
.support-node:nth-of-type(3n) svg { color: var(--cyan); }
.support-node:hover, .support-node.is-active { color: #fff; border-color: var(--red); background: var(--red); }
.support-node:hover svg, .support-node.is-active svg { color: #fff; }

.day-section { color: var(--ink); background: #fff9f4; }
.day-section::before { opacity: .4; background-image: linear-gradient(rgba(255,70,87,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,70,87,.08) 1px, transparent 1px); }
.day-media { box-shadow: var(--shadow); }
.day-media-index, .day-media-copy { color: #fff; }
.day-step { color: #8a8c93; border-color: rgba(23,23,27,.13); }
.day-step:hover, .day-step.is-active { color: var(--ink); }
.day-steps-static .day-step { color: var(--ink); }
.day-steps-static .day-step:hover { padding-left: 0; }

.growth-section { background: #f8fbff; }
.growth-system { border-color: var(--line); box-shadow: 18px 18px 0 rgba(65,174,232,.08); }
.growth-tab { background: #fff; }
.growth-tab:hover, .growth-tab.is-active { background: var(--red); }
.growth-detail { color: var(--ink); background: #fff4f2; }
.growth-detail::after { border-color: rgba(255,70,87,.18); box-shadow: 0 0 0 55px rgba(255,70,87,.05), 0 0 0 110px rgba(88,206,180,.04); }
.growth-detail p { color: var(--muted); }

.evidence-section { background: #fff; }
.evidence-card { color: #fff; background: #e8ecef; }
.evidence-policy { color: var(--ink); background: #fff1a9; box-shadow: 12px 12px 0 rgba(255,200,61,.2); }
.evidence-policy > p, .evidence-policy li span { color: #8a6711; }
.evidence-policy li { border-color: rgba(23,23,27,.15); }
.evidence-policy strong { border-color: var(--ink); }

.roles-section { color: var(--ink); background: #f5fffc; }
.roles-heading > p:last-child { color: var(--muted); }
.roles-layout { border-color: var(--line); box-shadow: var(--shadow); }
.roles-tabs { background: #fff; }
.role-tab { color: #777b83; border-color: var(--line); }
.role-tab:hover, .role-tab.is-active { color: #fff; background: var(--red); }
.job-detail { background: #fff; }
.roles-image { background: #eef0f1; }

.why-section { background: #fff; }
.why-card:nth-child(1) { background: #fff7f7; }
.why-card:nth-child(2) { background: #f0fffb; }
.why-card:nth-child(3) { background: #f2faff; }
.why-card:nth-child(4) { background: #fffbea; }
.why-card:hover { color: var(--ink); background: #fff; transform: translateY(-8px); box-shadow: var(--shadow); }
.why-card:hover p { color: var(--muted); }
.why-card:hover .why-points,
.why-card:focus-within .why-points { border-color: rgba(23,23,27,.12); }
.why-card:hover .why-points small,
.why-card:focus-within .why-points small { color: #555c68; }
.culture-section { background: #fff; }
.culture-grid { background: #f6f8f9; box-shadow: var(--shadow); }
.process-section { background: #fffaf2; }
.apprentice-note { color: var(--ink); border: 1px solid rgba(88,206,180,.34); background: #eafff9; }
.apprentice-note p { color: var(--muted); }
.faq-section { background: #fff; }

.apply-section { color: var(--ink); background: #fff2f4; }
.apply-section::before { border-color: rgba(255,70,87,.16); box-shadow: 0 0 0 80px rgba(255,70,87,.04), 0 0 0 160px rgba(88,206,180,.025); }
.apply-copy > p:not(.eyebrow) { color: var(--muted); }
.apply-role-pills button { color: #5e626b; border-color: rgba(23,23,27,.2); }
.apply-role-pills button:hover, .apply-role-pills button.is-active { color: #fff; }
.line-button { color: var(--ink); border-color: rgba(23,23,27,.15); background: #fff; box-shadow: 9px 9px 0 rgba(88,206,180,.12); }
.line-button:hover { background: #f6fffc; }
.line-button small { color: var(--muted); }
.application-form { box-shadow: var(--shadow); }
.site-footer { background: #222329; }

@media (max-width: 1120px) {
  .site-header, .site-header.is-scrolled { padding-inline: 18px; }
  .hero-content { padding-left: 12%; padding-right: 42%; }
  .hero-title { width: 410px; max-width: 40vw; font-size: clamp(44px, 5.2vw, 58px); }
  .hero::before { left: -12vw; opacity: .82; }
  .hero-job-picker { left: 8%; grid-template-columns: 1.1fr repeat(4,1fr); }
  .hero-picker-apprentice { display: none; }
}

@media (max-width: 820px) {
  .site-header, .site-header.is-scrolled { top: 0; left: 0; right: 0; height: 70px; padding: 0 10px; }
  .brand-mark { width: 46px; height: 46px; font-size: 24px; }
  .brand-copy { display: none; }
  .brand-copy small { display: none; }
  .lang-switch { width: 168px; }
  .menu-toggle { background: var(--red); }
  .hero { min-height: 1110px; }
  .hero::before { top: 82px; left: -14vw; font-size: 68vw; opacity: .16; }
  .hero-image { top: 94px; right: 17px; width: calc(100% - 34px); height: 300px; transform: rotate(1deg); }
  .hero-content { width: calc(100% - 34px); min-height: auto; padding: 420px 0 84px; }
  .hero-eyebrow { display: inline-block; }
  .hero-title { width: 100%; max-width: none; font-size: clamp(40px, 10.5vw, 60px); }
  .hero-title .accent-line { max-width: 95%; font-size: .58em; }
  .hero-lead { max-width: 100%; }
  .hero-job-picker { left: 17px; right: 17px; bottom: 22px; min-height: 220px; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); background: rgba(255,255,255,.96); }
  .hero-picker-head { grid-column: 1/-1; padding: 16px; border-bottom: 1px solid var(--line); }
  .hero-job-picker > button { min-height: 64px; border-left: 0; border-bottom: 1px solid var(--line); }
  .hero-job-picker > button:nth-of-type(odd) { border-right: 1px solid var(--line); }
  .hero-job-picker > button:hover, .hero-job-picker > button.is-active { transform: none; }
  .visual-note { top: 386px; right: 28px; bottom: auto; }
  .feature-visual { min-height: 440px; }
  .support-center { color: var(--ink); background: #fff; }
}

@media (max-width: 520px) {
  .brand-copy { display: none; }
  .lang-switch { width: 156px; }
  .hero { min-height: 1140px; }
  .hero-image { height: 278px; }
  .hero-content { padding-top: 398px; padding-bottom: 92px; }
  .hero-title { font-size: 38px; }
  .hero-lead { padding-right: 4px; }
  .hero-actions { width: 100%; }
  .hero-actions .button { font-size: 12px; }
  .hero-job-picker { bottom: 18px; }
}

/* Interactive application journey */
.process-system { margin-top: 62px; }
.process-list {
  --process-progress: 0%;
  position: relative;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  list-style: none;
  border: 0;
}
.process-list::before,
.process-list::after {
  position: absolute;
  z-index: 0;
  left: 7%;
  top: 48px;
  height: 2px;
  content: "";
  pointer-events: none;
}
.process-list::before { right: 7%; background: #dedbd6; }
.process-list::after { width: var(--process-progress); background: var(--red); transition: width .55s var(--ease); }
.process-list li,
.process-list li:nth-child(n) {
  position: relative;
  min-height: 0;
  padding: 0;
  display: block;
  border: 0;
}
.process-list li::after { display: none; }
.process-list button {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 170px;
  padding: 0 9px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #747780;
  text-align: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.process-list button span { order: 2; color: #999ba1; font: 700 10px "Space Grotesk", sans-serif; letter-spacing: .12em; }
.process-list button > i[data-lucide],
.process-list button > svg {
  order: 1;
  width: 64px;
  height: 64px;
  padding: 18px;
  display: grid;
  place-items: center;
  color: #777b83;
  border: 1px solid #d8d6d2;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 30px rgba(62,52,46,.08);
  transition: color .35s, background .35s, border-color .35s, transform .35s var(--ease), box-shadow .35s;
}
.process-list button > i[data-lucide]::before { width: 9px; height: 9px; content: ""; border-radius: 50%; background: currentColor; }
.process-list button b { order: 3; max-width: 130px; font-size: 13px; line-height: 1.45; }
.process-list button:hover > i[data-lucide],
.process-list button:hover > svg { color: var(--red); border-color: var(--red); transform: translateY(-5px) rotate(-4deg); }
.process-list li.is-active button { color: var(--ink); }
.process-list li.is-active button span { color: var(--red); }
.process-list li.is-active button > i[data-lucide],
.process-list li.is-active button > svg { color: #fff; border-color: var(--red); background: var(--red); box-shadow: 0 14px 32px rgba(255,70,87,.25); transform: translateY(-7px) scale(1.08); }
.process-focus {
  min-height: 190px;
  padding: 30px 32px;
  display: grid;
  grid-template-columns: 116px minmax(0,1fr) auto;
  align-items: center;
  gap: 30px;
  border: 1px solid rgba(88,206,180,.42);
  border-radius: 4px;
  background: linear-gradient(120deg, #eafff9 0%, #fff 62%);
  box-shadow: 14px 14px 0 rgba(88,206,180,.1);
}
.process-focus-number { align-self: stretch; padding-right: 28px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(23,23,27,.12); }
.process-focus-number small,
.process-focus-copy > small { color: var(--red); font: 700 10px "Space Grotesk", sans-serif; letter-spacing: .16em; }
.process-focus-number b { margin-top: 6px; color: var(--red); font: 700 64px/.9 "Space Grotesk", sans-serif; letter-spacing: -.07em; }
.process-focus-copy h3 { margin: 8px 0 8px; font-size: clamp(26px,2.5vw,38px); line-height: 1.15; }
.process-focus-copy p { max-width: 680px; margin: 0; color: var(--muted); line-height: 1.8; }
.process-next { width: 74px; height: 74px; display: grid; place-items: center; gap: 0; color: #fff; border: 0; border-radius: 50%; background: var(--ink); cursor: pointer; transition: background .3s, transform .3s var(--ease); }
.process-next span { font: 700 9px "Space Grotesk", sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.process-next svg { width: 19px; height: 19px; }
.process-next:hover { background: var(--red); transform: rotate(-8deg) scale(1.06); }

@media (max-width: 820px) {
  .process-system { margin-top: 42px; }
  .process-list {
    margin-inline: -17px;
    padding: 10px 17px 4px;
    display: flex;
    gap: 4px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .process-list::-webkit-scrollbar { display: none; }
  .process-list::before,
  .process-list::after { display: none; }
  .process-list li,
  .process-list li:nth-child(n) { flex: 0 0 150px; scroll-snap-align: center; }
  .process-list button { min-height: 150px; padding-inline: 8px; }
  .process-list button > i[data-lucide],
  .process-list button > svg { width: 58px; height: 58px; padding: 16px; }
  .process-focus { padding: 24px 20px; grid-template-columns: 74px 1fr; gap: 18px; }
  .process-focus-number { padding-right: 16px; }
  .process-focus-number b { font-size: 46px; }
  .process-focus-copy h3 { font-size: 25px; }
  .process-next { width: 100%; height: 50px; grid-column: 1/-1; display: flex; align-items: center; justify-content: center; gap: 9px; border-radius: 999px; }
}

/* Recruitment paths, salary and commercial growth model */
.hero-salary { width: fit-content; margin-top: 14px; padding: 10px 14px; display: flex; align-items: center; gap: 16px; border-left: 4px solid var(--red); background: rgba(255,255,255,.88); box-shadow: 7px 7px 0 rgba(255,70,87,.1); }
.hero-salary small { color: #676b73; font-size: 10px; font-weight: 800; }
.hero-salary strong { color: var(--red); font-size: 19px; }

@media (min-width: 981px) {
  .hero-content .hero-salary {
    position: absolute;
    z-index: 5;
    top: 580px;
    right: calc(50% - 45vw);
    width: clamp(270px, 20vw, 350px);
    min-height: 92px;
    margin: 0;
    padding: 18px 22px;
    gap: 24px;
    border-left-width: 6px;
    background: rgba(255,255,255,.94);
    box-shadow: 12px 12px 0 rgba(255,70,87,.12), 0 24px 55px rgba(62,52,46,.1);
    backdrop-filter: blur(12px);
  }
  .hero-content .hero-salary small { max-width: 92px; line-height: 1.45; }
  .hero-content .hero-salary strong { font-size: clamp(21px,1.6vw,28px); line-height: 1.25; }
}

@media (max-width: 980px) {
  .hero-content .hero-salary {
    position: static;
    width: fit-content;
    min-height: 0;
    margin-top: 14px;
  }
}

/* Confirmed interaction and visual system: 2026-08-24 */
:root {
  --ja-burgundy: #4b0d18;
  --ja-burgundy-deep: #310812;
  --ja-burgundy-soft: #6b1524;
}

[data-role-jump],
[data-live-path],
[data-support],
[data-growth-step],
[data-business-stage],
[data-team-person],
[data-process],
[data-job],
[data-mode],
.faq-item > button {
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  [data-role-jump].is-hovered:not(.is-active),
  [data-live-path].is-hovered:not(.is-active),
  [data-growth-step].is-hovered:not(.is-active),
  [data-business-stage].is-hovered:not(.is-active),
  [data-team-person].is-hovered:not(.is-active),
  [data-job].is-hovered:not(.is-active),
  [data-mode].is-hovered:not(.is-active) {
    transform: translateY(-3px);
  }

  .has-pinned-selection [data-role-jump].is-hovered:not(.is-active),
  .has-pinned-selection [data-live-path].is-hovered:not(.is-active),
  .has-pinned-selection [data-growth-step].is-hovered:not(.is-active),
  .has-pinned-selection [data-business-stage].is-hovered:not(.is-active),
  .has-pinned-selection [data-team-person].is-hovered:not(.is-active),
  .has-pinned-selection [data-job].is-hovered:not(.is-active),
  .has-pinned-selection [data-mode].is-hovered:not(.is-active) {
    outline: 2px solid rgba(88, 206, 180, .62);
    outline-offset: -2px;
    box-shadow: 0 10px 24px rgba(45, 97, 87, .1);
  }

  .process-system.has-pinned-selection li.is-hovered:not(.is-active),
  .faq-list.has-pinned-selection .faq-item.is-hovered:not(.is-open) {
    background: rgba(88, 206, 180, .08);
    box-shadow: inset 0 0 0 2px rgba(88, 206, 180, .46);
  }
}

.is-pinned::after {
  content: "";
  position: absolute;
  top: 9px;
  right: 9px;
  width: 7px;
  height: 7px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 2px rgba(23, 23, 27, .12);
  pointer-events: none;
}

.faq-item.is-pinned::after,
.process-list li.is-pinned::after {
  top: 12px;
  right: 12px;
}

/* The support system is a compact matrix, not an orbit diagram. */
.support-matrix {
  width: min(1040px, 100%) !important;
  min-height: 0 !important;
  margin: 38px auto 0 !important;
  display: grid !important;
  grid-template-columns: minmax(190px, .86fr) minmax(360px, 1.45fr) minmax(190px, .86fr) !important;
  grid-template-rows: repeat(4, minmax(86px, auto)) !important;
  grid-template-areas:
    "n1 center n2"
    "n3 center n4"
    "n5 center n6"
    "n7 center n8" !important;
  gap: 12px 22px !important;
  align-items: stretch !important;
}

.support-matrix::before,
.support-matrix::after,
.support-center::before,
.support-center::after {
  display: none !important;
  content: none !important;
}

.support-node {
  position: relative !important;
  inset: auto !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 86px !important;
  height: auto !important;
  padding: 17px 19px !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  color: var(--ink) !important;
  border: 1px solid rgba(23, 23, 27, .12) !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: none !important;
  transform: none !important;
  translate: 0 0 !important;
}

.support-node.node-1 { grid-area: n1 !important; }
.support-node.node-2 { grid-area: n2 !important; }
.support-node.node-3 { grid-area: n3 !important; }
.support-node.node-4 { grid-area: n4 !important; }
.support-node.node-5 { grid-area: n5 !important; }
.support-node.node-6 { grid-area: n6 !important; }
.support-node.node-7 { grid-area: n7 !important; }
.support-node.node-8 { grid-area: n8 !important; }

.support-node svg {
  flex: 0 0 auto;
  color: var(--mint) !important;
}

.support-node.is-active,
.support-node.is-pinned {
  color: #fff !important;
  border-color: var(--red) !important;
  background: var(--red) !important;
  box-shadow: none !important;
}

.support-node.is-active svg,
.support-node.is-pinned svg {
  color: #fff !important;
}

.support-matrix.has-pinned-selection .support-node:not(.is-active):hover,
.support-matrix.has-pinned-selection .support-node:not(.is-active):focus-visible,
.support-matrix.has-pinned-selection .support-node.is-hovered:not(.is-active) {
  color: var(--ink) !important;
  border-color: rgba(88, 206, 180, .72) !important;
  background: #f5fffc !important;
  box-shadow: inset 0 0 0 1px rgba(88, 206, 180, .26) !important;
  translate: 0 -2px !important;
}

.support-matrix.has-pinned-selection .support-node:not(.is-active):hover svg,
.support-matrix.has-pinned-selection .support-node:not(.is-active):focus-visible svg,
.support-matrix.has-pinned-selection .support-node.is-hovered:not(.is-active) svg {
  color: var(--mint) !important;
}

.support-center,
.support-center.is-active {
  position: relative !important;
  inset: auto !important;
  grid-area: center !important;
  width: auto !important;
  height: auto !important;
  min-height: 380px !important;
  padding: 38px 40px !important;
  display: grid !important;
  align-content: center !important;
  justify-items: start !important;
  gap: 10px !important;
  color: var(--ink) !important;
  border: 1px solid rgba(255, 70, 87, .3) !important;
  border-left: 6px solid var(--red) !important;
  border-radius: 8px !important;
  background: linear-gradient(145deg, #fff 0%, #fff4f5 100%) !important;
  box-shadow: none !important;
  transform: none !important;
}

.support-center > span,
.support-center.is-active > span {
  color: var(--red) !important;
  font-size: clamp(28px, 3vw, 46px) !important;
  line-height: 1 !important;
  text-shadow: none !important;
}

.support-center > b,
.support-center.is-active > b {
  color: var(--ink) !important;
  font-size: clamp(22px, 2.6vw, 36px) !important;
  line-height: 1.2 !important;
  text-align: left !important;
}

.support-center > p,
.support-center.is-active > p {
  max-width: 420px !important;
  color: var(--muted) !important;
  font-size: 13px !important;
  line-height: 1.75 !important;
  text-align: left !important;
}

.support-center.support-center-pulse,
.support-center.support-center-pulse::before,
.support-center.support-center-pulse::after,
.support-center.support-center-pulse > span,
.support-center.support-center-pulse > b,
.support-center.support-center-pulse > p {
  animation: none !important;
}

/* Deep sections use branded burgundy rather than flat black. */
.business-section {
  background: linear-gradient(135deg, var(--ja-burgundy-deep) 0%, var(--ja-burgundy) 58%, #741827 100%) !important;
}

.core-team-section {
  background: linear-gradient(140deg, #380914 0%, #5b101d 58%, #7a1727 100%) !important;
}

.evidence-performance-copy {
  color: #fff !important;
  background: linear-gradient(145deg, #681424 0%, var(--ja-burgundy) 58%, var(--ja-burgundy-deep) 100%) !important;
}

.evidence-performance-copy :is(span, strong, b) {
  color: inherit;
}

@media (max-width: 980px) {
  .support-matrix {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: auto !important;
    grid-template-areas:
      "center center"
      "n1 n2"
      "n3 n4"
      "n5 n6"
      "n7 n8" !important;
    gap: 11px !important;
  }

  .support-center,
  .support-center.is-active {
    min-height: 210px !important;
  }
}

@media (max-width: 560px) {
  .support-matrix {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "center"
      "n1"
      "n2"
      "n3"
      "n4"
      "n5"
      "n6"
      "n7"
      "n8" !important;
  }

  .support-center,
  .support-center.is-active {
    min-height: 190px !important;
    padding: 28px 25px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-role-jump],
  [data-live-path],
  [data-support],
  [data-growth-step],
  [data-business-stage],
  [data-team-person],
  [data-process],
  [data-job],
  [data-mode],
  .faq-item > button {
    transition: none !important;
    transform: none !important;
    translate: 0 0 !important;
  }
}

.live-paths { margin: 66px 0 52px; display: grid; grid-template-columns: .85fr 1fr 1fr; border: 1px solid var(--line); background: #fff; }
.live-paths-head { padding: 34px; display: flex; flex-direction: column; justify-content: center; background: #fff7f7; }
.live-paths-head .eyebrow { margin-bottom: 14px; }
.live-paths-head h3 { margin: 0; font-size: clamp(25px,2.4vw,38px); line-height: 1.18; }
.live-path { position: relative; min-height: 300px; padding: 30px; border-left: 1px solid var(--line); outline: 0; background: #fff; transition: color .35s, background .35s, transform .35s var(--ease); }
.live-path > span { color: #969aa3; font: 700 10px "Space Grotesk",sans-serif; letter-spacing: .13em; }
.live-path svg { position: absolute; right: 28px; top: 28px; width: 34px; height: 34px; color: var(--red); }
.live-path h4 { margin: 78px 0 14px; font-size: 25px; }
.live-path p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.live-path:hover, .live-path:focus-visible { color: #fff; background: var(--ink); transform: translateY(-6px); }
.live-path:hover p, .live-path:focus-visible p { color: rgba(255,255,255,.68); }

.business-section { color: #fff; background: var(--ink); }
.business-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 22px 80px; align-items: end; }
.business-heading .eyebrow { grid-column: 1/-1; }
.business-heading h2 { margin: 0; font-size: clamp(42px,5vw,72px); line-height: 1.05; }
.business-heading > p:last-child { margin: 0; color: rgba(255,255,255,.58); font-size: 16px; line-height: 1.85; }
.business-system { margin-top: 62px; }
.business-track { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(255,255,255,.16); }
.business-stage { min-height: 230px; padding: 26px; display: flex; flex-direction: column; align-items: flex-start; text-align: left; color: rgba(255,255,255,.48); border: 0; border-right: 1px solid rgba(255,255,255,.16); background: transparent; cursor: pointer; transition: color .35s, background .35s, transform .35s var(--ease); }
.business-stage:last-child { border-right: 0; }
.business-stage span { font: 700 10px "Space Grotesk",sans-serif; letter-spacing: .14em; }
.business-stage svg { width: 34px; height: 34px; margin-top: 42px; color: var(--red); }
.business-stage b { margin-top: 22px; font-size: 20px; }
.business-stage small { margin-top: 8px; font-size: 11px; }
.business-stage:hover, .business-stage.is-active { color: #fff; background: var(--red); transform: translateY(-8px); }
.business-stage:hover svg, .business-stage.is-active svg { color: #fff; }
.business-focus { min-height: 180px; padding: 32px 38px; display: grid; grid-template-columns: 100px 1fr; align-items: center; gap: 32px; border: 1px solid rgba(255,255,255,.16); border-top: 0; background: #12151b; }
.business-focus > strong { color: var(--red); font: 700 64px/.9 "Space Grotesk",sans-serif; }
.business-focus small { color: rgba(255,255,255,.42); font: 700 10px "Space Grotesk",sans-serif; letter-spacing: .16em; }
.business-focus p { max-width: 820px; margin: 12px 0 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.8; }

/* Core team: one featured lead with an interactive specialist roster */
.core-team-section {
  color: #fff;
  background:
    radial-gradient(circle at 88% 10%, rgba(222,23,42,.28), transparent 36%),
    linear-gradient(135deg, #1d1115 0%, #31070c 56%, #670811 100%);
}
.core-team-heading { max-width: 980px; margin-bottom: 48px; }
.core-team-heading .eyebrow { color: rgba(255,255,255,.64); }
.core-team-heading h2 { max-width: 900px; margin: 12px 0 20px; font-size: clamp(42px,5vw,72px); line-height: 1.05; }
.core-team-heading > p:last-child { max-width: 900px; margin: 0; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.8; }
.team-feature {
  display: grid;
  grid-template-columns: 230px minmax(220px,280px) 1fr;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.1);
  box-shadow: 0 30px 80px rgba(0,0,0,.24);
}
.team-feature-identity {
  position: relative;
  padding: 42px 34px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  text-align: left;
  border: 0;
  background: linear-gradient(145deg,#ed1c2e,#a80e1b);
  cursor: pointer;
}
.team-feature-identity small { font: 700 11px "Space Grotesk",sans-serif; letter-spacing: .15em; }
.team-feature-identity strong { margin: 38px 0 12px; font-size: clamp(48px,5vw,78px); line-height: .95; }
.team-feature-identity span { font-size: 19px; font-weight: 800; line-height: 1.45; }
.team-feature-identity svg { position: absolute; right: 24px; bottom: 24px; width: 20px; opacity: .56; transition: transform .45s var(--ease); }
.team-feature-identity:hover svg { transform: rotate(-160deg); }
.team-feature-portrait { min-height: 430px; overflow: hidden; background: #c8b4b2; }
.team-feature-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; transition: opacity .25s, transform .6s var(--ease); }
.team-feature-copy { padding: clamp(34px,4vw,62px); display: flex; flex-direction: column; justify-content: center; transition: opacity .25s, transform .45s var(--ease); }
.team-feature-copy h3 { max-width: 740px; margin: 0 0 22px; font-size: clamp(26px,2.6vw,40px); line-height: 1.2; }
.team-feature-copy p { max-width: 760px; margin: 0; color: rgba(255,255,255,.74); font-size: 15px; line-height: 1.9; }
.team-tags { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 8px; }
.team-tags span { padding: 8px 12px; color: rgba(255,255,255,.78); font-size: 11px; font-weight: 700; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.08); }
.team-feature.is-switching .team-feature-portrait img,
.team-feature.is-switching .team-feature-copy { opacity: .28; transform: translateY(8px) scale(.99); }
.team-roster { margin-top: 22px; display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.team-person {
  position: relative;
  min-height: 300px;
  padding: 26px;
  display: grid;
  grid-template-columns: 1fr 78px;
  grid-template-rows: auto 1fr auto auto;
  gap: 12px;
  overflow: hidden;
  color: #25191c;
  text-align: left;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,246,245,.8);
  cursor: pointer;
  transition: transform .4s var(--ease),background .3s,box-shadow .3s;
}
.team-person::after { position: absolute; inset: auto -35% -55% 15%; height: 180px; content: ""; border-radius: 50%; background: rgba(235,27,47,.12); transition: transform .5s var(--ease); }
.team-person:hover,
.team-person.is-active { z-index: 1; transform: translateY(-8px); background: #fff; box-shadow: 0 22px 50px rgba(0,0,0,.24); }
.team-person:hover::after,
.team-person.is-active::after { transform: scale(1.35); }
.team-person > span { grid-column: 1; color: #bb1c2a; font: 700 10px "Space Grotesk",sans-serif; letter-spacing: .12em; }
.team-person img { grid-column: 2; grid-row: 1/3; width: 78px; height: 92px; object-fit: cover; object-position: center top; border-radius: 6px; filter: saturate(.82); }
.team-person b { position: relative; z-index: 1; grid-column: 1/-1; align-self: end; font-size: clamp(27px,2.2vw,38px); line-height: 1; }
.team-person small { position: relative; z-index: 1; grid-column: 1/-1; color: #b11a28; font-size: 14px; font-weight: 800; line-height: 1.5; }
.team-person p { position: relative; z-index: 1; grid-column: 1/-1; margin: 0; color: #74656a; font-size: 12px; line-height: 1.6; }

.evidence-video { min-height: 560px; display: grid; grid-template-rows: minmax(0,1fr) auto; overflow: hidden; color: #fff; border-radius: var(--radius); background: var(--ink); }
.evidence-video video { width: 100%; height: 470px; object-fit: contain; background: #050609; }
.evidence-video > div { padding: 20px 24px 24px; display: grid; gap: 5px; }
.evidence-video small { color: rgba(255,255,255,.48); font: 700 10px "Space Grotesk",sans-serif; letter-spacing: .12em; }
.evidence-video b { font-size: 22px; }
.evidence-video span { color: rgba(255,255,255,.55); font-size: 11px; }

.evidence-performance {
  grid-column: 1 / -1;
  min-height: 520px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(330px,.74fr) minmax(0,1.26fr);
  overflow: hidden;
  text-align: left;
  color: #fff;
  border: 1px solid rgba(23,23,27,.12);
  border-radius: var(--radius);
  background: linear-gradient(145deg, var(--wine) 0%, var(--wine-dark) 100%);
  box-shadow: 0 28px 80px rgba(103,21,34,.18);
  cursor: zoom-in;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.evidence-performance:hover { transform: translateY(-7px); box-shadow: 0 36px 90px rgba(255,70,87,.2); }
.evidence-performance-copy { padding: clamp(34px,4.5vw,66px); display: flex; flex-direction: column; align-items: flex-start; }
.evidence-performance-copy > small { color: rgba(255,255,255,.62); font: 700 10px "Space Grotesk",sans-serif; letter-spacing: .16em; }
.evidence-performance-kicker { margin-top: 54px; color: #ff9ca6; font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.evidence-performance-copy > strong { margin-top: 10px; font-size: clamp(36px,4.4vw,68px); line-height: .98; letter-spacing: -.05em; }
.evidence-performance-stats { width: 100%; margin: 38px 0 24px; display: grid; grid-template-columns: 1fr 1px 1fr; align-items: stretch; gap: 24px; }
.evidence-performance-stats > span { display: flex; flex-direction: column; gap: 4px; }
.evidence-performance-stats b { color: #fff; font-size: clamp(34px,3vw,48px); line-height: 1; letter-spacing: -.055em; white-space: nowrap; }
.evidence-performance-stats em { color: rgba(255,255,255,.7); font-size: 12px; font-style: normal; font-weight: 700; }
.evidence-performance-stats > i { width: 1px; background: rgba(255,255,255,.16); }
.evidence-performance-body { max-width: 470px; color: rgba(255,255,255,.84); font-size: 15px; font-weight: 650; line-height: 1.7; }
.evidence-performance-note { margin-top: auto; padding-top: 26px; color: rgba(255,255,255,.52); font-size: 10px; line-height: 1.6; }
.evidence-performance-media { position: relative; min-width: 0; padding: clamp(20px,2.8vw,40px); display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #fff8f4 0%, #f6f1ef 100%); }
.evidence-performance-media img { width: 100%; height: 100%; max-height: 500px; object-fit: contain; border-radius: 5px; box-shadow: 0 16px 42px rgba(23,23,27,.13); transition: transform .65s var(--ease), filter .45s ease; }
.evidence-performance:hover .evidence-performance-media img { transform: scale(1.018); filter: saturate(1.06); }
.evidence-performance-open { position: absolute; right: 26px; bottom: 24px; padding: 10px 14px; display: flex; align-items: center; gap: 8px; color: #fff; border-radius: 999px; background: rgba(103,21,34,.92); box-shadow: 0 8px 24px rgba(103,21,34,.22); }
.evidence-performance-open svg { width: 16px; height: 16px; }
.evidence-performance-open b { font-size: 11px; }

@media (max-width: 980px) {
  .live-paths { grid-template-columns: 1fr 1fr; }
  .live-paths-head { grid-column: 1/-1; }
  .live-path:first-of-type { border-left: 0; }
  .business-heading { grid-template-columns: 1fr; }
  .business-heading .eyebrow { grid-column: auto; }
  .business-track { grid-template-columns: 1fr 1fr; }
  .business-stage:nth-child(2) { border-right: 0; }
  .business-stage:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.16); }
  .team-feature { grid-template-columns: 200px 240px 1fr; }
  .team-roster { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 620px) {
  .hero-salary { width: 100%; justify-content: space-between; }
  .hero-salary strong { font-size: 17px; }
  .live-paths { grid-template-columns: 1fr; }
  .live-path { min-height: 255px; border-top: 1px solid var(--line); border-left: 0; }
  .business-track { grid-template-columns: 1fr; }
  .business-stage, .business-stage:nth-child(n) { min-height: 185px; border-top: 1px solid rgba(255,255,255,.16); border-right: 0; }
  .business-stage:first-child { border-top: 0; }
  .business-stage svg { margin-top: 26px; }
  .business-focus { grid-template-columns: 62px 1fr; padding: 26px 20px; gap: 18px; }
  .business-focus > strong { font-size: 44px; }
  .business-focus p { font-size: 14px; }
  .evidence-video { min-height: 500px; }
  .evidence-video video { height: 410px; }
  .evidence-performance { grid-template-columns: 1fr; }
  .evidence-performance-copy { padding: 34px 24px; }
  .evidence-performance-kicker { margin-top: 30px; }
  .evidence-performance-stats { gap: 15px; }
  .evidence-performance-stats b { font-size: 37px; }
  .evidence-performance-media { min-height: 260px; padding: 16px; }
  .evidence-performance-open { right: 18px; bottom: 16px; }
  .salary-callout, .job-salary { align-items: flex-start; flex-direction: column; gap: 6px; }
  .job-salary strong { text-align: left; }
  .core-team-heading { margin-bottom: 30px; }
  .team-feature { grid-template-columns: 1fr; }
  .team-feature-identity { min-height: 240px; }
  .team-feature-identity strong { margin: 24px 0 10px; }
  .team-feature-portrait { min-height: 360px; }
  .team-feature-copy { padding: 30px 24px 36px; }
  .team-roster { grid-template-columns: 1fr 1fr; gap: 10px; }
  .team-person { min-height: 275px; padding: 20px; grid-template-columns: 1fr 62px; }
  .team-person img { width: 62px; height: 76px; }
}

@media (max-width: 520px) {
  .team-roster { grid-template-columns: 1fr; }
  .team-person { min-height: 230px; }
}

/* Motion polish: linked focus, tactile controls and purposeful section reveals */
.hero {
  --hero-parallax-x: 0px;
  --hero-parallax-y: 0px;
}
.hero-image {
  transform: translate3d(var(--hero-parallax-x), var(--hero-parallax-y), 0) scale(1.025);
  transition: transform .7s cubic-bezier(.2,.75,.25,1);
  will-change: transform;
}

.motion-field {
  --field-x: 50%;
  --field-y: 50%;
  --field-color: rgba(255,70,87,.11);
  position: relative;
  isolation: isolate;
}
.motion-field::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(460px circle at var(--field-x) var(--field-y), var(--field-color), transparent 66%);
  transition: opacity .5s ease;
}
.motion-field.is-pointer-active::after { opacity: 1; }
.motion-field > * { position: relative; z-index: 1; }
.business-section.motion-field,
.core-team-section.motion-field { --field-color: rgba(255,255,255,.085); }

.section-heading.reveal h2,
.support-heading.reveal h3,
.business-heading.reveal h2,
.core-team-heading.reveal h2 {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transform: translateY(30px);
  transition:
    opacity .7s var(--ease) calc(var(--reveal-delay, 0) + .08s),
    clip-path .9s var(--ease) calc(var(--reveal-delay, 0) + .08s),
    transform .9s var(--ease) calc(var(--reveal-delay, 0) + .08s);
}
.section-heading.reveal.is-visible h2,
.support-heading.reveal.is-visible h3,
.business-heading.reveal.is-visible h2,
.core-team-heading.reveal.is-visible h2 {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}

.support-center {
  isolation: isolate;
  overflow: visible;
  transition:
    color .35s ease,
    border-color .35s ease,
    background .35s ease,
    box-shadow .45s var(--ease);
}
.support-center::before,
.support-center::after {
  position: absolute;
  z-index: -1;
  inset: -14px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255,70,87,.48);
  border-radius: 50%;
  opacity: 0;
}
.support-center::after {
  inset: -30px;
  border-color: rgba(255,70,87,.2);
}
.support-center > span,
.support-center > b,
.support-center > p {
  position: relative;
  z-index: 1;
  transition: color .3s ease, opacity .3s ease, transform .4s var(--ease);
}
.support-center.is-active {
  color: #fff;
  border-color: var(--red);
  background: linear-gradient(145deg, #ff5b68 0%, #e12638 58%, #b80e20 100%);
  box-shadow:
    0 24px 64px rgba(225,38,56,.22),
    inset 0 1px 0 rgba(255,255,255,.28);
}
.support-center.is-active > span,
.support-center.is-active > b { color: #fff; }
.support-center.is-active > p { color: rgba(255,255,255,.78); }
.support-center.support-center-pulse::before { animation: support-ring .72s var(--ease) both; }
.support-center.support-center-pulse::after { animation: support-ring .72s var(--ease) .08s both; }
.support-center.support-center-pulse > span,
.support-center.support-center-pulse > b,
.support-center.support-center-pulse > p { animation: support-copy .48s var(--ease) both; }

.motion-press-target { overflow: hidden; }
.motion-ripple {
  position: absolute !important;
  z-index: 0 !important;
  width: 18px;
  height: 18px;
  pointer-events: none;
  border-radius: 50%;
  background: rgba(255,255,255,.5);
  transform: translate(-50%,-50%) scale(0);
  animation: motion-ripple .62s ease-out forwards;
}
.button .motion-ripple,
.support-node .motion-ripple,
.business-stage .motion-ripple,
.process-next .motion-ripple { background: rgba(255,255,255,.58); }

.growth-detail.motion-pulse,
.business-focus.motion-pulse,
.process-focus.motion-pulse,
.job-detail.motion-pulse {
  animation: panel-focus .52s var(--ease) both;
}

.evidence-video {
  outline: 1px solid transparent;
  transition: transform .45s var(--ease), outline-color .35s ease, box-shadow .45s var(--ease);
}
.evidence-video:hover { transform: translateY(-7px); }
.evidence-video.is-playing {
  outline-color: var(--red);
  box-shadow: 0 26px 70px rgba(255,70,87,.24);
  transform: translateY(-7px) scale(1.008);
}
.evidence-video.is-playing > div::before {
  width: 8px;
  height: 8px;
  margin-right: 4px;
  display: inline-block;
  content: "";
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 6px rgba(255,70,87,.15);
  animation: live-dot 1.25s ease-in-out infinite;
}

.why-card:hover .why-points,
.why-card:focus-within .why-points { border-color: rgba(23,23,27,.12); }
.why-card:hover .why-points small,
.why-card:focus-within .why-points small { color: #555c68; }

@keyframes support-ring {
  0% { opacity: .72; transform: scale(.86); }
  100% { opacity: 0; transform: scale(1.24); }
}
@keyframes support-copy {
  0% { opacity: .24; transform: translateY(8px) scale(.985); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes motion-ripple {
  0% { opacity: .75; transform: translate(-50%,-50%) scale(0); }
  100% { opacity: 0; transform: translate(-50%,-50%) scale(14); }
}
@keyframes panel-focus {
  0% { opacity: .42; transform: translateY(10px) scale(.992); filter: saturate(.75); }
  65% { opacity: 1; transform: translateY(-3px) scale(1.004); filter: saturate(1.08); }
  100% { opacity: 1; transform: translateY(0) scale(1); filter: saturate(1); }
}
@keyframes live-dot {
  0%,100% { opacity: .45; transform: scale(.84); }
  50% { opacity: 1; transform: scale(1.12); }
}

@media (max-width: 820px) {
  .hero-image { transform: none; }
  .support-center.is-active { box-shadow: 0 18px 44px rgba(225,38,56,.16); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-image,
  .section-heading.reveal h2,
  .support-heading.reveal h3,
  .business-heading.reveal h2,
  .core-team-heading.reveal h2 {
    opacity: 1;
    clip-path: none;
    transform: none;
    transition: none;
  }
  .support-center.support-center-pulse::before,
  .support-center.support-center-pulse::after,
  .support-center.support-center-pulse > span,
  .support-center.support-center-pulse > b,
  .support-center.support-center-pulse > p,
  .growth-detail.motion-pulse,
  .business-focus.motion-pulse,
  .process-focus.motion-pulse,
  .job-detail.motion-pulse,
  .evidence-video.is-playing > div::before { animation: none; }
}

/* Three-language and final hero hierarchy refinements */
.day-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 58px;
}
.day-media {
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 10;
}
.day-media img {
  object-position: center;
  transform: none !important;
  transition: none;
}
.day-media.is-switching img { filter: none; }

.hero-job-picker {
  grid-template-columns: .92fr 1.85fr repeat(3, .72fr) 1.16fr;
}
.hero-job-picker > button[data-role-jump="streamer"] {
  position: relative;
  z-index: 2;
  padding-inline: 26px;
  box-shadow: inset 0 -5px 0 rgba(255,70,87,.18);
}
.hero-job-picker > button[data-role-jump="streamer"] span { font-size: 18px; }
.hero-job-picker > button:not([data-role-jump="streamer"]) span { font-size: 11px; }
.hero-picker-apprentice {
  color: #17191f;
  background: linear-gradient(135deg, rgba(88,206,180,.2), rgba(255,255,255,.94));
  border-left-color: rgba(21,154,128,.24);
  font-size: 13px;
  font-weight: 900;
}

html[lang="en"] .hero-title {
  width: 560px;
  max-width: 39vw;
  font-size: clamp(38px, 3.35vw, 55px);
  letter-spacing: -.035em;
}
html[lang="en"] .hero-title .accent-line {
  max-width: 500px;
  font-size: .57em;
  line-height: 1.28;
}
html[lang="en"] .hero-lead { max-width: 520px; }
html[lang="en"] .hero-job-picker > button span { line-height: 1.25; }

@media (max-width: 1120px) {
  .hero-job-picker { grid-template-columns: .9fr 1.6fr repeat(3, .8fr); }
  html[lang="en"] .hero-title { max-width: 42vw; font-size: clamp(36px, 4.7vw, 52px); }
}

@media (max-width: 820px) {
  .day-grid { grid-template-columns: 1fr; gap: 42px; }
  .day-media { height: auto; aspect-ratio: 4 / 3; }
  .hero-job-picker { grid-template-columns: 1fr 1fr; }
  .hero-job-picker > button[data-role-jump="streamer"] { grid-column: 1 / -1; min-height: 72px; }
  html[lang="en"] .hero-title { width: 100%; max-width: none; font-size: clamp(36px, 9.5vw, 54px); }
  html[lang="en"] .hero-title span {
    width: 100%;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: normal;
  }
  html[lang="en"] .hero-title .accent-line { max-width: 100%; }
  html[lang="en"] .role-rotator { width: 100%; }
}

@media (max-width: 520px) {
  .day-media { aspect-ratio: 1 / 1; }
  html[lang="en"] .hero-title { font-size: 33px; line-height: 1.04; }
  .site-header .lang-switch { width: 144px; }
  .site-header .menu-toggle { width: 42px; height: 42px; }
}

/* Full-site motion refinement: clear hierarchy, linked states and safe fallbacks */
.section { padding-block: 104px; }

.reveal {
  opacity: 1;
  transform: none;
}
html.motion-ready .reveal:not(.is-visible) {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
}
html.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
html:not(.motion-ready) .section-heading.reveal h2,
html:not(.motion-ready) .support-heading.reveal h3,
html:not(.motion-ready) .business-heading.reveal h2,
html:not(.motion-ready) .core-team-heading.reveal h2 {
  opacity: 1;
  clip-path: none;
  transform: none;
}

.motion-section > .container {
  position: relative;
}
.motion-section > .container::before {
  position: absolute;
  top: -24px;
  left: 0;
  width: 0;
  height: 3px;
  content: "";
  border-radius: 999px;
  background: linear-gradient(90deg, var(--red), #58ceb4);
  transition: width .72s var(--ease);
}
.motion-section.is-section-active > .container::before { width: 56px; }

.hero {
  --hero-scroll: 0;
  perspective: 1200px;
}
.hero-image {
  transform:
    translate3d(
      var(--hero-parallax-x),
      calc(var(--hero-parallax-y) + var(--hero-scroll) * 14px),
      0
    )
    rotate(1.4deg)
    scale(calc(1.018 + var(--hero-scroll) * .018));
  transition: transform .7s cubic-bezier(.2,.75,.25,1), filter .5s ease;
}
.hero-content {
  transform: translate3d(0, calc(var(--hero-scroll) * -10px), 0);
  transition: transform .18s linear;
}
.hero-job-picker {
  transform: translate3d(0, calc(var(--hero-scroll) * 8px), 0);
  transition: transform .18s linear, box-shadow .35s ease;
}
.hero-job-picker > button { position: relative; overflow: hidden; }
.hero-job-picker > button::after {
  position: absolute;
  right: 14px;
  bottom: 10px;
  left: 14px;
  height: 2px;
  content: "";
  border-radius: 999px;
  background: currentColor;
  opacity: 0;
  transform: scaleX(.15);
  transform-origin: left;
  transition: opacity .28s ease, transform .42s var(--ease);
}
.hero-job-picker > button.is-active::after {
  opacity: .72;
  transform: scaleX(1);
}

.support-matrix { --support-angle: 0deg; --support-arc-rotation: 45deg; }
.support-center.is-active {
  transform: translate(-50%,-50%) scale(1.025);
}
.support-center.is-active > span { text-shadow: 0 0 26px rgba(255,255,255,.35); }
.support-node.is-active svg { animation: support-icon-pop .48s var(--ease) both; }

.growth-system {
  --growth-progress: 14.285%;
  position: relative;
}
.growth-system::after {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  width: var(--growth-progress);
  height: 4px;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, var(--red), #58ceb4);
  box-shadow: 0 0 18px rgba(229,31,54,.28);
  transition: width .58s var(--ease);
}
.growth-tab { position: relative; overflow: hidden; }
.growth-tab::after {
  position: absolute;
  inset: auto 18px 12px;
  height: 2px;
  content: "";
  background: currentColor;
  opacity: 0;
  transform: scaleX(.2);
  transform-origin: left;
  transition: opacity .25s ease, transform .42s var(--ease);
}
.growth-tab.is-active::after { opacity: .72; transform: scaleX(1); }

.business-system { --business-progress: 25%; }
.business-track { position: relative; overflow: hidden; }
.business-track::after {
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: var(--business-progress);
  height: 4px;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, #fff, var(--red));
  box-shadow: 0 0 22px rgba(255,255,255,.32);
  transition: width .62s var(--ease);
}
.business-stage { position: relative; z-index: 1; }
.business-stage.is-active svg { animation: business-icon-focus .52s var(--ease) both; }
.business-focus { overflow: hidden; }
.business-focus::after {
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 260px;
  height: 260px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(255,255,255,.035), 0 0 0 68px rgba(255,255,255,.02);
  transition: transform .7s var(--ease);
}
.business-focus.motion-pulse::after { transform: scale(1.12); }

.team-person img { transition: transform .58s var(--ease), filter .35s ease; }
.team-person:hover img,
.team-person.is-active img { transform: scale(1.055); filter: saturate(1); }
.team-person.is-active { outline: 2px solid rgba(229,31,54,.72); outline-offset: -2px; }

.evidence-video video { transition: filter .4s ease, transform .55s var(--ease); }
.evidence-video:hover video { transform: scale(1.012); }
.evidence-video.is-playing video { filter: saturate(1.08) contrast(1.03); }

.process-item.is-active .process-dot {
  box-shadow: 0 0 0 8px rgba(229,31,54,.12), 0 0 26px rgba(229,31,54,.28);
}

@media (min-width: 821px) {
  .support-matrix::after {
    display: block;
    width: 520px;
    height: 520px;
    border: 0;
    background: conic-gradient(from var(--support-angle), transparent 0 72%, rgba(229,31,54,.18) 79%, var(--red) 86%, transparent 93%);
    -webkit-mask: radial-gradient(circle, transparent 68%, #000 69% 70%, transparent 71%);
    mask: radial-gradient(circle, transparent 68%, #000 69% 70%, transparent 71%);
    transition: background .5s ease;
  }
}

@keyframes support-icon-pop {
  0% { opacity: .25; transform: scale(.7) rotate(-12deg); }
  70% { opacity: 1; transform: scale(1.16) rotate(4deg); }
  100% { opacity: 1; transform: scale(1) rotate(0); }
}
@keyframes business-icon-focus {
  0% { opacity: .2; transform: translateY(8px) scale(.82); }
  65% { opacity: 1; transform: translateY(-3px) scale(1.1); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@media (max-width: 820px) {
  .section { padding-block: 78px; }
  .motion-section > .container::before { top: -16px; }
  .hero-image,
  .hero-content,
  .hero-job-picker { transform: none; transition: none; }
  .support-center.is-active { transform: none; }
  .growth-system::after,
  .business-track::after { height: 3px; }
}

@media (prefers-reduced-motion: reduce) {
  html.motion-ready .reveal,
  html.motion-ready .reveal:not(.is-visible),
  .hero-image,
  .hero-content,
  .hero-job-picker {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .support-center.is-active { transition: none; }
  @media (min-width: 821px) {
    .support-center.is-active { transform: translate(-50%,-50%); }
  }
  .motion-section > .container::before,
  .growth-system::after,
  .business-track::after { transition: none; }
  .support-node.is-active svg,
  .business-stage.is-active svg { animation: none; }
}

/* Recruitment conversion refinement */
.hero-facts {
  width: min(470px, 100%);
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(23, 23, 27, .12);
  background: rgba(255, 255, 255, .9);
  box-shadow: 9px 9px 0 rgba(88, 206, 180, .18);
  backdrop-filter: blur(14px);
}
.hero-facts > span {
  min-height: 62px;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: 22px 1fr;
  grid-template-rows: auto auto;
  gap: 2px 8px;
  align-items: center;
  color: var(--ink);
  border-right: 1px solid rgba(23, 23, 27, .1);
  border-bottom: 1px solid rgba(23, 23, 27, .1);
}
.hero-facts > span:nth-child(2n) { border-right: 0; }
.hero-facts > span:nth-last-child(-n+2) { border-bottom: 0; }
.hero-facts svg { width: 18px; height: 18px; grid-row: 1 / 3; color: var(--red); }
.hero-facts small { color: #797d85; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.hero-facts b { font-size: 11px; line-height: 1.35; }
.hero-facts + .role-rotator { margin-top: 16px; }
.hero-facts ~ .hero-actions { margin-top: 18px; }

@media (min-width: 1121px) {
  .hero-facts {
    width: 470px;
    min-width: 470px;
  }
  .hero-facts b {
    word-break: keep-all;
    overflow-wrap: normal;
  }
}

@media (min-width: 981px) and (max-width: 1120px) {
  .hero-facts {
    width: 410px;
    min-width: 410px;
  }
}

.conversion-band {
  margin-top: 42px;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid rgba(255, 70, 87, .26);
  background: linear-gradient(110deg, #fff 0 72%, #fff2f3 72% 100%);
  box-shadow: 10px 10px 0 rgba(88, 206, 180, .13);
}
.conversion-band > div { display: grid; gap: 7px; }
.conversion-band small { color: var(--red); font: 700 10px "Space Grotesk", sans-serif; letter-spacing: .14em; }
.conversion-band b { max-width: 760px; color: var(--ink); font-size: clamp(18px, 2vw, 28px); line-height: 1.3; }
.conversion-band .button { flex: 0 0 auto; }
.conversion-band-evidence { margin-top: 34px; }

.evidence-candidate-value {
  padding: 12px 14px;
  display: block;
  color: #fff;
  border-left: 4px solid #ff6b78;
  background: rgba(255, 255, 255, .1);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.65;
}

.form-quick-note {
  margin: -18px 0 24px;
  padding: 12px 14px;
  color: #425e58;
  border-left: 4px solid var(--mint);
  background: #f0fbf8;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
}
.form-optional {
  margin: 2px 0 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fafafa;
}
.form-optional summary {
  min-height: 70px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  list-style: none;
  cursor: pointer;
}
.form-optional summary::-webkit-details-marker { display: none; }
.form-optional summary > span { display: grid; gap: 4px; }
.form-optional summary b { color: var(--ink); font-size: 13px; }
.form-optional summary small { color: var(--muted); font-size: 10px; font-weight: 500; }
.form-optional summary svg { width: 20px; height: 20px; flex: 0 0 auto; color: var(--red); transition: transform .32s var(--ease); }
.form-optional[open] summary svg { transform: rotate(45deg); }
.form-optional-body { padding: 20px 16px 2px; border-top: 1px solid var(--line); }

@media (min-width: 981px) {
  .business-section,
  .core-team-section { padding-block: 96px; }
  .business-system { margin-top: 44px; }
  .business-stage { min-height: 180px; padding: 22px; }
  .business-stage b { margin-top: 38px; }
  .business-focus { min-height: 140px; padding-block: 24px; }
  .core-team-heading { margin-bottom: 36px; }
  .team-feature { min-height: 360px; }
  .team-feature-portrait { min-height: 360px; }
  .team-feature-identity { padding: 30px 26px; }
  .team-feature-identity strong { margin: 24px 0 10px; }
  .team-feature-copy { padding: 34px; }
  .team-roster { gap: 14px; }
  .team-person { min-height: 250px; padding: 22px; }
}

@media (max-width: 980px) {
  .hero-facts { width: 100%; max-width: 520px; }
  .conversion-band { align-items: stretch; flex-direction: column; }
  .conversion-band .button { width: 100%; }
}

@media (max-width: 820px) {
  .hero { min-height: 1240px; }
  .hero-content { padding-bottom: 250px; }
  .hero-facts { margin-top: 16px; }
  .hero-job-picker { bottom: 18px; }
  .conversion-band { margin-top: 28px; padding: 20px; background: #fff; }
}

@media (max-width: 520px) {
  .hero { min-height: 1270px; }
  .hero-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-facts > span { min-height: 74px; padding: 10px 9px; grid-template-columns: 19px 1fr; }
  .hero-facts > span:nth-child(odd) { border-right: 1px solid rgba(23, 23, 27, .1); }
  .hero-facts > span:nth-child(even) { border-right: 0; }
  .hero-facts > span:nth-last-child(-n+2) { border-bottom: 0; }
  .hero-facts svg { width: 16px; height: 16px; }
  .hero-facts small { font-size: 8px; }
  .hero-facts b { font-size: 10px; word-break: keep-all; overflow-wrap: normal; }
  .conversion-band b { font-size: 18px; }
  .form-optional summary { padding-inline: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .form-optional summary svg { transition: none; }
}

/* Final recruitment interaction pass */
.hero {
  min-height: 970px;
}

.hero-content {
  min-height: 820px;
}

.hero-content .hero-salary {
  display: none;
}

.hero-role-preview {
  position: absolute;
  z-index: 7;
  top: 558px;
  right: 5vw;
  width: min(400px, 30vw);
  min-height: 190px;
  padding: 20px 22px 18px;
  color: var(--ink);
  border: 1px solid rgba(255, 70, 87, .24);
  border-left: 5px solid var(--red);
  border-radius: 6px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 12px 12px 0 rgba(255, 70, 87, .1), 0 22px 52px rgba(35, 26, 30, .1);
  backdrop-filter: blur(16px);
}

.hero-role-preview-head,
.hero-role-preview-actions,
.hero-role-preview-facts {
  display: flex;
  align-items: center;
}

.hero-role-preview-head {
  justify-content: space-between;
  gap: 18px;
  color: var(--red);
  font: 700 9px "Space Grotesk", sans-serif;
  letter-spacing: .16em;
}

.hero-role-preview-head b {
  color: #a2a5ad;
  font-size: 10px;
}

.hero-role-preview h2 {
  margin: 10px 0 7px;
  font-size: clamp(18px, 1.7vw, 26px);
  line-height: 1.15;
}

.hero-role-preview > p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.6;
}

.hero-role-preview > strong {
  display: block;
  margin-top: 9px;
  color: var(--red);
  font-size: 14px;
  line-height: 1.4;
}

.hero-role-preview-facts {
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.hero-role-preview-facts span {
  padding: 5px 8px;
  color: #44514f;
  border: 1px solid rgba(88, 206, 180, .34);
  border-radius: 999px;
  background: #f2fcf9;
  font-size: 9px;
  font-weight: 700;
}

.hero-role-preview-actions {
  gap: 8px;
  margin-top: 12px;
}

.hero-role-preview-actions button {
  min-height: 36px;
  padding: 8px 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--ink);
  border: 1px solid rgba(23, 23, 27, .18);
  border-radius: 999px;
  background: #fff;
  font-size: 9px;
  font-weight: 800;
  transition: color .24s var(--ease), background .24s var(--ease), border-color .24s var(--ease), transform .24s var(--ease);
}

.hero-role-preview-actions button:last-child {
  color: #fff;
  border-color: var(--red);
  background: var(--red);
}

.hero-role-preview-actions button:hover,
.hero-role-preview-actions button:focus-visible {
  transform: translateY(-2px);
}

.hero-role-preview-actions svg {
  width: 14px;
  height: 14px;
}

.hero-job-picker > button,
.live-path,
.support-node,
.growth-step,
.business-stage,
.team-person,
.process-step,
.job-tab,
.mode-tab,
.faq-item > button {
  will-change: translate, transform;
}

.hero-job-picker > button.is-active,
.hero-job-picker > button:hover,
.hero-job-picker > button:focus-visible {
  translate: 0 -5px;
}

.live-path {
  cursor: default;
  transition: color .28s var(--ease), background .28s var(--ease), transform .28s var(--ease), box-shadow .28s var(--ease);
}

.live-path.is-active {
  color: #fff;
  background: var(--red);
  box-shadow: 0 18px 38px rgba(255, 70, 87, .2);
  transform: translateY(-4px);
}

.live-path.is-active p,
.live-path.is-active > span,
.live-path.is-active svg {
  color: rgba(255, 255, 255, .88);
}

.part-time-callout {
  margin-top: 16px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: minmax(170px, .7fr) 1fr;
  gap: 16px;
  align-items: center;
  border: 1px solid rgba(88, 206, 180, .42);
  border-left: 5px solid var(--mint);
  background: linear-gradient(105deg, #f0fcf8 0%, #fff 72%);
  box-shadow: 9px 9px 0 rgba(88, 206, 180, .11);
}

.part-time-callout > div {
  display: grid;
  gap: 5px;
}

.part-time-callout small {
  color: #50625e;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
}

.part-time-callout strong {
  color: var(--red);
  font-size: clamp(16px, 1.8vw, 24px);
  line-height: 1.2;
}

.part-time-callout ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  list-style: none;
}

.part-time-callout li {
  min-height: 50px;
  padding: 9px 8px;
  display: grid;
  place-items: center;
  color: #3f4c49;
  border: 1px solid rgba(88, 206, 180, .28);
  background: #fff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.support-block {
  overflow: hidden;
}

.support-lead {
  max-width: 660px;
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

.support-matrix {
  position: relative;
  width: min(1080px, 100%);
  height: auto;
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: 1fr .85fr 1fr .85fr 1fr;
  grid-template-rows: 82px 176px 82px;
  gap: 16px;
  align-items: stretch;
}

.support-matrix::before,
.support-matrix::after,
.support-center::before,
.support-center::after {
  display: none !important;
  content: none !important;
}

.support-node {
  position: relative !important;
  inset: auto !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  padding: 12px 14px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(23, 23, 27, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 30px rgba(41, 49, 47, .08);
  transform: none !important;
  translate: 0 0;
  transition: color .24s var(--ease), background .24s var(--ease), border-color .24s var(--ease), box-shadow .24s var(--ease), translate .24s var(--ease);
}

.support-node:hover,
.support-node:focus-visible,
.support-node.is-active {
  color: #fff;
  border-color: var(--red);
  background: var(--red);
  box-shadow: 0 14px 34px rgba(255, 70, 87, .22);
  translate: 0 -3px;
}

.support-node:hover svg,
.support-node:focus-visible svg,
.support-node.is-active svg {
  color: #fff !important;
}

.support-node.node-1 { grid-column: 2; grid-row: 1; }
.support-node.node-2 { grid-column: 3; grid-row: 1; }
.support-node.node-3 { grid-column: 4; grid-row: 1; }
.support-node.node-4 { grid-column: 5; grid-row: 2; }
.support-node.node-5 { grid-column: 4; grid-row: 3; }
.support-node.node-6 { grid-column: 3; grid-row: 3; }
.support-node.node-7 { grid-column: 2; grid-row: 3; }
.support-node.node-8 { grid-column: 1; grid-row: 2; }

.support-center,
.support-center.is-active {
  position: relative !important;
  inset: auto !important;
  grid-column: 2 / 5;
  grid-row: 2;
  width: auto !important;
  height: auto !important;
  padding: 25px 30px !important;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 7px;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .45) !important;
  border-radius: 22px !important;
  background: linear-gradient(125deg, #ff4b5e, #dc1630) !important;
  box-shadow: 0 22px 48px rgba(221, 22, 48, .2) !important;
  transform: none !important;
}

.support-center > span,
.support-center > b,
.support-center > p,
.support-center.is-active > span,
.support-center.is-active > b,
.support-center.is-active > p {
  position: relative;
  z-index: 1;
  color: #fff !important;
  animation: none !important;
  text-align: center;
}

.support-center > span {
  font-size: 25px;
}

.support-center > b {
  font-size: clamp(18px, 2vw, 26px);
}

.support-center > p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, .82) !important;
  font-size: 11px;
  line-height: 1.65;
}

.line-popup {
  position: fixed;
  z-index: 120;
  right: 22px;
  bottom: 22px;
  width: min(390px, calc(100vw - 32px));
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 116px;
  gap: 16px;
  align-items: center;
  color: var(--ink);
  border: 1px solid rgba(13, 179, 95, .22);
  border-radius: 10px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 26px 70px rgba(22, 40, 34, .2), 8px 8px 0 rgba(13, 179, 95, .1);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(22px) scale(.97);
  transform-origin: bottom right;
  transition: opacity .34s var(--ease), transform .42s var(--ease);
}

.line-popup.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.line-popup-close {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: #54605d;
  border: 1px solid rgba(23, 23, 27, .1);
  border-radius: 50%;
  background: #fff;
}

.line-popup-close svg {
  width: 15px;
  height: 15px;
}

.line-popup-copy {
  min-width: 0;
}

.line-popup-copy > span {
  color: #09b85d;
  font: 800 9px "Space Grotesk", sans-serif;
  letter-spacing: .14em;
}

.line-popup-copy h2 {
  margin: 8px 24px 7px 0;
  font-size: 17px;
  line-height: 1.3;
}

.line-popup-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.6;
}

.line-popup-copy b {
  display: block;
  margin-top: 10px;
  color: #078c49;
  font-size: 10px;
}

.line-popup > img {
  width: 116px;
  height: 116px;
  object-fit: contain;
  border: 1px solid rgba(13, 179, 95, .16);
  border-radius: 6px;
  background: #fff;
}

.line-launcher {
  position: fixed;
  z-index: 119;
  right: 22px;
  bottom: 22px;
  min-width: 96px;
  height: 48px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  border: 0;
  border-radius: 999px;
  background: #06c755;
  box-shadow: 0 14px 34px rgba(6, 199, 85, .25);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity .28s var(--ease), transform .28s var(--ease);
}

.line-launcher.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.line-launcher svg {
  width: 17px;
  height: 17px;
}

@media (max-width: 980px) {
  .hero {
    min-height: 1490px;
  }

  .hero-content {
    min-height: 1320px;
    padding-bottom: 500px;
  }

  .hero-role-preview {
    top: auto;
    right: 18px;
    bottom: 205px;
    left: 18px;
    width: auto;
    min-height: 0;
  }

  .support-matrix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 11px;
  }

  .support-center,
  .support-center.is-active {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: 170px;
  }

  .support-node.node-1,
  .support-node.node-2,
  .support-node.node-3,
  .support-node.node-4,
  .support-node.node-5,
  .support-node.node-6,
  .support-node.node-7,
  .support-node.node-8 {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 820px) {
  .hero {
    min-height: 1540px;
  }

  .hero-content {
    min-height: 1370px;
  }

  .part-time-callout {
    grid-template-columns: 1fr;
  }

  .line-popup,
  .line-launcher {
    right: 16px;
    bottom: 88px;
  }
}

@media (max-width: 520px) {
  .hero {
    min-height: 1600px;
  }

  .hero-content {
    min-height: 1430px;
  }

  .hero-role-preview {
    padding: 17px;
  }

  .hero-role-preview-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-role-preview-actions button {
    width: 100%;
  }

  .part-time-callout ul {
    grid-template-columns: 1fr;
  }

  .support-matrix {
    grid-template-columns: 1fr;
  }

  .support-node.node-1,
  .support-node.node-2,
  .support-node.node-3,
  .support-node.node-4,
  .support-node.node-5,
  .support-node.node-6,
  .support-node.node-7,
  .support-node.node-8 {
    grid-column: 1;
  }

  .line-popup {
    grid-template-columns: 1fr 92px;
    padding: 17px;
  }

  .line-popup > img {
    width: 92px;
    height: 92px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-role-preview,
  .hero-role-preview-actions button,
  .support-node,
  .line-popup,
  .line-launcher {
    transition: none !important;
  }

  .hero-job-picker > button.is-active,
  .hero-job-picker > button:hover,
  .hero-job-picker > button:focus-visible,
  .support-node:hover,
  .support-node:focus-visible,
  .support-node.is-active {
    translate: 0 0 !important;
  }
}

/* Authoritative four-step application layout. */
.process-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .process-list {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .process-list li,
  .process-list li:nth-child(n) {
    flex: 0 0 min(78vw, 290px);
    scroll-snap-align: center;
  }
}
