:root {
  --ink: #06111f;
  --panel: #0b2235;
  --line: #294257;
  --cyan: #22d3ee;
  --aqua: #9decf5;
  --white: #f4f8fb;
  --body: #a8b8c8;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-header {
  height: 100px;
  padding: 0 4vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  position: absolute;
  z-index: 20;
  width: 100%;
  border-bottom: 1px solid rgba(157, 236, 245, 0.08);
}
.wordmark {
  display: flex;
  align-items: center;
}
.wordmark img {
  height: 40px;
  width: auto;
  display: block;
}
nav {
  display: flex;
  gap: 42px;
}
nav a {
  font-size: 14px;
  color: #d6e0e8;
  position: relative;
}
nav a:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  left: 0;
  bottom: -8px;
  background: var(--cyan);
  transition: 0.25s;
}
nav a:hover:after {
  width: 100%;
}
.header-cta {
  justify-self: end;
  border: 1px solid var(--cyan);
  padding: 15px 20px;
  font-size: 14px;
}
.header-cta span,
.button span,
footer a span {
  margin-left: 16px;
  transition: transform 0.2s;
  display: inline-block;
}
.header-cta:hover span,
.button:hover span,
footer a:hover span {
  transform: translateX(4px);
}
.hero {
  min-height: 900px;
  position: relative;
  overflow: hidden;
  padding: 190px 4vw 210px;
  background: radial-gradient(
    circle at 78% 36%,
    #092943 0,
    #061729 24%,
    var(--ink) 57%
  );
}
.hero:after {
  content: "";
  position: absolute;
  width: 72vw;
  height: 72vw;
  max-width: 930px;
  max-height: 930px;
  right: -7vw;
  top: 80px;
  opacity: 0.84;
  background: url("../image/hero.png")
    center/contain no-repeat;
  z-index: 1;
}
.hero-glow {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(34, 211, 238, 0.09);
  filter: blur(90px);
  right: 5%;
  top: 20%;
}
.hero-orbits i {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(34, 211, 238, 0.12);
  border-radius: 50%;
  right: -10%;
  top: 17%;
  width: 65vw;
  height: 38vw;
  transform: rotate(-12deg);
}
.hero-orbits i:nth-child(2) {
  transform: rotate(13deg);
  width: 70vw;
  top: 28%;
}
.hero-orbits i:nth-child(3) {
  transform: rotate(38deg);
  width: 60vw;
  top: 32%;
}
.hero-orbits i:nth-child(4) {
  width: 8px;
  height: 8px;
  background: var(--cyan);
  right: 18%;
  top: 31%;
  box-shadow: 0 0 20px var(--cyan);
}
.hero-content {
  position: relative;
  z-index: 4;
  max-width: 780px;
}
.eyebrow {
  color: var(--cyan);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.28em;
  font-weight: 700;
}
h1 {
  font-size: clamp(58px, 6vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 600;
  margin: 34px 0 24px;
}
.hero-copy {
  max-width: 665px;
  font-size: 19px;
  line-height: 1.65;
  color: #bbc9d5;
}
.hero-actions {
  display: flex;
  gap: 18px;
  margin-top: 34px;
}
.button {
  padding: 17px 24px;
  border: 1px solid var(--cyan);
  font-weight: 600;
  font-size: 14px;
  transition: 0.25s;
}
.button-primary {
  background: var(--cyan);
  color: #03121b;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(34, 211, 238, 0.13);
}
.location {
  color: #8498aa;
  margin-top: 30px;
  font-size: 14px;
}
.location span {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
  margin-right: 10px;
}
.service-strip {
  position: absolute;
  z-index: 5;
  left: 4vw;
  right: 4vw;
  bottom: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-strip > div {
  background: rgba(11, 34, 53, 0.76);
  border: 1px solid var(--line);
  padding: 28px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 18px;
  backdrop-filter: blur(12px);
}
.strip-icon {
  grid-row: 1/3;
  color: var(--cyan);
  font-size: 32px;
}
.service-strip strong {
  font-size: 18px;
}
.service-strip small {
  color: #879aad;
  margin-top: 7px;
  font-size: 14px;
}
.section {
  padding: 120px 6vw;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 60px;
  align-items: start;
}
h2 {
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  margin: 0;
  font-weight: 600;
}
.section-heading > p:last-child,
.delivery-intro > p:last-child {
  color: var(--body);
  line-height: 1.7;
  font-size: 17px;
}
.services {
  background: #f1f6f8;
  color: #071827;
}
.services .eyebrow,
.about .eyebrow {
  color: #087d92;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 80px;
  border-top: 1px solid #b8c8cf;
}
.service-card {
  padding: 38px 38px 52px 0;
  border-right: 1px solid #b8c8cf;
  min-height: 300px;
}
.service-card + .service-card {
  padding-left: 38px;
}
.service-card:last-child {
  border: 0;
}
.service-card > span {
  color: #087d92;
  font-family: monospace;
}
.service-card h3 {
  font-size: 25px;
  line-height: 1.2;
  margin: 70px 0 18px;
}
.service-card p,
.about-copy p {
  color: #526773;
  line-height: 1.7;
}
.delivery {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 10vw;
  background: #071522;
}
.delivery-intro {
  position: sticky;
  top: 60px;
  align-self: start;
}
.delivery-intro h2 {
  margin: 28px 0;
}
.timeline article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}
.timeline article > span {
  color: var(--cyan);
  font-family: monospace;
}
.timeline h3 {
  margin: 0 0 8px;
  font-size: 20px;
}
.timeline p {
  margin: 0;
  color: var(--body);
  line-height: 1.6;
}
.about {
  background: #e8f0f3;
  color: #071827;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10vw;
}
.about h2 {
  margin-top: 28px;
}
.about-copy {
  font-size: 18px;
}
.about-copy p:first-child {
  font-size: 25px;
  color: #173442;
  line-height: 1.45;
  margin-top: 0;
}
.engagement {
  background: #06111f;
}
.engagement-box {
  max-width: 1160px;
  margin: auto;
  padding: 70px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #0b2235, #071725);
  position: relative;
  overflow: hidden;
}
.engagement-box:after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(34, 211, 238, 0.2);
  border-radius: 50%;
  right: -100px;
  top: -100px;
  box-shadow: 0 0 80px rgba(34, 211, 238, 0.09);
}
.engagement-box h2 {
  margin: 26px 0;
}
.engagement-box > p:not(.eyebrow) {
  max-width: 730px;
  color: var(--body);
  line-height: 1.7;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}
.tags span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  color: var(--aqua);
  font-size: 13px;
}
footer {
  padding: 100px 6vw 30px;
  background: #03101b;
}
.footer-lead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 70px;
  border-bottom: 1px solid var(--line);
}
.footer-lead h2 {
  max-width: 680px;
  margin-top: 24px;
}
.footer-lead > a {
  color: var(--cyan);
  border-bottom: 1px solid var(--cyan);
  padding-bottom: 8px;
}
.company-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 55px 0;
}
.company-details div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.company-details small {
  color: #6e8395;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.company-details strong {
  font-size: 14px;
  line-height: 1.5;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  color: #63788b;
  font-size: 12px;
  border-top: 1px solid rgba(41, 66, 87, 0.5);
  padding-top: 24px;
}
@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    height: 78px;
  }
  nav {
    display: none;
  }
  .header-cta {
    padding: 11px 13px;
  }
  .hero {
    padding: 150px 24px 250px;
    min-height: 820px;
  }
  .hero:after {
    width: 95vw;
    height: 95vw;
    opacity: 0.28;
    top: 180px;
    right: -28vw;
  }
  .service-strip {
    left: 24px;
    right: 24px;
    grid-template-columns: 1fr;
    bottom: 24px;
  }
  .service-strip > div {
    padding: 16px 20px;
  }
  .service-strip > div:nth-child(n + 2) {
    display: none;
  }
  .section {
    padding: 84px 24px;
  }
  .section-heading,
  .delivery,
  .about {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card,
  .service-card + .service-card {
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid #b8c8cf;
    min-height: 0;
  }
  .service-card h3 {
    margin: 38px 0 14px;
  }
  .delivery-intro {
    position: static;
  }
  .engagement-box {
    padding: 38px 24px;
  }
  .footer-lead {
    align-items: flex-start;
    flex-direction: column;
    gap: 32px;
  }
  .company-details {
    grid-template-columns: 1fr 1fr;
  }
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  h1 {
    font-size: 52px;
  }
  .wordmark {
    font-size: 22px;
  }
  .header-cta span {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
}
