@font-face {
  font-family: Horizon;
  src: url("assets/sans.otf");
}
@font-face {
  font-family: Horizon;
  src: url("assets/sans-bold.otf");
  font-weight: 700;
}
:root {
  color-scheme: dark;
  --ink: #f8f9fd;
  --muted: #adb0c0;
  --accent: #c57d57;
  --bg: #030615;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 36px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Horizon, Arial, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
select {
  font: inherit;
  color: inherit;
}
a,
button,
summary,
select {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
select:focus-visible {
  outline: 2px solid #ffd29b;
  outline-offset: 6px;
}
.skip {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10;
  background: #fff;
  color: #030615;
  padding: 12px;
  transform: translateY(-150%);
}
.skip:focus {
  transform: none;
}
.sr-only {
  position: absolute;
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
}
header {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 4.5vw;
  padding: 28px 4.3vw;
}
.brand {
  font-size: 22px;
  letter-spacing: -1px;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.brand span,
.accent,
h1 span {
  color: var(--accent);
}
nav {
  display: flex;
  gap: 3.7vw;
  margin-left: auto;
}
nav a {
  font-size: 18px;
  padding: 12px 0;
  color: #d1d1df;
}
nav a:hover {
  color: #fff;
}
.language select {
  border: 0;
  background: transparent;
  min-height: 44px;
  font-size: 17px;
}
.hero {
  height: 100svh;
  min-height: 660px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.cosmos {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  z-index: -2;
}
.hero-copy {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 34svh;
}
h1 {
  font-size: 10.4vw;
  font-weight: 400;
  letter-spacing: -0.062em;
  line-height: 1;
  margin: 0 0 17px;
  white-space: nowrap;
  transform: scaleX(1.34);
}
h1 span {
  letter-spacing: -0.03em;
}
.hero-copy p {
  font-size: 22px;
  line-height: 1.6;
  color: #c5c6d4;
  margin: 0 0 44px;
}
.outline {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  border: 1px solid #c6c8d5;
  padding: 14px 32px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  min-height: 50px;
  background: #04071666;
}
.outline:hover {
  background: #ffffff12;
}
.outline span {
  font-size: 27px;
  line-height: 0.5;
}
.ship {
  position: absolute;
  z-index: 0;
  width: 33%;
  height: auto;
  left: 55%;
  top: 47%;
  pointer-events: none;
}
.motion {
  position: absolute;
  right: 24px;
  bottom: 20px;
  z-index: 3;
  border: 1px solid #b7b7cb66;
  background: #030615b3;
  padding: 11px 14px;
  font-size: 12px;
  min-height: 44px;
  cursor: pointer;
}
.about {
  padding: 130px 7vw 100px;
  text-align: center;
  background:
    radial-gradient(ellipse at 0% 35%, #18214166, transparent 25%),
    radial-gradient(ellipse at 100% 80%, #25234255, transparent 25%), #030615;
}
.index {
  letter-spacing: 5px;
  color: var(--accent);
  font-size: 15px;
  margin: 0 0 32px;
}
h2 {
  font-size: clamp(38px, 5.2vw, 86px);
  letter-spacing: -0.045em;
  font-weight: 400;
  margin: 0;
}
.rule {
  width: 120px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  margin: 38px auto;
}
.lead {
  font-size: 22px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0 auto 42px;
}
.columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5vw;
  max-width: 1120px;
  margin: auto;
  text-align: left;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}
.columns p {
  margin: 12px 0 28px;
}
.capabilities {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
  margin: 34px auto 0;
  max-width: 700px;
}
.capabilities details {
  flex: 1;
  border: 1px solid var(--accent);
  color: #dfa47f;
}
.capabilities summary {
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 18px 20px;
  font-size: 14px;
  cursor: pointer;
  min-height: 52px;
}
.capabilities p {
  padding: 0 22px 12px;
  color: var(--muted);
  line-height: 1.6;
  font-size: 16px;
}
.template-notes {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 24px 80px;
  color: var(--muted);
}
.template-notes details {
  border-top: 1px solid #ffffff25;
  padding: 12px 0;
  scroll-margin-top: 30px;
}
.template-notes summary {
  padding: 12px 0;
  cursor: pointer;
  min-height: 44px;
}
.template-notes p {
  max-width: 650px;
  line-height: 1.6;
}
.template-notes a {
  text-decoration: underline;
}
footer {
  display: flex;
  justify-content: space-between;
  padding: 30px 4.3vw;
  border-top: 1px solid #ffffff20;
  font-size: 15px;
}
footer a {
  padding: 12px;
}
footer > span {
  padding: 12px 0;
}
@keyframes cosmic-drift {
  to {
    transform: scale(1.025);
  }
}
@keyframes ship-drift {
  from {
    transform: translate(8px, 7px);
  }
  to {
    transform: translate(-12px, -13px);
  }
}
@media (max-width: 700px) {
  header {
    padding: 18px 22px;
    gap: 16px;
    flex-wrap: wrap;
  }
  .brand {
    font-size: 21px;
  }
  nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }
  nav a {
    font-size: 14px;
  }
  .language {
    margin-left: auto;
  }
  .hero {
    min-height: 710px;
    max-height: 900px;
  }
  .hero-copy {
    padding: 260px 20px 0;
  }
  h1 {
    font-size: 19vw;
    margin-bottom: 30px;
    transform: scaleX(1.12);
  }
  .hero-copy p {
    font-size: 17px;
    margin-bottom: 30px;
  }
  .cosmos {
    object-position: 48% center;
    opacity: 0.83;
  }
  .ship {
    top: auto;
    bottom: 6%;
    left: 56%;
    width: 53%;
  }
  .hero-copy {
    z-index: 2;
  }
  .outline {
    font-size: 12px;
    padding: 14px 23px;
  }
  .motion {
    right: 16px;
    bottom: 14px;
  }
  .about {
    padding: 80px 24px 60px;
  }
  h2 {
    font-size: 43px;
    line-height: 1.1;
  }
  .lead {
    font-size: 18px;
  }
  .lead br {
    display: none;
  }
  .columns {
    grid-template-columns: 1fr;
    gap: 0;
    font-size: 17px;
  }
  .capabilities {
    flex-direction: column;
    gap: 14px;
  }
  .capabilities details {
    width: 100%;
  }
  .capabilities summary {
    font-size: 12px;
  }
  .template-notes {
    padding-bottom: 40px;
  }
  footer {
    align-items: center;
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .ship,
  .cosmos {
    animation: none;
  }
}

.motion-ready .cosmos {
  animation: cosmic-drift 16s ease-in-out infinite alternate;
}
.motion-ready .ship {
  animation: ship-drift 7s ease-in-out infinite alternate;
}
.motion-ready.paused .cosmos,
.motion-ready.paused .ship {
  animation-play-state: paused;
}
@media (prefers-reduced-motion: reduce) {
  .motion-ready .cosmos,
  .motion-ready .ship {
    animation: none;
  }
}
