@font-face { font-family: Geist; font-style: normal; font-weight: 100 900; font-display: swap; src: url("../fonts/geist-8ac0455e797f/geist-98bbbccb.woff2") format("woff2"); }
@font-face { font-family: "Geist Mono"; font-style: normal; font-weight: 100 900; font-display: swap; src: url("../fonts/geist-mono-00e989178794/geist-mono-013b2f2f.woff2") format("woff2"); }

:root {
  --sp-ink: #f5f5f7;
  --sp-muted: #a1a1a6;
  --sp-dim: #6e6e73;
  --sp-blue: #2997ff;
  --sp-blue-deep: #0071e3;
  --sp-cyan: #9cecff;
  --sp-violet: #8d7cff;
  --sp-panel: #07101d;
  --sp-line: rgba(144, 176, 217, .18);
}

.hpt-subpages *, .hpt-subpages *::before, .hpt-subpages *::after { box-sizing: border-box; margin: 0; padding: 0; border: 0 solid; }
.hpt-subpages :where(h1,h2,h3,h4,h5,h6) { font-size: inherit; font-weight: inherit; }
.hpt-subpages :where(ol,ul,menu) { list-style: none; }
.hpt-subpages :where(button,input,select,textarea) { font: inherit; color: inherit; letter-spacing: inherit; background: transparent; }
.hpt-subpages :where(button,[role="button"]) { cursor: pointer; }
.hpt-subpages :where(img,svg,video,canvas,audio,iframe,embed,object) { display: block; vertical-align: middle; }
.hpt-subpages :where(img,video) { max-width: 100%; height: auto; }

html { scroll-behavior: smooth; }
body.hpt-subpage-template { min-width: 320px; margin: 0; overflow-x: hidden; background: #000; color: var(--sp-ink); font-family: Geist, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.hpt-subpage-template .hpt-subpages { --hero-y: 0px; width: 100%; min-height: 100vh; overflow: clip; background: #000; color: var(--sp-ink); font-size: 16px; line-height: 1.5; font-family: Geist, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif; }
.hpt-subpages a { color: inherit; text-decoration: none; }
.hpt-subpages img { max-width: 100%; }

.hpt-subpages .site-header { position: fixed; z-index: 60; top: 0; left: 0; width: 100%; height: 56px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 max(24px, calc((100vw - 1120px) / 2)); background: rgba(1, 5, 12, .14); border-bottom: 1px solid rgba(255, 255, 255, .08); -webkit-backdrop-filter: saturate(125%) blur(8px); backdrop-filter: saturate(125%) blur(8px); transition: background-color .36s ease, border-color .36s ease, box-shadow .36s ease, backdrop-filter .36s ease; }
.hpt-subpages .site-header.is-scrolled { background: rgba(4, 7, 12, .74); border-color: rgba(255, 255, 255, .12); box-shadow: 0 12px 35px rgba(0, 0, 0, .18); -webkit-backdrop-filter: saturate(145%) blur(22px); backdrop-filter: saturate(145%) blur(22px); }
.hpt-subpages .brand { justify-self: start; display: inline-flex; align-items: center; min-height: 44px; }
.hpt-subpages .brand-logo { width: 124px; max-height: 40px; object-fit: contain; object-position: left center; }
.hpt-subpages-en .brand-logo { width: 126px; }
.hpt-subpages .primary-nav { grid-column: 2; }
.hpt-subpages .primary-nav > ul { display: flex; align-items: center; gap: 30px; }
.hpt-subpages .menu-item { position: relative; }
.hpt-subpages .menu-item > a { min-height: 44px; display: flex; align-items: center; color: #d2d2d7; font-size: 14px; letter-spacing: -.012em; white-space: nowrap; transition: color .18s ease; }
.hpt-subpages .menu-item > a:hover, .hpt-subpages .menu-item > a:focus-visible, .hpt-subpages .menu-item.is-current > a { color: #fff; }
.hpt-subpages .menu-item.is-current > a::after { content: ''; position: absolute; left: 50%; bottom: 2px; width: 4px; height: 4px; border-radius: 50%; background: var(--sp-violet); box-shadow: 0 0 10px rgba(141, 124, 255, .8); transform: translateX(-50%); }
.hpt-subpages .submenu-toggle { display: none; }
.hpt-subpages .submenu { position: absolute; top: calc(100% - 2px); left: 50%; min-width: 220px; padding: 10px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 14px; background: rgba(18, 18, 22, .9); box-shadow: 0 24px 70px rgba(0, 0, 0, .42); opacity: 0; visibility: hidden; transform: translate(-50%, -7px); transition: opacity .2s ease, visibility .2s ease, transform .26s ease; -webkit-backdrop-filter: blur(24px); backdrop-filter: blur(24px); }
.hpt-subpages .menu-item:hover > .submenu, .hpt-subpages .menu-item:focus-within > .submenu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.hpt-subpages .submenu a { display: block; padding: 9px 11px; border-radius: 8px; color: #d2d2d7; font-size: 13px; transition: color .18s ease, background-color .18s ease; }
.hpt-subpages .submenu a:hover, .hpt-subpages .submenu a:focus-visible { color: #fff; background: rgba(255, 255, 255, .07); }
.hpt-subpages .nav-cta { justify-self: end; min-height: 40px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border-radius: 999px; background: var(--sp-blue-deep); color: #fff; font-size: 14px; transition: background-color .2s ease, transform .2s ease; }
.hpt-subpages .nav-cta:hover, .hpt-subpages .nav-cta:focus-visible { background: #147ce5; transform: translateY(-1px); }
.hpt-subpages .nav-toggle { display: none; justify-self: end; position: relative; width: 44px; height: 44px; border-radius: 50%; background: rgba(255, 255, 255, .07); }
.hpt-subpages .nav-toggle span { position: absolute; left: 13px; width: 18px; height: 1px; background: #f5f5f7; transition: transform .28s ease, top .28s ease; }
.hpt-subpages .nav-toggle span:first-child { top: 18px; }
.hpt-subpages .nav-toggle span:last-child { top: 26px; }
.hpt-subpages .nav-toggle[aria-expanded="true"] span:first-child { top: 22px; transform: rotate(45deg); }
.hpt-subpages .nav-toggle[aria-expanded="true"] span:last-child { top: 22px; transform: rotate(-45deg); }
.hpt-subpages .page-progress { position: fixed; z-index: 70; top: 55px; left: 0; right: 0; height: 2px; pointer-events: none; }
.hpt-subpages .page-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--sp-cyan), var(--sp-violet) 65%, #ff75a8); box-shadow: 0 0 14px rgba(141, 124, 255, .42); transform: scaleX(0); transform-origin: left center; }

.hpt-subpages .sp-hero { position: relative; min-height: max(760px, 100svh); display: flex; align-items: center; overflow: hidden; isolation: isolate; background: #02050a; }
.hpt-subpages .sp-hero::before { content: ''; position: absolute; z-index: -3; inset: -5%; background-image: var(--hero-image); background-size: cover; background-position: center; filter: saturate(.86) brightness(.72) contrast(1.05); transform: translate3d(0, var(--hero-y), 0) scale(1.07); will-change: transform; }
.hpt-subpages .sp-hero::after { content: ''; position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 77% 28%, rgba(58, 149, 209, .16), transparent 38%), linear-gradient(90deg, rgba(0, 2, 8, .95) 0%, rgba(0, 2, 8, .78) 42%, rgba(0, 2, 8, .22) 76%, rgba(0, 2, 8, .42) 100%); }
.hpt-subpages .sp-hero-scrim { position: absolute; z-index: -1; inset: 0 auto 0 0; width: 58vw; background: linear-gradient(90deg, rgba(0, 0, 0, .38), transparent); pointer-events: none; }
.hpt-subpages .sp-hero-copy { width: min(720px, calc(100% - 64px)); margin-left: max(32px, calc((100vw - 1120px) / 2)); padding-top: 72px; }
.hpt-subpages .sp-kicker { color: #9ee7ff; font-family: "Geist Mono", monospace; font-size: 13px; line-height: 1.25; letter-spacing: .17em; text-transform: uppercase; }
.hpt-subpages .sp-hero h1 { max-width: 820px; margin-top: 22px; color: #f5f5f7; font-size: clamp(66px, 7.2vw, 104px); line-height: .95; letter-spacing: -.067em; font-weight: 650; }
.hpt-subpages-en .sp-hero h1 { font-size: clamp(58px, 6.6vw, 92px); letter-spacing: -.06em; }
.hpt-subpages .sp-hero h1 span, .hpt-subpages .sp-intro h2 span, .hpt-subpages .sp-brand-story h2 span, .hpt-subpages .sp-team-banner h2 span { color: #bdefff; background: linear-gradient(110deg, #e9fbff 5%, #a4ecff 42%, #7b8dff 92%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hpt-subpages .sp-lead { max-width: 650px; margin-top: 30px; color: #d2d2d7; font-size: clamp(18px, 1.65vw, 23px); line-height: 1.55; letter-spacing: -.02em; }
.hpt-subpages .sp-hero-link, .hpt-subpages .sp-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--sp-blue); transition: color .2s ease, transform .25s ease; }
.hpt-subpages .sp-hero-link { margin-top: 30px; font-size: 17px; }
.hpt-subpages .sp-hero-link img, .hpt-subpages .sp-text-link img, .hpt-subpages .sp-button img, .hpt-subpages .sp-submit img, .hpt-subpages .sp-job-panel a img { width: 15px; height: 15px; filter: brightness(0) saturate(100%) invert(49%) sepia(99%) saturate(2958%) hue-rotate(192deg) brightness(104%) contrast(101%); transition: transform .25s ease; }
.hpt-subpages .sp-hero-link:hover img, .hpt-subpages .sp-text-link:hover img, .hpt-subpages .sp-button:hover img, .hpt-subpages .sp-submit:hover img, .hpt-subpages .sp-job-panel a:hover img { transform: translateX(4px); }
.hpt-subpages .sp-hero-index { position: absolute; right: max(32px, calc((100vw - 1120px) / 2)); bottom: 38px; display: flex; align-items: baseline; gap: 14px; color: rgba(255, 255, 255, .45); font-family: "Geist Mono", monospace; }
.hpt-subpages .sp-hero-index span { font-size: 10px; letter-spacing: .18em; }
.hpt-subpages .sp-hero-index strong { color: rgba(255, 255, 255, .78); font-size: 38px; font-weight: 300; }

.hpt-subpages .sp-section { position: relative; width: min(1120px, calc(100% - 64px)); margin: 0 auto; padding: 130px 0; }
.hpt-subpages .sp-intro { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 84px; align-items: end; }
.hpt-subpages .sp-intro h2, .hpt-subpages .sp-image-story h2, .hpt-subpages .sp-brand-story h2, .hpt-subpages .sp-contact-info h2 { margin-top: 18px; color: #f5f5f7; font-size: clamp(50px, 5.2vw, 78px); line-height: 1.03; letter-spacing: -.058em; font-weight: 620; }
.hpt-subpages-en .sp-intro h2, .hpt-subpages-en .sp-image-story h2, .hpt-subpages-en .sp-brand-story h2, .hpt-subpages-en .sp-contact-info h2 { font-size: clamp(46px, 4.8vw, 70px); }
.hpt-subpages .sp-section-lead { color: #aeb4bd; font-size: 19px; line-height: 1.75; letter-spacing: -.015em; }

.hpt-subpages .sp-feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; padding-top: 0; }
.hpt-subpages .sp-feature-card { min-height: 290px; display: flex; flex-direction: column; justify-content: flex-end; padding: 34px; border: 1px solid var(--sp-line); border-radius: 18px; background: radial-gradient(circle at 82% 16%, rgba(86, 111, 255, .13), transparent 34%), #07101d; box-shadow: inset 0 1px rgba(255, 255, 255, .025), 0 24px 60px rgba(0, 0, 0, .18); transform: perspective(900px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg)); transition: transform .52s cubic-bezier(.16,.84,.24,1), border-color .35s ease, box-shadow .42s ease; }
.hpt-subpages .sp-feature-card:hover { border-color: rgba(103, 171, 255, .36); box-shadow: 0 30px 72px rgba(0, 0, 0, .28), 0 0 42px rgba(27, 104, 205, .08); }
.hpt-subpages .sp-card-number { margin-bottom: auto; color: #bdefff; font-family: "Geist Mono", monospace; font-size: clamp(34px, 4vw, 58px); font-weight: 460; letter-spacing: -.06em; }
.hpt-subpages .sp-feature-card h3 { margin-top: 36px; color: #fff; font-size: 26px; line-height: 1.2; letter-spacing: -.035em; font-weight: 600; }
.hpt-subpages .sp-feature-card p { max-width: 430px; margin-top: 14px; color: #aeb4bd; font-size: 15px; line-height: 1.7; }

.hpt-subpages .sp-image-story { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr); gap: 72px; align-items: center; }
.hpt-subpages .sp-image-story::before { content: ''; position: absolute; z-index: -1; top: 17%; right: -12%; width: 420px; height: 420px; border-radius: 50%; background: rgba(75, 66, 207, .12); box-shadow: 0 0 120px 55px rgba(38, 106, 205, .09); filter: blur(38px); }
.hpt-subpages .sp-image-story figure { position: relative; min-height: 500px; overflow: hidden; border: 1px solid rgba(163, 190, 228, .2); border-radius: 24px; background: #07101d; box-shadow: 0 40px 90px rgba(0, 0, 0, .38); }
.hpt-subpages .sp-image-story figure img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; filter: saturate(.8) brightness(.82); transition: transform .8s cubic-bezier(.16,.84,.24,1), filter .6s ease; }
.hpt-subpages .sp-image-story figure:hover img { transform: scale(1.035); filter: saturate(.94) brightness(.9); }
.hpt-subpages .sp-image-story > div > p:not(.sp-kicker) { margin-top: 24px; color: #aeb4bd; font-size: 17px; line-height: 1.78; }
.hpt-subpages .sp-text-link { margin-top: 26px; font-size: 16px; }
.hpt-subpages .sp-image-story-reverse figure { order: 2; }
.hpt-subpages .sp-image-story-reverse > div { order: 1; }

.hpt-subpages .sp-rd-stage { display: grid; grid-template-columns: .86fr 1.14fr; gap: 72px; align-items: stretch; padding-top: 20px; }
.hpt-subpages .sp-rd-stage > figure { min-height: 690px; overflow: hidden; border: 1px solid var(--sp-line); border-radius: 24px; }
.hpt-subpages .sp-rd-stage > figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76) brightness(.74); }
.hpt-subpages .sp-rd-list { display: grid; }
.hpt-subpages .sp-rd-list article { display: grid; grid-template-columns: 56px 1fr; gap: 28px; align-items: start; padding: 34px 0; border-top: 1px solid rgba(255, 255, 255, .13); }
.hpt-subpages .sp-rd-list article:last-child { border-bottom: 1px solid rgba(255, 255, 255, .13); }
.hpt-subpages .sp-rd-list article > span { color: #6f7682; font-family: "Geist Mono", monospace; font-size: 13px; letter-spacing: .12em; }
.hpt-subpages .sp-rd-list h3 { color: #f5f5f7; font-size: 26px; line-height: 1.22; letter-spacing: -.035em; font-weight: 590; }
.hpt-subpages .sp-rd-list p { margin-top: 12px; color: #aeb4bd; font-size: 15px; line-height: 1.7; }

.hpt-subpages .sp-news-intro { padding-bottom: 86px; }
.hpt-subpages .sp-news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 1fr; align-items: stretch; gap: 22px; padding-top: 0; }
.hpt-subpages .sp-news-card { height: 100%; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--sp-line); border-radius: 20px; background: #07101d; transition: border-color .35s ease, transform .52s cubic-bezier(.16,.84,.24,1), box-shadow .42s ease; }
.hpt-subpages .sp-news-card:hover { border-color: rgba(103, 171, 255, .36); transform: translateY(-4px); box-shadow: 0 28px 70px rgba(0, 0, 0, .28); }
.hpt-subpages .sp-news-image { width: 100%; aspect-ratio: 16 / 9; display: block; flex: 0 0 auto; overflow: hidden; background: #02050a; }
.hpt-subpages .sp-news-image img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.82) brightness(.8); transition: transform .8s cubic-bezier(.16,.84,.24,1), filter .5s ease; }
.hpt-subpages .sp-news-card:hover .sp-news-image img { transform: scale(1.04); filter: saturate(.94) brightness(.88); }
.hpt-subpages .sp-news-card > div { min-height: 336px; display: flex; flex: 1; flex-direction: column; padding: 30px; }
.hpt-subpages .sp-news-card time { color: #7e8795; font-family: "Geist Mono", monospace; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.hpt-subpages .sp-news-card h3 { min-height: 3.75em; margin-top: 16px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; color: #f5f5f7; font-size: 25px; line-height: 1.25; letter-spacing: -.035em; font-weight: 600; }
.hpt-subpages .sp-news-card p { margin-top: 15px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; color: #aeb4bd; font-size: 15px; line-height: 1.7; }
.hpt-subpages .sp-news-card .sp-text-link { margin-top: auto; padding-top: 26px; }
.hpt-subpages .sp-pagination { position: relative; z-index: 2; width: min(1120px, calc(100% - 64px)); margin: -40px auto 100px; display: flex; justify-content: center; gap: 8px; }
.hpt-subpages .sp-pagination .page-numbers { min-width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--sp-line); border-radius: 50%; color: #aeb4bd; }
.hpt-subpages .sp-pagination .current { color: #fff; background: var(--sp-blue-deep); }

.hpt-subpages .sp-values-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; padding-top: 0; }
.hpt-subpages .sp-values-grid article { position: relative; min-height: 520px; overflow: hidden; border: 1px solid var(--sp-line); border-radius: 20px; background: #07101d; transform: perspective(900px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg)); transition: transform .55s cubic-bezier(.16,.84,.24,1), border-color .35s ease; }
.hpt-subpages .sp-values-grid article::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(2, 5, 11, .9) 78%, #02050b 100%); }
.hpt-subpages .sp-values-grid img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; filter: saturate(.72) brightness(.7); transition: transform .8s cubic-bezier(.16,.84,.24,1), filter .5s ease; }
.hpt-subpages .sp-values-grid article:hover { border-color: rgba(103, 171, 255, .42); }
.hpt-subpages .sp-values-grid article:hover img { transform: scale(1.045); filter: saturate(.92) brightness(.82); }
.hpt-subpages .sp-values-grid article > div { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 28px; }
.hpt-subpages .sp-values-grid h3 { color: #fff; font-size: 25px; letter-spacing: -.035em; font-weight: 600; }
.hpt-subpages .sp-values-grid p { margin-top: 10px; color: #b9c0cb; font-size: 14px; line-height: 1.6; }

.hpt-subpages .sp-jobs { padding-top: 10px; }
.hpt-subpages .sp-job { border-top: 1px solid rgba(255, 255, 255, .15); }
.hpt-subpages .sp-job:last-child { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.hpt-subpages .sp-job-trigger { width: 100%; min-height: 112px; display: grid; grid-template-columns: 72px 1fr 36px; gap: 24px; align-items: center; text-align: left; }
.hpt-subpages .sp-job-trigger > span { color: #6f7682; font-family: "Geist Mono", monospace; font-size: 13px; letter-spacing: .12em; }
.hpt-subpages .sp-job-trigger strong { color: #f5f5f7; font-size: clamp(23px, 2.6vw, 36px); line-height: 1.2; letter-spacing: -.04em; font-weight: 580; transition: color .25s ease; }
.hpt-subpages .sp-job-trigger:hover strong { color: #bdefff; }
.hpt-subpages .sp-job-trigger i { position: relative; width: 34px; height: 34px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 50%; }
.hpt-subpages .sp-job-trigger i::before, .hpt-subpages .sp-job-trigger i::after { content: ''; position: absolute; left: 9px; top: 16px; width: 14px; height: 1px; background: #d2d2d7; transition: transform .25s ease; }
.hpt-subpages .sp-job-trigger i::after { transform: rotate(90deg); }
.hpt-subpages .sp-job-trigger[aria-expanded="true"] i::after { transform: rotate(0); }
.hpt-subpages .sp-job-panel { max-height: 0; overflow: hidden; opacity: 0; padding: 0 60px 0 96px; transition: max-height .45s cubic-bezier(.2,.8,.2,1), opacity .3s ease, padding .4s ease; }
.hpt-subpages .sp-job.is-open .sp-job-panel { max-height: 220px; opacity: 1; padding-bottom: 34px; }
.hpt-subpages .sp-job-panel p { max-width: 720px; color: #aeb4bd; font-size: 15px; line-height: 1.7; }
.hpt-subpages .sp-job-panel a { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--sp-blue); }

.hpt-subpages .sp-about-profile { padding-bottom: 80px; }
.hpt-subpages .sp-brand-story { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.hpt-subpages .sp-brand-story > div:last-child { padding-top: 36px; }
.hpt-subpages .sp-brand-story > div:last-child p { color: #aeb4bd; font-size: 18px; line-height: 1.8; }
.hpt-subpages .sp-brand-story > div:last-child p + p { margin-top: 24px; }
.hpt-subpages .sp-team-banner { position: relative; min-height: 700px; display: flex; align-items: flex-end; padding: 72px max(32px, calc((100vw - 1120px) / 2)); overflow: hidden; isolation: isolate; }
.hpt-subpages .sp-team-banner::before { content: ''; position: absolute; z-index: -2; inset: 0; background-image: var(--team-image); background-size: cover; background-position: center; filter: saturate(.74) brightness(.7); }
.hpt-subpages .sp-team-banner::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.9)); }
.hpt-subpages .sp-team-banner h2 { max-width: 800px; margin-top: 18px; font-size: clamp(54px, 6.2vw, 88px); line-height: 1; letter-spacing: -.06em; font-weight: 630; }

.hpt-subpages .sp-contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.hpt-subpages .sp-contact-info > p:not(.sp-kicker), .hpt-subpages .sp-contact-info address { margin-top: 20px; color: #aeb4bd; font-size: 16px; line-height: 1.7; font-style: normal; }
.hpt-subpages .sp-contact-info ul { margin-top: 40px; display: grid; }
.hpt-subpages .sp-contact-info li { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.13); }
.hpt-subpages .sp-contact-info li:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.hpt-subpages .sp-contact-info li span { color: #777f8c; font-size: 13px; }
.hpt-subpages .sp-contact-info li a { color: #d2d2d7; font-size: 14px; }
.hpt-subpages .sp-contact-form { padding: 38px; border: 1px solid var(--sp-line); border-radius: 22px; background: radial-gradient(circle at 100% 0, rgba(96, 71, 221, .12), transparent 36%), #07101d; box-shadow: 0 34px 90px rgba(0,0,0,.3); }
.hpt-subpages .sp-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 18px; }
.hpt-subpages .sp-contact-form label { display: grid; gap: 9px; color: #aeb4bd; font-size: 13px; }
.hpt-subpages .sp-contact-form label.is-wide { grid-column: 1 / -1; }
.hpt-subpages .sp-contact-form input, .hpt-subpages .sp-contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: rgba(255,255,255,.035); outline: none; color: #f5f5f7; font-size: 16px; transition: border-color .25s ease, box-shadow .25s ease, background-color .25s ease; }
.hpt-subpages .sp-contact-form input { height: 50px; padding: 0 14px; }
.hpt-subpages .sp-contact-form textarea { min-height: 150px; padding: 14px; resize: vertical; }
.hpt-subpages .sp-contact-form input:focus, .hpt-subpages .sp-contact-form textarea:focus { border-color: rgba(41,151,255,.75); background: rgba(255,255,255,.05); box-shadow: 0 0 0 3px rgba(41,151,255,.12); }
.hpt-subpages .sp-submit, .hpt-subpages .sp-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border-radius: 999px; background: var(--sp-blue-deep); color: #fff; transition: background-color .22s ease, transform .22s ease; }
.hpt-subpages .sp-submit { margin-top: 28px; }
.hpt-subpages .sp-submit:hover, .hpt-subpages .sp-button:hover { background: #147ce5; transform: translateY(-2px); }
.hpt-subpages .sp-submit img, .hpt-subpages .sp-button img { filter: brightness(0) invert(1); }
.hpt-subpages .sp-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.hpt-subpages .sp-form-status { margin-bottom: 22px; padding: 13px 16px; border-radius: 10px; font-size: 14px; }
.hpt-subpages .sp-form-status.is-success { color: #b8f5d6; background: rgba(41,182,120,.13); }
.hpt-subpages .sp-form-status.is-error { color: #ffd0d8; background: rgba(255,87,119,.13); }

.hpt-subpages .sp-next { min-height: 540px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 90px 32px; text-align: center; background: radial-gradient(circle at 50% 52%, rgba(61, 74, 225, .18), transparent 38%), #02040a; }
.hpt-subpages .sp-next h2 { max-width: 850px; margin-top: 18px; font-size: clamp(48px, 5.6vw, 78px); line-height: 1.05; letter-spacing: -.06em; font-weight: 620; }
.hpt-subpages .sp-next .sp-button { margin-top: 30px; }
.hpt-subpages .site-footer { display: grid; grid-template-columns: 1.15fr .95fr 1fr; gap: 32px; width: min(1120px, calc(100% - 64px)); margin: 0 auto; padding: 58px 0 34px; border-top: 1px solid rgba(255,255,255,.12); color: #86868b; font-size: 13px; }
.hpt-subpages .footer-brand img { width: 124px; max-height: 42px; object-fit: contain; object-position: left center; }
.hpt-subpages .footer-brand p { max-width: 360px; margin-top: 16px; line-height: 1.65; }
.hpt-subpages .footer-company { display: grid; gap: 7px; line-height: 1.55; }
.hpt-subpages .footer-company strong { color: #d2d2d7; font-weight: 600; }
.hpt-subpages .footer-company a:hover { color: #d2d2d7; }
.hpt-subpages .footer-nav { display: flex; flex-wrap: wrap; align-content: start; justify-content: flex-end; gap: 8px 18px; }
.hpt-subpages .footer-nav a { min-height: 32px; display: inline-flex; align-items: center; }
.hpt-subpages .footer-nav a:hover { color: #f5f5f7; }
.hpt-subpages .footer-legal { grid-column: 1 / -1; margin-top: 8px; padding-top: 20px; border-top: 1px solid #1d1d1f; }

.motion-ui-ready .hpt-subpages [data-motion-item] { opacity: 0; filter: blur(3px); transform: translate3d(0, 16px, 0); transition: opacity .52s ease var(--motion-delay,0ms), filter .52s ease var(--motion-delay,0ms), transform .64s cubic-bezier(.16,.84,.24,1) var(--motion-delay,0ms); }
.motion-ui-ready .hpt-subpages [data-motion-item].is-in-view { opacity: 1; filter: none; transform: translate3d(0,0,0); }
.motion-ui-ready .hpt-subpages [data-motion-group] [data-motion-item]:nth-child(2) { --motion-delay: 60ms; }
.motion-ui-ready .hpt-subpages [data-motion-group] [data-motion-item]:nth-child(3) { --motion-delay: 120ms; }
.motion-ui-ready .hpt-subpages [data-motion-group] [data-motion-item]:nth-child(4) { --motion-delay: 180ms; }

.admin-bar .hpt-subpages .site-header { top: 32px; }
.admin-bar .hpt-subpages .page-progress { top: 87px; }

@media (max-width: 1100px) {
  .hpt-subpages .primary-nav > ul { gap: 20px; }
  .hpt-subpages .sp-values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hpt-subpages .sp-values-grid article, .hpt-subpages .sp-values-grid img { min-height: 440px; }
}

@media (max-width: 820px) {
  body.hpt-menu-open { overflow: hidden; }
  .hpt-subpages .site-header { grid-template-columns: 1fr auto auto; gap: 10px; padding: 0 18px; }
  .hpt-subpages .brand-logo { width: 112px; }
  .hpt-subpages .nav-toggle { grid-column: 2; grid-row: 1; }
  .hpt-subpages .nav-cta { grid-column: 3; grid-row: 1; }
  .hpt-subpages .site-header .primary-nav { grid-column: 1 / -1; display: block; position: fixed; z-index: -1; top: 55px; left: -18px; right: auto; width: 100vw; height: calc(100dvh - 55px); overflow: auto; padding: 28px 24px 70px; background: rgba(0,0,0,.96); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .25s ease, visibility .25s ease, transform .34s cubic-bezier(.2,.8,.2,1); -webkit-backdrop-filter: blur(24px); backdrop-filter: blur(24px); }
  .hpt-subpages .site-header .primary-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .hpt-subpages .primary-nav > ul { display: block; }
  .hpt-subpages .primary-nav .menu-item { border-bottom: 1px solid rgba(255,255,255,.12); }
  .hpt-subpages .primary-nav .menu-item > a { padding: 18px 38px 18px 0; color: #f5f5f7; font-size: 27px; letter-spacing: -.04em; }
  .hpt-subpages .menu-item.is-current > a::after { display: none; }
  .hpt-subpages .primary-nav .submenu-toggle { display: block; position: absolute; top: 13px; right: 0; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.07); }
  .hpt-subpages .primary-nav .submenu-toggle::before, .hpt-subpages .primary-nav .submenu-toggle::after { content: ''; position: absolute; left: 11px; top: 17px; width: 14px; height: 1px; background: #d2d2d7; transition: transform .25s ease; }
  .hpt-subpages .primary-nav .submenu-toggle::after { transform: rotate(90deg); }
  .hpt-subpages .primary-nav .submenu-toggle[aria-expanded="true"]::after { transform: rotate(0); }
  .hpt-subpages .primary-nav .submenu { position: static; min-width: 0; max-height: 0; overflow: hidden; padding: 0 0 0 18px; border: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; transition: max-height .36s cubic-bezier(.2,.8,.2,1), padding .36s ease; backdrop-filter: none; }
  .hpt-subpages .primary-nav .menu-item:hover > .submenu, .hpt-subpages .primary-nav .menu-item:focus-within > .submenu { transform: none; }
  .hpt-subpages .primary-nav .menu-item.is-submenu-open > .submenu { max-height: 170px; padding-bottom: 16px; }
  .hpt-subpages .primary-nav .submenu a { padding: 9px 0; font-size: 16px; }
  .hpt-subpages .nav-toggle { display: block; }
  .hpt-subpages .nav-cta { min-height: 44px; padding: 0 14px; font-size: 12px; }
  .hpt-subpages .sp-hero { min-height: max(760px, 100svh); }
  .hpt-subpages .sp-hero::before { background-position: 64% center; }
  .hpt-subpages .sp-hero-copy { width: min(580px, calc(100% - 48px)); margin-left: 24px; }
  .hpt-subpages .sp-hero h1, .hpt-subpages-en .sp-hero h1 { font-size: clamp(56px, 11vw, 78px); }
  .hpt-subpages .sp-hero-index { right: 24px; bottom: 26px; }
  .hpt-subpages .sp-section { width: min(680px, calc(100% - 48px)); padding: 92px 0; }
  .hpt-subpages .sp-intro, .hpt-subpages .sp-image-story, .hpt-subpages .sp-rd-stage, .hpt-subpages .sp-brand-story, .hpt-subpages .sp-contact-layout { grid-template-columns: 1fr; gap: 48px; }
  .hpt-subpages .sp-intro { align-items: start; }
  .hpt-subpages .sp-image-story-reverse figure { order: 1; }
  .hpt-subpages .sp-image-story-reverse > div { order: 2; }
  .hpt-subpages .sp-image-story figure, .hpt-subpages .sp-image-story figure img { min-height: 420px; }
  .hpt-subpages .sp-rd-stage > figure { min-height: 520px; }
  .hpt-subpages .sp-team-banner { min-height: 560px; padding: 54px 24px; }
  .hpt-subpages .site-footer { grid-template-columns: 1fr; width: calc(100% - 48px); }
  .hpt-subpages .footer-nav { justify-content: flex-start; }
  .hpt-subpages .footer-legal { grid-column: 1; }
  .admin-bar .hpt-subpages .site-header { top: 46px; }
  .admin-bar .hpt-subpages .site-header .primary-nav { top: 101px; height: calc(100dvh - 101px); }
  .admin-bar .hpt-subpages .page-progress { top: 101px; }
}

@media (max-width: 620px) {
  .hpt-subpages .sp-hero-copy { width: calc(100% - 36px); margin-left: 18px; padding-top: 100px; }
  .hpt-subpages .sp-hero h1, .hpt-subpages-en .sp-hero h1 { font-size: clamp(48px, 13.2vw, 66px); }
  .hpt-subpages .sp-lead { margin-top: 22px; font-size: 16px; }
  .hpt-subpages .sp-hero-index { display: none; }
  .hpt-subpages .sp-section { width: calc(100% - 36px); padding: 78px 0; }
  .hpt-subpages .sp-intro h2, .hpt-subpages .sp-image-story h2, .hpt-subpages .sp-brand-story h2, .hpt-subpages .sp-contact-info h2, .hpt-subpages-en .sp-intro h2, .hpt-subpages-en .sp-image-story h2, .hpt-subpages-en .sp-brand-story h2, .hpt-subpages-en .sp-contact-info h2 { font-size: 44px; }
  .hpt-subpages .sp-section-lead { font-size: 17px; }
  .hpt-subpages .sp-feature-grid, .hpt-subpages .sp-news-grid, .hpt-subpages .sp-values-grid { grid-template-columns: 1fr; }
  .hpt-subpages .sp-feature-card { min-height: 250px; padding: 26px; }
  .hpt-subpages .sp-values-grid article, .hpt-subpages .sp-values-grid img { min-height: 480px; }
  .hpt-subpages .sp-image-story figure, .hpt-subpages .sp-image-story figure img { min-height: 320px; }
  .hpt-subpages .sp-rd-stage > figure { min-height: 390px; }
  .hpt-subpages .sp-rd-list article { grid-template-columns: 42px 1fr; gap: 16px; padding: 28px 0; }
  .hpt-subpages .sp-news-grid { grid-auto-rows: auto; }
  .hpt-subpages .sp-news-card > div { min-height: 320px; padding: 26px; }
  .hpt-subpages .sp-job-trigger { min-height: 96px; grid-template-columns: 40px 1fr 34px; gap: 12px; }
  .hpt-subpages .sp-job-trigger strong { font-size: 22px; }
  .hpt-subpages .sp-job-panel { padding-left: 52px; padding-right: 10px; }
  .hpt-subpages .sp-team-banner { min-height: 500px; padding: 42px 18px; }
  .hpt-subpages .sp-team-banner h2 { font-size: 48px; }
  .hpt-subpages .sp-form-grid { grid-template-columns: 1fr; }
  .hpt-subpages .sp-contact-form { padding: 24px; }
  .hpt-subpages .sp-contact-form label.is-wide { grid-column: 1; }
  .hpt-subpages .sp-contact-info li { grid-template-columns: 1fr; gap: 5px; }
  .hpt-subpages .sp-next { min-height: 460px; padding: 72px 18px; }
  .hpt-subpages .sp-next h2 { font-size: 46px; }
  .hpt-subpages .site-footer { width: calc(100% - 36px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hpt-subpages *, .hpt-subpages *::before, .hpt-subpages *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .motion-ui-ready .hpt-subpages [data-motion-item] { opacity: 1; filter: none; transform: none; }
  .hpt-subpages .sp-hero::before { transform: scale(1.07); }
}
