@font-face {
  font-family: "Exo 2";
  src: url("assets/fonts/Exo2-Variable.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
}

:root {
  color-scheme: dark;
  --ink: #090a0b;
  --paper: #f5f3ee;
  --white: #ffffff;
  --muted: #a0a5ac;
  --orange: #ff5b38;
  --aqua: #45e0d3;
  --lime: #d7ff2f;
  --blue: #3979e8;
  --page: min(calc(100% - 64px), 1400px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--white);
  font-family: "Exo 2", ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 100;
  transform: translateY(-160%);
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 8px;
  background: #111315;
  padding: 9px 13px;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
  outline: none;
}

.site-header {
  position: fixed;
  top: 18px;
  right: 0;
  left: 0;
  z-index: 50;
  display: flex;
  width: var(--page);
  min-height: 58px;
  margin-inline: auto;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 14px;
  background: rgb(9 10 11 / 72%);
  padding: 10px 14px 10px 18px;
  box-shadow: 0 10px 35px rgb(0 0 0 / 14%);
  backdrop-filter: blur(16px);
  transition: background 220ms ease, transform 220ms ease;
}

.site-header.is-scrolled {
  background: rgb(9 10 11 / 92%);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 15px;
  font-weight: 780;
  letter-spacing: -0.02em;
}

.wordmark-mark {
  position: relative;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 15%);
  border-radius: 8px;
  background: #141619;
}

.wordmark-mark::before,
.wordmark-mark::after,
.wordmark-mark i {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
}

.wordmark-mark::before {
  top: 6px;
  left: 6px;
  background: var(--aqua);
}

.wordmark-mark::after {
  right: 6px;
  bottom: 6px;
  background: var(--orange);
}

.wordmark-mark i {
  top: 6px;
  right: 6px;
  background: var(--lime);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #d5d7da;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-nav > span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--orange);
}

.site-nav p {
  margin: 0;
  color: #7f858c;
}

.site-nav a {
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.wordmark:focus-visible {
  color: var(--orange);
  outline: none;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--ink);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.26;
  background-image: linear-gradient(rgb(255 255 255 / 5%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 5%) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.16;
}

.hero-glow-one {
  top: -170px;
  right: 3%;
  width: 510px;
  height: 510px;
  background: var(--orange);
}

.hero-glow-two {
  bottom: -170px;
  left: 12%;
  width: 430px;
  height: 430px;
  background: #2486ff;
}

.hero-inner {
  position: relative;
  display: grid;
  width: var(--page);
  min-height: calc(100svh - 112px);
  margin-inline: auto;
  align-content: center;
  padding: 150px 0 110px;
}

.eyebrow,
.project-number {
  margin: 0 0 28px;
  color: #8b9097;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero h1,
.work-intro h2,
.project-copy h2,
.closing h2 {
  margin: 0;
  font-weight: 630;
  letter-spacing: -0.075em;
  line-height: 0.88;
}

.hero h1 {
  position: relative;
  z-index: 2;
  max-width: 1040px;
  font-size: clamp(5rem, 11.5vw, 10.8rem);
}

.hero h1 em,
.closing h2 em {
  color: var(--orange);
  font-style: normal;
}

.hero-bottom {
  display: flex;
  position: relative;
  z-index: 3;
  width: min(100%, 700px);
  margin-top: 52px;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.hero-bottom p {
  max-width: 460px;
  margin: 0;
  color: #a6abb1;
  font-size: 17px;
  line-height: 1.65;
}

.hero-link,
.project-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 760;
  transition: gap 180ms ease, color 180ms ease, background 180ms ease;
}

.hero-link {
  height: 44px;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 9px;
  background: rgb(255 255 255 / 5%);
  padding: 0 16px;
}

.hero-link svg,
.project-link svg {
  width: 17px;
  height: 17px;
}

.hero-link:hover,
.hero-link:focus-visible {
  gap: 16px;
  background: rgb(255 255 255 / 9%);
  color: var(--orange);
  outline: none;
}

.hero-orbit {
  position: absolute;
  top: 50%;
  right: -60px;
  width: clamp(340px, 38vw, 580px);
  aspect-ratio: 1;
  transform: translateY(-48%);
}

.orbit-field {
  position: absolute;
  inset: 7%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgb(255 91 56 / 8%), transparent 34%),
    repeating-radial-gradient(circle at 50% 50%, transparent 0 12%, rgb(255 255 255 / 2%) 12.2% 12.5%);
  filter: blur(0.1px);
  animation: field-breathe 7s ease-in-out infinite;
}

.orbit-sweep {
  position: absolute;
  inset: 1%;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0 76%, rgb(255 91 56 / 13%) 88%, transparent 100%);
  mask-image: radial-gradient(circle, transparent 0 55%, black 59% 60%, transparent 64%);
  animation: orbit-spin 11s linear infinite;
}

.orbit-ring {
  position: absolute;
  inset: 0;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 50%;
}

.orbit-ring-one {
  border-color: rgb(255 255 255 / 12%);
  box-shadow: inset 0 0 60px rgb(255 255 255 / 1.5%);
  animation: orbit-spin 28s linear infinite;
}

.orbit-ring-two {
  inset: 17%;
  border-style: dashed;
  border-color: rgb(255 255 255 / 9%);
  animation: orbit-spin-reverse 19s linear infinite;
}

.orbit-route {
  position: absolute;
  border: 1px solid rgb(255 255 255 / 7%);
  border-radius: 50%;
}

.orbit-route-one {
  top: 26%;
  left: 4%;
  width: 92%;
  height: 48%;
  transform: rotate(-16deg);
  animation: route-tilt-one 8s ease-in-out infinite;
}

.orbit-route-two {
  top: 4%;
  left: 28%;
  width: 48%;
  height: 92%;
  transform: rotate(25deg);
  animation: route-tilt-two 9s ease-in-out infinite;
}

.orbit-core {
  position: absolute;
  inset: 33%;
  display: grid;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 50%;
  background: radial-gradient(circle at 36% 30%, #2b3035, #0d0f11 68%);
  box-shadow: 0 0 70px rgb(255 91 56 / 11%), inset 0 1px 0 rgb(255 255 255 / 7%);
  place-items: center;
  animation: core-breathe 6s ease-in-out infinite;
}

.orbit-core-grid {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: linear-gradient(rgb(255 255 255 / 10%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 10%) 1px, transparent 1px);
  background-size: 20% 20%;
  mask-image: radial-gradient(circle, black, transparent 74%);
  animation: orbit-spin 24s linear infinite;
}

.orbit-connections {
  position: absolute;
  inset: 14%;
  width: 72%;
  height: 72%;
  color: rgb(255 255 255 / 22%);
  stroke-dasharray: 4 5;
  animation: connection-flow 4s linear infinite;
}

.orbit-node {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  animation: node-signal 2.7s ease-in-out infinite;
}

.orbit-node-a { top: 27%; left: 24%; background: var(--aqua); box-shadow: 0 0 20px rgb(69 224 211 / 55%); }
.orbit-node-b { top: 24%; right: 23%; background: var(--lime); box-shadow: 0 0 20px rgb(215 255 47 / 45%); animation-delay: 0.8s; }
.orbit-node-c { right: 30%; bottom: 24%; background: var(--orange); box-shadow: 0 0 22px rgb(255 91 56 / 55%); animation-delay: 1.6s; }

.orbit-pulse {
  position: absolute;
  border-radius: 50%;
}

.orbit-pulse::before {
  position: absolute;
  top: -5px;
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
}

.orbit-pulse-one { inset: 0; animation: orbit-spin 15s linear infinite; }
.orbit-pulse-one::before { background: var(--orange); box-shadow: 0 0 0 7px rgb(255 91 56 / 7%), 0 0 30px var(--orange); }
.orbit-pulse-two { inset: 17%; animation: orbit-spin-reverse 10s linear infinite; }
.orbit-pulse-two::before { width: 8px; height: 8px; background: var(--aqua); box-shadow: 0 0 0 6px rgb(69 224 211 / 6%), 0 0 24px var(--aqua); }
.orbit-pulse-three { inset: 27%; animation: orbit-spin 18s -5s linear infinite; }
.orbit-pulse-three::before { width: 7px; height: 7px; background: var(--lime); box-shadow: 0 0 20px var(--lime); }

.orbit-pulse-one::after,
.orbit-pulse-two::after {
  position: absolute;
  top: -1px;
  left: 50%;
  width: 19%;
  height: 1px;
  background: linear-gradient(90deg, currentColor, transparent);
  content: "";
  transform-origin: left center;
  transform: rotate(8deg);
}

.orbit-pulse-one { color: rgb(255 91 56 / 40%); }
.orbit-pulse-two { color: rgb(69 224 211 / 34%); }

.orbit-label {
  text-shadow: 0 0 18px rgb(255 255 255 / 8%);
}

.orbit-label {
  position: absolute;
  color: #696f76;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.orbit-label-one { top: 12%; left: 5%; }
.orbit-label-two { top: 52%; right: -2%; }
.orbit-label-three { bottom: 11%; left: 18%; }

.marquee {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-top: 1px solid rgb(255 255 255 / 8%);
  border-bottom: 1px solid rgb(255 255 255 / 8%);
  background: #0d0f11;
}

.marquee-track {
  display: flex;
  width: var(--page);
  height: 58px;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.marquee-track span {
  color: #6e747b;
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.marquee-track i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange);
}

.work-intro {
  display: grid;
  min-height: 78svh;
  align-content: center;
  background: var(--paper);
  color: var(--ink);
  padding: 130px max(32px, calc((100vw - 1400px) / 2));
}

.work-intro .eyebrow {
  color: #747980;
}

.work-intro h2 {
  max-width: 1120px;
  font-size: clamp(4.4rem, 10vw, 9.2rem);
}

.work-intro-copy {
  max-width: 510px;
  margin: 52px 0 0 auto;
  color: #62676d;
  font-size: 17px;
  line-height: 1.7;
}

.project {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
}

.project-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(380px, 0.84fr) minmax(520px, 1.16fr);
  width: var(--page);
  min-height: 100svh;
  margin-inline: auto;
  align-items: center;
  gap: clamp(50px, 7vw, 120px);
  padding: 120px 0;
}

.project-shell-reverse {
  grid-template-columns: minmax(520px, 1.16fr) minmax(380px, 0.84fr);
}

.project-shell-reverse .project-copy {
  order: 2;
}

.project-copy {
  position: relative;
  z-index: 4;
}

.project-number {
  display: flex;
  align-items: center;
  gap: 12px;
}

.project-number span {
  width: 36px;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}

.project-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 50px;
  font-size: 15px;
  font-weight: 760;
}

.project-brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  border-radius: 10px;
}

.project-copy h2 {
  max-width: 660px;
  font-size: clamp(4rem, 7vw, 7.6rem);
}

.project-copy h2 em {
  color: var(--aqua);
  font-style: normal;
}

.project-copy > p {
  max-width: 520px;
  margin: 40px 0 0;
  color: rgb(224 245 243 / 65%);
  font-size: 17px;
  line-height: 1.68;
}

.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 34px 0 38px;
  padding: 0;
  list-style: none;
}

.feature-list li {
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 999px;
  padding: 7px 11px;
  color: rgb(255 255 255 / 62%);
  font-size: 10px;
  font-weight: 680;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.feature-list li span {
  color: var(--aqua);
}

.project-link {
  width: fit-content;
  min-height: 46px;
  border-radius: 9px;
  padding: 0 17px;
}

.project-link:hover,
.project-link:focus-visible {
  gap: 17px;
  outline: none;
}

.project-link-light {
  background: var(--aqua);
  color: #05211f;
}

.project-link-light:hover,
.project-link-light:focus-visible {
  background: #5becdf;
  color: #05211f;
}

.product-stage {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 700px;
  place-items: center;
}

.project-loggersync {
  background: #07181d;
}

.project-noise {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: radial-gradient(rgb(69 224 211 / 25%) 0.65px, transparent 0.65px);
  background-size: 9px 9px;
  mask-image: radial-gradient(circle at 75% 50%, black, transparent 68%);
}

.logger-halo {
  position: absolute;
  width: 590px;
  height: 590px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(69 224 211 / 18%), rgb(69 224 211 / 5%) 46%, transparent 68%);
}

.logger-signal {
  position: absolute;
  border: 1px solid rgb(69 224 211 / 15%);
  border-radius: 50%;
}

.logger-signal-one {
  width: 610px;
  height: 360px;
  transform: rotate(-18deg);
  animation: signal-pulse 5s ease-in-out infinite;
}

.logger-signal-two {
  width: 460px;
  height: 620px;
  transform: rotate(24deg);
  animation: signal-pulse 5s 1.1s ease-in-out infinite;
}

.android-phone {
  position: relative;
  z-index: 3;
  overflow: hidden;
  border: 8px solid #142d32;
  border-radius: 52px;
  box-shadow: 0 46px 100px rgb(0 0 0 / 38%), inset 0 0 0 1px rgb(255 255 255 / 15%);
}

.android-camera {
  position: absolute;
  top: 11px;
  left: 50%;
  z-index: 8;
  width: 82px;
  height: 23px;
  border-radius: 16px;
  background: #142d32;
  transform: translateX(-50%);
}

.logger-phone {
  width: 350px;
  height: 682px;
  transform: rotate(4deg);
  animation: phone-float 6s ease-in-out infinite;
}

.logger-screen {
  height: 100%;
  background: linear-gradient(180deg, #f9fffe, #edf5f4);
  padding: 47px 19px 20px;
  color: #07181d;
}

.logger-topbar {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #dbe7e6;
  padding-bottom: 17px;
  font-size: 11px;
}

.logger-topbar svg {
  width: 16px;
  height: 16px;
  margin-left: auto;
}

.logger-app-logo {
  display: grid;
  width: 27px;
  height: 27px;
  border-radius: 8px;
  background: #d7fbf8;
  place-items: center;
}

.logger-app-logo img {
  width: 21px;
}

.logger-greeting {
  display: grid;
  gap: 3px;
  margin-top: 21px;
}

.logger-greeting span {
  color: #7d9296;
  font-size: 7px;
  font-weight: 820;
  letter-spacing: 0.12em;
}

.logger-greeting strong {
  font-size: 18px;
  letter-spacing: -0.04em;
}

.logger-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 15px;
}

.logger-summary > div {
  display: grid;
  border: 1px solid #dfe9e8;
  border-radius: 11px;
  background: var(--white);
  padding: 11px;
}

.logger-summary span,
.logger-chart span,
.logger-list-title span {
  color: #73878a;
  font-size: 7px;
  font-weight: 700;
}

.logger-summary strong { font-size: 19px; line-height: 1.25; }
.logger-summary small { color: #7c9295; font-size: 7px; }

.logger-live {
  display: flex;
  margin: 8px 0;
  justify-content: space-between;
  border: 1px solid #b5ece4;
  border-radius: 9px;
  background: #dff9f4;
  padding: 9px 11px;
  color: #13746f;
  font-size: 7px;
}

.logger-live span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 760;
}

.logger-live i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1ac8b8;
  animation: live-pulse 1.6s ease-out infinite;
}

.logger-chart {
  border: 1px solid #dfe9e8;
  border-radius: 11px;
  background: var(--white);
  padding: 12px 12px 0;
}

.logger-chart > div {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.logger-chart > div strong { font-size: 17px; line-height: 1; }
.logger-chart > svg { width: 100%; height: 90px; margin-top: 9px; overflow: visible; }
.logger-chart-fill { fill: url(#loggerChartFill); stroke: none; }
.logger-chart-line { stroke: #22bdb3; stroke-width: 2; vector-effect: non-scaling-stroke; stroke-dasharray: 520; stroke-dashoffset: 520; animation: chart-draw 3s 0.6s ease forwards; }

.logger-stations { margin-top: 14px; }
.logger-list-title { display: flex; margin-bottom: 4px; justify-content: space-between; font-size: 10px; }
.logger-row { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 8px; border-bottom: 1px solid #dfe9e8; padding: 8px 0; }
.logger-row > span:nth-child(2) { display: grid; }
.logger-row strong, .logger-row b { font-size: 8px; }
.logger-row small { color: #7a8e92; font-size: 7px; }

.logger-pin {
  display: grid;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #dbf7f4;
  color: #119d96;
  place-items: center;
}

.logger-pin svg { width: 14px; height: 14px; }

.logger-reading-card {
  position: absolute;
  right: 3%;
  bottom: 16%;
  z-index: 6;
  display: flex;
  width: 205px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgb(194 224 222 / 88%);
  border-radius: 16px;
  background: rgb(250 255 254 / 94%);
  padding: 12px;
  color: #07181d;
  box-shadow: 0 20px 52px rgb(0 15 20 / 30%);
  backdrop-filter: blur(14px);
  animation: card-float 5s 0.7s ease-in-out infinite;
}

.reading-wave {
  display: grid;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #def8f4;
  color: #108f87;
  place-items: center;
}

.reading-wave svg { width: 21px; height: 21px; }
.logger-reading-card > span:last-child { display: grid; }
.logger-reading-card small { color: #71868a; font-size: 7px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.logger-reading-card strong { font-size: 24px; line-height: 1.1; letter-spacing: -0.05em; }
.logger-reading-card strong span { font-size: 11px; }
.logger-reading-card em { color: #7b8d90; font-size: 8px; font-style: normal; }

.project-soon {
  background: var(--lime);
  color: #090a0b;
}

.soon-lines {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image: linear-gradient(rgb(0 0 0 / 20%) 1px, transparent 1px), linear-gradient(90deg, rgb(0 0 0 / 20%) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: radial-gradient(circle at 28% 50%, black, transparent 70%);
}

.project-soon .project-number { color: rgb(0 0 0 / 54%); }
.project-brand-dark img { background: #090a0b; }
.project-soon .project-copy h2 em { color: #090a0b; text-decoration: underline; text-decoration-thickness: 0.08em; text-underline-offset: 0.08em; }
.project-soon .project-copy > p { color: rgb(0 0 0 / 64%); }

.feature-list-dark li { border-color: rgb(0 0 0 / 18%); color: rgb(0 0 0 / 62%); }
.feature-list-dark li span { color: #090a0b; }

.project-link-dark {
  background: #090a0b;
  color: var(--white);
}

.project-link-dark:hover,
.project-link-dark:focus-visible {
  background: #232527;
  color: var(--lime);
}

.soon-stage { min-height: 760px; }

.soon-orbit {
  position: absolute;
  border: 1px solid rgb(0 0 0 / 17%);
  border-radius: 50%;
}

.soon-orbit-one {
  width: 630px;
  height: 360px;
  transform: rotate(19deg);
  animation: orbit-breathe 6s ease-in-out infinite;
}

.soon-orbit-two {
  width: 430px;
  height: 650px;
  transform: rotate(-18deg);
  animation: orbit-breathe 6s 1.3s ease-in-out infinite reverse;
}

.soon-word {
  position: absolute;
  color: rgb(0 0 0 / 7%);
  font-size: clamp(10rem, 17vw, 16rem);
  font-weight: 780;
  letter-spacing: -0.1em;
  line-height: 0.8;
}

.soon-word-one { top: 5%; left: -2%; }
.soon-word-two { right: -1%; bottom: 3%; }

.soon-phone {
  width: 355px;
  height: 704px;
  border-color: #080909;
  background: #080909;
  transform: rotate(-4deg);
  animation: phone-float-soon 6.5s ease-in-out infinite;
}

.android-camera-dark { background: #080909; }

.soon-scene {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #090b09;
  container-type: inline-size;
}

.soon-liquid-art {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
}

.soon-scene-ui {
  position: absolute;
  z-index: 2;
  inset: 0;
  color: var(--lime);
}

.soon-scene-ui-wet {
  z-index: 3;
  color: #090a0b;
  will-change: clip-path;
}

.soon-scene-mode {
  position: absolute;
  top: 64px;
  left: 24px;
  font-size: 4.6cqw;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.soon-scene-time {
  position: absolute;
  top: 47%;
  left: 50%;
  font-size: 23cqw;
  font-variant-numeric: tabular-nums;
  font-weight: 560;
  letter-spacing: -0.07em;
  line-height: 1;
  transform: translate(-50%, -50%);
}

.soon-scene-actions {
  position: absolute;
  right: 20px;
  bottom: 30px;
  left: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.soon-scene-actions span {
  display: grid;
  min-height: 58px;
  place-items: center;
  border: 1.5px solid currentColor;
  border-radius: 17px;
  font-size: 5cqw;
  font-weight: 720;
}

.soon-mode {
  position: absolute;
  bottom: 13%;
  left: 2%;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgb(0 0 0 / 18%);
  border-radius: 999px;
  background: rgb(215 255 47 / 78%);
  padding: 9px 13px;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.soon-mode span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #090a0b;
  animation: live-pulse-dark 1.8s ease-out infinite;
}

.project-wakelens {
  background: #e9f2f8;
  color: #0b1d31;
}

.wake-rays {
  position: absolute;
  inset: -30%;
  opacity: 0.16;
  background: repeating-conic-gradient(from 20deg at 72% 50%, transparent 0 12deg, rgb(57 121 232 / 28%) 12deg 13deg, transparent 13deg 28deg);
  animation: rays-turn 80s linear infinite;
}

.project-wakelens .project-number { color: #6e8293; }
.project-brand-wake img { background: #fff; border: 1px solid #d5e2eb; padding: 2px; }
.project-wakelens .project-copy h2 em { color: var(--blue); }
.project-wakelens .project-copy > p { color: #617789; }

.feature-list-wake li { border-color: rgb(33 73 106 / 15%); color: #6f8393; }
.feature-list-wake li span { color: #1f61cf; }

.project-link-wake {
  background: var(--blue);
  color: var(--white);
}

.project-link-wake:hover,
.project-link-wake:focus-visible {
  background: #2f6dcc;
  color: var(--white);
}

.wake-stage { min-height: 740px; }

.wake-orbit {
  position: absolute;
  border: 1px solid rgb(57 121 232 / 18%);
  border-radius: 50%;
}

.wake-orbit-one {
  width: 620px;
  height: 390px;
  transform: rotate(-17deg);
  animation: orbit-spin 32s linear infinite;
}

.wake-orbit-two {
  width: 450px;
  height: 650px;
  transform: rotate(28deg);
  animation: orbit-spin-reverse 26s linear infinite;
}

.wake-orbit-dot {
  position: absolute;
  top: 11%;
  right: 18%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 8px rgb(57 121 232 / 9%), 0 0 30px rgb(57 121 232 / 38%);
  animation: dot-pulse 2.2s ease-in-out infinite;
}

.wake-phone {
  width: 342px;
  height: 690px;
  border-color: #101c28;
  background: #eef4f8;
  box-shadow: 0 46px 100px rgb(20 35 51 / 24%), inset 0 0 0 1px rgb(255 255 255 / 20%);
  transform: rotate(3.5deg);
  animation: phone-float-wake 6.2s ease-in-out infinite;
}

.wake-camera { background: #101c28; }

.wake-screen {
  display: flex;
  height: 100%;
  flex-direction: column;
  background: #eef4f8;
  color: #142333;
}

.wake-status {
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: space-between;
  padding: 13px 18px 0;
  font-size: 9px;
  font-weight: 750;
}

.wake-content {
  display: flex;
  height: calc(100% - 42px);
  flex-direction: column;
  padding: 18px 18px 16px;
}

.wake-date {
  color: #607485;
  font-size: 7px;
  font-weight: 720;
  letter-spacing: 0.08em;
}

.wake-content > h3 {
  margin: 7px 0 17px;
  font-size: 26px;
  letter-spacing: -0.04em;
}

.next-alarm {
  position: relative;
  min-height: 174px;
  border-radius: 22px;
  background: var(--blue);
  padding: 19px;
  color: var(--white);
  box-shadow: 0 16px 38px rgb(57 121 232 / 20%);
}

.next-alarm > span {
  opacity: 0.72;
  font-size: 7px;
  font-weight: 720;
  letter-spacing: 0.08em;
}

.next-alarm > strong {
  display: block;
  margin-top: 13px;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.next-alarm small,
.alarm-row small {
  font-size: 9px;
  letter-spacing: 0;
}

.target-chip {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 999px;
  background: rgb(255 255 255 / 16%);
  padding: 7px 9px;
  font-size: 7px;
  font-weight: 680;
}

.target-chip svg { width: 13px; height: 13px; }

.alarm-heading {
  display: flex;
  margin: 21px 2px 6px;
  justify-content: space-between;
  font-size: 10px;
}

.alarm-heading span { color: #607485; font-size: 7px; }

.alarm-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #d7e1e8;
  padding: 13px 1px;
}

.alarm-row div { display: flex; flex-direction: column; gap: 3px; }
.alarm-row strong { font-size: 19px; letter-spacing: -0.03em; }
.alarm-row span { color: #607485; font-size: 7px; }

.alarm-row i {
  position: relative;
  width: 28px;
  height: 16px;
  border-radius: 20px;
  background: var(--blue);
}

.alarm-row i::after {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--white);
  content: "";
}

.wake-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin-top: auto;
  align-items: end;
  color: #607485;
  font-size: 7px;
  text-align: center;
}

.wake-nav span { display: flex; flex-direction: column; align-items: center; gap: 2px; }
.wake-nav svg { width: 16px; height: 16px; }

.wake-nav b {
  display: grid;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #142333;
  color: var(--white);
  font-size: 24px;
  font-weight: 350;
  place-items: center;
}

.wake-match {
  position: absolute;
  right: 1%;
  bottom: 15%;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgb(206 219 229 / 92%);
  border-radius: 15px;
  background: rgb(255 255 255 / 88%);
  padding: 12px 15px;
  color: #142333;
  box-shadow: 0 18px 44px rgb(20 35 51 / 14%);
  backdrop-filter: blur(12px);
  animation: card-float 5.3s 1s ease-in-out infinite;
}

.wake-match > svg {
  width: 24px;
  height: 24px;
  color: var(--blue);
}

.wake-match span { display: grid; }
.wake-match strong { font-size: 10px; }
.wake-match small { color: #728494; font-size: 8px; }

.closing {
  position: relative;
  display: grid;
  min-height: 90svh;
  overflow: hidden;
  align-content: center;
  justify-items: center;
  background: var(--ink);
  padding: 140px 30px;
  text-align: center;
}

.closing .eyebrow { position: relative; z-index: 2; }

.closing h2 {
  position: relative;
  z-index: 2;
  font-size: clamp(4.7rem, 11vw, 10.4rem);
}

.closing > p:not(.eyebrow) {
  position: relative;
  z-index: 2;
  margin: 42px 0 0;
  color: #8b9198;
  font-size: 17px;
}

.closing-link {
  position: relative;
  z-index: 2;
  margin-top: 32px;
  color: #dfe1e3;
  font-size: 12px;
  font-weight: 740;
  transition: color 160ms ease;
}

.closing-link span { color: var(--orange); margin-left: 7px; }
.closing-link:hover, .closing-link:focus-visible { color: var(--orange); outline: none; }

.closing-orb {
  position: absolute;
  top: 55%;
  left: 62%;
  width: min(54vw, 680px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
}

.closing-ring,
.closing-sweep,
.closing-track {
  position: absolute;
  display: block;
  border-radius: 50%;
}

.closing-ring { border: 1px solid rgb(255 255 255 / 7%); }

.closing-ring-one {
  inset: 0;
  box-shadow: inset 0 0 90px rgb(255 91 56 / 1.5%);
  animation: orbit-spin 38s linear infinite;
}

.closing-ring-two {
  inset: 17%;
  border-style: dashed;
  border-color: rgb(255 255 255 / 9%);
  animation: orbit-spin-reverse 27s linear infinite;
}

.closing-ring-three {
  inset: 34%;
  border-color: rgb(255 255 255 / 10%);
  animation: orbit-breathe 8s ease-in-out infinite;
}

.closing-sweep {
  inset: 7%;
  background: conic-gradient(from 205deg, transparent 0 68%, rgb(255 91 56 / 24%) 78%, transparent 88%);
  mask-image: radial-gradient(circle, transparent 0 48%, #000 49% 50%, transparent 51%);
  animation: orbit-spin 20s linear infinite;
}

.closing-track i {
  position: absolute;
  top: -5px;
  left: calc(50% - 5px);
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.closing-track-one { inset: 0; animation: orbit-spin 17s linear infinite; }
.closing-track-one i { background: var(--orange); box-shadow: 0 0 0 7px rgb(255 91 56 / 6%), 0 0 28px var(--orange); }
.closing-track-two { inset: 17%; animation: orbit-spin-reverse 13s linear infinite; }
.closing-track-two i { width: 8px; height: 8px; background: var(--aqua); box-shadow: 0 0 22px var(--aqua); }
.closing-track-three { inset: 34%; animation: orbit-spin 19s -6s linear infinite; }
.closing-track-three i { width: 7px; height: 7px; background: var(--lime); box-shadow: 0 0 20px var(--lime); }

.closing-product {
  position: absolute;
  inset: 38%;
  display: grid;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(255 91 56 / 10%), transparent 70%);
  place-items: center;
  animation: product-breathe 6s ease-in-out infinite;
}

.product-layer {
  position: absolute;
  display: block;
  width: 56%;
  height: 56%;
  border: 1px solid rgb(255 255 255 / 13%);
  border-radius: 13px;
  box-shadow: 0 18px 36px rgb(0 0 0 / 24%);
}

.product-layer-back {
  background: rgb(69 224 211 / 14%);
  transform: translate(-13px, 10px) rotate(-9deg);
  animation: product-layer-back 7s ease-in-out infinite;
}

.product-layer-mid {
  background: rgb(215 255 47 / 11%);
  transform: translate(11px, -8px) rotate(8deg);
  animation: product-layer-mid 7s ease-in-out infinite;
}

.product-layer-front {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  padding: 10px;
  background: linear-gradient(145deg, #292e33, #111315 70%);
  box-shadow: 0 20px 42px rgb(0 0 0 / 36%), inset 0 1px 0 rgb(255 255 255 / 8%);
}

.product-layer-front::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  height: 22%;
  border-radius: 3px;
  background: linear-gradient(90deg, rgb(255 91 56 / 58%) 0 48%, rgb(255 255 255 / 7%) 48%);
  content: "";
}

.product-layer-front b {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
}

.product-layer-front b:nth-child(2) { background: var(--aqua); }
.product-layer-front b:nth-child(3) { background: var(--lime); }

.closing-orb-label {
  position: absolute;
  color: #666c73;
  font-size: 8px;
  font-weight: 720;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.closing-label-one { top: 8%; left: 20%; }
.closing-label-two { top: 48%; right: -1%; }
.closing-label-three { bottom: 9%; left: 26%; }

.site-footer {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgb(255 255 255 / 8%);
  background: var(--ink);
  padding: 0 max(32px, calc((100vw - 1400px) / 2));
  color: #71767d;
  font-size: 10px;
  font-weight: 680;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 750ms ease, transform 750ms cubic-bezier(.2,.75,.25,1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes orbit-spin {
  to { transform: rotate(360deg); }
}

@keyframes orbit-spin-reverse {
  to { transform: rotate(-360deg); }
}

@keyframes field-breathe {
  0%, 100% { opacity: 0.58; scale: 0.96; }
  50% { opacity: 1; scale: 1.03; }
}

@keyframes route-tilt-one {
  0%, 100% { transform: rotate(-16deg) scale(0.98); }
  50% { transform: rotate(-10deg) scale(1.02); }
}

@keyframes route-tilt-two {
  0%, 100% { transform: rotate(25deg) scale(0.98); }
  50% { transform: rotate(18deg) scale(1.02); }
}

@keyframes core-breathe {
  0%, 100% { box-shadow: 0 0 46px rgb(255 91 56 / 7%), inset 0 1px 0 rgb(255 255 255 / 7%); scale: 0.97; }
  50% { box-shadow: 0 0 84px rgb(255 91 56 / 15%), inset 0 1px 0 rgb(255 255 255 / 10%); scale: 1.02; }
}

@keyframes connection-flow {
  to { stroke-dashoffset: -18; }
}

@keyframes node-signal {
  0%, 100% { opacity: 0.58; scale: 0.76; }
  50% { opacity: 1; scale: 1.2; }
}

@keyframes product-breathe {
  0%, 100% { filter: drop-shadow(0 0 18px rgb(255 91 56 / 7%)); scale: 0.96; }
  50% { filter: drop-shadow(0 0 38px rgb(255 91 56 / 14%)); scale: 1.04; }
}

@keyframes product-layer-back {
  0%, 100% { transform: translate(-13px, 10px) rotate(-9deg); }
  50% { transform: translate(-17px, 13px) rotate(-12deg); }
}

@keyframes product-layer-mid {
  0%, 100% { transform: translate(11px, -8px) rotate(8deg); }
  50% { transform: translate(15px, -11px) rotate(11deg); }
}

@keyframes signal-pulse {
  0%, 100% { opacity: 0.5; scale: 0.97; }
  50% { opacity: 1; scale: 1.03; }
}

@keyframes orbit-breathe {
  0%, 100% { opacity: 0.55; scale: 0.96; }
  50% { opacity: 1; scale: 1.04; }
}

@keyframes phone-float {
  0%, 100% { transform: translateY(0) rotate(4deg); }
  50% { transform: translateY(-13px) rotate(2.7deg); }
}

@keyframes phone-float-soon {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50% { transform: translateY(-14px) rotate(-2.5deg); }
}

@keyframes phone-float-wake {
  0%, 100% { transform: translateY(0) rotate(3.5deg); }
  50% { transform: translateY(-12px) rotate(2deg); }
}

@keyframes card-float {
  0%, 100% { transform: translateY(0) rotate(1deg); }
  50% { transform: translateY(-9px) rotate(-1deg); }
}

@keyframes live-pulse {
  0% { box-shadow: 0 0 0 0 rgb(26 200 184 / 55%); }
  70%, 100% { box-shadow: 0 0 0 7px rgb(26 200 184 / 0%); }
}

@keyframes live-pulse-dark {
  0% { box-shadow: 0 0 0 0 rgb(9 10 11 / 45%); }
  70%, 100% { box-shadow: 0 0 0 7px rgb(9 10 11 / 0%); }
}

@keyframes chart-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes rays-turn {
  to { transform: rotate(360deg); }
}

@keyframes dot-pulse {
  0%, 100% { scale: 0.8; opacity: 0.55; }
  50% { scale: 1.15; opacity: 1; }
}

@media (max-width: 1100px) {
  :root { --page: min(calc(100% - 44px), 900px); }

  .hero h1 { max-width: 830px; font-size: clamp(5rem, 13vw, 8.8rem); }
  .hero-orbit { right: -170px; opacity: 0.72; }

  .project-shell,
  .project-shell-reverse {
    grid-template-columns: 1fr;
    gap: 54px;
    padding: 130px 0 100px;
  }

  .project-shell-reverse .project-copy { order: 0; }
  .project-copy { max-width: 760px; }
  .project-copy h2 { font-size: clamp(4.4rem, 11vw, 7rem); }
  .product-stage { min-height: 720px; }
}

@media (max-width: 680px) {
  :root { --page: calc(100% - 28px); }

  .site-header {
    top: 10px;
    min-height: 52px;
    border-radius: 12px;
    padding: 8px 11px 8px 14px;
  }

  .site-nav p,
  .site-nav > span {
    display: none;
  }

  .site-nav { font-size: 9px; }
  .wordmark { font-size: 14px; }
  .wordmark-mark { width: 24px; height: 24px; }

  .hero-inner {
    min-height: calc(100svh - 84px);
    padding: 128px 0 112px;
  }

  .hero-grid { background-size: 48px 48px; }
  .hero h1 { font-size: clamp(4.2rem, 21vw, 6.1rem); line-height: 0.87; }
  .hero .eyebrow { max-width: 230px; line-height: 1.6; }
  .hero-bottom { display: grid; gap: 28px; margin-top: 38px; }
  .hero-bottom p { font-size: 15px; }
  .hero-link { width: fit-content; }
  .hero-orbit { top: 44%; right: -180px; width: 360px; opacity: 0.5; }
  .orbit-label { display: none; }
  .marquee-track { height: 46px; gap: 20px; }

  .work-intro {
    min-height: 70svh;
    padding: 100px 20px;
  }

  .work-intro h2 { font-size: clamp(3.7rem, 17vw, 5.6rem); }
  .work-intro-copy { margin-top: 38px; font-size: 15px; }

  .project-shell,
  .project-shell-reverse {
    width: calc(100% - 32px);
    gap: 26px;
    padding: 94px 0 76px;
  }

  .project-number { margin-bottom: 24px; line-height: 1.5; }
  .project-brand { margin-bottom: 36px; }
  .project-copy h2 { font-size: clamp(3.7rem, 17vw, 5.4rem); }
  .project-copy > p { margin-top: 30px; font-size: 15px; }
  .feature-list { gap: 7px; margin: 27px 0 32px; }
  .feature-list li { padding: 6px 9px; font-size: 8px; }

  .product-stage,
  .soon-stage,
  .wake-stage {
    min-height: 600px;
    width: calc(100% + 32px);
    margin-left: -16px;
  }

  .logger-halo { width: 430px; height: 430px; }
  .logger-signal-one { width: 440px; height: 270px; }
  .logger-signal-two { width: 330px; height: 470px; }
  .logger-phone { width: 300px; height: 585px; border-width: 7px; border-radius: 46px; }
  .logger-screen { padding: 42px 16px 16px; }
  .logger-greeting { margin-top: 16px; }
  .logger-summary { margin-top: 12px; }
  .logger-chart > svg { height: 70px; }
  .logger-reading-card { right: -7px; bottom: 10%; width: 176px; transform: scale(0.9); }

  .soon-orbit-one { width: 460px; height: 280px; }
  .soon-orbit-two { width: 320px; height: 510px; }
  .soon-word { font-size: 9rem; }
  .soon-phone { width: 288px; height: 570px; border-width: 7px; border-radius: 46px; }
  .soon-mode { top: 52%; bottom: auto; left: -2px; }

  .wake-orbit-one { width: 450px; height: 290px; }
  .wake-orbit-two { width: 330px; height: 500px; }
  .wake-phone { width: 294px; height: 592px; border-width: 7px; border-radius: 46px; }
  .wake-content { padding: 14px 15px 13px; }
  .wake-content > h3 { margin-bottom: 13px; font-size: 22px; }
  .next-alarm { min-height: 146px; padding: 16px; }
  .next-alarm > strong { font-size: 41px; }
  .alarm-heading { margin-top: 15px; }
  .alarm-row { padding: 9px 1px; }
  .wake-match { right: -5px; bottom: 11%; transform: scale(0.92); }

  .closing { min-height: 78svh; padding: 110px 20px; }
  .closing h2 { font-size: clamp(4rem, 20vw, 6rem); }
  .closing-orb { top: 60%; left: 70%; width: 125vw; opacity: 0.58; }
  .closing-orb-label { display: none; }

  .site-footer {
    min-height: 104px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    padding-inline: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
