:root {
  --leaf: #244b35;
  --moss: #6f7f45;
  --clay: #b7613d;
  --marigold: #d8a744;
  --paper: #fbf7ed;
  --linen: #efe3cf;
  --ink: #1f2520;
  --muted: #697064;
  --white: #fffdf7;
  --shadow: 0 24px 60px rgba(31, 37, 32, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 54px);
  color: var(--white);
}

.brand-mark,
.nav-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 253, 247, 0.65);
  border-radius: 50%;
  background: rgba(31, 37, 32, 0.25);
  font-family: Fraunces, Georgia, serif;
  font-size: 0.78rem;
}

.nav-links a {
  padding: 10px 0;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.nav-links a:hover {
  color: var(--marigold);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

.hero-image,
.hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
  z-index: -2;
}

.hero-scrim {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(20, 31, 23, 0.86), rgba(20, 31, 23, 0.5) 44%, rgba(20, 31, 23, 0.06) 78%),
    linear-gradient(0deg, rgba(20, 31, 23, 0.52), rgba(20, 31, 23, 0) 48%);
}

.hero-content {
  width: min(760px, 100%);
  padding: 170px clamp(20px, 5vw, 72px) 80px;
  color: var(--white);
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--marigold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Fraunces, Georgia, serif;
  letter-spacing: 0;
  line-height: 0.96;
}

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(4.25rem, 13vw, 9.75rem);
}

h2 {
  margin-bottom: 0;
  color: var(--leaf);
  font-size: clamp(2.35rem, 6vw, 5.2rem);
}

h3 {
  margin-bottom: 10px;
  color: var(--leaf);
  font-family: Fraunces, Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.1;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 30px;
  font-size: clamp(1.08rem, 2vw, 1.45rem);
  color: rgba(255, 253, 247, 0.9);
}

.hero-actions,
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 20px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  background: var(--marigold);
  color: #242016;
}

.button.secondary {
  border-color: rgba(255, 253, 247, 0.55);
  color: var(--white);
  background: rgba(255, 253, 247, 0.08);
}

.intro {
  padding: 34px clamp(20px, 5vw, 72px);
  background: var(--clay);
  color: var(--white);
}

.intro p {
  max-width: 1080px;
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 3.9rem);
  line-height: 1.04;
}

.split-section,
.plant-preview,
.signup {
  padding: clamp(72px, 10vw, 130px) clamp(20px, 5vw, 72px);
}

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

.copy-stack {
  padding-top: 9px;
  color: var(--muted);
  font-size: clamp(1rem, 1.3vw, 1.2rem);
}

.copy-stack p:last-child,
.plant-card p,
.status-item p,
.form-note {
  margin-bottom: 0;
}

.status-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid rgba(36, 75, 53, 0.2);
  background: var(--linen);
}

.status-item {
  min-height: 260px;
  padding: clamp(26px, 4vw, 46px);
  border-right: 1px solid rgba(36, 75, 53, 0.2);
}

.status-item:last-child {
  border-right: 0;
}

.status-number {
  display: inline-block;
  margin-bottom: 56px;
  color: var(--clay);
  font-weight: 900;
}

.status-item p,
.plant-card p {
  color: var(--muted);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

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

.plant-card {
  min-height: 250px;
  padding: 24px;
  border: 1px solid rgba(36, 75, 53, 0.18);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 36px rgba(31, 37, 32, 0.07);
}

.plant-tag {
  display: inline-block;
  margin-bottom: 74px;
  color: var(--clay);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signup {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.72fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: center;
  background: var(--leaf);
}

.signup h2 {
  color: var(--white);
}

.signup-form {
  padding: 28px;
  border: 1px solid rgba(255, 253, 247, 0.2);
  border-radius: 8px;
  background: rgba(255, 253, 247, 0.08);
  color: var(--white);
}

.signup-form label {
  display: block;
  margin-bottom: 10px;
  font-weight: 800;
}

.signup-form input {
  flex: 1 1 240px;
  min-height: 48px;
  min-width: 0;
  border: 1px solid rgba(255, 253, 247, 0.34);
  border-radius: 999px;
  padding: 0 16px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}

.form-note {
  min-height: 24px;
  margin-top: 14px;
  color: rgba(255, 253, 247, 0.78);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 5vw, 72px);
  background: #17231b;
  color: rgba(255, 253, 247, 0.78);
}

.site-footer p {
  margin: 0;
  color: var(--white);
  font-weight: 800;
}

.site-footer a {
  text-decoration-color: rgba(255, 253, 247, 0.35);
  text-underline-offset: 4px;
}

@media (max-width: 900px) {
  .site-header {
    position: absolute;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 86vh;
  }

  .hero-image {
    object-position: 62% center;
  }

  .hero-scrim {
    background:
      linear-gradient(90deg, rgba(20, 31, 23, 0.9), rgba(20, 31, 23, 0.58) 58%, rgba(20, 31, 23, 0.2)),
      linear-gradient(0deg, rgba(20, 31, 23, 0.6), rgba(20, 31, 23, 0.05) 56%);
  }

  .split-section,
  .signup {
    grid-template-columns: 1fr;
  }

  .status-band,
  .plant-grid {
    grid-template-columns: 1fr;
  }

  .status-item {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(36, 75, 53, 0.2);
  }

  .status-item:last-child {
    border-bottom: 0;
  }

  .status-number,
  .plant-tag {
    margin-bottom: 28px;
  }
}

@media (max-width: 560px) {
  .brand-mark {
    font-size: 0.95rem;
  }

  .hero {
    min-height: 88vh;
  }

  .hero-content {
    padding-top: 132px;
    padding-bottom: 46px;
  }

  h1 {
    font-size: clamp(3.6rem, 19vw, 5.8rem);
  }

  .button,
  .form-row .button {
    width: 100%;
  }

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