:root {
  --orange: #ff6200;
  --orange-dark: #d94f00;
  --ink: #111111;
  --muted: #626262;
  --paper: #ffffff;
  --soft: #f5f5f3;
  --line: #deded9;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(17,17,17,.08);
}
.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand { width: 300px; max-width: 46vw; }
.brand img { width: 100%; }
.nav { display: flex; align-items: center; gap: 26px; font-weight: 650; font-size: .94rem; }
.nav a { text-decoration: none; }
.nav a:not(.button):hover { color: var(--orange); }
.nav-toggle { display: none; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 7px;
  text-decoration: none;
  background: var(--orange);
  color: white;
  font-weight: 800;
  border: 2px solid var(--orange);
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
}
.button:hover { transform: translateY(-1px); background: var(--orange-dark); border-color: var(--orange-dark); }
.button.small { min-height: 42px; padding: 0 16px; font-size: .9rem; }
.button.ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.button.ghost:hover { background: var(--ink); color: white; }
.button.ghost-light { background: transparent; color: white; border-color: rgba(255,255,255,.72); }
.button.ghost-light:hover { background: white; color: var(--ink); }

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 42%, rgba(255,98,0,.16), transparent 24%),
    linear-gradient(135deg, #fff 0%, #fafafa 58%, #f1f1ef 100%);
}
.hero-grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  align-items: center;
  gap: 50px;
}
.hero-copy { padding: 84px 0; }
.eyebrow {
  margin: 0 0 12px;
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 900;
}
.eyebrow.orange { color: var(--orange); }
h1, h2, h3 { line-height: 1.06; margin-top: 0; }
h1 { font-size: clamp(3.4rem, 8vw, 6.8rem); letter-spacing: -.055em; max-width: 800px; margin-bottom: 24px; }
h2 { font-size: clamp(2.2rem, 5vw, 4rem); letter-spacing: -.04em; margin-bottom: 24px; }
h3 { font-size: 1.35rem; letter-spacing: -.02em; margin-bottom: 12px; }
.lead { max-width: 720px; font-size: clamp(1.08rem, 2vw, 1.35rem); color: #343434; margin: 0 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.micro { margin: 22px 0 0; color: var(--muted); font-weight: 650; }
.hero-mark { display: grid; place-items: center; }
.bolt {
  width: min(320px, 28vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 7px solid var(--ink);
  border-radius: 50%;
  font-size: clamp(5rem, 11vw, 9rem);
  background: rgba(255,255,255,.56);
  box-shadow: 18px 18px 0 var(--orange);
}

.section { padding: 100px 0; }
.section > .wrap > h2 { max-width: 760px; }
.cards {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.card {
  min-height: 230px;
  padding: 28px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 12px;
}
.card p { margin: 0; color: #494949; }
.accent-card { background: var(--ink); color: white; border-color: var(--ink); }
.accent-card p { color: #d8d8d8; }
.accent-card a { display: inline-block; margin-top: 18px; color: #ff8538; font-weight: 800; }

.dark-section { background: var(--ink); color: white; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.about-copy p { margin-top: 0; font-size: 1.18rem; color: #d6d6d6; }
.area-copy { font-size: 1.18rem; color: #454545; margin-top: 0; }
.text-link { font-weight: 800; color: var(--orange-dark); }

.cta-section { background: #171717; color: white; }
.cta {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 70px;
  align-items: center;
}
.cta p { color: #cfcfcf; }
.cta .eyebrow { color: var(--orange); }
.cta-actions { display: flex; flex-direction: column; align-items: stretch; gap: 12px; }
.cta-actions .email { text-align: center; color: #d8d8d8; font-weight: 650; overflow-wrap: anywhere; }

.footer { padding: 38px 0; border-top: 1px solid #2b2b2b; background: #0d0d0d; color: white; }
.footer-wrap { display: flex; justify-content: space-between; gap: 40px; align-items: flex-start; }
.footer p { margin: 6px 0 0; color: #8f8f8f; }
.footer-right { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; color: #bdbdbd; }
.footer-right a { text-decoration: none; }
.footer-right a:hover { color: white; }

@media (max-width: 900px) {
  .nav-toggle {
    display: inline-flex;
    border: 1px solid var(--line);
    background: white;
    padding: 9px 13px;
    border-radius: 7px;
    font-weight: 800;
  }
  .nav {
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 72px;
    padding: 20px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: 0 18px 50px rgba(0,0,0,.12);
    flex-direction: column;
    align-items: stretch;
  }
  .nav.open { display: flex; }
  .brand { width: 235px; max-width: 64vw; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 80px 0 30px; }
  .hero-mark { padding: 0 0 80px; }
  .bolt { width: 220px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .split, .cta { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 620px) {
  .wrap { width: min(var(--max), calc(100% - 28px)); }
  .nav-wrap { min-height: 72px; }
  h1 { font-size: clamp(3.05rem, 16vw, 5rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .cards { grid-template-columns: 1fr; }
  .section { padding: 72px 0; }
  .footer-wrap { flex-direction: column; }
  .footer-right { align-items: flex-start; }
}
