:root {
  color-scheme: light;
  --ink: #11120f;
  --muted: #60645c;
  --line: #dfe4d7;
  --paper: #fbfcf5;
  --cream: #f2f7e8;
  --mist: #e8f0dc;
  --green: #355d3f;
  --green-deep: #1f3e2a;
  --lime: #d8f36d;
  --blue: #d8edf4;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(31, 62, 42, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Instrument Sans", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(251, 252, 245, 0.72)),
    radial-gradient(circle at 8% 12%, rgba(216, 243, 109, 0.34), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(216, 237, 244, 0.7), transparent 30%),
    var(--paper);
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1160px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 12px 14px;
  border: 1px solid rgba(53, 93, 63, 0.14);
  border-radius: 999px;
  background: rgba(251, 252, 245, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 44px rgba(31, 62, 42, 0.08);
}

.brand {
  font-weight: 800;
  font-size: 1.12rem;
  letter-spacing: -0.03em;
  text-decoration: none;
}

.nav,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nav a,
.site-footer a {
  color: var(--muted);
  font-size: 0.93rem;
  font-weight: 700;
  text-decoration: none;
}

.header-cta {
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--green-deep);
  color: var(--white);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

.section-shell {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  min-height: calc(100vh - 90px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  align-items: center;
  gap: 52px;
  padding: 82px 0 72px;
}

.launch-pill,
.section-label {
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 12px;
  border: 1px solid rgba(53, 93, 63, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 22px;
  font-family: "Newsreader", serif;
  font-size: clamp(5.4rem, 13vw, 11rem);
  line-height: 0.78;
  letter-spacing: -0.055em;
}

h2 {
  margin-bottom: 16px;
  max-width: 780px;
  font-family: "Newsreader", serif;
  font-size: clamp(2.25rem, 4vw, 4.6rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}

.hero-lede {
  max-width: 690px;
  margin-bottom: 14px;
  color: #343a31;
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  line-height: 1.45;
}

.hero-support {
  max-width: 640px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.app-store-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 18px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 18px 46px rgba(17, 18, 15, 0.16);
  overflow: hidden;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.app-store-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(17, 18, 15, 0.22);
}

.app-store-badge img {
  display: block;
  width: 172px;
  height: auto;
}

.app-store-badge.dark {
  flex-shrink: 0;
  margin-bottom: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

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

.button.primary {
  background: var(--green-deep);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(31, 62, 42, 0.22);
}

.button.secondary {
  border-color: rgba(31, 62, 42, 0.2);
  background: rgba(255, 255, 255, 0.66);
  color: var(--green-deep);
}

.button.light {
  background: var(--white);
}

.microcopy {
  max-width: 520px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

.phone-stage {
  display: grid;
  place-items: center;
  min-height: 560px;
  border-radius: 36px;
  background:
    linear-gradient(140deg, rgba(216, 243, 109, 0.5), rgba(216, 237, 244, 0.75)),
    var(--mist);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.phone {
  position: relative;
  width: 292px;
  min-height: 592px;
  padding: 18px;
  border: 10px solid #151713;
  border-radius: 46px;
  background: #10130f;
  box-shadow: 0 30px 80px rgba(17, 18, 15, 0.34);
  transform: rotate(3deg);
}

.phone-top {
  position: absolute;
  top: 12px;
  left: 50%;
  width: 86px;
  height: 25px;
  border-radius: 999px;
  background: #10130f;
  transform: translateX(-50%);
  z-index: 2;
}

.app-screen {
  min-height: 536px;
  padding: 66px 20px 22px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 38%),
    linear-gradient(160deg, #f7fbec 0%, #dfeecd 100%);
}

.screen-kicker {
  margin-bottom: 10px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.app-screen h2 {
  margin-bottom: 12px;
  font-family: "Instrument Sans", sans-serif;
  font-size: 4.4rem;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.screen-label {
  margin-bottom: 26px;
  color: #43503d;
  line-height: 1.45;
}

.mission-card {
  margin-bottom: 12px;
  padding: 16px;
  border: 1px solid rgba(31, 62, 42, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.66);
}

.mission-card span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.mission-card.active {
  background: var(--green-deep);
  color: var(--white);
}

.mission-card.active span {
  color: rgba(255, 255, 255, 0.72);
}

.progress-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 24px;
}

.progress-row span {
  height: 7px;
  border-radius: 999px;
  background: rgba(31, 62, 42, 0.2);
}

.progress-row span:first-child,
.progress-row span:nth-child(2) {
  background: var(--green-deep);
}

.tl-dr,
.preorder-panel,
.custom-panel {
  margin-bottom: 92px;
  padding: 42px;
  border: 1px solid rgba(53, 93, 63, 0.12);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: var(--shadow);
}

.tl-dr p:last-child,
.preorder-panel p,
.custom-panel p {
  max-width: 860px;
  color: #394033;
  font-size: 1.12rem;
  line-height: 1.7;
}

.section-heading {
  margin-bottom: 28px;
}

.how-section,
.mission-section {
  margin-bottom: 92px;
}

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

.how-card,
.mission-type {
  min-height: 230px;
  padding: 26px;
  border: 1px solid rgba(53, 93, 63, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 54px rgba(31, 62, 42, 0.08);
}

.how-card span,
.mission-type span {
  display: inline-flex;
  margin-bottom: 44px;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.how-card p,
.mission-type p {
  color: var(--muted);
  line-height: 1.65;
}

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

.feature-card {
  min-height: 250px;
  padding: 26px;
  border: 1px solid rgba(53, 93, 63, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
  transition:
    transform 180ms ease,
    border-color 180ms ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(53, 93, 63, 0.36);
}

.feature-index {
  display: inline-flex;
  margin-bottom: 48px;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 800;
}

.feature-card p,
.proof-list p,
.faq-list p,
.waitlist-copy p {
  color: var(--muted);
  line-height: 1.65;
}

.split-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 50px;
  align-items: start;
  margin-bottom: 92px;
}

.proof-list {
  display: grid;
  gap: 14px;
}

.proof-list div {
  padding: 22px;
  border: 1px solid rgba(53, 93, 63, 0.12);
  border-radius: 20px;
  background: rgba(242, 247, 232, 0.88);
}

.proof-list strong {
  display: block;
  margin-bottom: 8px;
}

.proof-list p {
  margin-bottom: 0;
}

.preorder-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background:
    linear-gradient(135deg, rgba(216, 243, 109, 0.4), rgba(255, 255, 255, 0.78)),
    var(--cream);
}

.waitlist-section {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 38px;
  align-items: start;
  margin-bottom: 92px;
  padding: 44px;
  border-radius: 32px;
  background: var(--green-deep);
  color: var(--white);
  box-shadow: 0 24px 80px rgba(31, 62, 42, 0.22);
}

.waitlist-section .section-label {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  color: var(--lime);
}

.waitlist-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.waitlist-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
}

label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 800;
}

input,
select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  font: inherit;
}

.custom-panel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(216, 237, 244, 0.78)),
    var(--blue);
}

.faq-section {
  margin-bottom: 96px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

details {
  padding: 22px 24px;
  border: 1px solid rgba(53, 93, 63, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
}

summary {
  cursor: pointer;
  font-weight: 800;
}

details p {
  margin: 14px 0 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 30px 0 44px;
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 8px 0 0;
  color: var(--muted);
}

.page-main {
  width: min(900px, calc(100% - 32px));
  margin: 0 auto;
  padding: 88px 0 96px;
}

.page-main h1 {
  margin-bottom: 24px;
  font-size: clamp(3.4rem, 8vw, 6.8rem);
}

.page-main article {
  padding: 36px;
  border: 1px solid rgba(53, 93, 63, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow);
}

.page-main p,
.page-main li {
  color: var(--muted);
  line-height: 1.75;
}

.page-main h2 {
  margin-top: 34px;
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.45rem;
  letter-spacing: -0.02em;
}

.post-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.post-card {
  display: block;
  padding: 24px;
  border: 1px solid rgba(53, 93, 63, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: transform 180ms ease;
}

.post-card:hover {
  transform: translateY(-3px);
}

.post-card span {
  color: var(--green);
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.post-card h2 {
  margin: 10px 0;
}

.reveal {
  animation: reveal 620ms ease both;
}

@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    border-radius: 24px;
  }

  .nav {
    display: none;
  }

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

  .hero {
    gap: 34px;
    padding-top: 56px;
  }

  .phone-stage {
    min-height: 500px;
  }

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

  .how-grid,
  .mission-type-grid {
    grid-template-columns: 1fr;
  }

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

  .app-store-badge.dark {
    margin-top: 4px;
  }
}

@media (max-width: 620px) {
  .section-shell,
  .site-header,
  .site-footer,
  .page-main {
    width: min(100% - 24px, 1160px);
  }

  .header-cta {
    display: none;
  }

  h1 {
    font-size: 5.2rem;
  }

  h2 {
    font-size: 2.35rem;
  }

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

  .tl-dr,
  .preorder-panel,
  .custom-panel,
  .waitlist-section,
  .page-main article {
    padding: 26px;
    border-radius: 22px;
  }

  .phone {
    width: 260px;
    min-height: 540px;
  }

  .app-screen {
    min-height: 484px;
  }

  .app-screen h2 {
    font-size: 3.6rem;
  }

  .app-store-badge {
    width: fit-content;
    justify-content: center;
  }

  .app-store-badge img {
    width: 160px;
  }

  .site-footer nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}
