:root {
  color-scheme: light;
  --paper: #f8f5e9;
  --ink: #344638;
  --muted: #68715f;
  --green: #3c563e;
  --line: #dcded0;
  --orange: #be593d;
  --serif: Georgia, "Times New Roman", serif;
  --sans:
    ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
button,
input {
  font: inherit;
}
button,
a,
input,
summary {
  -webkit-tap-highlight-color: transparent;
}
:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 5px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wrap {
  width: min(1240px, calc(100% - 112px));
  margin-inline: auto;
}
.skip-link {
  position: absolute;
  top: 12px;
  left: 12px;
  transform: translateY(-180%);
  background: var(--ink);
  color: white;
  padding: 12px 20px;
  z-index: 10;
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 30px;
  border-bottom: 1px solid var(--line);
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  font-family: var(--serif);
  font-weight: 700;
  font-size: 31px;
  letter-spacing: -1.6px;
  line-height: 1.2;
}
.wordmark-dot {
  color: var(--orange);
}
.sprout {
  position: relative;
  width: 25px;
  height: 27px;
  margin-right: 11px;
  border-right: 2px solid var(--green);
  transform: rotate(-8deg);
}
.sprout:before,
.sprout:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 9px;
  background: #84935d;
  border-radius: 1px 12px 1px 12px;
  top: 2px;
  right: 0;
  transform: rotate(18deg);
}
.sprout:after {
  right: -14px;
  top: 0;
  transform: rotate(-65deg);
  background: #a3ac74;
}
nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 13px;
  font-weight: 600;
}
nav a {
  text-decoration: none;
}
nav .about-link:hover {
  text-decoration: underline;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid var(--green);
  border-radius: 6px;
  background: var(--green);
  color: #fffdf2;
  padding: 15px 22px;
  min-height: 50px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  transition:
    background 0.15s,
    transform 0.15s;
}
.button:hover {
  background: #2d432f;
  transform: translateY(-1px);
}
.button:disabled {
  opacity: 0.7;
  cursor: wait;
  transform: none;
}
.button span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.button-small {
  padding: 11px 17px;
  min-height: 43px;
  font-size: 12px;
}
.hero {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  align-items: center;
  gap: 46px;
  padding-block: 88px 92px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  line-height: 1.7;
  font-weight: 700;
  margin: 0 0 22px;
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  letter-spacing: 1.5px;
}
.status-dot {
  display: inline-block;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #809455;
  box-shadow: 0 0 0 4px #e9ecd8;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
}
h1 {
  font-size: clamp(62px, 6.6vw, 90px);
  line-height: 1.04;
  letter-spacing: -4.5px;
  margin-bottom: 25px;
}
em {
  font-weight: 400;
  color: var(--orange);
}
.hero-description {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 28px;
}
.platforms {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  color: var(--muted);
  margin: 17px 0 0;
}
.platforms span {
  font-size: 18px;
  color: #84935d;
}
.hero-art {
  position: relative;
  min-width: 0;
  padding-top: 16px;
}
.farm-photo {
  position: relative;
  background: #fffcf2;
  padding: 12px 12px 0;
  margin: 0;
  transform: rotate(2deg);
  border: 1px solid #dfdfcd;
  border-radius: 3px;
  box-shadow: 0 22px 45px -25px #52634165;
  z-index: 1;
}
.farm-photo > img {
  width: 100%;
  border-radius: 2px;
}
.farm-photo figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 15px 2px 17px;
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
}
.photo-number {
  font-family: var(--sans);
  font-style: normal;
  font-size: 7px;
  letter-spacing: 1px;
  color: var(--muted);
}
.photo-tape {
  position: absolute;
  top: -16px;
  left: 39%;
  width: 108px;
  height: 29px;
  background: #dddbb4b5;
  transform: rotate(-6deg);
  z-index: 2;
}
.sun {
  position: absolute;
  top: -50px;
  right: 13%;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: #eadca5;
  opacity: 0.75;
}
.sun:before {
  content: "";
  position: absolute;
  inset: -12px;
  border: 1px dashed #cdc68d;
  border-radius: 50%;
}
.garden-note {
  position: absolute;
  bottom: -16px;
  right: -10px;
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 9px 22px 9px 0;
  background: #eff0dc;
  transform: rotate(-6deg);
  box-shadow: 1px 4px 12px #41533412;
  z-index: 2;
  border: 1px solid #d9ddc4;
}
.garden-note img {
  width: 86px;
}
.garden-note span {
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px;
  line-height: 1.15;
}
.development-note {
  font-size: 9px;
  color: var(--muted);
  margin: 22px 0 0 9px;
  letter-spacing: 0.2px;
}
.season-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
  border-block: 1px solid #d9decc;
  background: #ecefdf;
  padding: 18px 24px;
  font-family: var(--serif);
  font-size: 16px;
  color: #5b6a4e;
}
.season-strip i {
  font-style: normal;
  font-size: 20px;
  color: #a1aa7c;
}
.story {
  padding-block: 84px 86px;
  display: grid;
  grid-template-columns: 0.75fr 2fr;
  gap: 60px;
}
h2 {
  font-size: 44px;
  line-height: 1.15;
  letter-spacing: -1.8px;
  margin-bottom: 20px;
}
.section-heading > p:last-child {
  font-size: 13px;
  color: var(--muted);
  max-width: 270px;
  line-height: 1.9;
}
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-top: 7px;
}
.feature-art {
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
}
.feature-art img {
  width: 115px;
  max-height: 116px;
  object-fit: contain;
}
.cottage-art img {
  width: 125px;
}
.feature-number {
  font-size: 9px;
  letter-spacing: 1.6px;
  font-weight: 600;
  color: #7f866e;
}
.feature h3 {
  font-size: 22px;
  letter-spacing: -0.5px;
  margin: 12px 0 10px;
}
.feature p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  margin: 0;
}
.signup-section {
  background: #e7ebda;
  border-block: 1px solid #d6ddc9;
  position: relative;
}
.signup-inner {
  display: grid;
  grid-template-columns: 1fr 1.22fr;
  gap: 90px;
  padding-block: 67px 73px;
  align-items: center;
}
.signup-copy h2 {
  font-size: 56px;
  margin-bottom: 17px;
}
.signup-copy > p:last-child {
  max-width: 330px;
  color: #5a6a52;
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 0;
}
.signup-card {
  background: #faf8ef;
  padding: 30px;
  border: 1px solid #d8ddc9;
  border-radius: 8px;
  box-shadow: 0 5px 0 #dbe1cd;
}
.signup-card h3 {
  font-size: 23px;
  margin-bottom: 20px;
  letter-spacing: -0.4px;
}
form > label {
  display: block;
  font-weight: 600;
  font-size: 11px;
  margin-bottom: 7px;
}
.email-row {
  display: flex;
  gap: 8px;
}
input[type="email"] {
  background: #fffef8;
  border: 1px solid #c9cfbd;
  border-radius: 5px;
  width: 100%;
  min-width: 0;
  padding: 13px 12px;
  font-size: 16px;
  color: var(--ink);
}
input::placeholder {
  color: #7c8472;
  opacity: 1;
}
.email-row .button {
  white-space: nowrap;
  font-size: 12px;
  padding: 13px 15px;
  gap: 12px;
}
.consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 10px;
  line-height: 1.65;
  font-weight: 400;
  color: #586650;
  margin: 15px 0 0;
  cursor: pointer;
}
.consent input {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin: 2px 0 0;
  accent-color: var(--green);
}
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.form-status {
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
  color: var(--green);
}
.form-status:not(:empty) {
  margin-top: 16px;
  padding: 12px;
  background: #e8eddf;
  border-radius: 4px;
}
.form-status[data-error="true"] {
  background: #f7e6dd;
  color: #85381f;
}
.signup-fineprint {
  font-size: 10px;
  color: #6b7560;
  line-height: 1.8;
  margin: 18px 0 0;
  padding-top: 17px;
  border-top: 1px solid #e0e4d5;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.22fr;
  gap: 90px;
  padding-block: 70px 80px;
}
.faq h2 {
  font-size: 32px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
  font-weight: 600;
}
summary::-webkit-details-marker {
  display: none;
}
summary:after {
  content: "+";
  font-size: 22px;
  font-weight: 400;
  color: #7c8967;
}
details[open] summary:after {
  content: "−";
}
details p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  max-width: 480px;
  padding-right: 22px;
}
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-block: 30px 38px;
}
.site-footer .wordmark {
  font-size: 26px;
}
.site-footer p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 12px;
  color: var(--muted);
  margin: 5px 0 0;
}
.footer-links {
  display: flex;
  gap: 28px;
  font-size: 10px;
  color: var(--muted);
}
.legal {
  max-width: 740px;
  padding-block: 65px 90px;
}
.legal h1 {
  font-size: 56px;
  letter-spacing: -2px;
}
.legal h2 {
  font-size: 27px;
  letter-spacing: -0.6px;
  margin-top: 32px;
}
.legal p,
.legal li {
  font-size: 15px;
  color: var(--muted);
}
@media (min-width: 1500px) {
  .hero {
    padding-block: 110px;
  }
  .hero-art {
    margin-left: 12px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 30px;
    padding-block: 75px;
  }
  h1 {
    font-size: 70px;
  }
  .photo-number {
    display: none;
  }
  .season-strip {
    gap: 30px;
    font-size: 14px;
  }
  .story {
    gap: 32px;
    grid-template-columns: 0.8fr 2fr;
  }
  .features {
    gap: 20px;
  }
  .feature h3 {
    font-size: 20px;
  }
  .signup-inner,
  .faq {
    gap: 44px;
  }
  .signup-card {
    padding: 24px;
  }
  .email-row {
    flex-direction: column;
  }
  .email-row .button {
    min-height: 45px;
  }
  .signup-copy h2 {
    font-size: 50px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    padding-block: 21px;
  }
  .wordmark {
    font-size: 27px;
  }
  .sprout {
    margin-right: 8px;
    width: 19px;
  }
  .about-link {
    display: none;
  }
  nav {
    gap: 0;
  }
  .button-small {
    font-size: 11px;
    padding: 10px 12px;
    gap: 10px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 54px;
    padding-top: 49px;
    padding-bottom: 64px;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 1.3px;
    margin-bottom: 20px;
  }
  h1 {
    font-size: 76px;
    letter-spacing: -3.6px;
  }
  .hero-description {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .hero-art {
    max-width: 590px;
    width: 100%;
    margin-inline: auto;
  }
  .sun {
    width: 86px;
    height: 86px;
    top: -31px;
    right: 12%;
  }
  .farm-photo {
    padding: 8px 8px 0;
  }
  .farm-photo figcaption {
    font-size: 13px;
    padding-block: 13px;
  }
  .garden-note {
    right: 0;
    bottom: -16px;
    padding-right: 16px;
  }
  .garden-note span {
    font-size: 17px;
  }
  .garden-note img {
    width: 70px;
  }
  .development-note {
    font-size: 8px;
    margin-top: 18px;
    max-width: 180px;
  }
  .season-strip {
    gap: 18px;
    padding: 14px 18px;
    font-size: 12px;
    flex-wrap: wrap;
  }
  .season-strip span:last-child,
  .season-strip i:last-of-type {
    display: none;
  }
  .season-strip i {
    font-size: 16px;
  }
  .story {
    grid-template-columns: 1fr;
    padding-block: 54px;
    gap: 22px;
  }
  .section-heading {
    max-width: 430px;
  }
  .section-heading h2 {
    font-size: 43px;
  }
  .section-heading h2 br {
    display: none;
  }
  .section-heading > p:last-child {
    max-width: 360px;
  }
  .features {
    gap: 20px;
  }
  .feature-art {
    height: 100px;
    margin-bottom: 16px;
  }
  .feature-art img {
    width: 96px;
    max-height: 100px;
  }
  .feature h3 {
    font-size: 20px;
  }
  .feature p {
    font-size: 12px;
  }
  .signup-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 48px 54px;
  }
  .signup-copy h2 {
    font-size: 51px;
  }
  .signup-copy > p:last-child {
    max-width: 420px;
  }
  .signup-card {
    padding: 25px;
  }
  .signup-card h3 {
    font-size: 24px;
  }
  .email-row {
    flex-direction: row;
  }
  .consent,
  .signup-fineprint {
    font-size: 11px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-block: 48px 52px;
  }
  .faq h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .faq .eyebrow {
    margin-bottom: 12px;
  }
  .site-footer {
    align-items: flex-start;
    padding-block: 25px;
  }
  .footer-links {
    flex-direction: column;
    align-items: flex-end;
    gap: 9px;
    max-width: 145px;
    text-align: right;
    font-size: 10px;
  }
  .legal {
    padding-top: 42px;
  }
  .legal h1 {
    font-size: 46px;
  }
}
@media (max-width: 450px) {
  h1 {
    font-size: 68px;
  }
  .desktop-break {
    display: none;
  }
  .hero-description {
    max-width: 310px;
  }
  .features {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .feature {
    display: grid;
    grid-template-columns: 95px 1fr;
    column-gap: 19px;
  }
  .feature-art {
    grid-column: 1;
    grid-row: 1/4;
    height: 110px;
    align-self: center;
    margin: 0;
  }
  .feature-number {
    grid-column: 2;
  }
  .feature h3 {
    margin-top: 5px;
    font-size: 23px;
  }
  .feature p {
    grid-column: 2;
  }
  .email-row {
    flex-direction: column;
  }
  .email-row .button {
    min-height: 48px;
  }
  .signup-card {
    padding: 23px 20px;
  }
  .signup-card h3 {
    font-size: 23px;
  }
  .season-strip {
    column-gap: 14px;
    row-gap: 4px;
  }
  .season-strip span:nth-of-type(3) {
    display: none;
  }
  .season-strip i:nth-of-type(2) {
    display: none;
  }
  .farm-photo figcaption {
    font-size: 12px;
  }
  .garden-note span {
    font-size: 16px;
  }
  .garden-note img {
    width: 62px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
  }
}
