@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:wght@400;700&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap');

:root {
  color-scheme: light dark;
  --paper: #faf6ee;
  --card: #f3ecdd;
  --card-strong: #eee2cb;
  --border: #e5d9c3;
  --ink: #1e3b2f;
  --muted: #5c6b60;
  --action: #3e7c4f;
  --action-dark: #2f623e;
  --success: #58a96c;
  --orange: #e8a23d;
  --red: #d24b3f;
  --chalk: rgba(255, 255, 255, 0.92);
  --shadow: 0 12px 30px rgba(44, 36, 26, 0.12);
  --shadow-small: 0 6px 18px rgba(44, 36, 26, 0.1);
  --radius: 16px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Albert Sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.24;
  background-image:
    linear-gradient(90deg, transparent 49.5%, rgba(30, 59, 47, 0.025) 50%, transparent 50.5%),
    linear-gradient(transparent 49.5%, rgba(30, 59, 47, 0.02) 50%, transparent 50.5%);
  background-size: 42px 42px;
}
img { display: block; max-width: 100%; }
a { color: var(--action); text-decoration-thickness: 1.5px; text-underline-offset: 0.2em; }
a:hover { color: var(--action-dark); }
button, input, summary { font: inherit; }
h1, h2, h3, .wordmark, .display {
  margin-top: 0;
  color: var(--ink);
  font-family: "Fraunces", Georgia, serif;
  font-optical-sizing: auto;
  line-height: 1.08;
  letter-spacing: -0.025em;
}
h1 { font-size: clamp(2.4rem, 6vw, 4.2rem); }
h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); }
p, ul, ol { margin-top: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 8px 12px; border-radius: 8px; background: var(--ink); color: var(--paper); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.site-header { position: relative; z-index: 20; padding: 24px 0 10px; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { display: inline-flex; align-items: center; gap: 3px; color: var(--ink); font-size: 1.65rem; font-weight: 700; text-decoration: none; }
.wordmark-tag { display: inline-block; padding: 2px 9px 4px; border: 1px solid var(--border); border-radius: 7px 4px 7px 4px; background: var(--card-strong); box-shadow: var(--shadow-small); transform: rotate(-2deg); }
.main-nav { display: flex; align-items: center; gap: clamp(14px, 2.5vw, 30px); font-size: 0.92rem; font-weight: 700; }
.main-nav a { position: relative; color: var(--ink); text-decoration: none; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--action); }
.soon { position: absolute; top: -16px; right: -12px; padding: 0 5px; border: 1px solid var(--border); border-radius: 10px; background: var(--card); color: var(--muted); font-size: 0.58rem; line-height: 1.45; letter-spacing: 0.06em; text-transform: uppercase; transform: rotate(5deg); }
.button, .text-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 11px 18px; border: 1px solid var(--action); border-radius: 11px; background: var(--action); color: #fff; font-weight: 700; line-height: 1.2; text-decoration: none; box-shadow: 0 7px 16px rgba(62, 124, 79, 0.18); transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.button:hover { background: var(--action-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 10px 20px rgba(62, 124, 79, 0.22); }
.button.kraft { border-color: var(--border); background: var(--card); color: var(--ink); box-shadow: var(--shadow-small); }
.button.disabled { cursor: default; opacity: 0.78; }
.button.disabled:hover { background: var(--card); color: var(--ink); transform: none; }
.text-button { min-height: auto; padding: 4px 0; border: 0; background: transparent; color: var(--action); box-shadow: none; }
.eyebrow { display: inline-block; margin-bottom: 16px; color: var(--action); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.tag-chip { display: inline-flex; align-items: center; min-height: 34px; padding: 5px 10px; border: 1px solid var(--border); border-radius: 7px 5px 8px 5px; background: var(--card); color: var(--ink); font-weight: 700; box-shadow: var(--shadow-small); transform: rotate(-1.5deg); }
.tag-chip.orange { border-color: color-mix(in srgb, var(--orange), var(--border) 45%); background: color-mix(in srgb, var(--orange), var(--paper) 82%); }

.hero { display: grid; grid-template-columns: minmax(0, 0.94fr) minmax(420px, 1.06fr); align-items: center; min-height: 680px; padding: 54px 0 80px; }
.hero-copy { position: relative; z-index: 4; max-width: 620px; }
.hero h1 { max-width: 680px; margin-bottom: 22px; }
.hero-copy > p { max-width: 610px; margin-bottom: 30px; color: var(--muted); font-size: clamp(1.05rem, 1.7vw, 1.25rem); }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; }
.hero-art { position: relative; min-height: 590px; isolation: isolate; }
.hero-art::before { position: absolute; inset: 11% 8% 9% 10%; z-index: -1; border: 1px dashed var(--border); border-radius: 47% 53% 44% 56%; background: color-mix(in srgb, var(--card), transparent 25%); content: ""; transform: rotate(-4deg); }
.produce-float { position: absolute; width: var(--size); filter: drop-shadow(0 15px 14px rgba(44, 36, 26, 0.16)); animation: float var(--duration) ease-in-out infinite; animation-delay: var(--delay); }
.p-avocado { top: 31%; left: 34%; --size: 205px; --duration: 7.8s; --delay: -1s; }
.p-apple { top: 2%; left: 29%; --size: 180px; --duration: 8.5s; --delay: -4s; }
.p-mangosteen { top: 15%; right: 2%; --size: 132px; --duration: 7.2s; --delay: -2s; }
.p-dill { top: 1%; left: 1%; --size: 155px; --duration: 9s; --delay: -6s; }
.p-cherries { top: 38%; right: -2%; --size: 160px; --duration: 6.8s; --delay: -3s; }
.p-plantain { bottom: 2%; left: 21%; --size: 220px; --duration: 8.8s; --delay: -5s; }
.p-cabbage { bottom: 1%; right: 7%; --size: 164px; --duration: 7.4s; --delay: -1.5s; }
.p-squash { top: 31%; left: -1%; --size: 165px; --duration: 8.2s; --delay: -4.5s; }
.p-strawberries { bottom: 19%; left: 2%; --size: 132px; --duration: 6.6s; --delay: -2.5s; }
.p-lemons { top: 7%; left: 58%; --size: 120px; --duration: 7.6s; --delay: -3.5s; }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(-1.5deg); } 50% { transform: translateY(-7px) rotate(1.5deg); } }
.chalk-divider { width: min(calc(100% - 40px), var(--max)); height: 1px; margin: 0 auto; border-top: 2px dashed color-mix(in srgb, var(--border), var(--ink) 7%); }
.section { padding: 88px 0; }
.section-tight { padding: 58px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-head > div { max-width: 700px; }
.section-head h2 { margin-bottom: 10px; }
.section-head p { margin-bottom: 0; color: var(--muted); }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stat-tag { position: relative; min-height: 126px; padding: 24px 24px 22px 34px; border: 1px solid var(--border); border-radius: 10px 7px 11px 8px; background: var(--card); box-shadow: var(--shadow); }
.stat-tag::before { position: absolute; top: 18px; left: 14px; width: 7px; height: 7px; border: 1px solid var(--border); border-radius: 50%; background: var(--paper); content: ""; }
.stat-tag strong { display: block; font-family: "Fraunces", Georgia, serif; font-size: clamp(1.35rem, 2.3vw, 2rem); line-height: 1.15; }
.stat-tag span { color: var(--muted); font-size: 0.9rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { position: relative; overflow: hidden; padding: 26px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--card); box-shadow: var(--shadow); }
.feature-card { min-height: 300px; }
.feature-card h3 { margin-bottom: 10px; }
.feature-card p { margin-bottom: 0; color: var(--muted); }
.feature-visual { display: flex; align-items: center; justify-content: center; height: 124px; margin: -4px 0 20px; }
.feature-visual img { width: 128px; max-height: 122px; object-fit: contain; filter: drop-shadow(0 10px 10px rgba(44, 36, 26, 0.14)); }
.feature-icon { width: 94px; height: 94px; color: var(--action); }
.feature-number { position: absolute; top: 16px; right: 17px; color: color-mix(in srgb, var(--muted), transparent 38%); font-family: "Fraunces", Georgia, serif; font-size: 0.85rem; font-weight: 700; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: steps; }
.step { position: relative; padding: 70px 26px 28px; border-top: 2px dashed var(--border); counter-increment: steps; }
.step::before { position: absolute; top: 13px; left: 25px; display: grid; width: 44px; height: 36px; place-items: center; border: 1px solid var(--border); border-radius: 7px 5px 8px 5px; background: var(--card); box-shadow: var(--shadow-small); content: counter(steps, decimal-leading-zero); font-family: "Fraunces", Georgia, serif; font-weight: 700; transform: rotate(-3deg); }
.step h3 { margin-bottom: 8px; }
.step p { color: var(--muted); }
.trainer-band { position: relative; overflow: hidden; padding: 52px; border: 1px solid var(--border); border-radius: 24px; background: var(--card-strong); box-shadow: var(--shadow); }
.trainer-band::after { position: absolute; right: -34px; bottom: -66px; width: 235px; height: 235px; border: 18px double color-mix(in srgb, var(--border), transparent 30%); border-radius: 50%; content: ""; }
.trainer-band > * { position: relative; z-index: 1; }
.trainer-band h2 { max-width: 780px; margin-bottom: 14px; }
.trainer-band p { max-width: 720px; color: var(--muted); }
.site-footer { margin-top: 60px; padding: 44px 0 34px; border-top: 2px dashed var(--border); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 30px; }
.footer-grid h3 { margin-bottom: 10px; font-size: 1.15rem; }
.footer-grid p, .footer-grid a { color: var(--muted); }
.footer-links { display: grid; gap: 6px; }
.footer-links a { width: fit-content; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--border); color: var(--muted); font-size: 0.8rem; }

.page-hero { padding: 76px 0 58px; }
.page-hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 36px; }
.page-hero h1 { max-width: 820px; margin-bottom: 18px; }
.page-hero p { max-width: 760px; margin-bottom: 0; color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.23rem); }
.page-produce { width: clamp(120px, 18vw, 220px); filter: drop-shadow(0 15px 14px rgba(44, 36, 26, 0.15)); transform: rotate(4deg); }
.docs-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: clamp(34px, 6vw, 80px); align-items: start; padding: 58px 0 20px; }
.toc { position: sticky; top: 24px; padding: 20px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--card); box-shadow: var(--shadow-small); }
.toc strong { display: block; margin-bottom: 12px; font-family: "Fraunces", Georgia, serif; font-size: 1.1rem; }
.toc nav { display: grid; gap: 8px; }
.toc a { color: var(--muted); font-size: 0.88rem; text-decoration: none; }
.toc a:hover { color: var(--action); }
.mobile-toc { display: none; margin-bottom: 28px; border: 1px solid var(--border); border-radius: 12px; background: var(--card); box-shadow: var(--shadow-small); }
.mobile-toc summary { padding: 15px 18px; cursor: pointer; color: var(--ink); font-weight: 700; }
.mobile-toc nav { display: grid; gap: 8px; padding: 0 18px 18px; }
.doc-content { min-width: 0; }
.doc-section { margin-bottom: 28px; padding: clamp(24px, 4vw, 40px); border: 1px solid var(--border); border-radius: var(--radius); background: color-mix(in srgb, var(--card), transparent 20%); box-shadow: var(--shadow-small); scroll-margin-top: 24px; }
.doc-section h2 { margin-bottom: 20px; font-size: clamp(1.65rem, 3.4vw, 2.35rem); }
.doc-section h3 { margin-top: 30px; margin-bottom: 10px; }
.doc-section p, .doc-section li { color: var(--muted); }
.doc-section strong { color: var(--ink); }
.doc-section ul, .doc-section ol { padding-left: 1.25rem; }
.note, .callout { margin: 24px 0; padding: 18px 20px; border-left: 4px solid var(--orange); border-radius: 0 12px 12px 0; background: color-mix(in srgb, var(--orange), var(--paper) 88%); }
.callout.success { border-left-color: var(--success); background: color-mix(in srgb, var(--success), var(--paper) 89%); }
.callout p:last-child, .note p:last-child { margin-bottom: 0; }
.mini-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 22px 0; }
.mini-card { padding: 18px; border: 1px solid var(--border); border-radius: 12px; background: var(--card); }
.mini-card strong { display: block; margin-bottom: 5px; }
.mini-card p { margin-bottom: 0; font-size: 0.92rem; }
.number-list { display: grid; gap: 18px; padding: 0; list-style: none; counter-reset: ordered; }
.number-list li { position: relative; min-height: 48px; padding-left: 62px; counter-increment: ordered; }
.number-list li::before { position: absolute; top: 0; left: 0; display: grid; width: 42px; height: 36px; place-items: center; border: 1px solid var(--border); border-radius: 7px 5px; background: var(--card); color: var(--ink); content: counter(ordered); font-family: "Fraunces", Georgia, serif; font-weight: 700; box-shadow: var(--shadow-small); transform: rotate(-2deg); }
.data-table { width: 100%; margin: 20px 0; border-collapse: collapse; font-size: 0.9rem; }
.data-table th, .data-table td { padding: 12px 14px; border: 1px solid var(--border); text-align: left; vertical-align: top; }
.data-table th { background: var(--card-strong); color: var(--ink); }
.data-table td { color: var(--muted); }
code { padding: 0.1em 0.35em; border: 1px solid var(--border); border-radius: 5px; background: var(--card); color: var(--ink); font-size: 0.9em; }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--border); border-radius: 13px; background: var(--card); box-shadow: var(--shadow-small); }
.faq-item summary { padding: 18px 20px; cursor: pointer; color: var(--ink); font-weight: 700; }
.faq-item div { padding: 0 20px 18px; }
.faq-item p:last-child { margin-bottom: 0; }
.contact-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; padding: clamp(26px, 5vw, 46px); border: 1px solid var(--border); border-radius: 22px; background: var(--card-strong); box-shadow: var(--shadow); }
.contact-card h2 { margin-bottom: 8px; }
.contact-card p { margin-bottom: 0; color: var(--muted); }
.legal-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.reveal { opacity: 0; transform: translateY(12px); transition: opacity 520ms ease, transform 520ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 64px; }
  .hero-copy { max-width: 760px; }
  .hero-art { width: min(100%, 650px); min-height: 560px; margin: 20px auto 0; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .docs-layout { grid-template-columns: 1fr; }
  .toc { display: none; }
  .mobile-toc { display: block; }
}
@media (max-width: 700px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .site-header { padding-top: 16px; }
  .nav-wrap { align-items: flex-start; }
  .main-nav { display: grid; grid-template-columns: repeat(2, auto); justify-items: end; gap: 8px 16px; font-size: 0.78rem; }
  .soon { top: -12px; }
  .hero { padding: 48px 0 62px; }
  .hero-art { min-height: 430px; }
  .p-avocado { --size: 150px; } .p-apple { --size: 125px; } .p-mangosteen { --size: 92px; } .p-dill { --size: 108px; } .p-cherries { --size: 112px; }
  .p-plantain { --size: 158px; } .p-cabbage { --size: 118px; } .p-squash { --size: 115px; } .p-strawberries { --size: 92px; } .p-lemons { --size: 84px; }
  .section { padding: 66px 0; }
  .stats-grid, .feature-grid, .steps, .footer-grid, .mini-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: auto; }
  .trainer-band { padding: 34px 24px; }
  .page-hero { padding: 55px 0 40px; }
  .page-hero-inner { grid-template-columns: 1fr; }
  .page-produce { justify-self: end; margin-top: -25px; }
  .docs-layout { padding-top: 38px; }
  .doc-section { padding: 24px 20px; }
  .data-table { display: block; overflow-x: auto; white-space: nowrap; }
  .contact-card { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}
@media (max-width: 390px) {
  .wordmark { font-size: 1.4rem; }
  .main-nav { gap: 6px 10px; font-size: 0.72rem; }
  .cta-row .button { width: 100%; }
  .hero-art { min-height: 390px; }
}
@media (prefers-color-scheme: dark) {
  :root {
    --paper: #15211b;
    --card: #1e2c24;
    --card-strong: #26362c;
    --border: #3a342a;
    --ink: #f2ede2;
    --muted: #a8b5ab;
    --action: #3e7c4f;
    --action-dark: #58a96c;
    --success: #6fbf83;
    --orange: #efb35a;
    --red: #df6a5f;
    --shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
    --shadow-small: 0 6px 18px rgba(0, 0, 0, 0.22);
  }
  body::before { opacity: 0.14; }
  .produce-float, .page-produce, .feature-visual img { filter: drop-shadow(0 15px 14px rgba(0, 0, 0, 0.3)); }
  .button { color: #fff; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* App icon beside the wordmark (2026-07-17) */
.wordmark{display:inline-flex;align-items:center;gap:.5rem;}
.wordmark-icon{height:28px;width:28px;border-radius:7px;display:block;}
