:root {
  --bg: #080808;
  --panel: #121212;
  --soft: rgba(255,255,255,.055);
  --line: rgba(255,255,255,.12);
  --text: #fff;
  --muted: #cfcfcf;
  --muted2: #8f8f8f;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  text-transform: uppercase;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(8,8,8,.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; min-width: 0; }
.brand-banner {
  width: 540px;
  max-width: 100%;
  height: auto;
  max-height: 78px;
  object-fit: contain;
  display: block;
}
.nav { display: flex; gap: 30px; color: #d8d8d8; font-size: 14px; }
.nav a:hover { color: #fff; }

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 78% 12%, rgba(255,255,255,.13), transparent 34%),
    linear-gradient(120deg, rgba(255,255,255,.05), transparent 45%);
}
.hero-inner {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 70px;
  align-items: center;
  padding: 92px 0;
}
.overline {
  margin: 0 0 22px;
  color: #d8d8d8;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
h1 {
  margin: 0;
  max-width: 620px;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.08;
  letter-spacing: -.03em;
}
.hero-copy {
  margin: 28px 0 0;
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 16px;
  font-weight: 700;
}
.button-primary { background: #fff; color: #111; }
.button-secondary { border: 1px solid var(--line); color: #fff; }
.button-secondary:hover { background: rgba(255,255,255,.06); }

.hero-panel {
  min-width: 0;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.035));
  border-radius: 34px;
  padding: 42px 34px;
  box-shadow: 0 30px 80px rgba(0,0,0,.33);
}
.panel-logo {
  display: block;
  width: min(260px, 70%);
  margin: 0 auto 34px;
}
.panel-line {
  height: 1px;
  background: var(--line);
  margin-bottom: 28px;
}
.hero-panel p {
  margin: 0;
  font-size: clamp(22px, 2.3vw, 30px);
  font-weight: 700;
  letter-spacing: -.03em;
  white-space: nowrap;
}
.hero-panel span {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.7;
}

.section { padding: 96px 0; }
.section-heading { max-width: 780px; }
.centered { text-align: center; margin: 0 auto; }
.section-label {
  margin: 0 0 14px;
  color: var(--muted2);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .25em;
  text-transform: uppercase;
}
h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.services-main-heading {
  max-width: 720px;
  margin: 0 auto;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.12;
}

.projects-main-heading {
  max-width: 560px;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.12;
}
.service-grid {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.service-grid article {
  min-height: 300px;
  padding: 30px;
  border-radius: 28px;
  border: 1px solid var(--line);
  background: var(--soft);
}
.service-grid span {
  display: block;
  color: var(--muted2);
  font-weight: 800;
  margin-bottom: 70px;
}
h3 { margin: 0; font-size: 24px; }
.service-grid p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.split-section {
  padding: 92px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.035);
}
.split-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: center;
}
.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.project-tags span {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #0c0c0c;
  color: #e5e5e5;
}

.process-list {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
}
.process-list div {
  min-height: 160px;
  padding: 22px;
  border-right: 1px solid var(--line);
  background: var(--soft);
}
.process-list div:last-child { border-right: none; }
.process-list strong {
  display: block;
  color: var(--muted2);
  margin-bottom: 55px;
}
.process-list span {
  display: block;
  font-weight: 700;
  line-height: 1.35;
}

.contact-section { padding: 0 0 98px; }
.contact-card {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 54px;
  align-items: center;
  background: #fff;
  color: #111;
  border-radius: 34px;
  padding: 50px;
}
.dark-label { color: #777; }
.contact-card p:not(.section-label) {
  color: #626262;
  line-height: 1.75;
}
.contact-details {
  display: grid;
  gap: 16px;
  background: #f2f2f2;
  border-radius: 26px;
  padding: 28px;
  font-weight: 700;
}
.footer { border-top: 1px solid var(--line); padding: 30px 0; color: #8e8e8e; }
.footer-brand { display: flex; align-items: center; gap: 14px; font-size: 14px; }
.footer-brand img { width: 44px; height: 44px; object-fit: contain; }

@media (max-width: 980px) {
  .nav { display: none; }
  .hero-inner,
  .split-grid,
  .contact-card { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .process-list { grid-template-columns: repeat(2, 1fr); }
  .process-list div { border-right: none; border-bottom: 1px solid var(--line); }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 78px; }
  .brand-banner { width: 310px; max-height: 48px; }
  .hero-inner { min-height: auto; padding: 64px 0; }
  h1 { font-size: 42px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .process-list { grid-template-columns: 1fr; }
  .contact-card { padding: 30px 22px; }
}


.process-main-heading {
  max-width: 100%;
  font-size: clamp(24px, 2.8vw, 36px);
  line-height: 1.15;
  white-space: nowrap;
}

.contact-main-heading {
  max-width: 100%;
  font-size: clamp(24px, 2.7vw, 36px);
  line-height: 1.1;
  white-space: nowrap;
}
