{"product_id":"the-self-sufficient-backyard","title":"The Self-Sufficient Backyard","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eThe Self-Sufficient Backyard\u003c\/title\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Fraunces:ital,wght@0,300;0,400;0,600;1,300;1,400\u0026amp;family=DM+Sans:wght@300;400;500\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --navy:       #0b2540;\n    --marine:     #13446e;\n    --mid:        #1e6a9e;\n    --accent:     #2a90c8;\n    --pale:       #c5dff0;\n    --faint:      #edf5fb;\n    --cream:      #f7f4ef;\n    --warm-white: #fdfcf9;\n    --text-dark:  #131820;\n    --text-mid:   #404858;\n    --text-muted: #8090a0;\n    --amber:      #c07c10;\n    --amber-pale: #fef3dc;\n  }\n\n  body {\n    font-family: 'DM Sans', sans-serif;\n    background: var(--warm-white);\n    color: var(--text-dark);\n    line-height: 1.6;\n    font-size: 16px;\n  }\n\n  \/* ── HERO ── *\/\n  .hero {\n    background: var(--navy);\n    padding: 80px 40px 72px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n  }\n  .hero::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: radial-gradient(ellipse 70% 55% at 50% 110%, #1a5580 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .hero-eyebrow {\n    display: inline-block;\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: .14em;\n    text-transform: uppercase;\n    color: var(--pale);\n    border: 0.5px solid rgba(197,223,240,.3);\n    padding: 5px 14px;\n    border-radius: 100px;\n    margin-bottom: 28px;\n  }\n  .hero h1 {\n    font-family: 'Fraunces', serif;\n    font-size: clamp(34px, 6vw, 62px);\n    font-weight: 300;\n    color: #eef4f9;\n    line-height: 1.15;\n    max-width: 680px;\n    margin: 0 auto 20px;\n  }\n  .hero h1 em { font-style: italic; color: #80c4e8; }\n  .hero-quote {\n    max-width: 460px;\n    margin: 0 auto 0;\n    font-size: 15px;\n    color: rgba(197,223,240,.72);\n    font-style: italic;\n  }\n  .hero-quote cite {\n    display: block;\n    font-style: normal;\n    font-size: 12px;\n    color: rgba(197,223,240,.42);\n    margin-top: 6px;\n    letter-spacing: .04em;\n  }\n\n  \/* ── STATS BAR ── *\/\n  .stats-bar {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    background: var(--marine);\n    border-top: 0.5px solid rgba(255,255,255,.07);\n  }\n  .stat-item {\n    padding: 28px 16px;\n    text-align: center;\n    border-right: 0.5px solid rgba(255,255,255,.07);\n  }\n  .stat-item:last-child { border-right: none; }\n  .stat-num {\n    font-family: 'Fraunces', serif;\n    font-size: 26px;\n    font-weight: 400;\n    color: #eef4f9;\n    display: block;\n  }\n  .stat-lbl {\n    font-size: 11px;\n    color: var(--pale);\n    opacity: .7;\n    margin-top: 3px;\n    letter-spacing: .04em;\n  }\n\n  \/* ── LAYOUT ── *\/\n  .container { max-width: 900px; margin: 0 auto; padding: 0 32px; }\n  section { padding: 64px 0; }\n  section + section { border-top: 0.5px solid #e4e8ee; }\n  .section-label {\n    font-size: 10px;\n    font-weight: 500;\n    letter-spacing: .14em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin-bottom: 32px;\n  }\n\n  \/* ── FEATURES ── *\/\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n  }\n  .feature-card {\n    background: var(--faint);\n    border: 0.5px solid var(--pale);\n    border-radius: 12px;\n    padding: 28px 24px;\n  }\n  .feature-icon {\n    width: 36px; height: 36px;\n    background: var(--pale);\n    border-radius: 8px;\n    margin-bottom: 16px;\n    display: flex; align-items: center; justify-content: center;\n  }\n  .feature-icon svg { width: 18px; height: 18px; stroke: var(--marine); fill: none; stroke-width: 1.8; }\n  .feature-card h3 {\n    font-family: 'Fraunces', serif;\n    font-size: 17px; font-weight: 400;\n    margin-bottom: 8px;\n    color: var(--navy);\n  }\n  .feature-card p { font-size: 13px; color: var(--text-mid); line-height: 1.65; }\n\n  \/* ── TESTIMONIALS ── *\/\n  .testimonials-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n  }\n  .tcard {\n    background: var(--warm-white);\n    border: 0.5px solid #dde4ec;\n    border-radius: 12px;\n    padding: 24px;\n  }\n  .tcard-header { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }\n  .avatar {\n    width: 38px; height: 38px; border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 12px; font-weight: 500; flex-shrink: 0;\n  }\n  .avatar-blue   { background: #b5d4f4; color: #185fa5; }\n  .avatar-teal   { background: #9fe1cb; color: #0f6e56; }\n  .avatar-indigo { background: #cecbf6; color: #3c3489; }\n  .tcard-name { font-size: 13px; font-weight: 500; }\n  .tcard-meta { font-size: 11px; color: var(--text-muted); }\n  .tcard-rows { border-top: 0.5px solid #e8edf3; padding-top: 12px; display: flex; flex-direction: column; gap: 6px; }\n  .tcard-row { display: flex; justify-content: space-between; font-size: 12px; }\n  .tcard-row .k { color: var(--text-muted); }\n  .tcard-row .v { font-weight: 500; color: var(--text-dark); }\n  .tcard-badge {\n    margin-top: 14px;\n    font-size: 11px;\n    display: inline-flex; align-items: center; gap: 5px;\n    background: var(--faint);\n    color: var(--marine);\n    border: 0.5px solid var(--pale);\n    padding: 3px 9px;\n    border-radius: 100px;\n  }\n\n  \/* ── PROOF POINTS ── *\/\n  .proof-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n    margin-bottom: 12px;\n  }\n  .proof-card {\n    text-align: center;\n    background: var(--cream);\n    border: 0.5px solid #dde4ec;\n    border-radius: 12px;\n    padding: 28px 20px;\n  }\n  .proof-num {\n    font-family: 'Fraunces', serif;\n    font-size: 36px; font-weight: 400;\n    color: var(--marine);\n  }\n  .proof-desc { font-size: 12px; color: var(--text-mid); margin-top: 6px; line-height: 1.55; }\n  .proof-source { font-size: 11px; color: var(--text-muted); margin-top: 16px; font-style: italic; }\n\n  \/* ── COMPARISON TABLE ── *\/\n  .compare-wrap { border: 0.5px solid #dde4ec; border-radius: 12px; overflow: hidden; }\n  .compare-table { width: 100%; border-collapse: collapse; }\n  .compare-table th {\n    font-size: 12px; font-weight: 500; letter-spacing: .04em;\n    padding: 14px 20px; text-align: left;\n    background: var(--cream);\n    border-bottom: 0.5px solid #dde4ec;\n    color: var(--text-mid);\n  }\n  .compare-table th:last-child { background: var(--faint); color: var(--navy); }\n  .compare-table td {\n    padding: 12px 20px; font-size: 13px;\n    border-bottom: 0.5px solid #f0f3f7;\n    color: var(--text-mid);\n  }\n  .compare-table tr:last-child td { border-bottom: none; }\n  .compare-table td:first-child { color: var(--text-muted); font-size: 12px; }\n  .compare-table td:last-child { color: var(--marine); font-weight: 500; background: rgba(237,245,251,.5); }\n  .compare-table tr:hover td { background: #f8fafc; }\n  .compare-table tr:hover td:last-child { background: rgba(237,245,251,.85); }\n\n  \/* ── CALLOUT ── *\/\n  .callout {\n    margin-top: 28px;\n    background: var(--amber-pale);\n    border: 0.5px solid #f0d080;\n    border-radius: 10px;\n    padding: 20px 24px;\n    display: flex; align-items: flex-start; gap: 12px;\n  }\n  .callout-icon { font-size: 16px; flex-shrink: 0; margin-top: 2px; }\n  .callout p { font-size: 13px; color: #6b4c0a; line-height: 1.6; }\n  .callout strong { color: var(--amber); }\n\n  \/* ── FAQ ── *\/\n  .faq-list { display: flex; flex-direction: column; gap: 0; }\n  .faq-item {\n    border-bottom: 0.5px solid #e4e8ee;\n  }\n  .faq-item:first-child { border-top: 0.5px solid #e4e8ee; }\n  .faq-btn {\n    width: 100%; background: none; border: none; cursor: pointer;\n    display: flex; justify-content: space-between; align-items: center;\n    padding: 18px 0;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 15px; font-weight: 500;\n    color: var(--text-dark);\n    text-align: left;\n  }\n  .faq-btn:hover { color: var(--marine); }\n  .faq-chevron {\n    width: 18px; height: 18px; flex-shrink: 0;\n    stroke: var(--text-muted); fill: none; stroke-width: 2;\n    transition: transform .25s ease;\n  }\n  .faq-item.open .faq-chevron { transform: rotate(180deg); stroke: var(--marine); }\n  .faq-body {\n    font-size: 13px; color: var(--text-mid); line-height: 1.7;\n    max-height: 0; overflow: hidden;\n    transition: max-height .3s ease, padding .3s ease;\n    padding: 0 0 0 0;\n  }\n  .faq-item.open .faq-body { max-height: 200px; padding-bottom: 18px; }\n\n  \/* ── FOOTER ── *\/\n  footer {\n    background: var(--navy);\n    color: var(--pale);\n    text-align: center;\n    padding: 28px 32px;\n    font-size: 12px;\n    opacity: .7;\n  }\n\n  \/* ── ANIMATIONS ── *\/\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(16px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n  .hero-eyebrow { animation: fadeUp .5s ease both; }\n  .hero h1      { animation: fadeUp .7s ease both; }\n  .hero-quote   { animation: fadeUp .9s ease both; }\n\n  \/* ── MOBILE ── *\/\n  @media (max-width: 600px) {\n    .hero { padding: 52px 20px 44px; }\n    .hero h1 { font-size: 30px; }\n    .hero-quote { font-size: 14px; }\n\n    .stats-bar { grid-template-columns: repeat(2, 1fr); }\n    .stat-item { padding: 18px 12px; }\n    .stat-item:nth-child(2) { border-right: none; }\n    .stat-item:nth-child(3) { border-top: 0.5px solid rgba(255,255,255,.07); }\n    .stat-item:nth-child(4) { border-top: 0.5px solid rgba(255,255,255,.07); border-right: none; }\n    .stat-num { font-size: 20px; }\n\n    .container { padding: 0 16px; }\n    section { padding: 40px 0; }\n    .section-label { margin-bottom: 20px; }\n\n    .features-grid { grid-template-columns: 1fr; gap: 12px; }\n    .feature-card { padding: 20px 18px; }\n\n    .testimonials-grid { grid-template-columns: 1fr; gap: 12px; }\n    .tcard { padding: 18px; }\n\n    .proof-grid { grid-template-columns: 1fr; gap: 12px; margin-bottom: 16px; }\n    .proof-card { padding: 20px 16px; }\n    .proof-num { font-size: 28px; }\n\n    .compare-table th:nth-child(2),\n    .compare-table td:nth-child(2) { display: none; }\n    .compare-table th { padding: 12px 14px; }\n    .compare-table td { padding: 10px 14px; font-size: 12px; }\n\n    .callout { padding: 16px 16px; }\n    .faq-btn { font-size: 14px; padding: 16px 0; }\n\n    footer { padding: 20px 16px; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003c!-- HERO --\u003e\n\u003cheader class=\"hero\"\u003e\n  \u003cdiv class=\"hero-eyebrow\"\u003eSelf-sufficient living\u003c\/div\u003e\n  \u003ch1\u003eJoin 15,000+ homesteaders living \u003cem\u003etruly\u003c\/em\u003e independently\u003c\/h1\u003e\n  \u003cp class=\"hero-quote\"\u003e\n    \"We cut our grocery bill by 60% in the first year. This book changed our lives!\"\n    \u003ccite\u003e— Sarah \u0026amp; Tom W., Oregon\u003c\/cite\u003e\n  \u003c\/p\u003e\n\u003c\/header\u003e\n\n\u003c!-- STATS BAR --\u003e\n\u003cdiv class=\"stats-bar\"\u003e\n  \u003cdiv class=\"stat-item\"\u003e\n    \u003cspan class=\"stat-num\"\u003e15,000+\u003c\/span\u003e\n    \u003cspan class=\"stat-lbl\"\u003eHappy homesteaders\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"stat-item\"\u003e\n    \u003cspan class=\"stat-num\"\u003e4.9 \/ 5\u003c\/span\u003e\n    \u003cspan class=\"stat-lbl\"\u003eAverage rating\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"stat-item\"\u003e\n    \u003cspan class=\"stat-num\"\u003e80+\u003c\/span\u003e\n    \u003cspan class=\"stat-lbl\"\u003eDIY projects\u003c\/span\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"stat-item\"\u003e\n    \u003cspan class=\"stat-num\"\u003e¼ acre\u003c\/span\u003e\n    \u003cspan class=\"stat-lbl\"\u003eMin. space needed\u003c\/span\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- WHAT'S INSIDE --\u003e\n\u003csection\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cp class=\"section-label\"\u003eWhat's inside\u003c\/p\u003e\n    \u003cdiv class=\"features-grid\"\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"4\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 2v2M12 20v2M4.93 4.93l1.41 1.41M17.66 17.66l1.41 1.41M2 12h2M20 12h2M4.93 19.07l1.41-1.41M17.66 6.34l1.41-1.41\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eYear-round food production\u003c\/h3\u003e\n        \u003cp\u003eDetailed plans for growing fruits, vegetables, and herbs in every season — even in cold climates or small spaces.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eOff-grid energy \u0026amp; water\u003c\/h3\u003e\n        \u003cp\u003eSolar setups, rainwater harvesting, and composting systems to reduce your dependence on utilities.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"feature-card\"\u003e\n        \u003cdiv class=\"feature-icon\"\u003e\n          \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/div\u003e\n        \u003ch3\u003eSustainable living skills\u003c\/h3\u003e\n        \u003cp\u003eFrom raising chickens to preserving food and natural pest control — everything for true independence.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- TESTIMONIALS --\u003e\n\u003csection\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cp class=\"section-label\"\u003eReal people, real transformations\u003c\/p\u003e\n    \u003cdiv class=\"testimonials-grid\"\u003e\n\n      \u003cdiv class=\"tcard\"\u003e\n        \u003cdiv class=\"tcard-header\"\u003e\n          \u003cdiv class=\"avatar avatar-blue\"\u003eSW\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"tcard-name\"\u003eSarah \u0026amp; Tom W.\u003c\/div\u003e\n            \u003cdiv class=\"tcard-meta\"\u003eOregon, USA · Mar 2024\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tcard-rows\"\u003e\n          \u003cdiv class=\"tcard-row\"\u003e\n\u003cspan class=\"k\"\u003eGrocery bill\u003c\/span\u003e\u003cspan class=\"v\"\u003e$800 → $300\/mo\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"tcard-row\"\u003e\n\u003cspan class=\"k\"\u003eFood grown\u003c\/span\u003e\u003cspan class=\"v\"\u003e0% → 70%\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"tcard-row\"\u003e\n\u003cspan class=\"k\"\u003eGarden\u003c\/span\u003e\u003cspan class=\"v\"\u003eUnused → ¼ acre\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tcard-badge\"\u003eResults in 6 months\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tcard\"\u003e\n        \u003cdiv class=\"tcard-header\"\u003e\n          \u003cdiv class=\"avatar avatar-teal\"\u003eJR\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"tcard-name\"\u003eJames R.\u003c\/div\u003e\n            \u003cdiv class=\"tcard-meta\"\u003eTexas, USA · Jan 2024\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tcard-rows\"\u003e\n          \u003cdiv class=\"tcard-row\"\u003e\n\u003cspan class=\"k\"\u003eGrocery bill\u003c\/span\u003e\u003cspan class=\"v\"\u003e$600 → $200\/mo\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"tcard-row\"\u003e\n\u003cspan class=\"k\"\u003eFood grown\u003c\/span\u003e\u003cspan class=\"v\"\u003e5% → 60%\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"tcard-row\"\u003e\n\u003cspan class=\"k\"\u003eSetup\u003c\/span\u003e\u003cspan class=\"v\"\u003ePatio → ½ acre\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tcard-badge\"\u003eResults in 8 months\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"tcard\"\u003e\n        \u003cdiv class=\"tcard-header\"\u003e\n          \u003cdiv class=\"avatar avatar-indigo\"\u003eMK\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"tcard-name\"\u003eMichelle K.\u003c\/div\u003e\n            \u003cdiv class=\"tcard-meta\"\u003eVermont, USA · Apr 2024\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tcard-rows\"\u003e\n          \u003cdiv class=\"tcard-row\"\u003e\n\u003cspan class=\"k\"\u003eGrocery bill\u003c\/span\u003e\u003cspan class=\"v\"\u003e$700 → $350\/mo\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"tcard-row\"\u003e\n\u003cspan class=\"k\"\u003eFood grown\u003c\/span\u003e\u003cspan class=\"v\"\u003e0% → 50%\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"tcard-row\"\u003e\n\u003cspan class=\"k\"\u003eGarden\u003c\/span\u003e\u003cspan class=\"v\"\u003eDecorative → Productive\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tcard-badge\"\u003eResults in 4 months\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- PROOF POINTS --\u003e\n\u003csection\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cp class=\"section-label\"\u003eCommunity results\u003c\/p\u003e\n    \u003cdiv class=\"proof-grid\"\u003e\n      \u003cdiv class=\"proof-card\"\u003e\n        \u003cdiv class=\"proof-num\"\u003e92%\u003c\/div\u003e\n        \u003cdiv class=\"proof-desc\"\u003estarted growing their own food within 30 days\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"proof-card\"\u003e\n        \u003cdiv class=\"proof-num\"\u003e87%\u003c\/div\u003e\n        \u003cdiv class=\"proof-desc\"\u003ereduced grocery bill by at least 40%\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"proof-card\"\u003e\n        \u003cdiv class=\"proof-num\"\u003e95%\u003c\/div\u003e\n        \u003cdiv class=\"proof-desc\"\u003esay the projects are easier than expected\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"proof-source\"\u003e*Based on surveys from 15,000+ readers of The Self-Sufficient Backyard\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- COMPARISON --\u003e\n\u003csection\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cp class=\"section-label\"\u003eThis book vs. other guides\u003c\/p\u003e\n    \u003cdiv class=\"compare-wrap\"\u003e\n      \u003ctable class=\"compare-table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth\u003eOther guides\u003c\/th\u003e\n            \u003cth\u003eThis book\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n\u003ctd\u003eSpace required\u003c\/td\u003e\n\u003ctd\u003eLarge farm acreage\u003c\/td\u003e\n\u003ctd\u003eAs little as ¼ acre\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eExperience needed\u003c\/td\u003e\n\u003ctd\u003eYears of farming\u003c\/td\u003e\n\u003ctd\u003eComplete beginner\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eCost to start\u003c\/td\u003e\n\u003ctd\u003e$5,000 – $20,000+\u003c\/td\u003e\n\u003ctd\u003eUnder $500\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eOff-grid guidance\u003c\/td\u003e\n\u003ctd\u003eRarely covered\u003c\/td\u003e\n\u003ctd\u003eSolar, water \u0026amp; more\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eFood preservation\u003c\/td\u003e\n\u003ctd\u003eSeparate resources\u003c\/td\u003e\n\u003ctd\u003eFully included\u003c\/td\u003e\n\u003c\/tr\u003e\n          \u003ctr\u003e\n\u003ctd\u003eStep-by-step projects\u003c\/td\u003e\n\u003ctd\u003eTheory-heavy\u003c\/td\u003e\n\u003ctd\u003e80+ practical projects\u003c\/td\u003e\n\u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"callout\"\u003e\n      \u003cspan class=\"callout-icon\"\u003e💡\u003c\/span\u003e\n      \u003cp\u003eYou don't need a farm to be self-sufficient. This book shows you how to produce food, energy, and water on any size backyard — \u003cstrong\u003esaving thousands per year.\u003c\/strong\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- FAQ --\u003e\n\u003csection\u003e\n  \u003cdiv class=\"container\"\u003e\n    \u003cp class=\"section-label\"\u003eFrequently asked questions\u003c\/p\u003e\n    \u003cdiv class=\"faq-list\"\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-btn\" onclick=\"toggleFaq(this)\"\u003e\n          Do I need a large property?\n          \u003csvg class=\"faq-chevron\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"faq-body\"\u003eNo — the methods in this book are designed for as little as ¼ acre. Many techniques (vertical gardens, container growing, micro-greenhouses) work in even smaller suburban or urban spaces.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-btn\" onclick=\"toggleFaq(this)\"\u003e\n          Do I need farming experience?\n          \u003csvg class=\"faq-chevron\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"faq-body\"\u003eNot at all. The book is written for complete beginners. Every project includes step-by-step instructions, materials lists, and illustrations so you can follow along regardless of experience.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-btn\" onclick=\"toggleFaq(this)\"\u003e\n          What kind of projects are included?\n          \u003csvg class=\"faq-chevron\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"faq-body\"\u003e80+ projects covering vegetable gardening, fruit trees, rainwater harvesting, solar energy basics, composting, raising backyard chickens, food preservation, and natural pest control.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-btn\" onclick=\"toggleFaq(this)\"\u003e\n          Will this work in my climate?\n          \u003csvg class=\"faq-chevron\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"faq-body\"\u003eYes. The book includes guidance for cold climates, hot\/dry climates, and everything in between — with specific plant selections and growing calendars for each zone.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-btn\" onclick=\"toggleFaq(this)\"\u003e\n          How much money can I save?\n          \u003csvg class=\"faq-chevron\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"faq-body\"\u003eSurvey results from our readers show an average 40–60% reduction in monthly grocery bills within the first year. Many families report saving $3,000–$6,000 annually once their systems are running.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq-item\"\u003e\n        \u003cbutton class=\"faq-btn\" onclick=\"toggleFaq(this)\"\u003e\n          Is this available as a digital download?\n          \u003csvg class=\"faq-chevron\" viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003c\/button\u003e\n        \u003cdiv class=\"faq-body\"\u003eYes — the book is available as an instant digital download (PDF) so you can start reading and planning immediately after purchase. A print edition is also available.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cfooter\u003e\n  © The Self-Sufficient Backyard · Based on surveys from 15,000+ readers\n\u003c\/footer\u003e\n\n\u003cscript\u003e\n  function toggleFaq(btn) {\n    const item = btn.closest('.faq-item');\n    const isOpen = item.classList.contains('open');\n    document.querySelectorAll('.faq-item.open').forEach(el =\u003e el.classList.remove('open'));\n    if (!isOpen) item.classList.add('open');\n  }\n\u003c\/script\u003e\n\n\u003c\/body\u003e","brand":"Book Store","offers":[{"title":"Ebook","offer_id":49165802045682,"sku":null,"price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0829\/4357\/4258\/files\/self-sufficient-backyard-cover-D9cT4tpE.jpg?v=1778240194","url":"https:\/\/fullboox.com\/products\/the-self-sufficient-backyard","provider":"Book Store","version":"1.0","type":"link"}