:root {
  --black: #000000;
  --ink: #080808;
  --panel: #111111;
  --panel-strong: #171717;
  --line: rgba(255, 255, 255, 0.12);
  --line-hot: rgba(255, 90, 0, 0.72);
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.72);
  --dim: rgba(255, 255, 255, 0.52);
  --orange: #ff5a00;
  --orange-deep: #cc3f00;
  --max: 1180px;
  --gutter: clamp(18px, 4vw, 48px);
  --header-height: 78px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(255, 90, 0, 0.055) 1px, transparent 1px) 0 0 / 96px 96px,
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px) 0 0 / 96px 96px,
    radial-gradient(circle at 50% 0%, rgba(255, 90, 0, 0.12), transparent 34rem),
    var(--black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

section {
  scroll-margin-top: calc(var(--header-height) + 18px);
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: var(--header-height);
  padding: 12px var(--gutter);
  border-bottom: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(18px);
}

.brand {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.035);
}

.brand img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 3vw, 34px);
  min-width: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-links a,
.site-footer a {
  transition: color 180ms ease;
}

.nav-links a:hover,
.site-footer a:hover {
  color: var(--orange);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  font-size: 0.84rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.mobile-label {
  display: none;
}

.header-cta,
.button-primary {
  color: var(--black);
  background: var(--orange);
  box-shadow: 0 0 0 1px rgba(255, 90, 0, 0.18), 0 18px 40px rgba(255, 90, 0, 0.18);
}

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

.button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.04);
}

.section-shell {
  width: min(calc(100% - (var(--gutter) * 2)), var(--max));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(330px, 0.72fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: calc(100vh - 78px);
  padding: clamp(48px, 7vw, 94px) 0 clamp(34px, 6vw, 72px);
}

.hero-copy {
  position: relative;
}

.hero-copy::before {
  position: absolute;
  top: -34px;
  left: 0;
  width: 92px;
  height: 3px;
  background: var(--orange);
  content: "";
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.wordmark-panel,
.full-lockup-panel,
.mark-panel {
  background: transparent;
}

.wordmark-panel {
  width: min(100%, 560px);
  border-left: 4px solid var(--orange);
  padding-left: clamp(12px, 2vw, 18px);
}

.wordmark-panel img {
  width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 790px;
  margin: clamp(28px, 4vw, 44px) 0 20px;
  font-size: clamp(2.75rem, 8.4vw, 6.7rem);
  line-height: 0.93;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4.5vw, 4.5rem);
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.02rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-subhead {
  max-width: 680px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-card {
  position: relative;
}

.hero-card::before {
  position: absolute;
  inset: -18px auto auto 0;
  width: 42%;
  height: 5px;
  background: var(--orange);
  content: "";
}

.full-lockup-panel {
  filter: drop-shadow(0 28px 60px rgba(0, 0, 0, 0.55));
}

.hero-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 16px;
  background: var(--line);
}

.hero-stat-grid div {
  min-height: 92px;
  padding: 16px 12px;
  background: #0b0b0b;
}

.hero-stat-grid strong,
.hero-stat-grid span {
  display: block;
}

.hero-stat-grid strong {
  color: var(--orange);
  font-size: 1.25rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.hero-stat-grid span {
  margin-top: 6px;
  color: var(--dim);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.about-grid,
.capability-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 76px);
  padding: clamp(74px, 10vw, 128px) 0;
}

.about-copy {
  display: grid;
  gap: 18px;
  align-content: start;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.7vw, 1.17rem);
}

.services,
.why,
.process {
  padding: clamp(76px, 10vw, 132px) 0;
  border-top: 1px solid var(--line);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
  gap: clamp(22px, 5vw, 58px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.service-grid,
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.service-card,
.feature-block,
.process article {
  position: relative;
  min-height: 244px;
  padding: clamp(22px, 3vw, 32px);
  background:
    linear-gradient(145deg, rgba(255, 90, 0, 0.07), transparent 44%),
    var(--panel);
}

.service-card::after,
.feature-block::after,
.process article::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46px;
  height: 3px;
  background: var(--orange);
  content: "";
}

.service-card span,
.process span {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--orange);
  font-size: 0.76rem;
  font-weight: 900;
}

.service-card p,
.feature-block p,
.process p,
.capability-grid p {
  color: var(--muted);
}

.capability-band {
  border-block: 1px solid var(--line-hot);
  background:
    linear-gradient(115deg, rgba(255, 90, 0, 0.14), transparent 42%),
    #080808;
}

.capability-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(220px, 0.46fr) minmax(0, 0.9fr);
  align-items: center;
}

.mark-panel {
  filter: drop-shadow(0 28px 60px rgba(0, 0, 0, 0.55));
}

.capability-list {
  display: grid;
  gap: 1px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: var(--line);
  border: 1px solid var(--line);
}

.capability-list li {
  position: relative;
  padding: 15px 18px 15px 38px;
  color: rgba(255, 255, 255, 0.84);
  background: rgba(0, 0, 0, 0.7);
  font-weight: 700;
}

.capability-list li::before {
  position: absolute;
  top: 21px;
  left: 18px;
  width: 8px;
  height: 8px;
  background: var(--orange);
  content: "";
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.process article {
  min-height: 250px;
}

.final-cta {
  border-block: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(255, 90, 0, 0.18), transparent 54%),
    var(--panel-strong);
}

.final-cta-inner {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: clamp(52px, 8vw, 88px) 0;
}

.final-cta h2 {
  max-width: 860px;
}

.site-footer {
  background: #050505;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
  width: min(calc(100% - (var(--gutter) * 2)), var(--max));
  min-height: 150px;
  margin: 0 auto;
  color: var(--dim);
  font-size: 0.9rem;
}

.footer-inner strong {
  display: block;
  color: var(--white);
  font-size: 1rem;
  text-transform: uppercase;
}

.footer-inner p {
  margin-bottom: 0;
}

.footer-inner div:nth-child(2) {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.76);
  text-align: center;
}

.footer-inner > p {
  text-align: right;
}

@media (max-width: 980px) {
  :root {
    --header-height: 72px;
  }

  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
  }

  .nav-links {
    justify-content: end;
  }

  .hero,
  .about-grid,
  .capability-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-card {
    max-width: 620px;
    justify-self: center;
  }

  .section-heading {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .service-grid,
  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .mark-panel {
    width: min(58vw, 380px);
    justify-self: center;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    padding: 32px 0;
  }

  .footer-inner div:nth-child(2),
  .footer-inner > p {
    text-align: left;
  }
}

@media (max-width: 680px) {
  :root {
    --gutter: 16px;
    --header-height: 118px;
  }

  body {
    background:
      linear-gradient(90deg, rgba(255, 90, 0, 0.045) 1px, transparent 1px) 0 0 / 56px 56px,
      linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px) 0 0 / 56px 56px,
      var(--black);
  }

  .site-header {
    grid-template-columns: auto auto;
    gap: 12px 16px;
    position: sticky;
    min-height: auto;
    padding: 12px var(--gutter);
  }

  .brand {
    width: 46px;
    height: 46px;
  }

  .header-cta {
    justify-self: end;
    min-height: 42px;
    padding: 0 16px;
  }

  .desktop-label {
    display: none;
  }

  .mobile-label {
    display: inline;
  }

  .nav-links {
    grid-column: 1 / -1;
    justify-content: start;
    gap: 6px;
    overflow-x: auto;
    padding-bottom: 2px;
    font-size: 0.68rem;
    scrollbar-width: none;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    flex: 0 0 auto;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.035);
  }

  .nav-links a:nth-child(3) {
    display: inline-flex;
  }

  .section-shell {
    width: min(calc(100% - (var(--gutter) * 2)), var(--max));
  }

  .hero {
    gap: 38px;
    padding-top: 54px;
  }

  .wordmark-panel {
    width: min(100%, 430px);
    border-left-width: 3px;
    padding-left: 10px;
  }

  h1 {
    margin-top: 30px;
    font-size: clamp(2.35rem, 12.5vw, 4.1rem);
    line-height: 0.96;
  }

  h2 {
    font-size: clamp(1.85rem, 9.4vw, 3rem);
    line-height: 1.02;
  }

  .button-row,
  .final-cta-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
    min-height: 50px;
  }

  .hero-stat-grid,
  .service-grid,
  .feature-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .hero-stat-grid div,
  .service-card,
  .feature-block,
  .process article {
    min-height: auto;
  }

  .hero-stat-grid div {
    padding: 14px 16px;
  }

  .full-lockup-panel {
    width: min(78vw, 360px);
    margin: 0 auto;
  }

  .services,
  .why,
  .process,
  .about-grid,
  .capability-grid {
    padding: 62px 0;
  }

  .capability-list li {
    padding-right: 14px;
    font-size: 0.92rem;
  }
}

@media (max-width: 430px) {
  :root {
    --gutter: 14px;
  }

  .nav-links {
    font-size: 0.64rem;
  }

  .nav-links a {
    padding-inline: 8px;
  }

  .eyebrow {
    font-size: 0.7rem;
  }

  .hero-subhead,
  .about-copy {
    font-size: 1rem;
  }

  .service-card,
  .feature-block,
  .process article {
    padding: 22px 18px;
  }

  .footer-inner {
    font-size: 0.84rem;
  }
}

@media (min-width: 1280px) {
  :root {
    --max: 1240px;
  }

  .hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.72fr);
  }
}
