@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700&family=DM+Sans:wght@400;500;600;700&display=swap');

:root {
  --background: #0b0c0a;
  --surface: #151713;
  --surface-soft: #1a1d17;
  --text: #f5f6ef;
  --muted: #a8ada1;
  --line: #30342b;
  --accent: #b0f000;
  --font: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--background); color: var(--text); font-family: var(--font); font-size: 16px; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
::selection { background: var(--accent); color: var(--background); }

.page-width, .site-header { max-width: 1240px; margin-inline: auto; padding-inline: 5%; }
.site-header { min-height: 88px; display: flex; align-items: center; gap: 36px; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 10px; font-size: 27px; font-weight: 700; letter-spacing: -1.2px; }
.brand img { width: 46px; height: 46px; border-radius: 50%; }
.accent { color: var(--accent); }
nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
nav a { color: #c0c4b8; font-size: 14px; }
nav a:hover { color: var(--accent); }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--accent); border-radius: 5px; background: var(--accent); color: #151a0d; font-size: 14px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #c4ff38; }
.header-cta { min-height: 42px; }
.menu-button { display: none; background: transparent; color: var(--text); border: 0; padding: 8px 0; }

.hero { min-height: 650px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 8%; align-items: center; padding-top: 72px; padding-bottom: 82px; }
.eyebrow { margin: 0 0 21px; color: var(--accent); font-size: 12px; font-weight: 700; letter-spacing: 1.7px; }
h1 { max-width: 780px; margin: 0; font-family: 'Barlow Condensed', 'Arial Narrow', sans-serif; font-size: clamp(70px, 7.7vw, 108px); font-weight: 700; line-height: .94; letter-spacing: -1px; text-transform: uppercase; }
h1 span { color: var(--accent); }
.intro { max-width: 650px; margin: 28px 0 31px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { color: #d5d8cf; font-size: 14px; }
.text-link span { color: var(--accent); margin-left: 8px; }
.text-link:hover { color: var(--accent); }

.hero-card { padding: 34px; border: 1px solid #40502d; border-radius: 12px; background: linear-gradient(145deg, #191d14, #11130f); }
.hero-card > img { width: 140px; height: 140px; margin: 0 auto 34px; border-radius: 50%; }
.hero-card > div { display: grid; grid-template-columns: 34px 1fr; gap: 13px; padding: 21px 0; border-top: 1px solid var(--line); }
.hero-card > div span { color: var(--accent); font-size: 12px; font-family: monospace; }
.hero-card strong { font-size: 17px; line-height: 1.5; font-weight: 500; }

.services, .process { padding-top: 96px; padding-bottom: 100px; border-top: 1px solid var(--line); }
.section-heading { max-width: 680px; margin-bottom: 44px; }
.section-heading h2, .contact h2 { margin: 0; font-size: clamp(38px, 4.5vw, 60px); line-height: 1.08; letter-spacing: -2px; font-weight: 600; }
.section-heading > p:last-child, .contact div > p:last-child { max-width: 620px; margin: 20px 0 0; color: var(--muted); line-height: 1.75; }
.section-heading.compact { margin-bottom: 38px; }

.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.service-card { min-height: 390px; padding: 36px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.service-card.featured { border-color: #536b35; background: var(--surface-soft); }
.number { display: block; margin-bottom: 65px; color: var(--accent); font-size: 13px; font-family: monospace; }
.service-card h3 { margin: 0 0 15px; font-size: 30px; letter-spacing: -1px; }
.service-card > p { max-width: 490px; margin: 0 0 27px; color: var(--muted); line-height: 1.7; }
.service-card ul { margin: 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.service-card li { padding: 7px 0; color: #d3d7cc; }
.service-card li::before { content: '✓'; margin-right: 10px; color: var(--accent); }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.steps article { padding: 33px 30px 15px 0; }
.steps article + article { padding-left: 30px; border-left: 1px solid var(--line); }
.steps span { color: var(--accent); font: 13px monospace; }
.steps h3 { margin: 45px 0 12px; font-size: 22px; }
.steps p { margin: 0; color: var(--muted); line-height: 1.7; }

.contact { margin-bottom: 70px; padding-top: 65px; padding-bottom: 65px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; border: 1px solid #4c6133; border-radius: 10px; background: var(--surface-soft); }
.contact > img { width: 88px; height: 88px; border-radius: 50%; }
.contact h2 { font-size: clamp(34px, 4vw, 52px); }
.contact div > p:last-child { margin-top: 14px; }
.contact-note { margin: 0; padding: 13px 17px; border: 1px solid var(--line); border-radius: 5px; color: var(--muted); font-size: 13px; white-space: nowrap; }

footer { min-height: 90px; display: flex; align-items: center; gap: 30px; border-top: 1px solid var(--line); color: #7f8678; font-size: 12px; }
footer span:nth-child(2) { margin: 0 auto; }
footer a:hover { color: var(--accent); }

@media (max-width: 860px) {
  .site-header { min-height: 78px; gap: 17px; position: relative; }
  .brand { font-size: 24px; }
  .brand img { width: 40px; height: 40px; }
  .header-cta { margin-left: auto; }
  .menu-button { display: block; }
  nav { display: none; position: absolute; z-index: 10; top: 77px; left: 0; right: 0; margin: 0; padding: 22px 5%; background: #131510; border-bottom: 1px solid var(--line); }
  nav.open { display: flex; flex-direction: column; align-items: flex-start; }
  .hero { grid-template-columns: 1fr; gap: 50px; padding-top: 64px; }
  .hero-copy { max-width: 680px; }
  .hero-card { max-width: 540px; width: 100%; }
  .contact { grid-template-columns: auto 1fr; }
  .contact-note { grid-column: 2; justify-self: start; }
}

@media (max-width: 640px) {
  .page-width, .site-header { padding-inline: 6%; }
  .header-cta { min-height: 40px; padding-inline: 13px; font-size: 12px; }
  .menu-button { font-size: 13px; }
  .hero { min-height: auto; padding-top: 58px; padding-bottom: 64px; gap: 40px; }
  h1 { font-size: clamp(57px, 17vw, 78px); }
  .intro { font-size: 17px; }
  .hero-actions { gap: 20px; }
  .hero-card { padding: 27px; }
  .hero-card > img { width: 115px; height: 115px; }
  .services, .process { padding-top: 65px; padding-bottom: 70px; }
  .service-grid, .steps { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 28px; }
  .number { margin-bottom: 38px; }
  .steps article { padding: 28px 0; }
  .steps article + article { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .steps h3 { margin-top: 24px; }
  .contact { margin-inline: 4%; margin-bottom: 45px; padding: 34px 6%; grid-template-columns: 1fr; gap: 23px; }
  .contact-note { grid-column: 1; }
  footer { min-height: 120px; flex-wrap: wrap; gap: 10px 20px; padding-top: 25px; padding-bottom: 25px; }
  footer span:nth-child(2) { width: 100%; order: 3; margin: 0; }
  footer a { margin-left: auto; }
}

@media (max-width: 410px) {
  .brand > span { display: none; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
