:root {
  --ink: #07111f;
  --navy: #061a31;
  --navy-2: #0a2748;
  --panel: #0b2039;
  --charcoal: #17202c;
  --blue: #178bff;
  --blue-2: #49c2ff;
  --cyan: #9be7ff;
  --aqua: #27d7f2;
  --ice: #e8fbff;
  --silver: #d8e3ef;
  --muted: #657488;
  --line: #dbe5f0;
  --soft: #f5f8fc;
  --white: #ffffff;
  --shadow: 0 26px 80px rgba(5, 18, 34, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #edf7ff;
  background:
    linear-gradient(180deg, rgba(3,10,20,.9), rgba(5,18,34,.94)),
    url("images/tech-background-noveniq.png") center top / cover fixed no-repeat,
    var(--ink);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(5, 15, 28, 0.78);
  backdrop-filter: blur(22px) saturate(150%);
  border-bottom: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 12px 44px rgba(0,0,0,0.22);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  min-width: max-content;
}
.brand strong { display: block; font-size: 1.04rem; line-height: 1; letter-spacing: 0.01em; }
.brand small { display: block; margin-top: 4px; color: #a9bfd9; font-size: 0.74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.brand-mark {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background:
    radial-gradient(circle at 68% 22%, #8ae9ff 0 10%, transparent 12%),
    linear-gradient(145deg, #0b2d55, #168dff);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35), 0 15px 38px rgba(22,137,255,0.28);
}
.brand-mark span {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 6px;
  position: relative;
}
.brand-mark span:before,
.brand-mark span:after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 999px;
}
.brand-mark span:before { width: 6px; height: 6px; right: -6px; top: -6px; }
.brand-mark span:after { width: 8px; height: 2px; left: -10px; bottom: 4px; }
.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  padding: 5px;
  border: 1px solid rgba(39,215,242,0.28);
  border-radius: 999px;
  background: rgba(2, 12, 24, 0.62);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}
.site-nav a {
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 850;
  padding: 10px 13px;
  border-radius: 999px;
  text-shadow: 0 1px 10px rgba(0,0,0,.45);
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}
.site-nav a:hover,
.site-nav a.active {
  color: #fff;
  background: rgba(39,215,242,.14);
  box-shadow: inset 0 0 0 1px rgba(39,215,242,.42), 0 8px 24px rgba(39,215,242,.2);
}
.header-actions { display: flex; align-items: center; gap: 10px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: .9rem;
  font-weight: 850;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #12bfe9, #49dfff);
  box-shadow: 0 16px 38px rgba(39,215,242,0.34), inset 0 0 0 1px rgba(255,255,255,.28);
  text-shadow: 0 1px 8px rgba(0,0,0,.35);
}
.btn-ghost {
  color: #ffffff;
  border-color: rgba(39,215,242,0.5);
  background: rgba(2, 12, 24, 0.58);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
}
.btn-light {
  color: #fff;
  border-color: rgba(39,215,242,0.5);
  background: rgba(2, 12, 24, 0.5);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}
.nav-toggle {
  display: none;
  margin-left: auto;
  padding: 8px;
  background: transparent;
  border: 0;
}
.nav-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  margin: 5px 0;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 820px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3,10,20,.95), rgba(3,10,20,.52)),
    url("images/tech-background-noveniq.png") center / cover no-repeat,
    var(--ink);
}
.hero:after {
  content: "";
  position: absolute;
  inset: auto -10% -18% -10%;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(3,10,20,.9) 74%, rgba(3,10,20,.98));
  z-index: 1;
  pointer-events: none;
}
.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-media {
  object-fit: cover;
  opacity: .46;
  mix-blend-mode: screen;
}
.hero-shade {
  background:
    radial-gradient(circle at 78% 44%, rgba(23,139,255,0.2), transparent 28%),
    linear-gradient(90deg, rgba(3,10,20,0.98) 0%, rgba(5,18,34,0.86) 42%, rgba(5,18,34,0.28) 78%),
    linear-gradient(180deg, rgba(5,12,24,0.18), rgba(5,12,24,0.72));
}
.hero-content {
  position: relative;
  z-index: 2;
  width: min(880px, calc(100% - 40px));
  margin-left: clamp(20px, 6vw, 88px);
  color: #fff;
  padding: 116px 0 130px;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--aqua);
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2, h3 {
  margin: 0;
  line-height: 1.06;
  letter-spacing: -0.035em;
}
h1,
h2 {
  color: #ffffff;
}
h1 .accent,
h2 .accent {
  color: var(--aqua);
}
h1 {
  max-width: 860px;
  font-size: clamp(3.2rem, 7.4vw, 7.4rem);
}
h2 { font-size: clamp(2.05rem, 4.2vw, 3.65rem); }
h3 { font-size: 1.23rem; letter-spacing: -0.02em; }
.hero h1,
.page-hero h1,
.section-head h2,
.split h2,
.highlight-panel h2,
.cta h2 {
  background: linear-gradient(90deg, #27d7f2 0%, #8deeff 38%, #ffffff 72%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}
.hero p:not(.eyebrow) {
  max-width: 730px;
  margin: 24px 0 0;
  color: #dbe9f8;
  font-size: 1.16rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin: 34px 0 22px;
}
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 900px;
}
.trust-row span {
  padding: 9px 13px;
  color: #ffffff;
  font-size: .83rem;
  font-weight: 800;
  border: 1px solid rgba(39,215,242,0.45);
  border-radius: 999px;
  background: rgba(39,215,242,0.1);
}
.hero-panel {
  width: min(560px, 100%);
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(39,215,242,0.36);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.05));
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
  backdrop-filter: blur(14px);
}
.hero-panel strong {
  display: block;
  color: #fff;
  font-size: .98rem;
}
.hero-panel span {
  display: block;
  margin-top: 5px;
  color: #c3d8ec;
  font-size: .93rem;
}

.proof-strip {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(1180px, calc(100% - 40px));
  margin: -76px auto 0;
  overflow: hidden;
  border: 1px solid rgba(39,215,242,0.42);
  border-radius: 8px;
  background: rgba(39,215,242,0.16);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}
.proof-item {
  min-height: 138px;
  padding: 24px;
  background: rgba(8, 25, 45, .82);
}
.proof-item strong {
  display: block;
  color: var(--aqua);
  margin-bottom: 18px;
  font-size: .78rem;
  letter-spacing: .16em;
}
.proof-item span {
  display: block;
  color: #edf7ff;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.35;
}

.section {
  position: relative;
  padding: clamp(74px, 9vw, 132px) clamp(20px, 5vw, 72px);
  color: #edf7ff;
}
.section:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 84% 12%, rgba(23,139,255,.13), transparent 28%),
    linear-gradient(180deg, rgba(3,10,20,.74), rgba(3,10,20,.88));
  pointer-events: none;
}
.section > * {
  position: relative;
  z-index: 1;
}
.section-head {
  max-width: 880px;
  margin-bottom: 34px;
}
.section-head p:not(.eyebrow),
.split p,
.page-hero p,
.story p {
  color: #e1f3ff;
  font-size: 1.04rem;
}
.service-grid,
.capability-grid,
.industry-grid,
.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.service-grid {
  grid-template-columns: 1.15fr 1fr 1fr;
}
.service-grid .card:first-child,
.service-grid .card:nth-child(3) {
  grid-row: span 2;
}
.card,
.detail-card,
.feature-card,
.process-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(39,215,242,0.48);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(9, 31, 55, .92), rgba(5, 18, 34, .78));
  padding: 28px;
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.card h3,
.detail-card h2,
.feature-card h3,
.process-card h3,
.contact-side h2 {
  color: #ffffff;
  text-shadow: 0 1px 12px rgba(0,0,0,.35);
}
.card h3,
.detail-card h2,
.feature-card h3 {
  color: #ffffff;
}
.card:before,
.detail-card:before,
.feature-card:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--cyan));
  opacity: 0;
  transition: opacity .22s ease;
}
.card:hover,
.detail-card:hover,
.feature-card:hover,
.process-card:hover {
  transform: translateY(-5px);
  border-color: rgba(73,194,255,0.45);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}
.card:hover:before,
.detail-card:hover:before,
.feature-card:hover:before { opacity: 1; }
.card p,
.detail-card p,
.feature-card p,
.process-card p,
.detail-card li {
  color: #dcefff;
}
.icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 8px;
  color: #001827;
  background: linear-gradient(135deg, #e8fbff, #27d7f2);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.5), 0 10px 24px rgba(39,215,242,.25);
  font-size: .82rem;
  font-weight: 950;
}
.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: center;
}
.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.feature-list span {
  min-height: 78px;
  display: flex;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(39,215,242,0.5);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(9, 31, 55, .92), rgba(5, 18, 34, .78));
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 18px 58px rgba(0,0,0,.16);
  backdrop-filter: blur(16px);
}
.process-band {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6,20,38,.93), rgba(6,20,38,.76)),
    url("images/tech-background-noveniq.png") center / cover no-repeat,
    linear-gradient(135deg, #061426, #0c2a4d 56%, #061426);
}
.process-band:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}
.process-band > * { position: relative; }
.process-band .section-head p:not(.eyebrow),
.process-card p { color: #bfd3e8; }
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.process-card {
  min-height: 250px;
  color: #fff;
  border-color: rgba(255,255,255,0.13);
  background: linear-gradient(145deg, rgba(255,255,255,0.105), rgba(255,255,255,0.04));
  box-shadow: none;
}
.process-card strong {
  display: block;
  margin-bottom: 50px;
  color: var(--aqua);
  letter-spacing: .16em;
}
.highlight {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(330px, .84fr);
  align-items: stretch;
  gap: 0;
}
.highlight img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: 8px 0 0 8px;
}
.highlight-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 66px);
  color: #fff;
  background:
    radial-gradient(circle at 84% 20%, rgba(73,194,255,.22), transparent 28%),
    linear-gradient(145deg, #07111f, #0d2c50);
  border-radius: 0 8px 8px 0;
}
.highlight-panel p:not(.eyebrow) { color: #c4d8eb; }
.text-link,
.feature-card a,
.detail-card a:not(.btn) {
  display: inline-block;
  margin-top: 14px;
  color: var(--aqua);
  font-weight: 900;
  text-shadow: 0 0 18px rgba(73,194,255,.22);
}
.highlight-panel .text-link { color: var(--aqua); }
.three-col {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.feature-card {
  min-height: 245px;
  display: flex;
  flex-direction: column;
}
.feature-card a { margin-top: auto; }
.muted {
  background:
    linear-gradient(90deg, rgba(6,20,38,.88), rgba(6,20,38,.72)),
    url("images/tech-background-noveniq.png") center / cover no-repeat,
    var(--ink);
}
.cta {
  margin: clamp(42px, 8vw, 90px) clamp(20px, 5vw, 72px);
  padding: clamp(48px, 7vw, 88px);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(6,20,38,.94), rgba(6,20,38,.7)),
    url("images/tech-background-noveniq.png") center / cover no-repeat,
    linear-gradient(135deg, #061426, #0e315a);
  box-shadow: var(--shadow);
}
.cta p {
  max-width: 720px;
  margin: 18px auto 28px;
  color: #c8d9ed;
}
.cta div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.page {
  background:
    linear-gradient(180deg, rgba(3,10,20,.9), rgba(5,18,34,.96)),
    url("images/tech-background-noveniq.png") center top / cover fixed no-repeat,
    var(--ink);
}
.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(88px, 12vw, 154px) clamp(20px, 5vw, 72px) clamp(58px, 8vw, 96px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(6,20,38,.96), rgba(6,20,38,.72)),
    url("images/tech-background-noveniq.png") center / cover no-repeat,
    linear-gradient(135deg, #061426 0%, #0b243f 56%, #07111f 100%);
}
.page-hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: .7;
  pointer-events: none;
}
.page-hero > * { position: relative; z-index: 1; }
.page-hero h1 { max-width: 980px; font-size: clamp(2.55rem, 6vw, 5.6rem); }
.page-hero p {
  max-width: 900px;
  color: #c9dcee;
}
.page-hero.with-image {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 560px);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}
.page-hero.with-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0,0,0,0.34);
}
.detail-card h2 { font-size: 1.55rem; }
.detail-card ul { padding-left: 18px; }
.story {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 38px;
  align-items: center;
}
.metric-panel {
  padding: 42px;
  border: 1px solid rgba(39,215,242,0.5);
  border-radius: 8px;
  background:
    radial-gradient(circle at 80% 20%, rgba(23,139,255,.12), transparent 32%),
    linear-gradient(145deg, rgba(9, 31, 55, .92), rgba(5, 18, 34, .78));
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px);
}
.metric-panel strong {
  display: block;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(2.3rem, 5vw, 3.3rem);
  line-height: 1;
}
.metric-panel span { color: #dcefff; }
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 28px;
  align-items: start;
}
.contact-form,
.contact-side {
  padding: 30px;
  border: 1px solid rgba(39,215,242,0.5);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(9, 31, 55, .92), rgba(5, 18, 34, .78));
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px);
}
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.contact-form label {
  display: grid;
  gap: 7px;
  color: #edf7ff;
  font-weight: 850;
}
.form-field {
  display: grid;
  gap: 7px;
  color: #edf7ff;
  font-weight: 850;
}
.field-label {
  display: block;
}
.full-width {
  grid-column: 1 / -1;
}
.phone-row {
  display: grid;
  grid-template-columns: minmax(180px, .42fr) 1fr;
  gap: 12px;
}
.field-help,
.field-error {
  display: block;
  font-size: .84rem;
  line-height: 1.4;
}
.field-help {
  color: #b8d9e8;
}
.field-error {
  min-height: 1.2em;
  color: #ffb8b8;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.contact-form label:nth-child(5),
.contact-form label:nth-child(6),
.contact-form button,
.form-note { grid-column: 1 / -1; }
input,
select,
textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.92);
  color: var(--charcoal);
  font: inherit;
  transition: border-color .2s ease, box-shadow .2s ease;
}
input:disabled {
  cursor: not-allowed;
  opacity: .62;
}
input.is-invalid,
select.is-invalid,
textarea.is-invalid {
  border-color: #ff8d8d;
  box-shadow: 0 0 0 4px rgba(255, 141, 141, .16);
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(23,139,255,.6);
  box-shadow: 0 0 0 4px rgba(23,139,255,.12);
}
textarea { resize: vertical; }
.form-note {
  margin: 0;
  color: #dcefff;
}
.contact-side h2 {
  margin-top: 0;
  font-size: 1.35rem;
}
.map-placeholder {
  min-height: 260px;
  width: 100%;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(39,215,242,0.58);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(23,139,255,.08) 1px, transparent 1px),
    linear-gradient(rgba(23,139,255,.08) 1px, transparent 1px),
    linear-gradient(135deg, rgba(9,31,55,.9), rgba(5,18,34,.74));
  background-size: 26px 26px, 26px 26px, auto;
  color: #dcefff;
  font-weight: 900;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr repeat(2, 1fr);
  gap: 24px;
  padding: 44px clamp(20px, 5vw, 72px) 24px;
  color: #c9d9eb;
  background:
    radial-gradient(circle at 12% 8%, rgba(23,139,255,.14), transparent 26%),
    #050d18;
}
.legal-content {
  max-width: 1060px;
  margin: 0 auto;
}
.legal-content .detail-card {
  display: grid;
  gap: 14px;
}
.legal-content h2 {
  margin-top: 18px;
}
.legal-content h2:first-child {
  margin-top: 0;
}
.legal-content p {
  margin: 0;
}
.site-footer h4 {
  margin: 0 0 10px;
  color: #fff;
}
.site-footer a {
  display: block;
  margin: 6px 0;
  color: #c9d9eb;
}
.site-footer a:hover { color: var(--blue-2); }
.footer-brand { margin-bottom: 14px; }
.copyright {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 16px;
  color: #8294aa;
  border-top: 1px solid rgba(255,255,255,0.09);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .site-nav { gap: 0; }
  .site-nav a { padding-inline: 8px; }
  .header-actions { display: none; }
  .service-grid,
  .capability-grid,
  .industry-grid,
  .service-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-grid .card:first-child,
  .service-grid .card:nth-child(3) { grid-row: auto; }
  .process-grid,
  .proof-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .site-header { min-height: 68px; }
  .nav-toggle { display: block; }
  .site-nav {
    position: fixed;
    top: 68px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px 20px 24px;
    border-radius: 0;
    border-inline: 0;
    background: rgba(5,15,28,0.98);
  }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 11px 0; }
  .hero {
    min-height: 760px;
  }
  .hero-media {
    object-position: 58% center;
    opacity: .68;
  }
  .hero-shade {
    background: linear-gradient(180deg, rgba(3,10,20,.88), rgba(3,10,20,.72));
  }
  .hero-content {
    width: min(100% - 36px, 720px);
    margin: 0 auto;
  }
  .proof-strip {
    margin-top: -54px;
    width: min(100% - 32px, 720px);
  }
  .split,
  .highlight,
  .three-col,
  .page-hero.with-image,
  .story,
  .contact-layout { grid-template-columns: 1fr; }
  .highlight { gap: 18px; }
  .highlight img,
  .highlight-panel { border-radius: 8px; }
  .highlight img { min-height: 360px; }
  .site-footer {
    grid-template-columns: 1fr 1fr;
    gap: 18px 24px;
    padding-top: 34px;
  }
  .site-footer > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 580px) {
  h1 { font-size: 2.32rem; }
  h2 { font-size: 2rem; }
  .section {
    padding-left: 18px;
    padding-right: 18px;
  }
  .hero { min-height: auto; }
  .hero-content {
    padding: 76px 0 84px;
  }
  .hero p:not(.eyebrow) {
    margin-top: 18px;
    font-size: 1rem;
  }
  .hero-actions {
    margin: 24px 0 18px;
  }
  .hero-actions,
  .cta div { flex-direction: column; }
  .service-grid,
  .capability-grid,
  .industry-grid,
  .service-detail-grid,
  .process-grid,
  .proof-strip,
  .feature-list,
  .contact-form { grid-template-columns: 1fr; }
  .contact-form label:nth-child(5),
  .contact-form label:nth-child(6),
  .contact-form button,
  .form-note { grid-column: auto; }
  .full-width { grid-column: auto; }
  .phone-row { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .trust-row span {
    width: auto;
    padding: 8px 10px;
    font-size: .78rem;
  }
  .hero-panel { display: none; }
  .proof-item { min-height: auto; }
  .site-footer {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 28px 18px 18px;
  }
  .site-footer > div:first-child,
  .copyright {
    grid-column: 1 / -1;
  }
  .site-footer p {
    margin: 8px 0 0;
  }
  .site-footer h4 {
    margin-bottom: 6px;
  }
  .site-footer a {
    margin: 4px 0;
    font-size: .92rem;
  }
  .footer-brand {
    margin-bottom: 8px;
  }
  .copyright {
    padding-top: 12px;
    font-size: .82rem;
  }
}
