{"id":96,"date":"2025-11-11T00:49:17","date_gmt":"2025-11-11T00:49:17","guid":{"rendered":"http:\/\/stoneduck.farm\/?page_id=96"},"modified":"2026-02-18T01:27:44","modified_gmt":"2026-02-18T01:27:44","slug":"products","status":"publish","type":"page","link":"https:\/\/stoneduck.farm\/?page_id=96","title":{"rendered":"Products"},"content":{"rendered":"\n<style>\n        .sdf-beef-section {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 60px 20px;\n        }\n        \n        .sdf-beef-section .section-header {\n            text-align: center;\n            margin-bottom: 50px;\n        }\n        \n        .sdf-beef-section .section-header h1 {\n            font-size: 3em;\n            color: #4a4a4a;\n            margin-bottom: 15px;\n            font-weight: normal;\n        }\n        \n        .sdf-beef-section .section-header p {\n            font-size: 1.3em;\n            color: #6b6b6b;\n            font-style: italic;\n        }\n        \n        .sdf-beef-section .intro-text {\n            background: white;\n            padding: 40px;\n            margin-bottom: 50px;\n            border-left: 5px solid #384580;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n            font-size: 1.1em;\n            line-height: 1.8;\n            color: #4a4a4a;\n        }\n        \n        .sdf-beef-section .options-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin-bottom: 50px;\n        }\n        \n        .sdf-beef-section .option-card {\n            background: white;\n            padding: 35px;\n            border-radius: 8px;\n            box-shadow: 0 3px 15px rgba(0,0,0,0.08);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        .sdf-beef-section .option-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 5px 25px rgba(0,0,0,0.12);\n        }\n        \n        .sdf-beef-section .option-card.featured {\n            border: 3px solid #35735d;\n            position: relative;\n        }\n        \n        .sdf-beef-section .option-badge {\n            background: #384580;\n            color: white;\n            padding: 8px 20px;\n            border-radius: 20px;\n            font-size: 0.85em;\n            font-weight: bold;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            display: inline-block;\n            margin-bottom: 20px;\n        }\n        \n        .sdf-beef-section .option-card h3 {\n            font-size: 2em;\n            color: #4a4a4a;\n            margin-bottom: 15px;\n        }\n        \n        .sdf-beef-section .option-card .description {\n            color: #5a5a5a;\n            margin-bottom: 20px;\n            line-height: 1.7;\n        }\n        \n        .sdf-beef-section .option-card ul {\n            list-style: none;\n            padding: 0;\n            margin: 20px 0;\n        }\n        \n        .sdf-beef-section .option-card ul li {\n            padding: 10px 0;\n            color: #5a5a5a;\n            border-bottom: 1px solid #f0f0f0;\n        }\n        \n        .sdf-beef-section .option-card ul li:last-child {\n            border-bottom: none;\n        }\n        \n        .sdf-beef-section .option-card ul li::before {\n            content: \"\u2713\";\n            color: #35735d;\n            font-weight: bold;\n            margin-right: 10px;\n        }\n        \n        .sdf-beef-section .how-it-works {\n            background: #f5f1ed;\n            padding: 50px 40px;\n            border-radius: 8px;\n            margin-bottom: 50px;\n        }\n        \n        .sdf-beef-section .how-it-works h2 {\n            text-align: center;\n            font-size: 2.5em;\n            color: #4a4a4a;\n            margin-bottom: 40px;\n        }\n        \n        .sdf-beef-section .steps {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n        }\n        \n        .sdf-beef-section .step {\n            text-align: center;\n        }\n        \n        .sdf-beef-section .step-number {\n            width: 60px;\n            height: 60px;\n            background: #35735d;\n            color: white;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.8em;\n            font-weight: bold;\n            margin: 0 auto 20px;\n        }\n        \n        .sdf-beef-section .step h4 {\n            font-size: 1.3em;\n            color: #4a4a4a;\n            margin-bottom: 10px;\n        }\n        \n        .sdf-beef-section .step p {\n            color: #5a5a5a;\n            line-height: 1.6;\n        }\n        \n        .sdf-beef-section .future-plans {\n            background: linear-gradient(135deg, #384580 0%, #35735d 100%);\n            color: white;\n            padding: 40px;\n            border-radius: 8px;\n            text-align: center;\n            margin-bottom: 50px;\n        }\n        \n        .sdf-beef-section .future-plans h3 {\n            font-size: 2em;\n            margin-bottom: 15px;\n        }\n        \n        .sdf-beef-section .future-plans p {\n            font-size: 1.1em;\n            line-height: 1.7;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n        \n        .sdf-beef-section .why-choose {\n            margin-bottom: 50px;\n        }\n        \n        .sdf-beef-section .why-choose h2 {\n            font-size: 2.5em;\n            color: #4a4a4a;\n            text-align: center;\n            margin-bottom: 40px;\n        }\n        \n        .sdf-beef-section .benefits {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 25px;\n        }\n        \n        .sdf-beef-section .benefit {\n            background: white;\n            padding: 30px;\n            border-radius: 8px;\n            box-shadow: 0 2px 10px rgba(0,0,0,0.05);\n        }\n        \n        .sdf-beef-section .benefit h4 {\n            font-size: 1.4em;\n            color: #4a4a4a;\n            margin-bottom: 12px;\n        }\n        \n        .sdf-beef-section .benefit p {\n            color: #5a5a5a;\n            line-height: 1.7;\n        }\n        \n        .sdf-beef-section .cta-section {\n            background: white;\n            padding: 50px;\n            text-align: center;\n            border-radius: 8px;\n            box-shadow: 0 3px 15px rgba(0,0,0,0.08);\n            margin-top: 40px\n        }\n        \n        .sdf-beef-section .cta-section h3 {\n            font-size: 2em;\n            color: #4a4a4a;\n            margin-bottom: 20px;\n        }\n        \n        .sdf-beef-section .cta-section p {\n            font-size: 1.1em;\n            color: #5a5a5a;\n            margin-bottom: 30px;\n        }\n        \n        .sdf-beef-section .cta-button {\n            display: inline-block;\n            background: #384580;\n            color: white;\n            padding: 15px 40px;\n            font-size: 1.1em;\n            text-decoration: none;\n            border-radius: 5px;\n            transition: background 0.3s ease;\n            font-weight: bold;\n        }\n        \n        .sdf-beef-section .cta-button:hover {\n            background: #2a3360;\n        }\n        \n        @media (max-width: 768px) {\n            .sdf-beef-section .section-header h1 {\n                font-size: 2em;\n            }\n            \n            .sdf-beef-section .options-container {\n                grid-template-columns: 1fr;\n            }\n            \n            .sdf-beef-section .steps {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n\n<div class=\"sdf-beef-section\">\n        <div class=\"section-header\">\n            <h1>Heritage Beef<\/h1>\n            <p>From Our Pastures to Your Table<\/p>\n        <\/div>\n        \n        <div class=\"intro-text\">\n            <p>At Stone Duck Farms, we raise cattle the way our families have for generations\u2014on open pastures, with care and attention to their wellbeing. Our direct-to-consumer model means you know exactly where your beef comes from, how it was raised, and who raised it. No middlemen, no mystery\u2014just honest, quality beef from land that&#8217;s been stewarded by the same families for nearly 200 years.<\/p>\n        <\/div>\n        \n        <div class=\"options-container\">\n            <div class=\"option-card\">\n                <h3>Half Beef Ownership<\/h3>\n                <p class=\"description\">Perfect for families who want to stock their freezer with a variety of premium cuts. A half typically yields approximately 200-250 pounds of beef.<\/p>\n                <ul>\n                    <li>Mix of steaks, roasts, and ground beef<\/li>\n                    <li>Custom cutting instructions<\/li>\n                    <li>Vacuum-sealed and frozen<\/li>\n                    <li>Approximately 7-9 cubic feet of freezer space needed<\/li>\n                <\/ul>\n            <\/div>\n            \n            <div class=\"option-card featured\">\n                <span class=\"option-badge\">Most Popular<\/span>\n                <h3>Whole Beef Ownership<\/h3>\n                <p class=\"description\">The ultimate value for larger families or those who want to share with friends. A whole beef yields approximately 400-500 pounds.<\/p>\n                <ul>\n                    <li>Complete variety of all cuts<\/li>\n                    <li>Best value per pound<\/li>\n                    <li>Custom cutting instructions<\/li>\n                    <li>Vacuum-sealed and frozen<\/li>\n                    <li>Approximately 14-18 cubic feet of freezer space needed<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n        \n        <div class=\"how-it-works\">\n            <h2>How It Works<\/h2>\n            <div class=\"steps\">\n                <div class=\"step\">\n                    <div class=\"step-number\">1<\/div>\n                    <h4>Reserve Your Beef<\/h4>\n                    <p>Contact us to reserve your half or whole beef. We&#8217;ll answer all your questions and put you on our schedule.<\/p>\n                <\/div>\n                \n                <div class=\"step\">\n                    <div class=\"step-number\">2<\/div>\n                    <h4>We Finish &#038; Process<\/h4>\n                    <p>After purchasing ownership of a whole or half beef, we finish your beef on our pastures, then transport it to our trusted local processor who handles everything to your specifications.<\/p>\n                <\/div>\n                \n                <div class=\"step\">\n                    <div class=\"step-number\">3<\/div>\n                    <h4>Pick Up or Delivery<\/h4>\n                    <p>Pick up your vacuum-sealed, frozen beef at the processor, or we can arrange with the proccessor to deliver it directly to your door for a small fee.<\/p>\n                <\/div>\n                \n                <div class=\"step\">\n                    <div class=\"step-number\">4<\/div>\n                    <h4>Enjoy!<\/h4>\n                    <p>Stock your freezer with premium beef that you can feel good about serving your family.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <div class=\"future-plans\">\n            <h3>Coming in 2026: Retail Cuts<\/h3>\n            <p>We&#8217;re excited to announce that we&#8217;re working toward expanding our operation to include USDA-inspected retail sales. Soon, you&#8217;ll be able to purchase individual cuts\u2014steaks, roasts, ground beef, and more\u2014directly from our farm without committing to a half or whole. Stay tuned for updates as we grow to serve you better!<\/p>\n        <\/div>\n        \n        <div class=\"why-choose\">\n            <h2>Why Choose Stone Duck Farms<\/h2>\n            <div class=\"benefits\">\n                <div class=\"benefit\">\n                    <h4>\ud83c\udf3e Pasture-Raised<\/h4>\n                    <p>Our cattle graze on the same pastures that have sustained livestock for nearly two centuries, enjoying natural grasses and open spaces.<\/p>\n                <\/div>\n                \n                <div class=\"benefit\">\n                    <h4>\ud83d\udc68\u200d\ud83c\udf3e Family Farm<\/h4>\n                    <p>When you buy from us, you&#8217;re supporting a multi-generational family operation, not a corporate feedlot. We know every animal personally.<\/p>\n                <\/div>\n                \n                <div class=\"benefit\">\n                    <h4>\ud83c\udfdb\ufe0f Heritage Quality<\/h4>\n                    <p>Seven generations of farming experience means we understand cattle, land stewardship, and what it takes to produce exceptional beef.<\/p>\n                <\/div>\n                \n                <div class=\"benefit\">\n                    <h4>\ud83d\udccd Know Your Source<\/h4>\n                    <p>Complete transparency from pasture to plate. You know exactly where your beef came from and how it was raised.<\/p>\n                <\/div>\n                \n                <div class=\"benefit\">\n                    <h4>\ud83d\udcb0 Better Value<\/h4>\n                    <p>Buying ownership in a whole or half beef direct from the farm means better prices than retail, plus you get premium cuts included.<\/p>\n                <\/div>\n                \n                <div class=\"benefit\">\n                    <h4>\ud83c\udfaf Custom Cuts<\/h4>\n                    <p>Work directly with the processor to get exactly the cuts you want, the thickness you prefer, and the packaging that suits your needs.<\/p>\n                <\/div>\n\n <div class=\"benefit\">\n                    <h4>\ud83c\udf31 Sustainable Practices<\/h4>\n                    <p>We practice rotational grazing and land stewardship methods passed down through seven generations, ensuring healthy soil and happy cattle.<\/p>\n                <\/div>\n   \n                <div class=\"benefit\">\n                    <h4>\ud83e\udd1d Personal Service<\/h4>\n                    <p>You&#8217;re not just a customer\u2014you&#8217;re part of our farm family. We&#8217;re always available to answer questions and provide support.<\/p>\n                <\/div>\n           <\/div>\n        \n        <div class=\"cta-section\">\n            <h3>Ready to Stock Your Freezer?<\/h3>\n            <p>Contact us today to reserve your beef or ask any questions. We&#8217;re always happy to talk about our cattle, our practices, and how we can serve you.<\/p>\n            <a href=\"http:\/\/stoneduck.farm\/?page_id=237\" class=\"cta-button\">Get In Touch<\/a>\n        <\/div>\n    <\/div>\n","protected":false},"excerpt":{"rendered":"<p>Heritage Beef From Our Pastures to Your Table At Stone Duck Farms, we raise cattle the way our families have for generations\u2014on open pastures, with care and attention to their wellbeing. Our direct-to-consumer model means you know exactly where your beef comes from, how it was raised, and who raised it. No middlemen, no mystery\u2014just [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-with-title","meta":{"footnotes":""},"class_list":["post-96","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/stoneduck.farm\/index.php?rest_route=\/wp\/v2\/pages\/96","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stoneduck.farm\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/stoneduck.farm\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/stoneduck.farm\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/stoneduck.farm\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=96"}],"version-history":[{"count":5,"href":"https:\/\/stoneduck.farm\/index.php?rest_route=\/wp\/v2\/pages\/96\/revisions"}],"predecessor-version":[{"id":476,"href":"https:\/\/stoneduck.farm\/index.php?rest_route=\/wp\/v2\/pages\/96\/revisions\/476"}],"wp:attachment":[{"href":"https:\/\/stoneduck.farm\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=96"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}