:root {
  --ink: #080b0f;
  --ink-2: #10151c;
  --panel: #151b23;
  --steel: #b8c1cb;
  --steel-light: #e9edf1;
  --paper: #f3f5f6;
  --white: #ffffff;
  --blue: #2878ff;
  --blue-bright: #5b9aff;
  --line-dark: rgba(255, 255, 255, 0.13);
  --line-light: rgba(8, 11, 15, 0.14);
  --font-display: "Barlow Condensed", Impact, sans-serif;
  --font-body: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--blue-bright); outline-offset: 4px; }
.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; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 999; background: var(--white); color: var(--ink); padding: .8rem 1rem; font-weight: 700; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1.25rem, 4vw, 4.5rem);
  border-bottom: 1px solid var(--line-dark);
  background: rgba(8, 11, 15, 0.75);
  backdrop-filter: blur(18px);
  transition: height .25s ease, background .25s ease;
}
.site-header.scrolled { height: 72px; background: rgba(8, 11, 15, 0.94); }
.brand { display: flex; align-items: center; gap: .85rem; flex: 0 0 auto; }
.brand-mark { width: 38px; height: 38px; object-fit: contain; }
.brand-words { width: clamp(155px, 16vw, 225px); height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.4rem); font-size: .85rem; font-weight: 700; letter-spacing: .03em; }
.site-nav > a:not(.nav-cta) { color: #d5dbe1; transition: color .2s ease; }
.site-nav > a:not(.nav-cta):hover { color: var(--white); }
.nav-cta { padding: .7rem 1rem; border: 1px solid rgba(91,154,255,.75); color: var(--white); background: rgba(40,120,255,.08); }
.menu-toggle { display: none; width: 44px; height: 44px; background: transparent; border: 1px solid var(--line-dark); padding: 11px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; background: white; margin: 4px 0; transition: .2s ease; }

.hero {
  position: relative;
  min-height: min(900px, 100svh);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: clamp(3rem, 6vw, 7rem);
  align-items: center;
  overflow: hidden;
  padding: 150px clamp(1.25rem, 6vw, 7.5rem) 92px;
  background:
    radial-gradient(circle at 70% 28%, rgba(40,120,255,.14), transparent 30%),
    linear-gradient(120deg, #07090c 0%, #10151c 58%, #080b0f 100%);
}
.hero::after { content: ""; position: absolute; left: 0; bottom: 0; width: 35%; height: 4px; background: var(--blue); }
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right, black, transparent 72%); }
.hero-watermark { position: absolute; right: -6vw; top: 6%; width: min(48vw, 680px); opacity: .035; transform: rotate(-4deg); }
.hero-content, .quote-card { position: relative; z-index: 2; }
.eyebrow, .section-number { margin: 0 0 1.5rem; color: var(--blue-bright); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: .75rem; }
.eyebrow span { width: 34px; height: 2px; background: var(--blue); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); text-transform: uppercase; line-height: .96; }
h1 { margin-bottom: 1.8rem; max-width: 940px; font-size: clamp(3.8rem, 7vw, 7.5rem); font-weight: 700; letter-spacing: -.02em; }
h1 em { color: var(--steel); font-style: normal; }
.hero-lead { max-width: 690px; margin-bottom: 2rem; color: #c0c7cf; font-size: clamp(1.05rem, 1.5vw, 1.28rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: .8rem; padding: .8rem 1.3rem; border: 1px solid transparent; font-size: .88rem; font-weight: 800; letter-spacing: .02em; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button svg, .quote-card-link svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: white; }
.button-primary:hover { background: #1268fa; }
.button-ghost { color: #e7ebef; border-color: rgba(255,255,255,.35); }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.05); }
.hero-proof { display: flex; margin-top: clamp(2.7rem, 5vw, 5.5rem); border-top: 1px solid var(--line-dark); }
.hero-proof div { min-width: 145px; padding: 1.2rem 2.3rem 0 0; margin-right: 2.3rem; border-right: 1px solid var(--line-dark); }
.hero-proof div:last-child { border-right: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-family: var(--font-display); font-size: 1.35rem; text-transform: uppercase; letter-spacing: .03em; }
.hero-proof span { color: #929ca8; font-size: .78rem; }

.quote-card { align-self: center; border: 1px solid rgba(255,255,255,.18); background: rgba(17,23,31,.96); box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.quote-card-top { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .9rem 1rem; border-bottom: 1px solid var(--line-dark); color: #9da7b1; font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.quote-card-top a { color: #dbe1e7; letter-spacing: .03em; }
.quote-card-body { padding: clamp(1.7rem, 3vw, 2.7rem); }
.card-kicker { margin-bottom: .55rem; color: var(--blue-bright); font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.quote-card h2 { margin-bottom: .9rem; font-size: clamp(2.3rem, 3.4vw, 3.35rem); }
.quote-intro { margin-bottom: 1.7rem; color: #9da7b1; font-size: .9rem; }
.quote-card ul { list-style: none; margin: 0; padding: 0; }
.quote-card li { display: grid; grid-template-columns: 104px 1fr; gap: 1rem; padding: .8rem 0; border-top: 1px solid var(--line-dark); font-size: .84rem; }
.quote-card li strong { color: #e4e8ec; font-size: .8rem; }
.quote-card li span { color: #8f99a4; }
.quote-card-link { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.2rem clamp(1.2rem, 3vw, 2.7rem); background: var(--blue); font-size: clamp(.73rem, 1vw, .86rem); font-weight: 800; overflow-wrap: anywhere; }

.material-rail { overflow: hidden; border-bottom: 1px solid #ccd1d5; background: var(--paper); color: var(--ink); }
.rail-track { min-width: max-content; display: flex; align-items: center; justify-content: center; gap: 1.5rem; width: 100%; padding: 1rem 2rem; font-family: var(--font-display); font-size: 1rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.rail-track i { width: 4px; height: 4px; border-radius: 50%; background: var(--blue); }

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 6vw, 7.5rem); }
.services { background: var(--paper); color: var(--ink); }
.section-intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); gap: clamp(3rem, 8vw, 9rem); align-items: end; margin-bottom: clamp(3.5rem, 7vw, 6.5rem); }
.section-intro h2, .process-heading h2, .about-copy h2, .industries h2, .contact h2 { margin-bottom: 0; font-size: clamp(3rem, 5.4vw, 5.9rem); font-weight: 700; letter-spacing: -.015em; }
.section-intro > p { margin-bottom: .25rem; color: #505963; font-size: 1.05rem; }
.material-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.material-card { min-height: 255px; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(1.5rem, 3vw, 2.6rem); border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); transition: background .25s ease, color .25s ease; }
.material-card:hover { background: var(--ink-2); color: white; }
.material-code { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid currentColor; color: var(--blue); font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; }
.material-card h3 { margin: 2.5rem 0 .65rem; font-size: 1.8rem; }
.material-card p { margin-bottom: 0; color: #5e6771; font-size: .9rem; }
.material-card:hover p { color: #b7c0ca; }
.specialty-banner { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: 3rem; align-items: center; margin-top: 2rem; padding: clamp(1.6rem, 3vw, 2.5rem); background: var(--blue); color: white; }
.specialty-banner > div { display: flex; gap: 1.4rem; align-items: center; }
.specialty-icon { flex: 0 0 auto; width: 60px; height: 60px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); }
.specialty-icon svg { width: 28px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.specialty-banner .card-kicker { color: rgba(255,255,255,.78); }
.specialty-banner h3 { margin-bottom: 0; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.specialty-banner > p { margin-bottom: 0; color: #e7efff; font-size: .93rem; }

.process { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); gap: clamp(4rem, 9vw, 10rem); background: var(--ink); }
.process-heading { position: sticky; top: 120px; align-self: start; }
.process-heading h2 { color: var(--steel-light); }
.process-list { border-top: 1px solid var(--line-dark); }
.process-step { display: grid; grid-template-columns: 55px 1fr; gap: 1.3rem; padding: 2.2rem 0; border-bottom: 1px solid var(--line-dark); }
.process-step > span { color: var(--blue-bright); font-family: var(--font-display); font-size: 1.15rem; }
.process-step h3 { margin-bottom: .7rem; color: #f4f6f8; font-size: clamp(1.7rem, 2.7vw, 2.6rem); }
.process-step p { max-width: 640px; margin-bottom: 0; color: #9da7b1; }

.industries { display: grid; grid-template-columns: 1fr 1fr; min-height: 610px; color: var(--ink); background:
  linear-gradient(120deg, rgba(238,242,245,.96), rgba(213,219,225,.92)),
  repeating-linear-gradient(100deg, transparent 0 10px, rgba(8,11,15,.08) 10px 11px);
}
.industries-content { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 6vw, 7.5rem); display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line-light); }
.industries-content h2 { max-width: 750px; }
.industries-content > p:last-child { max-width: 620px; margin: 2rem 0 0; color: #4f5963; }
.industry-list { display: grid; grid-template-columns: 1fr 1fr; }
.industry-list span { min-height: 180px; display: flex; align-items: flex-end; padding: 1.8rem; border: 0 solid var(--line-light); border-right-width: 1px; border-bottom-width: 1px; font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, 2.4rem); font-weight: 700; text-transform: uppercase; transition: color .2s ease, background .2s ease; }
.industry-list span:hover { background: var(--ink-2); color: var(--white); }

.about { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: clamp(4rem, 9vw, 10rem); background: var(--ink-2); }
.about-mark { display: grid; place-items: center; min-height: 520px; border: 1px solid var(--line-dark); background: radial-gradient(circle, rgba(40,120,255,.1), transparent 58%), repeating-linear-gradient(45deg, rgba(255,255,255,.02) 0 1px, transparent 1px 8px); }
.about-mark img { width: 55%; opacity: .82; }
.about-copy { align-self: center; }
.about-copy h2 { max-width: 900px; }
.about-lead { max-width: 850px; margin: 2rem 0 3.5rem; color: #abb4bd; font-size: clamp(1.05rem, 1.5vw, 1.2rem); }
.value-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.value-grid > div { padding: 1.5rem; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.value-grid h3 { margin-bottom: .5rem; color: var(--blue-bright); font-size: 1.45rem; }
.value-grid p { margin: 0; color: #8e99a5; font-size: .87rem; }

.contact { position: relative; overflow: hidden; padding: clamp(5.5rem, 11vw, 11rem) clamp(1.25rem, 6vw, 7.5rem); background: var(--blue); }
.contact::before { content: "SS"; position: absolute; right: -1vw; top: 50%; transform: translateY(-54%); color: rgba(255,255,255,.045); font-family: var(--font-display); font-size: min(46vw, 680px); font-weight: 800; line-height: .8; }
.contact-inner { position: relative; z-index: 1; max-width: 1100px; }
.contact .section-number { color: rgba(255,255,255,.75); }
.contact h2 { font-size: clamp(3.7rem, 7.5vw, 7.5rem); }
.contact-inner > p:not(.section-number) { max-width: 700px; margin: 2rem 0; color: #e7efff; font-size: 1.1rem; }
.contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.8rem; }
.button-light { background: white; color: var(--blue); }
.button-light:hover { background: #edf3ff; }
.contact-phone { border-bottom: 1px solid rgba(255,255,255,.65); font-family: var(--font-display); font-size: 1.8rem; font-weight: 700; }
.contact-email { display: inline-block; margin-top: 2.2rem; font-weight: 700; overflow-wrap: anywhere; }

.site-footer { min-height: 130px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 2rem clamp(1.25rem, 4vw, 4.5rem); border-top: 1px solid var(--line-dark); color: #7d8792; font-size: .78rem; }
.site-footer p { margin: 0; }
.site-footer p:last-child { text-align: right; }
.footer-brand { display: flex; align-items: center; gap: .65rem; }
.footer-brand img:first-child { width: 31px; }
.footer-brand img:last-child { width: 140px; }

.reveal { opacity: 0; transform: translateY(10px); transition: opacity .45s ease, transform .45s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-content { padding-top: 3rem; }
  .quote-card { max-width: 620px; }
  .material-grid { grid-template-columns: 1fr 1fr; }
  .industries { grid-template-columns: 1fr; }
  .industries-content { border-right: 0; border-bottom: 1px solid var(--line-light); }
  .about { grid-template-columns: 1fr; }
  .about-mark { min-height: 390px; }
  .about-mark img { width: min(38%, 280px); }
}

@media (max-width: 820px) {
  .site-header { height: 72px; }
  .menu-toggle { display: block; }
  .site-nav { position: fixed; inset: 72px 0 auto 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 1.1rem 1.25rem 1.5rem; background: rgba(8,11,15,.98); border-bottom: 1px solid var(--line-dark); transform: translateY(-130%); visibility: hidden; transition: transform .25s ease, visibility .25s ease; }
  .site-nav.open { transform: none; visibility: visible; }
  .site-nav a { padding: 1rem 0; border-bottom: 1px solid var(--line-dark); }
  .site-nav .nav-cta { margin-top: 1rem; padding: .9rem 1rem; text-align: center; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .section-intro, .specialty-banner, .process { grid-template-columns: 1fr; }
  .section-intro { gap: 2rem; }
  .specialty-banner { gap: 1.8rem; }
  .process-heading { position: static; }
  .site-footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { justify-content: center; }
  .site-footer p:last-child { text-align: center; }
}

@media (max-width: 580px) {
  .brand-mark { width: 32px; height: 32px; }
  .brand-words { width: 150px; }
  .hero { padding-top: 112px; padding-bottom: 70px; }
  h1 { font-size: clamp(3.65rem, 17vw, 5.2rem); }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-proof div { min-width: 0; margin-right: 0; padding-right: 1rem; }
  .hero-proof div:last-child { grid-column: 1 / -1; border-top: 1px solid var(--line-dark); border-right: 0; margin-top: 1rem; padding-top: 1rem; }
  .material-grid { grid-template-columns: 1fr; }
  .material-card { min-height: 220px; }
  .specialty-banner > div { align-items: flex-start; }
  .specialty-icon { width: 48px; height: 48px; }
  .industry-list span { min-height: 135px; padding: 1.1rem; }
  .value-grid { grid-template-columns: 1fr; }
  .about-mark { min-height: 300px; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .contact-phone { align-self: flex-start; }
}

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