:root {
  --bg: #0d0f12;
  --bg-2: #15181d;
  --text: #f7f7f5;
  --muted: #a7abb3;
  --paper: #ffffff;
  --ink: #17191d;
  --soft: #f4f1ed;
  --line: rgba(255,255,255,.12);
  --red: #b3422d;
  --red-dark: #762b20;
  --sand: #d7b98f;
  --shadow: 0 24px 70px rgba(0,0,0,.25);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1140px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: rgba(13,15,18,.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; color: var(--text); }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; letter-spacing: -.02em; }
.brand-mark { width: 38px; height: 24px; display: inline-block; background: linear-gradient(135deg, transparent 0 28%, var(--red) 29% 63%, var(--sand) 64% 100%); clip-path: polygon(0 70%, 34% 36%, 58% 36%, 100% 12%, 100% 100%, 0 100%); }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: .95rem; color: rgba(255,255,255,.82); }
.nav-links a:hover { color: #fff; }
.nav-cta { padding: 10px 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; }
.nav-toggle { display: none; background: none; color: white; border: 0; font-size: 1.8rem; }
.hero { position: relative; min-height: 780px; display: flex; align-items: center; color: var(--text); overflow: hidden; background: radial-gradient(circle at 70% 25%, rgba(179,66,45,.35), transparent 30%), linear-gradient(135deg, #090a0d, #17191d 48%, #331711); }
.hero:after { content: ""; position: absolute; bottom: -1px; left: 0; right: 0; height: 180px; background: linear-gradient(180deg, transparent, rgba(0,0,0,.48)); }
.hero-overlay { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, black, transparent 86%); }
.hero-content { position: relative; z-index: 1; max-width: 840px; padding-top: 80px; }
.eyebrow, .section-kicker { color: var(--sand); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 800; margin-bottom: 16px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3.1rem, 7vw, 6.7rem); line-height: .92; letter-spacing: -.075em; margin-bottom: 28px; max-width: 980px; }
.hero-subtitle { font-size: clamp(1.1rem, 2vw, 1.35rem); color: rgba(255,255,255,.78); max-width: 760px; margin-bottom: 34px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 24px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-weight: 800; border: 1px solid transparent; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-primary { color: white; background: linear-gradient(135deg, var(--red), var(--red-dark)); }
.btn-secondary { color: white; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.08); }
.hero-note { color: rgba(255,255,255,.58); font-size: .94rem; }
.section { padding: 104px 0; }
.dark { background: var(--bg); color: var(--text); }
.muted { background: var(--soft); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 68px; align-items: start; }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1; letter-spacing: -.055em; margin-bottom: 22px; }
.large-copy { font-size: 1.12rem; color: #555c66; }
.dark .large-copy, .dark .section-heading p, .dark .card p, .dark .process-step p { color: var(--muted); }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading.narrow { max-width: 640px; }
.cards { display: grid; gap: 18px; }
.service-grid { grid-template-columns: repeat(3, 1fr); }
.card { padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03)); min-height: 230px; }
.card h3, .pillar h3, .process-step h3 { font-size: 1.17rem; margin-bottom: 12px; }
.card h3:before { content: ""; display: block; width: 38px; height: 3px; background: var(--red); margin-bottom: 18px; }
.pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pillar { padding: 26px; border-left: 3px solid var(--red); background: #fff; box-shadow: 0 18px 50px rgba(15,20,28,.08); }
.pillar span { color: var(--red); font-weight: 900; font-size: .82rem; letter-spacing: .1em; }
.industries-split { align-items: center; }
.industry-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.industry-list span { background: #fff; padding: 18px 20px; border-radius: 16px; font-weight: 800; box-shadow: 0 12px 32px rgba(15,20,28,.06); }
.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 42px; align-items: stretch; }
.about-panel { color: white; background: linear-gradient(135deg, #14171c, #321711); border-radius: 30px; padding: 44px; min-height: 430px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; }
.about-panel:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(179,66,45,.42), transparent 34%); }
.about-panel h2, .mesa-line { position: relative; z-index: 1; }
.mesa-line { height: 6px; width: 140px; background: linear-gradient(90deg, var(--red), var(--sand)); margin-bottom: 28px; }
.about-copy { font-size: 1.08rem; color: #424852; align-self: center; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-step { padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.05); }
.process-step span { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 50%; background: var(--red); color: white; font-weight: 900; margin-bottom: 24px; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 54px; }
.contact-details { margin-top: 28px; padding-top: 24px; border-top: 1px solid #ddd; }
.contact-form { padding: 34px; border-radius: 28px; background: var(--soft); box-shadow: 0 20px 50px rgba(15,20,28,.08); display: grid; gap: 18px; }
label { display: grid; gap: 8px; font-weight: 800; }
input, textarea { width: 100%; border: 1px solid #d8d2c8; border-radius: 14px; padding: 15px 16px; font: inherit; background: white; }
textarea { resize: vertical; }
.form-note { font-size: .84rem; color: #68707b; margin-bottom: 0; }
.site-footer { color: rgba(255,255,255,.78); background: #08090b; padding: 38px 0; }
.footer-content { display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.footer-content p { margin: 6px 0 0; }
.footer-links { display: flex; gap: 22px; }
@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .nav-links { position: fixed; top: 76px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; background: rgba(13,15,18,.98); padding: 18px 20px 26px; border-bottom: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 0; }
  .split, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .service-grid, .pillars, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { min-height: 690px; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1140px); }
  .section { padding: 72px 0; }
  .service-grid, .pillars, .process-grid, .industry-list { grid-template-columns: 1fr; }
  .footer-content { flex-direction: column; align-items: flex-start; }
  h1 { font-size: 3.05rem; }
  .hero-actions .btn { width: 100%; }
}
