:root {
  --cream: #faf3ec;
  --nav: #ede4d4;
  --ink: #331f09;
  --brown: #ad713b;
  --green: #4a5831;
  --leaf: #7b874c;
  --pink: #f4dfda;
  --dark-pink: #c18776;
  --gold: #f6e8cc;
  --dark-gold: #b58a35;
  --sage: #e3e2c9;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Kodchasan", "Trebuchet MS", sans-serif;
  font-size: 1rem;
  line-height: 1.32;
  overflow-x: hidden;
}

.container { width: min(100% - 2rem, 1000px); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(250, 243, 236, .96);
}

.header-inner { min-height: 94px; position: relative; }

.brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: var(--brown);
  font-family: "Patrick Hand", cursive;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  padding: .6rem 0 .45rem;
}

.brand img { width: 4rem; height: auto; }

nav {
  display: flex;
  gap: 3rem;
  align-items: center;
  min-height: 3rem;
  padding-left: 3.4rem;
  background: var(--nav);
}

nav a {
  color: var(--green);
  font-family: "Patrick Hand", cursive;
  font-size: 1.05rem;
  text-decoration: none;
  text-transform: uppercase;
}

nav a.active { color: var(--brown); border-bottom: 3px solid var(--brown); }
.header-leaf { position: absolute; right: -4.2rem; top: -1.1rem; width: 92px; transform: rotate(12deg); }

.pitch { max-width: 760px; padding: 4rem 1rem 1.5rem; text-align: center; }
.pitch .eyebrow { margin: 0 0 .75rem; }
.pitch h1 { margin: 2rem 0.25rem; font-size: clamp(2.4rem, 5vw, 3.7rem); line-height: 1.08; }
.pitch-lead { margin: 0 auto .8rem; color: var(--brown); font-family: "Patrick Hand", cursive; font-size: clamp(1.5rem, 3vw, 2rem); }
.pitch > p:last-child { max-width: 680px; margin: 0 auto; }
.card { border-radius: 14px; }
.process { padding-top: 2.5rem; }
.process, .impact, .cycle { scroll-margin-top: 9rem; }
.process-card { display: grid; gap: 2rem; grid-template-columns: 1fr 1.35fr; align-items: center; padding: 1.6rem 2.5rem; }
.card-pink { background: var(--pink); }
.card-gold { background: var(--gold); }
.card-green { background: var(--sage); }
.card-gold, .card-green { min-height: 172px; }
.process-title { display: flex; align-items: center; gap: 1rem; }
.process-title img { width: 64px; max-height: 76px; object-fit: contain; flex: 0 0 auto; }
h1, .process-title h2 { font-family: "Patrick Hand", cursive; font-weight: 400; line-height: 1.5; }
h1 { margin: 0; font-size: clamp(2rem, 4vw, 2.65rem); }
h2 { margin: 0; font-size: 1.08rem; line-height: 1.2; }
.process-title h2 { font-size: clamp(1.9rem, 3.5vw, 2.4rem); }
ul { margin: .25rem 0 0; padding-left: 1rem; }
li { margin: .12rem 0; }
.bridge { text-align: center; margin: 2.8rem 0; }
.compost-title { justify-content: center; }
.compost-title img { width: 60px; }
.garden-title img { width: 58px; }

.impact { text-align: center; padding: 4.1rem 1rem 1.8rem; }
.signup { margin-top: 3rem; }
.signup h2 { margin-bottom: 1rem; }
.button { display: inline-block; padding: .75rem 5vw; border-radius: 2rem; background: var(--green); color: #fffaf2; font-family: "Patrick Hand", cursive; font-size: 1.85rem; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { background: var(--brown); transform: translateY(-2px); }
.button-small { display: inline-block; padding: .45rem 1rem; border-radius: 1rem; background: var(--green); color: #fffaf2; font-family: "Patrick Hand", cursive; font-size: 1rem; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button-small:hover, .button-small:focus-visible { background: var(--brown); transform: translateY(-1px); }
.btn-sm {
  color: var(--brown);
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
  border: solid var(--brown) .15rem;
  border-radius: 1rem;
  padding: 0.45rem .75rem;
  margin: .75rem 0px;
  text-align: center;
}

.cycle { position: relative; min-height: 205px; padding-top: 2rem; overflow: hidden; }
.cycle h2 { color: var(--leaf); font-family: "Patrick Hand", cursive; font-size: 2.1rem; font-weight: 400; text-align: center; }
.rule { width: 65%; height: 4px; margin: 2.2rem auto 0; background: var(--nav); }
.banner { position: absolute; bottom: -10px; width: min(29vw, 340px); pointer-events: none; }
.banner-left { left: 0; }
.banner-right { right: 0; }
.socials { display: flex; justify-content: center; align-items: center; width: 100%; }
.site-footer { padding: 0 0 .7rem; color: #5c472d; font-family: "Patrick Hand", cursive; text-align: center; }

/* Confirm subscription page */
.form-shell iframe { background: var(--cream) !important; }

/* Pricing page */
.pricing-intro { max-width: 720px; padding: 4.5rem 1rem 2.2rem; text-align: center; }
.pricing-intro h1 { margin: .25rem 0 .7rem; font-size: clamp(2.6rem, 6vw, 4.5rem); }
.pricing-intro > p:last-child { max-width: 540px; margin: 0 auto; }
.highlight-note { margin: 2rem 0; padding: 1.5rem 2.5rem; border: 1px solid rgba(173, 113, 59, .35); border-radius: 999px; color: var(--brown); font-size: 1.5rem; }
.highlight-note strong { font-weight: 700; }
.highlight-note small { display: block; font-size: .75rem; }
.trial-icon { width: 4rem; }
.highlight-note span::before { content: "•"; margin-right: .7rem; }
.eyebrow { color: var(--brown); font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.featured-plan { display: grid; grid-template-columns: 1fr auto auto; gap: 1.7rem; align-items: center; }
.featured-plan-section { padding: 1.5rem 2rem; background: var(--nav); }
.featured-copy { display: flex; align-items: center; gap: 1rem; }
.featured-copy img { width: 66px; max-height: 72px; object-fit: contain; }
.featured-image { max-width: 52vw; }
.featured-copy .eyebrow { margin: 0 0 .15rem; }
.featured-copy h2 { font-family: "Patrick Hand", cursive; font-size: 2.35rem; font-weight: 400; }
.featured-copy p:last-child { max-width: 430px; margin: .2rem 0 0; }
.featured-price { display: grid; min-width: 138px; text-align: center; }
.featured-price strong { color: var(--green); font-family: "Patrick Hand", cursive; font-size: 2.5rem; font-weight: 400; line-height: 1; }
.featured-price span { font-size: .85rem; font-weight: 700; }
.featured-price small { margin-top: .25rem; font-size: .7rem; }
.featured-plan .button { white-space: nowrap; }
.note { margin-top: .25rem; font-size: .85rem; }
.plans { padding: 5rem 0 1.5rem; }
.plans-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 1.3rem; }
.plans-heading h2 { font-family: "Patrick Hand", cursive; font-size: 2.5rem; font-weight: 400; }
.plans-heading .eyebrow { margin: 0 0 .15rem; }
.scroll-note { margin: 0 0 .35rem; color: var(--brown); font-size: .84rem; }
.scroll-note span { font-size: 1.3rem; }
.plan-group { overflow: hidden; margin: 1.5rem 0; padding: 1.4rem 1.4rem 1.6rem; border-radius: 14px; }
.group-pink { background: var(--pink); }
.group-pink .first-card { border: 2px solid var(--dark-pink); }
.group-gold { background: var(--gold); }
.group-gold .first-card { border: 2px solid var(--dark-gold); }
.group-green { background: var(--sage); }
.group-green .first-card { border: 2px solid var(--green); }
.group-heading { display: block; max-width: 40rem; margin-bottom: 1rem; }
.group-heading img { max-width: 120px; max-height: 56px; object-fit: contain; }
.group-heading h3 { font-family: "Patrick Hand", cursive; font-size: 2rem; font-weight: 400; line-height: .5; }
.group-heading p { margin: .15rem 0 0; font-size: .9rem; }
.plan-scroller { display: flex; gap: .8rem; overflow-x: auto; padding: .2rem .2rem .7rem; scroll-snap-type: x mandatory; scrollbar-color: rgba(74, 88, 49, .5) transparent; }
.plan-card { display: flex; flex: 0 0 220px; min-height: 235px; flex-direction: column; padding: 1.15rem; border: 1px solid rgba(74, 88, 49, .13); background: rgba(250, 243, 236, .72); scroll-snap-align: start; }
.plan-label { margin: 0 0 .35rem; color: var(--brown); font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.plan-card h4 { margin: 0; font-family: "Patrick Hand", cursive; font-size: 1.8rem; font-weight: 400; line-height: 1.02; }
.plan-card p:not(.plan-label) { margin: .55rem 0; font-size: .9rem; }
.plan-card strong { margin-top: auto; color: var(--green); font-family: "Patrick Hand", cursive; font-size: 2rem; font-weight: 400; }
.plan-card strong small { display: block; color: var(--ink); font-family: "Kodchasan", sans-serif; font-size: .68rem; font-weight: 400; }
.text-link { margin-top: .65rem; color: var(--brown); font-size: .8rem; font-weight: 700; text-decoration: none; }
.text-link span { font-size: 1.1rem; }
.highlight-note-green { margin: 3rem auto 5rem; padding: 1.5rem 2.5rem; border: 1px solid rgba(74, 88, 49, .4); border-radius: 999px; color: var(--green); text-align: center; }
.highlight-note-green h2 { font-family: "Patrick Hand", cursive; font-size: 2.35rem; font-weight: 400; }
.highlight-note-green p { margin: .45rem auto 1.2rem; max-width: 510px; }
.highlight-note-green .button { background: var(--green); color: var(--cream); }
.highlight-note-green .button:hover, .highlight-note-green .button:focus-visible { background: var(--brown); }
.contact-intro { max-width: 700px; padding: 4.5rem 1rem 2rem; text-align: center; }
.contact-intro h1 { margin: .25rem 0 .7rem; font-size: clamp(2.6rem, 6vw, 4.5rem); }
.contact-note { max-width: 760px; }
.socials a { display: flex; justify-content: center; width: 100%; padding: 1rem 0; line-height: 0; }
.socials img { display: block; width: 3rem; height: 3rem; object-fit: contain; pointer-events: none; }

/* Subscription page */
.subscription-intro { max-width: 700px; padding: 4.5rem 1rem 2rem; text-align: center; }
.subscription-intro h1 { margin: .25rem 0 .7rem; font-size: clamp(2.6rem, 6vw, 4.5rem); }
.subscription-intro p:last-child { max-width: 540px; margin: 0 auto; }
.form-shell { max-width: 704px; min-height: 1882px; padding: 4vh 0; }
.form-shell iframe { display: block; width: 640px; max-width: 100%; height: 1882px; margin: 0 auto; border: 0; background: #fff; }

@media (max-width: 700px) {
  .container { width: min(100% - 1.5rem, 520px); }
  .header-inner { min-height: 82px; }
  .brand { font-size: 1.65rem; }
  .brand img { width: 2.5rem; height: auto; }
  .header-leaf { right: 0; width: 58px; top: -.8rem; }
  nav { gap: 1.35rem; padding-left: 0; }
  nav a { font-size: .95rem; }
  .process { padding-top: 1.4rem; }
  .pitch { padding-top: 2.8rem; }
  .pitch h1 { font-size: 2.65rem; }
  .process, .impact, .cycle { scroll-margin-top: 7.5rem; }
  .process-card { grid-template-columns: 1fr; gap: 1rem; padding: 1.35rem 1.2rem; }
  .process-title { justify-content: flex-start; }
  .compost-title { justify-content: flex-start; order: -1; }
  .process-title h2 { font-size: 2rem; }
  .bridge { margin: 2rem .4rem; }
  .desktop-only { display: none; }
  .impact { padding-top: 3rem; }
  .signup { margin-top: 2.3rem; }
  .cycle { min-height: 180px; }
  .cycle h2 { font-size: 1.75rem; padding: 0 2rem; }
  .rule { width: 55%; }
  .banner { width: 44vw; }
  .pricing-intro { padding-top: 3rem; }
  .pricing-intro h1 { font-size: 3rem; }
  .highlight-note, .highlight-note-green { border-radius: 1rem; }
  .featured-plan { grid-template-columns: 1fr; gap: 1.1rem; padding: 1.3rem 1.1rem; }
  .featured-price { justify-items: start; text-align: left; }
  .button { justify-self: start; max-width: 82vw; }
  .plans { padding-top: 3.5rem; }
  .plans-heading { display: block; }
  .scroll-note { margin-top: .7rem; }
  .plan-group { margin-left: -.1rem; margin-right: -.1rem; padding: 1.2rem .9rem 1rem; }
  .plan-card { flex-basis: 235px; }
  .highlight-note-green { margin-bottom: 3rem; padding: 1.5rem 1rem; }
  .contact-intro { padding-top: 3rem; }
  .subscription-intro { padding-top: 3rem; }
  .form-shell { width: 100%; padding-bottom: 2rem; }
}