:root {
  color-scheme: light;
  --black: #060606;
  --white: #f7f7f4;
  --yellow: #ffca0a;
  --blue: #879cff;
  --line-dark: rgba(255,255,255,.18);
  --line-light: rgba(0,0,0,.18);
  font-family: Arial, Helvetica, sans-serif;
  color: var(--black);
  background: var(--white);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--white); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; color: var(--black); background: var(--yellow); font-weight: 800; }
.skip-link:focus { top: 16px; }
.header {
  position: relative; z-index: 20; min-height: 76px;
  padding: env(safe-area-inset-top) clamp(18px, 3vw, 48px) 0;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  color: white; background: var(--black); border-bottom: 1px solid var(--line-dark);
}
.logo { display: inline-flex; width: max-content; align-items: center; gap: 10px; font-size: 16px; font-weight: 900; letter-spacing: -.04em; }
.logo span { display: grid; place-items: center; width: 30px; height: 30px; border: 2px solid currentColor; font-size: 9px; letter-spacing: -.08em; }
.header nav { display: flex; gap: 32px; }
.header nav a, .footer nav a { font-size: 12px; font-weight: 800; }
.header nav a:hover, .footer nav a:hover { text-decoration: underline; text-underline-offset: 4px; }
.button {
  min-height: 52px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: space-between; gap: 34px;
  border: 2px solid currentColor; font-size: 13px; font-weight: 900; text-transform: uppercase;
  transition: color .18s ease, background-color .18s ease, transform .18s ease;
}
.button:hover { transform: translateY(-3px); }
.button--small { justify-self: end; min-height: 42px; padding-inline: 15px; gap: 18px; color: var(--black); background: var(--white); border-color: var(--white); font-size: 11px; }
.button--yellow { color: var(--black); background: var(--yellow); border-color: var(--yellow); }
.button--white { color: var(--black); background: var(--white); border-color: var(--white); }
.text-link { display: inline-flex; gap: 16px; padding-bottom: 6px; border-bottom: 2px solid currentColor; font-size: 13px; font-weight: 900; text-transform: uppercase; }
.label { margin: 0; font-size: 10px; line-height: 1.2; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hero { min-height: 100vh; padding: 40px clamp(18px, 3vw, 48px) clamp(72px, 8vw, 130px); color: white; background: var(--black); }
.hero__top { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.release { margin: 0; display: flex; align-items: center; gap: 9px; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.release i { width: 9px; height: 9px; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,202,10,.15); }
.hero h1, .mega-row h2, .company h2, .launch h2 { margin: 0; font-size: clamp(78px, 17vw, 310px); line-height: .78; letter-spacing: -.085em; font-weight: 950; }
.hero h1 { margin: clamp(68px, 10vw, 145px) 0 clamp(34px, 5vw, 72px); white-space: nowrap; }
.hero__screen { position: relative; overflow: hidden; height: clamp(360px, 61vw, 820px); border: 1px solid #30364d; background: #0a1021; }
.hero__screen img { width: 100%; height: 100%; object-fit: cover; object-position: top left; transform-origin: 46% 18%; }
.screen-tag { position: absolute; right: 18px; top: 18px; padding: 10px 12px; color: var(--black); background: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hero__copy { padding-top: clamp(44px, 6vw, 90px); display: grid; grid-template-columns: 1.4fr .6fr; gap: clamp(40px, 8vw, 140px); align-items: end; }
.hero__copy h2 { margin: 0; max-width: 920px; font-size: clamp(52px, 8.7vw, 146px); line-height: .84; letter-spacing: -.075em; }
.hero__copy > div { max-width: 470px; }
.hero__copy p { margin: 0 0 34px; font-size: clamp(15px, 1.3vw, 20px); line-height: 1.5; }
.ticker { overflow: hidden; padding: 17px 0 15px; color: var(--black); background: var(--yellow); white-space: nowrap; font-size: 13px; font-weight: 900; letter-spacing: .04em; }
.ticker div { width: max-content; animation: ticker 16s linear infinite; }
.feature { padding: clamp(90px, 10vw, 170px) clamp(18px, 3vw, 48px); overflow: hidden; }
.feature--build { background: var(--white); }
.feature--listen { color: var(--black); background: var(--blue); }
.feature--export { color: white; background: var(--black); }
.mega-row { display: flex; align-items: flex-start; gap: 16px; border-bottom: 2px solid currentColor; }
.mega-row span { padding-top: .6vw; font-size: 11px; font-weight: 900; }
.mega-row h2 { font-size: clamp(92px, 20vw, 340px); }
.feature__grid { margin-top: clamp(55px, 8vw, 120px); display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(45px, 7vw, 120px); align-items: center; }
.feature__grid--reverse { grid-template-columns: .78fr 1.22fr; }
.feature__copy { max-width: 680px; }
.feature__copy h3 { margin: 28px 0 30px; font-size: clamp(45px, 6.2vw, 105px); line-height: .88; letter-spacing: -.07em; }
.feature__copy > p:not(.label) { max-width: 530px; margin: 0; font-size: clamp(15px, 1.25vw, 19px); line-height: 1.55; }
.feature__copy .technical { margin-top: 38px !important; padding-top: 18px; border-top: 1px solid currentColor; font-size: 11px !important; opacity: .75; }
.closeup { position: relative; overflow: hidden; border: 1px solid #2c3348; background: #0b1122; box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.closeup--wide { height: clamp(220px, 27vw, 440px); }
.closeup--wide img { width: 108%; max-width: none; height: auto; }
.closeup--controls { justify-self: center; width: min(390px, 78%); border-radius: 20px; }
.closeup--controls img { width: 100%; }
.workspace { margin-top: clamp(55px, 8vw, 120px); overflow: hidden; height: clamp(250px, 37vw, 620px); border: 1px solid #2c3348; background: #0b1122; }
.workspace img { width: 100%; height: 100%; object-fit: cover; object-position: top; transform-origin: 50% 25%; }
.export-note { padding-top: 35px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.export-note p { margin: 0; font-size: clamp(20px, 3vw, 46px); font-weight: 900; letter-spacing: -.04em; }
.company { padding: clamp(100px, 12vw, 200px) clamp(18px, 3vw, 48px); background: var(--white); }
.company__grid { margin-top: 62px; display: grid; grid-template-columns: 1.5fr .5fr; gap: clamp(50px, 8vw, 140px); align-items: end; }
.company h2 { font-size: clamp(62px, 12vw, 205px); }
.company__grid p { margin: 0; max-width: 470px; font-size: clamp(15px, 1.3vw, 20px); line-height: 1.55; }
.launch { padding: clamp(90px, 10vw, 170px) clamp(18px, 3vw, 48px); display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; color: white; background: #d93920; }
.launch h2 { margin-top: 40px; font-size: clamp(74px, 14vw, 240px); }
.launch .button { flex: 0 0 auto; margin-bottom: 8px; }
.footer { min-height: 140px; padding: 35px clamp(18px, 3vw, 48px) max(35px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 30px; color: white; background: var(--black); border-top: 1px solid var(--line-dark); }
.footer nav { display: flex; gap: 28px; }
.footer p { justify-self: end; margin: 0; font-size: 11px; color: #9b9b9b; }
.reveal { opacity: 1; transform: none; }
.zoom-loop.is-visible img { animation: zoom 4.8s ease-in-out infinite alternate; }
.slide-loop.is-visible img { animation: slide 4.2s ease-in-out infinite alternate; }
.float-loop.is-visible { animation: float 3.2s ease-in-out infinite alternate; }
.legal-page { color: var(--black); background: var(--white); }
.legal-page .header { color: var(--black); background: var(--white); border-color: var(--line-light); }
.legal { width: min(900px, calc(100% - 40px)); margin: 0 auto; padding: 100px 0 140px; }
.legal .label { margin-bottom: 34px; }
.legal h1 { margin: 0 0 28px; font-size: clamp(54px, 10vw, 120px); line-height: .85; letter-spacing: -.075em; }
.legal__intro { max-width: 680px; margin: 0 0 65px; font-size: 20px; line-height: 1.5; }
.legal section { padding: 34px 0; display: grid; grid-template-columns: 220px 1fr; gap: 40px; border-top: 1px solid var(--line-light); }
.legal h2 { margin: 0; font-size: 17px; }
.legal section p { margin: 0; color: #444; font-size: 15px; line-height: 1.65; }
.legal__note { margin-top: 45px; padding: 20px; border: 1px solid var(--line-light); font-size: 12px; line-height: 1.5; }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes zoom { from { transform: scale(1); } to { transform: scale(1.026); } }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-3%); } }
@keyframes float { from { transform: translateY(-6px); } to { transform: translateY(8px); } }
@media (max-width: 800px) {
  .header { min-height: 66px; grid-template-columns: 1fr auto; }
  .header nav { display: none; }
  .button--small { min-height: 38px; padding-inline: 11px; gap: 9px; font-size: 9px; }
  .hero { min-height: auto; padding-top: 27px; }
  .hero h1 { margin-top: 72px; font-size: min(18vw, 130px); }
  .hero__screen { height: 56vw; min-height: 250px; }
  .hero__screen img { width: 145%; max-width: none; object-fit: cover; }
  .hero__copy, .feature__grid, .feature__grid--reverse, .company__grid { grid-template-columns: 1fr; }
  .hero__copy { gap: 34px; }
  .hero__copy h2 { font-size: clamp(49px, 15vw, 90px); }
  .feature__grid { gap: 55px; }
  .feature__grid--reverse .closeup { order: 2; }
  .feature__grid--reverse .feature__copy { order: 1; }
  .closeup--wide { height: 48vw; min-height: 190px; }
  .closeup--wide img { width: 165%; }
  .closeup--controls { width: min(330px, 82%); }
  .workspace { height: 53vw; min-height: 220px; }
  .workspace img { width: 150%; max-width: none; object-position: top left; }
  .export-note, .launch { align-items: flex-start; flex-direction: column; }
  .company__grid { gap: 48px; }
  .launch .button { margin-top: 20px; }
  .footer { grid-template-columns: 1fr; align-items: start; }
  .footer nav { flex-wrap: wrap; }
  .footer p { justify-self: start; }
  .legal { padding-top: 75px; }
  .legal section { grid-template-columns: 1fr; gap: 14px; }
}
@media (max-width: 430px) {
  .logo { gap: 7px; font-size: 14px; }
  .logo span { width: 27px; height: 27px; font-size: 8px; }
  .hero__top { align-items: flex-start; }
  .hero__top .label { max-width: 120px; }
  .hero h1 { letter-spacing: -.09em; }
  .screen-tag { right: 10px; top: 10px; padding: 7px; font-size: 7px; }
  .mega-row h2 { font-size: 27vw; }
  .feature__copy h3 { font-size: 13vw; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
