:root {
  --green: #6fa52a;
  --green-dark: #4e781d;
  --ink: #070707;
  --muted: #525252;
  --line: #dfe8d4;
  --soft: #f4f8ed;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100%;
  background:
    radial-gradient(circle at 0% 44%, rgba(111, 165, 42, 0.08) 0 8rem, transparent 8.1rem),
    #ffffff;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

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

a {
  color: inherit;
}

.page {
  width: min(100%, 1600px);
  margin: 0 auto;
  overflow: hidden;
}

.hero {
  position: relative;
  padding: clamp(1rem, 2.4vw, 2.5rem) clamp(1rem, 5vw, 5.5rem) clamp(2rem, 4vw, 4rem);
}

.brand img {
  position: relative;
  z-index: 1;
  width: clamp(16rem, 24vw, 24rem);
  transform: scale(1.25);
  transform-origin: right center;
}

.brand {
  position: absolute;
  top: calc(clamp(2.5rem, 5vw, 5rem) + 3.6rem);
  right: clamp(1rem, 5vw, 5.5rem);
  display: grid;
  place-items: center;
  isolation: isolate;
}

.tagline {
  margin: 0 0 1rem;
  transform: translateY(-20px);
  color: var(--green);
  font-size: clamp(1.08rem, 1.5vw, 1.575rem);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.tagline span {
  color: var(--green);
}

.green {
  color: var(--green);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: clamp(1.5rem, 4vw, 5rem);
  margin-top: clamp(1rem, 3vw, 3rem);
}

.copy {
  max-width: 33rem;
}

h1 {
  margin: 0;
  font-size: clamp(4rem, 6.25vw, 7rem);
  display: flex;
  flex-direction: column;
  gap: 0.04em;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 span {
  display: block;
}

h1 span:not(.green) {
  color: var(--green);
}

h1 .green {
  color: #000;
}

h1 span:nth-of-type(1),
h1 span:nth-of-type(3) {
  font-size: 130%;
}

h1 span:nth-of-type(3) {
  font-size: 133%;
}

h1 span:nth-of-type(1) {
  font-size: 127%;
}

h1 .green {
  font-size: 75%;
}

h1 span.green:nth-of-type(2) {
  font-size: 75%;
}

h1 span.green:nth-of-type(4) {
  font-size: 98%;
}

.intro {
  margin: 0.5rem 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.45vw, 1.45rem);
  line-height: 1.45;
}

.preview {
  justify-self: stretch;
  overflow: hidden;
}

.visual {
  align-self: center;
  width: 100%;
}

.launch-note {
  display: flex;
  transform: translateY(-20px);
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: min(100%, 30rem);
  min-height: 6.5rem;
  margin: 0 auto 1.5rem;
  gap: 1rem;
  padding: 1.4rem 1.5rem 0.8rem;
}

.store-button {
  position: relative;
  z-index: 0;
  display: inline-flex;
  flex: 1 1 11rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 3.8rem;
  border: 1px solid #b7b7b7;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--ink);
  font-size: 1.4rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.store-button strong {
  position: absolute;
  top: -1rem;
  bottom: auto;
  z-index: 1;
  padding: 0.3rem 0.7rem;
  border-radius: 4px;
  background: #d71920;
  color: #ffffff;
  font-size: 0.74rem;
  line-height: 1;
  text-transform: uppercase;
}

.preview img {
  width: 133.3333%;
  max-width: none;
  border-radius: 0;
  box-shadow: none;
}

.features {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  padding: 0 clamp(1rem, 5vw, 5.5rem) 2rem;
}

.features article {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 8.5rem;
  padding: 0.5rem 1.2rem 0;
  border-left: 1px solid var(--line);
  text-align: center;
}

.features article:first-child {
  border-left: 0;
}

.features img {
  width: 2.8rem;
  height: 2.8rem;
  object-fit: contain;
  margin: 0 auto 0.8rem;
}

.features h2 {
  margin: 0;
  min-height: 1.1rem;
  font-size: 0.92rem;
  text-transform: uppercase;
}

.features p {
  margin: 0.55rem 0 0;
  transform: translateY(-3px);
  min-height: 2.7em;
  font-size: 0.9rem;
  line-height: 1.35;
}

.kits {
  padding: 0 clamp(1rem, 5vw, 5.5rem) 2rem;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.4rem;
  color: #111111;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.35em;
  text-align: center;
  text-transform: uppercase;
}

.feature-title {
  margin: -20px clamp(1rem, 5vw, 5.5rem) 0.4rem;
  transform: translateY(-5px);
}

.section-title::before,
.section-title::after {
  content: "";
  height: 1px;
  flex: 1;
  background: var(--line);
}

.kits .section-title {
  transform: translateY(-10px);
}

.kits .section-title::before,
.kits .section-title::after {
  background: var(--line);
}

.kit-strip {
  display: grid;
  margin-top: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  gap: clamp(0.5rem, 3vw, 2rem);
  padding: 1rem clamp(0.75rem, 2vw, 2rem);
  border-radius: 8px;
  background: rgba(247, 249, 244, 0.85);
}

.kit-strip img {
  width: min(100%, 9rem);
  max-height: 9.5rem;
  object-fit: contain;
  margin: 0 auto;
}

.contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin: 0 clamp(1rem, 5vw, 5.5rem) clamp(1rem, 3vw, 2.5rem);
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
}

.eyebrow {
  margin: 0 0 0.4rem;
  color: var(--green-dark);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact h2 {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.92rem);
  line-height: 1.1;
}

.contact p:last-child {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.contact p:last-child strong {
  color: var(--green);
}

.signup-controls {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.email-input {
  min-width: 14rem;
  min-height: 3.2rem;
  padding: 0.85rem 1rem;
  border: 1px solid #b7b7b7;
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
  font: inherit;
}

.email-input:focus {
  outline: 3px solid rgba(111, 165, 42, 0.28);
  outline-offset: 2px;
}

.email-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.85rem 1.1rem;
  border-radius: 999px;
  background: #d71920;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
  word-break: break-word;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.thank-you .copy {
  padding-top: clamp(12rem, 25vw, 20rem);
}

.site-footer {
  margin: 0 clamp(1rem, 5vw, 5.5rem) 2rem;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}

.site-footer p {
  margin: 0;
}

.site-footer a,
.privacy-copy a {
  color: var(--green-dark);
  font-weight: 800;
}

.privacy-page .copy {
  padding-top: clamp(10rem, 20vw, 16rem);
}

.privacy-copy {
  max-width: 38rem;
  margin: 1.5rem 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

@media (max-width: 1000px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .copy {
    max-width: 40rem;
  }

  .features {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 1.5rem;
  }

  .features article:nth-child(4) {
    border-left: 0;
  }
}

@media (max-width: 700px) {
  body {
    background: #ffffff;
  }

  .hero {
    padding-top: 0.75rem;
  }

  .brand img {
    width: min(100%, 20rem);
  }

  .brand {
    position: static;
    margin-top: 1rem;
  }

  .tagline {
    white-space: normal;
  }

  .hero-grid {
    margin-top: 1.5rem;
    gap: 1.8rem;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.4rem);
  }

  .features {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 1.5rem;
  }

  .features article,
  .features article:nth-child(4) {
    border-left: 1px solid var(--line);
  }

  .features article:nth-child(odd) {
    border-left: 0;
  }

  .section-title {
    font-size: 0.78rem;
    letter-spacing: 0.18em;
  }

  .kit-strip {
    grid-template-columns: repeat(5, minmax(4.5rem, 1fr));
    overflow-x: auto;
  }

  .kit-strip img {
    width: 5.5rem;
  }

  .contact {
    display: block;
  }

  .email-button {
    width: 100%;
    margin-top: 1rem;
  }

  .signup-controls {
    display: grid;
    margin-top: 1rem;
  }

  .email-input {
    width: 100%;
  }
}
