@charset "UTF-8";
:root {
  --ink: #07131d;
  --ink-soft: #0c2230;
  --paper: #f1eee7;
  --paper-soft: #d9ded8;
  --mist: #a9bbb9;
  --aqua: #80e4d3;
  --mint: #a4f4d1;
  --signal: #ff7d42;
  --signal-light: #ffb47b;
  --line: rgba(220, 243, 235, .16);
  --sans: "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
  --display: Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-underline-offset: 0.22em;
}

img {
  max-width: 100%;
  height: auto;
}

.shell {
  width: min(1180px, 100% - 48px);
  margin: 0 auto;
}

.narrow {
  width: min(760px, 100%);
}

.reading {
  width: min(760px, 100%);
}

.skip-link {
  position: fixed;
  z-index: 20;
  top: -80px;
  left: 1rem;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 0.7rem 1rem;
  background: var(--paper);
  color: var(--ink);
}

.skip-link:focus {
  top: 0;
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  border-bottom: 1px solid rgba(220, 243, 235, 0.12);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.wordmark {
  flex: 1;
  color: var(--paper);
  font-size: 1.36rem;
  font-weight: 750;
  letter-spacing: -0.055em;
  text-decoration: none;
}

.wordmark-mark {
  color: var(--signal);
}

.site-nav {
  display: flex;
  gap: 1.5rem;
  font-size: 0.86rem;
  font-weight: 650;
}

.site-nav a {
  color: var(--paper-soft);
  text-decoration: none;
}

.site-nav a:hover, .site-nav a:focus {
  color: var(--aqua);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.68rem 1.2rem;
  cursor: pointer;
  font: inherit;
  font-weight: 750;
  line-height: 1.15;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible, .text-link:focus-visible, .site-nav a:focus-visible, details summary:focus-visible {
  outline: 2px solid var(--aqua);
  outline-offset: 4px;
}

.button-small {
  min-height: 38px;
  padding: 0.5rem 0.85rem;
  font-size: 0.78rem;
}

.button-quiet {
  border-color: var(--line);
  color: var(--paper);
}

.button-quiet:hover {
  border-color: var(--aqua);
  color: var(--aqua);
}

.button-signal {
  background: var(--signal);
  color: #20110b;
}

.button-signal:hover {
  background: var(--signal-light);
}

.eyebrow {
  margin: 0 0 1.2rem;
  color: var(--aqua);
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero {
  overflow: hidden;
  min-height: 760px;
  padding: 162px 0 84px;
  background: radial-gradient(circle at 92% 42%, rgba(57, 151, 172, 0.18), transparent 26rem), radial-gradient(circle at 7% 105%, rgba(255, 125, 66, 0.12), transparent 26rem), linear-gradient(135deg, #091926 0%, #06111b 53%, #071d28 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(400px, 1.05fr);
  align-items: center;
  gap: 4.5rem;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

h1, h2, h3, p {
  margin-top: 0;
}

h1, h2, h3 {
  color: var(--paper);
  font-weight: 450;
  line-height: 1.03;
  letter-spacing: -0.055em;
}

h1 {
  max-width: 650px;
  font-family: var(--display);
  font-size: clamp(3.7rem, 6.2vw, 6.1rem);
}

h2 {
  font-family: var(--display);
  font-size: clamp(2.6rem, 4vw, 4.2rem);
}

h3 {
  font-size: 1.4rem;
}

.hero-lede {
  max-width: 550px;
  margin: 1.8rem 0 2rem;
  color: var(--paper-soft);
  font-size: clamp(1.12rem, 1.4vw, 1.32rem);
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.text-link {
  color: var(--aqua);
  font-weight: 750;
  text-decoration-color: rgba(128, 228, 211, 0.35);
}

.microcopy {
  margin: 2rem 0 0;
  color: var(--mist);
  font-size: 0.8rem;
}

.world-window {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 500px;
  border: 1px solid rgba(164, 244, 209, 0.24);
  border-radius: 20px;
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.38), inset 0 0 90px rgba(14, 96, 111, 0.28);
  background: radial-gradient(ellipse at 59% 34%, rgba(68, 148, 174, 0.4), transparent 35%), radial-gradient(ellipse at 15% 83%, rgba(237, 116, 60, 0.16), transparent 28%), linear-gradient(160deg, #133344, #081a27 48%, #06131c 100%);
}

.world-window::after {
  position: absolute;
  z-index: 4;
  inset: 0;
  content: "";
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent 75%);
}

.window-topline {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--aqua), transparent);
  opacity: 0.7;
}

.light-field {
  position: absolute;
  z-index: 0;
  width: 22rem;
  height: 22rem;
  top: -7rem;
  right: -3rem;
  border-radius: 50%;
  opacity: 0.33;
  filter: blur(12px);
  background: repeating-radial-gradient(ellipse at center, rgba(147, 243, 220, 0.55) 0 1px, transparent 3px 18px);
  transform: rotate(17deg);
}

.water-ripple {
  position: absolute;
  z-index: 0;
  width: 41rem;
  height: 11rem;
  border: 1px solid rgba(123, 232, 213, 0.2);
  border-radius: 50%;
  opacity: 0.32;
}

.ripple-one {
  top: 3.5rem;
  left: -8rem;
  transform: rotate(-16deg);
}

.ripple-two {
  bottom: 4.5rem;
  right: -13rem;
  transform: rotate(13deg);
}

.food {
  position: absolute;
  z-index: 2;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--signal-light);
  box-shadow: 0 0 12px rgba(255, 180, 123, 0.92);
}

.food-a {
  top: 27%;
  left: 20%;
}

.food-b {
  top: 61%;
  left: 34%;
}

.food-c {
  top: 34%;
  left: 72%;
}

.food-d {
  top: 78%;
  left: 67%;
}

.food-e {
  top: 67%;
  left: 14%;
}

.food-f {
  top: 18%;
  left: 52%;
}

.organism {
  position: absolute;
  z-index: 3;
  width: 52px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 59% 41% 46% 54%/58% 56% 44% 42%;
  color: var(--aqua);
  filter: drop-shadow(0 0 14px rgba(128, 228, 211, 0.46));
}

.organism::before, .organism::after, .organism i {
  position: absolute;
  content: "";
  display: block;
  width: 19px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  transform-origin: 100% 50%;
}

.organism::before {
  top: -7px;
  left: 3px;
  transform: rotate(-35deg);
}

.organism::after {
  top: 27px;
  left: 7px;
  transform: rotate(22deg);
}

.organism i:nth-child(1) {
  top: 4px;
  left: 42px;
  transform: rotate(-18deg);
}

.organism i:nth-child(2) {
  top: 16px;
  left: 42px;
  transform: rotate(24deg);
}

.organism i:nth-child(3) {
  top: 10px;
  left: -15px;
  transform: rotate(177deg);
}

.organism-a {
  top: 27%;
  left: 31%;
  transform: rotate(-25deg) scale(0.82);
}

.organism-b {
  top: 63%;
  left: 48%;
  transform: rotate(21deg) scale(1.07);
  color: var(--mint);
}

.organism-c {
  top: 48%;
  left: 78%;
  transform: rotate(130deg) scale(0.64);
  color: #5cc6d5;
}

.predator {
  right: 13%;
  bottom: 23%;
  width: 102px;
  height: 43px;
  color: var(--signal-light);
  transform: rotate(-24deg);
  filter: drop-shadow(0 0 18px rgba(255, 125, 66, 0.46));
}

.predator::before {
  top: -13px;
  left: 5px;
  width: 35px;
}

.predator::after {
  top: 49px;
  left: 11px;
  width: 35px;
}

.predator i:nth-child(1) {
  top: 4px;
  left: 85px;
  width: 37px;
}

.predator i:nth-child(2) {
  top: 34px;
  left: 82px;
  width: 37px;
}

.predator i:nth-child(3) {
  top: 21px;
  left: -33px;
  width: 35px;
}

.world-caption {
  position: absolute;
  z-index: 6;
  bottom: 1.25rem;
  left: 1.25rem;
  color: rgba(233, 246, 238, 0.8);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.pulse {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 0.48rem;
  border-radius: 50%;
  background: var(--aqua);
  box-shadow: 0 0 0 5px rgba(128, 228, 211, 0.16);
}

.section {
  padding: 112px 0;
}

.section-dark {
  background: #0b202c;
}

.split-intro {
  display: grid;
  grid-template-columns: 0.35fr 1.15fr 1fr;
  gap: 2rem;
}

.split-intro .eyebrow {
  grid-column: 1;
  margin-top: 0.85rem;
}

.split-intro h2 {
  grid-column: 2;
  margin-bottom: 0;
}

.split-intro > p:last-child {
  grid-column: 3;
  max-width: 410px;
  color: var(--paper-soft);
  font-size: 1.06rem;
}

.feature-section {
  background: var(--paper);
  color: var(--ink);
}

.feature-section h3 {
  color: var(--ink);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(7, 19, 29, 0.17);
}

.feature-card {
  min-height: 330px;
  padding: 2.15rem;
  background: var(--paper);
}

.feature-card p:not(.feature-number) {
  max-width: 318px;
  color: #405058;
}

.feature-number {
  color: var(--signal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.feature-observe {
  background: linear-gradient(155deg, #e4eee9 0%, var(--paper) 60%);
}

.feature-follow {
  background: #f3eadd;
}

.feature-return {
  background: #e4efed;
}

.statement {
  overflow: hidden;
  background: var(--signal);
  color: #1e110b;
}

.statement-inner {
  display: grid;
  grid-template-columns: 0.45fr 1.2fr 0.7fr;
  gap: 2rem;
}

.statement .eyebrow {
  color: #562e1e;
  margin-top: 1.1rem;
}

.statement blockquote {
  grid-column: 2/span 2;
  max-width: 800px;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.7rem, 5vw, 5.4rem);
  line-height: 1;
  letter-spacing: -0.065em;
}

.statement-inner > p:last-child {
  grid-column: 2;
  margin: 1rem 0 0;
  color: #502819;
  font-size: 1rem;
}

.process-section {
  background: #081720;
}

.process-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 8rem;
}

.process-grid > div > p:not(.eyebrow) {
  color: var(--paper-soft);
  max-width: 450px;
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: process;
}

.process-list li {
  position: relative;
  padding: 0 0 1.9rem 3.4rem;
  border-left: 1px solid rgba(128, 228, 211, 0.28);
}

.process-list li::before {
  position: absolute;
  top: 0.1rem;
  left: -11px;
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  background: var(--aqua);
  color: var(--ink);
  content: counter(process);
  counter-increment: process;
  font-size: 0.66rem;
  font-weight: 850;
}

.process-list span {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--aqua);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.process-list strong {
  display: block;
  font-size: 1.14rem;
}

.process-list p {
  margin: 0.25rem 0 0;
  color: var(--mist);
}

.signup {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  margin: 0 0 112px;
  padding: 3.1rem;
  border: 1px solid rgba(128, 228, 211, 0.26);
  border-radius: 18px;
  background: radial-gradient(circle at 95% 20%, rgba(255, 125, 66, 0.17), transparent 15rem), #0d2632;
}

.signup h2 {
  margin: 0;
  font-size: clamp(2.2rem, 3.2vw, 3.4rem);
}

.signup > div > p:not(.eyebrow) {
  max-width: 460px;
  margin: 0.9rem 0 0;
  color: var(--paper-soft);
}

.signup-form {
  display: flex;
  gap: 0.6rem;
}

.signup input {
  flex: 1;
  min-width: 0;
  border: 1px solid rgba(220, 243, 235, 0.26);
  border-radius: 999px;
  padding: 0.72rem 1.1rem;
  background: #06141c;
  color: var(--paper);
  font: inherit;
}

.signup input::placeholder {
  color: #77918e;
}

.signup input:focus {
  border-color: var(--aqua);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(128, 228, 211, 0.16);
}

.signup-disclosure {
  margin: 0.75rem 0 0;
  color: var(--mist);
  font-size: 0.75rem;
  line-height: 1.5;
}

.signup-unconfigured {
  align-items: center;
  color: var(--paper-soft);
  font-size: 0.88rem;
}

.page-hero {
  padding: 180px 0 78px;
  background: radial-gradient(circle at 75% 6%, rgba(92, 198, 213, 0.2), transparent 20rem), linear-gradient(135deg, #0b1d29, #07131d);
}

.page-hero h1 {
  max-width: 740px;
  margin-bottom: 1.3rem;
  font-size: clamp(3.6rem, 6vw, 5.7rem);
}

.page-lede {
  max-width: 680px;
  color: var(--paper-soft);
  font-size: 1.17rem;
}

.reading {
  color: var(--paper-soft);
  font-size: 1.08rem;
}

.reading h2 {
  margin: 3.3rem 0 1rem;
  font-size: clamp(2rem, 3vw, 3.1rem);
}

.reading h2:first-child {
  margin-top: 0;
}

.reading li {
  margin: 0.65rem 0;
}

.faq-list {
  width: min(860px, 100%);
}

.faq-list details {
  border-top: 1px solid var(--line);
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 1.35rem 3rem 1.35rem 0;
  color: var(--paper);
  font-size: clamp(1.12rem, 2vw, 1.42rem);
  font-weight: 680;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  right: 0.35rem;
  color: var(--aqua);
  content: "+";
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details > div {
  max-width: 720px;
  padding: 0 3rem 1.5rem 0;
  color: var(--paper-soft);
}

.faq-list details p {
  margin: 0;
}

.press-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.press-card {
  min-height: 210px;
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #0b202b;
}

.press-card p:last-child {
  margin-bottom: 0;
  color: var(--paper-soft);
}

.press-card dl {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 0.45rem 0.6rem;
  margin: 0;
  color: var(--paper-soft);
}

.press-card dt {
  color: var(--mist);
}

.press-card dd {
  margin: 0;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 3.5rem 0 1.4rem;
  background: #051018;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 2rem;
  align-items: start;
}

.footer-wordmark {
  display: inline-block;
}

.footer-note {
  margin: 0.3rem 0 0;
  color: var(--mist);
  font-size: 0.83rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.2rem;
}

.footer-links a, .footer-steam {
  color: var(--paper-soft);
  font-size: 0.84rem;
  text-decoration: none;
}

.footer-links a:hover, .footer-steam:hover {
  color: var(--aqua);
}

.footer-steam {
  color: var(--aqua);
  font-weight: 700;
  white-space: nowrap;
}

.footer-bottom {
  margin-top: 3.5rem;
  color: #62807d;
  font-size: 0.72rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
  .world-window {
    min-height: 440px;
    max-width: 680px;
  }
  .split-intro {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .split-intro .eyebrow, .split-intro h2, .split-intro > p:last-child {
    grid-column: auto;
  }
  .split-intro h2 {
    margin-bottom: 0;
  }
  .statement-inner {
    grid-template-columns: 1fr;
  }
  .statement blockquote, .statement-inner > p:last-child {
    grid-column: auto;
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
  .signup {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-steam {
    grid-column: 1/-1;
  }
}
@media (max-width: 620px) {
  .shell {
    width: min(100% - 32px, 1180px);
  }
  .header-inner {
    min-height: 65px;
    gap: 1rem;
  }
  .site-nav {
    display: none;
  }
  .button-small {
    font-size: 0.71rem;
  }
  .hero {
    padding-top: 135px;
    padding-bottom: 60px;
  }
  .world-window {
    min-height: 350px;
  }
  .world-caption {
    font-size: 0.55rem;
  }
  .predator {
    transform: rotate(-24deg) scale(0.74);
    transform-origin: center;
    right: 7%;
    bottom: 18%;
  }
  .section {
    padding: 76px 0;
  }
  .feature-grid, .press-grid {
    grid-template-columns: 1fr;
  }
  .feature-card {
    min-height: auto;
    padding: 1.7rem;
  }
  .statement {
    padding: 76px 0;
  }
  .signup {
    margin-bottom: 76px;
    padding: 1.7rem;
  }
  .signup-form {
    flex-direction: column;
  }
  .signup-form .button {
    width: 100%;
  }
  .signup-unconfigured {
    align-items: stretch;
  }
  .page-hero {
    padding: 138px 0 62px;
  }
  .page-hero h1 {
    font-size: clamp(3rem, 14vw, 4.2rem);
  }
  .faq-list summary {
    padding-right: 2.2rem;
  }
  .faq-list details > div {
    padding-right: 0.2rem;
  }
  .press-card dl {
    grid-template-columns: 1fr;
    gap: 0.05rem;
  }
  .press-card dd {
    margin-bottom: 0.6rem;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-steam {
    grid-column: auto;
  }
  .footer-bottom {
    margin-top: 2rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
}

/*# sourceMappingURL=organizsim.css.map */