/* ─────────────────────────────────────────────
   Muse Technical, LLC — single-page site
   Theme: dark / electric blue, inspired by 120x.ai
   ───────────────────────────────────────────── */

:root {
  --bg: #000000;
  --bg-elevated: #0a0a0a;
  --surface: rgba(255, 255, 255, 0.03);
  --surface-hover: rgba(255, 255, 255, 0.06);
  --border: rgba(255, 255, 255, 0.08);
  --border-hover: rgba(0, 168, 255, 0.3);
  --blue: #00a8ff;
  --blue-glow: rgba(0, 168, 255, 0.15);
  --blue-dim: rgba(0, 168, 255, 0.6);
  --text: #e8e8e8;
  --text-secondary: #c0c0c0;
  --text-muted: #a0a0a0;
  --white: #ffffff;
  --mono: 'JetBrains Mono', Consolas, monospace;
  --sans: 'Outfit', system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

/* Keep anchored sections clear of the fixed nav */
section[id], header[id] { scroll-margin-top: 72px; }

body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Subtle background grid */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  z-index: 0;
}

.blue { color: var(--blue); }

section, header.hero, footer { position: relative; z-index: 1; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}

.section-pad { padding: 96px 0; }

h2 {
  font-weight: 700;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  color: var(--white);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 16px;
}

.section-label {
  font-family: var(--mono);
  font-size: 0.82rem;
  color: var(--blue);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.body-copy {
  color: var(--text-secondary);
  font-weight: 300;
  font-size: 1.05rem;
  margin-bottom: 18px;
  max-width: 640px;
}

/* ── Scroll reveal ── */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── NAV ── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  padding: 14px 0;
}

nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.nav-hawk {
  width: 34px;
  height: 34px;
  fill: var(--blue);
  flex-shrink: 0;
}

.nav-wordmark {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--white);
  letter-spacing: -0.02em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav-link {
  font-family: var(--mono);
  font-size: 0.82rem;
  color: var(--text-muted);
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.nav-link:hover { color: var(--blue); }

.nav-cta {
  display: inline-flex;
  align-items: center;
  background: transparent;
  color: var(--blue);
  border: 1px solid var(--blue);
  padding: 9px 22px;
  border-radius: 6px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.nav-cta:hover {
  background: var(--blue);
  color: var(--bg);
  box-shadow: 0 0 30px var(--blue-glow);
}

/* Hamburger (mobile) */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
  transition: all 0.3s ease;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  display: none;
  flex-direction: column;
  border-top: 1px solid var(--border);
  margin-top: 14px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: var(--mono);
  font-size: 0.9rem;
  color: var(--text-secondary);
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 16px 32px;
  border-bottom: 1px solid var(--border);
}
.mobile-menu a:hover { color: var(--blue); }

/* ── HERO ── */
.hero {
  /* Fill the viewport on typical screens, but cap it so very tall
     windows don't stretch the hero into huge empty gaps. */
  min-height: min(92vh, 880px);
  display: flex;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(0, 168, 255, 0.09) 0%, transparent 65%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 56px;
  align-items: center;
}

.hero-label {
  font-family: var(--mono);
  font-size: 0.88rem;
  color: var(--blue);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 24px;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.2s forwards;
}

.hero h1 {
  font-weight: 800;
  font-size: clamp(2.6rem, 5.5vw, 4.2rem);
  line-height: 1.06;
  color: var(--white);
  letter-spacing: -0.03em;
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.4s forwards;
}

.hero-sub {
  font-size: 1.18rem;
  color: var(--text-secondary);
  max-width: 560px;
  line-height: 1.7;
  margin-bottom: 44px;
  font-weight: 300;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.6s forwards;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.8s forwards;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--blue);
  color: var(--bg);
  padding: 15px 34px;
  border-radius: 8px;
  font-family: var(--sans);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 40px var(--blue-glow), 0 8px 32px rgba(0, 0, 0, 0.4);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(0, 168, 255, 0.06);
  color: var(--blue);
  padding: 14px 30px;
  border-radius: 8px;
  border: 1px solid rgba(0, 168, 255, 0.45);
  font-family: var(--sans);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  background: var(--blue);
  color: var(--bg);
  transform: translateY(-2px);
  box-shadow: 0 0 32px var(--blue-glow);
}

/* Hero console card */
.hero-console {
  border: 1px solid rgba(0, 168, 255, 0.32);
  background: rgba(6, 12, 18, 0.85);
  border-radius: 12px;
  box-shadow: 0 0 60px rgba(0, 168, 255, 0.07), 0 24px 60px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  opacity: 0;
  animation: fadeUp 0.8s ease 1s forwards;
}

.console-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
}
.console-bar .dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}
.console-bar .dot:first-child { background: rgba(0, 168, 255, 0.5); }
.console-title {
  font-family: var(--mono);
  font-size: 0.72rem;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  margin-left: 10px;
}

.console-body {
  font-family: var(--mono);
  font-size: 0.82rem;
  line-height: 1.9;
  color: var(--text-secondary);
  padding: 20px 22px 24px;
  min-height: 258px;
  white-space: pre-wrap;
  margin: 0;
}
.console-body .c-prompt { color: var(--blue); }
.console-body .c-ok { color: #4ade80; }
.console-body .c-val { color: var(--white); }
.console-cursor {
  display: inline-block;
  width: 8px;
  height: 1.05em;
  background: var(--blue);
  vertical-align: text-bottom;
  animation: blink 1s steps(1) infinite;
}
@keyframes blink { 50% { opacity: 0; } }

/* ── CREDIBILITY STRIP ── */
.strip { padding: 24px 0 0; }

.strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.strip-item {
  background: rgba(0, 168, 255, 0.06);
  border: 1px solid rgba(0, 168, 255, 0.22);
  border-radius: 10px;
  padding: 18px;
  text-align: center;
}
.strip-item strong {
  display: block;
  color: var(--blue);
  font-family: var(--mono);
  font-size: 0.98rem;
  margin-bottom: 4px;
}
.strip-item span {
  color: var(--text-muted);
  font-size: 0.86rem;
  font-weight: 300;
}

/* ── SERVICES ── */
.section-intro {
  text-align: center;
  margin-bottom: 56px;
}
.section-intro p {
  color: var(--text-secondary);
  font-weight: 300;
  font-size: 1.05rem;
  max-width: 640px;
  margin: 0 auto;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.service-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 28px 24px;
  transition: border-color 0.4s ease, background 0.4s ease,
              transform 0.4s ease, box-shadow 0.4s ease;
}
.service-card:hover {
  border-color: var(--border-hover);
  background: var(--surface-hover);
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0, 168, 255, 0.06);
}

.card-num {
  font-family: var(--mono);
  font-size: 0.72rem;
  color: var(--blue);
  letter-spacing: 0.15em;
  margin-bottom: 12px;
  font-weight: 700;
}

.service-card h3 {
  font-weight: 700;
  font-size: 1.08rem;
  color: var(--white);
  margin-bottom: 10px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.service-card p {
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.6;
}

/* ── WORK ── */
.work-band {
  border-top: 1px solid var(--border);
  background: var(--bg-elevated);
}

.feature { margin-bottom: 48px; align-items: center; }

.feature .card-num {
  font-size: 0.78rem;
  margin-bottom: 14px;
}

.feature-title {
  font-weight: 700;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  color: var(--white);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 14px;
}

.feature .btn-secondary { margin-top: 8px; }

.feature-stats {
  display: grid;
  gap: 14px;
}
.feature-stats .strip-item {
  text-align: left;
  padding: 20px 22px;
}

.client-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 30px 32px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  transition: border-color 0.4s ease, background 0.4s ease;
}
.client-card:hover {
  border-color: var(--border-hover);
  background: var(--surface-hover);
}
.client-card .card-num { font-size: 0.78rem; }
.client-card h3 {
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--white);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.client-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.6;
  max-width: 720px;
}

.text-link {
  font-family: var(--mono);
  font-size: 0.88rem;
  color: var(--blue);
  text-decoration: none;
  letter-spacing: 0.05em;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
.text-link:hover { opacity: 0.75; }

/* ── APPROACH ── */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.method-list {
  display: grid;
  gap: 18px;
  margin-top: 8px;
}
.method-list div {
  border-left: 2px solid rgba(0, 168, 255, 0.45);
  padding-left: 18px;
  color: var(--text-secondary);
  font-weight: 300;
  font-size: 0.98rem;
}
.method-list strong {
  display: block;
  font-family: var(--mono);
  font-size: 0.85rem;
  color: var(--blue);
  letter-spacing: 0.08em;
  margin-bottom: 4px;
  font-weight: 700;
}

/* ── ABOUT ── */
.about-band {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg-elevated);
}

.about-hawk {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 480px;
  height: 480px;
  fill: var(--blue);
  opacity: 0.07;
  pointer-events: none;
}

.about-copy { max-width: 640px; }

/* ── CONTACT ── */
.contact { text-align: center; }
.contact .container { max-width: 760px; }
.contact-sub { margin: 0 auto 36px; }

.contact-email { margin-top: 28px; }
.contact-email a {
  font-family: var(--mono);
  font-size: 0.95rem;
  color: var(--text-muted);
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
}
.contact-email a:hover { color: var(--blue); }

/* ── FOOTER ── */
footer {
  border-top: 1px solid var(--border);
  padding: 36px 0;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.footer-hawk {
  width: 28px;
  height: 28px;
  fill: var(--blue);
}
.footer-brand .nav-wordmark { font-size: 1rem; }

.footer-copy {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 300;
}

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero { min-height: 0; }
  .hero-console { max-width: 560px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .strip-grid { grid-template-columns: repeat(2, 1fr); }
  .two-col { grid-template-columns: 1fr; gap: 40px; }
  .about-hawk { width: 380px; height: 380px; opacity: 0.05; }
}

@media (max-width: 700px) {
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .section-pad { padding: 72px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .container { padding: 0 22px; }
  .client-card { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 480px) {
  .strip-grid { grid-template-columns: 1fr; }
  .hero-actions { gap: 14px; }
  .btn-primary, .btn-secondary { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .hero-label, .hero h1, .hero-sub, .hero-actions, .hero-console {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
}
