{"product_id":"services-example-product-2","title":"THE FOUNDRY METHOD™","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400\u0026amp;family=Barlow:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --gold: #C8A86E;\n    --gold-light: #F5C25C;\n    --gold-dim: #8A6E40;\n    --black: #0F0F0F;\n    --surface: #161616;\n    --surface2: #1E1E1E;\n    --text: #F2F2F2;\n    --text-body: #D8D8D8;\n    --text-muted: #909090;\n    --border: rgba(200,168,110,0.2);\n    --border-strong: rgba(200,168,110,0.4);\n  }\n\n  body {\n    background: var(--black);\n    color: var(--text);\n    font-family: 'Barlow', sans-serif;\n    font-weight: 300;\n    line-height: 1.75;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .gold-divider {\n    height: 1px;\n    background: linear-gradient(to right, transparent, var(--gold-dim), transparent);\n  }\n\n  \/* ── SHARED ── *\/\n  .sf-eyebrow {\n    font-size: 11px;\n    letter-spacing: 0.3em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 24px;\n    display: flex;\n    align-items: center;\n    gap: 16px;\n  }\n  .sf-eyebrow::before {\n    content: '';\n    display: block;\n    width: 40px;\n    height: 1px;\n    background: var(--gold);\n    flex-shrink: 0;\n  }\n\n  .sf-label {\n    font-size: 10px;\n    letter-spacing: 0.35em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 40px;\n    display: flex;\n    align-items: center;\n    gap: 16px;\n  }\n  .sf-label::after {\n    content: '';\n    flex: 1;\n    height: 1px;\n    background: var(--border);\n    min-width: 20px;\n  }\n\n  .sf-section { padding: 72px 0; }\n  .sf-section-bg {\n    padding: 72px 0;\n    background: var(--surface);\n    border-top: 1px solid var(--border);\n    border-bottom: 1px solid var(--border);\n  }\n\n  \/* ── HERO ── *\/\n  .sf-hero {\n    padding: 72px 0 64px;\n    border-bottom: 1px solid var(--border);\n  }\n\n  .sf-hero-title {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 56px;\n    font-weight: 300;\n    line-height: 1.05;\n    color: var(--text);\n    margin-bottom: 8px;\n  }\n  .sf-hero-title em {\n    font-style: italic;\n    color: var(--gold-light);\n  }\n\n  .sf-hero-sub {\n    font-size: 11px;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    margin-bottom: 40px;\n  }\n\n  .sf-hero-body {\n    font-size: 19px;\n    color: var(--text-body);\n    line-height: 1.85;\n    max-width: 680px;\n    margin-bottom: 20px;\n  }\n  .sf-hero-body strong {\n    color: var(--text);\n    font-weight: 500;\n  }\n\n  .sf-pull {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 26px;\n    font-style: italic;\n    color: var(--text);\n    line-height: 1.45;\n    padding: 28px 32px;\n    border-left: 3px solid var(--gold);\n    background: var(--surface);\n    margin-top: 32px;\n  }\n\n  .sf-tags {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-top: 32px;\n  }\n  .sf-tag {\n    font-size: 11px;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--gold);\n    padding: 8px 18px;\n    border: 1px solid var(--border-strong);\n    white-space: nowrap;\n  }\n  .sf-tag.hl {\n    background: var(--gold);\n    color: var(--black);\n    border-color: var(--gold);\n    font-weight: 600;\n  }\n\n  \/* ── DIFFERENT ── *\/\n  .sf-headline {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 38px;\n    font-weight: 300;\n    line-height: 1.2;\n    color: var(--text);\n    margin-bottom: 20px;\n  }\n  .sf-headline strong {\n    font-weight: 600;\n    color: var(--gold-light);\n  }\n\n  .sf-body {\n    font-size: 17px;\n    color: var(--text-body);\n    line-height: 1.85;\n    margin-bottom: 20px;\n  }\n\n  .sf-principle {\n    background: var(--surface2);\n    border-left: 3px solid var(--gold);\n    padding: 28px 32px;\n    margin: 32px 0;\n  }\n  .sf-principle-label {\n    font-size: 10px;\n    letter-spacing: 0.28em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 12px;\n    font-weight: 500;\n  }\n  .sf-principle-text {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 24px;\n    font-style: italic;\n    color: var(--text);\n    line-height: 1.5;\n  }\n\n  \/* ── PILLARS ── *\/\n  .sf-pillar {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    margin-bottom: 2px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .sf-pillar-top {\n    padding: 36px 36px 24px;\n    border-bottom: 1px solid var(--border);\n  }\n\n  .sf-pillar-num {\n    font-size: 10px;\n    letter-spacing: 0.28em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 10px;\n  }\n\n  .sf-pillar-name {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 34px;\n    font-weight: 300;\n    line-height: 1.1;\n    color: var(--text);\n    margin-bottom: 6px;\n  }\n\n  .sf-pillar-weeks {\n    font-size: 13px;\n    color: var(--text-muted);\n    letter-spacing: 0.05em;\n    font-style: italic;\n  }\n\n  .sf-pillar-body {\n    padding: 28px 36px 36px;\n  }\n\n  .sf-pillar-desc {\n    font-size: 17px;\n    color: var(--text-body);\n    line-height: 1.85;\n    margin-bottom: 24px;\n  }\n\n  .sf-pillar-delivers-label {\n    font-size: 10px;\n    letter-spacing: 0.25em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 14px;\n    font-weight: 500;\n  }\n\n  .sf-pillar-list {\n    list-style: none;\n    margin-bottom: 20px;\n  }\n  .sf-pillar-list li {\n    font-size: 16px;\n    color: var(--text-body);\n    padding: 12px 0;\n    border-bottom: 1px solid var(--border);\n    display: flex;\n    align-items: flex-start;\n    gap: 16px;\n    line-height: 1.55;\n  }\n  .sf-pillar-list li::before {\n    content: '';\n    display: block;\n    width: 16px;\n    height: 1px;\n    background: var(--gold);\n    margin-top: 10px;\n    flex-shrink: 0;\n  }\n  .sf-pillar-list li:last-child { border-bottom: none; }\n\n  .sf-pillar-outcome {\n    font-size: 15px;\n    color: var(--text-muted);\n    font-style: italic;\n    padding: 18px 22px;\n    border-left: 2px solid var(--gold-dim);\n    line-height: 1.7;\n    background: var(--black);\n    margin-top: 8px;\n  }\n\n  \/* ── OUTCOMES ── *\/\n  .sf-outcome-list {\n    list-style: none;\n  }\n  .sf-outcome-list li {\n    font-size: 17px;\n    color: var(--text-body);\n    padding: 18px 0;\n    border-bottom: 1px solid var(--border);\n    display: flex;\n    align-items: flex-start;\n    gap: 20px;\n    line-height: 1.6;\n  }\n  .sf-outcome-list li::before {\n    content: '';\n    display: block;\n    width: 24px;\n    height: 1px;\n    background: var(--gold);\n    margin-top: 12px;\n    flex-shrink: 0;\n  }\n  .sf-outcome-list li:last-child { border-bottom: none; }\n\n  \/* ── FOR YOU IF ── *\/\n  .sf-for-list {\n    list-style: none;\n    margin-bottom: 28px;\n  }\n  .sf-for-list li {\n    font-size: 17px;\n    color: var(--text-body);\n    padding: 16px 0;\n    border-bottom: 1px solid var(--border);\n    display: flex;\n    align-items: flex-start;\n    gap: 20px;\n    line-height: 1.6;\n  }\n  .sf-for-list li::before {\n    content: '';\n    display: block;\n    width: 24px;\n    height: 1px;\n    background: var(--gold);\n    margin-top: 12px;\n    flex-shrink: 0;\n  }\n  .sf-for-list li:last-child { border-bottom: none; }\n\n  .sf-not-for {\n    background: var(--surface2);\n    padding: 24px 32px;\n    border-left: 2px solid var(--gold-dim);\n    margin-top: 0;\n  }\n  .sf-not-for p {\n    font-size: 15px;\n    color: var(--text-muted);\n    line-height: 1.75;\n    margin-bottom: 8px;\n  }\n  .sf-not-for p:last-child { margin-bottom: 0; }\n\n  \/* ── PRICING CARDS ── *\/\n  .sf-pricing-card {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    margin-bottom: 2px;\n    position: relative;\n    overflow: hidden;\n  }\n  .sf-pricing-card.featured {\n    border-color: var(--gold);\n    background: #181510;\n  }\n  .sf-pricing-badge {\n    position: absolute;\n    top: 0; right: 0;\n    font-size: 10px;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--black);\n    background: var(--gold);\n    padding: 6px 18px;\n    font-weight: 600;\n    font-family: 'Barlow', sans-serif;\n  }\n  .sf-pricing-top {\n    padding: 36px 36px 24px;\n    border-bottom: 1px solid var(--border);\n  }\n  .sf-pricing-tier {\n    font-size: 10px;\n    letter-spacing: 0.28em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 10px;\n  }\n  .sf-pricing-name {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 34px;\n    font-weight: 300;\n    line-height: 1.1;\n    color: var(--text);\n    margin-bottom: 6px;\n  }\n  .sf-pricing-meta {\n    font-size: 13px;\n    color: var(--text-muted);\n    margin-bottom: 16px;\n  }\n  .sf-pricing-price {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 44px;\n    font-weight: 300;\n    color: var(--gold-light);\n    line-height: 1;\n  }\n  .sf-pricing-price-label {\n    font-size: 11px;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    margin-top: 4px;\n  }\n  .sf-pricing-body {\n    padding: 28px 36px 36px;\n  }\n  .sf-pricing-desc {\n    font-size: 17px;\n    color: var(--text-body);\n    line-height: 1.85;\n    margin-bottom: 16px;\n  }\n  .sf-pricing-note {\n    font-size: 14px;\n    color: var(--text-muted);\n    font-style: italic;\n    line-height: 1.7;\n  }\n\n  \/* ── BUILT FROM ── *\/\n  .sf-built-box {\n    background: var(--surface2);\n    padding: 40px 36px;\n    border-left: 3px solid var(--gold);\n    margin-bottom: 2px;\n  }\n  .sf-built-box p {\n    font-size: 17px;\n    color: var(--text-body);\n    line-height: 1.85;\n    margin-bottom: 16px;\n  }\n  .sf-built-box p:last-child { margin-bottom: 0; }\n\n  \/* ── CLOSING ── *\/\n  .sf-closing {\n    padding: 56px 0 0;\n    text-align: center;\n  }\n  .sf-closing-headline {\n    font-family: 'Cormorant Garamond', serif;\n    font-size: 42px;\n    font-weight: 300;\n    font-style: italic;\n    color: var(--text);\n    line-height: 1.3;\n    margin-bottom: 16px;\n  }\n  .sf-closing-sub {\n    font-size: 13px;\n    letter-spacing: 0.2em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 32px;\n  }\n  .sf-notice {\n    background: var(--black);\n    border: 1px solid var(--border);\n    border-left: 3px solid var(--gold);\n    padding: 28px 36px;\n    text-align: left;\n  }\n  .sf-notice-text {\n    font-size: 17px;\n    color: var(--text-body);\n    line-height: 1.75;\n    margin-bottom: 12px;\n  }\n  .sf-notice-text strong { color: var(--text); font-weight: 500; }\n  .sf-notice-email {\n    font-size: 14px;\n    color: var(--gold);\n    letter-spacing: 0.1em;\n    text-decoration: none;\n    display: inline-block;\n  }\n  .sf-notice-email:hover { color: var(--gold-light); }\n\u003c\/style\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"sf-hero\"\u003e\n\u003cdiv class=\"sf-eyebrow\"\u003ePersonal Development Program · 15 Weeks\u003c\/div\u003e\n\u003ch1 class=\"sf-hero-title\"\u003eThe Foundry\u003cbr\u003e\u003cem\u003eMethod™\u003c\/em\u003e\n\u003c\/h1\u003e\n\u003cp class=\"sf-hero-sub\"\u003eArchitecture Applied to You · Not Inspiration\u003c\/p\u003e\n\u003cp class=\"sf-hero-body\"\u003eMost high performers are running on raw drive. No real structure underneath it. Just willpower, momentum, and the quiet fear that if they slow down — \u003cstrong\u003eeverything stops.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp class=\"sf-hero-body\"\u003eThat works. Until it doesn't. At some point the weight of what you're carrying starts to outpace the systems you're using to carry it. Performance gets inconsistent. The gap between who you are and who you're trying to become starts to feel permanent.\u003c\/p\u003e\n\u003cdiv class=\"sf-pull\"\u003eThat's not a motivation problem. That's a structural problem.\u003c\/div\u003e\n\u003cdiv class=\"sf-tags\"\u003e\n\u003cspan class=\"sf-tag hl\"\u003e15-Week Program\u003c\/span\u003e \u003cspan class=\"sf-tag\"\u003eNot Inspiration\u003c\/span\u003e \u003cspan class=\"sf-tag\"\u003eNot Coaching\u003c\/span\u003e \u003cspan class=\"sf-tag\"\u003eArchitecture\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gold-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- WHAT MAKES IT DIFFERENT --\u003e\n\u003cdiv class=\"sf-section\"\u003e\n\u003cdiv class=\"sf-label\"\u003eWhat Makes This Different\u003c\/div\u003e\n\u003ch2 class=\"sf-headline\"\u003eMost programs focus on \u003cstrong\u003ewhat to do.\u003c\/strong\u003e\n\u003c\/h2\u003e\n\u003cp class=\"sf-body\"\u003eThe Foundry Method™ focuses on who you become — and then engineers systems that make that identity inevitable.\u003c\/p\u003e\n\u003cdiv class=\"sf-principle\"\u003e\n\u003cdiv class=\"sf-principle-label\"\u003eCore Principle\u003c\/div\u003e\n\u003cp class=\"sf-principle-text\"\u003eIdentity drives behavior. Behavior drives systems. Systems drive outcomes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cp class=\"sf-body\"\u003eWhen identity, structure, performance, and discipline are aligned — execution stops being forced. It becomes natural. It becomes who you are. That is what gets built here.\u003c\/p\u003e\n\u003cp class=\"sf-body\"\u003eThis is not inspiration. This is not accountability coaching. This is not a mindset course. This is architecture. Applied to you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gold-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- THE FIVE PILLARS --\u003e\n\u003cdiv class=\"sf-section-bg\"\u003e\n\u003cdiv class=\"sf-label\"\u003eThe Five Pillars\u003c\/div\u003e\n\u003cp style=\"margin-bottom: 40px;\" class=\"sf-body\"\u003eThe Foundry Method™ is built on five interlocking pillars. Each one is a structural layer. Each layer supports the next. They are built in sequence because sequence matters — you cannot install the roof before the foundation is poured.\u003c\/p\u003e\n\u003c!-- PILLAR 1 --\u003e\n\u003cdiv class=\"sf-pillar\"\u003e\n\u003cdiv class=\"sf-pillar-top\"\u003e\n\u003cdiv class=\"sf-pillar-num\"\u003ePillar 01\u003c\/div\u003e\n\u003cdiv class=\"sf-pillar-name\"\u003eStructural Clarity\u003c\/div\u003e\n\u003cdiv class=\"sf-pillar-weeks\"\u003eWeeks 1–3 · Architecture of self, life, and direction\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sf-pillar-body\"\u003e\n\u003cp class=\"sf-pillar-desc\"\u003eYou cannot build a life on vague self-concepts. Before anything else is installed, you get clear. Who you are, what you actually value, and what kind of life and performance you are architecting toward. Identity, values, and personal principles locked in writing — not as inspiration, as infrastructure.\u003c\/p\u003e\n\u003cdiv class=\"sf-pillar-delivers-label\"\u003eWhat Gets Established\u003c\/div\u003e\n\u003cul class=\"sf-pillar-list\"\u003e\n\u003cli\u003eA clear identity baseline — who you are versus who you've been performing as\u003c\/li\u003e\n\u003cli\u003eYour internal operating structure and decision-making framework\u003c\/li\u003e\n\u003cli\u003eA defined future self blueprint with behavioral anchors\u003c\/li\u003e\n\u003cli\u003eMission, values, and direction locked and written\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"sf-pillar-outcome\"\u003eYou leave this pillar knowing exactly who you are, who you've been acting as, and who you are becoming — in structure, in writing, and in behavior.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PILLAR 2 --\u003e\n\u003cdiv class=\"sf-pillar\"\u003e\n\u003cdiv class=\"sf-pillar-top\"\u003e\n\u003cdiv class=\"sf-pillar-num\"\u003ePillar 02\u003c\/div\u003e\n\u003cdiv class=\"sf-pillar-name\"\u003eSystems \u0026amp; Structure\u003c\/div\u003e\n\u003cdiv class=\"sf-pillar-weeks\"\u003eWeeks 4–6 · Execution, discipline, and operational control\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sf-pillar-body\"\u003e\n\u003cp class=\"sf-pillar-desc\"\u003eDiscipline fails when structure is missing. Most high performers rely on motivation to execute. Motivation is not a system — it is a mood. This pillar replaces motivation dependence with designed structure. Your days stop drifting. Your execution becomes consistent and predictable.\u003c\/p\u003e\n\u003cdiv class=\"sf-pillar-delivers-label\"\u003eWhat Gets Installed\u003c\/div\u003e\n\u003cul class=\"sf-pillar-list\"\u003e\n\u003cli\u003eDaily and weekly operating systems built around your life\u003c\/li\u003e\n\u003cli\u003eHabit architecture that removes reliance on motivation\u003c\/li\u003e\n\u003cli\u003eExecution frameworks that hold under pressure and disruption\u003c\/li\u003e\n\u003cli\u003eCommunication and decision-making structure\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"sf-pillar-outcome\"\u003eYou leave this pillar with a daily operating system that actually runs — not one you have to force yourself to follow.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PILLAR 3 --\u003e\n\u003cdiv class=\"sf-pillar\"\u003e\n\u003cdiv class=\"sf-pillar-top\"\u003e\n\u003cdiv class=\"sf-pillar-num\"\u003ePillar 03\u003c\/div\u003e\n\u003cdiv class=\"sf-pillar-name\"\u003eIdentity Forge\u003c\/div\u003e\n\u003cdiv class=\"sf-pillar-weeks\"\u003eWeeks 7–9 · Psychology, behavior, and internal transformation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sf-pillar-body\"\u003e\n\u003cp class=\"sf-pillar-desc\"\u003eThis is where identity is rewritten. The patterns and behavioral defaults running underneath your performance — the ones that have been quietly limiting your ceiling — get surfaced, examined, and replaced. This is not therapy. This is precision work on the internal architecture that drives everything external.\u003c\/p\u003e\n\u003cdiv class=\"sf-pillar-delivers-label\"\u003eWhat Gets Addressed\u003c\/div\u003e\n\u003cul class=\"sf-pillar-list\"\u003e\n\u003cli\u003eBelief systems and identity loops driving current behavior\u003c\/li\u003e\n\u003cli\u003eBehavioral reinforcement and pattern redesign\u003c\/li\u003e\n\u003cli\u003eEmotional ownership and response architecture\u003c\/li\u003e\n\u003cli\u003eElimination of avoidance patterns and self-sabotage cycles\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"sf-pillar-outcome\"\u003eYou leave this pillar with internal resistance collapsed and a clear operating identity — one you've chosen, designed, and committed to.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PILLAR 4 --\u003e\n\u003cdiv class=\"sf-pillar\"\u003e\n\u003cdiv class=\"sf-pillar-top\"\u003e\n\u003cdiv class=\"sf-pillar-num\"\u003ePillar 04\u003c\/div\u003e\n\u003cdiv class=\"sf-pillar-name\"\u003eThe Performance Engine\u003c\/div\u003e\n\u003cdiv class=\"sf-pillar-weeks\"\u003eWeeks 10–12 · Energy, recovery, and physical capacity as infrastructure\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sf-pillar-body\"\u003e\n\u003cp class=\"sf-pillar-desc\"\u003eThe body is not separate from performance. It is the hardware everything else runs on. Pillar 4 installs the structural approach to physical performance — treating energy, recovery, and physical capacity with the same discipline and architecture as everything else in this program.\u003c\/p\u003e\n\u003cdiv class=\"sf-pillar-delivers-label\"\u003eWhat Gets Built\u003c\/div\u003e\n\u003cul class=\"sf-pillar-list\"\u003e\n\u003cli\u003eEnergy and recovery architecture\u003c\/li\u003e\n\u003cli\u003eStrength and conditioning framework\u003c\/li\u003e\n\u003cli\u003eDaily performance protocols\u003c\/li\u003e\n\u003cli\u003eInput and environment discipline\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"sf-pillar-outcome\"\u003eYou leave this pillar with predictable energy, faster recovery, clearer thinking, and a physical foundation that supports high performance.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PILLAR 5 --\u003e\n\u003cdiv class=\"sf-pillar\"\u003e\n\u003cdiv class=\"sf-pillar-top\"\u003e\n\u003cdiv class=\"sf-pillar-num\"\u003ePillar 05\u003c\/div\u003e\n\u003cdiv class=\"sf-pillar-name\"\u003eIntegration \u0026amp; Alignment\u003c\/div\u003e\n\u003cdiv class=\"sf-pillar-weeks\"\u003eWeeks 13–15 · Relational alignment, life rhythm, and embodied presence\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sf-pillar-body\"\u003e\n\u003cp class=\"sf-pillar-desc\"\u003eEverything comes together. Life and performance are not separate domains. They are one integrated system. A high performer who is structurally misaligned in their relationships, their environment, or their sense of direction will leak energy, clarity, and authority at every level. This pillar seals those gaps.\u003c\/p\u003e\n\u003cdiv class=\"sf-pillar-delivers-label\"\u003eWhat Gets Aligned\u003c\/div\u003e\n\u003cul class=\"sf-pillar-list\"\u003e\n\u003cli\u003eRelational architecture — family, team, inner circle\u003c\/li\u003e\n\u003cli\u003ePurpose, meaning, and contribution alignment\u003c\/li\u003e\n\u003cli\u003ePresence and authority under sustained pressure\u003c\/li\u003e\n\u003cli\u003eLife rhythm, seasons, and long-term calibration\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"sf-pillar-outcome\"\u003eYou leave this pillar — and this program — as an integrated system. Not optimized in one area while bleeding in others. Aligned across all of them.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gold-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- OUTCOMES --\u003e\n\u003cdiv class=\"sf-section\"\u003e\n\u003cdiv class=\"sf-label\"\u003eWhat You Will Have at the End of 15 Weeks\u003c\/div\u003e\n\u003cul class=\"sf-outcome-list\"\u003e\n\u003cli\u003eA clearly defined, embodied identity — written, structured, and behavioral\u003c\/li\u003e\n\u003cli\u003eA functional Life OS™ built around your actual life\u003c\/li\u003e\n\u003cli\u003eA daily operating system that runs without constant willpower\u003c\/li\u003e\n\u003cli\u003eComposure and clarity under sustained pressure\u003c\/li\u003e\n\u003cli\u003eA physical and mental performance foundation\u003c\/li\u003e\n\u003cli\u003eA written identity contract and forward evolution plan\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv style=\"margin-top: 32px;\" class=\"sf-pull\"\u003eYou don't leave inspired. You leave restructured.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gold-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- IS THIS FOR YOU --\u003e\n\u003cdiv class=\"sf-section-bg\"\u003e\n\u003cdiv class=\"sf-label\"\u003eThis Is For You If\u003c\/div\u003e\n\u003cul class=\"sf-for-list\"\u003e\n\u003cli\u003eYou perform at a high level but feel structurally unstable underneath it\u003c\/li\u003e\n\u003cli\u003eYour discipline is inconsistent — strong stretches followed by drift\u003c\/li\u003e\n\u003cli\u003eYou know what you should be doing but execution keeps breaking down\u003c\/li\u003e\n\u003cli\u003eYou've consumed enough content — you're ready to build something that holds\u003c\/li\u003e\n\u003cli\u003eYou carry real responsibility and need a foundation strong enough to match it\u003c\/li\u003e\n\u003cli\u003eYou understand that identity precedes results — and you're ready to engineer both\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"sf-not-for\"\u003e\n\u003cp\u003eIf you're looking for quick wins or motivational content — this is not it.\u003c\/p\u003e\n\u003cp\u003eIf you're ready to engineer who you are becoming — this is the forge.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gold-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- PRICING --\u003e\n\u003cdiv class=\"sf-section\"\u003e\n\u003cdiv class=\"sf-label\"\u003eChoose Your Path\u003c\/div\u003e\n\u003c!-- SELF-PACED --\u003e\n\u003cdiv class=\"sf-pricing-card\"\u003e\n\u003cdiv class=\"sf-pricing-top\"\u003e\n\u003cdiv class=\"sf-pricing-tier\"\u003eSelf-Paced\u003c\/div\u003e\n\u003cdiv class=\"sf-pricing-name\"\u003eThe Complete Method\u003c\/div\u003e\n\u003cdiv class=\"sf-pricing-meta\"\u003eLifetime Access · Start Immediately\u003c\/div\u003e\n\u003cdiv class=\"sf-pricing-price\"\u003e$1,297\u003c\/div\u003e\n\u003cdiv class=\"sf-pricing-price-label\"\u003eEarly Access $997\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sf-pricing-body\"\u003e\n\u003cp class=\"sf-pricing-desc\"\u003eThe complete Foundry Method™ at your own pace. Full access to every lesson, tool, framework, and asset across all five pillars. Built for people who execute independently and want the full methodology without a fixed schedule.\u003c\/p\u003e\n\u003cp class=\"sf-pricing-note\"\u003eLifetime access. Start immediately upon enrollment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- COHORT --\u003e\n\u003cdiv class=\"sf-pricing-card featured\"\u003e\n\u003cdiv class=\"sf-pricing-badge\"\u003eFlagship Experience\u003c\/div\u003e\n\u003cdiv class=\"sf-pricing-top\"\u003e\n\u003cdiv class=\"sf-pricing-tier\"\u003eCohort\u003c\/div\u003e\n\u003cdiv class=\"sf-pricing-name\"\u003eThe Live Experience\u003c\/div\u003e\n\u003cdiv class=\"sf-pricing-meta\"\u003e15 Weeks · Limited to 20 Participants · Live Sessions\u003c\/div\u003e\n\u003cdiv class=\"sf-pricing-price\"\u003e$5,500–$7,500\u003c\/div\u003e\n\u003cdiv class=\"sf-pricing-price-label\"\u003ePer Cohort Cycle\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sf-pricing-body\"\u003e\n\u003cp class=\"sf-pricing-desc\"\u003eThe full Foundry Method™ experience — live. Every week for 15 weeks you work through the program alongside a small group of high performers in a 90-minute structured live session. This is not a lecture. It is a working session where real integration happens in real time — with the accountability, the peer group, and the live facilitation that compounds results.\u003c\/p\u003e\n\u003cp class=\"sf-pricing-note\"\u003eCohort cycles run on a fixed schedule. Spots are intentionally limited to preserve the quality and depth of the experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRIVATE --\u003e\n\u003cdiv class=\"sf-pricing-card\"\u003e\n\u003cdiv class=\"sf-pricing-top\"\u003e\n\u003cdiv class=\"sf-pricing-tier\"\u003ePrivate 1:1\u003c\/div\u003e\n\u003cdiv class=\"sf-pricing-name\"\u003eTotal Focus\u003c\/div\u003e\n\u003cdiv class=\"sf-pricing-meta\"\u003e6 Months · Application Required · Limited Availability\u003c\/div\u003e\n\u003cdiv class=\"sf-pricing-price-label\"\u003eFull Engagement\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sf-pricing-body\"\u003e\n\u003cp class=\"sf-pricing-desc\"\u003eThe Foundry Method™ delivered entirely in private. Every session, every pillar, every tool — built around your specific situation, your specific patterns, and your specific performance architecture. No group. No fixed cohort schedule. Full direct access throughout the engagement.\u003c\/p\u003e\n\u003cp class=\"sf-pricing-note\"\u003eApplication required. Availability is intentionally limited. This is for the person who wants the complete methodology with total focus on their individual build.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gold-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- HOW IT WAS BUILT --\u003e\n\u003cdiv class=\"sf-section-bg\"\u003e\n\u003cdiv class=\"sf-label\"\u003eHow It Was Built\u003c\/div\u003e\n\u003cdiv class=\"sf-built-box\"\u003e\n\u003cp\u003eThe Foundry Method™ was not designed from theory. It was built from 15+ years of operating at high levels inside demanding environments — where performance wasn't optional, deadlines were immovable, and the cost of structural failure was real.\u003c\/p\u003e\n\u003cp\u003eEvery framework, every tool, and every sequence inside this program was developed and tested under actual pressure. Not in a journal. Not in a seminar. In the field.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gold-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- CLOSING --\u003e\n\u003cdiv class=\"sf-section\"\u003e\n\u003cdiv class=\"sf-closing\"\u003e\n\u003cdiv class=\"sf-closing-headline\"\u003eIdentity is forged.\u003cbr\u003eLife is built.\u003cbr\u003ePerformance is engineered.\u003c\/div\u003e\n\u003cdiv class=\"sf-closing-sub\"\u003eStructure Creates Freedom · Begin Here\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sf-notice\"\u003e\n\u003cp class=\"sf-notice-text\"\u003e\u003cstrong\u003eQuestions?\u003c\/strong\u003e Reach out directly before enrolling. Every path inside The Foundry Method™ is built for a specific type of person. If you're not sure which is right for you, ask.\u003c\/p\u003e\n\u003ca class=\"sf-notice-email\" href=\"mailto:todd@thestructureforge.com\"\u003etodd@thestructureforge.com\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Structure Forge ","offers":[{"title":"Self-Paced (15 Weeks)","offer_id":43049174433835,"sku":null,"price":997.0,"currency_code":"USD","in_stock":true},{"title":"Cohort — The Flagship Experience","offer_id":43290566557739,"sku":null,"price":5500.0,"currency_code":"USD","in_stock":true},{"title":"1:1 Private Engagement","offer_id":43290566590507,"sku":null,"price":18000.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0645\/8104\/2219\/files\/558e8b46829dd77e4c70f5e08c8a84493a90a09f20a320b3deb838e6c997e006.jpg?v=1769891898","url":"https:\/\/www.thestructureforge.com\/products\/services-example-product-2","provider":"STRUCTURE FORGE","version":"1.0","type":"link"}