:root {
  --ink: #18201d;
  --muted: #63716b;
  --paper: #f5f2eb;
  --paper-2: #e9e2d5;
  --night: #111817;
  --night-2: #1d2826;
  --field: #486d4f;
  --sage: #86a47e;
  --amber: #d99c3b;
  --clay: #a65237;
  --line: rgba(24, 32, 29, 0.16);
  --white: #fffaf2;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(20px, 4vw, 54px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(8, 12, 12, 0.74), rgba(8, 12, 12, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-weight: 800;
  font-size: 1.05rem;
}

.brand-mark {
  width: 28px;
  height: 28px;
  border: 2px solid currentColor;
  border-radius: 50%;
  position: relative;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  height: 2px;
  background: currentColor;
}

.brand-mark::before {
  top: 8px;
}

.brand-mark::after {
  bottom: 8px;
}

nav {
  display: flex;
  gap: clamp(14px, 2.4vw, 32px);
  font-size: 0.88rem;
  font-weight: 700;
}

nav a {
  text-decoration: none;
  opacity: 0.86;
}

nav a:hover {
  opacity: 1;
}

.hero {
  min-height: 92vh;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
}

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

.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 9, 10, 0.88) 0%, rgba(4, 9, 10, 0.62) 42%, rgba(4, 9, 10, 0.1) 78%),
    linear-gradient(0deg, rgba(4, 9, 10, 0.68) 0%, rgba(4, 9, 10, 0.05) 48%);
}

.hero-content {
  position: relative;
  width: min(760px, calc(100% - 40px));
  margin: 0 0 clamp(54px, 10vh, 110px) clamp(20px, 7vw, 96px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--amber);
  font-size: 0.78rem;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 900;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(3.1rem, 7vw, 6.6rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  font-size: 1.08rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.hero-copy {
  max-width: 650px;
  color: rgba(255, 250, 242, 0.86);
  font-size: clamp(1.05rem, 2.4vw, 1.42rem);
  line-height: 1.46;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 850;
  border: 1px solid transparent;
}

.button.primary {
  background: var(--amber);
  color: #1d1308;
}

.button.secondary {
  border-color: rgba(255, 250, 242, 0.48);
  color: var(--white);
  background: rgba(255, 250, 242, 0.08);
}

.button.secondary.dark {
  border-color: rgba(24, 32, 29, 0.24);
  color: var(--ink);
  background: rgba(255, 250, 242, 0.66);
}

.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.proof-strip span {
  border: 1px solid rgba(255, 250, 242, 0.28);
  background: rgba(9, 14, 14, 0.32);
  border-radius: 999px;
  padding: 8px 12px;
  color: rgba(255, 250, 242, 0.82);
  font-size: 0.82rem;
  font-weight: 800;
}

.section {
  padding: clamp(70px, 10vw, 128px) clamp(20px, 5vw, 70px);
}

section[id] {
  scroll-margin-top: 92px;
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 7vw, 88px);
  align-items: start;
}

.copy-block p,
.section-heading p,
.media-copy p,
.pilot-box p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.68;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.stat-grid div,
.feature-grid article,
.pricing-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.58);
  padding: 22px;
}

.stat-grid strong {
  display: block;
  color: var(--field);
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  line-height: 1;
  margin-bottom: 10px;
}

.stat-grid span,
.sku-list span,
.milestones span {
  color: var(--muted);
  line-height: 1.45;
}

.platform,
.dashboard-band {
  background: var(--night);
  color: var(--white);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 36px;
}

.platform .section-heading p,
.dashboard-band .media-copy p {
  color: rgba(255, 250, 242, 0.72);
}

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

.feature-grid article {
  background: rgba(255, 250, 242, 0.06);
  border-color: rgba(255, 250, 242, 0.13);
}

.feature-grid p {
  color: rgba(255, 250, 242, 0.7);
  line-height: 1.55;
  margin-bottom: 0;
}

.tile-icon {
  display: inline-flex;
  color: var(--amber);
  font-weight: 900;
  margin-bottom: 22px;
}

.technical-overview {
  background: #f7f3ea;
}

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

.tech-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 24px;
}

.tech-grid ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.tech-grid li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.42;
}

.tech-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--field);
}

.tech-callout {
  background: var(--night) !important;
  color: var(--white);
}

.tech-callout p {
  color: rgba(255, 250, 242, 0.74);
  line-height: 1.58;
  margin-bottom: 0;
}

.media-band {
  background: var(--paper-2);
}

.media-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: center;
}

.media-layout.reverse {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.image-panel {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(24, 32, 29, 0.12);
  background: #1a1f1d;
  box-shadow: 0 24px 70px rgba(24, 32, 29, 0.18);
}

.image-panel img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.sku-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.sku-list div {
  display: grid;
  gap: 5px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.check-list li {
  padding: 13px 16px;
  border-left: 4px solid var(--field);
  background: rgba(72, 109, 79, 0.08);
  font-weight: 750;
}

.timeline {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.timeline div {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(255, 250, 242, 0.14);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.06);
  color: rgba(255, 250, 242, 0.78);
}

.timeline span {
  color: var(--amber);
  font-weight: 900;
}

.business {
  background: #f7f3ea;
}

.beta-overview {
  background: #f7f3ea;
}

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

.beta-grid article,
.doc-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 24px;
}

.beta-grid p,
.doc-card p {
  color: var(--muted);
  line-height: 1.58;
  margin-bottom: 0;
}

.beta-note,
.confidential-note {
  margin-top: 22px;
  border-left: 4px solid var(--amber);
  background: rgba(217, 156, 59, 0.12);
  color: var(--ink);
  padding: 16px 18px;
  line-height: 1.55;
}

.confidential-note {
  max-width: 820px;
  background: rgba(255, 250, 242, 0.09);
  color: rgba(255, 250, 242, 0.78);
}

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

.pricing-grid article {
  background: var(--white);
}

.price {
  color: var(--clay);
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 900;
  margin: 16px 0;
}

.pricing-grid p:last-child {
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 0;
}

.service-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.service-row span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(72, 109, 79, 0.12);
  color: var(--field);
  font-weight: 850;
}

.pilot {
  background: var(--night-2);
  color: var(--white);
}

.pilot-box {
  text-align: center;
}

.pilot-box p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 250, 242, 0.72);
}

.milestones {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 34px 0;
  text-align: left;
}

.milestones div {
  min-height: 132px;
  display: grid;
  align-content: space-between;
  gap: 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 250, 242, 0.14);
  background: rgba(255, 250, 242, 0.06);
  padding: 20px;
}

.milestones strong {
  color: var(--amber);
}

.milestones span {
  color: rgba(255, 250, 242, 0.72);
  font-weight: 750;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(20px, 5vw, 70px);
  color: rgba(255, 250, 242, 0.7);
  background: #0c1211;
  font-size: 0.88rem;
}

.site-footer span:first-child {
  color: var(--white);
  font-weight: 900;
}

.investor-page {
  background: var(--paper);
}

.investor-header {
  background: rgba(8, 12, 12, 0.82);
}

.investor-hero {
  min-height: 56vh;
  display: grid;
  align-items: end;
  padding-top: 130px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(8, 14, 13, 0.94), rgba(8, 14, 13, 0.72)),
    url("assets/hero-ranch-entrance.png") center / cover;
}

.investor-hero h1 {
  max-width: 860px;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
}

.investor-hero p {
  max-width: 760px;
  color: rgba(255, 250, 242, 0.8);
  font-size: 1.12rem;
  line-height: 1.6;
}

.investor-docs {
  background: #f7f3ea;
}

.doc-card {
  display: grid;
  align-content: space-between;
  min-height: 238px;
  gap: 18px;
}

.doc-card.primary-doc {
  grid-column: span 2;
  background: var(--night);
  color: var(--white);
}

.doc-card.primary-doc p {
  color: rgba(255, 250, 242, 0.72);
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
    gap: 14px;
  }

  nav {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .split,
  .media-layout,
  .media-layout.reverse {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .tech-grid,
  .beta-grid,
  .document-grid,
  .pricing-grid,
  .milestones,
  .stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    position: absolute;
    flex-direction: column;
    min-height: 0;
    padding: 18px 18px 0;
  }

  nav {
    width: 100%;
    justify-content: flex-start;
    gap: 12px;
    font-size: 0.78rem;
  }

  .hero {
    min-height: 96vh;
  }

  .hero-content {
    width: calc(100% - 34px);
    margin: 0 17px 44px;
  }

  h1 {
    font-size: clamp(2.45rem, 13vw, 3.45rem);
    line-height: 0.98;
  }

  .hero-copy {
    font-size: 1rem;
    line-height: 1.46;
  }

  .hero-actions {
    gap: 10px;
    margin: 22px 0;
  }

  .button {
    width: 100%;
    min-height: 44px;
  }

  .section {
    padding: 60px 17px;
  }

  .feature-grid,
  .tech-grid,
  .beta-grid,
  .document-grid,
  .pricing-grid,
  .milestones,
  .stat-grid {
    grid-template-columns: 1fr;
  }

  .doc-card.primary-doc {
    grid-column: auto;
  }

  .site-footer {
    flex-direction: column;
  }
}
