/*
Theme Name: Hyperscale HCM
Theme URI: https://hyperscalehcm.com/
Author: Hyperscale HCM
Description: A custom one-page WordPress theme for Hyperscale HCM data center recruiting.
Version: 1.0.0
License: Private
Text Domain: hyperscale-hcm
*/

:root {
  --navy-950: #041026;
  --navy-900: #071a38;
  --blue: #1478ff;
  --blue-soft: #5db5ff;
  --ink: #07142c;
  --muted: #5d6b7f;
  --line: #d8e2ef;
  --panel: #f5f8fc;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Aptos, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(4, 16, 38, 0.94);
  border-bottom: 1px solid rgba(93, 181, 255, 0.22);
  backdrop-filter: blur(14px);
}

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

.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--white);
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.brand-logo {
  width: 48px;
  height: 48px;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 20%;
}

.brand-text {
  display: grid;
  line-height: 1.05;
}

.brand-text small {
  color: var(--blue-soft);
  font-size: 12px;
  letter-spacing: 5px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav a {
  text-decoration: none;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 0 19px;
  background: var(--blue);
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.button.light {
  border-color: var(--line);
  background: var(--white);
  color: var(--ink);
}

.hero {
  color: var(--white);
  background: linear-gradient(180deg, var(--navy-950), var(--navy-900));
}

.banner-wrap {
  background: var(--navy-950);
  border-bottom: 1px solid rgba(93, 181, 255, 0.24);
}

.banner-art {
  width: 100%;
  min-height: 330px;
  max-height: 650px;
  object-fit: cover;
  object-position: center;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: center;
  padding: 58px 0 126px;
}

.hero-card {
  width: min(720px, 100%);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: var(--blue-soft);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 48px;
  height: 2px;
  background: var(--blue);
}

h1 {
  margin: 0;
  max-width: 680px;
  font-size: clamp(45px, 6vw, 82px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 610px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 21px;
}

.hero-proof {
  border-left: 3px solid var(--blue);
  padding: 8px 0 8px 26px;
}

.hero-proof b {
  display: block;
  font-size: 24px;
}

.hero-proof p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-stats {
  position: relative;
  z-index: 2;
  margin-top: -86px;
}

.stat-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--white);
  box-shadow: 0 24px 64px rgba(4, 16, 38, 0.18);
}

.stat {
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--line);
  padding: 24px;
  color: var(--ink);
  text-align: center;
  font-weight: 850;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.stat:last-child {
  border-right: 0;
}

section {
  padding: 86px 0;
}

.section-kicker {
  color: var(--blue);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-head {
  max-width: 760px;
  margin-bottom: 36px;
}

.section-head h2 {
  margin: 12px 0 0;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: 0;
}

.section-head p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 19px;
}

.split {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 54px;
  align-items: center;
}

.image-panel {
  min-height: 470px;
  border-radius: 4px;
  background:
    radial-gradient(circle at 18% 18%, rgba(93, 181, 255, 0.32), transparent 28%),
    linear-gradient(135deg, rgba(4, 16, 38, 0.94), rgba(20, 120, 255, 0.72)),
    var(--navy-950);
  box-shadow: 0 22px 54px rgba(4, 16, 38, 0.18);
  position: relative;
  overflow: hidden;
}

.image-panel::before {
  content: "";
  position: absolute;
  inset: 42px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0 1px, transparent 1px 72px),
    repeating-linear-gradient(0deg, rgba(93, 181, 255, 0.14) 0 1px, transparent 1px 42px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.image-panel::after {
  content: "MISSION CRITICAL TALENT";
  position: absolute;
  left: 42px;
  right: 42px;
  bottom: 42px;
  color: var(--white);
  font-size: 22px;
  font-weight: 850;
  letter-spacing: 4px;
}

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

.service {
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 24px;
  background: var(--white);
}

.service b {
  display: block;
  margin-bottom: 9px;
  font-size: 20px;
}

.service p {
  margin: 0;
  color: var(--muted);
}

.dark-band {
  background:
    linear-gradient(135deg, rgba(20, 120, 255, 0.22), transparent 46%),
    var(--navy-950);
  color: var(--white);
}

.dark-band .section-head p,
.dark-band .role-list li,
.dark-band .process p {
  color: rgba(255, 255, 255, 0.72);
}

.role-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: rgba(93, 181, 255, 0.2);
  list-style: none;
}

.role-list li {
  min-height: 92px;
  display: flex;
  align-items: center;
  padding: 22px;
  background: rgba(7, 26, 56, 0.9);
  font-size: 18px;
  font-weight: 700;
}

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

.process {
  border-top: 3px solid var(--blue);
  padding-top: 20px;
}

.process span {
  display: block;
  color: var(--blue-soft);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 3px;
}

.process b {
  display: block;
  margin-top: 14px;
  font-size: 23px;
}

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

.contact-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 36px;
  background:
    linear-gradient(90deg, rgba(20, 120, 255, 0.1), rgba(20, 120, 255, 0)),
    var(--panel);
}

.contact-panel h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
}

.contact-panel p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.site-footer {
  padding: 28px 0;
  background: var(--navy-950);
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

@media (max-width: 920px) {
  .nav {
    display: none;
  }

  .stat-strip,
  .split,
  .hero-inner,
  .role-list,
  .process-grid,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .banner-art {
    min-height: 300px;
    object-position: 40% center;
  }

  .stat {
    min-height: 88px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

  .image-panel {
    min-height: 330px;
  }
}

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

  .brand-text {
    font-size: 14px;
  }

  .brand-text small {
    letter-spacing: 3px;
  }

  .hero-copy {
    font-size: 18px;
  }

  section {
    padding: 64px 0;
  }

  .contact-panel {
    padding: 26px;
  }
}
