:root {
  --cream: #f5efe5;
  --cream-deep: #eee3d5;
  --paper: #fbf7f0;
  --plum: #4d2948;
  --plum-dark: #30202f;
  --rose: #bd7d82;
  --blush: #e6c5c1;
  --sage: #7e8e72;
  --gold: #b99a58;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--plum-dark);
  font-family: "Source Sans 3", "Avenir Next", "Noto Sans SC", sans-serif;
}
a { color: inherit; }
button, input, textarea { font: inherit; }

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  z-index: 20;
  background-image:
    repeating-radial-gradient(circle at 22% 31%, transparent 0 2px, rgba(77,41,72,.035) 3px 4px),
    repeating-linear-gradient(97deg, transparent 0 7px, rgba(255,255,255,.14) 8px 9px);
  mix-blend-mode: multiply;
}

.site-header {
  position: absolute;
  z-index: 5;
  top: 0; left: 0; right: 0;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 4.5vw;
  border-bottom: 1px solid rgba(77,41,72,.5);
}
.site-header::after {
  content: "❧";
  position: absolute;
  left: 50%; bottom: -12px;
  transform: translateX(-50%);
  padding: 0 10px;
  background: var(--cream);
  color: var(--plum);
}
.brand {
  font: 500 1.08rem/1 Georgia, "Noto Serif SC", serif;
  letter-spacing: .14em;
  text-decoration: none;
}
nav { display: flex; gap: 28px; }
nav a {
  color: rgba(48,32,47,.78);
  font-size: .8rem;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}
nav a:hover { color: var(--rose); }

.hero {
  position: relative;
  min-height: 920px;
  overflow: hidden;
  padding: 155px 5vw 100px;
  display: flex;
  align-items: center;
}
.hero-copy { position: relative; z-index: 2; width: min(58%, 790px); }
.kicker, .section-heading > p, .eyebrow {
  margin: 0 0 18px;
  color: var(--rose);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0;
  font: 500 clamp(3.25rem, 4.4vw, 5rem)/1.02 Georgia, "Noto Serif SC", serif;
  letter-spacing: -.04em;
  white-space: nowrap;
}
.hero h1 b { font-weight: 500; white-space: nowrap; }
.hero h1 span { color: var(--rose); font-weight: 300; }
.tagline {
  margin: 24px 0 36px;
  color: var(--rose);
  font: 400 clamp(1.25rem, 1.7vw, 1.7rem)/1.4 Georgia, serif;
}
.seed-label {
  width: fit-content;
  margin-bottom: 24px;
  padding: 10px 24px;
  border: 1px solid rgba(189,125,130,.72);
  border-radius: 999px;
  background: rgba(230,197,193,.23);
  font-family: Georgia, serif;
}
.seed-label i { display: inline-block; width: 22px; height: 1px; margin: 0 12px 4px; background: var(--rose); }
.hero h2 {
  max-width: 760px;
  margin: 0;
  font: 500 clamp(2.35rem, 3.35vw, 4rem)/1.14 Georgia, "Noto Serif SC", serif;
  letter-spacing: -.025em;
}
.hero-actions { display: flex; gap: 16px; margin-top: 38px; flex-wrap: wrap; }
.button {
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid var(--plum);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--plum); color: var(--paper); box-shadow: 0 10px 24px rgba(77,41,72,.13); }
.button.primary:hover { box-shadow: 0 14px 30px rgba(77,41,72,.23); }
.button.secondary { border-color: var(--rose); color: var(--rose); background: rgba(245,239,229,.72); }
.button.secondary:hover { background: var(--blush); color: var(--plum); }
.hero-art {
  position: absolute;
  inset: 70px -7% 0 42%;
  z-index: 1;
  background: url("/idea-garden-hero.png") right center / contain no-repeat;
}
.scroll-cue {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--rose);
  font-size: .72rem;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}
.scroll-cue span { display: block; text-align: center; font-size: 1.2rem; margin-top: 6px; }

.section { padding: 110px max(5vw, 28px); }
.section-heading h2 {
  max-width: 760px;
  margin: 0;
  font: 500 clamp(2.5rem, 4vw, 4.5rem)/1.1 Georgia, "Noto Serif SC", serif;
  letter-spacing: -.035em;
}
.section-heading.centered { text-align: center; }
.section-heading.centered h2 { margin-inline: auto; }
.intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  background: var(--paper);
  border-block: 1px solid rgba(189,125,130,.3);
}
.intro-copy { max-width: 670px; }
.intro-copy > p { margin: 0 0 22px; font-size: 1.12rem; line-height: 1.8; color: rgba(48,32,47,.78); }
blockquote {
  margin: 38px 0 0;
  padding: 24px 0 24px 30px;
  border-left: 2px solid var(--rose);
  font: italic 1.45rem/1.6 Georgia, serif;
  color: var(--plum);
}
.pathway { background: var(--cream); }
.pathway-grid {
  max-width: 1180px;
  margin: 70px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.pathway-grid article {
  position: relative;
  padding: 36px 48px;
  text-align: center;
  border-right: 1px solid rgba(77,41,72,.22);
}
.pathway-grid article:last-child { border: 0; }
.pathway-grid article > span { color: var(--rose); font: 500 .85rem Georgia, serif; }
.sprout { margin: 20px 0 12px; color: var(--sage); font: 400 3rem Georgia, serif; transform: rotate(-20deg); }
.pathway-grid h3 { margin: 0 0 14px; font: 500 1.45rem Georgia, "Noto Serif SC", serif; }
.pathway-grid h3 b { color: var(--rose); font-weight: 400; }
.pathway-grid p { margin: 0; color: rgba(48,32,47,.7); line-height: 1.7; }

.seeds { background: var(--paper); }
.featured-seed {
  max-width: 1260px;
  margin: 65px auto 0;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  overflow: hidden;
  border: 1px solid rgba(77,41,72,.2);
  border-radius: 24px;
  background: var(--cream);
  box-shadow: 0 24px 70px rgba(77,41,72,.08);
}
.seed-visual {
  min-height: 580px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 58% 45%, transparent 0 8%, var(--rose) 8.5% 16%, #171216 16.5% 45%, transparent 45.5%),
    linear-gradient(145deg, var(--plum), #6f4b67 44%, var(--sage));
}
.seed-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-radial-gradient(circle at 58% 45%, transparent 0 12px, rgba(255,255,255,.11) 13px 14px);
}
.seed-visual > span { position: absolute; z-index: 1; left: 38px; top: 30px; color: rgba(255,255,255,.7); font: 500 5rem Georgia, serif; }
.seed-content { padding: clamp(45px, 6vw, 86px); }
.seed-topic { color: var(--rose); font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.seed-content h3 { margin: 14px 0 20px; font: 500 clamp(2.5rem, 4vw, 4.3rem)/1.05 Georgia, serif; }
.seed-content h3 small {
  display: block;
  margin-top: 12px;
  color: var(--rose);
  font-size: .42em;
  font-weight: 400;
  letter-spacing: 0;
}
.seed-question { color: var(--plum); font: italic 1.35rem/1.55 Georgia, serif; }
.seed-content > p:not(.seed-topic):not(.seed-question) { color: rgba(48,32,47,.75); line-height: 1.75; }
.research-prompts { display: flex; gap: 8px; flex-wrap: wrap; margin: 28px 0; }
.research-prompts span { padding: 8px 12px; border-radius: 999px; background: rgba(230,197,193,.42); color: var(--plum); font-size: .8rem; }
.text-link { color: var(--rose); font-weight: 700; text-underline-offset: 5px; }
.featured-seed.seed-two { margin-top: 30px; }
.seed-two .seed-visual {
  background:
    radial-gradient(circle at 50% 28%, rgba(245,239,229,.95) 0 1.7%, transparent 1.9%),
    radial-gradient(circle at 30% 52%, rgba(230,197,193,.9) 0 2%, transparent 2.2%),
    radial-gradient(circle at 69% 55%, rgba(185,154,88,.9) 0 2%, transparent 2.2%),
    radial-gradient(circle at 18% 77%, rgba(245,239,229,.82) 0 2.2%, transparent 2.4%),
    radial-gradient(circle at 82% 80%, rgba(245,239,229,.82) 0 2.2%, transparent 2.4%),
    linear-gradient(145deg, #30473d, var(--sage) 48%, var(--plum));
}
.seed-two .seed-visual::before {
  content: "";
  position: absolute;
  inset: 20% 12% 10%;
  background:
    linear-gradient(123deg, transparent 0 32%, rgba(245,239,229,.72) 32.4% 32.8%, transparent 33.2%),
    linear-gradient(58deg, transparent 0 38%, rgba(230,197,193,.72) 38.4% 38.8%, transparent 39.2%),
    linear-gradient(146deg, transparent 0 55%, rgba(185,154,88,.62) 55.4% 55.8%, transparent 56.2%);
  clip-path: polygon(46% 0, 55% 0, 55% 23%, 95% 72%, 92% 76%, 53% 32%, 53% 100%, 48% 100%, 48% 32%, 8% 76%, 5% 72%, 46% 23%);
}
.seed-two .seed-visual::after {
  background:
    repeating-radial-gradient(circle at 50% 28%, transparent 0 26px, rgba(255,255,255,.07) 27px 28px);
}
.seed-insight {
  margin: 26px 0;
  padding: 17px 0 17px 22px;
  border-left: 2px solid var(--sage);
  color: var(--sage);
  font: italic 1.18rem/1.5 Georgia, serif;
}
.featured-seed.seed-three { margin-top: 30px; }
.seed-three .seed-visual {
  background:
    radial-gradient(circle at 50% 50%, rgba(245,239,229,.95) 0 2%, transparent 2.2%),
    repeating-radial-gradient(circle at 50% 50%, transparent 0 34px, rgba(245,239,229,.15) 35px 37px),
    linear-gradient(145deg, #40283e, #8c5d68 48%, #8a7961);
}
.seed-three .seed-visual::before {
  content: "";
  position: absolute;
  inset: 16%;
  border: 1px solid rgba(245,239,229,.55);
  border-radius: 50%;
  box-shadow:
    0 0 0 24px rgba(245,239,229,.08),
    0 0 0 48px rgba(230,197,193,.08),
    0 0 0 72px rgba(185,154,88,.07);
}
.seed-three .seed-visual::after {
  background:
    linear-gradient(90deg, transparent 0 49.7%, rgba(245,239,229,.35) 50%, transparent 50.3%),
    linear-gradient(0deg, transparent 0 49.7%, rgba(245,239,229,.2) 50%, transparent 50.3%);
}
.attribution-balance {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 26px 0 8px;
}
.attribution-balance p {
  margin: 0;
  padding: 17px;
  border: 1px solid rgba(77,41,72,.14);
  border-radius: 12px;
  background: rgba(230,197,193,.16);
  color: rgba(48,32,47,.72);
  font-size: .9rem;
  line-height: 1.55;
}
.attribution-balance p:last-child {
  background: rgba(126,142,114,.12);
}
.attribution-balance strong {
  color: var(--plum);
  font-family: Georgia, serif;
  font-size: 1rem;
}
.featured-seed.seed-four { margin-top: 30px; }
.seed-four .seed-visual {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(251,247,240,.92) 0 1.5%, transparent 1.8%),
    linear-gradient(90deg, #314943 0 49.8%, #5d3556 50.2% 100%);
}
.seed-four .seed-visual::after {
  background:
    repeating-radial-gradient(circle at 50% 50%, transparent 0 34px, rgba(251,247,240,.075) 35px 36px);
}
.two-paths {
  position: relative;
  z-index: 1;
  width: min(72%, 330px);
  aspect-ratio: 1;
}
.two-paths::before {
  content: "";
  position: absolute;
  left: 50%; top: 49%;
  width: 2px; height: 34%;
  transform: translate(-50%, -50%);
  background: rgba(251,247,240,.7);
}
.two-paths::after {
  content: "";
  position: absolute;
  left: 20%; right: 20%; bottom: 8%;
  height: 2px;
  background: rgba(251,247,240,.7);
}
.two-paths i,
.two-paths b {
  position: absolute;
  display: block;
  border-radius: 50%;
}
.two-paths i {
  top: 3%;
  width: 35%;
  aspect-ratio: 1;
  border: 1px solid rgba(251,247,240,.8);
  box-shadow: 0 0 0 12px rgba(251,247,240,.05), 0 0 0 24px rgba(251,247,240,.035);
}
.two-paths i:first-child { left: 0; }
.two-paths i:nth-child(2) { right: 0; }
.two-paths b {
  bottom: 4%; left: 50%;
  width: 12%;
  aspect-ratio: 1;
  transform: translateX(-50%);
  background: var(--gold);
  box-shadow: 0 0 28px rgba(185,154,88,.65);
}
.two-paths b:last-child {
  bottom: auto; top: 17%;
  width: 4%;
  background: var(--paper);
  box-shadow: none;
}
.path-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 28px 0;
}
.path-comparison section {
  padding: 20px;
  border: 1px solid rgba(77,41,72,.14);
  border-radius: 14px;
  background: rgba(126,142,114,.1);
}
.path-comparison section:last-child { background: rgba(230,197,193,.18); }
.comparison-label {
  margin: 0 0 8px;
  color: var(--rose);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.path-comparison h4 {
  margin: 0 0 12px;
  color: var(--plum);
  font: 500 1.12rem/1.3 Georgia, serif;
}
.path-comparison ul {
  margin: 0;
  padding-left: 18px;
  color: rgba(48,32,47,.72);
  font-size: .88rem;
  line-height: 1.65;
}
.seed-origin {
  margin: 28px 0 8px;
  padding: 22px 24px;
  border-radius: 14px;
  background: rgba(185,154,88,.1);
}
.seed-origin blockquote {
  margin: 0;
  padding: 0 0 0 18px;
  font-size: 1rem;
  line-height: 1.65;
}
.open-invitation {
  margin: 6px 0 28px;
  padding: 16px 18px;
  border-radius: 12px;
  background: rgba(126,142,114,.11);
  color: rgba(48,32,47,.76) !important;
}
.future-seeds {
  max-width: 1260px;
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.future-seeds article {
  min-height: 220px;
  padding: 38px;
  border: 1px dashed rgba(126,142,114,.7);
  border-radius: 20px;
  background: rgba(126,142,114,.08);
}
.future-seeds span { color: var(--sage); font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.future-seeds h3 { max-width: 520px; margin: 25px 0 12px; font: 500 1.65rem Georgia, serif; }
.future-seeds p { color: rgba(48,32,47,.67); line-height: 1.6; }
.future-seeds .garden-note { border-color: rgba(189,125,130,.65); background: rgba(230,197,193,.12); }
.future-seeds .garden-note span { color: var(--rose); }

.contribute {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 8vw;
  background: var(--plum);
  color: var(--paper);
}
.contribute-copy h2 { margin: 0 0 26px; font: 500 clamp(2.7rem, 4.2vw, 4.8rem)/1.07 Georgia, serif; }
.contribute-copy > p:not(.eyebrow), .contribute-copy li { color: rgba(251,247,240,.76); line-height: 1.75; }
.contribute-copy ul { padding-left: 20px; }
.contribution-form {
  padding: clamp(26px, 4vw, 52px);
  border-radius: 22px;
  background: var(--paper);
  color: var(--plum-dark);
  box-shadow: 0 28px 80px rgba(0,0,0,.16);
}
.contribution-form label { display: block; margin-bottom: 20px; font-weight: 700; }
.contribution-form small { float: right; color: rgba(48,32,47,.55); font-weight: 400; }
.contribution-form input:not([type="checkbox"]), .contribution-form textarea, .contribution-form select {
  width: 100%;
  margin-top: 9px;
  padding: 15px 16px;
  border: 1px solid rgba(77,41,72,.28);
  border-radius: 9px;
  outline: 0;
  background: #fffdfa;
  color: var(--plum-dark);
}
.contribution-form textarea { min-height: 165px; resize: vertical; line-height: 1.6; }
.contribution-form input:focus, .contribution-form textarea:focus, .contribution-form select:focus { border-color: var(--rose); box-shadow: 0 0 0 3px rgba(189,125,130,.18); }
.consent { display: flex !important; align-items: flex-start; gap: 10px; font-size: .85rem; line-height: 1.5; font-weight: 400 !important; }
.consent input { margin-top: 3px; accent-color: var(--plum); }
.contribution-form button {
  width: 100%;
  padding: 16px;
  border: 0;
  border-radius: 9px;
  background: var(--rose);
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}
.contribution-form button:hover { background: #aa696f; }
.contribution-form button:disabled { opacity: .65; cursor: wait; }
.form-note { min-height: 20px; margin: 13px 0 0; color: rgba(48,32,47,.6); font-size: .78rem; line-height: 1.5; text-align: center; }
.form-note.sent { color: #58734e; font-weight: 700; }
.form-note.error { color: #9c3f48; font-weight: 700; }

.responses { background: var(--cream); }
.empty-response {
  max-width: 820px;
  margin: 55px auto 0;
  padding: 46px;
  border-block: 1px solid rgba(77,41,72,.2);
  text-align: center;
}
.empty-response span { color: var(--rose); font-size: 2rem; }
.empty-response p { margin: 20px 0 0; color: rgba(48,32,47,.72); font: italic 1.25rem/1.7 Georgia, serif; }
footer {
  padding: 48px 5vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  background: var(--plum-dark);
  color: rgba(251,247,240,.62);
  font-size: .8rem;
}
.footer-brand { margin: 0; color: var(--paper); font: 500 1.4rem Georgia, serif; }
.footer-brand span { color: var(--rose); }

@media (max-width: 1050px) {
  .hero { min-height: 980px; padding-top: 135px; align-items: flex-start; }
  .hero-copy { width: 72%; }
  .hero-art { inset: 250px -22% -40px 42%; opacity: .62; }
  .intro, .contribute { grid-template-columns: 1fr; }
  .featured-seed { grid-template-columns: 1fr; }
  .seed-visual { min-height: 350px; }
}
@media (max-width: 720px) {
  .site-header { height: 70px; margin-inline: 22px; }
  .brand { font-size: .88rem; }
  nav a:not(:last-child) { display: none; }
  .hero { min-height: 860px; padding: 115px 24px 78px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: 3.15rem; }
  .hero h1 { white-space: normal; }
  .hero h2 { font-size: 2rem; }
  .hero-art { inset: 310px -42% 10px 12%; opacity: .24; }
  .button { width: 100%; justify-content: center; }
  .section { padding: 78px 24px; }
  .pathway-grid, .future-seeds { grid-template-columns: 1fr; }
  .pathway-grid article { border-right: 0; border-bottom: 1px solid rgba(77,41,72,.22); }
  .future-seeds { gap: 14px; }
  .attribution-balance, .path-comparison { grid-template-columns: 1fr; }
  .seed-content { padding: 34px 25px 42px; }
  .contribution-form small { display: block; float: none; margin-top: 3px; }
  footer { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
