@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  color-scheme: dark;
  --ink: #f4f5ef;
  --muted: #a0a59b;
  --background: #0a0d0b;
  --surface: #111612;
  --line: rgba(234, 240, 225, 0.14);
  --accent: #c4f36a;
  --accent-deep: #91c838;
  --mono: "DM Mono", "Courier New", monospace;
  --sans: "Manrope", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--background);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.section-shell,
.site-header,
.site-footer {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 5;
  display: flex;
  height: 88px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.wordmark-symbol {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  overflow: hidden;
  letter-spacing: 0;
}

.wordmark-symbol img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 76px;
  height: 76px;
  max-width: none;
  transform: translate(-50%, -50%);
}

.wordmark-period {
  color: var(--accent);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 38px;
  color: #c2c6bd;
  font-size: 12px;
  font-weight: 600;
}

.site-nav a:not(.nav-cta),
.text-link,
.back-to-top {
  transition: color 180ms ease;
}

.site-nav a:not(.nav-cta):hover,
.text-link:hover,
.back-to-top:hover {
  color: var(--accent);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 2px;
  color: var(--ink);
}

.nav-cta span {
  color: var(--accent);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: 610px;
  grid-template-columns: 1fr 0.9fr;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 74px;
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding-top: 12px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 27px;
  color: #bbc0b5;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 13px rgba(196, 243, 106, 0.56);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.hero h1 {
  margin-bottom: 23px;
  font-size: clamp(58px, 7.4vw, 102px);
  font-weight: 600;
  letter-spacing: -0.09em;
  line-height: 0.99;
}

.hero h1 span,
.section-heading h2 span,
.manifesto h2 span,
.contact h2 span {
  color: var(--accent);
}

.hero-description {
  max-width: 440px;
  margin-bottom: 31px;
  color: #aeb3aa;
  font-size: 14px;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding: 0 19px;
  font-size: 12px;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--accent);
  color: #13180d;
}

.button-primary:hover {
  background: #d1ff80;
}

.button-primary span,
.text-link span {
  font-size: 16px;
}

.text-link {
  color: #c2c6bd;
  font-size: 11px;
  font-weight: 600;
}

.text-link span {
  margin-left: 7px;
  color: var(--accent);
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 60px;
}

.note-line {
  width: 34px;
  height: 1px;
  background: var(--accent);
}

.hero-note p {
  margin: 0;
  color: #737a6c;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.hero-note p span {
  color: var(--accent);
}

.hero-art {
  position: relative;
  display: grid;
  width: min(100%, 490px);
  aspect-ratio: 1 / 0.91;
  justify-self: end;
  overflow: hidden;
  place-items: center;
  background:
    radial-gradient(ellipse at 50% 51%, rgba(160, 210, 77, 0.14), transparent 43%),
    linear-gradient(145deg, #10160f, #0a0e0b 72%);
}

.art-grid {
  position: absolute;
  inset: 0;
  opacity: 0.26;
  background-image: linear-gradient(rgba(197, 243, 106, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(197, 243, 106, 0.09) 1px, transparent 1px);
  background-size: 37px 37px;
  mask-image: radial-gradient(ellipse at center, black, transparent 73%);
}

.orbit {
  position: absolute;
  width: 58%;
  height: 58%;
  border: 1px solid rgba(196, 243, 106, 0.62);
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(196, 243, 106, 0.07), inset 0 0 30px rgba(196, 243, 106, 0.05);
}

.orbit-one {
  transform: rotate(-32deg) scaleY(0.53);
}

.orbit-two {
  transform: rotate(49deg) scaleY(0.53);
}

.orbit-three {
  width: 49%;
  height: 49%;
  border-color: rgba(196, 243, 106, 0.29);
  transform: rotate(90deg) scaleY(0.54);
}

.core {
  position: relative;
  display: grid;
  width: 112px;
  height: 112px;
  align-content: center;
  justify-items: center;
  gap: 5px;
  border: 1px solid rgba(196, 243, 106, 0.8);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196, 243, 106, 0.2), rgba(16, 22, 15, 0.95) 70%);
  box-shadow: 0 0 53px rgba(196, 243, 106, 0.14);
}

.core-mark {
  color: var(--accent);
  font-size: 43px;
  font-weight: 500;
  letter-spacing: -0.1em;
  line-height: 1;
}

.core-caption {
  color: #c4d6a6;
  font-family: var(--mono);
  font-size: 6px;
  line-height: 1.5;
  text-align: center;
}

.art-label {
  position: absolute;
  color: #96a189;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.1em;
}

.label-top {
  top: 25px;
  left: 25px;
}

.label-bottom {
  right: 25px;
  bottom: 24px;
}

.label-bottom span {
  color: var(--accent);
}

.art-cross {
  position: absolute;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 14px;
}

.cross-one {
  top: 25%;
  right: 22%;
}

.cross-two {
  bottom: 27%;
  left: 19%;
}

.hero-index {
  position: absolute;
  right: 0;
  bottom: 28px;
  color: #62695f;
  font-family: var(--mono);
  font-size: 9px;
}

.hero-index span {
  color: var(--accent);
}

.ticker {
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0e120f;
}

.ticker-track {
  display: flex;
  width: max-content;
  min-height: 59px;
  align-items: center;
  gap: 29px;
  animation: ticker-scroll 32s linear infinite;
}

.ticker-track span {
  color: #b8beb1;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ticker-track i {
  color: var(--accent);
  font-size: 12px;
  font-style: normal;
}

@keyframes ticker-scroll {
  to {
    transform: translateX(-50%);
  }
}

.section-space {
  padding-top: 126px;
  padding-bottom: 132px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 54px;
}

.section-number {
  color: var(--accent);
}

.section-heading .eyebrow {
  margin-bottom: 22px;
}

.section-heading h2,
.manifesto h2,
.contact h2 {
  margin-bottom: 0;
  font-size: clamp(39px, 5.5vw, 69px);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 1.08;
}

.section-intro {
  width: min(355px, 38%);
  margin-bottom: 7px;
  color: #a7ada3;
  font-size: 12px;
  line-height: 1.9;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.service-card {
  min-height: 403px;
  padding: 20px 21px 22px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.018), transparent 65%);
  transition: border-color 180ms ease, transform 180ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(196, 243, 106, 0.45);
}

.card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #858c80;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.1em;
}

.card-icon {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--accent);
  font-size: 12px;
}

.service-illustration {
  position: relative;
  display: grid;
  height: 142px;
  margin: 14px 0 18px;
  overflow: hidden;
  place-items: center;
  background: radial-gradient(ellipse at center, rgba(196, 243, 106, 0.08), transparent 70%);
}

.browser-frame {
  position: relative;
  width: 59%;
  height: 80px;
  border: 1px solid rgba(196, 243, 106, 0.52);
  background: rgba(12, 16, 12, 0.8);
  transform: perspective(220px) rotateY(-11deg) rotateX(5deg);
}

.browser-dots {
  display: flex;
  height: 16px;
  align-items: center;
  gap: 4px;
  padding-left: 7px;
  border-bottom: 1px solid rgba(196, 243, 106, 0.2);
}

.browser-dots i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0.72;
}

.browser-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 11px;
}

.browser-content span {
  width: 49%;
  height: 3px;
  background: rgba(196, 243, 106, 0.53);
}

.browser-content span:nth-child(2) {
  width: 70%;
  opacity: 0.55;
}

.browser-content span:nth-child(3) {
  width: 38%;
  opacity: 0.35;
}

.browser-content b {
  position: absolute;
  top: 10px;
  right: 11px;
  width: 22px;
  height: 24px;
  border: 1px solid rgba(196, 243, 106, 0.4);
}

.float-square {
  position: absolute;
  top: 25px;
  right: 19%;
  width: 12px;
  height: 12px;
  border: 1px solid var(--accent);
  transform: rotate(45deg);
}

.code-window {
  display: flex;
  width: 47%;
  height: 83px;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 13px;
  border: 1px solid rgba(196, 243, 106, 0.39);
  background: rgba(12, 16, 12, 0.8);
  transform: rotate(-5deg);
}

.code-line {
  display: block;
  height: 3px;
  background: var(--accent);
  opacity: 0.5;
}

.code-line.short {
  width: 33%;
}

.code-line.medium {
  width: 57%;
  opacity: 0.7;
}

.code-line.long {
  width: 78%;
  opacity: 0.3;
}

.code-bracket {
  position: absolute;
  right: 19%;
  bottom: 22px;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 20px;
}

.future-orbit {
  position: absolute;
  width: 102px;
  height: 70px;
  border: 1px solid rgba(196, 243, 106, 0.6);
  border-radius: 50%;
}

.future-orbit-one {
  transform: rotate(34deg);
}

.future-orbit-two {
  transform: rotate(-34deg);
}

.future-spark {
  color: var(--accent);
  font-size: 29px;
}

.future-point {
  position: absolute;
  top: 28px;
  right: 28%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 17px var(--accent);
}

.service-card h3 {
  margin-bottom: 9px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.service-card p {
  min-height: 57px;
  margin-bottom: 19px;
  color: #9ba198;
  font-size: 10px;
  line-height: 1.8;
}

.service-card > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
}

.manifesto {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(ellipse at 100% 30%, rgba(130, 175, 55, 0.11), transparent 36%),
    #0e120f;
}

.manifesto-inner {
  position: relative;
  min-height: 435px;
  padding-top: 75px;
  padding-bottom: 74px;
}

.manifesto .eyebrow {
  margin-bottom: 36px;
}

.manifesto-content {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
}

.manifesto-aside {
  width: 31%;
  padding-bottom: 4px;
}

.manifesto-aside > p {
  margin-bottom: 27px;
  color: #a7ada3;
  font-size: 12px;
  line-height: 1.9;
}

.word-breakdown {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #8f9887;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.09em;
}

.word-breakdown b {
  color: var(--accent);
  font-weight: 500;
}

.manifesto-stamp {
  position: absolute;
  right: -42px;
  bottom: -83px;
  color: rgba(196, 243, 106, 0.045);
  font-size: 310px;
  font-weight: 800;
  letter-spacing: -0.1em;
  line-height: 1;
  pointer-events: none;
}

.manifesto-stamp span {
  color: rgba(196, 243, 106, 0.09);
  font-size: 130px;
  vertical-align: 28%;
}

.approach-steps {
  border-top: 1px solid var(--line);
}

.approach-step {
  display: grid;
  min-height: 105px;
  grid-template-columns: 74px 1fr 50px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.step-number {
  color: var(--accent);
  font-family: var(--mono);
  font-size: 10px;
}

.approach-step h3 {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
}

.approach-step p {
  margin-bottom: 0;
  color: #9ba198;
  font-size: 10px;
  line-height: 1.7;
}

.step-arrow {
  justify-self: end;
  color: #7c8476;
  font-size: 18px;
}

.contact {
  position: relative;
  display: flex;
  min-height: 395px;
  align-items: center;
  overflow: hidden;
  margin-bottom: 92px;
  padding: 57px 64px;
  background: var(--accent);
  color: #11150c;
}

.contact-content {
  position: relative;
  z-index: 1;
}

.contact .eyebrow {
  margin-bottom: 21px;
  color: #3c4a2b;
}

.contact .status-dot {
  background: #33451c;
  box-shadow: none;
}

.contact h2 {
  font-size: clamp(46px, 6vw, 73px);
}

.contact h2 span {
  color: #253918;
}

.contact-content > p:not(.eyebrow) {
  max-width: 390px;
  margin: 17px 0 23px;
  color: #3b472f;
  font-size: 12px;
  line-height: 1.8;
}

.button-dark {
  background: #11150c;
  color: var(--ink);
}

.button-dark:hover {
  background: #20291a;
}

.button-dark span {
  color: var(--accent);
}

.contact-orbit {
  position: absolute;
  top: 50%;
  right: 11%;
  display: grid;
  width: 290px;
  height: 290px;
  place-items: center;
  border: 1px solid rgba(25, 42, 14, 0.25);
  border-radius: 50%;
  transform: translateY(-50%);
}

.contact-orbit::before,
.contact-orbit::after {
  position: absolute;
  width: 85%;
  height: 41%;
  border: 1px solid rgba(25, 42, 14, 0.32);
  border-radius: 50%;
  content: "";
}

.contact-orbit::before {
  transform: rotate(52deg);
}

.contact-orbit::after {
  transform: rotate(-52deg);
}

.contact-orbit span {
  color: rgba(25, 42, 14, 0.65);
  font-size: 78px;
}

.contact-side-note {
  position: absolute;
  right: 19px;
  bottom: 18px;
  color: rgba(25, 42, 14, 0.56);
  font-family: var(--mono);
  font-size: 7px;
  letter-spacing: 0.09em;
  writing-mode: vertical-rl;
}

.site-footer {
  display: grid;
  min-height: 82px;
  grid-template-columns: 1.2fr 1fr 1fr auto;
  align-items: center;
  gap: 20px;
  border-top: 1px solid var(--line);
}

.footer-wordmark {
  font-size: 13px;
}

.footer-wordmark .wordmark-symbol {
  width: 31px;
  height: 31px;
  flex-basis: 31px;
}

.footer-wordmark .wordmark-symbol img {
  width: 59px;
  height: 59px;
}

.site-footer > p,
.footer-copyright,
.back-to-top {
  margin: 0;
  color: #858c80;
  font-size: 9px;
}

.footer-copyright {
  font-family: var(--mono);
}

.back-to-top {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-self: end;
}

.back-to-top span {
  color: var(--accent);
  font-size: 13px;
}

@media (max-width: 900px) {
  .section-shell,
  .site-header,
  .site-footer {
    width: min(100% - 56px, 720px);
  }

  .site-nav {
    gap: 20px;
  }

  .hero {
    min-height: 555px;
    grid-template-columns: 1fr 0.8fr;
  }

  .hero h1 {
    font-size: clamp(59px, 8vw, 76px);
  }

  .hero-art {
    width: 100%;
  }

  .service-card {
    min-height: 390px;
    padding-inline: 16px;
  }

  .manifesto-aside {
    width: 37%;
  }

  .contact {
    padding-inline: 44px;
  }

  .contact-orbit {
    right: 6%;
    width: 235px;
    height: 235px;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 70px;
  }

  .section-shell,
  .site-header,
  .site-footer {
    width: calc(100% - 40px);
  }

  .site-header {
    height: 70px;
  }

  .wordmark {
    font-size: 15px;
  }

  .wordmark-symbol {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .wordmark-symbol img {
    width: 69px;
    height: 69px;
  }

  .menu-toggle {
    display: flex;
    width: 42px;
    height: 42px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid var(--line);
    background: transparent;
    cursor: pointer;
  }

  .menu-toggle span {
    width: 15px;
    height: 1px;
    background: var(--accent);
    transition: transform 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 8px 16px 16px;
    border: 1px solid var(--line);
    border-top: 0;
    background: #0e120f;
  }

  .site-nav.is-open {
    display: flex;
    flex-direction: column;
  }

  .site-nav > a:not(.nav-cta) {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
  }

  .nav-cta {
    justify-content: space-between;
    margin-top: 13px;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 39px;
    padding-top: 74px;
    padding-bottom: 64px;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero .eyebrow {
    margin-bottom: 21px;
    font-size: 8px;
  }

  .hero h1 {
    margin-bottom: 19px;
    font-size: clamp(64px, 15vw, 90px);
  }

  .hero-description {
    max-width: 410px;
    font-size: 12px;
  }

  .hero-actions {
    flex-wrap: wrap;
    gap: 19px;
  }

  .hero-note {
    margin-top: 39px;
  }

  .hero-art {
    width: 100%;
    max-width: 490px;
    justify-self: center;
  }

  .hero-index {
    bottom: 23px;
  }

  .ticker-track {
    min-height: 53px;
  }

  .section-space {
    padding-top: 84px;
    padding-bottom: 86px;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 35px;
  }

  .section-heading .eyebrow {
    margin-bottom: 17px;
  }

  .section-heading h2,
  .manifesto h2 {
    font-size: clamp(43px, 10vw, 59px);
  }

  .section-intro {
    width: 100%;
    max-width: 440px;
    margin-bottom: 0;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .service-card {
    min-height: 0;
    padding: 19px;
  }

  .service-illustration {
    height: 130px;
    margin-block: 9px 12px;
  }

  .service-card p {
    min-height: 0;
    max-width: 360px;
    margin-bottom: 17px;
  }

  .manifesto-inner {
    min-height: auto;
    padding-top: 63px;
    padding-bottom: 65px;
  }

  .manifesto .eyebrow {
    margin-bottom: 26px;
  }

  .manifesto-content {
    align-items: start;
    flex-direction: column;
    gap: 24px;
  }

  .manifesto-aside {
    width: 100%;
    max-width: 420px;
  }

  .manifesto-aside > p {
    margin-bottom: 21px;
    font-size: 11px;
  }

  .manifesto-stamp {
    right: -37px;
    bottom: -42px;
    font-size: 200px;
  }

  .manifesto-stamp span {
    font-size: 80px;
  }

  .approach-step {
    min-height: 109px;
    grid-template-columns: 43px 1fr 24px;
  }

  .approach-step h3 {
    font-size: 13px;
  }

  .approach-step p {
    max-width: 300px;
    font-size: 9px;
  }

  .contact {
    min-height: 395px;
    margin-bottom: 58px;
    padding: 43px 27px;
  }

  .contact h2 {
    font-size: clamp(49px, 11vw, 64px);
  }

  .contact-content > p:not(.eyebrow) {
    max-width: 290px;
    font-size: 11px;
  }

  .contact-orbit {
    top: auto;
    right: -98px;
    bottom: -80px;
    width: 205px;
    height: 205px;
    transform: none;
  }

  .contact-orbit span {
    font-size: 55px;
  }

  .contact-side-note {
    right: 10px;
    bottom: 11px;
    font-size: 6px;
  }

  .site-footer {
    min-height: 104px;
    grid-template-columns: 1fr auto;
    gap: 9px 15px;
    padding-block: 17px;
  }

  .site-footer > p {
    grid-column: 1;
    grid-row: 2;
  }

  .footer-copyright {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .back-to-top {
    grid-column: 2;
    grid-row: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
