:root {
  --bg: #060707;
  --fg: #f3f3ed;
  --muted: #9b9e98;
  --lime: #c7ff3e;
  --lime-rgb: 199, 255, 62;
  --line: rgba(255, 255, 255, 0.15);
  --accent: #c7ff3e;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  transition: all 0.3s ease;
  opacity: 0 !important;
  visibility: hidden !important;
}
::-webkit-scrollbar-track {
  border-radius: 100vh;
  background-color: transparent;
  transition: all 0.3s ease;
  opacity: 0 !important;
  visibility: hidden !important;
}
::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 100vh;
  transition: all 0.3s ease;
  opacity: 0 !important;
  visibility: hidden !important;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(var(--lime-rgb), 0.3);
}
:hover::-webkit-scrollbar,
:hover::-webkit-scrollbar-track,
:hover::-webkit-scrollbar-thumb {
  opacity: 1 !important;
  visibility: visible !important;
}

.shell {
  width: min(1440px, calc(100% - 72px));
  margin: auto;
}
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 50;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 170 170' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.boot {
  position: fixed;
  inset: 0;
  background: #050606;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition:
    opacity 0.9s,
    visibility 0.9s;
}
.boot.done {
  opacity: 0;
  visibility: hidden;
}
.boot-mark {
  font: 700 20px Space Grotesk;
}
.boot-mark span {
  color: var(--lime);
}
.boot-line {
  width: 220px;
  height: 1px;
  background: #222;
  overflow: hidden;
}
.boot-line i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--lime);
  transform: translateX(-100%);
  animation: load 1.8s ease forwards;
}
.boot small {
  font-size: 8px;
  letter-spacing: 0.28em;
  color: #777;
}
#network {
  position: fixed;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}
.nav {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.brand-icon {
  width: 37px;
  fill: var(--lime);
}
.brand > span {
  display: flex;
  flex-direction: column;
}
.brand b {
  font: 700 14px Space Grotesk;
  letter-spacing: 0.16em;
}
.brand small {
  font-size: 7px;
  letter-spacing: 0.27em;
  margin-top: 4px;
}
.nav-status {
  font-size: 9px;
  letter-spacing: 0.2em;
  color: #8b8e88;
}
.nav-status i {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 12px var(--lime);
  margin-right: 8px;
}
.nav nav {
  display: flex;
  gap: 26px;
  align-items: center;
  font-size: 11px;
}
.contact-pill {
  border: 1px solid #51534f;
  border-radius: 50px;
  padding: 13px 17px;
}
.hero {
  height: 100vh;
  min-height: 780px;
  padding-top: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.hero-kicker {
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  letter-spacing: 0.22em;
  color: #888b85;
}
.hero h1 {
  font: 600 clamp(86px, 11vw, 182px)/0.76 Space Grotesk;
  margin: 45px 0 48px;
  letter-spacing: -0.085em;
  position: relative;
  z-index: 1;
}
.hero h1 .line {
  display: block;
}
.line-b {
  text-align: right;
}
.line-b em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.72);
}
.line-c {
  padding-left: 7vw;
}
.line-c i {
  display: inline-grid;
  place-items: center;
  width: 0.53em;
  height: 0.53em;
  border-radius: 50%;
  background: var(--lime);
  color: #111;
  font: 400 0.27em Inter;
  vertical-align: middle;
  letter-spacing: 0;
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.hero-bottom p {
  width: 430px;
  color: #acafa9;
  line-height: 1.75;
  font-size: 15px;
}
.enter {
  width: 115px;
  height: 115px;
  border: 1px solid #4b4d49;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}
.enter b {
  font-size: 20px;
}
.sculpture-labels {
  position: absolute;
  inset: 25% 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 7px;
  letter-spacing: 0.2em;
  color: #767973;
  pointer-events: none;
}
.manifesto {
  min-height: 100vh;
  padding: 180px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid var(--line);
}
.micro {
  font-size: 9px;
  letter-spacing: 0.24em;
  color: #8f928c;
}
.manifesto h2 {
  font: 500 clamp(57px, 7.8vw, 120px)/0.96 Space Grotesk;
  letter-spacing: -0.065em;
  margin: 55px 0;
}
.manifesto h2 span {
  color: #777a74;
}
.manifesto h2 em {
  font-style: normal;
  color: var(--lime);
}
.manifesto-foot {
  display: flex;
  justify-content: flex-end;
  gap: 16vw;
  color: #9da09a;
}
.manifesto-foot p {
  width: 370px;
  line-height: 1.7;
}
.manifesto-foot > span {
  font-size: 8px;
  letter-spacing: 0.2em;
}
.manifesto-foot i {
  color: var(--lime);
  font-style: normal;
  margin-left: 12px;
}
.work-head {
  padding: 160px 0 110px;
}
.work-head > div {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 35px;
}
.work-head h2,
.cap-intro h2 {
  font: 500 clamp(64px, 7.2vw, 112px)/0.92 Space Grotesk;
  letter-spacing: -0.065em;
  margin: 0;
}
.work-head h2 em,
.cap-intro h2 em {
  font-style: normal;
  color: var(--lime);
}
.work-head > div > p,
.cap-intro > p {
  width: 390px;
  color: #9da09a;
  line-height: 1.7;
}
.project {
  height: 190vh;
  position: relative;
}
.project-sticky {
  height: 100vh;
  position: sticky;
  top: 0;
  display: grid;
  grid-template-columns: 0.38fr 0.62fr;
  align-items: center;
  gap: 4vw;
  overflow: hidden;
}
.project-sticky.reversed {
  grid-template-columns: 0.62fr 0.38fr;
}
.project-sticky.reversed .project-copy {
  order: 2;
}
.project-copy {
  position: relative;
  z-index: 4;
}
.project-copy > span {
  font-size: 8px;
  letter-spacing: 0.25em;
  opacity: 0.65;
}
.project-copy h3 {
  font: 600 clamp(76px, 8.5vw, 142px)/0.73 Space Grotesk;
  letter-spacing: -0.085em;
  margin: 36px 0;
}
.project-copy h3 em {
  font-style: normal;
  color: var(--accent);
}
.project-copy p {
  max-width: 430px;
  line-height: 1.7;
  color: #b4b7b1;
  font-size: 15px;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 30px 0;
}
.tags i {
  font-style: normal;
  border: 1px solid #41433f;
  border-radius: 40px;
  padding: 8px 11px;
  font-size: 8px;
  letter-spacing: 0.08em;
  color: #9fa29c;
}
.view {
  display: inline-flex;
  gap: 60px;
  align-items: center;
  border-bottom: 1px solid #555852;
  padding: 12px 0;
  font-size: 11px;
}
.project-world {
  height: 76vh;
  position: relative;
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
}
.project-slalom {
  background: #071018;
  --accent: #68d9ff;
}
.race-orbit {
  position: absolute;
  border: 1px solid rgba(104, 217, 255, 0.2);
  border-radius: 50%;
  transform: rotateX(70deg);
}
.o1 {
  width: 90%;
  height: 90%;
}
.o2 {
  width: 72%;
  height: 72%;
  transform: rotateX(70deg) rotateZ(45deg);
}
.o3 {
  width: 54%;
  height: 54%;
  transform: rotateX(70deg) rotateZ(90deg);
}
.race-card {
  background: rgba(8, 17, 25, 0.86);
  border: 1px solid rgba(104, 217, 255, 0.25);
  box-shadow: 0 50px 120px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(18px);
}
.main-card {
  width: 72%;
  height: 58%;
  padding: 28px;
  transform: perspective(1000px) rotateY(-9deg) rotateX(4deg);
}
.main-card header,
.main-card footer {
  display: flex;
  justify-content: space-between;
}
.main-card header span {
  font-size: 8px;
  color: #68d9ff;
}
.race-grid {
  display: grid;
  grid-template-columns: 0.55fr 0.45fr;
  height: 70%;
  align-items: center;
}
.race-grid small,
.stat-card small {
  font-size: 8px;
  letter-spacing: 0.18em;
  color: #778b98;
}
.race-grid strong {
  display: block;
  font: 600 80px Space Grotesk;
}
.race-grid p {
  margin: 0;
  color: #9db6c4;
}
.course {
  height: 170px;
  position: relative;
}
.course:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(transparent, #68d9ff, transparent);
  transform: rotate(20deg);
}
.course i {
  position: absolute;
  width: 35px;
  height: 4px;
  background: #fff;
  box-shadow: 0 0 15px #68d9ff;
}
.course i:nth-child(1) {
  top: 15%;
  left: 54%;
}
.course i:nth-child(2) {
  top: 34%;
  left: 38%;
}
.course i:nth-child(3) {
  top: 52%;
  left: 57%;
}
.course i:nth-child(4) {
  top: 70%;
  left: 34%;
}
.course i:nth-child(5) {
  top: 87%;
  left: 52%;
}
.stat-card {
  position: absolute;
  right: 2%;
  bottom: 10%;
  width: 200px;
  padding: 22px;
  transform: translateZ(80px);
}
.stat-card b {
  display: block;
  font: 600 42px Space Grotesk;
  color: #68d9ff;
}
.stat-card span {
  font-size: 8px;
}
.race-ticker {
  position: absolute;
  left: 7%;
  bottom: 7%;
  font: 500 9px Space Grotesk;
  letter-spacing: 0.2em;
  color: #68d9ff;
}
.project-memory {
  background: #f4ead9;
  color: #241d17;
  --accent: #ff8d3d;
}
.project-memory .project-copy p {
  color: #6f6358;
}
.project-memory .tags i {
  border-color: #b9ab9b;
  color: #73675c;
}
.project-memory .view {
  border-color: #aa9b8b;
}
.memory-world {
  perspective: 1100px;
}
.sun {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffc981 0, #ff9b54 28%, rgba(255, 155, 84, 0.12) 65%, transparent 70%);
}
.scribble {
  position: absolute;
  border: 3px solid #35271c;
  border-radius: 50%;
  opacity: 0.25;
}
.s1 {
  width: 70%;
  height: 43%;
  transform: rotate(17deg);
}
.s2 {
  width: 54%;
  height: 67%;
  transform: rotate(-28deg);
}
.book {
  position: absolute;
  border-radius: 24px;
  box-shadow: 0 35px 90px rgba(70, 43, 22, 0.22);
}
.book-back {
  width: 56%;
  height: 62%;
  background: #ff9b52;
  left: 11%;
  top: 15%;
  transform: rotate(-13deg);
  padding: 34px;
  display: flex;
  align-items: end;
}
.book-back b {
  font: 600 45px/1 Space Grotesk;
}
.book-main {
  width: 54%;
  height: 72%;
  background: #fffaf2;
  padding: 28px;
  transform: rotate(5deg);
  z-index: 2;
}
.book-main small {
  font-size: 8px;
  letter-spacing: 0.2em;
}
.book-main h4 {
  font: 600 34px/1 Space Grotesk;
  letter-spacing: -0.04em;
  margin: 18px 0;
}
.family-art {
  height: 58%;
  background: #f5d3a8;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}
.family-art i {
  position: absolute;
  border-radius: 50%;
}
.family-art i:nth-child(1) {
  width: 160px;
  height: 160px;
  background: #fff;
  left: 5%;
  bottom: -10%;
}
.family-art i:nth-child(2) {
  width: 135px;
  height: 135px;
  background: #ff9b52;
  left: 34%;
  top: 8%;
}
.family-art i:nth-child(3) {
  width: 190px;
  height: 190px;
  background: #ffd397;
  right: -8%;
  bottom: -15%;
}
.family-art i:nth-child(4) {
  width: 80px;
  height: 80px;
  background: #302219;
  right: 24%;
  top: 17%;
}
.book-main footer {
  font-size: 8px;
  letter-spacing: 0.18em;
  margin-top: 15px;
}
.book-front {
  width: 44%;
  height: 23%;
  right: 4%;
  bottom: 7%;
  background: #2c2119;
  color: #fff3e3;
  transform: rotate(11deg);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 9px;
  letter-spacing: 0.16em;
}
.book-front b {
  color: #ff9b52;
}
.project-lbb {
  background: #0b0b0c;
  --accent: #c7ff3e;
}
.people-ring {
  position: absolute;
  width: 73%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(199, 255, 62, 0.3);
  animation: spin 20s linear infinite;
}
.people-ring i {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #c7ff3e, #475811);
  box-shadow: 0 0 30px rgba(199, 255, 62, 0.25);
}
.people-ring i:nth-child(1) {
  left: 8%;
  top: 24%;
}
.people-ring i:nth-child(2) {
  right: 12%;
  top: 17%;
}
.people-ring i:nth-child(3) {
  right: 2%;
  bottom: 29%;
}
.people-ring i:nth-child(4) {
  left: 18%;
  bottom: 9%;
}
.people-ring i:nth-child(5) {
  left: 44%;
  top: -3%;
}
.people-ring i:nth-child(6) {
  right: 33%;
  bottom: -3%;
}
.phone {
  position: absolute;
  width: 260px;
  height: 540px;
  background: #f8f8f3;
  color: #111;
  border: 10px solid #111;
  border-radius: 42px;
  box-shadow: 0 45px 110px rgba(0, 0, 0, 0.45);
  padding: 66px 22px 22px;
  overflow: hidden;
}
.phone-a {
  left: 15%;
  transform: rotate(-8deg);
}
.phone-b {
  right: 14%;
  transform: rotate(8deg);
  text-align: center;
}
.island {
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
  width: 95px;
  height: 22px;
  border-radius: 20px;
  background: #111;
}
.phone small {
  font-size: 8px;
  letter-spacing: 0.16em;
  color: #777;
}
.phone h4 {
  font: 600 28px/1 Space Grotesk;
  letter-spacing: -0.045em;
  margin: 22px 0;
}
.ref-card {
  padding: 17px;
  border-radius: 18px;
  background: #eaece5;
  margin: 12px 0;
}
.ref-card b {
  display: block;
}
.ref-card span {
  font-size: 10px;
  color: #777;
}
.avatar {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: var(--lime);
  display: grid;
  place-items: center;
  margin: 10px auto 32px;
  font: 600 30px Space Grotesk;
}
.phone button {
  border: 0;
  border-radius: 50px;
  background: #111;
  color: #fff;
  padding: 14px 20px;
}
.trust-badge {
  position: absolute;
  left: 4%;
  bottom: 10%;
  background: #161718;
  border: 1px solid #3c3f38;
  padding: 16px 20px;
  transform: rotate(-5deg);
  font-size: 8px;
  line-height: 1.7;
  letter-spacing: 0.16em;
}
.trust-badge b {
  color: var(--lime);
}
.project-scan {
  background: #150a09;
  --accent: #ff5046;
}
.scan-world {
  perspective: 1100px;
}
.radar {
  position: absolute;
  width: 75%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: repeating-radial-gradient(circle, transparent 0 52px, rgba(255, 80, 70, 0.12) 53px 54px);
}
.radar i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 1px;
  background: linear-gradient(90deg, #ff5046, transparent);
  transform-origin: left;
  animation: radar 4s linear infinite;
}
.scan-ring {
  position: absolute;
  border: 1px solid rgba(255, 80, 70, 0.32);
  border-radius: 50%;
}
.r1 {
  width: 55%;
  height: 55%;
  animation: pulse 3s ease infinite;
}
.r2 {
  width: 78%;
  height: 44%;
  transform: rotate(35deg);
  animation: pulse 3s 1s ease infinite;
}
.scan-panel {
  width: 66%;
  background: rgba(12, 8, 8, 0.9);
  border: 1px solid rgba(255, 80, 70, 0.25);
  padding: 25px;
  transform: perspective(1000px) rotateY(8deg);
  box-shadow: 0 50px 110px rgba(0, 0, 0, 0.48);
}
.scan-panel header,
.scan-panel footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scan-panel header span {
  font-size: 8px;
  color: #ff6b63;
}
.media-frame {
  height: 300px;
  margin: 24px 0;
  background: radial-gradient(circle at center, #38201f, #0c0909 66%);
  position: relative;
  overflow: hidden;
}
.face-grid {
  position: absolute;
  inset: 12%;
  background: linear-gradient(90deg, transparent 49%, rgba(255, 80, 70, 0.25) 50%, transparent 51%), linear-gradient(transparent 49%, rgba(255, 80, 70, 0.25) 50%, transparent 51%);
  background-size: 32px 32px;
  border-radius: 50% 50% 45% 45%;
  border: 1px solid rgba(255, 80, 70, 0.35);
}
.scan-line {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #ff5046;
  box-shadow: 0 0 20px #ff5046;
  animation: scan 3s linear infinite;
}
.scan-panel footer span {
  font-size: 8px;
  letter-spacing: 0.15em;
}
.scan-panel footer strong {
  font: 600 32px Space Grotesk;
  color: var(--lime);
}
.verified {
  position: absolute;
  right: 1%;
  bottom: 7%;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #0d0a0a;
  border: 1px solid #4b2927;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.verified small {
  font-size: 7px;
}
.verified b {
  font: 600 56px Space Grotesk;
  color: #ff5046;
}
.verified span {
  font-size: 8px;
  color: var(--lime);
}
.capabilities {
  padding: 180px 0;
}
.cap-intro {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 40px 0 100px;
}
.cap-list a {
  display: grid;
  grid-template-columns: 55px 1.2fr 1fr 45px;
  gap: 24px;
  align-items: center;
  padding: 38px 0;
  border-top: 1px solid var(--line);
  transition: 0.3s;
}
.cap-list a:last-child {
  border-bottom: 1px solid var(--line);
}
.cap-list span {
  font-size: 8px;
  color: #777;
}
.cap-list h3 {
  font: 500 clamp(28px, 3vw, 50px) Space Grotesk;
  letter-spacing: -0.045em;
  margin: 0;
}
.cap-list p {
  color: #949791;
  line-height: 1.6;
}
.cap-list a:hover {
  padding-left: 18px;
  color: var(--lime);
}
.numbers {
  background: var(--lime);
  color: #10110e;
  padding: 30px 0 110px;
}
.marquee {
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 28px;
}
.marquee div {
  white-space: nowrap;
  font: 600 36px Space Grotesk;
  animation: marquee 25s linear infinite;
}
.number-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 90px;
}
.number-grid > div {
  border-left: 1px solid rgba(0, 0, 0, 0.25);
  padding-left: 25px;
}
.number-grid b {
  font: 600 clamp(74px, 8vw, 126px)/0.8 Space Grotesk;
  letter-spacing: -0.07em;
}
.number-grid b:after {
  content: "+";
  font-size: 0.32em;
  vertical-align: top;
}
.number-grid span {
  display: block;
  margin-top: 25px;
  font-size: 11px;
  letter-spacing: 0.12em;
}
.contact {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.contact-orb {
  position: absolute;
  width: 80vw;
  height: 80vw;
  border-radius: 50%;
  right: -27vw;
  top: -12vw;
  background: radial-gradient(circle, #c7ff3e 0, #536e18 12%, rgba(199, 255, 62, 0.08) 36%, transparent 68%);
}
.contact-inner {
  position: relative;
  z-index: 2;
}
.contact h2 {
  font: 600 clamp(78px, 11vw, 174px)/0.78 Space Grotesk;
  letter-spacing: -0.085em;
  margin: 50px 0 70px;
}
.contact h2 em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.72);
}
.mail {
  font: 500 clamp(28px, 4.2vw, 64px) Space Grotesk;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #555;
  padding-bottom: 12px;
}
.contact-meta {
  display: flex;
  gap: 80px;
  color: #999c96;
  font-size: 11px;
  line-height: 1.7;
  margin-top: 55px;
}
footer {
  height: 120px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  color: #81847e;
}
footer nav {
  display: flex;
  gap: 24px;
}
.brand-mini {
  font: 600 27px Space Grotesk;
}
.brand-mini span {
  color: var(--lime);
}
footer .brand-mini {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

footer .brand-icon {
  width: 24px;
}

.cursor {
  position: fixed;
  z-index: 60;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  transition:
    width 0.25s,
    height 0.25s,
    background 0.25s;
}
.cursor i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent);
}
.cursor span {
  display: none;
  font-size: 8px;
  letter-spacing: 0.15em;
}
.cursor.active {
  width: 78px;
  height: 78px;
  background: var(--accent);
  color: #111;
  border-color: var(--accent);
}
.cursor.active i {
  display: none;
}
.cursor.active span {
  display: block;
}
@keyframes load {
  to {
    transform: none;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes radar {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    transform: scale(1.08);
    opacity: 0.45;
  }
}
@keyframes scan {
  from {
    top: 5%;
  }
  to {
    top: 95%;
  }
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 1000px) {
  .shell {
    width: calc(100% - 34px);
  }
  .nav-status,
  .nav nav > a:not(.contact-pill) {
    display: none;
  }
  .hero h1 {
    font-size: 17vw;
  }
  .project {
    height: auto;
  }
  .project-sticky,
  .project-sticky.reversed {
    height: auto;
    position: relative;
    grid-template-columns: 1fr;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .project-sticky.reversed .project-copy {
    order: 0;
  }
  .project-world {
    height: 700px;
  }
  .work-head > div,
  .cap-intro {
    display: block;
  }
  .work-head > div > p,
  .cap-intro > p {
    margin-top: 35px;
  }
  .number-grid {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
  .cap-list a {
    grid-template-columns: 45px 1fr 40px;
  }
  .cap-list p {
    display: none;
  }
}
@media (max-width: 650px) {
  .nav {
    height: 72px;
  }
  .brand small {
    display: none;
  }
  .contact-pill {
    font-size: 9px;
    padding: 10px 12px;
  }
  .hero {
    min-height: 780px;
    padding-top: 100px;
  }
  .hero h1 {
    font-size: 19vw;
  }
  .line-c {
    padding-left: 0;
  }
  .hero-bottom {
    display: block;
  }
  .hero-bottom p {
    width: auto;
  }
  .enter {
    margin-top: 30px;
  }
  .manifesto {
    padding: 120px 0;
  }
  .manifesto h2 {
    font-size: 13vw;
  }
  .manifesto-foot {
    display: block;
  }
  .manifesto-foot p {
    width: auto;
  }
  .project-copy h3 {
    font-size: 20vw;
  }
  .project-world {
    height: 570px;
  }
  .main-card {
    width: 105%;
    height: 58%;
    padding: 18px;
  }
  .race-grid strong {
    font-size: 58px;
  }
  .stat-card {
    width: 155px;
    right: -5%;
  }
  .book-main {
    width: 68%;
    height: 68%;
  }
  .book-back {
    width: 70%;
    left: 0;
  }
  .book-front {
    width: 57%;
    right: -4%;
  }
  .book-main h4 {
    font-size: 25px;
  }
  .phone {
    transform: scale(0.74) !important;
  }
  .phone-a {
    left: -8%;
  }
  .phone-b {
    right: -8%;
  }
  .scan-panel {
    width: 110%;
    padding: 18px;
  }
  .verified {
    width: 120px;
    height: 120px;
    right: -4%;
  }
  .capabilities {
    padding: 120px 0;
  }
  .cap-intro h2 {
    font-size: 13vw;
  }
  .number-grid {
    grid-template-columns: 1fr;
  }
  .contact h2 {
    font-size: 18vw;
  }
  .contact-meta {
    flex-direction: column;
    gap: 18px;
  }
  .cursor {
    display: none;
  }
  footer {
    height: auto;
    padding: 35px 0;
    flex-wrap: wrap;
    gap: 20px;
  }
}

/* Hero globe â€” adapted from Globe.GL day/night cycle */
.hero {
  isolation: isolate;
}
.hero-globe-wrap {
  position: absolute;
  z-index: 0;
  right: -9vw;
  top: 7vh;
  width: min(66vw, 900px);
  height: min(88vh, 900px);
  pointer-events: auto;
  filter: drop-shadow(0 35px 90px rgba(0, 0, 0, 0.6));
}
#hero-globe {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 50%;
  min-width: 320px;
  min-height: 420px;
}
#hero-globe canvas {
  display: block !important;
  outline: none;
}
.hero-globe-wrap:after {
  content: "";
  position: absolute;
  inset: 6%;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 32%, rgba(199, 255, 62, 0.07), transparent 32%), radial-gradient(circle at center, transparent 65%, rgba(5, 7, 7, 0.24) 83%, rgba(5, 7, 7, 0.68) 100%);
  pointer-events: none;
}
.globe-orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(199, 255, 62, 0.22);
  border-radius: 50%;
  pointer-events: none;
}
.orbit-a {
  width: 88%;
  height: 42%;
  transform: translate(-50%, -50%) rotate(-22deg);
  animation: globeOrbitA 18s linear infinite;
}
.orbit-b {
  width: 72%;
  height: 92%;
  transform: translate(-50%, -50%) rotate(34deg);
  border-color: rgba(104, 217, 255, 0.15);
  animation: globeOrbitB 24s linear infinite;
}
.globe-data {
  position: absolute;
  right: 10%;
  bottom: 8%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: right;
  pointer-events: none;
}
.globe-data span {
  font-size: 7px;
  letter-spacing: 0.22em;
  color: #8b918a;
}
.globe-data b {
  font: 500 9px/1.2 Space Grotesk;
  letter-spacing: 0.15em;
  color: var(--lime);
}
.hero h1,
.hero-kicker,
.hero-bottom,
.sculpture-labels {
  position: relative;
  z-index: 2;
}
@keyframes globeOrbitA {
  to {
    transform: translate(-50%, -50%) rotate(338deg);
  }
}
@keyframes globeOrbitB {
  to {
    transform: translate(-50%, -50%) rotate(-326deg);
  }
}
@media (max-width: 1000px) {
  .hero-globe-wrap {
    right: -30vw;
    top: 12vh;
    width: 92vw;
    height: 76vh;
    opacity: 0.72;
  }
}
@media (max-width: 650px) {
  .hero-globe-wrap {
    right: -55vw;
    top: 17vh;
    width: 132vw;
    height: 66vh;
    opacity: 0.58;
    pointer-events: none;
  }
  .globe-data {
    display: none;
  }
  .globe-orbit {
    opacity: 0.55;
  }
}
@media (prefers-reduced-motion: reduce) {
  .globe-orbit {
    animation: none;
  }
}

#hero-globe.globe-fallback:before {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(124, 231, 255, 0.35);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(199, 255, 62, 0.18), rgba(15, 42, 58, 0.7) 42%, #071018 70%);
  box-shadow:
    inset -35px -20px 70px rgba(0, 0, 0, 0.72),
    0 0 70px rgba(124, 231, 255, 0.18);
}

/* Hero globe collision fix */
.hero-globe-wrap {
  right: -10vw;
  top: 8vh;
  width: min(58vw, 820px);
  height: min(78vh, 820px);
  pointer-events: none;
}
.globe-data {
  top: 8%;
  right: 8%;
  bottom: auto;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 7, 7, 0.58);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  max-width: 230px;
  transform: translateX(-50%);
}
.globe-data span,
.globe-data b {
  white-space: nowrap;
}
.hero-kicker,
.hero h1,
.hero-bottom,
.sculpture-labels {
  position: relative;
  z-index: 5;
}
.hero-bottom {
  padding-top: 18px;
}
.enter {
  position: relative;
  z-index: 8;
  flex: 0 0 115px;
  background: rgba(6, 7, 7, 0.82);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.38);
}
.globe-orbit {
  opacity: 0.45;
}

@media (max-width: 1000px) {
  .hero-globe-wrap {
    right: -33vw;
    top: 12vh;
    width: 86vw;
    height: 68vh;
    opacity: 0.58;
  }
  .globe-data {
    top: 7%;
    right: 28%;
    transform: translateX(-50%) scale(0.88);
  }
}

@media (max-width: 700px) {
  .hero {
    min-height: 820px;
    justify-content: flex-start;
    padding-top: 110px;
  }
  .hero-globe-wrap {
    right: -60vw;
    top: 19vh;
    width: 126vw;
    height: 54vh;
    opacity: 0.34;
  }
  .globe-data,
  .globe-orbit,
  .sculpture-labels {
    display: none !important;
  }
  .hero h1 {
    margin: 34px 0 34px;
  }
  .hero-bottom {
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .hero-bottom p {
    max-width: 86%;
    margin: 0;
  }
  .enter {
    margin: 0;
    width: 96px;
    height: 96px;
    flex-basis: 96px;
  }
}

/* Interactive globe controls */
.hero-globe-wrap {
  pointer-events: auto;
  cursor: grab;
  touch-action: none;
}
.hero-globe-wrap.is-dragging {
  cursor: grabbing;
}
#hero-globe,
#hero-globe canvas {
  pointer-events: auto !important;
  cursor: inherit;
}
.hero h1,
.hero-kicker,
.sculpture-labels {
  pointer-events: none;
}
.globe-drag-hint {
  position: absolute;
  left: 13%;
  bottom: 11%;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(6, 7, 7, 0.62);
  backdrop-filter: blur(10px);
  color: #b9bdb6;
  font-size: 7px;
  letter-spacing: 0.18em;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.globe-drag-hint:before {
  content: "↔";
  color: var(--lime);
  font-size: 12px;
  letter-spacing: 0;
}
.hero-globe-wrap.is-dragging .globe-drag-hint {
  opacity: 0.35;
}
@media (max-width: 700px) {
  .hero-globe-wrap {
    pointer-events: auto;
    touch-action: none;
  }
  .globe-drag-hint {
    display: none;
  }
}

/* Adaptive floating navigation */
.nav {
  transition:
    top 0.35s ease,
    height 0.35s ease,
    width 0.35s ease,
    padding 0.35s ease,
    background 0.35s ease,
    border-color 0.35s ease,
    border-radius 0.35s ease,
    box-shadow 0.35s ease,
    color 0.25s ease;
}
.nav.is-scrolled {
  top: 14px;
  height: 70px;
  width: min(1380px, calc(100% - 34px));
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(7, 9, 9, 0.88);
  color: #f5f6f1;
  box-shadow:
    0 18px 55px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px) saturate(125%);
  -webkit-backdrop-filter: blur(20px) saturate(125%);
}
.nav.is-scrolled .brand-icon {
  fill: var(--lime);
}
.nav.is-scrolled .nav-status {
  color: #b8bdb4;
}
.nav.is-scrolled nav > a:not(.contact-pill) {
  color: #f5f6f1;
}
.nav.is-scrolled .contact-pill {
  color: #111;
  background: var(--lime);
  border-color: var(--lime);
  box-shadow: 0 0 24px rgba(199, 255, 62, 0.14);
}
.nav.is-scrolled .contact-pill:hover {
  box-shadow: 0 0 34px rgba(199, 255, 62, 0.28);
}
.nav.is-scrolled.is-over-light {
  background: rgba(9, 10, 10, 0.94);
  border-color: rgba(199, 255, 62, 0.24);
  box-shadow:
    0 18px 60px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(199, 255, 62, 0.04) inset;
}
@media (max-width: 650px) {
  .nav.is-scrolled {
    top: 9px;
    height: 60px;
    padding: 0 12px;
    border-radius: 14px;
  }
}

/* V9 floating navigation islands */
.nav {
  top: 18px;
  height: 64px;
  border: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  pointer-events: none;
  transition:
    transform 0.42s cubic-bezier(0.22, 0.7, 0.22, 1),
    opacity 0.3s ease;
}
.nav.nav-hidden {
  transform: translate(-50%, -115%);
  opacity: 0.15;
}
.nav-island {
  pointer-events: auto;
  height: 58px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(7, 9, 9, 0.88);
  color: #f5f6f1;
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px) saturate(130%);
  -webkit-backdrop-filter: blur(20px) saturate(130%);
}
.brand.nav-island {
  padding: 0 17px 0 13px;
  gap: 11px;
}
.brand.nav-island .brand-icon {
  width: 32px;
  fill: var(--lime);
}
.nav-status.nav-island {
  justify-self: center;
  padding: 0 18px;
  height: 42px;
  border-radius: 999px;
  color: #c5c9c2;
  background: rgba(7, 9, 9, 0.74);
}
.nav-actions {
  justify-self: end;
  padding: 0 8px 0 20px;
  gap: 18px;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 11px;
}
.desktop-nav > a:not(.contact-pill) {
  color: #f5f6f1;
  transition: color 0.2s ease;
}
.desktop-nav > a:not(.contact-pill):hover {
  color: var(--lime);
}
.contact-pill {
  background: var(--lime);
  color: #10110e;
  border-color: var(--lime);
  padding: 12px 16px;
}
.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 12px;
  background: #151816;
  cursor: pointer;
  position: relative;
}
.menu-toggle span {
  position: absolute;
  left: 12px;
  right: 12px;
  height: 1px;
  background: #fff;
  transition:
    transform 0.3s ease,
    top 0.3s ease;
}
.menu-toggle span:first-child {
  top: 16px;
}
.menu-toggle span:last-child {
  top: 25px;
}
.menu-toggle[aria-expanded="true"] span:first-child {
  top: 21px;
  transform: rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:last-child {
  top: 21px;
  transform: rotate(-45deg);
}
.nav.is-scrolled,
.nav.is-scrolled.is-over-light {
  top: 18px;
  height: 64px;
  width: min(1440px, calc(100% - 72px));
  padding: 0 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.nav.is-scrolled .contact-pill {
  background: var(--lime);
  color: #10110e;
  border-color: var(--lime);
}
.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 38;
  background: rgba(4, 5, 5, 0.96);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-18px);
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease,
    transform 0.45s cubic-bezier(0.22, 0.7, 0.22, 1);
}
.menu-overlay.open {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.menu-overlay-inner {
  height: 100%;
  padding-top: 150px;
  padding-bottom: 44px;
  display: flex;
  flex-direction: column;
}
.menu-overlay-inner > p {
  font-size: 9px;
  letter-spacing: 0.24em;
  color: #8e938c;
}
.menu-overlay nav {
  margin: auto 0;
  display: flex;
  flex-direction: column;
}
.menu-overlay nav a {
  display: flex;
  align-items: baseline;
  gap: 28px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font: 500 clamp(46px, 8vw, 104px)/0.95 Space Grotesk;
  letter-spacing: -0.06em;
}
.menu-overlay nav a span {
  font: 500 9px Inter;
  letter-spacing: 0.18em;
  color: var(--lime);
}
.menu-overlay nav a:hover {
  color: var(--lime);
}
.menu-meta {
  display: flex;
  justify-content: space-between;
  color: #92968f;
  font-size: 10px;
  letter-spacing: 0.14em;
}
body.menu-open {
  overflow: hidden;
}
@media (max-width: 900px) {
  .nav {
    width: calc(100% - 28px);
    grid-template-columns: auto 1fr auto;
    gap: 10px;
  }
  .nav.is-scrolled,
  .nav.is-scrolled.is-over-light {
    width: calc(100% - 28px);
  }
  .nav-status {
    display: none !important;
  }
  .desktop-nav {
    display: none !important;
  }
  .menu-toggle {
    display: block;
  }
  .nav-actions {
    padding: 0 8px;
    height: 58px;
  }
  .brand.nav-island {
    height: 58px;
  }
}
@media (max-width: 650px) {
  .nav,
  .nav.is-scrolled,
  .nav.is-scrolled.is-over-light {
    top: 10px;
    height: 54px;
    width: calc(100% - 20px);
  }
  .nav-island,
  .brand.nav-island,
  .nav-actions {
    height: 52px;
    border-radius: 15px;
  }
  .brand.nav-island {
    padding: 0 13px 0 10px;
  }
  .brand.nav-island .brand-icon {
    width: 29px;
  }
  .menu-toggle {
    width: 38px;
    height: 38px;
  }
  .menu-overlay-inner {
    padding-top: 105px;
  }
  .menu-overlay nav a {
    font-size: 14vw;
  }
}

/* V10 wordmark-only identity */
.brand.nav-island {
  padding: 0 18px;
}
.brand-wordmark {
  height: 34px;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: 1fr auto;
  align-items: center;
  column-gap: 0;
  position: relative;
}
.brand-wordmark b {
  font: 600 18px/0.9 Space Grotesk;
  letter-spacing: -0.055em;
  color: #f5f6f1;
}
.brand-wordmark b:nth-child(2) {
  color: var(--lime);
  margin-left: 1px;
}
.brand-wordmark i {
  font: 500 20px/0.9 Space Grotesk;
  color: #6fe5e6;
  font-style: normal;
  margin-left: 5px;
  transform: skewX(-12deg);
}
.brand-wordmark small {
  grid-column: 1/4;
  font: 500 6px/1 Inter;
  letter-spacing: 0.32em;
  color: #aeb3ab;
  margin-top: 6px;
  white-space: nowrap;
}
.brand-wordmark:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 31%;
  height: 1px;
  background: linear-gradient(90deg, var(--lime), transparent);
}
@media (max-width: 650px) {
  .brand.nav-island {
    padding: 0 14px;
  }
  .brand-wordmark b {
    font-size: 16px;
  }
  .brand-wordmark small {
    font-size: 5px;
    letter-spacing: 0.25em;
  }
}

/* Project enquiry modal */
.project-modal {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}
.project-modal.open {
  opacity: 1;
  visibility: visible;
}
.project-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(2, 3, 3, 0.82);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  cursor: default;
}

.project-modal-panel {
  position: relative;
  width: min(980px, 100%);
  max-height: min(88vh, 850px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(16, 19, 18, 0.98), rgba(6, 8, 8, 0.98));
  box-shadow:
    0 45px 140px rgba(0, 0, 0, 0.7),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  padding: 38px;
  transform: translateY(28px) scale(0.97);
  transition: transform 0.42s cubic-bezier(0.22, 0.7, 0.22, 1);
}
.project-modal.open .project-modal-panel {
  transform: none;
}
.project-modal-panel:before {
  content: "";
  position: absolute;
  right: -160px;
  top: -190px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(199, 255, 62, 0.18), transparent 66%);
  pointer-events: none;
}
.project-modal-container {
  overflow: auto;
  padding-right: 20px;
  margin-right: -20px;
}
.project-modal-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 34px;
}
.project-modal-head p {
  font-size: 8px;
  letter-spacing: 0.24em;
  color: #92978f;
  margin: 0 0 14px;
}
.project-modal-head h2 {
  font: 500 clamp(38px, 5vw, 68px)/0.95 Space Grotesk;
  letter-spacing: -0.055em;
  margin: 0;
  max-width: 700px;
}
.project-modal-close {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  position: relative;
}
.project-modal-close span {
  position: absolute;
  left: 13px;
  right: 13px;
  top: 22px;
  height: 1px;
  background: #fff;
}
.project-modal-close span:first-child {
  transform: rotate(45deg);
}
.project-modal-close span:last-child {
  transform: rotate(-45deg);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  position: relative;
  z-index: 1;
}
.form-grid label {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.form-grid label > span {
  font-size: 8px;
  letter-spacing: 0.17em;
  color: #a8ada5;
  text-transform: uppercase;
}
.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  color: #f5f6f1;
  font: 400 14px/1.5 Inter;
  padding: 15px 16px;
  outline: none;
  transition:
    border-color 0.2s,
    box-shadow 0.2s,
    background 0.2s;
}
.form-grid input::placeholder,
.form-grid textarea::placeholder {
  color: #70756f;
}
.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: rgba(199, 255, 62, 0.72);
  background: rgba(199, 255, 62, 0.035);
  box-shadow: 0 0 0 3px rgba(199, 255, 62, 0.08);
}
.form-grid select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #c7ff3e 50%), linear-gradient(135deg, #c7ff3e 50%, transparent 50%);
  background-position:
    calc(100% - 19px) 50%,
    calc(100% - 14px) 50%;
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
}
.form-grid select option {
  background: #111;
  color: #fff;
}
.form-grid textarea {
  resize: vertical;
  min-height: 135px;
}
.form-wide {
  grid-column: 1/-1;
}
.project-modal-foot {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 25px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.project-modal-foot p {
  margin: 0;
  max-width: 470px;
  color: #8f948d;
  font-size: 11px;
  line-height: 1.6;
}
.project-modal-foot p b {
  color: #dce1da;
}
.project-modal-foot button {
  border: 0;
  border-radius: 999px;
  background: var(--lime);
  color: #111;
  padding: 16px 22px;
  font: 600 11px Inter;
  letter-spacing: 0.04em;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 0 28px rgba(199, 255, 62, 0.12);
}
.project-modal-foot button:hover {
  box-shadow: 0 0 38px rgba(199, 255, 62, 0.28);
}
body.project-modal-open {
  overflow: hidden;
}
@media (max-width: 720px) {
  .project-modal {
    padding: 10px;
  }
  .project-modal-panel {
    padding: 24px 18px;
    border-radius: 22px;
    max-height: 94vh;
  }
  .project-modal-head {
    margin-bottom: 26px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .form-wide {
    grid-column: auto;
  }
  .project-modal-foot {
    align-items: stretch;
    flex-direction: column;
  }
  .project-modal-foot button {
    width: 100%;
  }
}

/* Secure enquiry form states */
.form-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.project-modal-head {
  /* position: sticky;
  top: -38px; */
  z-index: 30;
  padding-top: 38px;
  padding-bottom: 16px;
  /*background: linear-gradient(180deg, rgba(12, 15, 14, 0.99) 0%, rgba(12, 15, 14, 0.96) 72%, rgba(12, 15, 14, 0) 100%);*/
}
.project-modal-close {
  position: sticky;
  top: 2px;
  right: 0;
  z-index: 60;
  background: #151918;
  border-color: rgba(199, 255, 62, 0.32);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.48);
}
.project-modal-close:hover {
  background: var(--lime);
  border-color: var(--lime);
}
.project-modal-close:hover span {
  background: #111;
}
.project-modal-foot button[disabled] {
  opacity: 0.62;
  cursor: wait;
}
.project-form-status {
  min-height: 20px;
  margin: 16px 0 0;
  color: #ff8179;
  font-size: 11px;
  line-height: 1.5;
}
.project-success {
  position: relative;
  z-index: 2;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px 20px;
}
.project-success[hidden] {
  display: none;
}
.project-success > p {
  font-size: 8px;
  letter-spacing: 0.28em;
  color: var(--lime);
  margin: 0 0 24px;
}
.project-success h2 {
  font: 500 clamp(42px, 6vw, 78px)/0.94 Space Grotesk;
  letter-spacing: -0.06em;
  margin: 0;
}
.project-success h2 em {
  font-style: normal;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.72);
}
.project-success small {
  margin-top: 32px;
  color: #9da29b;
  font-size: 11px;
  letter-spacing: 0.08em;
}
.project-success small b {
  color: var(--lime);
}
.success-orbit {
  width: 82px;
  height: 82px;
  border: 1px solid rgba(199, 255, 62, 0.5);
  border-radius: 50%;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 0 50px rgba(199, 255, 62, 0.12);
}
.success-orbit:before,
.success-orbit:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.success-orbit:before {
  width: 12px;
  height: 12px;
  background: var(--lime);
  box-shadow: 0 0 22px var(--lime);
}
.success-orbit:after {
  width: 110px;
  height: 36px;
  border: 1px solid rgba(104, 217, 255, 0.28);
  animation: spin 5s linear infinite;
}
@media (max-width: 720px) {
  .project-modal-head {
    top: -24px;
    padding-top: 24px;
  }
  .project-modal-close {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }
  .project-success {
    min-height: 430px;
    padding: 35px 12px;
  }
}

/* V12 mobile-first responsive rebuild */
@media (max-width: 900px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .shell {
    width: calc(100% - 32px);
  }
  .noise {
    opacity: 0.028;
  }

  /* Floating navigation */
  .nav,
  .nav.is-scrolled,
  .nav.is-scrolled.is-over-light {
    top: max(10px, env(safe-area-inset-top));
    width: calc(100% - 20px);
    height: 54px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
  }
  .brand.nav-island,
  .nav-actions {
    height: 52px;
    border-radius: 15px;
  }
  .brand.nav-island {
    min-width: 0;
    padding: 0 13px;
  }
  .brand-wordmark {
    max-width: 100%;
  }
  .brand-wordmark b {
    font-size: 16px;
  }
  .brand-wordmark small {
    font-size: 5px;
    letter-spacing: 0.22em;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nav-actions {
    padding: 0 7px;
  }
  .menu-toggle {
    display: block;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
  }
  .nav-status,
  .desktop-nav {
    display: none !important;
  }
  .menu-overlay-inner {
    padding-top: calc(92px + env(safe-area-inset-top));
    padding-bottom: calc(26px + env(safe-area-inset-bottom));
  }
  .menu-overlay nav a {
    padding: 18px 0;
    font-size: clamp(45px, 14vw, 78px);
    gap: 16px;
  }
  .menu-meta {
    font-size: 8px;
    gap: 12px;
    flex-wrap: wrap;
  }

  /* Hero */
  .hero {
    height: auto;
    min-height: 100svh;
    padding-top: calc(100px + env(safe-area-inset-top));
    padding-bottom: 54px;
    justify-content: flex-start;
  }
  .hero-kicker {
    font-size: 7px;
    letter-spacing: 0.15em;
    gap: 18px;
    position: relative;
    z-index: 8;
  }
  .hero-kicker b {
    white-space: nowrap;
  }
  .hero h1 {
    width: 100%;
    margin: 36px 0 32px;
    font-size: clamp(58px, 18vw, 118px);
    line-height: 0.82;
    letter-spacing: -0.075em;
    position: relative;
    z-index: 7;
  }
  .hero h1 .line {
    transform: none !important;
    white-space: normal;
  }
  .line-b {
    text-align: left;
    padding-left: 9vw;
  }
  .line-c {
    padding-left: 0;
  }
  .line-c i {
    width: 0.58em;
    height: 0.58em;
  }
  .hero-bottom {
    position: relative;
    z-index: 9;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 22px;
    padding-top: 0;
  }
  .hero-bottom p {
    width: auto;
    max-width: 430px;
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
  }
  .enter {
    width: 88px;
    height: 88px;
    flex: 0 0 88px;
    font-size: 8px;
    background: rgba(6, 7, 7, 0.88);
  }
  .enter b {
    font-size: 16px;
  }
  .sculpture-labels {
    display: none;
  }

  /* Globe: centered and safely behind copy */
  .hero-globe-wrap {
    right: -42vw;
    top: 19%;
    width: 118vw;
    height: 61vh;
    max-height: 610px;
    opacity: 0.42;
    pointer-events: auto;
    touch-action: none;
    filter: drop-shadow(0 20px 55px rgba(0, 0, 0, 0.55));
  }
  #hero-globe {
    min-width: 0;
    min-height: 0;
  }
  /* .globe-data,
  .globe-orbit,
  .globe-drag-hint,
  .kolkata-spotlight {
    display: none !important;
  } */
  .hero-globe-wrap:after {
    inset: 7%;
    background: radial-gradient(circle at center, transparent 58%, rgba(5, 7, 7, 0.4) 78%, rgba(5, 7, 7, 0.9) 100%);
  }

  /* Intro and section spacing */
  .manifesto {
    min-height: auto;
    padding: 110px 0;
  }
  .manifesto h2 {
    font-size: clamp(44px, 13vw, 82px);
    margin: 36px 0;
    line-height: 1;
  }
  .manifesto-foot {
    display: block;
  }
  .manifesto-foot p {
    width: auto;
    max-width: 520px;
    margin-bottom: 34px;
  }
  .work-head {
    padding: 105px 0 70px;
  }
  .work-head > div,
  .cap-intro {
    display: block;
    margin-top: 26px;
  }
  .work-head h2,
  .cap-intro h2 {
    font-size: clamp(48px, 14vw, 82px);
    line-height: 0.96;
  }
  .work-head > div > p,
  .cap-intro > p {
    width: auto;
    max-width: 520px;
    margin-top: 26px;
  }

  /* Project case studies become normal stacked sections */
  .project {
    height: auto !important;
  }
  .project-sticky,
  .project-sticky.reversed {
    height: auto;
    min-height: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 44px;
    padding-top: 92px;
    padding-bottom: 92px;
    overflow: hidden;
  }
  .project-sticky.reversed .project-copy {
    order: 0;
  }
  .project-copy {
    width: 100%;
    transform: none !important;
  }
  .project-copy > span {
    font-size: 7px;
    letter-spacing: 0.19em;
  }
  .project-copy h3 {
    font-size: clamp(68px, 20vw, 116px);
    line-height: 0.76;
    margin: 25px 0 28px;
    overflow-wrap: anywhere;
  }
  .project-copy p {
    max-width: 540px;
    font-size: 13px;
    line-height: 1.65;
  }
  .tags {
    margin: 24px 0;
    gap: 6px;
  }
  .tags i {
    padding: 7px 9px;
    font-size: 7px;
  }
  .view {
    gap: 28px;
    font-size: 10px;
    max-width: 100%;
  }
  .project-world {
    width: 100%;
    height: 520px;
    transform: none !important;
    overflow: visible;
  }

  /* MetaSlalom */
  .main-card {
    width: 90%;
    height: 58%;
    padding: 20px;
    transform: rotate(-2deg);
  }
  .race-grid strong {
    font-size: 58px;
  }
  .course {
    height: 140px;
  }
  .stat-card {
    width: 158px;
    right: 0;
    bottom: 8%;
    padding: 17px;
    transform: rotate(4deg);
  }
  .stat-card b {
    font-size: 34px;
  }
  .race-ticker {
    left: 1%;
    bottom: 1%;
    font-size: 7px;
    letter-spacing: 0.12em;
  }

  /* Memory Doodle */
  .memory-world {
    height: 510px;
  }
  .sun {
    width: 420px;
    height: 420px;
  }
  .book-main {
    width: 68%;
    height: 68%;
    padding: 20px;
  }
  .book-back {
    width: 70%;
    height: 58%;
    left: 0;
    padding: 24px;
  }
  .book-back b {
    font-size: 34px;
  }
  .book-front {
    width: 58%;
    right: -2%;
    height: 20%;
    font-size: 7px;
  }
  .book-main h4 {
    font-size: 25px;
  }
  .family-art {
    height: 54%;
  }

  /* Little Black Book */
  .lbb-world {
    height: 530px;
  }
  .phone {
    width: 230px;
    height: 478px;
    border-width: 8px;
    border-radius: 36px;
    padding: 58px 18px 18px;
  }
  .phone-a {
    left: 1%;
    transform: rotate(-7deg) scale(0.84);
  }
  .phone-b {
    right: 0;
    transform: rotate(8deg) scale(0.84);
  }
  .people-ring {
    width: 90%;
  }
  .trust-badge {
    left: 2%;
    bottom: 0;
    max-width: 210px;
  }

  /* Scan4AI */
  .scan-world {
    height: 500px;
  }
  .scan-panel {
    width: 94%;
    padding: 18px;
    transform: rotate(1deg);
  }
  .media-frame {
    height: 235px;
  }
  .verified {
    width: 120px;
    height: 120px;
    right: -1%;
    bottom: 2%;
  }
  .verified b {
    font-size: 43px;
  }
  .radar {
    width: 100%;
  }

  /* Capabilities, numbers and contact */
  .capabilities {
    padding: 110px 0;
  }
  .cap-intro {
    margin-bottom: 62px;
  }
  .cap-list a {
    grid-template-columns: 34px 1fr 28px;
    gap: 12px;
    padding: 27px 0;
  }
  .cap-list h3 {
    font-size: clamp(25px, 8vw, 42px);
  }
  .cap-list p {
    display: none;
  }
  .numbers {
    padding-bottom: 80px;
  }
  .marquee div {
    font-size: 25px;
  }
  .number-grid {
    grid-template-columns: 1fr 1fr;
    gap: 52px 20px;
    padding-top: 62px;
  }
  .number-grid > div {
    padding-left: 15px;
  }
  .number-grid b {
    font-size: clamp(64px, 19vw, 100px);
  }
  .contact {
    min-height: auto;
    padding: 120px 0 90px;
  }
  .contact h2 {
    font-size: clamp(62px, 19vw, 108px);
    margin: 38px 0 55px;
    line-height: 0.82;
  }
  .mail {
    font-size: clamp(22px, 7vw, 40px);
    gap: 12px;
    overflow-wrap: anywhere;
  }
  .contact-meta {
    flex-direction: column;
    gap: 16px;
    margin-top: 42px;
  }
  footer {
    height: auto;
    min-height: 120px;
    padding: 32px 0 calc(32px + env(safe-area-inset-bottom));
    gap: 20px;
    flex-wrap: wrap;
  }
  footer nav {
    width: 100%;
    justify-content: space-between;
  }

  /* Project modal */
  .project-modal {
    align-items: end;
    padding: 0;
  }
  .project-modal-panel {
    width: 100%;
    max-height: calc(100svh - 16px);
    border-radius: 24px 24px 0 0;
    padding: 22px 16px calc(18px + env(safe-area-inset-bottom));
    overscroll-behavior: contain;
  }
  .project-modal-head {
    top: -22px;
    margin: 0 0 22px;
    padding: 22px 0 14px;
    gap: 12px;
  }
  .project-modal-head h2 {
    font-size: clamp(34px, 11vw, 50px);
    padding-right: 4px;
  }
  .project-modal-close {
    position: sticky;
    top: 0;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .form-wide {
    grid-column: auto;
  }
  .form-grid input,
  .form-grid select,
  .form-grid textarea {
    font-size: 16px;
    padding: 13px 14px;
    border-radius: 12px;
  }
  .form-grid textarea {
    min-height: 120px;
  }
  .project-modal-foot {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-top: 20px;
    padding-top: 18px;
  }
  .project-modal-foot button {
    width: 100%;
    min-height: 52px;
  }
  .project-success {
    min-height: 70svh;
    padding: 40px 8px;
  }
}

@media (max-width: 560px) {
  .shell {
    width: calc(100% - 24px);
  }
  .hero {
    padding-bottom: 42px;
  }
  .hero-kicker span {
    max-width: 70%;
  }
  .hero h1 {
    font-size: clamp(54px, 16vw, 88px);
    margin-top: 30px;
  }
  .line-b {
    padding-left: 0;
  }
  .hero-bottom {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .enter {
    width: 92px;
    height: 92px;
    margin: 0 auto;
  }
  .hero-globe-wrap {
    right: -66vw;
    top: 25%;
    width: 155vw;
    height: 51vh;
    opacity: 0.34;
  }
  .project-sticky,
  .project-sticky.reversed {
    padding-top: 76px;
    padding-bottom: 76px;
    gap: 34px;
  }
  .project-world,
  .memory-world,
  .lbb-world,
  .scan-world {
    height: 430px;
  }
  .project-copy h3 {
    font-size: clamp(61px, 21vw, 88px);
  }
  .main-card {
    width: 103%;
    height: 61%;
    padding: 15px;
  }
  .main-card header {
    font-size: 8px;
  }
  .race-grid {
    grid-template-columns: 0.62fr 0.38fr;
  }
  .race-grid strong {
    font-size: 49px;
  }
  .course {
    height: 112px;
  }
  .stat-card {
    width: 135px;
    padding: 13px;
    right: -4%;
  }
  .stat-card b {
    font-size: 29px;
  }
  .race-ticker {
    display: none;
  }
  .sun {
    width: 350px;
    height: 350px;
  }
  .book-main {
    width: 72%;
    height: 72%;
    padding: 16px;
  }
  .book-back {
    width: 73%;
    height: 58%;
    left: -5%;
    padding: 18px;
  }
  .book-main h4 {
    font-size: 21px;
  }
  .book-front {
    width: 62%;
    right: -7%;
  }
  .phone {
    width: 215px;
    height: 445px;
    transform-origin: center;
  }
  .phone-a {
    left: -17%;
    transform: rotate(-7deg) scale(0.72);
  }
  .phone-b {
    right: -17%;
    transform: rotate(8deg) scale(0.72);
  }
  .trust-badge {
    font-size: 7px;
    padding: 12px 14px;
  }
  .scan-panel {
    width: 108%;
    padding: 14px;
  }
  .media-frame {
    height: 200px;
  }
  .verified {
    width: 105px;
    height: 105px;
    right: -5%;
  }
  .verified b {
    font-size: 37px;
  }
  .number-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .contact h2 {
    font-size: 13.5vw;
    line-height: 1;
  }
  .mail {
    font-size: 6.4vw;
  }
  .menu-overlay nav a {
    font-size: 12vw;
  }
}

@media (max-width: 380px) {
  .brand-wordmark small {
    display: none;
  }
  .brand-wordmark {
    height: auto;
    grid-template-rows: 1fr;
  }
  .brand-wordmark:after {
    bottom: -7px;
  }
  .hero-kicker b {
    display: none;
  }
  .hero h1 {
    font-size: 19vw;
  }
  .hero-globe-wrap {
    right: -74vw;
    width: 170vw;
  }
  .project-world,
  .memory-world,
  .lbb-world,
  .scan-world {
    height: 390px;
  }
  .project-copy h3 {
    font-size: 20.5vw;
  }
  .phone-a {
    left: -24%;
  }
  .phone-b {
    right: -24%;
  }
}

@media (max-height: 520px) and (orientation: landscape) {
  .hero {
    min-height: 720px;
  }
  .menu-overlay-inner {
    padding-top: 80px;
  }
  .menu-overlay nav a {
    font-size: 10vh;
    padding: 10px 0;
  }
  .project-modal-panel {
    max-height: 100svh;
    border-radius: 0;
  }
}

/* V13 strict mobile viewport and overflow correction */
html {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-x: none;
}
body {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
  overscroll-behavior-x: none;
}
main,
section,
article,
header,
footer,
.shell {
  min-width: 0;
  max-width: 100%;
}
img,
svg,
video,
iframe,
canvas {
  max-width: 100%;
}

@media (max-width: 900px) {
  html,
  body {
    touch-action: pan-y;
  }
  body.menu-open,
  body.project-modal-open {
    position: fixed;
    inset: 0;
    width: 100%;
    overflow: hidden;
  }
  .shell {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
  }
  .nav {
    width: calc(100% - 20px) !important;
    max-width: calc(100% - 20px) !important;
    left: 0px !important;
    right: 0px !important;
    transform: none !important;
  }
  .nav-island,
  .nav-actions,
  .brand {
    min-width: 0;
    max-width: 100%;
  }
  .brand-wordmark {
    max-width: 145px;
  }
  .hero {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .hero h1,
  .hero h1 .line {
    max-width: 100%;
  }
  .hero-globe-wrap {
    right: -43vw !important;
    width: 118vw !important;
    max-width: none !important;
    height: 54vh !important;
    overflow: hidden;
    touch-action: none !important;
  }
  #hero-globe {
    min-width: 0 !important;
    width: 100% !important;
    max-width: none !important;
    overflow: hidden !important;
  }
  #hero-globe canvas {
    max-width: none !important;
  }
  .project,
  .project-sticky,
  .project-world,
  .race-world,
  .memory-world,
  .lbb-world,
  .scan-world {
    width: 100% !important;
    max-width: 100% !important;
    /*overflow: hidden !important;*/
  }
  .main-card,
  .scan-panel {
    max-width: 96% !important;
  }
  .phone-a {
    left: -10% !important;
  }
  .phone-b {
    right: -10% !important;
  }
  .book-back {
    left: 3% !important;
  }
  .book-front {
    right: 0 !important;
  }
  .stat-card,
  .verified {
    right: 0 !important;
  }
  .cap-list a,
  .number-grid > div,
  .contact-inner,
  .contact-meta,
  footer {
    min-width: 0;
    max-width: 100%;
  }
  .project-modal {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .project-modal-panel {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
  .form-grid input,
  .form-grid select,
  .form-grid textarea {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    font-size: 16px !important;
  }
}

@media (max-width: 560px) {
  .shell {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;
  }
  .hero-globe-wrap {
    right: -49vw !important;
    width: 126vw !important;
  }
  .project-world,
  .memory-world,
  .lbb-world,
  .scan-world {
    height: 410px !important;
  }
  .phone {
    transform: scale(0.58) !important;
  }
  .phone-a {
    left: -18% !important;
  }
  .phone-b {
    right: -18% !important;
  }
  .scan-panel {
    width: 96% !important;
  }
}

@media (max-width: 380px) {
  .hero-globe-wrap {
    right: -53vw !important;
    width: 132vw !important;
  }
  .phone-a {
    left: -22% !important;
  }
  .phone-b {
    right: -22% !important;
  }
}

@media screen and (max-width: 1024px) {
  .cursor {
    display: none;
  }
  .shell {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px;
    padding-right: 16px;
  }
  .hero {
    justify-content: center;
  }
}
@media screen and (max-width: 990px) {
  .globe-drag-hint {
    left: auto;
    right: 50%;
  }
}
