:root {
  --bg: #050607;
  --panel: #0a0d0f;
  --line: rgba(173, 185, 191, .08);
  --line-strong: rgba(195, 204, 209, .15);
  --text: #e8e8e8;
  --muted: rgba(205, 211, 214, .54);
  --faint: rgba(188, 198, 203, .28);
  --red: #9b1212;
  --red-soft: rgba(155, 18, 18, .74);
  --mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  --sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
}

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

.site-shell {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, .035), transparent 27%),
    radial-gradient(circle at 50% 110%, rgba(150, 18, 18, .08), transparent 36%),
    linear-gradient(180deg, #050607 0%, #030405 100%);
}

.scan-vignette {
  position: absolute;
  inset: 0;
  z-index: 7;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px) 0 0 / 100% 3px,
    radial-gradient(ellipse at center, transparent 42%, rgba(0, 0, 0, .58) 88%),
    linear-gradient(90deg, rgba(0, 0, 0, .42), transparent 18%, transparent 82%, rgba(0, 0, 0, .42));
}

.field-grid {
  position: absolute;
  inset: 10.8vh 0 0;
  z-index: 1;
  opacity: .78;
  background-image:
    linear-gradient(to right, var(--line) 1px, transparent 1px),
    linear-gradient(to bottom, var(--line) 1px, transparent 1px),
    linear-gradient(to right, rgba(255, 255, 255, .028) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, .028) 1px, transparent 1px);
  background-size: 96px 96px, 96px 96px, 24px 24px, 24px 24px;
  mask-image: linear-gradient(to bottom, transparent, #000 5%, #000 92%, transparent);
}

.world-layer {
  position: absolute;
  left: 50%;
  top: 16.2vh;
  z-index: 2;
  width: min(1480px, 104vw);
  height: min(680px, 72vh);
  transform: translateX(-50%);
  opacity: .57;
  mix-blend-mode: screen;
}

.map-dots path {
  fill: url("#dot-field");
}

#dot-field circle {
  fill: rgba(159, 171, 176, .24);
}

.site-header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 112px;
  padding: 0 clamp(28px, 3.3vw, 48px);
  border-bottom: 1px solid rgba(218, 226, 230, .11);
}

.brand-lockup {
  display: inline-flex;
  flex-direction: column;
  gap: 9px;
  min-width: 0;
  font-family: var(--mono);
  text-transform: uppercase;
  line-height: 1;
}

.brand-name {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
}

.brand-name span:first-child {
  color: #f0f0f0;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: .53em;
}

.brand-name span:last-child {
  color: var(--red);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: .53em;
}

.brand-field {
  color: rgba(238, 241, 241, .56);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .44em;
}

.header-contact {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-right: 29px;
  color: rgba(245, 245, 245, .88);
  font-family: var(--mono);
  font-size: 15px;
  letter-spacing: .34em;
  line-height: 1;
  text-transform: uppercase;
  transition: color .2s ease;
}

.header-contact::after {
  content: "";
  position: absolute;
  right: -33px;
  top: 21px;
  width: 22px;
  height: 1px;
  background: var(--red);
}

.header-contact:hover,
.header-contact:focus-visible,
.email-link:hover,
.email-link:focus-visible {
  color: #fff;
  outline: none;
}

.hero {
  position: relative;
  z-index: 4;
  min-height: calc(100svh - 112px);
}

.identity {
  position: absolute;
  left: 50%;
  top: 48.6%;
  width: min(880px, calc(100vw - 32px));
  transform: translate(-50%, -50%);
  animation: interface-in 900ms ease-out both;
}

.brand-title,
.brand-subtitle,
.tagline {
  margin: 0;
  text-transform: uppercase;
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1;
}

.brand-title {
  color: #ececec;
  font-size: clamp(54px, 6vw, 88px);
  letter-spacing: clamp(.28em, 2.05vw, .45em);
  text-indent: clamp(.28em, 2.05vw, .45em);
  text-shadow: 0 0 12px rgba(255, 255, 255, .15);
}

.brand-subtitle {
  margin-top: clamp(29px, 3.4vh, 42px);
  color: rgba(155, 18, 18, .9);
  font-size: clamp(30px, 3.05vw, 45px);
  letter-spacing: clamp(.38em, 2.7vw, .64em);
  text-indent: clamp(.38em, 2.7vw, .64em);
}

.red-rule {
  display: block;
  width: 38px;
  height: 2px;
  margin: clamp(34px, 4.2vh, 44px) auto clamp(34px, 4.1vh, 43px);
  background: var(--red);
}

.tagline {
  color: rgba(238, 241, 241, .75);
  font-family: var(--mono);
  font-size: clamp(16px, 1.55vw, 22px);
  letter-spacing: clamp(.32em, 1.45vw, .52em);
  text-indent: clamp(.32em, 1.45vw, .52em);
}

.email-link {
  position: relative;
  display: inline-block;
  margin-top: clamp(28px, 3.8vh, 40px);
  padding: 17px 47px;
  color: rgba(243, 243, 243, .8);
  font-family: var(--mono);
  font-size: clamp(15px, 1.2vw, 18px);
  letter-spacing: .045em;
  transition: color .2s ease, border-color .2s ease;
}

.email-link::before,
.email-link::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-color: rgba(232, 235, 235, .44);
}

.email-link::before {
  left: 0;
  top: 0;
  border-left: 1px solid;
  border-top: 1px solid;
}

.email-link::after {
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.hud-panel {
  position: absolute;
  z-index: 5;
  min-width: 206px;
  color: var(--faint);
  font-family: var(--mono);
  font-size: 13px;
  line-height: 1.2;
  text-transform: none;
}

.hud-panel::before,
.hud-panel::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-color: rgba(193, 202, 206, .19);
}

.hud-panel p {
  margin: 0 0 11px;
}

.hud-panel p:first-child {
  color: rgba(202, 209, 212, .35);
  text-transform: uppercase;
}

.hud-panel span {
  color: var(--red);
}

.hud-intel {
  left: clamp(44px, 4.45vw, 70px);
  top: 52px;
}

.hud-intel::before {
  left: -25px;
  top: -12px;
  border-left: 1px solid;
  border-top: 1px solid;
}

.hud-intel::after {
  right: -15px;
  bottom: -14px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.hud-objective {
  left: clamp(44px, 4.45vw, 70px);
  bottom: 84px;
}

.hud-objective::before {
  left: -25px;
  bottom: -16px;
  border-left: 1px solid;
  border-bottom: 1px solid;
}

.hud-objective::after {
  right: -16px;
  bottom: -16px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.coordinates {
  position: absolute;
  right: clamp(55px, 6vw, 98px);
  top: 39px;
  z-index: 5;
  color: rgba(202, 209, 212, .48);
  font-family: var(--mono);
  font-size: 14px;
  letter-spacing: .11em;
  text-align: left;
}

.coordinates p {
  margin: 0 0 10px;
}

.coordinates::after {
  content: "";
  position: absolute;
  right: -39px;
  top: 33px;
  width: 18px;
  height: 1px;
  background: var(--red);
}

.status {
  position: absolute;
  right: clamp(46px, 5vw, 80px);
  bottom: 80px;
  z-index: 5;
  color: rgba(202, 209, 212, .4);
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: .02em;
}

.status p {
  margin: 0 0 10px;
}

.status-bars {
  display: flex;
  gap: 4px;
  margin-top: 6px;
}

.status-bars i {
  width: 4px;
  height: 9px;
  background: rgba(212, 218, 221, .32);
}

.status-bars i:nth-last-child(-n+2) {
  background: var(--red);
}

.marker,
.tick {
  position: absolute;
  z-index: 5;
  pointer-events: none;
}

.marker {
  width: 10px;
  height: 10px;
  border: 1px solid var(--red-soft);
}

.marker::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: var(--red-soft);
}

.marker-us {
  left: 9.2%;
  top: 30.8%;
}

.marker-asia {
  right: 6.4%;
  top: 47.4%;
}

.tick-top,
.tick-bottom {
  width: 18px;
  height: 18px;
  border-left: 1px solid rgba(196, 204, 208, .18);
  border-top: 1px solid rgba(196, 204, 208, .18);
}

.tick-top {
  left: 18.7%;
  top: 6.7%;
}

.tick-bottom {
  right: 6%;
  bottom: 29%;
  transform: rotate(180deg);
}

.about-section {
  position: relative;
  overflow: hidden;
  padding: clamp(84px, 12vh, 132px) 0 clamp(92px, 13vh, 148px);
  background:
    linear-gradient(to right, rgba(173, 185, 191, .055) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(173, 185, 191, .055) 1px, transparent 1px),
    radial-gradient(circle at 74% 35%, rgba(155, 18, 18, .08), transparent 26%),
    linear-gradient(180deg, #030405 0%, #060708 100%);
  background-size: 96px 96px, 96px 96px, auto, auto;
  border-top: 1px solid rgba(218, 226, 230, .1);
}

.about-section::before,
.about-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.about-section::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .54), transparent 22%, transparent 78%, rgba(0, 0, 0, .54)),
    linear-gradient(rgba(255, 255, 255, .014) 1px, transparent 1px) 0 0 / 100% 3px;
}

.about-section::after {
  left: clamp(24px, 4vw, 64px);
  top: clamp(26px, 4vw, 56px);
  width: 34px;
  height: 1px;
  background: var(--red);
}

.about-copy {
  position: relative;
  z-index: 1;
  width: min(690px, 100%);
  margin-left: clamp(0px, 8vw, 118px);
  color: rgba(232, 235, 235, .78);
}

.section-kicker,
.research-sequence {
  margin: 0;
  color: rgba(202, 209, 212, .42);
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.section-kicker span {
  color: var(--red);
}

.about-copy h2 {
  margin: 24px 0 29px;
  color: rgba(240, 240, 240, .92);
  font-family: var(--mono);
  font-size: clamp(29px, 3.4vw, 48px);
  font-weight: 300;
  letter-spacing: .42em;
  line-height: 1;
  text-transform: uppercase;
}

.about-copy p:not(.section-kicker):not(.research-sequence) {
  max-width: 650px;
  margin: 0 0 20px;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 300;
  line-height: 1.65;
}

.research-sequence {
  margin-top: 42px;
  color: rgba(155, 18, 18, .9);
  letter-spacing: .32em;
}

@keyframes interface-in {
  from {
    opacity: 0;
    transform: translate(-50%, -48%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}

@media (max-width: 991.98px) {
  .site-header {
    height: 104px;
    padding-inline: 28px;
  }

  .world-layer {
    top: 17vh;
    width: 1220px;
    height: 600px;
  }

  .identity {
    top: 50%;
  }
}

@media (max-width: 767.98px) {
  .site-shell {
    min-height: 100svh;
  }

  .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    height: 92px;
    align-items: center;
    gap: 16px;
    padding: 0 16px;
  }

  .brand-lockup {
    gap: 7px;
  }

  .brand-name {
    gap: 7px;
  }

  .brand-name span:first-child {
    font-size: 12px;
    letter-spacing: .12em;
  }

  .brand-name span:last-child {
    font-size: 12px;
    letter-spacing: .12em;
  }

  .brand-field {
    font-size: 9px;
    letter-spacing: .26em;
  }

  .header-contact {
    position: relative;
    justify-self: end;
    transform: none;
    margin-top: 0;
    margin-right: 0;
    flex: 0 0 auto;
    font-size: 12px;
    letter-spacing: .16em;
  }

  .header-contact::after {
    display: none;
  }

  .field-grid {
    inset: 92px 0 0;
    background-size: 72px 72px, 72px 72px, 18px 18px, 18px 18px;
  }

  .world-layer {
    top: 19vh;
    width: 860px;
    height: 520px;
    opacity: .48;
  }

  .identity {
    top: 50%;
    width: calc(100vw - 22px);
    transform: translate(-50%, -50%);
    animation: none;
  }

  .brand-title {
    font-size: clamp(30px, 9.2vw, 36px);
    letter-spacing: clamp(.055em, 1.5vw, .1em);
    text-indent: 0;
  }

  .brand-subtitle {
    margin-top: 25px;
    font-size: clamp(23px, 6.6vw, 30px);
    letter-spacing: clamp(.14em, 3.2vw, .24em);
    text-indent: 0;
  }

  .red-rule {
    margin-block: 31px;
  }

  .tagline {
    font-size: 14px;
    letter-spacing: .23em;
    text-indent: 0;
  }

  .email-link {
    max-width: calc(100vw - 48px);
    margin-top: 29px;
    padding: 15px 20px;
    font-size: 14px;
    overflow-wrap: anywhere;
  }

  .marker-us {
    left: 10%;
    top: 34%;
  }

  .marker-asia,
  .tick-bottom {
    display: none;
  }

  .about-section {
    padding: 70px 0 82px;
    background-size: 72px 72px, 72px 72px, auto, auto;
  }

  .about-copy {
    margin-left: 0;
    padding-inline: 8px;
  }

  .about-copy h2 {
    margin-bottom: 24px;
    font-size: 28px;
    letter-spacing: .28em;
  }

  .about-copy p:not(.section-kicker):not(.research-sequence) {
    font-size: 17px;
    line-height: 1.6;
  }

  .research-sequence {
    margin-top: 34px;
    letter-spacing: .14em;
  }
}

@media (max-width: 390px) {
  .brand-title {
    font-size: 30px;
    letter-spacing: .055em;
    text-indent: 0;
  }

  .brand-subtitle {
    letter-spacing: .17em;
    text-indent: 0;
  }

  .tagline {
    font-size: 13px;
    letter-spacing: .15em;
    text-indent: 0;
  }

  .about-copy h2 {
    letter-spacing: .22em;
  }

  .research-sequence {
    font-size: 12px;
    letter-spacing: .1em;
  }
}
