:root {
  --ink: #070b11;
  --graphite: #111821;
  --panel: #18222d;
  --white: #f5f8fc;
  --muted: #9ba8b7;
  --blue: #168fe5;
  --cyan: #38c5ee;
  --line: rgb(155 168 183 / 18%);
  --display: "Arial Narrow", Impact, Haettenschweiler, "Franklin Gothic Condensed", Arial, sans-serif;
  --body: Inter, Aptos, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ink);
  color-scheme: dark;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background: var(--ink);
  color: var(--white);
  font-family: var(--body);
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 10;
  top: 0.8rem;
  left: 0.8rem;
  padding: 0.7rem 0.9rem;
  transform: translateY(-160%);
  background: var(--white);
  color: var(--ink);
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-shell {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100svh;
  overflow: clip;
  padding: clamp(1.4rem, 3.5vw, 3.5rem) clamp(1.25rem, 6vw, 7rem) 1.5rem;
  background:
    linear-gradient(115deg, transparent 0 48%, rgb(22 143 229 / 3%) 48% 49%, transparent 49% 100%),
    var(--ink);
  background-position: 0 0, 0 0;
  background-size: 180% 100%, auto;
  animation: speed-streaks 14s linear infinite;
}

.site-shell::before,
.site-shell::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.site-shell::before {
  right: -16rem;
  bottom: -18rem;
  width: min(76vw, 75rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: repeating-conic-gradient(
    from 270deg,
    rgb(56 197 238 / 0%) 0deg 2deg,
    rgb(56 197 238 / 18%) 2.3deg 2.8deg,
    rgb(56 197 238 / 0%) 3.2deg 9deg
  );
  mask-image: radial-gradient(circle, #000 0 18%, transparent 69%);
  opacity: 0.72;
  transform-origin: 50% 50%;
  animation: ray-sweep 28s linear infinite;
}

.site-shell::after {
  right: -16vw;
  bottom: -26rem;
  width: 86vw;
  height: 33rem;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgb(22 143 229 / 37%), rgb(22 143 229 / 9%) 36%, transparent 70%);
  filter: blur(14px);
  animation: horizon-breathe 6s ease-in-out infinite;
}

.site-header,
.site-footer {
  animation: arrive 760ms cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: clamp(1rem, 2.3vw, 1.65rem);
}

.brand {
  position: relative;
  display: inline-flex;
  max-width: 13rem;
}

.brand__crop {
  position: relative;
  display: block;
  width: clamp(8.75rem, 14.5vw, 13rem);
  aspect-ratio: 624 / 173;
  overflow: hidden;
  isolation: isolate;
}

.brand__crop::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(112deg, transparent 36%, rgb(245 248 252 / 0%) 44%, rgb(245 248 252 / 52%) 50%, rgb(56 197 238 / 18%) 56%, transparent 64%);
  transform: translateX(-100%);
  mix-blend-mode: screen;
  animation: logo-sheen 8s cubic-bezier(0.4, 0, 0.2, 1) 2.4s infinite;
}

.brand__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: contrast(1.08) brightness(1.1);
}

.site-header__location {
  margin: 0;
  color: var(--muted);
  font-family: var(--display);
  font-size: 0.68rem;
  font-stretch: condensed;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-align: right;
  text-transform: uppercase;
}

main {
  display: grid;
  align-items: center;
}

.hero {
  width: min(100%, 49rem);
  padding: clamp(4.5rem, 11vw, 9.25rem) 0 clamp(4rem, 9vw, 7rem);
}

.hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1.35rem;
  color: var(--cyan);
  font-family: var(--display);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  animation: arrive 560ms cubic-bezier(0.2, 0.75, 0.25, 1) 140ms both;
}

.hero__eyebrow::before {
  width: 2rem;
  height: 1px;
  background: currentColor;
  content: "";
}

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

.hero__headline-wrap {
  position: relative;
  width: min(100%, 45rem);
  overflow: hidden;
  transform-origin: left center;
  animation: title-reveal 850ms cubic-bezier(0.16, 0.8, 0.25, 1) 220ms both;
}

.hero__headline-art {
  display: block;
  width: 100%;
  height: auto;
}

.hero__copy {
  max-width: 34rem;
  margin: clamp(1.6rem, 3vw, 2.5rem) 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.65;
  animation: arrive 620ms cubic-bezier(0.2, 0.75, 0.25, 1) 460ms both;
}

.status {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: max-content;
  margin: clamp(2rem, 4vw, 3rem) 0 0;
  border: 1px solid rgb(56 197 238 / 48%);
  padding: 0.62rem 0.9rem;
  background: rgb(24 34 45 / 78%);
  color: var(--white);
  font-family: var(--display);
  font-size: 0.7rem;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  animation: arrive 620ms cubic-bezier(0.2, 0.75, 0.25, 1) 570ms both;
}

.status span {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0.7rem var(--cyan);
  animation: status-pulse 2.4s ease-in-out 1.2s infinite;
}

.contact-link {
  display: inline-flex;
  flex-direction: column;
  gap: 0.38rem;
  margin-top: clamp(2.25rem, 5vw, 3.4rem);
  border-bottom: 1px solid rgb(245 248 252 / 60%);
  padding: 0 0 0.55rem;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(1.32rem, 2.4vw, 1.75rem);
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.035em;
  line-height: 1;
  text-decoration: none;
  transform: skewX(-5deg);
  transform-origin: left center;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
  animation: arrive 620ms cubic-bezier(0.2, 0.75, 0.25, 1) 680ms both;
}

.contact-link span {
  color: var(--muted);
  font-family: var(--body);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-link:hover {
  border-color: var(--cyan);
  color: var(--cyan);
  transform: skewX(-5deg) translateX(0.35rem);
}

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 5px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line);
  padding-top: 1.25rem;
  color: var(--muted);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation-delay: 220ms;
}

@keyframes arrive {
  from {
    opacity: 0;
    transform: translateY(0.85rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes title-reveal {
  from {
    opacity: 0;
    transform: translate3d(-0.75rem, 0.95rem, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ray-sweep {
  from {
    transform: rotate(-3deg) scale(1.01);
  }

  50% {
    transform: rotate(3deg) scale(1.04);
  }

  to {
    transform: rotate(-3deg) scale(1.01);
  }
}

@keyframes horizon-breathe {
  0%,
  100% {
    opacity: 0.64;
    transform: scale(0.96);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

@keyframes status-pulse {
  0%,
  100% {
    opacity: 0.75;
    box-shadow: 0 0 0.45rem var(--cyan);
    transform: scale(0.88);
  }

  50% {
    opacity: 1;
    box-shadow: 0 0 1rem var(--cyan);
    transform: scale(1);
  }
}

@keyframes speed-streaks {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 100% 0, 0 0;
  }
}

@keyframes logo-sheen {
  0%,
  55%,
  100% {
    transform: translateX(-100%);
  }

  72% {
    transform: translateX(100%);
  }
}

@media (max-width: 700px) {
  .site-shell {
    padding: 1.25rem 1.2rem 1.2rem;
  }

  .site-header__location {
    max-width: 10rem;
    line-height: 1.45;
  }

  .hero {
    padding: 5.5rem 0 5rem;
  }

  .hero__headline-wrap {
    width: 100%;
  }

  .site-footer {
    flex-wrap: wrap;
    row-gap: 0.65rem;
  }

  .site-footer span:last-child {
    width: 100%;
  }
}

@media (min-width: 701px) {
  .hero {
    padding: clamp(2.5rem, 5vw, 4.75rem) 0 clamp(2.25rem, 4vw, 3.75rem);
  }

  .hero__headline-wrap {
    width: min(100%, 37rem);
  }

  .hero__copy {
    margin-top: clamp(1.2rem, 2vw, 1.8rem);
  }

  .status {
    margin-top: clamp(1.25rem, 2.5vw, 2rem);
  }

  .contact-link {
    margin-top: clamp(1.5rem, 3vw, 2.25rem);
  }
}

@media (min-width: 701px) and (max-height: 900px) {
  .site-shell {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }

  .site-header {
    padding-bottom: 0.8rem;
  }

  .hero {
    padding: 1.5rem 0 1.25rem;
  }

  .hero__headline-wrap {
    width: min(100%, 33rem);
  }

  .hero__eyebrow {
    margin-bottom: 0.8rem;
  }

  .hero__copy {
    margin-top: 1rem;
  }

  .status {
    margin-top: 1.1rem;
  }

  .contact-link {
    margin-top: 1.25rem;
  }

  .site-footer {
    padding-top: 0.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    animation-delay: 0s !important;
    transition: none !important;
  }
}
