:root {
  /* Primitive tokens */
  --navy-950: #04122f;
  --navy-900: #071d4e;
  --navy-800: #0b285f;
  --cobalt-700: #0732af;
  --cobalt-600: #0b3bc9;
  --cobalt-500: #2457e6;
  --orange-500: #ff9d00;
  --orange-400: #ffb42e;
  --slate-700: #44516b;
  --slate-500: #687590;
  --slate-300: #c9d1df;
  --slate-200: #dde3ed;
  --slate-100: #edf1f7;
  --white: #ffffff;
  --off-white: #f7f8fb;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --shadow-sm: 0 1px 2px rgba(4, 18, 47, 0.06);
  --shadow-md: 0 18px 45px rgba(4, 18, 47, 0.1);
  --shadow-lg: 0 30px 80px rgba(4, 18, 47, 0.16);

  /* Semantic tokens */
  --color-ink: var(--navy-900);
  --color-primary: var(--cobalt-600);
  --color-primary-hover: var(--cobalt-700);
  --color-accent: var(--orange-500);
  --color-surface: var(--white);
  --color-canvas: var(--off-white);
  --color-muted: var(--slate-500);
  --color-border: var(--slate-200);
  --page-gutter: max(7vw, calc((100vw - 1200px) / 2));
  --section-space: clamp(84px, 8vw, 128px);
  --font-display: "Space Grotesk", sans-serif;
  --font-body: Manrope, sans-serif;

  /* Compatibility aliases used by the existing templates */
  --ink: var(--color-ink);
  --blue: var(--color-primary);
  --amber: var(--color-accent);
  --cream: var(--color-canvas);
  --line: var(--color-border);
  --muted: var(--color-muted);
  --space: var(--font-display);
  --body: var(--font-body);

  /* Component tokens */
  --button-radius: var(--radius-sm);
  --card-radius: var(--radius-md);
  --card-border: var(--color-border);
  --card-shadow-hover: var(--shadow-md);
}
* {
  box-sizing: border-box;
}
[hidden] {
  display: none !important;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
}
::selection {
  background: var(--orange-400);
  color: var(--navy-950);
}
:focus-visible {
  outline: 3px solid rgba(255, 157, 0, 0.72);
  outline-offset: 4px;
}
.site-header {
  height: 84px;
  padding: 0 5.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid #edf0f5;
}
.brand img,
footer img {
  display: block;
  width: 168px;
  height: auto;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
  font-weight: 700;
}
.site-header nav a {
  transition: color 0.2s;
}
.site-header nav a:hover {
  color: var(--blue);
}
.site-header nav a[aria-current="page"],
.nav-dropdown.is-current > summary {
  color: var(--blue);
}
.nav-dropdown {
  position: relative;
}
.nav-dropdown summary {
  cursor: pointer;
  list-style: none;
}
.nav-dropdown summary::-webkit-details-marker {
  display: none;
}
.nav-dropdown summary::after {
  content: " +";
  color: var(--amber);
}
.nav-dropdown[open] summary::after {
  content: " −";
}
.nav-dropdown-menu {
  min-width: 190px;
  padding: 14px 18px;
  position: absolute;
  top: 30px;
  right: 0;
  display: grid;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(7, 29, 78, 0.12);
}
.admin-link {
  color: var(--blue) !important;
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 22px;
  color: var(--ink);
}
.hero {
  min-height: 665px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(118deg, #06163f 0%, #082a7e 58%, #0b3bc9 100%);
  padding: 105px 11vw;
}
.hero:after {
  content: "";
  position: absolute;
  width: 60%;
  height: 110%;
  right: -16%;
  top: -24%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.hero-copy {
  max-width: 680px;
  position: relative;
  z-index: 2;
}
.eyebrow {
  margin: 0 0 20px;
  color: inherit;
  font-size: 11px;
  letter-spacing: 0.16em;
  font-weight: 800;
}
.accent {
  color: var(--amber);
}
h1,
h2,
h3,
h4 {
  font-family: var(--space);
  line-height: 1.05;
  margin: 0;
  letter-spacing: -0.04em;
}
h1 {
  font-size: clamp(50px, 6.2vw, 92px);
  font-weight: 700;
}
h1 em,
h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.08em;
}
h1 em {
  color: #ffc450;
}
.hero-summary {
  max-width: 510px;
  margin: 28px 0 34px;
  color: #dce7ff;
  font-size: 17px;
  line-height: 1.8;
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  border: 0;
  padding: 15px 19px;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition:
    transform 0.2s,
    background 0.2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button span {
  font-size: 19px;
}
.button-light {
  background: #fff;
  color: var(--ink);
}
.button-dark {
  background: var(--ink);
  color: #fff;
}
.orbital-art {
  position: absolute;
  right: 7%;
  bottom: -28px;
  width: 46%;
  aspect-ratio: 1;
  z-index: 1;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  inset: 2%;
  transform: rotate(-34deg);
}
.orbit-two {
  inset: 20% -13%;
  transform: rotate(38deg);
}
.signal {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--amber);
  right: 11%;
  top: 24%;
  box-shadow: 0 0 0 12px rgba(255, 157, 0, 0.12);
}
.hero-mark {
  position: absolute;
  inset: 28%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  font: 700 clamp(80px, 13vw, 180px)/1 var(--space);
  color: rgba(255, 255, 255, 0.9);
}
.hero-letter {
  transform: translateX(-0.08em);
}
.hero-nodes {
  position: absolute;
  right: 18%;
  bottom: 22%;
  width: 0.44em;
  height: 0.44em;
  border-left: 1px solid rgba(255, 180, 46, 0.78);
  border-bottom: 1px solid rgba(255, 180, 46, 0.78);
}
.hero-nodes i {
  position: absolute;
  width: 0.085em;
  height: 0.085em;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 14px rgba(255, 157, 0, 0.62);
}
.hero-nodes i:nth-child(1) {
  top: -0.045em;
  left: -0.045em;
}
.hero-nodes i:nth-child(2) {
  right: -0.045em;
  bottom: -0.045em;
}
.hero-nodes i:nth-child(3) {
  left: -0.045em;
  bottom: -0.045em;
}
.hero-index {
  position: absolute;
  bottom: 36px;
  right: 5.5vw;
  font-size: 11px;
  letter-spacing: 0.12em;
  z-index: 2;
}
.section {
  padding: 112px 11vw;
}
.intro-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 11vw;
  align-items: end;
}
.intro h2,
.news h2,
.admin h2 {
  font-size: clamp(40px, 5vw, 68px);
}
.intro-grid > div > p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}
.text-link,
.text-button {
  margin-top: 30px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--blue);
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
}
.text-link span,
.text-button span {
  margin-left: 12px;
  font-size: 19px;
}
.solutions {
  background: #fff;
}
.solutions-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 9vw;
  align-items: start;
}
.solutions h2 {
  font-size: clamp(34px, 4vw, 54px);
}
.solution-list {
  border-top: 1px solid var(--line);
}
.solution-list article {
  padding: 30px 0;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: start;
  border-bottom: 1px solid var(--line);
}
.solution-list article > span {
  color: var(--amber);
  font: 600 13px/2.2 var(--space);
}
.solution-list h3 {
  font-size: 27px;
}
.solution-list p {
  margin: 10px 0 0;
  color: var(--muted);
}
.impact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--cream);
}
.impact-panel {
  padding: 78px 13% 76px 0;
  border-right: 1px solid var(--line);
}
.impact-panel strong {
  font: 700 clamp(82px, 12vw, 160px)/0.9 var(--space);
  letter-spacing: -0.08em;
}
.impact-panel strong span {
  color: var(--amber);
}
.impact-panel > p:last-child {
  color: var(--muted);
  max-width: 250px;
}
.impact-statement {
  padding: 76px 0 70px 13%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.impact-statement > p {
  font: 600 26px/1.35 var(--space);
  letter-spacing: -0.04em;
  margin: 0;
  max-width: 465px;
}
.news {
  background: #fff;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 42px;
}
.text-button {
  margin: 0;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}
.news-card {
  min-height: 285px;
  padding: 28px 30px 25px 0;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
}
.news-card:last-child {
  border: 0;
  margin-right: 0;
}
.news-card h3 {
  font-size: 25px;
  line-height: 1.2;
}
.news-card > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.news-card div {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 12px;
}
.news-card div span {
  color: var(--blue);
  font-size: 19px;
}
.loading {
  color: var(--muted);
  padding: 20px;
}
.careers {
  padding: 105px 11vw;
  background: var(--amber);
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.careers h2 {
  font-size: clamp(42px, 5vw, 70px);
  margin-top: 18px;
}
.careers .button {
  margin-bottom: 12px;
}
.admin {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 9vw;
  background: #fff;
}
.admin-heading > p:last-child {
  color: var(--muted);
  max-width: 350px;
}
.admin-shell {
  border-top: 2px solid var(--ink);
}
.admin-card,
.dashboard {
  padding: 28px 0;
}
.admin-card h3,
.dashboard h3 {
  font-size: 26px;
}
.admin-card label,
.post-form label {
  display: block;
  margin-top: 17px;
  font-size: 12px;
  font-weight: 800;
}
.admin-card input,
.post-form input,
.post-form textarea {
  width: 100%;
  display: block;
  border: 1px solid var(--line);
  padding: 11px 12px;
  margin-top: 6px;
  background: #fff;
  color: var(--ink);
  outline-offset: 2px;
}
.admin-card .button {
  margin-top: 22px;
}
.form-message {
  color: #b42318;
  font-size: 13px;
  min-height: 20px;
  margin: 12px 0 0;
}
.form-help {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.dashboard-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
}
.dashboard-bar .eyebrow {
  color: var(--blue);
  margin-bottom: 7px;
}
.post-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 16px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.admin-language-heading {
  grid-column: 1 / -1;
  margin: 24px 0 0;
  padding: 10px 12px;
  border-left: 3px solid var(--orange);
  background: #f5f7fb;
  color: var(--ink);
  font-family: var(--space);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.post-form label:nth-of-type(4),
.post-form .checkbox,
.form-actions,
.post-form .form-message {
  grid-column: 1/-1;
}
.post-form textarea {
  min-height: 85px;
  resize: vertical;
}
.post-form .checkbox {
  display: flex;
  align-items: center;
  gap: 9px;
}
.post-form .checkbox input {
  width: auto;
  margin: 0;
}
.form-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.form-actions .text-button {
  margin: 0;
}
.admin-post {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.admin-post p,
.admin-post small {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}
.admin-post h4 {
  font-size: 17px;
  margin: 3px 0;
}
.admin-post small {
  color: #16803b;
}
.mini-button {
  border: 1px solid var(--line);
  background: #fff;
  padding: 5px 9px;
  cursor: pointer;
  font-size: 12px;
}
.mini-button + .mini-button {
  margin-left: 5px;
}
.danger {
  color: #b42318;
}
.admin-actions {
  display: flex;
  align-items: start;
  gap: 5px;
  flex-shrink: 0;
}
.mini-button.is-danger {
  color: #b42318;
  border-color: #f0c8c3;
}
.admin-page-picker {
  display: grid;
  gap: 8px;
  max-width: 320px;
  margin-bottom: 26px;
  font-size: 12px;
  font-weight: 700;
}
.admin-page-picker select {
  padding: 11px 12px;
  border: 1px solid var(--line);
  background: #fff;
  font: inherit;
  font-weight: 400;
}
.admin-block {
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.admin-block h4 {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-family: var(--space);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
footer {
  background: #06163f;
  color: #fff;
  padding: 62px 11vw 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
footer img {
  filter: none;
  background: transparent;
  padding: 0;
}
footer p {
  color: #acbbdc;
  font-size: 13px;
}
footer a {
  font: 600 27px var(--space);
}
.copyright {
  grid-column: 1/-1;
  margin: 30px 0 0;
  padding-top: 20px;
  border-top: 1px solid #263b6c;
  font-size: 11px;
}
@media (max-width: 800px) {
  .site-header {
    height: 70px;
    padding: 0 6vw;
  }
  .brand img {
    width: 140px;
  }
  .menu-toggle {
    display: block;
  }
  .site-header nav {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px 6vw;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-bottom: 1px solid var(--line);
  }
  .site-header nav.open {
    display: flex;
  }
  .nav-dropdown-menu {
    padding: 12px 0 0 16px;
    position: static;
    border: 0;
    box-shadow: none;
  }
  .hero {
    min-height: 650px;
    padding: 85px 7vw;
  }
  .orbital-art {
    width: 82%;
    right: -14%;
    bottom: -22px;
  }
  .hero-index {
    right: 7vw;
  }
  .section {
    padding: 76px 7vw;
  }
  .intro-grid,
  .solutions-grid,
  .impact,
  .admin {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .intro-grid > div > p {
    font-size: 16px;
  }
  .solution-list article {
    padding: 26px 0;
    grid-template-columns: 44px minmax(0, 1fr);
  }
  .impact-panel {
    padding: 55px 0 48px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .impact-statement {
    padding: 48px 0;
  }
  .news-grid {
    grid-template-columns: 1fr;
  }
  .news-card {
    min-height: 0;
    padding: 24px 0;
    margin: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .careers {
    padding: 76px 7vw;
    display: block;
  }
  .careers .button {
    margin-top: 35px;
  }
  .admin {
    gap: 42px;
  }
  .post-form {
    grid-template-columns: 1fr;
  }
  footer {
    padding: 52px 7vw 20px;
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
body:not(.admin-page) main > .admin {
  display: none;
}
.back-home {
  font-size: 13px;
  font-weight: 800;
  color: var(--blue);
}
.admin-main {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  min-height: calc(100vh - 84px);
}
.admin-intro {
  padding: 90px 14%;
  color: #fff;
  background: linear-gradient(155deg, #071d4e, #0b3bc9);
}
.admin-intro h1 {
  font-size: clamp(48px, 5vw, 76px);
}
.admin-intro h1 em {
  color: #ffc450;
}
.admin-intro > p:last-child {
  max-width: 340px;
  color: #d9e4ff;
  font-size: 16px;
}
.admin-workspace {
  padding: 72px clamp(28px, 7vw, 110px);
  background: #fff;
}
.admin-workspace .admin-card {
  max-width: 480px;
  border-top: 2px solid var(--ink);
}
.admin-workspace .admin-card h2,
.dashboard h2 {
  font-size: 32px;
}
.login-card {
  padding-top: 28px;
}
.admin-tabs {
  display: flex;
  gap: 25px;
  margin: 32px 0 0;
  border-bottom: 1px solid var(--line);
}
.admin-tabs button {
  padding: 0 0 12px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: none;
  color: var(--muted);
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
}
.admin-tabs button.active {
  border-color: var(--amber);
  color: var(--ink);
}
.tab-panel {
  padding: 35px 0;
}
.panel-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
}
.panel-heading h3 {
  font-size: 27px;
}
.panel-heading .text-link {
  margin: 0;
  white-space: nowrap;
}
.wide {
  grid-column: 1/-1;
}
.settings-form {
  border-bottom: 0;
}
.success {
  color: #16803b;
}
.form-message.is-error {
  color: #b42318;
}
@media (max-width: 800px) {
  .admin-main {
    grid-template-columns: 1fr;
  }
  .admin-intro {
    padding: 65px 7vw;
  }
  .admin-workspace {
    padding: 48px 7vw;
  }
  .panel-heading {
    align-items: start;
    flex-direction: column;
  }
  .admin-tabs {
    gap: 18px;
  }
}
.page-hero {
  min-height: 410px;
  padding: 88px 11vw;
  color: #fff;
  background: #0b3bc9 center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-hero h1 {
  font-size: clamp(50px, 6vw, 82px);
}
.page-hero h1 em {
  color: #ffc450;
}
.page-hero > p:last-child {
  max-width: 460px;
  color: #e2ebff;
  font-size: 17px;
}
.all-posts {
  border-top: 1px solid var(--line);
}
.news-row {
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 22% 1fr 1.1fr;
  gap: 28px;
}
.news-row h3 {
  font-size: 26px;
}
.news-row > p:last-child {
  margin: 0;
  color: var(--muted);
}
.jobs-content h2 {
  font-size: clamp(38px, 5vw, 63px);
  margin-bottom: 52px;
}
.job-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 42px;
}
.job-grid article {
  padding: 26px;
  border-top: 2px solid var(--ink);
  background: #fff;
}
.job-grid span {
  color: var(--amber);
  font-weight: 800;
}
.job-grid h3 {
  font-size: 24px;
  margin: 35px 0 12px;
}
.job-grid p {
  color: var(--muted);
  font-size: 14px;
}
@media (max-width: 800px) {
  .page-hero {
    padding: 70px 7vw;
    min-height: 350px;
  }
  .news-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .job-grid {
    grid-template-columns: 1fr;
  }
}
.about-hero {
  padding: 90px 8vw;
  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  gap: 10vw;
  align-items: center;
}
.about-hero h1 {
  font-size: clamp(48px, 5.7vw, 76px);
}
.about-hero h1 em {
  font-family: Georgia, serif;
  font-weight: 400;
}
.about-copy > p {
  font-size: 17px;
  line-height: 1.9;
  color: var(--muted);
}
.about-image {
  min-height: 440px;
  padding: 58px 8vw;
  color: #fff;
  background: #0b3bc9 center/cover;
  display: flex;
  align-items: end;
}
.about-image h2 {
  font-size: clamp(36px, 4.5vw, 62px);
}
.content-section {
  padding: 96px 11vw;
}
.content-section.is-white {
  background: #fff;
}
.section-lead {
  max-width: 760px;
  margin: 18px 0 52px;
  color: var(--muted);
  font-size: 18px;
}
.feature-stack {
  border-top: 1px solid var(--line);
}
.feature-row {
  padding: 58px 0;
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: 9vw;
  border-bottom: 1px solid var(--line);
}
.feature-row h2 {
  font-size: clamp(34px, 4vw, 54px);
}
.feature-row h3 {
  margin-bottom: 16px;
  font-size: 24px;
}
.feature-row p,
.feature-row li {
  color: var(--muted);
}
.feature-row ul {
  padding-left: 20px;
}
.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.capability-card {
  min-height: 290px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-top: 3px solid var(--blue);
}
.capability-card span {
  color: var(--amber);
  font-weight: 800;
}
.capability-card h2,
.capability-card h3 {
  margin: 42px 0 14px;
  font-size: 28px;
}
.capability-card p {
  margin: 0;
  color: var(--muted);
}
.service-detail {
  scroll-margin-top: 100px;
}
.service-detail .feature-row {
  align-items: start;
}
.product-intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8vw;
  align-items: start;
}
.product-intro h2 {
  font-size: clamp(40px, 5vw, 68px);
}
.product-intro-copy p {
  margin-top: 0;
  color: var(--muted);
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.feature-card {
  min-height: 240px;
  padding: 34px;
  background: #fff;
}
.feature-card span {
  color: var(--amber);
  font-weight: 800;
}
.feature-card h3 {
  margin: 34px 0 12px;
  font-size: 27px;
}
.feature-card p {
  color: var(--muted);
}
.process-flow {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.process-step {
  min-height: 150px;
  padding: 24px 18px;
  position: relative;
  border-right: 1px solid var(--line);
}
.process-step:last-child {
  border: 0;
}
.process-step span {
  color: var(--amber);
  font-size: 12px;
  font-weight: 800;
}
.process-step strong {
  display: block;
  margin-top: 26px;
  font-family: var(--space);
  line-height: 1.25;
}
.system-map {
  padding: 42px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  color: #fff;
  background: var(--ink);
}
.system-map h3 {
  margin-bottom: 18px;
  font-size: 28px;
}
.system-map ul {
  margin: 0;
  padding-left: 20px;
  color: #cbd5ec;
}
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.benefit-card {
  min-height: 190px;
  padding: 26px;
  background: #fff;
  border-top: 2px solid var(--ink);
}
.benefit-card h3 {
  margin-bottom: 12px;
  font-size: 21px;
}
.benefit-card p,
.benefit-card li {
  color: var(--muted);
  font-size: 14px;
}
.benefit-card ul {
  margin: 0;
  padding-left: 18px;
}
.job-opening {
  border-top: 1px solid var(--line);
}
.job-opening details {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.job-opening summary {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  list-style: none;
  font: 600 25px var(--space);
}
.job-opening summary::-webkit-details-marker {
  display: none;
}
.job-opening summary::after {
  content: "+";
  color: var(--blue);
}
.job-opening details[open] summary::after {
  content: "−";
}
.job-description {
  max-width: 780px;
  padding-top: 24px;
  color: var(--muted);
}
.job-description h3 {
  margin: 26px 0 10px;
  color: var(--ink);
  font-size: 20px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 8vw;
}
.contact-grid h2 {
  font-size: clamp(38px, 5vw, 64px);
}
.contact-card {
  padding: 38px;
  background: #fff;
  border-top: 3px solid var(--amber);
}
.contact-card + .contact-card {
  margin-top: 22px;
}
.contact-card h3 {
  margin-bottom: 18px;
  font-size: 25px;
}
.contact-card a {
  color: var(--blue);
  font: 600 clamp(22px, 3vw, 32px) var(--space);
}
.contact-card p {
  color: var(--muted);
}
@media (max-width: 800px) {
  .about-hero {
    padding: 65px 7vw;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .about-image {
    padding: 45px 7vw;
    min-height: 360px;
  }
  .content-section {
    padding: 70px 7vw;
  }
  .feature-row,
  .capability-grid,
  .product-intro,
  .feature-grid,
  .system-map,
  .benefit-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .feature-row {
    gap: 24px;
  }
  .process-flow {
    grid-template-columns: 1fr 1fr;
  }
  .process-step:nth-child(2n) {
    border-right: 0;
  }
}
.news-row {
  position: relative;
}
.news-row img {
  width: 150px;
  height: 100px;
  object-fit: cover;
  grid-row: 1/3;
}
.news-row h3 a:hover {
  color: var(--blue);
}
.news-open {
  align-self: center;
  color: var(--blue);
  font-size: 24px;
}
.article-detail {
  max-width: 920px;
  margin: 0 auto;
  padding: 90px 7vw;
}
.article-detail h1 {
  font-size: clamp(42px, 6vw, 76px);
  margin-bottom: 28px;
}
.article-lead {
  max-width: 720px;
  font: 600 22px/1.5 var(--space);
  color: var(--muted);
}
.article-detail img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  margin: 38px 0;
}
.article-content {
  max-width: 720px;
  font-size: 17px;
  line-height: 1.9;
  color: var(--muted);
}
@media (max-width: 800px) {
  .news-row img {
    grid-row: auto;
    width: 100%;
    height: 190px;
  }
  .article-detail {
    padding-top: 60px;
  }
}

.article-content .article-inline-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  margin: 28px 0;
  object-fit: contain;
}

/* ================================================================
   HADORAX DESIGN SYSTEM — PRECISION TECHNOLOGY
   A restrained visual layer derived from the geometry of the H mark.
   ================================================================ */

/* Global rhythm and typography */
body:not(.admin-page) main {
  overflow: hidden;
}
.section,
.content-section {
  padding: var(--section-space) var(--page-gutter);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-6);
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
}
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}
p {
  text-wrap: pretty;
}
h2 {
  letter-spacing: -0.052em;
}
.section-lead {
  max-width: 720px;
  margin-top: var(--space-6);
  margin-bottom: var(--space-16);
  color: var(--slate-700);
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.8;
}

/* Header and navigation */
.site-header {
  height: 88px;
  padding: 0 max(5vw, calc((100vw - 1320px) / 2));
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(11, 59, 201, 0.09);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.brand {
  display: inline-flex;
  align-items: center;
  min-height: 56px;
}
.brand img,
footer img {
  width: 176px;
}
.site-header nav {
  gap: clamp(18px, 2vw, 32px);
  font-size: 12px;
  letter-spacing: 0.01em;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 28px);
  margin-left: auto;
}
.site-header nav > a,
.nav-dropdown > summary {
  position: relative;
  padding: 34px 0 31px;
}
.site-header nav > a::after,
.nav-dropdown > summary::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 25px;
  left: 0;
  height: 2px;
  background: var(--orange-500);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}
.site-header nav > a:hover::after,
.site-header nav > a[aria-current="page"]::after,
.nav-dropdown:hover > summary::before,
.nav-dropdown.is-current > summary::before {
  transform: scaleX(1);
  transform-origin: left;
}
.site-header nav > a:last-child {
  margin-left: var(--space-1);
  padding: 11px 16px;
  color: var(--white);
  background: var(--navy-900);
  border-radius: var(--button-radius);
  transition: background 180ms ease, transform 180ms ease;
}
.site-header nav > a:last-child::after {
  display: none;
}
.site-header nav > a:last-child:hover {
  color: var(--white);
  background: var(--cobalt-600);
  transform: translateY(-1px);
}
.language-selector {
  position: relative;
  flex: 0 0 auto;
  margin-left: 0;
  color: var(--navy-900);
  font-size: 12px;
  font-weight: 800;
}
.language-selector summary {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 12px;
  cursor: pointer;
  list-style: none;
  border: 1px solid var(--slate-200);
  border-radius: var(--button-radius);
}
.language-selector summary::-webkit-details-marker {
  display: none;
}
.language-selector summary::after {
  content: "⌄";
  color: var(--orange-500);
  font-size: 15px;
  line-height: 1;
}
.language-selector-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 4;
  display: grid;
  min-width: 128px;
  padding: var(--space-2);
  background: var(--white);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md);
}
.language-selector-menu a {
  display: block;
  padding: 8px 10px;
  white-space: nowrap;
}
.language-selector-menu a[aria-current="true"] {
  color: var(--cobalt-600);
  background: var(--slate-100);
  border-radius: var(--radius-sm);
}
.nav-dropdown-menu {
  top: 72px;
  min-width: 220px;
  padding: var(--space-4);
  gap: var(--space-1);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}
.nav-dropdown-menu a {
  padding: 10px 12px;
  border-radius: var(--radius-sm);
}
.nav-dropdown-menu a:hover {
  color: var(--cobalt-600);
  background: var(--slate-100);
}

/* Buttons and inline actions */
.button {
  min-height: 52px;
  padding: 14px 16px 14px 20px;
  gap: var(--space-6);
  border-radius: var(--button-radius);
  box-shadow: var(--shadow-sm);
  letter-spacing: 0.01em;
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}
.button span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-left: 1px solid currentColor;
  font-size: 17px;
}
.button:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.button-light:hover {
  background: var(--orange-500);
  color: var(--navy-950);
}
.button-dark:hover {
  background: var(--cobalt-700);
}
.text-link,
.text-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-bottom: 4px;
}
.text-link::after,
.text-button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0.26);
  transform-origin: left;
  transition: transform 180ms ease;
}
.text-link:hover::after,
.text-button:hover::after {
  transform: scaleX(1);
}

/* Homepage hero */
.hero {
  min-height: min(760px, calc(100vh - 88px));
  padding: clamp(96px, 9vw, 136px) var(--page-gutter);
  isolation: isolate;
  background-color: var(--navy-950);
  background-position: center;
  background-size: cover;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.19;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 45%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 45%, #000 100%);
}
.hero::after {
  content: "";
  position: absolute;
  top: -18%;
  right: -8%;
  width: 58%;
  height: 140%;
  z-index: 0;
  border: 0;
  border-radius: 0;
  background: linear-gradient(145deg, transparent 28%, rgba(36, 87, 230, 0.32) 28.2%, rgba(36, 87, 230, 0.08) 58%, transparent 58.2%);
  transform: skewX(-8deg);
}
.hero-copy {
  max-width: 760px;
}
.hero h1 {
  max-width: 780px;
  font-size: clamp(58px, 6.5vw, 96px);
  line-height: 0.98;
  letter-spacing: -0.065em;
}
.hero h1 em {
  color: var(--orange-400);
}
.hero-summary {
  max-width: 580px;
  margin: var(--space-8) 0 var(--space-10);
  color: rgba(235, 241, 255, 0.84);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.85;
}
.orbital-art {
  right: 3.5%;
  bottom: -14%;
  width: min(48vw, 680px);
  opacity: 0.94;
}
.orbit {
  border-color: rgba(255, 255, 255, 0.28);
}
.orbit-two {
  border-color: rgba(255, 180, 46, 0.46);
}
.signal {
  background: var(--orange-400);
  box-shadow: 0 0 0 12px rgba(255, 157, 0, 0.12), 0 0 32px rgba(255, 157, 0, 0.7);
}
.hero-mark {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(4, 18, 47, 0.2);
  box-shadow: inset 0 0 60px rgba(36, 87, 230, 0.18);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.hero-index {
  bottom: var(--space-8);
  right: var(--page-gutter);
  color: rgba(255, 255, 255, 0.66);
}

/* Homepage sections */
.intro {
  position: relative;
  background:
    linear-gradient(90deg, transparent 49.95%, rgba(11, 59, 201, 0.07) 50%, transparent 50.05%),
    var(--off-white);
}
.intro::after {
  content: "H";
  position: absolute;
  right: -0.05em;
  bottom: -0.28em;
  color: rgba(11, 59, 201, 0.035);
  font: 700 clamp(220px, 30vw, 460px)/1 var(--font-display);
  pointer-events: none;
}
.intro-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: clamp(64px, 9vw, 140px);
}
.intro h2,
.news h2,
.admin h2 {
  font-size: clamp(44px, 5.2vw, 74px);
}
.intro-grid > div > p {
  color: var(--slate-700);
}
.solutions {
  position: relative;
  background: var(--white);
}
.solutions::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 4px;
  background: linear-gradient(90deg, var(--orange-500) 0 28%, var(--cobalt-600) 28%);
}
.solutions-grid {
  gap: clamp(64px, 9vw, 132px);
}
.solution-list {
  border-top: 2px solid var(--navy-900);
}
.solution-list article {
  padding: var(--space-10) var(--space-4);
  margin: 0 calc(var(--space-4) * -1);
  grid-template-columns: 64px minmax(0, 1fr);
  transition: background 180ms ease, transform 180ms ease;
}
.solution-list article:hover {
  background: var(--slate-100);
  transform: translateX(8px);
}
.solution-list h3 {
  font-size: clamp(26px, 2.4vw, 34px);
}
.content-section:not(.is-white) {
  background: var(--off-white);
}
.capability-grid,
.benefit-grid,
.job-grid {
  gap: var(--space-6);
}
.capability-card,
.benefit-card,
.job-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--card-border);
  border-top: 3px solid var(--cobalt-600);
  border-radius: var(--card-radius);
  box-shadow: var(--shadow-sm);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}
.capability-card::after,
.benefit-card::after,
.job-grid article::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 90px;
  height: 90px;
  border: 1px solid rgba(11, 59, 201, 0.14);
  transform: rotate(45deg);
}
.capability-card:hover,
.benefit-card:hover,
.job-grid article:hover {
  border-color: rgba(11, 59, 201, 0.34);
  box-shadow: var(--card-shadow-hover);
  transform: translateY(-7px);
}
.capability-card span,
.feature-card span,
.job-grid span {
  font-family: var(--font-display);
  letter-spacing: 0.08em;
}
.news {
  background: var(--white);
}
.news-grid {
  gap: 0;
  border-top: 2px solid var(--navy-900);
}
.news-card {
  min-height: 320px;
  padding: var(--space-8);
  margin: 0;
  border-right: 1px solid var(--slate-200);
  transition: color 180ms ease, background 180ms ease;
}
.news-card:first-child {
  padding-left: 0;
}
.news-card:hover {
  color: var(--white);
  background: var(--navy-900);
}
.news-card:hover p,
.news-card:hover div {
  color: rgba(255, 255, 255, 0.68);
}
.news-card:hover .accent,
.news-card:hover div span,
.news-card:hover div a {
  color: var(--orange-400);
}
.careers {
  position: relative;
  isolation: isolate;
  padding: clamp(84px, 8vw, 116px) var(--page-gutter);
  color: var(--white);
  background: var(--navy-950);
}
.careers::before {
  content: "";
  position: absolute;
  inset: 0 0 0 58%;
  z-index: 0;
  background: var(--orange-500);
  clip-path: polygon(26% 0, 100% 0, 100% 100%, 0 100%);
}
.careers > * {
  position: relative;
  z-index: 1;
}
.careers h2 em {
  color: var(--orange-400);
}
.careers .button-dark {
  background: var(--white);
  color: var(--navy-900);
}

/* Inner-page heroes */
.page-hero {
  min-height: 480px;
  padding: 96px var(--page-gutter);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: var(--cobalt-700);
  background-position: center;
  background-size: cover;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(115deg, rgba(4, 18, 47, 0.96) 0%, rgba(7, 50, 175, 0.88) 58%, rgba(11, 59, 201, 0.62) 100%),
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: auto, 64px 64px, 64px 64px;
}
.page-hero::after {
  content: "H";
  position: absolute;
  right: var(--page-gutter);
  bottom: -0.22em;
  z-index: 0;
  color: rgba(255, 255, 255, 0.08);
  font: 700 clamp(240px, 30vw, 440px)/1 var(--font-display);
}
.page-hero > * {
  position: relative;
  z-index: 1;
}
.page-hero h1 {
  max-width: 900px;
  font-size: clamp(54px, 6.2vw, 88px);
  letter-spacing: -0.065em;
}
.page-hero > p:last-child {
  max-width: 600px;
  color: rgba(235, 241, 255, 0.82);
  line-height: 1.8;
}
.about-hero {
  min-height: 560px;
  padding: var(--section-space) var(--page-gutter);
  position: relative;
  background: var(--off-white);
}
.about-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 36%;
  background:
    linear-gradient(145deg, rgba(11, 59, 201, 0.09), transparent 62%),
    linear-gradient(rgba(11, 59, 201, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 59, 201, 0.08) 1px, transparent 1px);
  background-size: auto, 40px 40px, 40px 40px;
}
.about-hero > * {
  position: relative;
  z-index: 1;
}
.about-image {
  min-height: 500px;
  padding: var(--space-20) var(--page-gutter);
  position: relative;
  isolation: isolate;
  background-position: center;
  background-size: cover;
}
.about-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(4, 18, 47, 0.9), rgba(7, 50, 175, 0.35));
}
.about-image > * {
  position: relative;
  z-index: 1;
}

/* Inner-page content components */
.feature-stack {
  border-top: 2px solid var(--navy-900);
}
.feature-row {
  padding: var(--space-16) var(--space-4);
  margin: 0 calc(var(--space-4) * -1);
  transition: background 180ms ease;
}
.feature-row:hover {
  background: rgba(255, 255, 255, 0.72);
}
.feature-card {
  min-height: 260px;
  padding: var(--space-10);
  transition: background 180ms ease, color 180ms ease;
}
.feature-card:hover {
  color: var(--white);
  background: var(--cobalt-700);
}
.feature-card:hover p {
  color: rgba(255, 255, 255, 0.72);
}
.process-flow {
  border: 1px solid var(--slate-200);
  border-top: 3px solid var(--navy-900);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--white);
}
.process-step {
  min-height: 170px;
  padding: var(--space-8) var(--space-5);
}
.process-step:hover {
  background: var(--slate-100);
}
.system-map {
  padding: clamp(32px, 5vw, 64px);
  border-radius: var(--radius-md);
  background:
    linear-gradient(135deg, rgba(36, 87, 230, 0.14), transparent 42%),
    var(--navy-950);
  box-shadow: var(--shadow-md);
}
.news-row {
  padding: var(--space-10) var(--space-4);
  margin: 0 calc(var(--space-4) * -1);
  border-radius: var(--radius-sm);
  transition: background 180ms ease, transform 180ms ease;
}
.news-row:hover {
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transform: translateX(6px);
}
.news-row img {
  border-radius: var(--radius-sm);
}
.job-opening {
  border-top: 2px solid var(--navy-900);
}
.job-opening details {
  padding: var(--space-8) var(--space-4);
  margin: 0 calc(var(--space-4) * -1);
}
.job-opening details[open] {
  background: var(--white);
}
.contact-card {
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--slate-200);
  border-top: 3px solid var(--orange-500);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}
.contact-card:hover {
  box-shadow: var(--shadow-md);
}
.article-detail {
  max-width: 1040px;
  padding-top: var(--section-space);
  padding-bottom: var(--section-space);
}
.article-detail img {
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

/* Forms */
.admin-card input,
.post-form input,
.post-form textarea,
.admin-page-picker select {
  min-height: 44px;
  border-color: var(--slate-300);
  border-radius: var(--radius-sm);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.admin-card input:focus,
.post-form input:focus,
.post-form textarea:focus,
.admin-page-picker select:focus {
  border-color: var(--cobalt-600);
  box-shadow: 0 0 0 3px rgba(11, 59, 201, 0.12);
  outline: 0;
}

/* Footer */
footer {
  position: relative;
  overflow: hidden;
  padding: var(--space-20) var(--page-gutter) var(--space-8);
  background:
    linear-gradient(135deg, rgba(36, 87, 230, 0.12), transparent 46%),
    var(--navy-950);
}
footer::after {
  content: "H";
  position: absolute;
  right: -0.03em;
  bottom: -0.3em;
  color: rgba(255, 255, 255, 0.035);
  font: 700 clamp(240px, 28vw, 420px)/1 var(--font-display);
  pointer-events: none;
}
footer > * {
  position: relative;
  z-index: 1;
}
footer img {
  width: 184px;
  padding: 0;
  border-radius: 0;
  filter: none;
  background: transparent;
}
footer a {
  font-size: clamp(22px, 2.4vw, 32px);
}
.copyright {
  border-top-color: rgba(255, 255, 255, 0.14);
}

/* Tablet */
@media (max-width: 1080px) {
  :root {
    --page-gutter: 7vw;
  }
  .site-header nav {
    gap: 16px;
    font-size: 11px;
  }
  .header-actions {
    gap: 14px;
  }
  .site-header nav > a:last-child {
    padding: 10px 12px;
  }
  .language-selector {
    margin-left: auto;
  }
  .hero-copy {
    max-width: 62%;
  }
  .hero h1 {
    font-size: clamp(54px, 7.3vw, 76px);
  }
  .orbital-art {
    right: -8%;
    width: 56vw;
  }
  .process-flow {
    grid-template-columns: repeat(3, 1fr);
  }
  .process-step:nth-child(3n) {
    border-right: 0;
  }
}

/* Mobile */
@media (max-width: 800px) {
  :root {
    --page-gutter: 6vw;
    --section-space: 72px;
  }
  .site-header {
    height: 72px;
    padding: 0 var(--page-gutter);
  }
  .brand img {
    width: 148px;
  }
  .menu-toggle {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-sm);
  }
  .site-header nav {
    top: 72px;
    padding: var(--space-6) var(--page-gutter) var(--space-8);
    gap: var(--space-2);
    box-shadow: var(--shadow-md);
  }
  .header-actions {
    margin-left: auto;
  }
  .site-header nav > a,
  .nav-dropdown > summary {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
  }
  .site-header nav > a::after,
  .nav-dropdown > summary::before {
    bottom: 4px;
  }
  .site-header nav > a:last-child {
    width: auto;
    margin: var(--space-3) 0 0;
    padding: 12px 16px;
  }
  .nav-dropdown {
    width: 100%;
  }
  .nav-dropdown-menu {
    padding: var(--space-2) 0 var(--space-2) var(--space-4);
  }
  .hero {
    min-height: 680px;
    padding: 84px var(--page-gutter) 112px;
  }
  .hero::before {
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 50%, #000 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 50%, #000 100%);
  }
  .hero-copy {
    max-width: 100%;
  }
  .hero h1 {
    font-size: clamp(48px, 14vw, 70px);
    line-height: 1.02;
  }
  .hero-summary {
    max-width: 92%;
  }
  .orbital-art {
    right: -24%;
    bottom: -18%;
    width: 88vw;
    opacity: 0.42;
  }
  .hero-index {
    right: var(--page-gutter);
  }
  .intro {
    background: var(--off-white);
  }
  .intro-grid,
  .solutions-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-12);
  }
  .intro-grid > * {
    min-width: 0;
  }
  .intro h2,
  .news h2,
  .admin h2 {
    font-size: clamp(40px, 11vw, 56px);
  }
  .solution-list article {
    padding: var(--space-8) 0;
    margin: 0;
    grid-template-columns: 48px minmax(0, 1fr);
  }
  .solution-list article:hover {
    transform: none;
  }
  .capability-grid,
  .benefit-grid,
  .job-grid {
    gap: var(--space-4);
  }
  .capability-card,
  .benefit-card,
  .job-grid article {
    min-height: 240px;
  }
  .news-card,
  .news-card:first-child {
    min-height: 260px;
    padding: var(--space-8) 0;
    border-right: 0;
  }
  .news-card:hover {
    padding-right: var(--space-6);
    padding-left: var(--space-6);
  }
  .careers {
    padding: var(--section-space) var(--page-gutter);
  }
  .careers::before {
    inset: 62% 0 0 0;
    clip-path: polygon(0 24%, 100% 0, 100% 100%, 0 100%);
  }
  .careers .button-dark {
    margin-top: var(--space-16);
  }
  .page-hero {
    min-height: 420px;
    padding: 72px var(--page-gutter);
  }
  .page-hero h1 {
    font-size: clamp(46px, 13vw, 66px);
  }
  .page-hero::after {
    right: -0.08em;
    font-size: 280px;
  }
  .about-hero {
    min-height: 0;
    padding: var(--section-space) var(--page-gutter);
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: max-content;
    align-items: start;
  }
  .about-hero > * {
    min-width: 0;
  }
  .about-hero h1 {
    text-wrap: wrap;
    overflow-wrap: anywhere;
  }
  .about-hero::before {
    top: auto;
    left: 0;
    width: 100%;
    height: 32%;
  }
  .about-image {
    min-height: 420px;
    padding: var(--space-16) var(--page-gutter);
  }
  .feature-row {
    padding: var(--space-12) 0;
    margin: 0;
  }
  .feature-grid {
    gap: var(--space-3);
    border: 0;
    background: transparent;
  }
  .feature-card {
    border: 1px solid var(--slate-200);
    border-radius: var(--radius-md);
  }
  .process-flow {
    grid-template-columns: 1fr 1fr;
  }
  .process-step:nth-child(3n) {
    border-right: 1px solid var(--line);
  }
  .process-step:nth-child(2n) {
    border-right: 0;
  }
  .news-row,
  .job-opening details {
    margin: 0;
  }
  .news-row:hover {
    transform: none;
  }
  footer {
    padding: var(--space-16) var(--page-gutter) var(--space-6);
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: 45px;
  }
  .button {
    width: 100%;
    justify-content: space-between;
  }
  .process-flow {
    grid-template-columns: 1fr;
  }
  .process-step,
  .process-step:nth-child(2n),
  .process-step:nth-child(3n) {
    min-height: 128px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
