:root {
  --ink: #243329;
  --muted-ink: #5d6c62;
  --forest: #496b50;
  --sage: #dfeadb;
  --cream: #fff8ee;
  --paper: #fffcf6;
  --sun: #f5c766;
  --clay: #bd694a;
  --coral: #db8a69;
  --sky: #d8ebef;
  --lavender: #ddd5ea;
  --border: rgba(36, 51, 41, 0.14);
  --shadow: 0 22px 70px rgba(49, 60, 43, 0.14);
  --accent-1: #bd694a;
  --accent-2: #496b50;
  --accent-3: #d59f45;
  --accent-4: #658aa0;
  --accent-5: #8b6f9f;
  --accent-6: #6e8464;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body.is-route-loading {
  cursor: progress;
}

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

.route-loading-overlay {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(255, 252, 246, 0.72);
  backdrop-filter: blur(10px);
}

.route-loading-card {
  display: grid;
  justify-items: center;
  gap: 12px;
  max-width: 360px;
  padding: 24px 26px;
  border: 1px solid rgba(73, 107, 80, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(255, 248, 238, 0.88)),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 70px rgba(49, 60, 43, 0.16);
  color: var(--forest);
  font-weight: 850;
  text-align: center;
}

.route-loading-mark {
  width: 34px;
  height: 34px;
  border: 3px solid rgba(73, 107, 80, 0.18);
  border-top-color: var(--clay);
  border-radius: 50%;
  animation: village-spin 900ms linear infinite;
}

@keyframes village-spin {
  to {
    transform: rotate(360deg);
  }
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 24px clamp(20px, 5vw, 72px);
}

.brand,
.nav-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  color: #fffaf1;
  font-size: 1rem;
  font-weight: 800;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border: 2px solid rgba(255, 250, 241, 0.86);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 250, 241, 0.95) 0 4px, transparent 5px),
    linear-gradient(135deg, rgba(245, 199, 102, 0.88), rgba(73, 107, 80, 0.75));
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.nav-links {
  gap: clamp(16px, 3vw, 34px);
  color: rgba(255, 250, 241, 0.9);
  font-size: 0.94rem;
  font-weight: 700;
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: currentColor;
  content: "";
  opacity: 0;
  transform: scaleX(0.7);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  opacity: 0.9;
  transform: scaleX(1);
}

.hero {
  position: relative;
  display: grid;
  min-height: clamp(560px, 84svh, 760px);
  align-items: center;
  overflow: hidden;
  padding: 110px clamp(20px, 5vw, 72px) 72px;
  background:
    linear-gradient(90deg, rgba(36, 51, 41, 0.78) 0%, rgba(36, 51, 41, 0.52) 36%, rgba(36, 51, 41, 0.08) 68%),
    linear-gradient(0deg, rgba(36, 51, 41, 0.32), rgba(36, 51, 41, 0.04) 44%),
    url("assets/village-hero.jpg") center / cover no-repeat;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 130px;
  background: linear-gradient(180deg, transparent, rgba(255, 248, 238, 0.96));
  content: "";
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(820px, 100%);
  color: #fffaf1;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.final-cta .eyebrow {
  color: #f5d68a;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.02;
}

h1 {
  max-width: 15ch;
  font-size: clamp(3rem, 7vw, 5.55rem);
  font-weight: 900;
}

h2 {
  color: var(--ink);
  font-size: clamp(2.1rem, 5vw, 4.5rem);
  font-weight: 900;
}

h3 {
  color: var(--ink);
  font-size: 1.45rem;
  font-weight: 850;
}

.hero-subheadline {
  max-width: 680px;
  margin: 18px 0 0;
  color: #fff2dc;
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  font-weight: 800;
  line-height: 1.18;
}

.hero-body {
  max-width: 610px;
  margin: 14px 0 0;
  color: rgba(255, 250, 241, 0.88);
  font-size: clamp(1.02rem, 2vw, 1.25rem);
}

.primary-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: var(--sun);
  color: #32261a;
  font-weight: 850;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.primary-button:hover,
.primary-button:focus-visible {
  background: #ffd77a;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.24);
  transform: translateY(-2px);
}

.primary-button-light {
  border-color: rgba(255, 250, 241, 0.5);
  background: #fff8ee;
  color: var(--forest);
  box-shadow: 0 20px 46px rgba(24, 48, 32, 0.24);
}

.button-icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

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

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

.pause-section {
  padding: clamp(86px, 12vw, 152px) clamp(20px, 5vw, 72px);
  background: var(--paper);
}

.pause-inner {
  width: min(930px, 100%);
  margin: 0 auto;
  text-align: center;
}

.pause-inner h2 {
  max-width: 13ch;
  margin: 0 auto;
  color: var(--ink);
  font-size: clamp(2.35rem, 5.6vw, 5.15rem);
  font-weight: 900;
  line-height: 1.03;
}

.pause-inner p {
  max-width: 820px;
  margin: 28px auto 0;
  color: var(--muted-ink);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.62;
}

.problem-section {
  background: var(--cream);
}

.problem-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: start;
}

.section-copy h2 {
  max-width: 10ch;
}

.problem-text {
  display: grid;
  gap: 22px;
  color: var(--muted-ink);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
}

.problem-text p {
  margin: 0;
}

.gifts-section {
  background:
    linear-gradient(180deg, rgba(216, 235, 239, 0.45), rgba(255, 252, 246, 0) 55%),
    var(--paper);
}

.section-heading {
  display: grid;
  max-width: 820px;
  gap: 10px;
}

.gift-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 44px 0 0;
  padding: 0;
  list-style: none;
}

.gift-chip {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 16px 42px rgba(73, 107, 80, 0.09);
  color: var(--ink);
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  font-weight: 820;
}

.gift-marker {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.72), rgba(255, 248, 238, 0.52)),
    color-mix(in srgb, var(--chip-accent), white 76%);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--chip-accent), transparent 64%);
  color: var(--chip-accent);
  font-size: 1.05rem;
  line-height: 1;
}

.gift-title {
  min-width: 0;
}

.how-section {
  background: linear-gradient(180deg, #fffaf1, #eef5ea);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

.step-card {
  display: grid;
  min-height: 268px;
  align-content: start;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(73, 107, 80, 0.18);
  border-radius: 8px;
  background: rgba(255, 252, 246, 0.86);
  box-shadow: var(--shadow);
}

.step-number {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--sage);
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 900;
}

.step-card p {
  margin: 0;
  color: var(--muted-ink);
  font-size: 1rem;
}

.imagine-section {
  background:
    linear-gradient(180deg, rgba(238, 245, 234, 0.9), rgba(255, 248, 238, 0.86)),
    var(--cream);
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 46px;
}

.story-card {
  display: grid;
  min-height: 250px;
  align-content: space-between;
  gap: 28px;
  padding: 28px;
  border: 1px solid rgba(189, 105, 74, 0.18);
  border-radius: 8px;
  background: rgba(255, 252, 246, 0.9);
  box-shadow: 0 22px 60px rgba(73, 107, 80, 0.12);
}

.story-card p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  font-weight: 760;
  line-height: 1.28;
}

.story-number {
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--sun), white 54%);
  color: #715132;
  font-size: 0.78rem;
  font-weight: 900;
}

.manifesto-section {
  background:
    linear-gradient(180deg, rgba(255, 248, 238, 0.92), rgba(255, 252, 246, 0.96)),
    var(--paper);
}

.manifesto-inner {
  text-align: center;
}

.manifesto-inner h2 {
  color: var(--ink);
}

.belief-list {
  display: grid;
  width: min(900px, 100%);
  margin: 58px auto 0;
  padding: 0;
  border-top: 1px solid rgba(73, 107, 80, 0.18);
  border-bottom: 1px solid rgba(73, 107, 80, 0.18);
  list-style: none;
}

.belief-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 24px clamp(4px, 3vw, 28px);
}

.belief-list li + li {
  border-top: 1px solid rgba(73, 107, 80, 0.12);
}

.belief-list span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--clay);
  box-shadow: 0 0 0 9px rgba(189, 105, 74, 0.08);
}

.belief-list p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.2rem, 2.2vw, 1.72rem);
  font-weight: 780;
  line-height: 1.26;
  text-align: left;
}

.final-cta {
  padding: clamp(76px, 11vw, 132px) clamp(20px, 5vw, 72px);
  background:
    linear-gradient(135deg, rgba(36, 51, 41, 0.9), rgba(73, 107, 80, 0.84)),
    radial-gradient(circle at 75% 20%, rgba(245, 199, 102, 0.28), transparent 34%);
  color: #fffaf1;
}

.final-cta-inner {
  width: min(960px, 100%);
  margin: 0 auto;
  text-align: center;
}

.final-cta h2 {
  color: #fffaf1;
}

.final-cta-subtext {
  max-width: 620px;
  margin: 22px auto 0;
  color: rgba(255, 250, 241, 0.86);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.cta-actions .primary-button {
  margin-top: 0;
}

.secondary-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid rgba(255, 250, 241, 0.62);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.08);
  color: #fffaf1;
  font-weight: 850;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.secondary-button:hover,
.secondary-button:focus-visible {
  border-color: rgba(255, 250, 241, 0.9);
  background: rgba(255, 250, 241, 0.15);
  transform: translateY(-2px);
}

.onboarding-shell {
  min-height: 100svh;
  padding: 22px clamp(18px, 4vw, 54px) clamp(34px, 5vw, 64px);
  background:
    linear-gradient(180deg, rgba(255, 248, 238, 0.98), rgba(238, 245, 234, 0.92)),
    var(--paper);
  color: var(--ink);
}

.onboard-topbar {
  display: grid;
  grid-template-columns: auto minmax(220px, 380px);
  gap: 24px;
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.onboard-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: var(--ink);
  font-weight: 850;
}

.onboard-brand .brand-mark {
  border-color: rgba(73, 107, 80, 0.34);
  box-shadow: 0 10px 26px rgba(73, 107, 80, 0.16);
}

.onboard-progress {
  display: grid;
  gap: 8px;
}

.onboard-stage-label {
  color: var(--ink);
  font-size: clamp(1rem, 1.6vw, 1.14rem);
  font-weight: 900;
}

.onboard-progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--muted-ink);
  font-size: 0.82rem;
  font-weight: 800;
}

.onboard-progress-track {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(73, 107, 80, 0.14);
}

.onboard-progress-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--clay), var(--sun));
  transition: width 260ms ease;
}

.onboard-stage {
  display: grid;
  width: min(980px, 100%);
  min-height: calc(100svh - 108px);
  align-items: center;
  margin: 0 auto;
  padding: clamp(34px, 6vw, 72px) 0 0;
}

.onboard-card {
  width: 100%;
  padding: clamp(26px, 5vw, 54px);
  border: 1px solid rgba(73, 107, 80, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.95), rgba(255, 248, 238, 0.9)),
    var(--paper);
  box-shadow: 0 28px 86px rgba(49, 60, 43, 0.14);
  animation: onboard-enter 260ms ease both;
}

@keyframes onboard-enter {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

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

.onboard-copy {
  max-width: 760px;
}

.onboard-copy.centered {
  margin: 0 auto;
  text-align: center;
}

.onboard-copy h1 {
  max-width: 13ch;
  color: var(--ink);
  font-size: clamp(2.35rem, 5.6vw, 5rem);
  line-height: 1.04;
}

.onboard-copy.centered h1 {
  margin: 0 auto;
}

.onboard-copy p {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--muted-ink);
  font-size: clamp(1.04rem, 1.8vw, 1.24rem);
}

.onboard-copy.centered p {
  margin-right: auto;
  margin-left: auto;
}

.reflection-copy h1 {
  max-width: 14ch;
}

.onboard-helper {
  margin: 18px 0 0;
  color: var(--forest);
  font-size: 0.98rem;
  font-weight: 780;
}

.onboard-choice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.onboard-choice-grid.compact {
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
}

.onboard-choice-grid.single {
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.onboard-choice {
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid rgba(73, 107, 80, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-weight: 780;
  text-align: left;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.onboard-choice:hover,
.onboard-choice:focus-visible {
  border-color: rgba(189, 105, 74, 0.36);
  background: rgba(255, 248, 238, 0.96);
  transform: translateY(-1px);
}

.onboard-choice.selected {
  border-color: rgba(189, 105, 74, 0.68);
  background:
    linear-gradient(180deg, rgba(245, 199, 102, 0.32), rgba(255, 248, 238, 0.9)),
    var(--cream);
  box-shadow: inset 0 0 0 1px rgba(189, 105, 74, 0.18);
}

.onboard-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.onboard-form-grid.two {
  margin-top: 22px;
}

.onboard-field {
  display: grid;
  gap: 8px;
}

.onboard-field.full {
  grid-column: 1 / -1;
}

.onboard-field span,
.field-group-label {
  margin: 0;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 850;
}

.onboard-field input,
.onboard-field select,
.onboard-field textarea {
  width: 100%;
  border: 1px solid rgba(73, 107, 80, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--ink);
  font: inherit;
  font-size: 1rem;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.onboard-field input,
.onboard-field select {
  min-height: 52px;
  padding: 0 14px;
}

.onboard-field textarea {
  min-height: 168px;
  padding: 14px;
  resize: vertical;
}

.onboard-field input:focus,
.onboard-field select:focus,
.onboard-field textarea:focus {
  border-color: rgba(189, 105, 74, 0.68);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(189, 105, 74, 0.12);
}

.onboard-field small {
  color: var(--muted-ink);
  font-size: 0.84rem;
}

.photo-field {
  padding: 18px;
  border: 1px dashed rgba(73, 107, 80, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.52);
}

.photo-field input {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
}

.photo-field strong {
  color: var(--forest);
  font-size: 1rem;
}

.prompt-list {
  margin-top: 18px;
  padding: 20px 0 0;
  border-top: 1px solid rgba(73, 107, 80, 0.14);
}

.story-wisdom {
  max-width: 760px;
  margin: 28px 0 14px;
  padding: 18px 20px;
  border-left: 4px solid rgba(189, 105, 74, 0.58);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--forest);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
  font-weight: 800;
  line-height: 1.45;
}

.trust-notice-card,
.visibility-defaults {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin-top: 28px;
  padding: 20px;
  border: 1px solid rgba(73, 107, 80, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(238, 245, 234, 0.76), rgba(255, 252, 246, 0.88)),
    rgba(255, 255, 255, 0.68);
  box-shadow: 0 18px 44px rgba(73, 107, 80, 0.08);
}

.trust-notice-card h2 {
  max-width: 15ch;
  color: var(--forest);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.trust-notice-card p {
  margin: 0;
  color: var(--muted-ink);
  font-size: 1rem;
  font-weight: 720;
  line-height: 1.5;
}

.visibility-defaults {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.visibility-defaults .field-group-label {
  width: 100%;
}

.visibility-defaults span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid rgba(73, 107, 80, 0.14);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.86);
  color: var(--forest);
  font-size: 0.86rem;
  font-weight: 850;
}

.prompt-list p {
  margin: 0 0 8px;
  color: var(--ink);
  font-weight: 850;
}

.prompt-list ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted-ink);
}

.sharing-details {
  display: grid;
  gap: 26px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(73, 107, 80, 0.14);
}

.sharing-details .onboard-choice-grid {
  margin-top: 12px;
}

.onboard-footer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
  margin-top: 38px;
}

.onboard-footer.centered {
  justify-content: center;
}

.onboard-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.onboard-button.primary {
  border: 1px solid rgba(245, 199, 102, 0.78);
  background: var(--sun);
  color: #32261a;
  box-shadow: 0 18px 44px rgba(73, 107, 80, 0.16);
}

.onboard-button.ghost {
  border: 1px solid rgba(73, 107, 80, 0.22);
  background: rgba(255, 255, 255, 0.52);
  color: var(--forest);
}

.onboard-button:hover,
.onboard-button:focus-visible {
  transform: translateY(-2px);
}

.onboard-button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
  box-shadow: none;
}

.onboard-button.primary:hover,
.onboard-button.primary:focus-visible {
  background: #ffd77a;
  box-shadow: 0 22px 54px rgba(73, 107, 80, 0.2);
}

.onboard-button.ghost:hover,
.onboard-button.ghost:focus-visible {
  border-color: rgba(73, 107, 80, 0.38);
  background: rgba(255, 252, 246, 0.92);
}

.onboard-microcopy {
  margin: 24px 0 0;
  color: var(--muted-ink);
  font-size: 0.92rem;
  font-weight: 720;
  text-align: center;
}

.village-identity-card {
  display: grid;
  gap: 24px;
  margin-top: 34px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(73, 107, 80, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.94), rgba(255, 248, 238, 0.82)),
    rgba(255, 255, 255, 0.56);
  box-shadow: 0 22px 64px rgba(73, 107, 80, 0.12);
}

.village-identity-card h2 {
  max-width: 16ch;
  color: var(--ink);
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.identity-discovery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  border-top: 1px solid rgba(73, 107, 80, 0.12);
}

.identity-discovery {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 112px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(73, 107, 80, 0.12);
}

.identity-discovery.wide {
  grid-column: 1 / -1;
}

.identity-discovery h3 {
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.identity-discovery p {
  margin: 0;
  color: var(--ink);
  font-weight: 760;
  line-height: 1.45;
}

.identity-empty {
  color: var(--muted-ink);
  font-style: italic;
}

.identity-note {
  max-width: 70ch;
  color: var(--ink);
}

.identity-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.identity-chip-list span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(189, 105, 74, 0.2);
  border-radius: 999px;
  background: rgba(255, 248, 238, 0.88);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 820;
  line-height: 1.2;
}

.identity-closing {
  max-width: 760px;
  margin: 24px auto 0;
  color: var(--forest);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  font-weight: 780;
  line-height: 1.5;
  text-align: center;
}

.meet-village-shell {
  min-height: 100svh;
  padding: 22px clamp(18px, 4vw, 54px) clamp(52px, 6vw, 86px);
  background:
    linear-gradient(180deg, rgba(255, 248, 238, 0.98), rgba(238, 245, 234, 0.94) 62%, rgba(255, 252, 246, 0.98)),
    var(--paper);
  color: var(--ink);
}

.meet-village-topbar {
  grid-template-columns: auto auto;
  justify-content: space-between;
}

.meet-village-back {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(73, 107, 80, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  color: var(--forest);
  font-size: 0.9rem;
  font-weight: 850;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.meet-village-back:hover,
.meet-village-back:focus-visible {
  border-color: rgba(73, 107, 80, 0.34);
  background: rgba(255, 252, 246, 0.92);
  transform: translateY(-1px);
}

.village-nav-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.village-selector {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid rgba(73, 107, 80, 0.16);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.72);
  color: var(--forest);
  font-size: 0.86rem;
  font-weight: 850;
}

.village-selector select {
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-weight: 850;
  outline: none;
}

.grow-home-nav {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.grow-home-nav a,
.grow-home-nav span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid rgba(73, 107, 80, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  color: var(--forest);
  font-size: 0.88rem;
  font-weight: 850;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.grow-home-nav span {
  border-color: rgba(189, 105, 74, 0.28);
  background: rgba(245, 199, 102, 0.18);
  color: var(--ink);
}

.grow-home-nav a:hover,
.grow-home-nav a:focus-visible {
  border-color: rgba(73, 107, 80, 0.34);
  background: rgba(255, 252, 246, 0.92);
  transform: translateY(-1px);
}

.meet-village-main {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding-top: clamp(42px, 7vw, 88px);
}

.meet-village-hero {
  max-width: 920px;
  padding: clamp(18px, 4vw, 30px) 0 clamp(52px, 7vw, 84px);
}

.meet-village-hero h1 {
  max-width: 12ch;
  color: var(--ink);
  font-size: clamp(2.75rem, 7vw, 5.45rem);
  line-height: 1.02;
}

.meet-village-hero p {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted-ink);
  font-size: clamp(1.08rem, 2vw, 1.34rem);
  line-height: 1.58;
}

.village-forming-note {
  max-width: 720px;
  margin-top: 28px;
  padding: 18px 20px;
  border-left: 4px solid rgba(189, 105, 74, 0.58);
  border-radius: 8px;
  background: rgba(255, 252, 246, 0.78);
  color: var(--forest);
  font-size: 1rem;
  font-weight: 820;
  box-shadow: 0 14px 38px rgba(73, 107, 80, 0.08);
}

.meet-village-section {
  padding: clamp(52px, 7vw, 86px) 0;
  border-top: 1px solid rgba(73, 107, 80, 0.12);
}

.heard-section {
  padding-top: clamp(34px, 5vw, 62px);
}

.meet-section-heading {
  display: grid;
  max-width: 760px;
  gap: 10px;
}

.meet-section-heading h2 {
  max-width: 11ch;
  font-size: clamp(2rem, 4.6vw, 4.2rem);
}

.meet-section-heading p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--muted-ink);
  font-size: clamp(1.02rem, 1.8vw, 1.22rem);
}

.village-preview-card {
  display: grid;
  gap: 24px;
  margin-top: 34px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(73, 107, 80, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(255, 248, 238, 0.86)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 70px rgba(73, 107, 80, 0.12);
}

.village-preview-card h3 {
  max-width: 18ch;
  font-size: clamp(1.45rem, 3vw, 2.35rem);
  line-height: 1.08;
}

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

.preview-discovery-grid section {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 170px;
  padding: 20px;
  border: 1px solid rgba(73, 107, 80, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.52);
}

.preview-discovery-grid h4 {
  margin: 0;
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.trust-journey-section {
  display: grid;
  gap: 12px;
  margin-top: 4px;
  padding-top: 22px;
  border-top: 1px solid rgba(73, 107, 80, 0.14);
}

.trust-journey-section h4 {
  margin: 0;
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.trust-journey-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.trust-journey-list span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid rgba(73, 107, 80, 0.14);
  border-radius: 999px;
  background: rgba(238, 245, 234, 0.74);
  color: var(--forest);
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.2;
}

.preview-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.preview-chip-list span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 11px;
  border: 1px solid rgba(189, 105, 74, 0.2);
  border-radius: 999px;
  background: rgba(255, 248, 238, 0.9);
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 820;
  line-height: 1.2;
}

.village-search-transition {
  display: grid;
  justify-items: center;
  gap: 22px;
  padding: clamp(42px, 7vw, 74px) 0;
  border-top: 1px solid rgba(73, 107, 80, 0.12);
  text-align: center;
}

.village-search-transition h2 {
  max-width: none;
  color: var(--forest);
  font-size: clamp(1.8rem, 3.6vw, 3.3rem);
}

.search-line-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.search-line-list p {
  margin: 0;
  padding: 9px 13px;
  border: 1px solid rgba(73, 107, 80, 0.12);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.78);
  color: var(--muted-ink);
  font-size: 0.94rem;
  font-weight: 800;
  animation: search-line-breathe 2200ms ease-in-out infinite;
  animation-delay: calc(var(--line-index) * 180ms);
}

@keyframes search-line-breathe {
  0%,
  100% {
    opacity: 0.72;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-2px);
  }
}

.meet-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.meet-card {
  display: grid;
  min-height: 286px;
  align-content: start;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(73, 107, 80, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.95), rgba(255, 248, 238, 0.84)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 62px rgba(73, 107, 80, 0.11);
}

.meet-card-marker {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: rgba(245, 199, 102, 0.28);
  box-shadow: inset 0 0 0 1px rgba(189, 105, 74, 0.14);
  font-size: 1.16rem;
}

.meet-card-kicker {
  margin: 0;
  color: var(--clay);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.meet-card h3 {
  font-size: clamp(1.12rem, 1.9vw, 1.42rem);
  line-height: 1.22;
}

.trust-label-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trust-label-list span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 6px 9px;
  border: 1px solid rgba(73, 107, 80, 0.14);
  border-radius: 999px;
  background: rgba(238, 245, 234, 0.68);
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.2;
}

.soft-action {
  align-self: end;
  width: fit-content;
  min-height: 42px;
  margin-top: auto;
  padding: 0 16px;
  border: 1px solid rgba(73, 107, 80, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: var(--forest);
  cursor: pointer;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 850;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.soft-action:hover,
.soft-action:focus-visible {
  border-color: rgba(189, 105, 74, 0.4);
  background: rgba(255, 248, 238, 0.96);
  transform: translateY(-1px);
}

.soft-action.filled {
  border-color: rgba(245, 199, 102, 0.7);
  background: var(--sun);
  color: #32261a;
}

.signal-section {
  background:
    linear-gradient(180deg, rgba(216, 235, 239, 0.22), rgba(255, 252, 246, 0));
}

.village-signal-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.village-signal-chip {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 10px 16px;
  border: 1px solid rgba(189, 105, 74, 0.2);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.82);
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 850;
  box-shadow: 0 12px 32px rgba(73, 107, 80, 0.08);
}

.opportunity-card {
  min-height: 340px;
}

.opportunity-details {
  display: grid;
  gap: 12px;
  margin: 0;
}

.opportunity-details div {
  display: grid;
  gap: 2px;
  padding-top: 10px;
  border-top: 1px solid rgba(73, 107, 80, 0.12);
}

.opportunity-details dt {
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.opportunity-details dd {
  margin: 0;
  color: var(--muted-ink);
  font-weight: 730;
  line-height: 1.35;
}

.conversation-start-section {
  display: grid;
  justify-items: center;
  gap: 18px;
  margin-top: clamp(26px, 5vw, 48px);
  padding: clamp(42px, 7vw, 74px) clamp(22px, 5vw, 68px);
  border: 1px solid rgba(189, 105, 74, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.95), rgba(255, 248, 238, 0.82)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 64px rgba(73, 107, 80, 0.11);
  text-align: center;
}

.conversation-start-section h2 {
  max-width: 11ch;
  font-size: clamp(2rem, 4.5vw, 4rem);
}

.conversation-start-section p {
  max-width: 720px;
  margin: 0;
  color: var(--muted-ink);
  font-size: clamp(1.04rem, 1.9vw, 1.24rem);
}

.ecosystem-bridge {
  display: grid;
  justify-items: center;
  gap: 18px;
  margin-top: clamp(26px, 5vw, 48px);
  padding: clamp(42px, 7vw, 74px) clamp(22px, 5vw, 68px);
  border: 1px solid rgba(73, 107, 80, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(238, 245, 234, 0.82), rgba(255, 252, 246, 0.9)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 64px rgba(73, 107, 80, 0.1);
  text-align: center;
}

.ecosystem-bridge h2 {
  max-width: 12ch;
  font-size: clamp(2rem, 4.5vw, 4rem);
}

.ecosystem-bridge p {
  max-width: 720px;
  margin: 0;
  color: var(--muted-ink);
  font-size: clamp(1.04rem, 1.9vw, 1.24rem);
}

.trust-first-step {
  display: grid;
  justify-items: center;
  gap: 18px;
  margin-top: clamp(28px, 5vw, 54px);
  padding: clamp(46px, 7vw, 78px) clamp(22px, 5vw, 72px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(36, 51, 41, 0.92), rgba(73, 107, 80, 0.86)),
    var(--forest);
  color: #fffaf1;
  text-align: center;
}

.trust-first-step .eyebrow {
  color: #f5d68a;
}

.trust-first-step h2 {
  max-width: 12ch;
  color: #fffaf1;
}

.trust-first-step p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 250, 241, 0.88);
  font-size: clamp(1.04rem, 1.9vw, 1.25rem);
}

.children-safety-section {
  display: grid;
  justify-items: center;
  gap: 16px;
  margin-top: clamp(26px, 5vw, 48px);
  padding: clamp(42px, 7vw, 74px) clamp(22px, 5vw, 68px);
  border: 1px solid rgba(73, 107, 80, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(238, 245, 234, 0.86), rgba(255, 252, 246, 0.9)),
    rgba(255, 255, 255, 0.74);
  box-shadow: 0 22px 64px rgba(73, 107, 80, 0.1);
  text-align: center;
}

.children-safety-section h2 {
  max-width: 11ch;
  font-size: clamp(2rem, 4.5vw, 4rem);
}

.children-safety-section p:not(.eyebrow) {
  max-width: 740px;
  margin: 0;
  color: var(--muted-ink);
  font-size: clamp(1.04rem, 1.9vw, 1.24rem);
  font-weight: 720;
}

.ecosystem-shell {
  background:
    linear-gradient(180deg, rgba(255, 248, 238, 0.98), rgba(238, 245, 234, 0.88) 54%, rgba(255, 252, 246, 0.98)),
    var(--paper);
}

.ecosystem-hero {
  padding-bottom: clamp(38px, 6vw, 70px);
}

.ecosystem-chip-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-bottom: clamp(52px, 7vw, 84px);
}

.ecosystem-chip-panel {
  display: grid;
  align-content: start;
  gap: 20px;
  min-height: 260px;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid rgba(73, 107, 80, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(255, 248, 238, 0.86)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 62px rgba(73, 107, 80, 0.11);
}

.ecosystem-chip-panel h2 {
  max-width: 13ch;
  font-size: clamp(1.42rem, 2.7vw, 2.45rem);
  line-height: 1.08;
}

.ecosystem-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ecosystem-chip-list span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(189, 105, 74, 0.2);
  border-radius: 999px;
  background: rgba(255, 248, 238, 0.9);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 830;
}

.ecosystem-visual-section {
  padding: clamp(54px, 8vw, 94px) 0 0;
  border-top: 1px solid rgba(73, 107, 80, 0.12);
}

.ecosystem-heading h2 {
  max-width: 10ch;
}

.ecosystem-network {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  margin-top: clamp(36px, 5vw, 58px);
}

.ecosystem-network::before {
  position: absolute;
  top: 50%;
  right: 6%;
  left: 6%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(73, 107, 80, 0.24), transparent);
  content: "";
  pointer-events: none;
}

.ecosystem-network::after {
  position: absolute;
  top: 16%;
  right: 12%;
  bottom: 16%;
  left: 12%;
  border: 1px solid rgba(73, 107, 80, 0.12);
  border-radius: 999px;
  content: "";
  pointer-events: none;
}

.ecosystem-node-card {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 270px;
  padding: 20px;
  border: 1px solid rgba(73, 107, 80, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(255, 248, 238, 0.86)),
    rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 48px rgba(73, 107, 80, 0.1);
}

.ecosystem-node-card.center-node {
  border-color: rgba(189, 105, 74, 0.32);
  background:
    linear-gradient(180deg, rgba(245, 199, 102, 0.32), rgba(255, 248, 238, 0.92)),
    var(--cream);
}

.ecosystem-node-marker {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: rgba(245, 199, 102, 0.28);
  box-shadow: inset 0 0 0 1px rgba(189, 105, 74, 0.16);
  color: var(--forest);
  font-size: 1.08rem;
  font-weight: 900;
}

.ecosystem-node-card h3 {
  font-size: clamp(1.08rem, 1.8vw, 1.34rem);
  line-height: 1.18;
}

.ecosystem-node-card p {
  margin: 0;
  color: var(--muted-ink);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.46;
}

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

.ecosystem-message-row p {
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(73, 107, 80, 0.14);
  border-radius: 8px;
  background: rgba(255, 252, 246, 0.78);
  color: var(--forest);
  font-size: clamp(1rem, 1.6vw, 1.16rem);
  font-weight: 820;
  line-height: 1.38;
  box-shadow: 0 14px 38px rgba(73, 107, 80, 0.08);
}

.grow-village-shell {
  background:
    linear-gradient(180deg, rgba(255, 248, 238, 0.98), rgba(238, 245, 234, 0.9) 58%, rgba(255, 252, 246, 0.98)),
    var(--paper);
}

.grow-hero {
  padding-bottom: clamp(42px, 6vw, 76px);
}

.grow-hero h1 {
  max-width: 11ch;
}

.grow-hero-subtitle {
  color: var(--forest) !important;
  font-size: clamp(1.2rem, 2.4vw, 1.7rem) !important;
  font-weight: 850;
}

.today-seed-section {
  padding: clamp(48px, 7vw, 84px) 0;
  border-top: 1px solid rgba(73, 107, 80, 0.12);
}

.today-seed-card {
  display: grid;
  gap: 18px;
  max-width: 880px;
  margin-top: 34px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(189, 105, 74, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(245, 199, 102, 0.22), rgba(255, 248, 238, 0.88)),
    rgba(255, 255, 255, 0.74);
  box-shadow: 0 26px 72px rgba(73, 107, 80, 0.12);
}

.today-seed-card p {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.9vw, 1.34rem);
  font-weight: 760;
  line-height: 1.5;
}

.seed-response-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.seed-response-row a,
.seed-response-row button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(73, 107, 80, 0.18);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.84);
  color: var(--forest);
  cursor: pointer;
  font: inherit;
  font-size: 0.94rem;
  font-weight: 850;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.seed-response-row a:hover,
.seed-response-row a:focus-visible,
.seed-response-row button:hover,
.seed-response-row button:focus-visible {
  border-color: rgba(189, 105, 74, 0.4);
  background: rgba(255, 248, 238, 0.96);
  transform: translateY(-1px);
}

.seed-response-row a.seed-primary,
.seed-response-row button.seed-primary {
  border-color: rgba(73, 107, 80, 0.72);
  background: var(--forest);
  color: #fffaf1;
  box-shadow: 0 14px 34px rgba(73, 107, 80, 0.2);
}

.seed-response-row a.seed-primary:hover,
.seed-response-row a.seed-primary:focus-visible,
.seed-response-row button.seed-primary:hover,
.seed-response-row button.seed-primary:focus-visible {
  border-color: rgba(36, 51, 41, 0.74);
  background: var(--ink);
}

.week-in-village-section {
  border-top: 1px solid rgba(73, 107, 80, 0.12);
}

.week-story-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.week-story-card {
  display: grid;
  gap: 14px;
  min-height: 150px;
  align-content: start;
  padding: 20px;
  border: 1px solid rgba(73, 107, 80, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(238, 245, 234, 0.76)),
    rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 48px rgba(73, 107, 80, 0.08);
}

.week-story-card span {
  color: var(--clay);
  font-size: 1.18rem;
  line-height: 1;
}

.week-story-card p {
  margin: 0;
  color: var(--forest);
  font-size: 0.98rem;
  font-weight: 820;
  line-height: 1.35;
}

.grow-card-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.grow-action-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.grow-card {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 330px;
  padding: 22px;
  border: 1px solid rgba(73, 107, 80, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(255, 248, 238, 0.84)),
    rgba(255, 255, 255, 0.74);
  box-shadow: 0 20px 56px rgba(73, 107, 80, 0.1);
}

.grow-card h3 {
  font-size: clamp(1.08rem, 1.8vw, 1.34rem);
  line-height: 1.2;
}

.grow-card p {
  margin: 0;
  color: var(--muted-ink);
  font-size: 0.98rem;
  font-weight: 720;
  line-height: 1.45;
}

.growth-signal-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.growth-signal-card {
  display: grid;
  gap: 12px;
  min-height: 178px;
  padding: 22px;
  border: 1px solid rgba(73, 107, 80, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(238, 245, 234, 0.78)),
    rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 48px rgba(73, 107, 80, 0.09);
}

.growth-signal-card span {
  font-size: 1.35rem;
  line-height: 1;
}

.growth-signal-card h3 {
  max-width: 18ch;
  color: var(--forest);
  font-size: 1.02rem;
  line-height: 1.3;
}

.grow-action-card {
  min-height: 260px;
}

.stories-waiting-section {
  display: grid;
  gap: 18px;
  padding: clamp(46px, 7vw, 74px) 0;
  border-top: 1px solid rgba(73, 107, 80, 0.12);
}

.stories-waiting-section h2 {
  max-width: 14ch;
  font-size: clamp(2rem, 4.5vw, 4rem);
}

.story-line-list {
  display: grid;
  gap: 14px;
  max-width: 720px;
}

.story-line-list p {
  margin: 0;
  padding: 18px 20px;
  border-left: 3px solid rgba(189, 105, 74, 0.34);
  border-radius: 8px;
  background: rgba(255, 252, 246, 0.68);
  color: var(--muted-ink);
  font-size: clamp(1.04rem, 1.8vw, 1.22rem);
  font-weight: 760;
  line-height: 1.5;
}

.grow-reflection-section {
  display: grid;
  justify-items: center;
  gap: 20px;
  padding: clamp(52px, 8vw, 92px) clamp(22px, 5vw, 72px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(36, 51, 41, 0.92), rgba(73, 107, 80, 0.86)),
    var(--forest);
  color: #fffaf1;
  text-align: center;
}

.grow-reflection-section .reflection-opening {
  max-width: 860px;
  margin: 0;
  color: #fffaf1;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 850;
  line-height: 1.18;
}

.reflection-lines {
  display: grid;
  gap: 8px;
  max-width: 720px;
}

.reflection-lines p,
.grow-reflection-section .reflection-close {
  margin: 0;
  color: rgba(255, 250, 241, 0.88);
  font-size: clamp(1.04rem, 1.9vw, 1.24rem);
  font-weight: 760;
  line-height: 1.5;
}

.grow-reflection-section .reflection-close {
  color: #fffaf1;
  font-size: clamp(1.28rem, 2.4vw, 1.78rem);
  font-weight: 880;
  line-height: 1.28;
}

.plant-seed-shell {
  background:
    linear-gradient(180deg, rgba(255, 248, 238, 0.98), rgba(238, 245, 234, 0.94) 62%, rgba(255, 252, 246, 0.98)),
    var(--paper);
}

.plant-seed-hero h1 {
  max-width: 9ch;
}

.plant-seed-option-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.plant-seed-option-card {
  min-height: 292px;
}

.plant-seed-option-card.selected {
  border-color: rgba(189, 105, 74, 0.5);
  background:
    linear-gradient(180deg, rgba(245, 199, 102, 0.26), rgba(255, 248, 238, 0.92)),
    rgba(255, 255, 255, 0.74);
  box-shadow: inset 0 0 0 1px rgba(189, 105, 74, 0.14), 0 22px 58px rgba(73, 107, 80, 0.12);
}

.plant-form-preview,
.plant-confirmation-section,
.trust-reminder-section,
.plant-final-reflection {
  padding: clamp(48px, 7vw, 82px) 0;
  border-top: 1px solid rgba(73, 107, 80, 0.12);
}

.plant-form-preview.empty {
  display: grid;
  gap: 16px;
}

.plant-form-preview h2,
.trust-reminder-section h2 {
  max-width: 13ch;
  font-size: clamp(2rem, 4.5vw, 4rem);
}

.plant-form-preview > p,
.trust-reminder-section > p {
  max-width: 760px;
  margin: 0;
  color: var(--muted-ink);
  font-size: clamp(1.04rem, 1.8vw, 1.22rem);
  font-weight: 720;
  line-height: 1.55;
}

.plant-form-preview .plant-privacy-note {
  max-width: 720px;
  margin-top: 14px;
  padding: 14px 16px;
  border-left: 4px solid rgba(73, 107, 80, 0.45);
  border-radius: 8px;
  background: rgba(238, 245, 234, 0.78);
  color: var(--forest);
  font-size: 0.98rem;
  font-weight: 850;
}

.plant-seed-form {
  max-width: 960px;
  margin-top: 30px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(73, 107, 80, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.96), rgba(255, 248, 238, 0.84)),
    rgba(255, 255, 255, 0.74);
  box-shadow: 0 22px 58px rgba(73, 107, 80, 0.1);
}

.plant-form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}

.plant-confirmation-card {
  display: grid;
  gap: 18px;
  max-width: 820px;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(189, 105, 74, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(245, 199, 102, 0.24), rgba(255, 248, 238, 0.88)),
    rgba(255, 255, 255, 0.74);
  box-shadow: 0 24px 68px rgba(73, 107, 80, 0.12);
}

.plant-confirmation-card h2 {
  max-width: 12ch;
  font-size: clamp(2rem, 4.5vw, 4rem);
}

.plant-confirmation-card p {
  max-width: 700px;
  margin: 0;
  color: var(--muted-ink);
  font-size: clamp(1.04rem, 1.8vw, 1.2rem);
  font-weight: 740;
  line-height: 1.55;
}

.plant-confirmation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.plant-final-reflection {
  display: grid;
  justify-items: center;
  gap: 22px;
  padding-right: clamp(18px, 5vw, 64px);
  padding-left: clamp(18px, 5vw, 64px);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(36, 51, 41, 0.92), rgba(73, 107, 80, 0.86)),
    var(--forest);
  color: #fffaf1;
  text-align: center;
}

.plant-final-reflection p {
  max-width: 860px;
  margin: 0;
  color: #fffaf1;
  font-size: clamp(1.45rem, 3vw, 2.45rem);
  font-weight: 850;
  line-height: 1.2;
}

@media (max-width: 980px) {
  .gift-grid,
  .steps-grid,
  .story-grid,
  .meet-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ecosystem-chip-section,
  .ecosystem-message-row {
    grid-template-columns: 1fr;
  }

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

  .grow-card-grid,
  .grow-action-grid,
  .growth-signal-grid,
  .week-story-grid,
  .plant-seed-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ecosystem-network::before,
  .ecosystem-network::after {
    display: none;
  }

  .preview-discovery-grid {
    grid-template-columns: 1fr;
  }

  .problem-layout {
    grid-template-columns: 1fr;
  }

  .section-copy h2 {
    max-width: 14ch;
  }

  .onboard-topbar {
    grid-template-columns: 1fr;
  }

  .onboard-progress {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .site-header {
    align-items: flex-start;
    padding: 18px 18px 0;
  }

  .brand {
    font-size: 0.96rem;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .nav-links {
    gap: 14px;
    justify-content: flex-end;
    max-width: 190px;
    flex-wrap: wrap;
    font-size: 0.82rem;
  }

  .hero {
    min-height: 690px;
    align-items: end;
    padding: 118px 18px 70px;
    background:
      linear-gradient(180deg, rgba(36, 51, 41, 0.34) 0%, rgba(36, 51, 41, 0.74) 52%, rgba(36, 51, 41, 0.82) 100%),
      url("assets/village-hero.jpg") 57% center / cover no-repeat;
  }

  .hero-content {
    width: 100%;
  }

  h1 {
    max-width: 11ch;
    font-size: clamp(3.2rem, 16vw, 4.45rem);
  }

  .hero-body {
    max-width: 34rem;
  }

  .primary-button {
    width: 100%;
    max-width: 320px;
  }

  .secondary-button {
    width: 100%;
    max-width: 320px;
  }

  .section {
    padding: 68px 18px;
  }

  .pause-section {
    padding: 82px 18px;
  }

  .gift-grid,
  .steps-grid,
  .story-grid,
  .meet-card-grid {
    grid-template-columns: 1fr;
  }

  .gift-chip {
    min-height: 64px;
  }

  .step-card {
    min-height: auto;
  }

  .story-card {
    min-height: auto;
  }

  .belief-list {
    margin-top: 42px;
  }

  .belief-list li {
    gap: 16px;
    padding: 20px 4px;
  }

  .onboarding-shell {
    padding: 18px 16px 34px;
  }

  .onboard-stage {
    min-height: auto;
    padding-top: 34px;
  }

  .onboard-card {
    padding: 24px 18px;
  }

  .onboard-copy h1 {
    font-size: clamp(2.35rem, 11vw, 3.7rem);
  }

  .onboard-choice-grid,
  .onboard-choice-grid.compact,
  .onboard-choice-grid.single {
    grid-template-columns: 1fr;
  }

  .onboard-form-grid,
  .onboard-form-grid.two {
    grid-template-columns: 1fr;
  }

  .onboard-footer {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .onboard-footer.centered {
    flex-direction: column;
  }

  .onboard-button {
    width: 100%;
  }

  .identity-card-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .identity-discovery-grid {
    grid-template-columns: 1fr;
  }

  .identity-discovery {
    min-height: auto;
  }

  .meet-village-shell {
    padding: 18px 16px 42px;
  }

  .meet-village-topbar {
    grid-template-columns: 1fr;
  }

  .village-nav-cluster {
    justify-content: flex-start;
  }

  .village-selector {
    width: 100%;
    justify-content: space-between;
  }

  .village-selector select {
    min-width: 0;
  }

  .grow-home-nav {
    justify-content: flex-start;
  }

  .meet-village-back {
    width: fit-content;
  }

  .meet-village-main {
    padding-top: 38px;
  }

  .meet-village-hero {
    padding-bottom: 56px;
  }

  .meet-village-hero h1 {
    font-size: clamp(2.65rem, 13vw, 4.15rem);
  }

  .meet-village-section {
    padding: 58px 0;
  }

  .village-preview-card {
    padding: 22px 18px;
  }

  .trust-journey-list {
    display: grid;
  }

  .preview-discovery-grid section {
    min-height: auto;
    padding: 18px;
  }

  .village-search-transition {
    padding: 44px 0;
  }

  .search-line-list {
    justify-content: stretch;
    width: 100%;
  }

  .search-line-list p {
    width: 100%;
  }

  .meet-card,
  .opportunity-card {
    min-height: auto;
  }

  .soft-action {
    width: 100%;
  }

  .village-signal-grid {
    gap: 10px;
  }

  .village-signal-chip {
    min-height: 40px;
    font-size: 0.92rem;
  }

  .trust-first-step {
    padding: 44px 18px;
  }

  .children-safety-section {
    padding: 42px 18px;
  }

  .conversation-start-section {
    padding: 42px 18px;
  }

  .ecosystem-bridge {
    padding: 42px 18px;
  }

  .ecosystem-chip-section,
  .ecosystem-network,
  .ecosystem-message-row {
    grid-template-columns: 1fr;
  }

  .ecosystem-chip-panel,
  .ecosystem-node-card,
  .grow-card,
  .growth-signal-card,
  .plant-seed-option-card {
    min-height: auto;
  }

  .ecosystem-visual-section {
    padding-top: 58px;
  }

  .grow-card-grid,
  .grow-action-grid,
  .growth-signal-grid,
  .week-story-grid,
  .plant-seed-option-grid {
    grid-template-columns: 1fr;
  }

  .seed-response-row {
    display: grid;
  }

  .seed-response-row a,
  .seed-response-row button {
    width: 100%;
  }

  .plant-seed-form {
    padding: 20px 18px;
  }

  .plant-form-actions {
    justify-content: stretch;
  }

  .plant-confirmation-actions {
    display: grid;
  }

  .grow-reflection-section {
    padding: 46px 18px;
  }

  .plant-final-reflection {
    padding: 46px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
