{"id":5,"date":"2022-02-01T08:45:21","date_gmt":"2022-02-01T07:45:21","guid":{"rendered":"https:\/\/www.arientigp.it\/en\/?page_id=5"},"modified":"2026-07-12T09:02:03","modified_gmt":"2026-07-12T07:02:03","slug":"home-arienti-gp","status":"publish","type":"page","link":"https:\/\/www.arientigp.it\/en\/","title":{"rendered":"Home | Arienti"},"content":{"rendered":"\n<div class=\"hero-bg-arienti home-hero\">\n\n    <!-- Video Background-->\n    <video playsinline=\"\" autoplay=\"\" muted=\"\" loop=\"\" class=\"hero-video-desktop\" poster=\"https:\/\/www.arientigp.it\/en\/wp-content\/uploads\/2026\/07\/back-mobile-home-hero.webp\" fetchpriority=\"high\">\n        <source src=\"https:\/\/arientigp.it\/wp-content\/uploads\/video\/intro%20homepage%20Arienti%20ventilazione%20stalle_1.mp4\" type=\"video\/mp4\">\n    <\/video>\n\n    <!-- Overlay per leggibilit\u00e0 testo (Mancava!) -->\n    <div class=\"hero-overlay\"><\/div>\n\n    <div class=\"hero-content-arienti l-container\">\n        <h1 class=\"hero-h1\">\n            Since 1970,<br>The House of Dairy Cooling<br>\n            <span class=\"text-green\">Engineering Dairy Performance<\/span>\n        <\/h1>\n        <h2 class=\"hero-h2\">\n            We design <strong>advanced ventilation and cooling systems<\/strong><br>powered by real-time data.\n            <br>Improving herd welfare. Maximizing farm profitability.\n        <\/h2>\n        <div class=\"gb-button-wrapper\">\n            <a href=\"#calculator\" class=\"c-btn c-btn-primary\" title=\"Calculate your ROI\">\n                CALCULATE<br>YOUR ROI\n            <\/a>\n            <a href=\"\/en\/elements-program\/\" class=\"c-btn c-btn-outline\" title=\"Discover Programma Elements\">\n                DISCOVER THE<br>ELEMENTS METHOD\n            <\/a>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<section id=\"calculator\" class=\"section\" style=\"background: #fff; position: relative; z-index: 10; margin-top: -60px; padding-top: 60px;\">\n    <div class=\"l-container\">\n        <!-- x-data speculare alla versione italiana con chiamata EN -->\n        <div x-data=\"Object.assign({ openSpiegazione: false }, calcolatoreArienti2025EN())\" class=\"calcolatore-inner\">\n            \n            <div class=\"text-center mb-10\">\n                <span class=\"text-gold font-bold uppercase tracking-widest text-sm\">Economic Analysis<\/span>\n                <h2 class=\"h2 text-gray-800 mt-2\">How much is heat stress costing your farm?<\/h2>\n                <p class=\"text-lg text-gray-600 max-w-3xl mx-auto\">\n                    Insert your farm data. We calculate the economic loss based on the <strong>S\/W Index<\/strong> and a seasonal average of 150 critical days.\n                <\/p>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 mb-12 items-end\">\n                <div>\n                    <label class=\"block font-bold mb-2\">Lactating Cows<\/label>\n                    <input type=\"number\" x-model.number=\"vacche\" placeholder=\"Ex. 200\" class=\"input-field w-full\">\n                <\/div>\n                <div>\n                    <label class=\"block font-bold mb-2\">Winter Avg. (Liters)<\/label>\n                    <input type=\"number\" step=\"0.1\" x-model.number=\"litri_inverno\" @input=\"calcolaIndice()\" placeholder=\"Ex. 38\" class=\"input-field w-full\">\n                <\/div>\n                <div class=\"relative\">\n                    <label class=\"block font-bold mb-2\">Summer Avg. (Liters)<\/label>\n                    <input type=\"number\" step=\"0.1\" x-model.number=\"litri_estate\" @input=\"calcolaIndice()\" placeholder=\"Ex. 30\" class=\"input-field w-full\">\n                    \n                    <!-- BADGE INDICE S\/W - Struttura e stili presi al 100% dalla versione italiana funzionante -->\n                    <div class=\"absolute w-full text-center mt-2\" x-show=\"indice\" style=\"display: none;\">\n                        <div class=\"inline-block bg-white border border-gray-200 rounded-lg px-3 py-1 shadow-md\">\n                            <span class=\"text-xs font-bold uppercase tracking-wider text-gray-400 block\" style=\"font-size: 0.65rem;\">S\/W Index<\/span>\n                            <span x-text=\"indice\" class=\"text-xl font-black block leading-tight\" :style=\"indice &lt; 0.9 ? 'color: #dc2626;' : 'color: #16a34a;'\"><\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div>\n                    <label class=\"block font-bold mb-2\">Milk Price (\u20ac\/Liter)<\/label>\n                    <input type=\"number\" step=\"0.01\" x-model.number=\"prezzo\" placeholder=\"0.48\" class=\"input-field w-full\">\n                <\/div>\n            <\/div>\n\n            <div class=\"text-center mt-16\">\n                <button @click=\"calcola()\" class=\"c-btn c-btn-primary shadow-2xl hover:scale-105 transition transform cursor-pointer border-none w-full md:w-auto\">\n                    CALCULATE ECONOMIC LOSS\n                <\/button>\n            <\/div>\n\n            <div x-show=\"show_results\" class=\"mt-12 text-center\" style=\"display: none;\">\n                <div x-html=\"risultato\"><\/div>\n            <\/div>\n\n            <!-- SEZIONE ACCORDION SPIEGAZIONE -->\n            <div class=\"mt-16 border-t border-gray-200 pt-6 max-w-3xl mx-auto text-center\">\n                <button @click=\"openSpiegazione = !openSpiegazione\" class=\"inline-flex items-center gap-2 text-sm font-semibold text-gray-500 hover:text-emerald-600 transition cursor-pointer bg-none border-none outline-none\">\n                    <span>Discover recoverable profit?<\/span>\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width: 16px; height: 16px; min-width: 16px; display: inline-block; vertical-align: middle;\" class=\"transform transition-transform duration-200\" :class=\"openSpiegazione ? 'rotate-180' : ''\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7-7\"><\/path>\n                    <\/svg>\n                <\/button>\n\n                <div x-show=\"openSpiegazione\" x-collapse=\"\" class=\"mt-4 text-left p-6 bg-gray-50 rounded-xl text-sm text-gray-600 line-height-relaxed\" style=\"display: none;\">\n                    <p class=\"mb-3\">\n                        The calculation you just ran highlights the direct economic loss. By monitoring the S\/W Index (Summer\/Winter Ratio), our goal is not just to reduce the loss, but to maintain the farm&#8217;s true potential.\n                    <\/p>\n                    <ul class=\"list-disc pl-5 space-y-2 mb-3\">\n                        <li><strong>Feed Intake Recovery:<\/strong> By controlling cow body temperature during the 150 critical days, dry matter intake is maintained, rumination is stimulated, and feed conversion efficiency is optimized even in the hottest months.<\/li>\n                        <li><strong>Herd Efficiency:<\/strong> Reducing the impact of the summer cow thermal load stabilizes the annual lactation curve, restoring net profit margins often diminished by thermal stress.<\/li>\n                    <\/ul>\n                    <p class=\"text-xs text-gray-400 italic\">\n                        Note: This analysis provides an estimate based on stable zootechnical averages. The real biological performance recovery is strictly tied to lowering the animal&#8217;s body temperature.\n                    <\/p>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/section>\n\n<script>\ndocument.addEventListener('alpine:init', () => {\n    Alpine.data('calcolatoreArienti2025EN', () => ({\n        vacche: null, \n        litri_inverno: null, \n        litri_estate: null, \n        indice: null, \n        prezzo: null, \n        risultato: '', \n        show_results: false,\n        \n        calcolaIndice() {\n            if (this.litri_inverno > 0 && this.litri_estate > 0) {\n                this.indice = parseFloat((this.litri_estate \/ this.litri_inverno).toFixed(2));\n            } else { \n                this.indice = null; \n            }\n        },\n        \n        calcola() {\n            if (!this.vacche || !this.litri_inverno || !this.litri_estate || !this.prezzo) {\n                 this.show_results = true;\n                 this.risultato = `<div class='p-6 bg-red-50 border-l-4 border-red-500 text-red-700 font-bold rounded-r text-center shadow-sm'>\u26a0\ufe0f Please fill in all fields.<\/div>`;\n                 return;\n            }\n            this.show_results = true;\n            \n            const giorniStress = 150; \n            const deltaLitri = this.litri_inverno - this.litri_estate;\n            \n            if (deltaLitri <= 0) {\n                this.risultato = `<div class='calc-box-gain text-center'><p class='text-green text-3xl font-black mb-4'>Excellent Data!<\/p><p>Your summer production is optimal. Contact us today to maintain steady profits.<\/p><\/div>`;\n                return;\n            }\n            \n            const perditaTotale = Math.round(deltaLitri * this.vacche * giorniStress * this.prezzo);\n            const guadagnoPotenziale = Math.round(perditaTotale * 0.88); \n            \n            this.risultato = `\n            <div class='calc-result-wrapper'>\n                <div class='calc-box-loss'>\n                    <p class='calc-label-sm'>Estimated Loss<\/p>\n                    <div class='calc-number-loss'>\u2013 ${perditaTotale.toLocaleString('en-US')} \u20ac<\/div>\n                <\/div>\n                <div class='calc-arrow-divider'>\u2193<\/div>\n                <div class='calc-box-gain'>\n                    <p class='calc-label-sm'>Potential Arienti Recovery<\/p>\n                    <div class='calc-number-gain'>+ ${guadagnoPotenziale.toLocaleString('en-US')} \u20ac<\/div>\n                    <div class='flex flex-col md:flex-row gap-4 justify-center mt-6'>\n                        <a href='\/en\/contact?valore=${guadagnoPotenziale}' class='c-btn c-btn-primary'>REQUEST ANALYSIS<\/a>\n                        <a href='https:\/\/wa.me\/393496279318' target='_blank' class='c-btn c-btn-outline'>WHATSAPP<\/a>\n                    <\/div>\n                <\/div>\n            <\/div>`;\n        }\n    }));\n});\n<\/script>\n \n\n\n\n\n<section class=\"section\">\n    <div class=\"l-container\">\n        <div class=\"text-center mb-16\">\n            <h2 class=\"h2 mb-6\">Technologies &amp; Systems<\/h2>\n            <p>Beyond the method, we engineer the equipment. We design and install high-efficiency livestock technologies.<\/p>\n        <\/div>\n\n        <div class=\"grid grid-cols-1 md:grid-cols-3 gap-6\">\n            <div class=\"tech-card\">\n                <div class=\"tech-card-img\" style=\"background-image: url('https:\/\/www.arientigp.it\/wp-content\/uploads\/2026\/06\/Ventilazione-Stalle-Arienti.webp');\"><span class=\"tech-tag\">Ventilation Systems<\/span><\/div>\n                <div class=\"tech-content\">\n                    <h3>Ventilation<\/h3>\n                    <p class=\"mb-6 text-gray-600\">High-capacity airflow systems for massive volume displacement.<\/p>\n                    <ul class=\"tech-list\"><li>HVLS Fans<\/li><li>Destratifiers<\/li><li>Tunnel Ventilation<\/li><\/ul>\n                    <a href=\"\/en\/solutions\/cow-ventilation\/\" class=\"tech-link\">Explore the range \u2192<\/a>\n                <\/div>\n            <\/div>\n            <div class=\"tech-card\">\n                <div class=\"tech-card-img\" style=\"background-image: url('https:\/\/www.arientigp.it\/en\/wp-content\/uploads\/2026\/07\/cow-cooling-aqos-by-arienti.webp');\"><span class=\"tech-tag\">Cooling<\/span><\/div>\n                <div class=\"tech-content\">\n                    <h3>Direct Cooling<\/h3>\n                    <p class=\"mb-6 text-gray-600\">AQOS High-Pressure technology with 90% water saving.<\/p>\n                    <ul class=\"tech-list\"><li>Water Saving<\/li><li>Soakers<\/li><li>Precision Cooling<\/li><\/ul>\n                    <a href=\"https:\/\/www.arientigp.it\/en\/solutions\/cow-cooling\/\" class=\"tech-link\">Explore the range \u2192<\/a>\n                <\/div>\n            <\/div>\n            <div class=\"tech-card\">\n                <div class=\"tech-card-img\" style=\"background-image: url('https:\/\/www.arientigp.it\/wp-content\/uploads\/2026\/06\/dynamic-Arienti.webp');\"><span class=\"tech-tag\">Automation<\/span><\/div>\n                <div class=\"tech-content\">\n                    <h3>Smart Control<\/h3>\n                    <p class=\"mb-6 text-gray-600\">The system\u2019s brain. WICOW + DYNAMIC for 24\/7 proactive monitoring.<\/p>\n                    <ul class=\"tech-list\"><li>Dynamic Smart Control Unit<\/li><li>Proactive Monitoring<\/li><li>THI Sensors<\/li><\/ul>\n                    <a href=\"https:\/\/www.arientigp.it\/en\/solutions\/stable-management\/\" class=\"tech-link\">Discover the technology \u2192<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<section class=\"section-sm\" style=\"background: #fff;\">\n    <div class=\"l-container\">\n        <h2 class=\"h2 text-center mb-4\">Proven On Commercial Dairy Farms<\/h2>\n        <p class=\"text-center text-gray-600\" style=\"margin-bottom: 4rem;\">The best proof of our method comes from those who use it daily.<\/p>\n\n        <div class=\"grid grid-cols-1 md:grid-cols-3 gap-6\">\n            \n            <div class=\"video-card js-youtube-card\" data-video-id=\"Au8C07dzOGw\" title=\"Ancelotti Farm Testimonial\" style=\"cursor: pointer;\">\n                <div class=\"video-thumb\" style=\"background-image: url('https:\/\/www.arientigp.it\/wp-content\/uploads\/2026\/06\/cover-ancelotti.png'); position: relative;\">\n                    <div class=\"play-btn\"><div class=\"play-icon-shape\"><\/div><\/div>\n                <\/div>\n                <div class=\"video-content\">\n                    <p class=\"video-quote\">&#8220;We no longer experience summer production drops.&#8221;<\/p>\n                    <div class=\"farmer-info\">\n                        <h4>Ancellotti Farm<\/h4><span>Parma, Italy<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"video-card js-youtube-card\" data-video-id=\"k2FGHt6mczM\" title=\"Buttarelli Farm Testimonial\" style=\"cursor: pointer;\">\n                <div class=\"video-thumb\" style=\"background-image: url('https:\/\/www.arientigp.it\/wp-content\/uploads\/2026\/06\/anteprima-video-case-study-Az.-Agricola-Buttarelli-arienti.webp'); position: relative;\">\n                    <div class=\"play-btn\"><div class=\"play-icon-shape\"><\/div><\/div>\n                <\/div>\n                <div class=\"video-content\">\n                    <p class=\"video-quote\">&#8220;Milk production remained stable during peak summer heat.&#8221;<\/p>\n                    <div class=\"farmer-info\">\n                        <h4>Buttarelli Farm<\/h4><span>Pavia, Italy<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <div class=\"video-card js-youtube-card\" data-video-id=\"sh8Mrs8R8GY\" title=\"Ecclesia Farm Testimonial\" style=\"cursor: pointer;\">\n                <div class=\"video-thumb\" style=\"background-image: url('https:\/\/www.arientigp.it\/wp-content\/uploads\/2026\/06\/anteprima-video-case-study-ecclesia-arienti.webp'); position: relative;\">\n                    <div class=\"play-btn\"><div class=\"play-icon-shape\"><\/div><\/div>\n                <\/div>\n                <div class=\"video-content\">\n                    <p class=\"video-quote\">&#8220;Once again, we have confirmation that the Elements Program works.&#8221;<\/p>\n                    <div class=\"farmer-info\">\n                        <h4>Ecclesia Farm<\/h4><span>Turin, Italy<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/section>\n\n<div class=\"final-cta-arienti text-center text-white\">\n    <h2 class=\"h2 mb-6\" style=\"color: #fff;\">\n        Herd welfare is your<br>\n        <span style=\"color: var(--ari-green);\">most profitable investment.<\/span>\n    <\/h2>\n    <p class=\"text-xl md:text-2xl mb-12 max-w-3xl mx-auto opacity-90 font-light\">\n        Shift from &#8220;treating&#8221; to &#8220;preventing&#8221;. Let\u2019s analyze your farm to ensure healthy cows and maximum productivity.\n    <\/p>\n    <div class=\"flex flex-col md:flex-row gap-6 justify-center items-center mb-10\">\n        <a href=\"\/en\/contatti\" class=\"c-btn c-btn-primary\">REQUEST ANALYSIS<\/a>\n        <a href=\"https:\/\/wa.me\/393496279318\" target=\"_blank\" class=\"c-btn c-btn-outline\" style=\"border-color: white; color: #11a74f;\" rel=\"noopener\">\n            Contact us on WhatsApp\n        <\/a>\n    <\/div>\n   \n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Since 1970,The House of Dairy Cooling Engineering Dairy Performance We design advanced ventilation and cooling systemspowered by real-time data. Improving herd welfare. Maximizing farm profitability. CALCULATEYOUR ROI DISCOVER THEELEMENTS METHOD Economic Analysis How much is heat stress costing your farm? Insert your farm data. We calculate the economic loss based on the S\/W Index and &#8230; <a title=\"Home | Arienti\" class=\"read-more\" href=\"https:\/\/www.arientigp.it\/en\/\" aria-label=\"Read more about Home | Arienti\">Read more<\/a><\/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-5","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/www.arientigp.it\/en\/wp-json\/wp\/v2\/pages\/5","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.arientigp.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.arientigp.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.arientigp.it\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.arientigp.it\/en\/wp-json\/wp\/v2\/comments?post=5"}],"version-history":[{"count":57,"href":"https:\/\/www.arientigp.it\/en\/wp-json\/wp\/v2\/pages\/5\/revisions"}],"predecessor-version":[{"id":1544,"href":"https:\/\/www.arientigp.it\/en\/wp-json\/wp\/v2\/pages\/5\/revisions\/1544"}],"wp:attachment":[{"href":"https:\/\/www.arientigp.it\/en\/wp-json\/wp\/v2\/media?parent=5"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}