@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

:root {
  --bg: #030708;
  --surface: #071012;
  --surface-2: #0a1416;
  --line: rgba(255,255,255,.10);
  --text: #f5f7f7;
  --muted: #9aa5a7;
  --green: #27f06a;
  --green-2: #75ff9b;
  --max: none;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }

.site-header {
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 0 5vw;
  background: rgba(3,7,8,.92);
  border-bottom: 1px solid rgba(255,255,255,.07);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 17px; white-space: nowrap; }
.brand-mark { width: 30px; height: 30px; color: var(--green); display: grid; place-items: center; }
.brand-mark svg { width: 100%; height: 100%; }

.desktop-nav { display: flex; align-items: center; gap: 54px; height: 100%; }
.desktop-nav a { color: #e3e7e7; font-size: 13px; position: relative; height: 100%; display: grid; place-items: center; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--green); }
.desktop-nav a.active::after {
  content: ""; position: absolute; height: 2px; width: 30px; bottom: 12px; left: 50%;
  transform: translateX(-50%); background: var(--green); border-radius: 99px;
}

.discord-link {
  width: 42px; height: 42px; border: 1px solid rgba(39,240,106,.65);
  border-radius: 50%; display: grid; place-items: center; color: var(--green);
  transition: .2s ease;
}
.discord-link:hover { background: rgba(39,240,106,.10); transform: translateY(-1px); }
.discord-link svg { width: 21px; height: 21px; }

.menu-toggle { display: none; border: 0; background: transparent; cursor: pointer; width: 40px; }
.menu-toggle span { display: block; height: 2px; background: white; margin: 6px 0; border-radius: 4px; }
.mobile-nav {
  display: none; position: fixed; top: 72px; left: 0; right: 0; z-index: 99;
  background: rgba(3,7,8,.98); border-bottom: 1px solid var(--line); padding: 14px 24px;
}
.mobile-nav.open { display: grid; }
.mobile-nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.06); color: #e5e8e8; }
.mobile-nav a:last-child { border: 0; color: var(--green); }

.hero {
  width: 100%; min-height: 570px; margin: 0; display: grid;
  grid-template-columns: 42% 58%; position: relative; overflow: hidden;
  background: #050a0b;
}
.hero-copy {
  position: relative; z-index: 2; padding: 48px 40px 30px 5vw;
  display: flex; flex-direction: column; justify-content: center;
  background: linear-gradient(90deg, #030708 78%, rgba(3,7,8,.90) 90%, rgba(3,7,8,.35));
}
.eyebrow { color: var(--green); font-size: 12px; letter-spacing: 2px; font-weight: 700; margin-bottom: 10px; }
.hero h1 { font-size: clamp(42px, 4vw, 65px); line-height: 1.02; letter-spacing: -2.6px; max-width: 650px; margin-bottom: 20px; }
.hero h1 span, .results h2 span { color: var(--green); }
.hero-text { color: var(--muted); max-width: 590px; font-size: 14px; line-height: 1.7; margin-bottom: 25px; }
.primary-btn {
  width: fit-content; display: inline-flex; align-items: center; gap: 15px; padding: 13px 22px;
  border-radius: 6px; background: var(--green); color: #021006; font-weight: 700; font-size: 13px;
  box-shadow: 0 10px 30px rgba(39,240,106,.15); transition: .2s ease;
}
.primary-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 35px rgba(39,240,106,.24); }
.primary-btn span { font-size: 18px; line-height: 1; }

.hero-image-wrap { position: relative; min-height: 570px; }
.hero-image-wrap::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(3,7,8,.65), transparent 32%, rgba(0,0,0,.03) 70%, rgba(0,0,0,.15));
  pointer-events: none;
}
.hero-image-wrap img { display: block; width: 100%; height: 100%; min-height: 570px; object-fit: cover; }
.hero-caption {
  position: absolute; right: 30px; bottom: 16px; z-index: 2; color: #adb6b7; font-size: 11px;
}

.service-strip { display: flex; margin-top: 34px; gap: 0; }
.service-item { display: flex; align-items: center; gap: 10px; padding-right: 24px; margin-right: 24px; border-right: 1px solid rgba(255,255,255,.13); }
.service-item:last-child { border: 0; margin-right: 0; }
.service-icon, .stat-icon {
  width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(39,240,106,.09); color: var(--green); font-size: 19px; flex: 0 0 auto;
}
.service-item strong { display: block; font-size: 12px; font-weight: 600; }
.service-item small { display: block; color: #818d8f; font-size: 10px; margin-top: 2px; }

.section { width: 100%; margin: 0; padding: 56px 5vw; }
.projects-section { border-top: 1px solid rgba(255,255,255,.05); }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 22px; }
.section-heading h2, .results h2 { font-size: 27px; line-height: 1.15; letter-spacing: -1px; }
.view-all { color: #cbd1d1; font-size: 12px; }
.view-all span { color: var(--green); font-size: 17px; margin-left: 7px; }

.project-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.project-card {
  background: var(--surface); border: 1px solid rgba(255,255,255,.11); border-radius: 7px;
  overflow: hidden; transition: .22s ease;
}
.project-card:hover { transform: translateY(-4px); border-color: rgba(39,240,106,.42); }
.project-image { aspect-ratio: 1.63 / 1; overflow: hidden; background: #10191a; }
.project-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.project-card:hover .project-image img { transform: scale(1.035); }
.project-info {
  min-height: 66px; padding: 10px 9px 9px; display: flex; align-items: center; justify-content: space-between;
  background: linear-gradient(180deg, rgba(8,15,16,.95), rgba(4,9,10,1));
}
.project-info h3 { font-size: 12px; margin-bottom: 3px; }
.project-info p { color: #8b9698; font-size: 10px; }
.arrow {
  width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(39,240,106,.15); color: var(--green); font-size: 19px; transition: .2s ease;
}
.project-card:hover .arrow { background: var(--green); color: #021006; transform: translateX(2px); }

.results {
  border-top: 1px solid rgba(255,255,255,.07);
  display: grid; grid-template-columns: 1fr 1.8fr; gap: 55px; align-items: center;
}
.results-copy { padding-right: 25px; border-right: 1px solid rgba(255,255,255,.10); }
.results-copy > p:last-child { color: var(--muted); font-size: 13px; line-height: 1.7; margin-top: 17px; max-width: 560px; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 60px; }
.stat { display: flex; align-items: center; gap: 15px; }
.stat-icon { width: 40px; height: 40px; font-size: 21px; }
.stat strong { display: block; font-size: 16px; }
.stat small { color: #8b9698; font-size: 10px; display: block; margin-top: 2px; }

.page-intro { width: 100%; margin: 0; padding: 75px 5vw 28px; }
.page-intro h1 { font-size: clamp(42px, 6vw, 68px); letter-spacing: -3px; line-height: 1; }
.page-intro > p:last-child { color: var(--muted); max-width: 570px; margin-top: 14px; font-size: 14px; }

footer {
  width: 100%; margin: 0; padding: 25px 5vw 35px;
  display: flex; justify-content: space-between; color: #697476; font-size: 10px;
  border-top: 1px solid rgba(255,255,255,.06);
}

@media (max-width: 1050px) {
  .desktop-nav { gap: 28px; }
  .hero { grid-template-columns: 1fr; min-height: 650px; }
  .hero-copy { min-height: 650px; padding: 55px 40px; background: linear-gradient(90deg, rgba(3,7,8,.96), rgba(3,7,8,.72)); }
  .hero-image-wrap { position: absolute; inset: 0; min-height: 650px; }
  .hero-image-wrap img { min-height: 650px; }
  .project-grid { grid-template-columns: repeat(2, 1fr); }
  .results { grid-template-columns: 1fr; gap: 35px; }
  .results-copy { border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 30px; }
}

@media (max-width: 700px) {
  .site-header { height: 64px; padding: 0 18px; }
  .desktop-nav { display: none; }
  .discord-link { margin-left: auto; width: 37px; height: 37px; }
  .menu-toggle { display: block; }
  .mobile-nav { top: 64px; }
  .brand { font-size: 15px; }
  .brand-mark { width: 27px; height: 27px; }

  .hero, .hero-copy, .hero-image-wrap, .hero-image-wrap img { min-height: 690px; }
  .hero-copy { padding: 55px 20px 30px; justify-content: flex-start; padding-top: 78px; }
  .hero h1 { font-size: 43px; letter-spacing: -2px; }
  .hero-text { font-size: 13px; max-width: 450px; }
  .service-strip { display: grid; gap: 14px; margin-top: 32px; }
  .service-item { border-right: 0; margin-right: 0; padding-right: 0; }
  .hero-caption { right: 16px; bottom: 12px; font-size: 9px; }
  .section { padding: 42px 18px; }
  .section-heading { align-items: start; gap: 20px; }
  .section-heading h2 { font-size: 25px; }
  .view-all { white-space: nowrap; padding-top: 20px; }
  .project-grid { grid-template-columns: 1fr 1fr; gap: 11px; }
  .project-info { min-height: 62px; padding: 8px; }
  .project-info h3 { font-size: 10px; }
  .project-info p { font-size: 8px; }
  .arrow { width: 27px; height: 27px; font-size: 16px; }
  .results { gap: 30px; }
  .stats-grid { gap: 24px 15px; }
  .stat { gap: 9px; }
  .stat-icon { width: 34px; height: 34px; font-size: 18px; }
  .stat strong { font-size: 14px; }
  .stat small { font-size: 9px; }
  .page-intro { padding: 55px 18px 10px; }
  .page-intro h1 { font-size: 47px; letter-spacing: -2px; }
  footer { padding: 22px 18px 28px; gap: 12px; flex-direction: column; }
}

@media (max-width: 420px) {
  .project-grid { grid-template-columns: 1fr; }
  .project-image { aspect-ratio: 1.75 / 1; }
  .section-heading { display: block; }
  .view-all { display: inline-block; margin-top: 10px; }
}
