{"product_id":"the-full-house-reno-system","title":"The Full House Reno System","description":"\u003c!-- ─────────────────────────────────────────────────────────────────────────\n     THE FULL HOUSE RENO PLAYBOOK — Shopify product description\n     Self-contained HTML + scoped CSS. All styles under .fhr- prefix.\n     Visual style matches the cream\/green dashboard mockup.\n     Paste into Shopify product description \"Code\" view.\n     ───────────────────────────────────────────────────────────────────── --\u003e\n\u003cstyle\u003e\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@400;500;600;700;800;900\u0026family=Caveat:wght@500;600\u0026family=Georgia\u0026display=swap');\n\n.fhr-wrap, .fhr-wrap *, .fhr-wrap *::before, .fhr-wrap *::after {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\n.fhr-wrap {\n  --fhr-cream: #F5F0E6;\n  --fhr-cream-soft: #FAF6EC;\n  --fhr-paper: #FFFCF5;\n  --fhr-green: #2E4A35;\n  --fhr-green-deep: #1F3526;\n  --fhr-green-soft: #4A6B52;\n  --fhr-ink: #1A1A1A;\n  --fhr-ink-soft: #3A3A3A;\n  --fhr-mute: #6B6B6B;\n  --fhr-line: #D9D2C2;\n\n  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;\n  color: var(--fhr-ink);\n  line-height: 1.6;\n  background: var(--fhr-cream);\n  max-width: 100%;\n  overflow-x: hidden;\n}\n\n.fhr-wrap p { margin: 0 0 0.9em; font-size: 16px; line-height: 1.7; color: var(--fhr-ink-soft); }\n.fhr-wrap strong { font-weight: 700; color: var(--fhr-ink); }\n.fhr-wrap em { font-style: normal; color: var(--fhr-green); font-weight: 600; }\n\n\/* ═══════════════════════════════════════════════════════════════════════\n   HERO — book cover style\n   ═══════════════════════════════════════════════════════════════════════ *\/\n.fhr-hero {\n  background: var(--fhr-paper);\n  padding: 64px 32px 56px;\n  text-align: center;\n  border-bottom: 1px solid var(--fhr-line);\n}\n\n.fhr-mark {\n  width: 56px;\n  height: 56px;\n  margin: 0 auto 28px;\n  stroke: var(--fhr-ink);\n  stroke-width: 1.5;\n  fill: none;\n}\n\n.fhr-eyebrow {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 700;\n  font-size: 13px;\n  letter-spacing: 0.32em;\n  color: var(--fhr-ink);\n  text-transform: uppercase;\n  margin-bottom: 24px;\n}\n\n.fhr-bigtitle {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 900;\n  font-size: clamp(56px, 11vw, 112px);\n  line-height: 0.92;\n  color: var(--fhr-ink);\n  letter-spacing: -0.025em;\n  text-transform: uppercase;\n}\n\n.fhr-divider {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 18px;\n  margin: 32px auto 16px;\n  max-width: 480px;\n}\n.fhr-divider::before, .fhr-divider::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: var(--fhr-ink);\n}\n.fhr-divider span {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 700;\n  font-size: 14px;\n  letter-spacing: 0.32em;\n  color: var(--fhr-green);\n  text-transform: uppercase;\n  white-space: nowrap;\n}\n\n.fhr-subtitle {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 600;\n  font-size: clamp(16px, 2.2vw, 19px);\n  line-height: 1.5;\n  letter-spacing: 0.06em;\n  color: var(--fhr-ink-soft);\n  text-transform: uppercase;\n  max-width: 480px;\n  margin: 18px auto 0;\n}\n\n.fhr-badge {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  gap: 8px;\n  width: 140px;\n  height: 140px;\n  border-radius: 50%;\n  background: var(--fhr-green);\n  color: #fff;\n  margin: 40px auto 0;\n  padding: 16px;\n  text-align: center;\n}\n.fhr-badge svg {\n  width: 22px;\n  height: 22px;\n  stroke: #fff;\n  stroke-width: 1.8;\n  fill: none;\n}\n.fhr-badge-text {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 700;\n  font-size: 11px;\n  letter-spacing: 0.18em;\n  line-height: 1.3;\n  text-transform: uppercase;\n}\n\n\/* ═══════════════════════════════════════════════════════════════════════\n   HANDWRITTEN INTRO STRIP\n   ═══════════════════════════════════════════════════════════════════════ *\/\n.fhr-journal {\n  background: var(--fhr-cream);\n  padding: 48px 32px;\n  text-align: center;\n}\n.fhr-journal-text {\n  font-family: 'Caveat', cursive;\n  font-weight: 600;\n  font-size: clamp(36px, 6vw, 56px);\n  color: var(--fhr-ink);\n  line-height: 1.2;\n  letter-spacing: 0.01em;\n}\n.fhr-journal-text span {\n  display: block;\n}\n\n\/* ═══════════════════════════════════════════════════════════════════════\n   BODY SECTIONS\n   ═══════════════════════════════════════════════════════════════════════ *\/\n.fhr-section {\n  padding: 64px 32px;\n  background: var(--fhr-cream);\n}\n.fhr-section.paper { background: var(--fhr-paper); }\n.fhr-section.dark {\n  background: var(--fhr-green);\n  color: #fff;\n}\n.fhr-section.dark p { color: rgba(255,255,255,0.85); }\n.fhr-section.dark strong { color: #fff; }\n.fhr-section.dark em { color: #C9E6CF; }\n\n.fhr-inner { max-width: 720px; margin: 0 auto; }\n\n.fhr-section-eyebrow {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 700;\n  font-size: 12px;\n  letter-spacing: 0.32em;\n  color: var(--fhr-green);\n  text-transform: uppercase;\n  margin-bottom: 16px;\n}\n.fhr-section.dark .fhr-section-eyebrow { color: #C9E6CF; }\n\n.fhr-h2 {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 800;\n  font-size: clamp(30px, 5vw, 44px);\n  line-height: 1.1;\n  letter-spacing: -0.02em;\n  color: var(--fhr-ink);\n  margin-bottom: 24px;\n}\n.fhr-section.dark .fhr-h2 { color: #fff; }\n.fhr-h2 .accent { color: var(--fhr-green); }\n.fhr-section.dark .fhr-h2 .accent { color: #C9E6CF; }\n\n.fhr-lede {\n  font-size: 19px;\n  line-height: 1.55;\n  color: var(--fhr-ink);\n  font-weight: 500;\n  margin-bottom: 20px;\n}\n.fhr-section.dark .fhr-lede { color: #fff; }\n\n\/* ═══════════════════════════════════════════════════════════════════════\n   FIVE MODULE GRID — Plan \/ Budget \/ Design \/ Build \/ Profit\n   ═══════════════════════════════════════════════════════════════════════ *\/\n.fhr-modules-wrap {\n  background: var(--fhr-paper);\n  padding: 56px 32px;\n  border-top: 1px solid var(--fhr-line);\n  border-bottom: 1px solid var(--fhr-line);\n}\n.fhr-modules-head {\n  text-align: center;\n  margin-bottom: 40px;\n}\n.fhr-modules-welcome {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 700;\n  font-size: 12px;\n  letter-spacing: 0.32em;\n  color: var(--fhr-mute);\n  text-transform: uppercase;\n  margin-bottom: 10px;\n}\n.fhr-modules-title {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 800;\n  font-size: clamp(26px, 4.5vw, 38px);\n  letter-spacing: -0.01em;\n  color: var(--fhr-ink);\n  text-transform: uppercase;\n  line-height: 1.05;\n  margin-bottom: 14px;\n}\n.fhr-modules-rule {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 14px;\n  max-width: 320px;\n  margin: 0 auto;\n}\n.fhr-modules-rule::before, .fhr-modules-rule::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: var(--fhr-ink);\n}\n.fhr-modules-rule span {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 700;\n  font-size: 11px;\n  letter-spacing: 0.28em;\n  color: var(--fhr-green);\n  text-transform: uppercase;\n  white-space: nowrap;\n}\n\n.fhr-modules {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 16px;\n  max-width: 720px;\n  margin: 0 auto;\n}\n.fhr-module {\n  background: var(--fhr-paper);\n  border: 1px solid var(--fhr-line);\n  border-radius: 10px;\n  padding: 24px 18px;\n  text-align: center;\n}\n.fhr-module-icon {\n  width: 40px;\n  height: 40px;\n  margin: 0 auto 16px;\n  stroke: var(--fhr-ink);\n  stroke-width: 1.5;\n  fill: none;\n}\n.fhr-module-name {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 800;\n  font-size: 14px;\n  letter-spacing: 0.18em;\n  color: var(--fhr-ink);\n  text-transform: uppercase;\n  margin-bottom: 8px;\n}\n.fhr-module-desc {\n  font-size: 13px;\n  line-height: 1.5;\n  color: var(--fhr-mute);\n}\n\n@media (max-width: 640px) {\n  .fhr-modules { grid-template-columns: repeat(2, 1fr); }\n}\n@media (max-width: 420px) {\n  .fhr-modules { grid-template-columns: 1fr; }\n}\n\n\/* Progress bar *\/\n.fhr-progress {\n  max-width: 720px;\n  margin: 36px auto 0;\n}\n.fhr-progress-label {\n  display: flex;\n  justify-content: space-between;\n  align-items: baseline;\n  margin-bottom: 10px;\n}\n.fhr-progress-label .lbl {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 700;\n  font-size: 11px;\n  letter-spacing: 0.28em;\n  color: var(--fhr-mute);\n  text-transform: uppercase;\n}\n.fhr-progress-label .pct {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 800;\n  font-size: 14px;\n  color: var(--fhr-green);\n}\n.fhr-progress-bar {\n  width: 100%;\n  height: 6px;\n  background: var(--fhr-line);\n  border-radius: 4px;\n  overflow: hidden;\n}\n.fhr-progress-fill {\n  height: 100%;\n  width: 68%;\n  background: var(--fhr-green);\n  border-radius: 4px;\n}\n\n\/* ═══════════════════════════════════════════════════════════════════════\n   STATS \/ PROOF\n   ═══════════════════════════════════════════════════════════════════════ *\/\n.fhr-stats {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 12px;\n  margin: 36px 0;\n}\n.fhr-stat {\n  background: var(--fhr-paper);\n  border: 1px solid var(--fhr-line);\n  border-radius: 8px;\n  padding: 22px 14px;\n  text-align: center;\n}\n.fhr-stat-num {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 800;\n  font-size: clamp(28px, 4vw, 38px);\n  color: var(--fhr-green);\n  line-height: 1;\n  letter-spacing: -0.02em;\n}\n.fhr-stat-lbl {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 700;\n  font-size: 10px;\n  letter-spacing: 0.22em;\n  color: var(--fhr-mute);\n  text-transform: uppercase;\n  margin-top: 10px;\n}\n@media (max-width: 540px) {\n  .fhr-stats { grid-template-columns: repeat(2, 1fr); }\n}\n\n\/* Quote \/ case study *\/\n.fhr-case {\n  background: var(--fhr-paper);\n  border-left: 4px solid var(--fhr-green);\n  padding: 28px 28px 24px;\n  margin: 28px 0;\n  border-radius: 0 8px 8px 0;\n}\n.fhr-case .who {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 700;\n  font-size: 11px;\n  letter-spacing: 0.24em;\n  color: var(--fhr-green);\n  text-transform: uppercase;\n  margin-bottom: 12px;\n}\n.fhr-case .what {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 600;\n  font-size: 20px;\n  line-height: 1.4;\n  color: var(--fhr-ink);\n}\n.fhr-case .what strong { color: var(--fhr-green); font-weight: 800; }\n\n\/* Chapter list — book format *\/\n.fhr-parts {\n  display: grid;\n  gap: 14px;\n  margin-top: 28px;\n}\n.fhr-part {\n  background: var(--fhr-paper);\n  border: 1px solid var(--fhr-line);\n  border-radius: 8px;\n  padding: 20px 24px;\n  display: grid;\n  grid-template-columns: auto 1fr;\n  gap: 20px;\n  align-items: center;\n}\n.fhr-part-num {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 800;\n  font-size: 28px;\n  color: var(--fhr-green);\n  line-height: 1;\n  min-width: 36px;\n}\n.fhr-part-body { line-height: 1.4; }\n.fhr-part-name {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 700;\n  font-size: 16px;\n  color: var(--fhr-ink);\n  letter-spacing: 0.02em;\n  text-transform: uppercase;\n  margin-bottom: 4px;\n}\n.fhr-part-desc {\n  font-size: 14px;\n  color: var(--fhr-mute);\n  line-height: 1.5;\n}\n\n\/* Bullets *\/\n.fhr-bullets {\n  list-style: none;\n  margin: 20px 0;\n}\n.fhr-bullets li {\n  position: relative;\n  padding-left: 28px;\n  margin-bottom: 12px;\n  font-size: 16px;\n  line-height: 1.6;\n  color: var(--fhr-ink-soft);\n}\n.fhr-bullets li::before {\n  content: '';\n  position: absolute;\n  left: 0;\n  top: 10px;\n  width: 14px;\n  height: 2px;\n  background: var(--fhr-green);\n}\n.fhr-section.dark .fhr-bullets li { color: rgba(255,255,255,0.92); }\n.fhr-section.dark .fhr-bullets li::before { background: #C9E6CF; }\n.fhr-section.dark .fhr-bullets li { color: rgba(255,255,255,0.92); }\n.fhr-section.dark .fhr-bullets li::before { background: #C9E6CF; }\n\n\/* Two-up — PDF vs Interactive *\/\n.fhr-twoup {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 16px;\n  margin-top: 32px;\n}\n.fhr-format {\n  background: var(--fhr-paper);\n  border: 1px solid var(--fhr-line);\n  border-radius: 10px;\n  padding: 28px 24px;\n}\n.fhr-format-tag {\n  display: inline-block;\n  background: var(--fhr-green);\n  color: #fff;\n  font-family: 'Outfit', sans-serif;\n  font-weight: 700;\n  font-size: 10px;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  padding: 5px 10px;\n  border-radius: 4px;\n  margin-bottom: 14px;\n}\n.fhr-format-h {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 800;\n  font-size: 19px;\n  color: var(--fhr-ink);\n  letter-spacing: -0.01em;\n  text-transform: uppercase;\n  margin-bottom: 10px;\n  line-height: 1.2;\n}\n.fhr-format p { font-size: 14px; line-height: 1.55; }\n.fhr-format ul { list-style: none; margin-top: 10px; }\n.fhr-format ul li {\n  font-size: 13px;\n  color: var(--fhr-ink-soft);\n  padding: 4px 0 4px 18px;\n  position: relative;\n  line-height: 1.5;\n}\n.fhr-format ul li::before {\n  content: '+';\n  position: absolute;\n  left: 0;\n  top: 4px;\n  color: var(--fhr-green);\n  font-weight: 800;\n}\n\n@media (max-width: 540px) {\n  .fhr-twoup { grid-template-columns: 1fr; }\n}\n\n\/* Final CTA *\/\n.fhr-cta {\n  background: var(--fhr-green);\n  color: #fff;\n  text-align: center;\n  padding: 64px 32px;\n}\n.fhr-cta-h {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 900;\n  font-size: clamp(28px, 5vw, 42px);\n  line-height: 1.1;\n  letter-spacing: -0.01em;\n  text-transform: uppercase;\n  margin-bottom: 12px;\n}\n.fhr-cta-sub {\n  font-size: 17px;\n  line-height: 1.5;\n  opacity: 0.92;\n  margin: 0 auto 28px;\n  max-width: 520px;\n  font-weight: 500;\n}\n.fhr-cta-price {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 900;\n  font-size: 72px;\n  letter-spacing: -0.03em;\n  line-height: 1;\n  margin-bottom: 14px;\n}\n.fhr-cta-price .strike {\n  font-size: 22px;\n  font-weight: 600;\n  text-decoration: line-through;\n  opacity: 0.65;\n  margin-right: 16px;\n  vertical-align: middle;\n}\n.fhr-cta-meta {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 700;\n  font-size: 12px;\n  letter-spacing: 0.28em;\n  text-transform: uppercase;\n  opacity: 0.85;\n}\n\n\/* Author *\/\n.fhr-author {\n  text-align: center;\n  padding: 28px 32px;\n  background: var(--fhr-green-deep);\n  color: rgba(255,255,255,0.7);\n  font-family: 'Outfit', sans-serif;\n  font-weight: 700;\n  font-size: 12px;\n  letter-spacing: 0.32em;\n  text-transform: uppercase;\n}\n.fhr-author span { color: #C9E6CF; }\n\n\/* Disclaimer *\/\n.fhr-disclaimer {\n  background: rgba(46,74,53,0.06);\n  border-left: 3px solid var(--fhr-green);\n  padding: 18px 22px;\n  margin: 24px 0;\n  font-size: 14px;\n  line-height: 1.6;\n  color: var(--fhr-ink-soft);\n  border-radius: 0 6px 6px 0;\n}\n.fhr-disclaimer strong {\n  display: block;\n  font-family: 'Outfit', sans-serif;\n  font-size: 11px;\n  letter-spacing: 0.22em;\n  text-transform: uppercase;\n  color: var(--fhr-green);\n  margin-bottom: 6px;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"fhr-wrap\"\u003e\n\u003c!-- ═════════════════════════════════════════════════════════════════════\n       HERO — book cover\n       ═════════════════════════════════════════════════════════════════════ --\u003e\n\u003cdiv class=\"fhr-hero\"\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 48 48\" class=\"fhr-mark\"\u003e\n      \u003cpath d=\"M8 22 L24 8 L40 22 L40 40 L8 40 Z\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M20 40 L20 28 L28 28 L28 40\"\u003e\u003c\/path\u003e\n      \u003cpath d=\"M24 8 L24 14\"\u003e\u003c\/path\u003e\n    \u003c\/svg\u003e\n\u003cdiv class=\"fhr-eyebrow\"\u003eThe Playbook\u003c\/div\u003e\n\u003ch1 class=\"fhr-bigtitle\"\u003eThe\u003cbr\u003eFull House\u003cbr\u003eReno\u003c\/h1\u003e\n\u003cdiv class=\"fhr-divider\"\u003e\u003cspan\u003eStep by Step System\u003c\/span\u003e\u003c\/div\u003e\n\u003cp class=\"fhr-subtitle\"\u003eThe complete roadmap to renovate,\u003cbr\u003eadd value \u0026amp; build wealth.\u003c\/p\u003e\n\u003cdiv class=\"fhr-badge\"\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 24 24\"\u003e\n        \u003cpath d=\"M12 4v12m-5-5 5 5 5-5M5 20h14\"\u003e\u003c\/path\u003e\n      \u003c\/svg\u003e \u003cspan class=\"fhr-badge-text\"\u003eInteractive\u003cbr\u003eStep By Step\u003cbr\u003eSystem\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ═════════════════════════════════════════════════════════════════════\n       HANDWRITTEN STRIP\n       ═════════════════════════════════════════════════════════════════════ --\u003e\n\u003cdiv class=\"fhr-journal\"\u003e\n\u003cdiv class=\"fhr-journal-text\"\u003e\n\u003cspan\u003ePlan.\u003c\/span\u003e \u003cspan\u003eRenovate.\u003c\/span\u003e \u003cspan\u003eAdd Value.\u003c\/span\u003e \u003cspan\u003eBuild Wealth.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ═════════════════════════════════════════════════════════════════════\n       MODULES — Plan \/ Budget \/ Design \/ Build \/ Profit dashboard\n       ═════════════════════════════════════════════════════════════════════ --\u003e\n\u003cdiv class=\"fhr-modules-wrap\"\u003e\n\u003cdiv class=\"fhr-modules-head\"\u003e\n\u003cdiv class=\"fhr-modules-welcome\"\u003eWelcome to your\u003c\/div\u003e\n\u003cdiv class=\"fhr-modules-title\"\u003eFull House Reno\u003c\/div\u003e\n\u003cdiv class=\"fhr-modules-rule\"\u003e\u003cspan\u003eStep by Step System\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fhr-modules\"\u003e\n\u003cdiv class=\"fhr-module\"\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 40 40\" class=\"fhr-module-icon\"\u003e\n          \u003cpath d=\"M6 10 L14 6 L26 10 L34 6 L34 30 L26 34 L14 30 L6 34 Z\"\u003e\u003c\/path\u003e\n          \u003cpath d=\"M14 6 L14 30\"\u003e\u003c\/path\u003e\u003cpath d=\"M26 10 L26 34\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003cdiv class=\"fhr-module-name\"\u003ePlan\u003c\/div\u003e\n\u003cdiv class=\"fhr-module-desc\"\u003eMap your renovation from start to finish.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fhr-module\"\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 40 40\" class=\"fhr-module-icon\"\u003e\n          \u003crect rx=\"2\" height=\"28\" width=\"20\" y=\"6\" x=\"10\"\u003e\u003c\/rect\u003e\n          \u003cpath d=\"M14 12 h12 M14 18 h4 M22 18 h4 M14 24 h4 M22 24 h4 M14 30 h4 M22 30 h4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003cdiv class=\"fhr-module-name\"\u003eBudget\u003c\/div\u003e\n\u003cdiv class=\"fhr-module-desc\"\u003eCalculate costs \u0026amp; manage your budget.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fhr-module\"\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 40 40\" class=\"fhr-module-icon\"\u003e\n          \u003cpath d=\"M6 10 L10 6 L16 12 M6 10 L24 28 L28 32 L34 26 L30 22 L26 26 M10 26 L14 22\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003cdiv class=\"fhr-module-name\"\u003eDesign\u003c\/div\u003e\n\u003cdiv class=\"fhr-module-desc\"\u003eCreate a home that looks amazing.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fhr-module\"\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 40 40\" class=\"fhr-module-icon\"\u003e\n          \u003cpath d=\"M8 26 a12 12 0 0 1 24 0 M8 26 h24 M8 26 v4 h24 v-4\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003cdiv class=\"fhr-module-name\"\u003eBuild\u003c\/div\u003e\n\u003cdiv class=\"fhr-module-desc\"\u003eManage trades, timelines \u0026amp; progress.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fhr-module\"\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 40 40\" class=\"fhr-module-icon\"\u003e\n          \u003cpath d=\"M8 32 L8 22 L14 22 L14 32 M16 32 L16 16 L22 16 L22 32 M24 32 L24 10 L30 10 L30 32 M6 34 h28\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003cdiv class=\"fhr-module-name\"\u003eProfit\u003c\/div\u003e\n\u003cdiv class=\"fhr-module-desc\"\u003eMaximise value \u0026amp; your return on investment.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fhr-module\"\u003e\n\u003csvg aria-hidden=\"true\" viewbox=\"0 0 40 40\" class=\"fhr-module-icon\"\u003e\n          \u003cpath d=\"M10 8 h20 v24 h-20 z M14 14 h12 M14 20 h12 M14 26 h8\"\u003e\u003c\/path\u003e\n        \u003c\/svg\u003e\n\u003cdiv class=\"fhr-module-name\"\u003eChecklists\u003c\/div\u003e\n\u003cdiv class=\"fhr-module-desc\"\u003eTick off every step as you go.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fhr-progress\"\u003e\n\u003cdiv class=\"fhr-progress-label\"\u003e\n\u003cspan class=\"lbl\"\u003eProject Progress\u003c\/span\u003e \u003cspan class=\"pct\"\u003e68%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fhr-progress-bar\"\u003e\n\u003cdiv class=\"fhr-progress-fill\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ═════════════════════════════════════════════════════════════════════\n       HOOK — the problem\n       ═════════════════════════════════════════════════════════════════════ --\u003e\n\u003csection class=\"fhr-section\"\u003e\n\u003cdiv class=\"fhr-inner\"\u003e\n\u003cdiv class=\"fhr-section-eyebrow\"\u003eWhy Most Renovations Lose Money\u003c\/div\u003e\n\u003ch2 class=\"fhr-h2\"\u003eMost people renovate \u003cspan class=\"accent\"\u003ebackwards.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"fhr-lede\"\u003eThey pick the colours before they know the budget. They start the kitchen before they know the sequence. They hire the trades before they know the timeline.\u003c\/p\u003e\n\u003cp\u003eLook mate, I've been doing this 21 years and I'll tell you straight — the people who lose money on renovations don't lose it because they bought the wrong tiles or paid too much for a tradie. They lose it because \u003cstrong\u003ethey didn't have a system.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eEvery successful flip I've ever done — and we're talking hundreds of them now — runs on the same sequence. \u003cem\u003ePlan, then budget. Budget, then design. Design, then build. Build, then profit.\u003c\/em\u003e Do it in that order and you make money. Do it in any other order and the renovation eats you alive.\u003c\/p\u003e\n\u003cp\u003eThat sequence is what this playbook is. \u003cstrong\u003eThe whole system. Every step. Every checklist. Every budget template. Every trade conversation. Every state-by-state rule.\u003c\/strong\u003e Mapped out so you can't get it wrong.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ═════════════════════════════════════════════════════════════════════\n       PROOF — by the numbers\n       ═════════════════════════════════════════════════════════════════════ --\u003e\n\u003csection class=\"fhr-section paper\"\u003e\n\u003cdiv class=\"fhr-inner\"\u003e\n\u003cdiv class=\"fhr-section-eyebrow\"\u003eWhat's Inside\u003c\/div\u003e\n\u003ch2 class=\"fhr-h2\"\u003e9 parts. 39 chapters. \u003cspan class=\"accent\"\u003eOne complete system.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cdiv class=\"fhr-stats\"\u003e\n\u003cdiv class=\"fhr-stat\"\u003e\n\u003cdiv class=\"fhr-stat-num\"\u003e162\u003c\/div\u003e\n\u003cdiv class=\"fhr-stat-lbl\"\u003ePages\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fhr-stat\"\u003e\n\u003cdiv class=\"fhr-stat-num\"\u003e39\u003c\/div\u003e\n\u003cdiv class=\"fhr-stat-lbl\"\u003eChapters\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fhr-stat\"\u003e\n\u003cdiv class=\"fhr-stat-num\"\u003e9\u003c\/div\u003e\n\u003cdiv class=\"fhr-stat-lbl\"\u003eParts\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fhr-stat\"\u003e\n\u003cdiv class=\"fhr-stat-num\"\u003e8\u003c\/div\u003e\n\u003cdiv class=\"fhr-stat-lbl\"\u003eWeek Schedule\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fhr-parts\"\u003e\n\u003cdiv class=\"fhr-part\"\u003e\n\u003cdiv class=\"fhr-part-num\"\u003e01\u003c\/div\u003e\n\u003cdiv class=\"fhr-part-body\"\u003e\n\u003cdiv class=\"fhr-part-name\"\u003ePlan\u003c\/div\u003e\n\u003cdiv class=\"fhr-part-desc\"\u003eSuburb selection, the numbers that matter, and the renovation rules nobody teaches you.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fhr-part\"\u003e\n\u003cdiv class=\"fhr-part-num\"\u003e02\u003c\/div\u003e\n\u003cdiv class=\"fhr-part-body\"\u003e\n\u003cdiv class=\"fhr-part-name\"\u003eBudget\u003c\/div\u003e\n\u003cdiv class=\"fhr-part-desc\"\u003eThe real costs — materials, labour, contingency — with template calculators built in.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fhr-part\"\u003e\n\u003cdiv class=\"fhr-part-num\"\u003e03\u003c\/div\u003e\n\u003cdiv class=\"fhr-part-body\"\u003e\n\u003cdiv class=\"fhr-part-name\"\u003eKitchen\u003c\/div\u003e\n\u003cdiv class=\"fhr-part-desc\"\u003eThe room that sells the whole house. Layout, cabinetry, stone, splashback, every decision.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fhr-part\"\u003e\n\u003cdiv class=\"fhr-part-num\"\u003e04\u003c\/div\u003e\n\u003cdiv class=\"fhr-part-body\"\u003e\n\u003cdiv class=\"fhr-part-name\"\u003eBathroom\u003c\/div\u003e\n\u003cdiv class=\"fhr-part-desc\"\u003eWaterproofing, tile choice, vanity install — done in the right sequence so nothing has to be ripped out.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fhr-part\"\u003e\n\u003cdiv class=\"fhr-part-num\"\u003e05\u003c\/div\u003e\n\u003cdiv class=\"fhr-part-body\"\u003e\n\u003cdiv class=\"fhr-part-name\"\u003eFloors, Walls \u0026amp; Paint\u003c\/div\u003e\n\u003cdiv class=\"fhr-part-desc\"\u003eThe big visual changes. Where to spend and where the savings hide.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fhr-part\"\u003e\n\u003cdiv class=\"fhr-part-num\"\u003e06\u003c\/div\u003e\n\u003cdiv class=\"fhr-part-body\"\u003e\n\u003cdiv class=\"fhr-part-name\"\u003eOutside \u0026amp; Curb Appeal\u003c\/div\u003e\n\u003cdiv class=\"fhr-part-desc\"\u003eThe first 30 seconds. Landscaping, fencing, decks, render — the stuff that wins the offer.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fhr-part\"\u003e\n\u003cdiv class=\"fhr-part-num\"\u003e07\u003c\/div\u003e\n\u003cdiv class=\"fhr-part-body\"\u003e\n\u003cdiv class=\"fhr-part-name\"\u003eTrades \u0026amp; Timeline\u003c\/div\u003e\n\u003cdiv class=\"fhr-part-desc\"\u003eThe week-by-week schedule, how to find good trades, and how to keep them showing up.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fhr-part\"\u003e\n\u003cdiv class=\"fhr-part-num\"\u003e08\u003c\/div\u003e\n\u003cdiv class=\"fhr-part-body\"\u003e\n\u003cdiv class=\"fhr-part-name\"\u003eApprovals \u0026amp; Compliance\u003c\/div\u003e\n\u003cdiv class=\"fhr-part-desc\"\u003eState-by-state rules for every Australian state. Decks, pergolas, owner-builder limits, the lot.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fhr-part\"\u003e\n\u003cdiv class=\"fhr-part-num\"\u003e09\u003c\/div\u003e\n\u003cdiv class=\"fhr-part-body\"\u003e\n\u003cdiv class=\"fhr-part-name\"\u003eSell \u0026amp; Profit\u003c\/div\u003e\n\u003cdiv class=\"fhr-part-desc\"\u003eStaging, pricing strategy, agent vs private sale, and how to bank the win cleanly.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ═════════════════════════════════════════════════════════════════════\n       FORMATS — PDF + Interactive\n       ═════════════════════════════════════════════════════════════════════ --\u003e\n\u003csection class=\"fhr-section\"\u003e\n\u003cdiv class=\"fhr-inner\"\u003e\n\u003cdiv class=\"fhr-section-eyebrow\"\u003eTwo Formats. One System.\u003c\/div\u003e\n\u003ch2 class=\"fhr-h2\"\u003eRead it on the couch. \u003cspan class=\"accent\"\u003eRun it on the job site.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eThe Full House Reno Playbook comes in two formats — the typeset PDF for reading, and the interactive web system for actually \u003cem\u003eworking\u003c\/em\u003e through a renovation in real life. Same content. Different jobs.\u003c\/p\u003e\n\u003cdiv class=\"fhr-twoup\"\u003e\n\u003cdiv class=\"fhr-format\"\u003e\n\u003cdiv class=\"fhr-format-tag\"\u003ePDF Edition\u003c\/div\u003e\n\u003cdiv class=\"fhr-format-h\"\u003eFor Reading\u003c\/div\u003e\n\u003cp\u003eThe full 162-page book. Designed to be read cover to cover.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eAll 9 parts, all 39 chapters\u003c\/li\u003e\n\u003cli\u003ePrint-ready US Letter format\u003c\/li\u003e\n\u003cli\u003eRead on iPad, phone, or paper\u003c\/li\u003e\n\u003cli\u003eYours forever, no subscription\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fhr-format\"\u003e\n\u003cdiv class=\"fhr-format-tag\"\u003eInteractive\u003c\/div\u003e\n\u003cdiv class=\"fhr-format-h\"\u003eFor Doing\u003c\/div\u003e\n\u003cp\u003eThe same content, built as a step-by-step working system.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eTap-to-tick checklists\u003c\/li\u003e\n\u003cli\u003eBudget calculators built in\u003c\/li\u003e\n\u003cli\u003eWeek-by-week timeline tracker\u003c\/li\u003e\n\u003cli\u003eMobile-first — works on the job site\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ═════════════════════════════════════════════════════════════════════\n       WHO IT'S FOR\n       ═════════════════════════════════════════════════════════════════════ --\u003e\n\u003csection class=\"fhr-section dark\"\u003e\n\u003cdiv class=\"fhr-inner\"\u003e\n\u003cdiv class=\"fhr-section-eyebrow\"\u003eWho This Is For\u003c\/div\u003e\n\u003ch2 class=\"fhr-h2\"\u003eIf you've ever stood in a half-renovated kitchen \u003cspan class=\"accent\"\u003ewondering what comes next…\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cul class=\"fhr-bullets\"\u003e\n\u003cli\u003eYou're about to start your first renovation and you don't want to lose money on it.\u003c\/li\u003e\n\u003cli\u003eYou've done one before and the chaos nearly killed you — you need a system this time.\u003c\/li\u003e\n\u003cli\u003eYou're flipping for profit and every week of delay eats your margin.\u003c\/li\u003e\n\u003cli\u003eYou're managing trades for the first time and you have no idea what order things go in.\u003c\/li\u003e\n\u003cli\u003eYou want the same playbook the professional flippers use — without joining their inner circle.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eLook, I'm telling you cuz I've watched too many people lose money on renovations they could've made $80k on. It's not because they were stupid. It's because \u003cstrong\u003enobody gave them the order of operations.\u003c\/strong\u003e That's all this is. The order. The system. The thing you wish someone had handed you before you started.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ═════════════════════════════════════════════════════════════════════\n       DISCLAIMER + CTA\n       ═════════════════════════════════════════════════════════════════════ --\u003e\n\u003csection class=\"fhr-section paper\"\u003e\n\u003cdiv class=\"fhr-inner\"\u003e\n\u003cdiv class=\"fhr-disclaimer\"\u003e\n\u003cstrong\u003eImportant — please read\u003c\/strong\u003e Every renovation is different. Local council rules, builder availability, market conditions, material costs — all of it varies. This playbook is the system I've used across 21 years of flipping, but it's a framework, not a guarantee. Always check approvals with your local council before starting any structural work, and always check with your local tax accountant on how a renovation profit will be treated in your situation.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ═════════════════════════════════════════════════════════════════════\n       FINAL CTA\n       ═════════════════════════════════════════════════════════════════════ --\u003e\n\u003csection class=\"fhr-cta\"\u003e\n\u003cdiv class=\"fhr-cta-h\"\u003e21 Years.\u003cbr\u003eOne System.\u003cbr\u003eOne Download.\u003c\/div\u003e\n\u003cdiv class=\"fhr-cta-sub\"\u003eInstant digital download. PDF + Interactive web access. Yours forever.\u003c\/div\u003e\n\u003cdiv class=\"fhr-cta-price\"\u003e\n\u003cspan class=\"strike\"\u003e$997\u003c\/span\u003e$297\u003c\/div\u003e\n\u003cdiv class=\"fhr-cta-meta\"\u003ePDF + Interactive · Lifetime Access\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"fhr-author\"\u003eA Flipping Aussies Playbook · By \u003cspan\u003eJames Schleusener\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Flipping Aussies","offers":[{"title":"Default Title","offer_id":46040780996842,"sku":null,"price":297.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0708\/1839\/8442\/files\/ChatGPT_Image_May_16_2026_08_24_11_AM.png?v=1778883872","url":"https:\/\/www.flippingaussies.com\/products\/the-full-house-reno-system","provider":"Flipping Aussies","version":"1.0","type":"link"}