@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Noto+Sans+SC:wght@400;500;700;900&display=swap');

:root {
  --ink: #0c0e12;
  --muted: #6c727b;
  --soft: #a1a6ad;
  --paper: #f5f6f4;
  --line: #d9dcdf;
  --blue: #3557e6;
  --blue-deep: #2a43bd;
  --white: #ffffff;
  --max: 1240px;
  --sans: 'Manrope', 'Noto Sans SC', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
section[id] { scroll-margin-top: 88px; }
.page-width { width: min(var(--max), calc(100% - 96px)); margin: 0 auto; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }

.site-header { position: fixed; z-index: 20; top: 0; right: 0; left: 0; height: 82px; background: rgba(245, 246, 244, .96); border-bottom: 1px solid rgba(12, 14, 18, .08); backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { position: relative; display: block; width: 158px; height: 39px; overflow: hidden; }
.brand-crop { position: absolute; inset: 0; display: block; width: 158px; height: 39px; overflow: hidden; }
.brand-crop img { width: 158px; height: auto; transform: translateY(-24px); }
.main-nav { display: flex; align-items: center; gap: 40px; margin-left: auto; margin-right: 52px; font-size: 13px; }
.main-nav a, .header-contact { transition: color .2s ease, opacity .2s ease; }
.main-nav a:hover, .header-contact:hover { color: var(--blue); }
.main-nav .nav-contact { display: none; }
.header-actions { display: flex; align-items: center; gap: 25px; }
.language-toggle { display: inline-flex; align-items: center; gap: 5px; padding: 4px 0; color: var(--muted); border: 0; background: transparent; cursor: pointer; font-size: 11px; letter-spacing: .08em; }
.language-toggle i { color: var(--soft); font-style: normal; }
.language-toggle span { transition: color .2s ease; }
.language-toggle span.is-active { color: var(--ink); font-weight: 700; }
.header-contact { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; }
.header-contact span { color: var(--blue); font-size: 18px; line-height: 1; }
.menu-toggle { display: none; width: 40px; height: 40px; padding: 8px 4px; background: transparent; border: 0; }
.menu-toggle span { display: block; height: 1px; margin: 7px 0; background: var(--ink); }

.hero { min-height: 760px; padding-top: 162px; background: var(--paper); }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(500px, 1fr); min-height: 536px; gap: 76px; align-items: center; }
.hero-copy { padding-bottom: 20px; }
.overline { display: flex; align-items: center; gap: 12px; margin: 0 0 30px; color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .12em; line-height: 1.2; }
.overline span { color: var(--soft); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 560px; margin-bottom: 30px; font-size: 72px; font-weight: 700; line-height: 1.05; letter-spacing: 0; }
h1 em, h2 em { color: var(--blue); font-style: normal; }
body.is-english h1 { font-size: 60px; }
.hero-summary { max-width: 405px; margin-bottom: 36px; color: var(--muted); font-size: 16px; line-height: 1.9; }
.inline-link { display: inline-flex; align-items: center; gap: 14px; color: var(--ink); font-size: 13px; font-weight: 700; }
.inline-link span { color: var(--blue); font-size: 18px; line-height: 1; transition: transform .2s ease; }
.inline-link:hover span { transform: translate(3px, 3px); }
.hero-art { position: relative; min-height: 536px; background: transparent; overflow: hidden; }
.hero-art img { width: 72%; height: 500px; margin: 17px auto 0; object-fit: contain; object-position: center; }
.art-index { position: absolute; right: 25px; bottom: 27px; color: var(--blue); font-size: 13px; font-weight: 700; }
.art-rule { position: absolute; right: 24px; bottom: 23px; width: 76px; height: 1px; background: var(--blue); transform: translateX(-30px); }
.hero-footer { display: flex; align-items: center; justify-content: space-between; height: 62px; border-top: 1px solid var(--line); color: #7f858c; font-size: 10px; letter-spacing: .08em; }
.hero-scroll { display: inline-flex; align-items: center; gap: 13px; }
.hero-scroll i { display: block; width: 35px; height: 1px; background: var(--blue); }

.statement { position: relative; min-height: 590px; overflow: hidden; background: var(--ink); color: var(--white); }
.statement-inner { position: relative; padding-top: 120px; }
.overline-light { color: #8e99a7; }
.overline-light span { color: #4c5665; }
.statement h2 { position: relative; z-index: 1; max-width: 700px; margin-bottom: 35px; font-size: 64px; font-weight: 600; line-height: 1.2; letter-spacing: 0; }
.statement h2 em { color: #8f9fff; }
body.is-english .statement h2 { font-size: 52px; }
.statement-copy { position: relative; z-index: 1; max-width: 370px; color: #a9b0ba; font-size: 15px; line-height: 1.9; }
.statement-word { position: absolute; right: -6px; bottom: -22px; color: #1b2028; font-size: 160px; font-weight: 800; line-height: 1; letter-spacing: 0; white-space: nowrap; }

.section { padding-top: 145px; padding-bottom: 145px; }
.technology { background: var(--paper); }
.section-intro { display: flex; align-items: end; justify-content: space-between; margin-bottom: 72px; }
.section-intro h2 { margin: 0; font-size: 62px; font-weight: 600; line-height: 1.15; letter-spacing: 0; }
.section-intro h2 em { color: var(--blue); }
.technology-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; padding-top: 42px; border-top: 1px solid var(--line); }
.technology-copy p { max-width: 460px; margin-bottom: 31px; color: var(--muted); font-size: 16px; line-height: 1.9; }
.technology-numbers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.number-item { padding-top: 15px; border-top: 2px solid var(--ink); }
.number-item strong { display: block; font-size: 40px; font-weight: 700; line-height: 1; }
.number-item strong span { margin-left: 2px; color: var(--blue); font-size: 16px; }
.number-item small { display: block; margin-top: 12px; color: var(--muted); font-size: 11px; }

.product { padding: 130px 0 150px; background: #e9ecef; }
.product-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 64px; }
.product-head h2 { margin: 0; font-size: 62px; font-weight: 600; line-height: 1.14; }
.product-head h2 em { color: var(--blue); }
.product-showcase { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: 80px; align-items: center; padding-bottom: 115px; border-bottom: 1px solid #cbd1d6; }
.hardware-figure { min-width: 0; margin: 0; }
.product-render-stage { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #e9ecef; }
.product-render { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.media-caption { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 15px; border-top: 1px solid #c5cbd1; color: #7d8790; font-size: 10px; letter-spacing: .1em; }
.showcase-copy { max-width: 420px; }
.showcase-copy h3, .fusion-copy h3 { margin: 0 0 20px; font-size: 38px; font-weight: 600; line-height: 1.2; }
.showcase-copy h3 em, .fusion-copy h3 em { color: var(--blue); font-style: normal; }
.showcase-copy > p:not(.product-kicker), .fusion-copy > p:not(.product-kicker) { margin-bottom: 32px; color: #616a74; font-size: 15px; line-height: 1.9; }
body.is-english .showcase-copy h3 { font-size: 34px; }
.fusion-showcase { display: grid; grid-template-columns: minmax(250px, .62fr) minmax(0, 1.38fr); gap: 70px; align-items: end; padding: 96px 0 104px; }
.fusion-copy { max-width: 360px; }
.fusion-copy h3 { font-size: 42px; }
body.is-english .fusion-copy h3 { font-size: 38px; }
.fusion-meta { display: block; color: #8b959e; font-size: 10px; letter-spacing: .1em; line-height: 1.5; }
.fusion-meta span { margin: 0 7px; color: var(--blue); }
.fusion-media { position: relative; min-width: 0; aspect-ratio: 16 / 9; margin: 0; overflow: hidden; background: var(--ink); }
.fusion-video { display: block; width: 100%; height: 100%; object-fit: cover; }
.video-toggle { position: absolute; right: 18px; bottom: 18px; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255, 255, 255, .55); background: rgba(12, 14, 18, .56); color: var(--white); cursor: pointer; backdrop-filter: blur(8px); }
.video-toggle:hover { border-color: var(--white); background: var(--blue); }
.video-toggle span { font-size: 14px; line-height: 1; }
.product-mode-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding-top: 88px; margin-bottom: 42px; border-top: 1px solid #cbd1d6; }
.mode-label { margin: 0; color: #7f8993; }
.mode-label span { color: #aab2ba; }
.mode-switch { display: inline-flex; align-items: flex-end; border-bottom: 1px solid #c5cbd1; }
.mode-button { position: relative; padding: 12px 0 15px; margin-right: 28px; color: #89919a; border: 0; background: transparent; cursor: pointer; font-size: 13px; }
.mode-button:last-child { margin-right: 0; }
.mode-button::after { content: ''; position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: transparent; }
.mode-button.is-active { color: var(--ink); }
.mode-button.is-active::after { background: var(--blue); }
.product-panel { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(340px, .94fr); gap: 80px; align-items: center; }
.product-image { position: relative; min-height: 500px; background: transparent; }
.coverage-image { width: 100%; height: 490px; padding: 15px 55px 18px; object-fit: contain; transition: opacity .2s ease, transform .35s ease; }
.coverage-image.is-switching { opacity: 0; transform: scale(.97); }
.product-copy { max-width: 440px; }
.product-kicker { margin-bottom: 20px; color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: .13em; }
.product-copy h3 { margin-bottom: 18px; font-size: 30px; font-weight: 600; line-height: 1.3; }
.product-description { margin-bottom: 34px; color: #616a74; font-size: 15px; line-height: 1.9; }
.spec-list { border-top: 1px solid #cbd1d6; }
.spec-row { display: grid; grid-template-columns: 1fr auto; column-gap: 16px; align-items: baseline; padding: 17px 0 16px; border-bottom: 1px solid #cbd1d6; }
.spec-row span { color: #68727d; font-size: 12px; }
.spec-row strong { font-size: 26px; font-weight: 600; line-height: 1; }
.spec-row small { grid-column: 1 / -1; margin-top: 5px; color: #8c959e; font-size: 11px; }
.product-caption { margin: 20px 0 0; color: #757f89; font-size: 12px; line-height: 1.7; }

.capabilities { padding: 130px 0 145px; background: var(--ink); color: var(--white); }
.capabilities-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 72px; }
.capabilities-heading h2 { margin: 0; font-size: 62px; font-weight: 600; line-height: 1.18; }
.capabilities-heading h2 em { color: #8f9fff; }
.capability-list { border-top: 1px solid #343a44; }
.capability-row { display: grid; grid-template-columns: 74px 1fr 1.2fr 34px; gap: 28px; align-items: center; min-height: 105px; border-bottom: 1px solid #343a44; }
.capability-number { color: #8691a1; font-size: 11px; font-weight: 700; }
.capability-row h3 { margin: 0; font-size: 22px; font-weight: 500; }
.capability-row p { max-width: 370px; margin: 0; color: #a6aeba; font-size: 13px; line-height: 1.7; }
.capability-arrow { color: #8f9fff; font-size: 21px; text-align: right; }

.about { display: grid; grid-template-columns: minmax(0, 1fr) minmax(350px, .8fr); gap: 120px; align-items: start; }
.about-title h2 { margin: 0; font-size: 62px; font-weight: 600; line-height: 1.17; }
.about-title h2 em { color: var(--blue); }
.about-content { padding-top: 56px; }
.about-content > p { max-width: 470px; margin-bottom: 50px; color: var(--muted); font-size: 16px; line-height: 2; }
.about-facts { border-top: 1px solid var(--line); }
.about-facts div { display: flex; align-items: baseline; justify-content: space-between; gap: 25px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.about-facts span { color: #8a9199; font-size: 12px; }
.about-facts strong { font-size: 14px; font-weight: 600; text-align: right; }

.closing { padding: 120px 0 128px; background: var(--blue); color: var(--white); }
.closing .overline { color: #c6d0ff; }
.closing .overline span { color: #8495ef; }
.closing h2 { margin: 0 0 33px; font-size: 64px; font-weight: 600; line-height: 1.18; }
.closing h2 em { color: #cbd4ff; }
.closing-link { display: inline-flex; align-items: center; gap: 14px; font-size: 14px; font-weight: 700; }
.closing-link span { font-size: 19px; transition: transform .2s ease; }
.closing-link:hover span { transform: translate(3px, -3px); }
.closing-link:focus-visible { outline-color: var(--white); }
.site-footer { background: var(--ink); color: #939ba7; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; min-height: 86px; font-size: 11px; }
.footer-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--white); font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.footer-mark { display: grid; place-items: center; width: 22px; height: 22px; background: var(--blue); color: var(--white); font-size: 12px; }
.footer-inner p { margin: 0; }
.footer-inner > a { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid #3b424d; color: #aab5ff; font-size: 17px; }

.reveal { opacity: 1; transform: none; transition: opacity .65s ease, transform .65s ease; }
.js .reveal { opacity: 0; transform: translateY(20px); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-small { transition-delay: .08s; }
.reveal-delay { transition-delay: .16s; }
.reveal-delay-large { transition-delay: .24s; }

@media (max-width: 960px) {
  .page-width { width: min(var(--max), calc(100% - 56px)); }
  .hero { padding-top: 130px; }
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-art { min-height: 470px; }
  .hero-art img { height: 430px; margin-top: 22px; }
  h1 { font-size: 64px; }
  body.is-english h1 { font-size: 54px; }
  .statement h2, .section-intro h2, .product-head h2, .capabilities-heading h2, .about-title h2, .closing h2 { font-size: 54px; }
  body.is-english .statement h2 { font-size: 46px; }
  .technology-grid { gap: 45px; }
  .product-showcase { gap: 48px; }
  .showcase-copy h3 { font-size: 34px; }
  body.is-english .showcase-copy h3 { font-size: 31px; }
  .fusion-showcase { gap: 45px; }
  .fusion-copy h3 { font-size: 36px; }
  body.is-english .fusion-copy h3 { font-size: 33px; }
  .product-mode-head { gap: 25px; }
  .product-panel { gap: 48px; }
  .about { gap: 55px; }
}

@media (max-width: 700px) {
  .page-width { width: calc(100% - 40px); }
  .site-header { height: 68px; }
  .brand, .brand-crop { width: 136px; height: 35px; }
  .brand-crop img { width: 136px; transform: translateY(-21px); }
  .main-nav { position: absolute; top: 68px; right: 20px; left: 20px; display: none; flex-direction: column; gap: 0; margin: 0; padding: 7px 18px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 12px 28px rgba(12, 14, 18, .12); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav .nav-contact { display: block; }
  .header-actions { gap: 14px; }
  .language-toggle { display: inline-flex; }
  .header-contact { display: none; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; padding-top: 112px; }
  .hero-inner { gap: 38px; min-height: auto; }
  .overline { margin-bottom: 23px; font-size: 9px; }
  h1 { font-size: 44px; line-height: 1.1; }
  body.is-english h1 { font-size: 36px; }
  .hero-summary { font-size: 15px; line-height: 1.8; }
  .hero-art { min-height: 365px; }
  .hero-art img { width: 78%; height: 340px; margin-top: 21px; }
  .art-index { right: 17px; bottom: 19px; }
  .art-rule { right: 17px; bottom: 15px; }
  .hero-footer { height: 78px; flex-wrap: wrap; gap: 5px 15px; padding: 16px 0; font-size: 8px; }
  .hero-footer span:nth-child(2) { display: none; }
  .hero-scroll { flex: 0 0 100%; }
  .statement { min-height: 505px; }
  .statement-inner { padding-top: 82px; }
  .statement h2, .section-intro h2, .product-head h2, .capabilities-heading h2, .about-title h2, .closing h2 { font-size: 41px; }
  body.is-english .statement h2 { font-size: 34px; }
  .statement-copy { max-width: 290px; font-size: 14px; }
  .statement-word { right: -75px; bottom: -8px; font-size: 82px; }
  .section { padding-top: 90px; padding-bottom: 92px; }
  .section-intro { display: block; margin-bottom: 45px; }
  .technology-grid { display: block; padding-top: 30px; }
  .technology-copy p { font-size: 15px; }
  .technology-numbers { margin-top: 45px; gap: 13px; }
  .number-item strong { font-size: 29px; }
  .number-item strong span { font-size: 11px; }
  .number-item small { font-size: 9px; }
  .product { padding: 89px 0 94px; }
  .product-head { display: block; margin-bottom: 52px; }
  .product-showcase { display: block; padding-bottom: 72px; }
  .product-render-stage { aspect-ratio: 1.22; }
  .media-caption { padding-top: 12px; font-size: 8px; }
  .showcase-copy { max-width: none; margin-top: 40px; }
  .showcase-copy h3, .fusion-copy h3 { font-size: 30px; }
  body.is-english .showcase-copy h3, body.is-english .fusion-copy h3 { font-size: 28px; }
  .fusion-showcase { display: block; padding: 72px 0 78px; }
  .fusion-copy { max-width: none; }
  .fusion-media { margin-top: 38px; aspect-ratio: 16 / 10; }
  .video-toggle { right: 13px; bottom: 13px; width: 38px; height: 38px; }
  .product-mode-head { display: block; padding-top: 70px; margin-bottom: 30px; }
  .product-mode-head .mode-switch { margin-top: 22px; }
  .product-panel { display: block; }
  .product-image { min-height: 350px; }
  .coverage-image { height: 342px; padding: 15px 25px 13px; }
  .product-copy { margin-top: 38px; }
  .product-copy h3 { font-size: 25px; }
  .product-description { font-size: 14px; }
  .spec-row strong { font-size: 23px; }
  .capabilities { padding: 88px 0 94px; }
  .capabilities-heading { display: block; margin-bottom: 46px; }
  .capability-row { grid-template-columns: 36px 1fr 24px; grid-template-rows: auto auto; gap: 8px 14px; min-height: 126px; padding: 18px 0; }
  .capability-number { grid-row: 1 / span 2; align-self: start; }
  .capability-row h3 { font-size: 18px; }
  .capability-row p { grid-column: 2; font-size: 12px; }
  .capability-arrow { grid-column: 3; grid-row: 1; }
  .about { display: block; padding-top: 90px; padding-bottom: 95px; }
  .about-content { padding-top: 35px; }
  .about-content > p { font-size: 15px; line-height: 1.9; }
  .about-facts div { display: block; }
  .about-facts strong { display: block; margin-top: 5px; text-align: left; }
  .closing { padding: 84px 0 94px; }
  .footer-inner { min-height: 103px; flex-wrap: wrap; gap: 13px; padding-top: 20px; padding-bottom: 20px; }
  .footer-inner p { order: 3; flex: 0 0 100%; }
}

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