:root {
  color: #edf2e9;
  background: #11140f;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  align-items: center;
  background: rgba(17, 20, 15, 0.92);
  border-bottom: 1px solid rgba(237, 242, 233, 0.14);
  display: flex;
  height: 72px;
  justify-content: space-between;
  padding: 0 clamp(18px, 4vw, 56px);
  position: sticky;
  top: 0;
  z-index: 5;
}

.brand,
nav,
.actions,
.status-band,
.mode-row,
footer {
  align-items: center;
  display: flex;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  background: #cf4b2e;
  color: #fff9ed;
  display: inline-grid;
  height: 32px;
  place-items: center;
  width: 32px;
}

nav {
  gap: clamp(12px, 3vw, 28px);
  color: #c8d0c2;
  font-size: 14px;
  font-weight: 700;
}

.nav-cta,
.primary,
.secondary {
  border: 1px solid rgba(237, 242, 233, 0.24);
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 42px;
  padding: 11px 16px;
}

.nav-cta,
.primary {
  background: #cf4b2e;
  border-color: #cf4b2e;
  color: #fff9ed;
}

.secondary {
  background: rgba(17, 20, 15, 0.62);
  color: #edf2e9;
}

.hero {
  display: grid;
  min-height: calc(100vh - 72px);
  overflow: hidden;
  position: relative;
}

.hero img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.hero::after {
  background: linear-gradient(90deg, rgba(17, 20, 15, 0.92), rgba(17, 20, 15, 0.48), rgba(17, 20, 15, 0.18));
  content: "";
  inset: 0;
  position: absolute;
}

.hero-copy {
  align-self: center;
  display: grid;
  gap: 22px;
  max-width: 720px;
  padding: clamp(42px, 8vw, 108px) clamp(20px, 6vw, 84px);
  position: relative;
  z-index: 1;
}

.kicker {
  color: #f1b15c;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  font-size: clamp(54px, 9vw, 118px);
  line-height: 0.9;
}

h2 {
  font-size: clamp(34px, 5vw, 62px);
  line-height: 0.98;
}

h3 {
  font-size: 20px;
}

.lede {
  color: #d5ddd0;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
  max-width: 640px;
}

.actions {
  flex-wrap: wrap;
  gap: 12px;
}

.status-band {
  background: #25291c;
  border-bottom: 1px solid rgba(237, 242, 233, 0.14);
  border-top: 1px solid rgba(237, 242, 233, 0.14);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.status-band div {
  background: #1a1f16;
  display: grid;
  gap: 6px;
  min-height: 112px;
  padding: 24px clamp(18px, 4vw, 42px);
}

.status-band span,
.content-grid p,
.mode-row p,
footer {
  color: #b8c2b0;
  line-height: 1.55;
}

.content-grid {
  background: #edf2e9;
  color: #151911;
  display: grid;
  gap: clamp(30px, 5vw, 72px);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  padding: clamp(54px, 8vw, 112px) clamp(20px, 6vw, 84px);
}

.section-copy {
  display: grid;
  gap: 18px;
}

.content-grid .kicker {
  color: #a93622;
}

.content-grid p {
  color: #4a5542;
  font-size: 18px;
}

.feature-list,
.modes,
.download-section {
  display: grid;
  gap: 16px;
}

.feature-list article {
  border-top: 1px solid rgba(21, 25, 17, 0.22);
  display: grid;
  gap: 8px;
  padding-top: 18px;
}

.modes {
  background: #11140f;
  padding: clamp(54px, 8vw, 112px) clamp(20px, 6vw, 84px);
}

.mode-row {
  align-items: stretch;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mode-row article {
  background: #1a1f16;
  border: 1px solid rgba(237, 242, 233, 0.12);
  display: grid;
  gap: 12px;
  min-height: 220px;
  padding: 24px;
}

.download-section {
  background: #25291c;
  padding: clamp(54px, 8vw, 112px) clamp(20px, 6vw, 84px);
}

.download-section > div:first-child {
  display: grid;
  gap: 14px;
  max-width: 760px;
}

.download-section p,
.download-grid p {
  color: #c8d0c2;
  line-height: 1.55;
}

.download-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.download-grid article {
  background: #1a1f16;
  border: 1px solid rgba(237, 242, 233, 0.12);
  display: grid;
  gap: 12px;
  min-height: 250px;
  padding: 24px;
}

.download-grid span {
  color: #f1b15c;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.mode-row span {
  color: #f1b15c;
  font-weight: 900;
}

footer {
  background: #edf2e9;
  color: #3f4938;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 clamp(20px, 6vw, 84px);
}

footer span {
  color: #151911;
  font-weight: 900;
}

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    height: auto;
    padding-bottom: 14px;
    padding-top: 14px;
  }

  nav {
    width: 100%;
  }

  .nav-cta {
    margin-left: auto;
  }

  .hero {
    min-height: 720px;
  }

  .hero::after {
    background: linear-gradient(180deg, rgba(17, 20, 15, 0.94), rgba(17, 20, 15, 0.54));
  }

  .hero-copy {
    align-self: start;
    padding-top: 72px;
  }

  .status-band,
  .content-grid,
  .mode-row,
  .download-grid {
    grid-template-columns: 1fr;
  }
}
