@font-face {
  font-family: "Bowlby One SC";
  src: url("/assets/fonts/bowlby-one-sc.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("/assets/fonts/space-grotesk-400.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("/assets/fonts/space-grotesk-600.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Space Grotesk";
  src: url("/assets/fonts/space-grotesk-700.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

:root {
  --cream: #f7f1e3;
  --paper: #fffaf0;
  --cocoa: #2d241d;
  --brown: #795237;
  --green: #5da846;
  --green-dark: #2f6d36;
  --sage: #dce9c9;
  --sage-strong: #bdd7a6;
  --yellow: #f2cf63;
  --soil: #d6b07f;
  --line: rgba(45, 36, 29, 0.16);
  --shadow: 0 12px 34px rgba(61, 46, 35, 0.08);
  --radius: 28px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
  background: var(--cream);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--cocoa);
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

body::before {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

button,
summary {
  font: inherit;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--green-dark);
  outline-offset: 4px;
}

.section-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 12px;
  background: var(--cocoa);
  color: #fff;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 74px;
  padding: 12px max(20px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(45, 36, 29, 0.09);
  background: rgba(247, 241, 227, 0.96);
  backdrop-filter: blur(12px);
}

.brand,
.footer-logo {
  font-family: "Bowlby One SC", sans-serif;
  color: var(--green-dark);
  letter-spacing: -0.06em;
}

.brand {
  font-size: clamp(30px, 3vw, 40px);
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 700;
}

.nav-text {
  transition: color 160ms ease;
}

.nav-text:hover {
  color: var(--green-dark);
}

.nav-cta {
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--green-dark);
  color: #fffaf0;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  border: 1px solid rgba(45, 36, 29, 0.18);
  border-radius: 14px;
  background: var(--paper);
  color: var(--cocoa);
  cursor: pointer;
}

.menu-toggle span {
  width: 21px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

body.menu-open {
  overflow: hidden;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  align-items: center;
  gap: clamp(28px, 6vw, 88px);
  min-height: min(760px, calc(100svh - 74px));
  padding-block: clamp(58px, 8vw, 104px) 52px;
}

.cute-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 17px;
  color: var(--green-dark);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.cute-kicker span {
  color: var(--yellow);
  font-size: 18px;
  text-shadow: 0 0 0 1px var(--cocoa);
}

.hero h1,
.simple-heading h2,
.meme-teaser h2,
.final-cta h2 {
  margin: 0;
  font-family: "Bowlby One SC", sans-serif;
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

.hero h1 {
  width: min(100%, 500px);
  max-width: 500px;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.hero-wordmark {
  display: block;
  width: 100%;
  height: auto;
}

.hero h1 em,
.simple-heading h2 em {
  color: var(--green-dark);
  font-style: normal;
}

.hero-lede {
  max-width: 630px;
  margin: 28px 0 0;
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 600;
  line-height: 1.25;
}

.hero-rule {
  max-width: 610px;
  margin: 15px 0 0;
  color: rgba(45, 36, 29, 0.72);
  font-size: 16px;
}

.hero-rule strong {
  color: var(--cocoa);
}

.hero-actions,
.proof-actions,
.final-cta > div:last-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.hero-actions {
  margin-top: 28px;
}

.hero-contract {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  width: min(100%, 610px);
  margin-top: 14px;
  padding: 9px 10px 9px 12px;
  border: 1px solid rgba(45, 36, 29, 0.14);
  border-radius: 14px;
  background: rgba(255, 250, 240, 0.72);
  text-align: left;
}

.hero-contract > span {
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hero-contract code {
  min-width: 0;
  overflow-wrap: anywhere;
  color: rgba(45, 36, 29, 0.82);
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  user-select: all;
}

.hero-contract button {
  min-width: 44px;
  min-height: 44px;
  padding: 7px 11px;
  border: 0;
  border-radius: 999px;
  background: var(--green-dark);
  color: #fffaf0;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}

.hero-contract button:hover {
  transform: translateY(-1px);
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  transition: transform 160ms ease, background 160ms ease;
}

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

.button-primary {
  background: var(--green-dark);
  color: #fff;
  box-shadow: 0 8px 22px rgba(47, 109, 54, 0.18);
}

.button-secondary {
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--cocoa);
}

.button:disabled,
.is-disabled {
  cursor: not-allowed;
  opacity: 0.52;
  transform: none !important;
}

.text-link {
  padding: 10px 2px;
  color: var(--green-dark);
  font-weight: 700;
}

.hero-visual {
  position: relative;
  display: grid;
  min-height: 530px;
  overflow: hidden;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  isolation: isolate;
}

.hero-landscape {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
}

.hero-landscape::after {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(45, 36, 29, 0.1) 0.55px, transparent 0.7px);
  background-size: 5px 5px;
  content: "";
  mix-blend-mode: multiply;
  opacity: 0.13;
}

.hero-landscape svg {
  width: 100%;
  height: 100%;
  display: block;
}

.speech-bubble {
  position: absolute;
  z-index: 5;
  top: 8%;
  right: 3%;
  margin: 0;
  padding: 12px 16px;
  border: 2px solid var(--cocoa);
  border-radius: 18px 18px 18px 5px;
  background: rgba(255, 250, 240, 0.96);
  font-weight: 700;
  rotate: 3deg;
  box-shadow: 4px 5px 0 rgba(45, 36, 29, 0.12);
}

.cutout-wrap {
  position: relative;
}

.hero-cutout-wrap {
  z-index: 2;
  width: min(84%, 430px);
  animation: seed-breathe 4s ease-in-out infinite;
  transform-origin: 50% 100%;
}

.master-cutout {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.character-shadow {
  position: absolute;
  z-index: 1;
  left: 30%;
  bottom: 9%;
  width: 42%;
  height: 7%;
  border-radius: 50%;
  background: rgba(45, 36, 29, 0.2);
  filter: blur(1px);
}

.hero-status-pill {
  position: absolute;
  z-index: 7;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr auto 1.45fr;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border: 0;
  border-top: 1px solid rgba(45, 36, 29, 0.14);
  border-radius: 0;
  background: rgba(247, 241, 227, 0.9);
  box-shadow: none;
}

.hero-status-pill div {
  min-width: 0;
}

.hero-status-pill span,
.dashboard-main span,
.dashboard-main small,
.proof-details small {
  display: block;
  color: rgba(45, 36, 29, 0.66);
  font-size: 12px;
  font-weight: 600;
}

.hero-status-pill strong {
  display: block;
  overflow: hidden;
  margin-top: 2px;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-status-pill i {
  color: var(--green-dark);
  font-size: 23px;
  font-style: normal;
}

.hero-stage-description {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 9px;
  border-top: 1px solid rgba(45, 36, 29, 0.12);
  color: rgba(45, 36, 29, 0.76);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

.hero-visual.is-scene {
  min-height: 440px;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.hero-visual.is-scene .hero-landscape,
.hero-visual.is-scene .hero-sun,
.hero-visual.is-scene .leaf,
.hero-visual.is-scene .soft-ground,
.hero-visual.is-scene .character-shadow,
.hero-visual.is-scene .speech-bubble {
  display: none;
}

.hero-visual.is-scene .hero-cutout-wrap {
  width: 100%;
  animation: none;
}

.hero-visual.is-scene .master-cutout {
  width: 100%;
  border-radius: 0;
}

.main-punchline {
  margin: 0;
  padding: 18px 20px;
  background: var(--green-dark);
  color: #fff;
  text-align: center;
  font-size: clamp(17px, 2vw, 23px);
}

.main-punchline strong {
  color: #e5f5ca;
}

.how-section,
.growth-section,
.meme-teaser,
.proof-section,
.final-cta {
  padding-block: clamp(74px, 9vw, 116px);
}

.simple-heading {
  max-width: 720px;
  margin-bottom: 38px;
}

.simple-heading h2,
.meme-teaser h2,
.final-cta h2 {
  font-size: clamp(42px, 5vw, 70px);
}

.simple-heading > p:last-child {
  max-width: 560px;
  margin: 17px 0 0;
  color: rgba(45, 36, 29, 0.68);
  font-size: 18px;
}

.how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.how-steps article {
  position: relative;
  min-height: 210px;
  padding: 28px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.how-steps article:nth-child(2) {
  background: var(--sage);
}

.how-steps article:nth-child(3) {
  background: #f7dea0;
}

.step-number {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--green-dark);
  color: #fff;
  font-family: "Bowlby One SC", sans-serif;
  font-size: 22px;
}

.how-steps h3 {
  margin: 22px 0 8px;
  font-size: 24px;
  line-height: 1.08;
}

.how-steps p {
  margin: 0;
  color: rgba(45, 36, 29, 0.7);
}

.growth-section {
  background: #e7f0d8;
}

.growth-heading {
  margin-bottom: 30px;
}

.growth-dashboard {
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(45, 36, 29, 0.13);
  border-radius: 32px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.dashboard-top,
.proof-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(45, 36, 29, 0.64);
  font-size: 13px;
}

.dashboard-top > span,
.proof-title > span,
.data-health {
  display: flex;
  align-items: center;
  gap: 8px;
}

.status-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--yellow);
}

[data-health="ok"] .status-dot {
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(93, 168, 70, 0.15);
}

[data-health="stale"] .status-dot,
[data-health="offline"] .status-dot {
  background: #c67852;
}

.dashboard-main {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.35fr 0.65fr;
  margin-top: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fffdf7;
}

.dashboard-main > div {
  min-width: 0;
  padding: 20px;
}

.dashboard-main > div + div {
  border-left: 1px solid var(--line);
}

.dashboard-main strong {
  display: block;
  overflow: hidden;
  margin: 7px 0 3px;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashboard-message {
  margin: 18px 0 0;
  color: var(--green-dark);
  font-weight: 700;
}

.progress-row {
  margin-top: 24px;
}

.progress-copy,
.progress-range {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
}

.progress-copy {
  font-weight: 700;
}

.progress-track {
  display: block;
  width: 100%;
  height: 12px;
  margin: 10px 0 8px;
  overflow: hidden;
  appearance: none;
  border: 0;
  border-radius: 999px;
  background: #e4ddce;
  color: var(--green);
}

.progress-track::-webkit-progress-bar {
  border-radius: inherit;
  background: #e4ddce;
}

.progress-track::-webkit-progress-value {
  border-radius: inherit;
  background: var(--green);
  transition: inline-size 450ms ease;
}

.progress-track::-moz-progress-bar {
  border-radius: inherit;
  background: var(--green);
}

.progress-range {
  color: rgba(45, 36, 29, 0.66);
}

.rooting-box {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 22px;
  padding: 17px;
  border-radius: 20px;
  background: var(--yellow);
}

.rooting-box time {
  min-width: 100px;
  font-family: "Bowlby One SC", sans-serif;
  font-size: 28px;
}

.rooting-box p {
  margin: 3px 0 0;
}

.data-health {
  margin: 17px 0 0;
  color: rgba(45, 36, 29, 0.66);
  font-size: 12px;
}

.milestone-wrap {
  margin-top: 32px;
}

.milestone-strip {
  position: relative;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(190px, calc((100% - 48px) / 5));
  gap: 12px;
  margin: 0;
  padding: 0 0 12px;
  overflow-x: auto;
  list-style: none;
  scroll-snap-type: x proximity;
  scrollbar-color: rgba(47, 109, 54, 0.4) transparent;
  scrollbar-width: thin;
}

.milestone-strip::before {
  position: absolute;
  z-index: 0;
  top: 27px;
  right: 9%;
  left: 9%;
  height: 3px;
  border-radius: 999px;
  background: rgba(47, 109, 54, 0.18);
  content: "";
}

.root-node {
  position: relative;
  z-index: 1;
  min-width: 0;
  scroll-snap-align: start;
}

.milestone-strip:focus-visible {
  outline: 3px solid rgba(47, 109, 54, 0.36);
  outline-offset: 5px;
}

.root-marker {
  display: grid;
  width: 56px;
  height: 56px;
  margin: 0 auto 12px;
  place-items: center;
  border: 5px solid #e7f0d8;
  border-radius: 50%;
  background: #cdd7bf;
  color: rgba(45, 36, 29, 0.72);
  font-size: 12px;
  font-weight: 700;
}

.root-note {
  display: flex;
  flex-direction: column;
  min-height: 150px;
  padding: 16px;
  border: 1px solid rgba(45, 36, 29, 0.11);
  border-radius: 20px;
  background: rgba(255, 250, 240, 0.72);
}

.root-note > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  color: rgba(45, 36, 29, 0.72);
  font-size: 10px;
}

.root-note h3 {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 8px 0;
  font-size: 18px;
  line-height: 1.05;
  text-align: center;
}

.root-note p,
.root-note time {
  margin: 0;
  color: rgba(45, 36, 29, 0.66);
  font-size: 12px;
}

.root-note time {
  display: block;
  margin-top: 6px;
  color: var(--green-dark);
  font-weight: 700;
}

.root-node.is-current .root-marker,
.root-node.is-grown .root-marker {
  background: var(--green-dark);
  color: #fff;
}

.root-node.is-current .root-note,
.root-node.is-grown .root-note {
  border-color: rgba(47, 109, 54, 0.34);
  background: var(--paper);
}

.root-node.is-next .root-marker {
  background: var(--yellow);
  color: var(--cocoa);
}

.root-node.is-next .root-note {
  border-color: rgba(45, 36, 29, 0.2);
  background: #fff3c8;
}

.proof-details {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 250, 240, 0.72);
}

.proof-details > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 22px;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
}

.proof-details > summary::-webkit-details-marker {
  display: none;
}

.proof-details[open] > summary > b {
  transform: rotate(45deg);
}

.proof-details > summary > b {
  font-size: 24px;
  transition: transform 160ms ease;
}

.root-infinity {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 18px 0 0;
  padding: 14px;
  border-radius: 16px;
  background: var(--sage);
}

.root-infinity strong {
  color: var(--green-dark);
  font-size: 30px;
}

.bloom-bridge {
  margin-top: 22px;
  padding: 24px;
  border-radius: 22px;
  background: var(--yellow);
}

.bloom-bridge span {
  font-size: 11px;
  font-weight: 700;
}

.bloom-bridge p {
  margin: 8px 0;
  font-size: 20px;
  font-weight: 700;
}

.bridge-art {
  display: block;
  width: min(100%, 420px);
  height: auto;
  margin: 12px auto 4px;
  object-fit: contain;
}

.bridge-art[hidden] {
  display: none;
}

.grove-world {
  margin: 24px 0 0;
}

.scene-frame {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.scene-frame > img {
  width: 100%;
  height: auto;
}

.growth-rings {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.growth-rings i {
  position: absolute;
  top: 50%;
  left: 66.8%;
  border: 2px solid rgba(255, 250, 240, 0.78);
  border-radius: 50%;
  translate: -50% -50%;
}

.grove-world figcaption {
  margin-top: 10px;
  text-align: center;
}

.meme-teaser {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.meme-teaser > div {
  max-width: 750px;
}

.meme-teaser p:last-child {
  max-width: 630px;
  margin: 18px 0 0;
  color: rgba(45, 36, 29, 0.67);
  font-size: 18px;
}

.proof-details {
  margin: 0;
  overflow: hidden;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.proof-details > summary {
  min-height: 90px;
  padding: 22px 28px;
}

.proof-details > summary span {
  display: grid;
  gap: 3px;
}

.proof-details > summary strong {
  font-size: 20px;
}

.proof-prelaunch,
.proof-board {
  padding: 0 28px 28px;
}

.proof-prelaunch {
  max-width: 760px;
}

.proof-prelaunch h2 {
  margin: 0 0 8px;
  font-size: 26px;
}

.proof-prelaunch p {
  margin: 0;
  color: rgba(45, 36, 29, 0.68);
}

.proof-title {
  padding: 15px 0;
  border-top: 1px solid var(--line);
}

.proof-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.proof-list > div {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 16px;
  padding: 13px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-list dt,
.proof-list dd {
  margin: 0;
  font-size: 13px;
}

.proof-list dt {
  color: rgba(45, 36, 29, 0.66);
}

.proof-list dd {
  overflow-wrap: anywhere;
  font-weight: 600;
}

.proof-value {
  display: flex;
  align-items: center;
  gap: 8px;
}

.proof-value a {
  color: var(--green-dark);
  text-decoration: underline;
}

.proof-value button {
  min-width: 44px;
  min-height: 44px;
  padding: 3px 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  font-size: 10px;
}

.proof-actions {
  margin-top: 18px;
}

.faq-section {
  padding-bottom: clamp(74px, 9vw, 116px);
}

.faq-section > h2 {
  margin: 0 0 24px;
  font-family: "Bowlby One SC", sans-serif;
  font-size: clamp(36px, 4.5vw, 58px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.95;
}

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

.faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.faq-item > summary {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 24px;
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
}

.faq-item > summary::-webkit-details-marker {
  display: none;
}

.faq-item > summary > b {
  flex: 0 0 auto;
  color: var(--green-dark);
  font-size: 26px;
  line-height: 1;
  transition: transform 160ms ease;
}

.faq-item[open] > summary > b {
  transform: rotate(45deg);
}

.faq-item > p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--green-dark);
  font-size: 18px;
  font-weight: 700;
}

.proof-details > summary:focus-visible,
.faq-item > summary:focus-visible {
  outline-offset: -4px;
  border-radius: inherit;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 88px;
  padding-inline: clamp(26px, 5vw, 60px);
  border-radius: 36px;
  background: var(--yellow);
}

.final-cta .cute-kicker {
  color: var(--cocoa);
}

.site-footer {
  padding: 50px 0 26px;
  background: var(--cocoa);
  color: #f7f1e3;
}

.footer-main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
}

.footer-logo {
  color: #dff2c9;
  font-size: 42px;
}

.footer-main p {
  margin: 0;
  color: rgba(247, 241, 227, 0.68);
}

.footer-main nav {
  display: flex;
  gap: 20px;
  font-size: 14px;
  font-weight: 700;
}

.footer-legal {
  display: grid;
  grid-template-columns: 1.4fr 1fr auto;
  gap: 28px;
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid rgba(247, 241, 227, 0.14);
  color: rgba(247, 241, 227, 0.52);
  font-size: 11px;
}

.footer-legal p {
  margin: 0;
}

.toast {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 20px;
  max-width: 320px;
  padding: 12px 16px;
  border-radius: 14px;
  background: var(--cocoa);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  translate: 0 10px;
  transition: opacity 160ms ease, translate 160ms ease;
}

.toast.is-visible {
  opacity: 1;
  translate: 0 0;
}

@keyframes seed-breathe {
  0%, 100% { transform: translateY(0) rotate(-0.5deg); }
  50% { transform: translateY(-8px) rotate(0.5deg); }
}

@media (max-width: 980px) {
  .site-nav {
    gap: 15px;
  }

  .hero {
    grid-template-columns: 1fr 0.85fr;
    gap: 22px;
  }

  .hero-visual {
    min-height: 470px;
  }

  .dashboard-main {
    grid-template-columns: repeat(2, 1fr);
  }

  .dashboard-main > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .dashboard-main > div:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .milestone-strip {
    grid-auto-columns: 160px;
  }

  .milestone-strip::before {
    display: none;
  }

  .footer-legal {
    grid-template-columns: 1fr 1fr;
  }

  .footer-legal span {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .proof-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 70px;
  }

  .section-shell {
    width: min(100% - 28px, 620px);
  }

  .site-header {
    min-height: 64px;
    padding: 10px 14px;
  }

  .brand {
    font-size: 32px;
  }

  .menu-toggle {
    display: flex;
  }

  .site-nav {
    position: fixed;
    top: 72px;
    right: 14px;
    left: 14px;
    z-index: 95;
    display: none;
    max-height: calc(100dvh - 88px);
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid rgba(45, 36, 29, 0.16);
    border-radius: 18px;
    background: rgba(255, 250, 240, 0.99);
    box-shadow: 0 18px 44px rgba(61, 46, 35, 0.14);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav > a,
  .site-nav .nav-text,
  .site-nav .nav-cta {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 11px 14px;
    border-radius: 12px;
    font-size: 14px;
  }

  .site-nav .nav-text:hover {
    background: rgba(93, 168, 70, 0.09);
  }

  .site-nav .nav-cta {
    margin-top: 3px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: 0;
    padding-block: 30px 34px;
    text-align: center;
  }

  .cute-kicker {
    justify-content: center;
    margin-bottom: 11px;
  }

  .hero h1 {
    margin-inline: auto;
  }

  .hero-lede {
    max-width: 500px;
    margin: 16px auto 0;
    font-size: 18px;
  }

  .hero-rule {
    margin: 10px auto 0;
    font-size: 14px;
  }

  .hero-actions {
    justify-content: center;
    margin-top: 17px;
  }

  .hero-actions .button {
    min-height: 46px;
  }

  .hero-contract {
    width: 100%;
    margin: 13px auto 0;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 7px;
    padding: 8px 8px 8px 10px;
  }

  .hero-contract code {
    font-size: 10px;
  }

  .hero-contract button {
    min-height: 44px;
    padding-inline: 10px;
  }

  .hero-visual {
    min-height: 355px;
    border-radius: 0;
  }

  .hero-cutout-wrap {
    width: min(64vw, 250px);
  }

  .speech-bubble {
    top: 5%;
    right: 6%;
    padding: 9px 12px;
    font-size: 13px;
  }

  .hero-status-pill {
    right: 0;
    bottom: 0;
    left: 0;
    gap: 8px;
    padding: 10px 12px;
    border-radius: 0;
    text-align: left;
  }

  .hero-status-pill strong {
    font-size: 13px;
  }

  .hero-stage-description {
    padding-top: 7px;
    font-size: 12px;
  }

  .main-punchline {
    padding-block: 14px;
    font-size: 15px;
  }

  .how-section,
  .growth-section,
  .meme-teaser,
  .proof-section,
  .final-cta {
    padding-block: 62px;
  }

  .simple-heading {
    margin: 0 auto 26px;
    text-align: center;
  }

  .simple-heading h2,
  .meme-teaser h2,
  .final-cta h2 {
    font-size: clamp(38px, 11vw, 54px);
  }

  .how-steps {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .how-steps article {
    display: grid;
    grid-template-columns: auto 1fr;
    min-height: 0;
    column-gap: 16px;
    padding: 20px;
  }

  .step-number {
    grid-row: 1 / 3;
    width: 44px;
    height: 44px;
  }

  .how-steps h3 {
    margin: 0 0 4px;
    font-size: 20px;
  }

  .growth-dashboard {
    padding: 19px;
    border-radius: 24px;
  }

  .dashboard-main {
    grid-template-columns: 1fr 1fr;
  }

  .dashboard-main > div {
    padding: 14px;
  }

  .dashboard-main strong {
    font-size: 17px;
  }

  .dashboard-main small {
    display: none;
  }

  .dashboard-message {
    font-size: 14px;
  }

  .milestone-strip {
    grid-auto-columns: 152px;
  }

  .root-marker {
    width: 48px;
    height: 48px;
  }

  .root-note {
    min-height: 136px;
    padding: 13px;
  }

  .meme-teaser,
  .final-cta {
    display: grid;
    gap: 24px;
    text-align: center;
  }

  .meme-teaser .cute-kicker,
  .final-cta .cute-kicker {
    justify-content: center;
  }

  .meme-teaser p:last-child {
    margin-inline: auto;
  }

  .meme-teaser .button,
  .final-cta .button {
    justify-self: center;
  }

  .proof-details > summary,
  .proof-prelaunch,
  .proof-board {
    padding-right: 19px;
    padding-left: 19px;
  }

  .faq-section > h2 {
    margin-bottom: 18px;
    font-size: clamp(34px, 11vw, 48px);
    text-align: center;
  }

  .faq-item > summary {
    min-height: 68px;
    padding: 16px 18px;
    font-size: 16px;
  }

  .faq-item > p {
    padding: 0 18px 18px;
    font-size: 17px;
  }

  .final-cta {
    width: min(100% - 28px, 620px);
    margin-bottom: 64px;
    padding-inline: 24px;
    border-radius: 28px;
  }

  .final-cta > div:last-child {
    justify-content: center;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }

  .footer-main nav {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 14px;
  }

  .footer-legal {
    grid-template-columns: 1fr;
    gap: 13px;
    text-align: center;
  }

  .footer-legal span {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .proof-list > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .proof-title {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .proof-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .proof-actions > .button {
    width: 100%;
  }
}

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

  .hero-contract code {
    font-size: 9.5px;
  }

  .hero-lede {
    font-size: 17px;
  }

  .text-link {
    display: inline-flex;
    width: 100%;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 4px;
  }

  .hero-visual {
    min-height: 336px;
  }

  .hero-status-pill span {
    font-size: 10px;
  }

  .hero-status-pill strong {
    font-size: 12px;
  }

  .dashboard-top {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

/* Robinhood Chain native positioning */
.chain-kicker {
  width: fit-content;
  padding: 7px 12px;
  border: 1px solid rgba(47, 109, 54, 0.2);
  border-radius: 999px;
  background: rgba(220, 233, 201, 0.72);
  font-size: 12px;
  letter-spacing: 0.09em;
  line-height: 1.1;
  text-transform: uppercase;
}

.chain-kicker span {
  font-size: 14px;
}

.hero-lede strong {
  color: var(--green-dark);
}

.chain-lore {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(22px, 4vw, 54px);
  margin-top: 18px;
  padding: clamp(24px, 4vw, 38px);
  border-radius: var(--radius);
  background: var(--cocoa);
  color: var(--paper);
  box-shadow: var(--shadow);
}

.chain-lore > span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--cocoa);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 1;
  white-space: nowrap;
}

.chain-lore p {
  margin: 0;
  font-size: clamp(21px, 2.5vw, 31px);
  font-weight: 600;
  line-height: 1.2;
}

.chain-lore strong {
  color: #dff2c9;
}

@media (max-width: 760px) {
  .chain-kicker {
    margin-inline: auto;
  }

  .chain-lore {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 14px;
    padding: 25px 21px;
    text-align: center;
  }

  .chain-lore > span {
    justify-self: center;
  }
}
