:root {
  --ink: #050b12;
  --ink-soft: #0a1623;
  --panel: #0e1c2a;
  --blue: #1688ff;
  --blue-bright: #39a3ff;
  --white: #f7fbff;
  --muted: #aebdca;
  --line: rgba(255, 255, 255, 0.13);
}

* {
  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;
}

img,
video {
  display: block;
  max-width: 100%;
}

.shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.siteHeader {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(4, 10, 16, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.headerInner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 38px;
}

.brand {
  display: inline-flex;
  min-width: 150px;
  flex-direction: column;
  text-transform: uppercase;
  line-height: 1;
}

.brandMark {
  font-size: 29px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.09em;
}

.brandMark::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 27px;
  margin-left: 8px;
  background: var(--blue);
  clip-path: polygon(35% 0, 100% 0, 65% 100%, 0 100%);
  vertical-align: -3px;
}

.brandSub {
  margin-top: 5px;
  color: var(--blue-bright);
  font-size: 8px;
  letter-spacing: 0.15em;
}

.desktopNav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

.desktopNav a {
  position: relative;
  padding-block: 28px;
  color: #d9e4ee;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.desktopNav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.desktopNav a:hover::after,
.desktopNav a:focus-visible::after {
  transform: scaleX(1);
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

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

.buttonPrimary {
  background: var(--blue);
  color: white;
}

.buttonPrimary:hover {
  background: #0876df;
}

.buttonGhost {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(4, 11, 18, 0.48);
}

.buttonLight {
  background: white;
  color: #07111b;
}

.headerCta {
  min-width: 184px;
}

.mobileMenu {
  display: none;
  margin-left: auto;
}

.videoHero {
  position: relative;
  min-height: 675px;
  overflow: hidden;
  background: #02070c;
}

.heroVideo {
  width: 100%;
  min-height: 675px;
  max-height: calc(100vh - 76px);
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.heroShade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 7, 12, 0.1), transparent 50%),
    linear-gradient(0deg, rgba(2, 7, 12, 0.92), transparent 32%);
  pointer-events: none;
}

.heroActions {
  position: absolute;
  right: 0;
  bottom: 34px;
  left: 0;
  display: flex;
  justify-content: flex-end;
}

.heroActionCard {
  width: min(495px, 100%);
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(4, 11, 18, 0.74);
  backdrop-filter: blur(14px);
}

.heroActionCard p {
  margin: 0 0 16px;
  color: #dbe8f2;
  font-size: 15px;
}

.buttonRow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.proofBar {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #07111b;
}

.proofGrid {
  min-height: 78px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.proofGrid p {
  margin: 0;
  padding: 0 20px;
  border-right: 1px solid var(--line);
  color: #d9e5ef;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proofGrid p:first-child {
  padding-left: 0;
}

.proofGrid p:last-child {
  padding-right: 0;
  border-right: 0;
}

.proofLocation {
  color: var(--blue-bright) !important;
  text-align: right;
}

.section {
  padding-block: 108px;
}

.sectionHeading {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 50px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-bright);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h2 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.sectionLead {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.serviceGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.serviceCard {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
}

.serviceImageWrap {
  position: relative;
  height: 265px;
  overflow: hidden;
}

.serviceImageWrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 8, 13, 0.65), transparent 55%);
}

.serviceImageWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.serviceCard:hover img {
  transform: scale(1.035);
}

.serviceImageWrap span {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 14px;
  color: white;
  font-size: 44px;
  font-weight: 900;
  opacity: 0.9;
}

.serviceBody {
  padding: 30px;
}

.serviceBody h3 {
  margin: 0 0 13px;
  font-size: 23px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.serviceBody > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.serviceBody ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 24px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.serviceBody li {
  color: #d8e3eb;
  font-size: 12px;
  line-height: 1.45;
}

.serviceBody li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background: var(--blue);
}

.aboutSection {
  padding-block: 110px;
  border-top: 1px solid var(--line);
  background:
    radial-gradient(circle at 80% 20%, rgba(22, 136, 255, 0.11), transparent 34%),
    #07111b;
}

.aboutGrid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 78px;
  align-items: center;
}

.aboutVisual {
  position: relative;
}

.aboutVisual::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -18px;
  right: 38px;
  bottom: 42px;
  left: -18px;
  border: 1px solid rgba(22, 136, 255, 0.45);
}

.aboutVisual img {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 520px;
  object-fit: cover;
}

.aboutBadge {
  position: absolute;
  z-index: 2;
  right: -24px;
  bottom: -22px;
  min-width: 190px;
  padding: 22px 26px;
  background: var(--blue);
}

.aboutBadge strong,
.aboutBadge span {
  display: block;
  text-transform: uppercase;
}

.aboutBadge strong {
  font-size: 42px;
  line-height: 1;
}

.aboutBadge span {
  margin-top: 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.aboutCopy h2 {
  font-size: clamp(40px, 5vw, 64px);
}

.aboutCopy > p:not(.eyebrow) {
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.aboutPoints {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 36px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.aboutPoints span {
  min-height: 62px;
  display: flex;
  align-items: center;
  padding: 14px 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #dae6ef;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.industriesSection {
  padding-block: 80px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #0b1926;
}

.industriesInner {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 90px;
  align-items: end;
}

.industriesInner h2 {
  max-width: 620px;
  font-size: clamp(36px, 4.2vw, 53px);
}

.industryList {
  border-top: 1px solid var(--line);
}

.industryList span {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  padding-inline: 8px;
  border-bottom: 1px solid var(--line);
  color: #dce8f0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.industryList span::after {
  content: "↗";
  color: var(--blue-bright);
  font-size: 18px;
}

.centerHeading {
  margin-bottom: 54px;
  text-align: center;
}

.centerHeading h2 {
  margin-inline: auto;
}

.reliabilityGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.reliabilityGrid article {
  min-height: 255px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 180ms ease;
}

.reliabilityGrid article:hover {
  background: #0d1c2a;
}

.reliabilityNumber {
  color: var(--blue-bright);
  font-size: 12px;
  font-weight: 900;
}

.reliabilityGrid h3 {
  margin: 48px 0 16px;
  font-size: 18px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.reliabilityGrid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.statsBand {
  padding-block: 62px;
  background:
    linear-gradient(90deg, rgba(4, 23, 43, 0.2), rgba(0, 92, 191, 0.32)),
    var(--blue);
}

.statsGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.statsGrid div {
  padding: 0 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.statsGrid div:first-child {
  padding-left: 0;
}

.statsGrid div:last-child {
  padding-right: 0;
  border-right: 0;
}

.statsGrid strong,
.statsGrid span {
  display: block;
  text-transform: uppercase;
}

.statsGrid strong {
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -0.05em;
}

.statsGrid span {
  margin-top: 10px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.projectsSection {
  background: var(--ink);
}

.projectGrid {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 0.9fr;
  gap: 18px;
}

.projectGrid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #09131d;
}

.projectGrid img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  transition: transform 500ms ease;
}

.projectGrid figure:first-child img {
  height: 410px;
}

.projectGrid figure:hover img {
  transform: scale(1.025);
}

.projectGrid figcaption {
  display: flex;
  min-height: 72px;
  align-items: center;
  padding: 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.projectGrid figcaption span {
  margin-right: 16px;
  color: var(--blue-bright);
}

.contactBand {
  padding-block: 70px;
  background: var(--blue);
}

.contactBandInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.contactBand .eyebrow {
  color: white;
  opacity: 0.78;
}

.contactBand h2 {
  font-size: clamp(34px, 4.5vw, 54px);
}

.contactActions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  font-weight: 800;
}

.siteFooter {
  padding-block: 44px;
  background: #03080d;
}

.footerInner {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  gap: 50px;
}

.footerInner p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.footerInner a {
  color: white;
}

.copyright {
  text-align: right;
}

:focus-visible {
  outline: 3px solid #64b6ff;
  outline-offset: 4px;
}

@media (max-width: 900px) {
  .desktopNav,
  .headerCta {
    display: none;
  }

  .mobileMenu {
    display: block;
    position: relative;
  }

  .mobileMenu summary {
    padding: 10px 14px;
    border: 1px solid var(--line);
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    list-style: none;
    text-transform: uppercase;
  }

  .mobileMenu nav {
    position: absolute;
    top: 46px;
    right: 0;
    width: 190px;
    display: grid;
    padding: 10px;
    border: 1px solid var(--line);
    background: #07111b;
  }

  .mobileMenu nav a {
    padding: 13px;
    font-size: 13px;
    font-weight: 700;
  }

  .videoHero,
  .heroVideo {
    min-height: 600px;
  }

  .heroVideo {
    object-position: 55% center;
  }

  .proofGrid {
    grid-template-columns: repeat(2, 1fr);
    padding-block: 16px;
  }

  .proofGrid p {
    min-height: 48px;
    display: flex;
    align-items: center;
    border: 0;
  }

  .proofGrid p:first-child {
    padding-left: 20px;
  }

  .proofLocation {
    text-align: left;
  }

  .sectionHeading {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .aboutGrid,
  .industriesInner {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .aboutBadge {
    right: 18px;
  }

  .reliabilityGrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .statsGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 0;
  }

  .statsGrid div:nth-child(2) {
    border-right: 0;
  }

  .projectGrid {
    grid-template-columns: 1fr 1fr;
  }

  .projectGrid figure:first-child {
    grid-column: 1 / -1;
  }

  .serviceBody ul {
    grid-template-columns: 1fr;
  }

  .contactBandInner,
  .footerInner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footerInner {
    display: flex;
  }

  .contactActions {
    align-items: flex-start;
  }

  .copyright {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .shell {
    width: min(100% - 28px, 1180px);
  }

  .headerInner {
    min-height: 68px;
  }

  .brandMark {
    font-size: 25px;
  }

  .videoHero,
  .heroVideo {
    min-height: 580px;
  }

  .heroVideo {
    object-position: 57% center;
  }

  .heroActionCard {
    padding: 16px;
  }

  .buttonRow .button {
    width: 100%;
  }

  .proofGrid {
    grid-template-columns: 1fr;
  }

  .proofGrid p {
    min-height: 42px;
    padding-left: 0 !important;
  }

  .section {
    padding-block: 76px;
  }

  .serviceGrid {
    grid-template-columns: 1fr;
  }

  .serviceImageWrap {
    height: 220px;
  }

  .serviceBody {
    padding: 24px;
  }

  .aboutSection {
    padding-block: 80px;
  }

  .aboutVisual img {
    min-height: 370px;
  }

  .aboutBadge {
    right: 12px;
    bottom: -24px;
  }

  .aboutPoints,
  .reliabilityGrid,
  .statsGrid,
  .projectGrid {
    grid-template-columns: 1fr;
  }

  .reliabilityGrid article {
    min-height: 220px;
  }

  .statsGrid {
    gap: 0;
  }

  .statsGrid div {
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  }

  .statsGrid div:last-child {
    border-bottom: 0;
  }

  .projectGrid figure:first-child {
    grid-column: auto;
  }

  .projectGrid img,
  .projectGrid figure:first-child img {
    height: 250px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .heroVideo {
    display: none;
  }

  .videoHero {
    background:
      linear-gradient(rgba(2, 7, 12, 0.25), rgba(2, 7, 12, 0.72)),
      url("assets/hero-datacenter.jpg") center / cover;
  }
}
