@font-face {
  font-family: Archivo;
  src: url("/assets/Archivo-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Archivo;
  src: url("/assets/Archivo-SemiBold.ttf") format("truetype");
  font-weight: 600 900;
  font-display: swap;
}
@font-face {
  font-family: Oswald;
  src: url("/assets/Oswald-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Lora;
  src: url("/assets/Lora-Regular.ttf") format("truetype");
  font-display: swap;
}
:root {
  color-scheme: dark;
  --bg: #111114;
  --surface: #19191e;
  --line: #303036;
  --text: #f5f3ed;
  --muted: #aaa9b3;
  --purple: #b095ff;
  --mint: #c5eccb;
  font-family: Archivo, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--purple);
  outline-offset: 6px;
}
::selection {
  background: var(--purple);
  color: var(--bg);
}
.wrap {
  max-width: 1360px;
  width: calc(100% - 112px);
  margin-inline: auto;
}
.site-header {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 27px;
}
.brand-symbol {
  font-size: 47px;
  font-weight: 700;
  letter-spacing: -5px;
  line-height: 1;
}
.brand-symbol > span {
  font-size: 13px;
  letter-spacing: 0;
  vertical-align: top;
  display: inline-block;
  margin: 3px 0 0 6px;
}
.brand-sub {
  font-size: 8px;
  letter-spacing: 1.3px;
  line-height: 1.8;
  color: #b7b5bf;
}
.site-header nav {
  display: flex;
  gap: 35px;
  font-size: 13px;
  align-items: center;
}
.site-header nav a {
  padding: 12px 0;
  color: #b7b5bf;
}
.site-header nav a:hover,
.site-header nav a[aria-current] {
  color: var(--text);
}
.site-header nav a[aria-current]::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--purple);
  margin: 6px auto -10px;
}
.site-header nav a:last-child {
  border: 1px solid #47464f;
  border-radius: 30px;
  padding: 12px 19px;
  color: var(--text);
}
.site-header nav a:last-child span {
  margin-left: 15px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 1.8px;
  font-weight: 600;
  line-height: 1.8;
}
.signal {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--purple);
  margin-right: 8px;
  box-shadow: 0 0 0 4px #b095ff12;
}
.serif {
  font-family: Lora, Georgia, serif;
  font-weight: 400;
  font-style: italic;
}
.purple {
  color: var(--purple);
}
.mint {
  color: var(--mint);
}
h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}
h1 {
  font-size: clamp(48px, 5.4vw, 80px);
  font-weight: 600;
  letter-spacing: -4.5px;
  line-height: 1.05;
  margin-bottom: 27px;
}
h2 {
  font-size: clamp(30px, 3.4vw, 47px);
  line-height: 1.15;
  letter-spacing: -1.8px;
  font-weight: 600;
}
p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 15px;
}
.hero {
  min-height: 660px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  position: relative;
  padding-top: 72px;
  padding-bottom: 78px;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.hero .eyebrow {
  margin-bottom: 26px;
}
.hero h1 {
  font-size: clamp(46px, 5.1vw, 74px);
  white-space: nowrap;
}
.hero-copy > p {
  font-size: 16px;
}
.hero-actions {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-top: 32px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 17px 22px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  transition:
    transform 0.2s,
    background 0.2s;
}
.button:hover {
  transform: translateY(-3px);
}
.primary {
  background: var(--purple);
  color: #191421;
}
.text-link {
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 18px;
}
.text-link:hover {
  color: var(--purple);
}
.hero-caption {
  display: flex;
  gap: 36px;
  margin-top: 53px;
  font-size: 9px;
  letter-spacing: 1.2px;
  color: #91909b;
}
.hero-art {
  height: 500px;
  position: relative;
  margin-left: 25px;
  isolation: isolate;
}
.hero-art::before {
  content: "";
  position: absolute;
  width: 390px;
  height: 360px;
  background: radial-gradient(ellipse, #7756ad44, transparent 70%);
  left: 20px;
  top: 70px;
  z-index: -1;
}
.orbit {
  position: absolute;
  border: 1px solid #38313f;
  border-radius: 50%;
  width: 440px;
  height: 440px;
  top: 30px;
  left: 10px;
  transform: rotate(-25deg) scaleX(0.8);
}
.orbit-two {
  transform: rotate(25deg) scaleX(0.8);
  border-style: dashed;
  opacity: 0.5;
}
.floating-label {
  position: absolute;
  border: 1px solid #44404c;
  background: #202025;
  border-radius: 7px;
  font-size: 10px;
  padding: 12px 15px;
  box-shadow: 0 8px 30px #0004;
  z-index: 5;
}
.label-top {
  top: 15px;
  left: 15px;
  transform: rotate(-5deg);
}
.tiny-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--mint);
  border-radius: 50%;
  margin-right: 7px;
}
.label-bottom {
  bottom: 22px;
  right: 14px;
  transform: rotate(5deg);
}
.label-bottom span {
  color: var(--purple);
  margin-left: 20px;
  font-size: 18px;
}
.art-star {
  position: absolute;
  right: 6px;
  top: 62px;
  font-size: 78px;
  color: var(--purple);
  line-height: 1;
  transform: rotate(15deg);
}
.hero-monitor {
  position: absolute !important;
  width: 500px !important;
  left: -5px;
  top: 112px;
  transform: rotate(-7deg);
  z-index: 1;
}
.hero-phone {
  position: absolute !important;
  right: -7px;
  top: 79px;
  transform: rotate(11deg) scale(0.67);
  transform-origin: top right;
  z-index: 3;
}
.studio-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.studio-strip .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 31px 0;
}
.studio-strip span:first-child {
  font-size: 9px;
  color: #aaa7b3;
  letter-spacing: 1.5px;
}
.studio-strip b {
  font-size: 23px;
  letter-spacing: -0.7px;
}
.studio-strip b:first-of-type {
  font-family: Oswald, sans-serif;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-size: 21px;
}
.studio-strip .nautilus-word {
  font-weight: 400;
}
.work-section {
  padding-top: 100px;
  padding-bottom: 70px;
}
.section-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 43px;
  gap: 40px;
}
.section-intro h2 {
  margin-bottom: 0;
}
.section-intro > .eyebrow {
  color: var(--purple);
}
.section-intro > p {
  margin-bottom: 3px;
  font-size: 13px;
}
.world-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.world-card {
  position: relative;
  min-height: 580px;
  border: 1px solid #404044;
  border-radius: 17px;
  overflow: hidden;
  padding: 30px;
  transition: border-color 0.25s;
}
.world-card:hover {
  border-color: var(--purple);
}
.game-world {
  background: #26202f;
}
.edtech-world {
  background: #1c2825;
}
.world-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 9px;
  letter-spacing: 1px;
}
.circle-arrow {
  width: 36px;
  height: 36px;
  border: 1px solid #ffffff4a;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 21px;
}
.world-card h3 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -1.3px;
  margin: 26px 0 14px;
}
.world-card p {
  font-size: 13px;
  color: #c0bbc6;
}
.world-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 30px;
  background: #1b1723e8;
  backdrop-filter: blur(8px);
  font-size: 9px;
  letter-spacing: 1px;
  display: flex;
  justify-content: space-between;
  z-index: 3;
}
.edtech-world .world-bottom {
  background: #15231ee8;
}
.card-phone {
  position: absolute;
  right: 42px;
  top: 222px;
  transform: rotate(12deg) scale(0.7);
  transform-origin: top right;
}
.card-monitor {
  position: absolute;
  top: 292px;
  left: 28px;
  transform: rotate(-7deg);
  width: calc(100% - 20px);
}
.studio-note {
  border-top: 1px solid var(--line);
  padding: 64px 0;
  display: flex;
  align-items: center;
  gap: 30px;
}
.note-star {
  font-size: 63px;
  color: var(--purple);
}
.studio-note p {
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: -0.7px;
  margin: 0;
  color: var(--text);
}
.studio-note p span {
  color: #93919d;
}
.studio-note > .eyebrow,
.studio-note > .text-link {
  margin-left: auto;
  font-size: 9px;
}
footer {
  padding: 35px 0 38px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 30px;
}
footer .brand-symbol {
  font-size: 34px;
}
footer p {
  font-size: 11px;
  margin: 0;
}
footer > div {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-left: auto;
  font-size: 10px;
  color: #aaa7b3;
}
footer a:hover {
  color: var(--purple);
}
/* Original, data-free product illustrations. Devices scale with their container. */
.monitor {
  position: relative;
  width: 100%;
  filter: drop-shadow(0 22px 24px #0007);
}
.monitor-frame {
  border: 6px solid #38383b;
  border-radius: 14px 14px 9px 9px;
  background: #08090b;
  padding: 9px 6px 0;
  position: relative;
  box-shadow: inset 0 0 0 1px #737378;
}
.camera {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #797982;
  position: absolute;
  top: 3px;
  left: 50%;
}
.monitor-chin {
  height: 20px;
  background: linear-gradient(100deg, #2b2b31, #434349, #25252b);
  margin: 0 -6px;
  display: grid;
  place-items: center;
}
.monitor-chin span {
  font-size: 7px;
  color: #17171b;
}
.monitor-neck {
  width: 16%;
  height: 40px;
  background: linear-gradient(90deg, #202024, #46464b, #242428);
  margin: auto;
  clip-path: polygon(15% 0, 85% 0, 100% 100%, 0 100%);
}
.monitor-foot {
  width: 33%;
  height: 8px;
  background: linear-gradient(#6b6b70, #2d2d30);
  border-radius: 50% 50% 3px 3px;
  margin: auto;
}
.dashboard {
  container-type: inline-size;
  display: flex;
  width: 100%;
  aspect-ratio: 1.72;
  background: #101f2e;
  color: #e5eef2;
  overflow: hidden;
  border: 1px solid #243c4e;
  text-align: left;
  font-family: Archivo, Arial, sans-serif;
  font-size: 8px;
}
.app-sidebar {
  width: 20%;
  background: #0c1825;
  padding: 3% 2%;
  position: relative;
  border-right: 1px solid #2c3b48;
}
.app-logo {
  font-size: 2.9cqw;
  display: block;
  letter-spacing: -0.6px;
  white-space: nowrap;
  margin-bottom: 16%;
}
.app-logo span {
  color: #6ddcd0;
}
.app-sidebar > small {
  font-size: 1cqw;
  color: #92a8b6;
  white-space: nowrap;
}
.app-nav {
  font-size: 1.27cqw;
  white-space: nowrap;
  margin-top: 15%;
  color: #92a8b6;
}
.app-nav.selected {
  padding: 10% 7%;
  background: #28434b;
  color: #b6e9d3;
  border-radius: 3px;
  margin-left: -7%;
  margin-right: -7%;
}
.sidebar-bottom {
  position: absolute;
  bottom: 6%;
  font-size: 1.2cqw;
  color: #92a8b6;
}
.app-main {
  width: 80%;
  padding: 2.5% 3%;
}
.app-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3%;
  border-bottom: 1px solid #ffffff17;
  font-size: 1.3cqw;
  color: #bacbd5;
}
.demo-tag {
  font-size: 0.9cqw;
  letter-spacing: 0.5px;
  padding: 3px 4px;
  border: 1px solid #5b7586;
  border-radius: 3px;
  color: #c1d3de;
}
.dash-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4% 0;
}
.dash-heading small {
  font-size: 1cqw;
  letter-spacing: 0.6px;
  color: #9ab0bd;
}
.dash-heading h4 {
  font-size: 2.6cqw;
  font-weight: 600;
  margin: 3px 0 0;
  letter-spacing: -0.3px;
}
.app-pill {
  font-size: 1.1cqw;
  padding: 5px 7px;
  border-radius: 4px;
  background: #34483f;
  color: #c7e5bc;
}
.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3%;
  margin-bottom: 3%;
}
.metrics > div {
  padding: 9% 9%;
  background: #172e3b;
  border: 1px solid #355060;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.metrics small {
  font-size: 1.25cqw;
  color: #c3d5dc;
}
.metrics strong {
  font-size: 3.5cqw;
  letter-spacing: -0.8px;
  color: #c5edcf;
}
.metrics span {
  font-size: 0.9cqw;
  color: #99b9ba;
}
.dash-charts {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 3%;
}
.chart-panel {
  background: #142633;
  border: 1px solid #304455;
  padding: 6%;
  border-radius: 4px;
}
.chart-title {
  font-size: 1.35cqw;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8%;
}
.chart-title small {
  font-size: 0.95cqw;
  color: #8ca7b7;
}
.chart-panel svg {
  width: 100%;
  height: 12cqw;
  display: block;
}
.chart-grid {
  stroke: #ffffff13;
  stroke-width: 1;
  fill: none;
}
.chart-fill {
  fill: #8be0b619;
}
.chart-line {
  stroke: #b4e9c5;
  stroke-width: 2.5;
  fill: none;
}
.axis {
  display: flex;
  justify-content: space-between;
  font-size: 0.8cqw;
  color: #90a4b0;
  margin-top: 3%;
}
.donut-panel {
  text-align: center;
}
.donut {
  width: 11cqw;
  height: 11cqw;
  border-radius: 50%;
  background: conic-gradient(#bbdec9 0deg 300deg, #3e5a67 300deg);
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 auto 6%;
}
.donut::before {
  content: "";
  position: absolute;
  inset: 14%;
  background: #142633;
  border-radius: 50%;
}
.donut > span {
  z-index: 1;
  font-size: 2.5cqw;
  font-weight: 600;
}
.donut small {
  display: block;
  font-size: 0.9cqw;
  color: #a3bbc8;
}
.donut-panel > small {
  font-size: 0.85cqw;
  color: #a3bbc8;
}
.activity-heading {
  font-size: 1.35cqw;
  display: flex;
  justify-content: space-between;
  margin: 4% 0 2%;
}
.activity-heading small {
  font-size: 1cqw;
  color: #9fb8c4;
}
.activity-row {
  display: flex;
  align-items: center;
  gap: 3%;
  font-size: 1.05cqw;
  padding: 2.3% 0;
  border-top: 1px solid #ffffff12;
}
.activity-row > span:nth-child(2) {
  flex: 1;
}
.activity-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b7ddc5;
}
.activity-dot.violet {
  background: #bfa7e4;
}
.status-pill {
  font-size: 0.8cqw;
  color: #b6e4c5;
  background: #3356446b;
  padding: 3px 5px;
  border-radius: 10px;
}
.connect-ui {
  background: #082443;
  border-color: #284769;
}
.connect-ui .app-sidebar {
  background: #071a30;
}
.connect-ui .metrics > div,
.connect-ui .chart-panel {
  background: #0d2d50;
  border-color: #315474;
}
.connect-ui .app-nav.selected {
  background: #193e56;
  color: #76dad3;
}
.connect-ui .metrics strong {
  color: #67d9cf;
}
.connect-ui .chart-line {
  stroke: #68d6cd;
}
.connect-ui .chart-fill {
  fill: #68d6cd19;
}
.connect-ui .donut {
  background: conic-gradient(#68d6cd 0deg 295deg, #234963 295deg);
}
.connect-ui .donut::before {
  background: #0d2d50;
}
.connect-ui .app-pill {
  color: #b8cae4;
  background: #23445f;
}
.phone {
  width: 270px;
  height: 564px;
  padding: 6px;
  border: 2px solid #707078;
  border-radius: 43px;
  background: linear-gradient(120deg, #535159, #111115 40%, #44434b);
  box-shadow: 10px 19px 26px #0007;
  position: relative;
  flex-shrink: 0;
}
.phone::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 100px;
  width: 3px;
  height: 55px;
  background: #57545b;
  border-radius: 3px;
}
.phone-glass {
  height: 100%;
  overflow: hidden;
  border-radius: 34px;
  background: #141b2d;
  color: #14263f;
  position: relative;
  border: 2px solid #080809;
}
.game-capture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Product pages */
.page-intro {
  padding-top: 65px;
  padding-bottom: 42px;
}
.page-intro .eyebrow {
  margin-bottom: 27px;
  color: #c8b7f6;
}
.page-intro-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 45px;
}
.page-intro h1 {
  margin: 0;
}
.page-intro-row p {
  font-size: 14px;
  margin: 20px 0 3px;
  max-width: 355px;
}
.page-intro-row p strong {
  color: var(--text);
  font-weight: 600;
}
.release-label {
  display: inline-flex;
  border: 1px solid #51455f;
  border-radius: 30px;
  color: #c9b6f7;
  font-size: 8px;
  letter-spacing: 1.2px;
  padding: 8px 11px;
}
.game-showcase {
  position: relative;
  height: 685px;
  overflow: hidden;
  border-radius: 20px;
  background: #a58bd1;
  color: #1c1825;
  margin-top: 30px;
  border: 1px solid #cab9e7;
}
.game-showcase::after {
  content: "";
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, #8a71b2);
  pointer-events: none;
}
.game-backdrop {
  position: absolute;
  inset: 40px 0;
  font:
    600 clamp(70px, 12vw, 155px) / 0.96 Oswald,
    sans-serif;
  letter-spacing: -4px;
  text-align: center;
  opacity: 0.22;
}
.game-backdrop span {
  display: block;
}
.phones-trio {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  height: 100%;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
.side-phone {
  transform: scale(0.88);
}
.left-phone {
  transform: translateY(25px) rotate(-10deg) scale(0.88);
}
.right-phone {
  transform: translateY(25px) rotate(10deg) scale(0.88);
}
.centre-phone {
  transform: translateY(-6px);
}
.showcase-caption {
  position: absolute;
  bottom: 25px;
  left: 30px;
  right: 30px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: 1px;
}
.showcase-caption > span:last-child {
  letter-spacing: 0;
}
.game-story {
  padding-block: 95px;
}
.story-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
}
.story-grid p {
  font-size: 14px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 40px;
}
.feature-grid article {
  border-top: 1px solid #45404d;
  padding-top: 24px;
}
.feature-grid article > span {
  font-size: 9px;
  letter-spacing: 1px;
  color: #bca9e4;
}
.feature-grid h3 {
  font-size: 20px;
  letter-spacing: -0.5px;
  margin: 25px 0 10px;
}
.feature-grid p {
  font-size: 13px;
}
.closing-banner {
  border: 1px solid #443a54;
  border-radius: 16px;
  background: #211b2b;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
.closing-banner h2 {
  margin-bottom: 0;
}
.closing-banner .eyebrow {
  color: #c3adee;
}
.closing-banner p {
  font-size: 13px;
}
.closing-banner .text-link {
  margin-top: 15px;
}
.edtech-page .page-intro h1 {
  font-size: clamp(44px, 4.8vw, 70px);
}
.edtech-showcase {
  height: 590px;
  border: 1px solid #35363b;
  background: radial-gradient(ellipse at 50% 100%, #39483e, #202425 60%);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin-top: 25px;
  perspective: 1300px;
}
.showcase-grid-lines {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#ffffff05 1px, transparent 1px),
    linear-gradient(90deg, #ffffff05 1px, transparent 1px);
  background-size: 70px 70px;
}
.desktop-back {
  width: 62%;
  position: absolute;
  top: 40px;
  left: 3%;
  transform: rotate(-7deg) rotateY(9deg);
}
.desktop-front {
  width: 59%;
  position: absolute;
  right: 2%;
  top: 177px;
  transform: rotate(6deg) rotateY(-7deg);
}
.desktop-label {
  position: absolute;
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #cfddd3;
}
.label-naut {
  top: 45px;
  right: 80px;
}
.label-connect {
  bottom: 100px;
  left: 75px;
}
.showcase-disclaimer {
  position: absolute;
  bottom: 12px;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 9px;
  color: #c2cec4;
}
.product-case {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 55px;
  border-top: 1px solid var(--line);
  padding: 65px 0 75px;
  align-items: center;
}
.case-number {
  font-size: 8px;
  letter-spacing: 1.5px;
  color: #a4a2ad;
}
.product-wordmark {
  font-size: 36px;
  letter-spacing: -1px;
  margin: 23px 0 30px;
  color: #d1e8d6;
}
.product-case.connect .product-wordmark {
  color: #f7f7f2;
  font-weight: 600;
}
.product-wordmark > span {
  color: #72d2c8;
}
.case-copy h3 {
  font-size: 29px;
  line-height: 1.15;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
.case-copy > p {
  font-size: 13px;
  max-width: 410px;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 22px 0 27px;
}
.tags span {
  border: 1px solid #48464e;
  border-radius: 25px;
  padding: 7px 9px;
  font-size: 8px;
  color: #c9c6d0;
}
.mint-button {
  background: var(--mint);
  color: #153521;
}
.light-button {
  background: #d0e8f6;
  color: #173049;
}
.case-visual {
  padding: 35px 20px 20px;
  border-radius: 12px;
  background: #1e2826;
  border: 1px solid #34443d;
  position: relative;
}
.connect .case-visual {
  background: #1a2331;
  border-color: #344152;
}
.case-monitor {
  transform: rotate(-3deg);
  margin-bottom: 25px;
}
.connect .case-monitor {
  transform: rotate(3deg);
}
.preview-button {
  border: 0;
  border-top: 1px solid #ffffff20;
  color: #c5d8ce;
  background: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 0;
  font-size: 10px;
}
.preview-button:hover {
  color: white;
}
.preview-button span {
  font-size: 18px;
}
dialog {
  width: min(1000px, 94vw);
  max-height: 90svh;
  padding: 24px;
  border: 1px solid #61596e;
  border-radius: 14px;
  background: #19191f;
  color: var(--text);
}
dialog::backdrop {
  background: #050508d9;
  backdrop-filter: blur(8px);
}
.dialog-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.dialog-heading h2 {
  font-size: 21px;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}
.dialog-heading p {
  font-size: 12px;
}
.close-dialog {
  font-size: 28px;
  background: #303038;
  color: white;
  border: 1px solid #55515e;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}
dialog .dashboard {
  border-radius: 7px;
  min-width: 540px;
}
#preview-content {
  overflow-x: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip {
  position: fixed;
  top: -100px;
  left: 20px;
  background: var(--purple);
  color: #111;
  padding: 15px;
  z-index: 99;
}
.skip:focus {
  top: 10px;
}
@media (min-width: 1500px) {
  .hero {
    min-height: 740px;
  }
  .hero-art {
    transform: scale(1.1);
    transform-origin: center;
  }
  .hero-phone {
    right: 15px;
  }
  .hero-monitor {
    left: 20px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero-art {
    transform: scale(0.82);
    transform-origin: left center;
    margin-left: 0;
  }
  .hero {
    grid-template-columns: 1.15fr 1fr;
    overflow: hidden;
  }
  .hero h1 {
    font-size: 54px;
    letter-spacing: -3px;
  }
  .hero-actions {
    gap: 17px;
  }
  .hero-actions .text-link {
    font-size: 10px;
  }
  .hero-caption {
    gap: 20px;
  }
  .hero-copy > p {
    font-size: 14px;
  }
  .brand-sub {
    display: none;
  }
  .edtech-showcase {
    height: 490px;
  }
  .desktop-front {
    top: 160px;
  }
  .phones-trio {
    gap: 4px;
  }
  .section-intro > p {
    max-width: 300px;
  }
  .world-card h3 {
    font-size: 30px;
  }
  .product-case {
    gap: 30px;
  }
  .studio-note p {
    font-size: 23px;
  }
  footer p {
    display: none;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 85px;
  }
  .brand-symbol {
    font-size: 38px;
  }
  .site-header nav {
    gap: 21px;
    font-size: 11px;
  }
  .site-header nav a:last-child {
    padding: 10px 13px;
  }
  .site-header nav a:last-child span {
    margin-left: 7px;
  }
  .hero {
    display: block;
    padding-top: 49px;
    padding-bottom: 20px;
    min-height: 0;
    overflow: visible;
  }
  .hero h1 {
    font-size: clamp(41px, 7.4vw, 58px);
    letter-spacing: -2.5px;
    white-space: normal;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.15px;
    margin-bottom: 21px;
  }
  .hero-copy > p {
    font-size: 14px;
  }
  .hero-actions {
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .hero-caption {
    margin-top: 34px;
    font-size: 8px;
  }
  .hero-art {
    width: 500px;
    height: 460px;
    transform: scale(0.73);
    transform-origin: top left;
    margin: 42px auto -104px;
    left: calc(50% - 182px);
  }
  .hero-monitor {
    width: 455px !important;
  }
  .hero-phone {
    right: 12px;
  }
  .hero-art .label-bottom {
    right: 30px;
    bottom: 0;
  }
  .hero-art .art-star {
    right: 28px;
  }
  .studio-strip .wrap {
    padding: 24px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .studio-strip .wrap > span:first-child {
    font-size: 8px;
  }
  .studio-strip b {
    font-size: 20px;
  }
  .studio-strip b:first-of-type {
    font-size: 18px;
  }
  .work-section {
    padding-top: 62px;
    padding-bottom: 40px;
  }
  .section-intro {
    display: block;
    margin-bottom: 30px;
  }
  .section-intro > p {
    margin-top: 20px;
    max-width: none;
    font-size: 13px;
  }
  .section-intro h2 {
    font-size: 33px;
    letter-spacing: -1.3px;
  }
  .world-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .world-card {
    min-height: 535px;
    padding: 25px;
  }
  .world-card h3 {
    font-size: 34px;
  }
  .card-phone {
    top: 216px;
    right: 32px;
    transform: rotate(12deg) scale(0.63);
  }
  .card-monitor {
    top: 300px;
    width: 90%;
  }
  .studio-note {
    padding: 38px 0;
    flex-wrap: wrap;
    gap: 18px;
  }
  .note-star {
    font-size: 42px;
  }
  .studio-note p {
    font-size: 19px;
  }
  .studio-note > .eyebrow,
  .studio-note > .text-link {
    margin-left: 60px;
  }
  footer {
    align-items: flex-start;
    padding-top: 30px;
    gap: 20px;
  }
  footer > div {
    flex-wrap: wrap;
    gap: 18px;
    font-size: 10px;
    justify-content: flex-end;
  }
  footer > div span {
    width: 100%;
    text-align: right;
    font-size: 9px;
  }
  .page-intro {
    padding-top: 42px;
    padding-bottom: 26px;
  }
  .page-intro .eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
  }
  .page-intro-row {
    display: block;
  }
  .page-intro h1,
  .edtech-page .page-intro h1 {
    font-size: clamp(39px, 8.8vw, 60px);
    letter-spacing: -2.6px;
  }
  .page-intro-row > div,
  .page-intro-row > p {
    margin-top: 28px;
  }
  .page-intro-row p {
    font-size: 13px;
  }
  .page-intro-row > div p {
    margin-top: 12px;
  }
  .game-showcase {
    height: 535px;
    margin-top: 10px;
    max-width: 100%;
    border-radius: 12px;
  }
  .phones-trio {
    position: absolute;
    width: 720px;
    left: 50%;
    margin-left: -360px;
    transform: scale(0.75);
    transform-origin: 50% 0;
    top: 40px;
    height: 580px;
    gap: 0;
  }
  .phones-trio .phone {
    flex-shrink: 0;
  }
  .centre-phone {
    z-index: 3;
  }
  .left-phone {
    transform: translate(64px, 20px) rotate(-12deg) scale(0.78);
  }
  .right-phone {
    transform: translate(-64px, 20px) rotate(12deg) scale(0.78);
  }
  .game-backdrop {
    top: 27px;
    font-size: 60px;
    letter-spacing: -2px;
    line-height: 1;
  }
  .showcase-caption {
    left: 15px;
    right: 15px;
    bottom: 17px;
    gap: 12px;
    font-size: 6px;
  }
  .showcase-caption > span:last-child {
    max-width: 145px;
    text-align: right;
    line-height: 1.5;
  }
  .game-story {
    padding-block: 55px;
  }
  .story-grid {
    display: block;
  }
  .story-grid h2 {
    font-size: 32px;
  }
  .story-grid p {
    font-size: 13px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }
  .feature-grid article {
    padding-top: 20px;
  }
  .feature-grid h3 {
    margin-top: 16px;
  }
  .closing-banner {
    display: block;
    padding: 28px;
    margin-bottom: 40px;
  }
  .closing-banner > div:last-child {
    margin-top: 24px;
  }
  .edtech-showcase {
    height: 365px;
    margin-top: 8px;
    border-radius: 12px;
  }
  .desktop-back {
    width: 90%;
    top: 45px;
    left: -6%;
    transform: rotate(-7deg);
  }
  .desktop-front {
    width: 90%;
    right: -6%;
    top: 155px;
    transform: rotate(6deg);
  }
  .monitor-frame {
    border-width: 4px;
    padding: 7px 3px 0;
    border-radius: 9px 9px 5px 5px;
  }
  .monitor-chin {
    height: 12px;
    margin-inline: -3px;
  }
  .monitor-neck {
    height: 23px;
  }
  .monitor-foot {
    height: 5px;
  }
  .desktop-label {
    font-size: 7px;
    letter-spacing: 1px;
  }
  .label-naut {
    top: 18px;
    right: 20px;
  }
  .label-connect {
    bottom: 54px;
    left: 20px;
  }
  .showcase-disclaimer {
    font-size: 7px;
    bottom: 8px;
    margin: 0 8px;
    line-height: 1.4;
  }
  .product-case {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 35px 0 45px;
  }
  .product-wordmark {
    margin: 20px 0;
  }
  .case-copy h3 {
    font-size: 30px;
  }
  .case-copy > p {
    font-size: 13px;
  }
  .case-visual {
    padding: 25px 14px 12px;
  }
  .case-monitor {
    margin-bottom: 16px;
  }
  .dialog-heading h2 {
    font-size: 17px;
  }
  .dialog-heading p {
    font-size: 10px;
  }
  dialog {
    padding: 15px;
  }
  .hero-monitor .monitor-neck {
    height: 36px;
  }
  .hero-monitor .monitor-chin {
    height: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
@media (min-width: 761px) and (max-width: 1050px) {
  .hero {
    display: block;
    padding-top: 65px;
    padding-bottom: 25px;
  }
  .hero h1 {
    font-size: 64px;
    white-space: normal;
  }
  .hero-art {
    width: 500px;
    margin: 40px auto -25px;
    transform: scale(0.9);
    transform-origin: top center;
    height: 470px;
  }
  .hero-copy > p {
    font-size: 16px;
  }
  .hero-caption {
    margin-top: 35px;
  }
  .hero-phone {
    right: 0;
  }
  .hero-monitor {
    width: 480px !important;
  }
  .hero-art .label-bottom {
    bottom: 0;
  }
  .hero-actions .text-link {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .hero-art {
    transform: scale(0.6);
    left: calc(50% - 150px);
    margin-bottom: -164px;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero h1 {
    font-size: 38px;
  }
  .site-header nav {
    gap: 14px;
  }
  .brand-symbol {
    font-size: 34px;
  }
  .studio-note p {
    font-size: 17px;
  }
  .studio-note .note-star {
    font-size: 35px;
  }
}
