:root {
  --ink: #101b20;
  --ink-deep: #091115;
  --ink-soft: #17282f;
  --paper: #fff8e8;
  --paper-dim: #cfc9bc;
  --paper-muted: #948f86;
  --verm: #e64a2e;
  --verm-hot: #ff6a3d;
  --jade: #4fb39f;
  --line: rgba(255, 248, 232, .14);
  --dark-line: rgba(16, 27, 32, .16);
  --container: min(1180px, calc(100vw - 48px));
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--paper);
  background: var(--ink-deep);
  font-family: "Be Vietnam Pro", "Noto Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .2;
  z-index: 50;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.07'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { max-width: 100%; }
[hidden] { display: none !important; }
.shell { width: var(--container); margin-inline: auto; }
.mono { font-family: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--verm-hot); font-size: .78rem; font-weight: 800; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; }
.section { position: relative; padding: 120px 0; }
.section-head { display: grid; grid-template-columns: .7fr 1fr; gap: 64px; align-items: end; margin-bottom: 64px; }
.section h2, .page-hero h1 { margin: 16px 0 0; font-size: clamp(2.7rem, 5.4vw, 5.8rem); line-height: .98; letter-spacing: -.06em; text-wrap: balance; }
.section-lead { max-width: 590px; margin: 0; color: var(--paper-dim); font-size: 1.12rem; }

.site-header { position: absolute; z-index: 40; top: 0; left: 0; width: 100%; border-bottom: 1px solid rgba(255, 248, 232, .1); }
.site-header.sticky { position: relative; background: var(--ink-deep); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand-link { display: flex; align-items: center; min-height: 44px; }
.brand-link img { width: 142px; display: block; }
.nav-right, .nav-links, .lang { display: flex; align-items: center; }
.nav-right { gap: 20px; }
.nav-links { gap: 2px; }
.nav-links a, .lang button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 14px; border-radius: 999px; text-decoration: none; color: var(--paper-dim); font-size: .9rem; font-weight: 700; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--paper); background: rgba(255, 255, 255, .06); }
.lang { padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: rgba(9, 17, 21, .55); }
.lang button { min-width: 44px; padding: 0 10px; border: 0; background: transparent; cursor: pointer; }
.lang button.active { color: var(--ink-deep); background: var(--paper); }

.studio-hero, .page-hero { position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(circle at 78% 38%, rgba(230, 74, 46, .18), transparent 27%), radial-gradient(circle at 18% 72%, rgba(31, 122, 107, .11), transparent 29%), linear-gradient(125deg, #0b1418 0%, #132229 57%, #0a1216 100%); }
.studio-hero { min-height: 920px; display: grid; align-items: center; }
.studio-grid { position: relative; width: var(--container); margin: 102px auto 0; display: grid; grid-template-columns: minmax(0, .92fr) minmax(470px, 1.08fr); gap: 56px; align-items: center; }
.hero-copy { position: relative; z-index: 5; padding: 70px 0 90px; }
.hero-copy h1 { max-width: 720px; margin: 24px 0; font-size: clamp(3.9rem, 7.2vw, 7.5rem); line-height: .9; letter-spacing: -.075em; text-wrap: balance; }
.pulse-word { color: var(--verm-hot); }
.hero-intro { max-width: 590px; margin: 0 0 34px; color: var(--paper-dim); font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.cta, .secondary-cta { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 22px; border-radius: 4px; text-decoration: none; font-weight: 800; }
.cta { color: #fff; background: var(--verm); box-shadow: 0 12px 34px rgba(230, 74, 46, .2); transition: transform .25s var(--ease), background .25s; }
.cta::after, .arrow-link::after { content: "↗"; }
.cta:hover, .cta:focus-visible { transform: translateY(-2px); background: var(--verm-hot); }
.secondary-cta { color: var(--paper); border: 1px solid var(--line); }

.wavefield { position: absolute; z-index: -1; inset: 0; opacity: .65; }
.wave-line { position: absolute; left: 0; right: 0; top: calc(47% + var(--offset)); height: 1px; background: linear-gradient(90deg, transparent 0 5%, rgba(255, 248, 232, .09) 5% 67%, transparent 94%); }
.wave-line::after { content: ""; position: absolute; left: 7%; width: 86%; top: -30px; height: 60px; background: repeating-linear-gradient(90deg, transparent 0 13px, rgba(255, 248, 232, .2) 13px 15px, transparent 15px 27px); clip-path: polygon(0 48%,4% 43%,8% 50%,13% 20%,16% 79%,20% 46%,25% 42%,29% 50%,34% 32%,37% 64%,42% 48%,48% 46%,52% 20%,55% 78%,60% 48%,66% 44%,70% 50%,75% 37%,79% 61%,84% 46%,91% 48%,95% 42%,100% 49%,100% 52%,0 52%); }

.release-console { position: relative; min-height: 610px; display: grid; place-items: center; }
.release-orbit { position: absolute; width: 540px; height: 540px; border: 1px solid rgba(255, 248, 232, .11); border-radius: 50%; animation: breathe 5s var(--ease) infinite; }
.release-orbit::before, .release-orbit::after { content: ""; position: absolute; border: 1px solid rgba(230, 74, 46, .18); border-radius: inherit; }
.release-orbit::before { inset: 62px; }
.release-orbit::after { inset: 128px; }
.app-signal { position: relative; z-index: 2; width: min(440px, 90%); padding: 28px; border: 1px solid var(--line); background: rgba(9, 17, 21, .78); backdrop-filter: blur(14px); box-shadow: 0 34px 90px rgba(0, 0, 0, .4); }
.signal-top { display: flex; justify-content: space-between; align-items: center; gap: 16px; color: var(--paper-muted); font-size: .73rem; }
.live-dot { display: inline-flex; align-items: center; gap: 8px; color: var(--jade); }
.live-dot::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 7px rgba(79, 179, 159, .12); }
.app-signal h2 { margin: 50px 0 10px; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1; letter-spacing: -.05em; }
.app-signal p { margin: 0 0 28px; color: var(--paper-dim); }
.signal-track { height: 58px; margin: 22px 0 30px; display: flex; align-items: center; justify-content: space-between; border-block: 1px solid var(--line); }
.signal-track i { width: 2px; height: calc(8px + var(--h) * 1px); background: var(--verm-hot); border-radius: 2px; }
.app-signal .arrow-link { min-height: 48px; display: inline-flex; align-items: center; gap: 12px; color: var(--paper); font-weight: 800; text-underline-offset: 5px; }

.apps-section { background: var(--ink-deep); }
.app-card { position: relative; min-height: 680px; display: grid; grid-template-columns: .8fr 1.2fr; border-block: 1px solid var(--line); overflow: hidden; }
.app-card-copy { padding: 80px max(5vw, calc((100vw - 1180px) / 2)); padding-right: 56px; display: flex; flex-direction: column; justify-content: center; }
.app-index { color: var(--verm-hot); font-size: 4.6rem; font-weight: 900; line-height: 1; letter-spacing: -.08em; }
.app-card h3 { margin: 24px 0 14px; font-size: clamp(2.6rem, 4.5vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.app-card p { max-width: 520px; color: var(--paper-dim); font-size: 1.08rem; }
.app-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 34px; }
.app-tags span { padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--paper-dim); font-size: .84rem; }
.app-card-stage { position: relative; min-height: 680px; display: grid; place-items: center; background: var(--ink-soft); overflow: hidden; }
.app-card-stage::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(255, 248, 232, .1); border-radius: 50%; box-shadow: inset 0 0 0 82px rgba(255,255,255,.018), inset 0 0 0 164px rgba(255,255,255,.012); }
.phone-stack { position: relative; width: 560px; height: 590px; }
.phone { position: absolute; padding: 7px; border: 1px solid rgba(255, 248, 232, .2); border-radius: 27px; background: #071014; box-shadow: 0 30px 75px rgba(0,0,0,.52); overflow: hidden; }
.phone img { width: 100%; height: 100%; display: block; object-fit: cover; border-radius: 20px; }
.phone::before { content: ""; position: absolute; top: 12px; left: 50%; width: 34%; height: 12px; transform: translateX(-50%); background: #071014; border-radius: 99px; z-index: 2; }
.phone.main { width: 270px; height: 566px; left: 150px; top: 10px; z-index: 3; transform: rotate(1.5deg); }
.phone.left { width: 184px; height: 410px; left: 18px; top: 130px; transform: rotate(-8deg); opacity: .66; }
.phone.right { width: 180px; height: 400px; right: 4px; top: 126px; transform: rotate(8deg); opacity: .58; }

.release-list { background: var(--paper); color: var(--ink); }
.release-list .eyebrow { color: var(--verm); }
.release-list .section-lead { color: #516067; }
.timeline { border-top: 1px solid var(--dark-line); }
.timeline-row { min-height: 104px; display: grid; grid-template-columns: 100px 1fr auto; align-items: center; gap: 28px; border-bottom: 1px solid var(--dark-line); }
.timeline-row .rail { height: 2px; background: var(--dark-line); position: relative; }
.timeline-row.live .rail { background: var(--verm); }
.timeline-row.live .rail::after { content: ""; position: absolute; right: 0; top: -5px; width: 12px; height: 12px; background: var(--verm); border-radius: 50%; box-shadow: 0 0 0 8px rgba(230, 74, 46, .12); }
.timeline-row strong { font-size: 1.15rem; }
.timeline-row small { color: #68757a; }
.timeline-row.live small { color: #177161; }

.about-section { background: var(--ink-soft); }
.about-grid { display: grid; grid-template-columns: minmax(260px, .65fr) 1.35fr; gap: 90px; align-items: start; }
.big-89 { font-size: clamp(9rem, 20vw, 18rem); line-height: .74; letter-spacing: -.13em; color: transparent; -webkit-text-stroke: 1px rgba(255, 248, 232, .25); }
.about-copy p { max-width: 720px; color: var(--paper-dim); font-size: 1.13rem; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 48px; border: 1px solid var(--line); background: var(--line); }
.principles div { min-height: 150px; padding: 24px; background: var(--ink-soft); }
.principles small { color: var(--verm-hot); }
.principles strong { display: block; margin-top: 22px; font-size: 1.05rem; }

.finale { padding: 142px 0; text-align: center; background: var(--verm); color: #fff; position: relative; overflow: hidden; }
.finale::before { content: "89"; position: absolute; inset: -25% 0 auto; color: rgba(9, 17, 21, .1); font-size: 38vw; font-weight: 900; line-height: 1; letter-spacing: -.15em; pointer-events: none; }
.finale .shell { position: relative; z-index: 2; }
.finale .eyebrow { color: #fff; }
.finale h2 { max-width: 900px; margin: 22px auto 28px; font-size: clamp(2.7rem, 5.4vw, 5.8rem); line-height: .98; letter-spacing: -.06em; }
.finale p { max-width: 620px; margin: 0 auto 34px; color: rgba(255,255,255,.86); font-size: 1.08rem; }
.finale .cta { color: var(--ink-deep); background: var(--paper); box-shadow: none; }

.page-hero { min-height: 780px; display: grid; align-items: center; }
.page-hero-grid { width: var(--container); margin: 80px auto 0; display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); gap: 50px; align-items: center; }
.back-link { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; color: var(--paper-dim); text-decoration: none; margin-bottom: 18px; }
.page-hero p { max-width: 570px; color: var(--paper-dim); font-size: 1.12rem; }
.page-stage { min-height: 620px; position: relative; display: grid; place-items: center; }
.page-stage .phone.main { position: relative; left: auto; top: auto; width: 286px; height: 600px; }
.page-stage .ring { position: absolute; width: 520px; height: 520px; border: 1px solid var(--line); border-radius: 50%; box-shadow: inset 0 0 0 76px rgba(230,74,46,.035), inset 0 0 0 152px rgba(255,255,255,.018); }
.fact-strip { background: var(--verm); }
.facts { min-height: 96px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.facts div { padding: 20px 26px; border-left: 1px solid rgba(255,255,255,.3); }
.facts div:last-child { border-right: 1px solid rgba(255,255,255,.3); }
.facts strong { display: block; font-size: 1rem; }
.facts small { color: rgba(255,255,255,.76); }

.movements { background: var(--ink-deep); }
.movement { min-height: 610px; display: grid; grid-template-columns: 110px minmax(260px, .85fr) minmax(300px, 1fr); align-items: center; gap: 58px; padding: 64px max(4vw, calc((100vw - 1280px) / 2)); border-top: 1px solid var(--line); overflow: hidden; }
.movement:last-child { border-bottom: 1px solid var(--line); }
.movement:nth-child(2) { background: #0d181d; }
.movement-count { align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; color: var(--paper-muted); }
.movement-count strong { color: var(--verm-hot); font-size: 4.3rem; line-height: 1; letter-spacing: -.08em; }
.movement-copy h3 { margin: 10px 0 20px; font-size: clamp(2rem, 3.3vw, 3.7rem); line-height: 1.04; letter-spacing: -.045em; }
.movement-copy p { color: var(--paper-dim); font-size: 1.06rem; max-width: 470px; }
.ui-focus { position: relative; min-height: 500px; display: grid; place-items: center; }
.ui-focus::before { content: ""; position: absolute; width: 410px; height: 410px; border-radius: 50%; border: 1px solid rgba(255,248,232,.13); box-shadow: inset 0 0 0 65px rgba(255,255,255,.018), inset 0 0 0 130px rgba(255,255,255,.012); }
.ui-focus img { position: relative; z-index: 2; width: 222px; border-radius: 27px; border: 7px solid #070d10; box-shadow: 0 28px 65px rgba(0,0,0,.5); }
.meter { position: absolute; inset: 50% 0 auto; height: 82px; display: flex; align-items: center; justify-content: space-between; transform: translateY(-50%); opacity: .46; }
.meter i { width: 2px; height: calc(8px + var(--h) * 1px); background: var(--verm-hot); border-radius: 2px; }

.privacy { overflow: hidden; background: var(--paper); color: var(--ink); }
.privacy-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(390px, 1.08fr); gap: 100px; align-items: center; }
.privacy .eyebrow { color: var(--verm); }
.privacy p { color: #4c585d; max-width: 620px; font-size: 1.08rem; }
.privacy-list { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--dark-line); }
.privacy-list li { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 22px; border-bottom: 1px solid var(--dark-line); font-weight: 700; }
.privacy-list li::after { content: "●"; color: var(--jade); font-size: .75rem; }
.local-visual { position: relative; aspect-ratio: 1; display: grid; place-items: center; }
.loop-eight { position: absolute; inset: 9%; border: 1px solid rgba(19,37,47,.17); border-radius: 50%; }
.loop-eight::before { content: ""; position: absolute; inset: 18%; border: 28px solid var(--ink); border-radius: 50%; }
.privacy-seal { position: relative; z-index: 2; width: 190px; height: 190px; display: grid; place-items: center; border-radius: 50%; color: var(--paper); background: var(--verm); transform: rotate(-6deg); text-align: center; font-size: 1.05rem; font-weight: 900; line-height: 1.2; box-shadow: 0 22px 55px rgba(230,74,46,.22); }

footer { background: #070d10; }
.footer-grid { min-height: 170px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 32px; align-items: center; color: var(--paper-muted); font-size: .88rem; }
.footer-grid img { width: 120px; opacity: .85; }
.footer-links { justify-self: end; display: flex; gap: 20px; }
.footer-links a { min-height: 44px; display: inline-flex; align-items: center; text-underline-offset: 4px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in, .no-js .reveal { opacity: 1; transform: none; }
@keyframes breathe { 50% { transform: scale(1.035); opacity: .68; } }

@media (max-width: 980px) {
  :root { --container: min(100% - 36px, 780px); }
  .studio-grid, .page-hero-grid { grid-template-columns: 1fr; margin-top: 94px; }
  .studio-hero { min-height: 1180px; }
  .hero-copy { padding-bottom: 0; }
  .release-console, .page-stage { min-height: 610px; }
  .app-card { grid-template-columns: 1fr; }
  .app-card-copy { padding: 72px max(5vw, calc((100vw - 780px) / 2)); }
  .section-head, .about-grid, .privacy-grid { grid-template-columns: 1fr; gap: 42px; }
  .big-89 { display: none; }
  .movement { grid-template-columns: 82px minmax(220px, .8fr) 1fr; gap: 28px; padding-inline: 28px; }
  .facts { grid-template-columns: 1fr 1fr; }
  .facts div:nth-child(3) { border-top: 1px solid rgba(255,255,255,.3); }
  .facts div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.3); }
}

@media (max-width: 720px) {
  :root { --container: calc(100% - 28px); }
  .nav { min-height: 72px; }
  .brand-link img { width: 112px; }
  .nav-links a { padding-inline: 8px; font-size: .8rem; }
  .nav-right { gap: 6px; }
  .studio-hero { min-height: 1050px; }
  .hero-copy { padding-top: 38px; }
  .hero-copy h1 { font-size: clamp(3.2rem, 16vw, 5.2rem); }
  .release-console { min-height: 480px; }
  .release-orbit { width: 390px; height: 390px; }
  .app-signal { padding: 22px; }
  .section { padding: 86px 0; }
  .section-head { margin-bottom: 42px; }
  .app-card-copy { padding: 64px 20px; }
  .app-card-stage { min-height: 540px; }
  .phone-stack { width: 390px; height: 510px; transform: scale(.86); }
  .phone.main { left: 80px; }
  .phone.left { left: -30px; }
  .phone.right { right: -30px; }
  .timeline-row { grid-template-columns: 56px 1fr; gap: 16px; padding: 18px 0; }
  .timeline-row small { grid-column: 2; }
  .principles { grid-template-columns: 1fr; }
  .principles div { min-height: 110px; }
  .page-hero { min-height: 1050px; }
  .page-hero-grid { margin-top: 70px; }
  .page-stage { min-height: 520px; }
  .page-stage .ring { width: 390px; height: 390px; }
  .page-stage .phone.main { width: 240px; height: 504px; }
  .facts { grid-template-columns: 1fr; padding: 8px 0; }
  .facts div { border: 0 !important; border-bottom: 1px solid rgba(255,255,255,.3) !important; }
  .facts div:last-child { border-bottom: 0 !important; }
  .movement { min-height: auto; grid-template-columns: 1fr; padding: 54px 20px 70px; gap: 34px; }
  .movement-count { flex-direction: row; align-items: center; }
  .movement-count strong { font-size: 3.2rem; }
  .ui-focus { min-height: 460px; order: -1; }
  .ui-focus::before { width: 330px; height: 330px; }
  .ui-focus img { width: 205px; }
  .privacy-grid { gap: 20px; }
  .local-visual { max-width: 430px; margin-inline: auto; }
  .footer-grid { grid-template-columns: 1fr; padding: 38px 0; text-align: center; }
  .footer-grid img, .footer-links { justify-self: center; }
  .actions { align-items: stretch; }
  .cta, .secondary-cta { width: 100%; justify-content: space-between; }
}

@media (max-width: 470px) {
  .nav-links { display: none; }
  .phone-stack { transform: scale(.74); }
}

@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; }
}
