:root {
  color-scheme: dark;
  --bg: #061715;
  --bg-2: #0b241f;
  --surface: #102c25;
  --surface-2: #16392f;
  --ink: #fff4df;
  --muted: #b8c5ad;
  --line: rgba(247, 241, 230, 0.16);
  --green: #3f7252;
  --green-strong: #5f8c61;
  --amber: #c28a35;
  --amber-soft: #f0c06a;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 16%, rgba(194, 138, 53, 0.22), transparent 28%),
    radial-gradient(circle at 16% 86%, rgba(63, 114, 82, 0.28), transparent 30%),
    linear-gradient(180deg, #061715 0%, #0b241f 56%, #071b18 100%);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body::before {
  background-image:
    linear-gradient(rgba(255, 244, 223, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 244, 223, 0.04) 1px, transparent 1px);
  background-size: 38px 38px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(180deg, #000 0%, transparent 78%);
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

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

.site-header {
  align-items: center;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
  padding: 24px;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 1.04rem;
  font-weight: 900;
  gap: 10px;
  min-height: 46px;
}

.brand-icon {
  display: block;
  height: 44px;
  object-fit: contain;
  width: 38px;
}

.nav-links {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 0.92rem;
  font-weight: 800;
  gap: 24px;
}

.nav-links a,
footer a {
  transition: color 160ms ease;
}

.nav-links a:hover,
footer a:hover {
  color: var(--amber-soft);
}

.header-action,
.button {
  align-items: center;
  border-radius: 7px;
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
  white-space: nowrap;
}

.header-action {
  background: rgba(255, 244, 223, 0.08);
  border: 1px solid var(--line);
  color: var(--ink);
}

.button:hover,
.header-action:hover {
  transform: translateY(-2px);
}

.hero {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 0.9fr) minmax(410px, 1.1fr);
  margin: 0 auto;
  max-width: var(--max);
  min-height: calc(100vh - 96px);
  padding: 24px 24px 70px;
}

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

.hero-title {
  background: rgba(255, 244, 223, 0.94);
  border: 1px solid rgba(240, 192, 106, 0.28);
  border-radius: 8px;
  box-shadow: 6px 6px 0 #02110f;
  display: block;
  height: auto;
  margin: 0 0 20px -8px;
  max-width: min(460px, 88vw);
  padding: 12px 16px;
  width: 100%;
}

h1,
h2,
p {
  margin: 0;
}

h1 {
  color: var(--ink);
  font-size: clamp(3.1rem, 6.4vw, 7rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.92;
  text-wrap: balance;
}

.hero-copy p {
  color: var(--muted);
  font-size: 1.14rem;
  line-height: 1.72;
  margin-top: 28px;
  max-width: 585px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.primary {
  background: var(--amber);
  box-shadow: 5px 5px 0 #02110f;
  color: #061715;
}

.primary:hover {
  background: var(--amber-soft);
  box-shadow: 3px 3px 0 #02110f;
}

.secondary {
  background: rgba(255, 244, 223, 0.06);
  border: 1px solid var(--line);
  color: var(--ink);
}

.secondary:hover {
  border-color: rgba(240, 192, 106, 0.8);
}

.hero-visual {
  align-items: center;
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(circle at 50% 45%, rgba(194, 138, 53, 0.2), transparent 48%),
    radial-gradient(circle at 50% 60%, rgba(63, 114, 82, 0.18), transparent 58%);
  border: 0;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: visible;
  padding: 0;
}

.hero-visual img {
  display: block;
  filter: drop-shadow(0 30px 34px rgba(0, 0, 0, 0.45));
  height: auto;
  object-fit: contain;
  transform: rotate(-1deg);
  width: 100%;
}

.lanes {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: var(--max);
  padding: 0 24px 60px;
}

.lanes article {
  background:
    linear-gradient(180deg, rgba(255, 244, 223, 0.08), rgba(255, 244, 223, 0.035)),
    var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 182px;
  padding: 26px;
  position: relative;
}

.lanes article::before {
  background: var(--amber);
  border-radius: 99px;
  content: "";
  height: 8px;
  left: 26px;
  position: absolute;
  top: 24px;
  width: 42px;
}

.lanes h2,
.status h2 {
  color: var(--ink);
  font-size: 1.28rem;
  line-height: 1.16;
}

.lanes h2 {
  margin-top: 26px;
}

.lanes p,
.status p {
  color: var(--muted);
  line-height: 1.65;
  margin-top: 14px;
}

.status {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(63, 114, 82, 0.72), rgba(8, 37, 33, 0.95)),
    var(--surface-2);
  border: 1px solid rgba(240, 192, 106, 0.26);
  border-radius: 8px;
  box-shadow: 8px 8px 0 #02110f;
  color: var(--ink);
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin: 0 auto 52px;
  max-width: calc(var(--max) - 48px);
  padding: 34px;
}

.status div {
  max-width: 690px;
}

.status p {
  color: rgba(255, 244, 223, 0.76);
}

footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  font-size: 0.92rem;
  gap: 18px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--max);
  padding: 24px 24px 38px;
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 24px;
  }

  .hero-visual {
    max-width: 640px;
  }

  .lanes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .nav-links {
    flex-wrap: wrap;
  }

  .header-action {
    display: none;
  }

  .status {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .site-header,
  .hero,
  .lanes,
  footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  h1 {
    font-size: 3rem;
    line-height: 0.98;
  }

  .hero-copy p {
    font-size: 1.02rem;
  }

  .button {
    width: 100%;
  }

  .secondary {
    white-space: normal;
  }

  .lanes {
    grid-template-columns: 1fr;
  }

  .status {
    margin-left: 18px;
    margin-right: 18px;
    padding: 26px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
