{"id":66,"date":"2026-03-10T01:32:56","date_gmt":"2026-03-10T01:32:56","guid":{"rendered":"https:\/\/cleave.capital\/?page_id=66"},"modified":"2026-09-03T18:55:45","modified_gmt":"2026-09-03T18:55:45","slug":"home","status":"publish","type":"page","link":"https:\/\/cleave.capital\/","title":{"rendered":"Home"},"content":{"rendered":"\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-794e3cfa wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<style>\n    \/* NUKE WORDPRESS DEFAULT BOXES & HEADERS *\/\n    .wp-block-post-title { display: none !important; }\n    .entry-content { max-width: 100% !important; padding: 0 !important; margin: 0 !important; }\n    \n    \/* Attempting to hide common WordPress Theme Headers (The White Bar) *\/\n    #masthead, .site-header, header.site-header, .ast-main-header-wrap, .elementor-location-header, .site-heading { \n        display: none !important; \n    }\n    \/* Removing default theme padding above content *\/\n    #content, .site-content, .page-content, .site-main { \n        padding-top: 0 !important; \n        margin-top: 0 !important; \n    }\n    \n    \/* Cleave Capital Homepage Styles - Breakout Container *\/\n    .ct-basic-wrapper {\n        font-family: 'Inter', 'Segoe UI', Roboto, sans-serif;\n        background-color: #0d0d0d;\n        color: #ffffff;\n        margin: 0;\n        padding: 0;\n        width: 100vw;\n        position: relative;\n        left: 50%;\n        right: 50%;\n        margin-left: -50vw;\n        margin-right: -50vw;\n        overflow-x: hidden;\n    }\n\n    \/* --- HEADER --- *\/\n    .ct-header {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        padding: 20px 50px;\n        background-color: #050505;\n        border-bottom: 1px solid #222;\n        position: sticky;\n        top: 0;\n        z-index: 1000;\n    }\n    .ct-logo {\n        font-size: 1.5rem;\n        font-weight: 900;\n        text-transform: uppercase;\n        letter-spacing: 2px;\n        color: #ffffff;\n        text-decoration: none;\n    }\n    .ct-nav {\n        display: flex;\n        gap: 40px;\n    }\n    .ct-nav a {\n        color: #888888;\n        text-decoration: none;\n        text-transform: uppercase;\n        font-size: 0.85rem;\n        font-weight: 700;\n        letter-spacing: 1px;\n        transition: color 0.3s;\n    }\n    .ct-nav a:hover {\n        color: #D32F2F;\n    }\n    .ct-header-btn {\n        padding: 12px 25px;\n        font-size: 0.85rem;\n    }\n    @media (max-width: 768px) {\n        .ct-nav { display: none; }\n        .ct-header { padding: 15px 20px; }\n    }\n    \n    \/* --- HERO --- *\/\n    .ct-hero {\n        text-align: center;\n        padding: 120px 20px;\n        background-color: #0d0d0d;\n        border-bottom: 1px solid #222;\n    }\n    .ct-hero h1 {\n        font-size: clamp(2.5rem, 5vw, 4.5rem);\n        font-weight: 900;\n        text-transform: uppercase;\n        margin-top: 0;\n        margin-bottom: 20px;\n        line-height: 1.1;\n    }\n    .ct-hero p {\n        font-size: 1.2rem;\n        color: #888888;\n        max-width: 650px;\n        margin: 0 auto 40px auto;\n        line-height: 1.6;\n    }\n    .ct-btn {\n        display: inline-block;\n        background-color: #D32F2F;\n        color: #ffffff;\n        padding: 16px 35px;\n        font-weight: 800;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        text-decoration: none;\n        border-radius: 3px;\n        transition: background-color 0.3s;\n    }\n    .ct-btn:hover {\n        background-color: #ff1744;\n    }\n    \n    \/* --- PIPELINE --- *\/\n    .ct-pipeline {\n        padding: 100px 20px;\n        max-width: 1100px;\n        margin: 0 auto;\n    }\n    .ct-pipeline h2 {\n        text-align: center;\n        font-size: 2.5rem;\n        text-transform: uppercase;\n        font-weight: 900;\n        margin-bottom: 60px;\n    }\n    .ct-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n        gap: 30px;\n    }\n    .ct-card {\n        background-color: #111111;\n        padding: 40px 30px;\n        border-top: 4px solid #D32F2F;\n        border-bottom: 1px solid #222;\n        border-left: 1px solid #222;\n        border-right: 1px solid #222;\n        transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;\n    }\n    .ct-card:hover {\n        transform: translateY(-5px);\n        border-top: 4px solid #ff1744;\n        background-color: #1a1a1a;\n    }\n    .ct-card h3 {\n        color: #ffffff;\n        font-size: 1.3rem;\n        text-transform: uppercase;\n        margin-top: 0;\n        margin-bottom: 15px;\n    }\n    .ct-card p {\n        color: #888888;\n        font-size: 0.95rem;\n        line-height: 1.6;\n        margin: 0;\n    }\n\n    \/* --- OPERATIONAL CRITERIA --- *\/\n    .ct-criteria {\n        background-color: #050505;\n        padding: 100px 20px;\n        border-top: 1px solid #222;\n        border-bottom: 1px solid #222;\n    }\n    .ct-criteria-container {\n        max-width: 1100px;\n        margin: 0 auto;\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 60px;\n        align-items: center;\n    }\n    .ct-criteria-text h2 {\n        font-size: 2.5rem;\n        text-transform: uppercase;\n        font-weight: 900;\n        margin-top: 0;\n        margin-bottom: 20px;\n    }\n    .ct-criteria-text p {\n        color: #888888;\n        font-size: 1.1rem;\n        line-height: 1.7;\n        margin-bottom: 30px;\n    }\n    .ct-checklist {\n        background-color: #111111;\n        padding: 40px;\n        border: 1px solid #222;\n    }\n    .ct-check-item {\n        display: flex;\n        align-items: flex-start;\n        margin-bottom: 25px;\n    }\n    .ct-check-item:last-child {\n        margin-bottom: 0;\n    }\n    .ct-check-icon {\n        color: #D32F2F;\n        font-weight: 900;\n        font-size: 1.5rem;\n        margin-right: 15px;\n        line-height: 1;\n    }\n    .ct-check-text h4 {\n        margin: 0 0 5px 0;\n        font-size: 1.1rem;\n        text-transform: uppercase;\n    }\n    .ct-check-text p {\n        margin: 0;\n        color: #888;\n        font-size: 0.9rem;\n    }\n    @media (max-width: 900px) {\n        .ct-criteria-container { grid-template-columns: 1fr; gap: 40px; }\n    }\n\n    \/* --- FINAL CTA \/ COMMAND POST --- *\/\n    .ct-footer-cta {\n        text-align: center;\n        padding: 120px 20px;\n        background-color: #0d0d0d;\n    }\n    .ct-footer-cta h2 {\n        font-size: 3rem;\n        text-transform: uppercase;\n        font-weight: 900;\n        margin-top: 0;\n        margin-bottom: 20px;\n    }\n    .ct-footer-cta p {\n        color: #888888;\n        font-size: 1.2rem;\n        margin-bottom: 40px;\n    }\n<\/style>\n\n<div class=\"ct-basic-wrapper\">\n    \n    <header class=\"ct-header\">\n        <a href=\"\/\" class=\"ct-logo\">CLEAVE <span style=\"color: #D32F2F;\">CAPITAL<\/span><\/a>\n        <nav class=\"ct-nav\">\n            <a href=\"#pipeline\">The Pipeline<\/a>\n            <a href=\"#intel\">Intel<\/a>\n            <a href=\"#command-post\">Command Post<\/a>\n        <\/nav>\n        <a href=\"\/apply\" class=\"ct-btn ct-header-btn\">Mobilize Capital<\/a>\n    <\/header>\n\n    <div class=\"ct-hero\">\n        <h1>Spearhead the Expansion.<br><span style=\"color: #D32F2F;\">Secure the Empire.<\/span><\/h1>\n        <p>We transform messy small businesses into bankable, sellable assets. Stop surviving. Start scaling. Command the exit.<\/p>\n        <a href=\"\/apply\" class=\"ct-btn\">Mobilize Capital<\/a>\n    <\/div>\n\n    <div id=\"pipeline\" class=\"ct-pipeline\">\n        <h2>The Pipeline<\/h2>\n        <div class=\"ct-grid\">\n            <div class=\"ct-card\">\n                <h3>01. Solidify<\/h3>\n                <p>Deep-cleaning your financials and bookkeeping so your business looks flawless on paper to our lending network.<\/p>\n            <\/div>\n            <div class=\"ct-card\">\n                <h3>02. Fortify<\/h3>\n                <p>Executing aggressive entity and tax restructuring to plug the leaks and keep capital inside your business.<\/p>\n            <\/div>\n            <div class=\"ct-card\">\n                <h3>03. Fuel<\/h3>\n                <p>Leveraging your newly bankable structure to secure the commercial funding required to scale your operations.<\/p>\n            <\/div>\n            <div class=\"ct-card\">\n                <h3>04. Free<\/h3>\n                <p>Positioning the enterprise for an eventual high-multiple exit or acquisition. We build businesses to sell.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div id=\"intel\" class=\"ct-criteria\">\n        <div class=\"ct-criteria-container\">\n            <div class=\"ct-criteria-text\">\n                <h2>Operational <span style=\"color: #D32F2F;\">Parameters<\/span><\/h2>\n                <p>We do not fund ideas. We do not fund startups. We deploy capital and strategy into established operations that are bleeding efficiency or lacking the firepower to scale.<\/p>\n                <p>If you meet the parameters on the right, your business is a prime target for our infrastructure.<\/p>\n            <\/div>\n            <div class=\"ct-checklist\">\n                <div class=\"ct-check-item\">\n                    <div class=\"ct-check-icon\">\u2713<\/div>\n                    <div class=\"ct-check-text\">\n                        <h4>Active Revenue Generation<\/h4>\n                        <p>You have a proven business model with consistent trailing revenue, not just projections.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"ct-check-item\">\n                    <div class=\"ct-check-icon\">\u2713<\/div>\n                    <div class=\"ct-check-text\">\n                        <h4>Operational Bottlenecks<\/h4>\n                        <p>You are trapped in the day-to-day and your current structure cannot handle the next phase of growth.<\/p>\n                    <\/div>\n                <\/div>\n                <div class=\"ct-check-item\">\n                    <div class=\"ct-check-icon\">\u2713<\/div>\n                    <div class=\"ct-check-text\">\n                        <h4>Exit or Scale Mentality<\/h4>\n                        <p>You are ultimately building an asset to be acquired, or an empire to dominate your local market.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div id=\"command-post\" class=\"ct-footer-cta\">\n        <h2>Initiate <span style=\"color: #D32F2F;\">Deployment<\/span><\/h2>\n        <p>Submit your operational intel. If you qualify, we will schedule a strategy briefing.<\/p>\n        <a href=\"\/apply\" class=\"ct-btn\">Mobilize Capital<\/a>\n    <\/div>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>CLEAVE CAPITAL The Pipeline Intel Command Post Mobilize Capital Spearhead the Expansion.Secure the Empire. We transform messy small businesses into bankable, sellable assets. Stop surviving. Start scaling. Command the exit. Mobilize Capital The Pipeline 01. Solidify Deep-cleaning your financials and bookkeeping so your business looks flawless on paper to our lending network. 02. Fortify Executing [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-66","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/cleave.capital\/index.php?rest_route=\/wp\/v2\/pages\/66","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cleave.capital\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cleave.capital\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cleave.capital\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cleave.capital\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=66"}],"version-history":[{"count":5,"href":"https:\/\/cleave.capital\/index.php?rest_route=\/wp\/v2\/pages\/66\/revisions"}],"predecessor-version":[{"id":107,"href":"https:\/\/cleave.capital\/index.php?rest_route=\/wp\/v2\/pages\/66\/revisions\/107"}],"wp:attachment":[{"href":"https:\/\/cleave.capital\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=66"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}