:root {
  color-scheme: dark;
  --ink: #071314;
  --ink-soft: #0d1e20;
  --paper: #f1f1e9;
  --paper-deep: #dfe2d6;
  --mint: #b5f34a;
  --cyan: #5ee7dc;
  --line: rgba(240, 247, 239, .14);
  --muted: #a5b5b3;
  --display: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Avenir Next", "Segoe UI Variable", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: #f5f7f1; font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.ambient { position: absolute; z-index: 0; pointer-events: none; filter: blur(80px); opacity: .22; }
.ambient-one { top: 120px; left: -240px; width: 560px; height: 560px; border-radius: 50%; background: var(--cyan); }
.ambient-two { top: 10px; right: -160px; width: 460px; height: 460px; border-radius: 44% 56% 66% 34%; background: var(--mint); opacity: .16; }

.site-header { position: relative; z-index: 20; width: min(1280px, calc(100% - 48px)); height: 84px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 11px; width: fit-content; font-weight: 700; letter-spacing: -.02em; }
.brand img { width: 34px; height: 34px; object-fit: contain; }
.site-header nav { display: flex; gap: 32px; color: #a8b8b5; font-size: 13px; }
.site-header nav a { transition: color .2s ease; }
.site-header nav a:hover { color: #fff; }
.nav-cta { justify-self: end; display: inline-flex; align-items: center; gap: 18px; padding: 11px 16px; border: 1px solid rgba(181, 243, 74, .45); color: var(--mint); font-size: 13px; font-weight: 700; }
.nav-cta span { font-size: 17px; }

.hero { position: relative; z-index: 1; min-height: 760px; display: grid; grid-template-columns: .95fr 1.05fr; gap: 54px; align-items: center; padding: 82px 0 110px; }
.hero-copy { position: relative; z-index: 3; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #c3d1ce; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(181, 243, 74, .12); }
.hero h1 { max-width: 650px; margin: 25px 0 22px; font-family: var(--display); font-size: clamp(54px, 6.3vw, 86px); font-weight: 400; line-height: .98; letter-spacing: -.055em; }
.hero h1 em { display: block; color: var(--mint); font-style: italic; }
.hero-lead { max-width: 600px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.85; }
.hero-downloads { display: flex; gap: 10px; margin-top: 34px; }
.download-button { min-width: 198px; display: flex; align-items: center; gap: 13px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.04); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.download-button.primary { border-color: var(--mint); background: var(--mint); color: #071314; }
.download-button:hover:not(.is-unavailable) { transform: translateY(-2px); border-color: var(--cyan); }
.download-button.is-unavailable { cursor: default; opacity: .48; }
.platform-icon { width: 31px; font-size: 25px; line-height: 1; text-align: center; }
.platform-icon.windows { font-size: 29px; }
.download-button span:last-child { display: grid; gap: 1px; }
.download-button small { font-size: 10px; font-weight: 600; opacity: .66; }
.download-button strong { font-size: 14px; }
.compatibility { max-width: 560px; margin: 19px 0 0; color: #839592; font-size: 12px; line-height: 1.65; }
.compatibility span { margin-right: 6px; color: #dce6e3; font-weight: 700; }

.hero-stage { position: relative; min-height: 610px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(94, 231, 220, .2); border-radius: 50%; }
.orbit-one { width: 610px; height: 610px; }
.orbit-two { width: 450px; height: 450px; border-color: rgba(181, 243, 74, .2); }
.hero-window { position: relative; z-index: 2; width: 420px; transform: rotate(2.5deg); box-shadow: 0 36px 100px rgba(0,0,0,.5); }
.product-window { overflow: hidden; border: 1px solid rgba(255,255,255,.42); border-radius: 20px; background: rgba(235, 236, 230, .98); }
.window-bar { position: relative; z-index: 2; height: 58px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 17px; border-bottom: 1px solid rgba(0,0,0,.08); background: rgba(250,250,247,.96); color: #25302f; }
.traffic { display: flex; gap: 6px; }
.traffic i { width: 8px; height: 8px; border-radius: 50%; background: #ff695f; }
.traffic i:nth-child(2) { background: #f5bd4f; }
.traffic i:nth-child(3) { background: #62c454; }
.window-brand { display: flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 750; }
.window-brand img { width: 20px; height: 20px; object-fit: contain; }
.window-status { justify-self: end; color: #61706d; font-size: 10px; }
.screen-crop { height: 540px; overflow: hidden; background: #efeff0; }
.screen-crop img { width: 100%; height: auto; transform: translateY(-78px); }
.screen-hero { height: 540px; }
.screen-hero img { transform: translateY(-76px); }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.17); background: rgba(9,27,28,.88); box-shadow: 0 14px 42px rgba(0,0,0,.34); backdrop-filter: blur(18px); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 12px; }
.floating-card small { margin-top: 2px; color: #93a7a3; font-size: 10px; }
.card-local { left: -5px; top: 110px; }
.card-scenes { right: -14px; bottom: 114px; }
.card-scenes b { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(181,243,74,.5); border-radius: 50%; color: var(--mint); font-family: var(--display); font-size: 23px; font-weight: 400; }
.signal-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 14px rgba(181,243,74,.65); }
.theme-swatch { position: absolute; z-index: 3; right: 10px; top: 65px; width: 118px; padding: 7px; border: 1px solid rgba(255,255,255,.24); background: rgba(246,246,240,.9); color: #1b2928; transform: rotate(-6deg); box-shadow: 0 15px 40px rgba(0,0,0,.25); }
.theme-swatch img { aspect-ratio: 16/9; object-fit: cover; }
.theme-swatch span { display: block; padding: 7px 2px 2px; font-size: 10px; font-weight: 750; }

.proof { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof > div { padding: 28px 24px; border-right: 1px solid var(--line); }
.proof > div:first-child { padding-left: 0; }
.proof > div:last-child { border-right: 0; }
.proof strong { display: block; color: #f3f7ee; font-family: var(--display); font-size: 32px; font-weight: 400; }
.proof span { display: block; margin-top: 5px; color: #879996; font-size: 11px; }

.advantages { padding: 130px 0 150px; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.section-index { display: block; margin-bottom: 18px; color: var(--cyan); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.section-heading h2 { max-width: 690px; margin: 0; font-family: var(--display); font-size: clamp(42px, 5vw, 66px); font-weight: 400; line-height: 1.05; letter-spacing: -.04em; }
.section-heading p { margin: 0 0 6px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.bento-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.feature { position: relative; min-height: 390px; padding: 34px; overflow: hidden; border: 1px solid rgba(16,34,35,.13); background: var(--paper); color: #152322; }
.feature-wide { grid-column: 1 / -1; min-height: 510px; display: grid; grid-template-columns: .76fr 1.24fr; gap: 50px; align-items: center; }
.feature-dark { background: #0e2324; color: #eff4ed; border-color: rgba(255,255,255,.1); }
.feature-number { position: absolute; top: 28px; right: 30px; color: #79908d; font-family: var(--display); font-size: 13px; font-style: italic; }
.feature h3 { max-width: 460px; margin: 20px 0 12px; font-family: var(--display); font-size: 34px; font-weight: 400; line-height: 1.1; letter-spacing: -.025em; }
.feature p { max-width: 500px; margin: 0; color: #61706d; font-size: 14px; line-height: 1.8; }
.feature-dark p { color: #9bb0ad; }
.feature-copy { padding-left: 14px; }
.feature-copy .feature-number { position: static; display: block; margin-bottom: 70px; color: #61706d; }
.feature-copy h3 { font-size: 44px; }
.split-preview { position: relative; height: 410px; overflow: hidden; background: #101c1d; }
.split-preview img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.split-preview img:last-of-type { clip-path: polygon(53% 0, 100% 0, 100% 100%, 47% 100%); }
.split-preview > i { position: absolute; z-index: 2; top: -5%; left: 50%; width: 2px; height: 110%; background: rgba(255,255,255,.92); transform: rotate(4deg); }
.scene-tag { position: absolute; z-index: 3; bottom: 18px; padding: 8px 11px; background: rgba(5,19,20,.78); color: #fff; font-size: 10px; font-weight: 750; backdrop-filter: blur(8px); }
.scene-a { left: 18px; }
.scene-b { right: 18px; }
.local-graphic { height: 190px; display: grid; place-items: center; }
.local-graphic i { position: absolute; width: 165px; height: 165px; border: 1px solid rgba(94,231,220,.18); border-radius: 50%; }
.local-graphic i:nth-child(2) { width: 120px; height: 120px; border-color: rgba(181,243,74,.25); }
.local-graphic i:nth-child(3) { width: 78px; height: 78px; border-color: rgba(94,231,220,.46); }
.local-graphic b { z-index: 1; color: var(--mint); font-size: 10px; letter-spacing: .16em; }
.timeline { position: relative; height: 180px; display: flex; align-items: center; justify-content: space-between; padding: 0 36px; }
.timeline::before { content: ""; position: absolute; left: 38px; right: 38px; height: 1px; background: #a7b3aa; }
.timeline i { position: relative; z-index: 1; width: 10px; height: 10px; border-radius: 50%; background: #73837f; }
.timeline i:nth-child(3) { width: 18px; height: 18px; background: var(--ink); box-shadow: 0 0 0 7px rgba(94,231,220,.28); }
.timeline span { position: absolute; top: 31px; left: 50%; transform: translateX(-50%); color: #314441; font-family: var(--display); font-size: 28px; }
.restore-graphic { height: 180px; display: grid; place-items: center; color: #1f3a38; font-family: var(--display); font-size: 126px; line-height: 1; }

.gallery-section { padding: 130px 0 145px; overflow: hidden; background: var(--paper); color: #142321; }
.section-heading.light .section-index { color: #18766f; }
.section-heading.light p { color: #61706d; }
.gallery-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: end; }
.app-shot { min-width: 0; }
.shot-caption { display: flex; gap: 14px; align-items: flex-start; min-height: 82px; padding: 0 5px; }
.shot-caption > span { margin-top: 5px; color: #6d7c79; font-family: var(--display); font-size: 13px; font-style: italic; }
.shot-caption h3 { margin: 0; font-family: var(--display); font-size: 25px; font-weight: 400; }
.shot-caption p { margin: 5px 0 0; color: #72817e; font-size: 11px; }
.app-shot .product-window { border-color: rgba(8,25,25,.16); border-radius: 18px; box-shadow: 0 22px 55px rgba(13,31,31,.13); }
.app-shot .window-bar { height: 52px; }
.app-shot .screen-crop { height: 500px; }
.shot-editor { transform: translateY(-24px); }

.download-section { padding: 130px 0; }
.download-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; gap: 82px; padding: 70px; border: 1px solid rgba(255,255,255,.13); background: #0d2223; }
.download-panel::after { content: ""; position: absolute; left: -80px; bottom: -230px; width: 470px; height: 470px; border: 1px solid rgba(94,231,220,.16); border-radius: 50%; box-shadow: 0 0 0 54px rgba(94,231,220,.025), 0 0 0 108px rgba(94,231,220,.018); }
.download-copy { position: relative; z-index: 1; }
.download-copy h2 { margin: 0 0 22px; font-family: var(--display); font-size: clamp(40px, 4.5vw, 58px); font-weight: 400; line-height: 1.06; letter-spacing: -.04em; }
.download-copy > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.release-total { display: flex; align-items: center; gap: 10px; margin-top: 36px; color: #8ea29f; font-size: 12px; }
.release-total strong { color: #fff; }
.platform-list { position: relative; z-index: 2; display: grid; gap: 12px; }
.platform-card { padding: 25px; border: 1px solid rgba(255,255,255,.12); background: rgba(4,17,18,.42); }
.platform-head { display: flex; align-items: center; gap: 17px; }
.large-platform-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(181,243,74,.35); color: var(--mint); font-size: 31px; }
.large-platform-icon.windows { font-size: 35px; }
.platform-head h3 { margin: 0; font-family: var(--display); font-size: 26px; font-weight: 400; }
.platform-head p { margin: 4px 0 0; color: #839894; font-size: 11px; }
.release-meta { min-height: 34px; margin: 22px 0 13px; color: #81928f; font-size: 11px; }
.platform-action { display: flex; justify-content: space-between; align-items: center; padding: 13px 15px; background: var(--mint); color: #0b1717; font-size: 13px; font-weight: 750; transition: background .2s ease; }
.platform-action:hover:not(.is-unavailable) { background: var(--cyan); }
.platform-action.is-unavailable { background: rgba(255,255,255,.06); color: #6f817e; cursor: default; }
.platform-action b { font-size: 17px; }

.site-footer { min-height: 150px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 28px; align-items: center; border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand img { width: 35px; height: 35px; object-fit: contain; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { font-size: 13px; }
.footer-brand span { margin-top: 3px; color: #718481; font-family: var(--display); font-size: 11px; font-style: italic; }
.site-footer p { margin: 0; color: #718481; font-size: 10px; text-align: center; }
.site-footer > a { justify-self: end; color: #a6b7b4; font-size: 11px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.shot-editor.reveal { transform: translateY(0); }
.shot-editor.reveal.is-visible { transform: translateY(-24px); }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; padding-top: 70px; }
  .hero-copy { text-align: center; }
  .eyebrow, .hero-downloads { justify-content: center; }
  .hero h1, .hero-lead, .compatibility { margin-inline: auto; }
  .hero-stage { margin-top: -20px; }
  .feature-wide { grid-template-columns: 1fr; }
  .feature-copy .feature-number { margin-bottom: 30px; }
  .gallery-track { grid-template-columns: repeat(3, 340px); overflow-x: auto; padding-bottom: 24px; scroll-snap-type: x mandatory; }
  .app-shot { scroll-snap-align: start; }
  .download-panel { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 760px) {
  .section-shell, .site-header { width: min(100% - 28px, 1180px); }
  .site-header { height: 70px; grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .brand span { font-size: 13px; }
  .nav-cta { padding: 9px 11px; }
  .hero { min-height: auto; gap: 20px; padding: 60px 0 80px; }
  .hero h1 { font-size: clamp(48px, 15vw, 70px); }
  .hero-lead { font-size: 15px; }
  .hero-downloads { flex-direction: column; align-items: stretch; }
  .download-button { width: 100%; }
  .hero-stage { min-height: 530px; }
  .hero-window { width: min(360px, calc(100vw - 46px)); }
  .orbit-one { width: 470px; height: 470px; }
  .orbit-two { width: 350px; height: 350px; }
  .theme-swatch { right: -4px; top: 44px; }
  .card-local { left: -2px; top: 125px; }
  .card-scenes { right: -2px; bottom: 68px; }
  .proof { grid-template-columns: repeat(2, 1fr); }
  .proof > div { border-bottom: 1px solid var(--line); }
  .proof > div:nth-child(2) { border-right: 0; }
  .proof > div:first-child { padding-left: 18px; }
  .advantages, .gallery-section, .download-section { padding: 90px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; margin-bottom: 38px; }
  .section-heading h2 { font-size: 43px; }
  .bento-grid { grid-template-columns: 1fr; }
  .feature-wide { grid-column: auto; }
  .feature { min-height: 350px; padding: 25px; }
  .feature-copy { padding: 0; }
  .feature-copy h3 { font-size: 37px; }
  .split-preview { height: 300px; }
  .download-panel { padding: 30px 20px; }
  .download-copy h2 { font-size: 41px; }
  .site-footer { grid-template-columns: 1fr; gap: 24px; padding: 35px 0; text-align: center; }
  .footer-brand { justify-content: center; }
  .site-footer > a { justify-self: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .shot-editor.reveal, .shot-editor.reveal.is-visible { transform: none; }
}
