{"id":11326,"date":"2025-10-01T09:10:13","date_gmt":"2025-10-01T09:10:13","guid":{"rendered":"https:\/\/fontanarossa.do\/?page_id=11326"},"modified":"2025-10-08T08:17:09","modified_gmt":"2025-10-08T08:17:09","slug":"ecology","status":"publish","type":"page","link":"https:\/\/fontanarossa.do\/en\/ecology\/","title":{"rendered":"ecology"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"11326\" class=\"elementor elementor-11326\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ab320ec elementor-section-full_width qodef-elementor-content-grid elementor-section-height-min-height elementor-section-items-bottom rain-forest elementor-section-height-default elementor-invisible\" data-id=\"ab320ec\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3fd44c8\" data-id=\"3fd44c8\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c65a8b6 elementor-widget elementor-widget-html\" data-id=\"c65a8b6\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- HERO: Fontanarossa Toucan (max-width 40%, strong parallax) -->\r\n<style>\r\n  :root{\r\n    --fr-hero-h: min(100vh, 860px);\r\n    --fr-white: #fff;\r\n  }\r\n  .fr-hero{\r\n    position:relative;\r\n    height:var(--fr-hero-h);\r\n    min-height:520px;\r\n    overflow:hidden;\r\n    color:var(--fr-white);\r\n    background:#000;\r\n    isolation:isolate;\r\n  }\r\n\r\n  \/* t\u0142o tukana *\/\r\n  .fr-hero__bg{\r\n    position:absolute; inset:0; z-index:0;\r\n    background:url('https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/tucan-dominicana.jpg')\r\n      center\/cover no-repeat;\r\n    will-change:transform; transform:translateZ(0);\r\n  }\r\n\r\n  \/* deszcz *\/\r\n  .fr-hero__rain{\r\n    position:absolute; inset:0; z-index:1;\r\n    pointer-events:none; opacity:.7; mix-blend-mode:screen;\r\n  }\r\n\r\n  .fr-hero__inner{\r\n    position:relative; z-index:2; height:100%;\r\n    display:grid; align-items:center;\r\n    padding:96px 22px 56px;\r\n  }\r\n\r\n  .fr-copy{\r\n    color:#fff;\r\n    text-align:left;\r\n    max-width:40%;\r\n    text-shadow:0 0 18px rgba(0,0,0,.45);\r\n    margin-left:clamp(12px, 6vw, 80px);\r\n  }\r\n  .fr-eyebrow{\r\n    text-transform:uppercase; letter-spacing:.18em;\r\n    font-size:clamp(11px, 1.5vw, 13px);\r\n    opacity:.95; color:#fff;\r\n  }\r\n  .fr-title{\r\n    margin:.2em 0 .25em; line-height:1.05; font-weight:800;\r\n    font-size:clamp(34px, 6.2vw, 72px);\r\n    color:#fff;\r\n  }\r\n  .fr-sub{\r\n    font-size:clamp(15px, 2vw, 20px);\r\n    line-height:1.6; opacity:.96; color:#fff;\r\n  }\r\n\r\n\r\n  @media (max-width: 768px){\r\n    .fr-hero{ height:90vh; min-height:90vh; }\r\n    .fr-copy{\r\n      max-width:90%;\r\n      margin-top:180px;\r\n      margin-left:18px;\r\n      text-shadow:0 0 14px rgba(0,0,0,.6);\r\n    }\r\n    .fr-hero__bg{ background-position:center top; }\r\n    .fr-hero__inner{ padding:64px 18px 40px; }\r\n  }\r\n\r\n  @media (prefers-reduced-motion: reduce){\r\n    .fr-hero__bg{ transform:none !important; transition:none !important; }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"fr-hero\" id=\"frHero\">\r\n  <div class=\"fr-hero__bg\" id=\"frBg\" aria-hidden=\"true\"><\/div>\r\n  <canvas class=\"fr-hero__rain\" id=\"frRain\" aria-hidden=\"true\"><\/canvas>\r\n\r\n  <div class=\"fr-hero__inner\">\r\n    <div class=\"fr-copy\">\r\n      <div class=\"fr-eyebrow\">Sustainably Sourced<\/div>\r\n      <h1 class=\"fr-title\">In harmony with the wildlife.<\/h1>\r\n      <p class=\"fr-sub\">\r\n        Fontanarossa is harmony between people and nature. Every drop is crafted from sustainable crops that protect and support local ecosystems. This is how we offer purity and taste in harmony with the natural beauty of our planet. \r\n      <\/p>\r\n    <\/div>\r\n  <\/div>\r\n<\/div>\r\n\r\n<script>\r\n\/* ===== mocniejsza paralaksa x2 + rain ===== *\/\r\nconst hero = document.getElementById('frHero');\r\nconst bg   = document.getElementById('frBg');\r\nconst rain = document.getElementById('frRain');\r\n\r\n\/* mouse parallax (x2 \u2013 wi\u0119kszy zakres) *\/\r\nhero.addEventListener('mousemove', (e)=>{\r\n  const r = hero.getBoundingClientRect();\r\n  const mx = (e.clientX - r.left)\/r.width - .5;\r\n  const my = (e.clientY - r.top)\/r.height - .5;\r\n  bg.style.transform = `translate(${mx*-20}px, ${my*-12}px) scale(1.05)`;\r\n});\r\n\r\n\/* scroll pan (x2 \u2013 0.16) *\/\r\ndocument.addEventListener('scroll', ()=>{\r\n  const y = window.scrollY || window.pageYOffset;\r\n  bg.style.transform = `translateY(${y*0.16}px) scale(1.05)`;\r\n}, {passive:true});\r\n\r\n\/* rain *\/\r\n(function(){\r\n  const ctx = rain.getContext('2d');\r\n  let W,H, drops=[], raf;\r\n  function resize(){\r\n    W = rain.width  = hero.clientWidth;\r\n    H = rain.height = hero.clientHeight;\r\n  }\r\n  window.addEventListener('resize', resize);\r\n  resize();\r\n\r\n  const N = 80; drops = Array.from({length:N}).map(()=>({\r\n    x: Math.random()*W,\r\n    y: Math.random()*H,\r\n    l: 8 + Math.random()*14,\r\n    s: 1 + Math.random()*1.6,\r\n    o: .35 + Math.random()*.35\r\n  }));\r\n\r\n  function draw(){\r\n    ctx.clearRect(0,0,W,H);\r\n    ctx.strokeStyle = 'rgba(255,255,255,0.8)';\r\n    ctx.lineWidth = 1;\r\n    for(const d of drops){\r\n      ctx.globalAlpha = d.o;\r\n      ctx.beginPath(); ctx.moveTo(d.x,d.y);\r\n      ctx.lineTo(d.x + d.l*-0.25, d.y + d.l); ctx.stroke();\r\n      d.x -= 0.8*d.s; d.y += 2.6*d.s;\r\n      if(d.y > H+20 || d.x < -20){ d.x = Math.random()*W+20; d.y = -20; }\r\n    }\r\n    raf = requestAnimationFrame(draw);\r\n  }\r\n  const mq = window.matchMedia('(prefers-reduced-motion: reduce)');\r\n  function toggle(e){ if(e.matches){ cancelAnimationFrame(raf); } else { draw(); } }\r\n  mq.addEventListener ? mq.addEventListener('change', toggle) : mq.addListener(toggle);\r\n  toggle(mq);\r\n})();\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-9c37b20 elementor-section-full_width qodef-elementor-content-grid elementor-section-height-min-height elementor-section-items-bottom rain-forest elementor-section-height-default elementor-invisible\" data-id=\"9c37b20\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-579597c\" data-id=\"579597c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4e526c7 elementor-absolute elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"4e526c7\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"203\" src=\"https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/rainforest-layer1-1024x203.jpg\" class=\"attachment-large size-large wp-image-11328\" alt=\"\" srcset=\"https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/rainforest-layer1-1024x203.jpg 1024w, https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/rainforest-layer1-300x59.jpg 300w, https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/rainforest-layer1-768x152.jpg 768w, https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/rainforest-layer1-1536x304.jpg 1536w, https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/rainforest-layer1-18x4.jpg 18w, https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/rainforest-layer1-600x119.jpg 600w, https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/rainforest-layer1.jpg 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d97ab16 elementor-absolute elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"d97ab16\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"226\" src=\"https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/rainforest-layer2-1-1024x226.png\" class=\"attachment-large size-large wp-image-11420\" alt=\"\" srcset=\"https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/rainforest-layer2-1-1024x226.png 1024w, https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/rainforest-layer2-1-300x66.png 300w, https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/rainforest-layer2-1-768x169.png 768w, https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/rainforest-layer2-1-1536x338.png 1536w, https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/rainforest-layer2-1-18x4.png 18w, https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/rainforest-layer2-1-600x132.png 600w, https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/rainforest-layer2-1.png 1920w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c28d1ab elementor-absolute e-transform elementor-widget elementor-widget-dunker_core_section_title\" data-id=\"c28d1ab\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;_transform_scale_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.9,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;_transform_scale_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"dunker_core_section_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"qodef-shortcode qodef-m  qodef-section-title qodef-alignment--center \">\n\t    <p class=\"qodef-m-subtitle\" >protection<\/p>\r\n\t\t<h1 class=\"qodef-m-title\" >\n\t\t\t\t\tRAINFOREST\t\t\t<\/h1>\n\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0c66453 elementor-absolute elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"0c66453\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:8,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/rainforest-layer3-1.png\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bafb4c1 elementor-absolute elementor-hidden-desktop elementor-widget elementor-widget-image\" data-id=\"bafb4c1\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/rainforest-layer3-1.png\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c8f2c3c elementor-section-full_width elementor-section-height-min-height elementor-section-height-default elementor-section-items-middle elementor-invisible\" data-id=\"c8f2c3c\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f476526\" data-id=\"f476526\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cdcfd9e elementor-widget elementor-widget-spacer\" data-id=\"cdcfd9e\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ae3bb4 elementor-absolute elementor-invisible elementor-widget elementor-widget-dunker_core_single_image\" data-id=\"9ae3bb4\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_animation&quot;:&quot;fadeInRight&quot;}\" data-widget_type=\"dunker_core_single_image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"qodef-shortcode qodef-m  qodef-single-image qodef-layout--default  \">\n\t\t\t<div class=\"qodef-m-image\">\n\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"765\" height=\"535\" src=\"https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/hummingbird2.png\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/hummingbird2.png 765w, https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/hummingbird2-300x210.png 300w, https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/hummingbird2-18x12.png 18w, https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/hummingbird2-600x420.png 600w\" sizes=\"(max-width: 765px) 100vw, 765px\" \/>\t\t\t\t\t\t\t<\/div>\n\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f106414\" data-id=\"f106414\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9331d47 elementor-widget elementor-widget-dunker_core_section_title\" data-id=\"9331d47\" data-element_type=\"widget\" data-widget_type=\"dunker_core_section_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"qodef-shortcode qodef-m  qodef-section-title qodef-alignment--left \">\n\t\t\t<h2 class=\"qodef-m-title\" style=\"color: #FF4D87\">\n\t\t\t\t\tResponsible Cultivation \t\t\t<\/h2>\n\t\t<p class=\"qodef-m-text\" style=\"font-size: 24px\">Our principle is simplicity and respect for the earth. We use only ingredients that ripen in tune with nature\u2019s rhythm. As a result, each one retains its finest qualities, and production remains environmentally friendly. <\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-905e282 elementor-section-full_width elementor-section-height-min-height elementor-section-height-default elementor-section-items-middle elementor-invisible\" data-id=\"905e282\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-07eb5a9 order-2 order-lg-1\" data-id=\"07eb5a9\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f3cf638 elementor-widget elementor-widget-dunker_core_section_title\" data-id=\"f3cf638\" data-element_type=\"widget\" data-widget_type=\"dunker_core_section_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"qodef-shortcode qodef-m  qodef-section-title qodef-alignment--left \">\n\t\t\t<h2 class=\"qodef-m-title\" style=\"color: #FF4D87\">\n\t\t\t\t\tResponsible Cultivation \t\t\t<\/h2>\n\t\t<p class=\"qodef-m-text\" style=\"font-size: 24px\">Our principle is simplicity and respect for the earth. We use only ingredients that ripen in tune with nature\u2019s rhythm. As a result, each one retains its finest qualities, and production remains environmentally friendly. <\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-2cd800a order-1 order-lg-2\" data-id=\"2cd800a\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7c7ab78 elementor-widget elementor-widget-spacer\" data-id=\"7c7ab78\" data-element_type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0e4eb19 elementor-section-full_width qodef-elementor-content-grid elementor-section-height-min-height elementor-section-height-default elementor-section-items-middle elementor-invisible\" data-id=\"0e4eb19\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f72cc97\" data-id=\"f72cc97\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c5b8be7\" data-id=\"c5b8be7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ea02d3b elementor-widget elementor-widget-dunker_core_section_title\" data-id=\"ea02d3b\" data-element_type=\"widget\" data-widget_type=\"dunker_core_section_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"qodef-shortcode qodef-m  qodef-section-title qodef-alignment--left \">\n\t\t\t<h2 class=\"qodef-m-title\" style=\"color: #FF4D87\">\n\t\t\t\t\tOur Mission\t\t\t<\/h2>\n\t\t<p class=\"qodef-m-text\" style=\"font-size: 24px;color: #FFFFFF\">We dedicate a portion of every sale to rainforest conservation programs. These places of priceless biodiversity are home to hundreds of species of animals and plants. Together, we can preserve their richness for future generations. <\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-82e825c elementor-section-full_width qodef-elementor-content-grid elementor-section-height-min-height elementor-section-height-default elementor-section-items-middle elementor-invisible\" data-id=\"82e825c\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-0cf0e4c\" data-id=\"0cf0e4c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d8df267 elementor-widget elementor-widget-dunker_core_section_title\" data-id=\"d8df267\" data-element_type=\"widget\" data-widget_type=\"dunker_core_section_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"qodef-shortcode qodef-m  qodef-section-title qodef-alignment--left \">\n\t\t\t<h2 class=\"qodef-m-title\" style=\"color: #FFFFFF\">\n\t\t\t\t\tOur Promise \t\t\t<\/h2>\n\t\t<p class=\"qodef-m-text\" style=\"font-size: 24px;color: #FFFFFF\">We believe the purity of nature can be captured and shared. That\u2019s why, in every product, we deliver what is most precious\u2014harmony, freshness, and care for the planet. The purity of nature in every drop\u2014this is our promise and your guarantee. <\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-31ca1a1\" data-id=\"31ca1a1\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-50b2b28 elementor-absolute animated-slow elementor-invisible elementor-widget elementor-widget-image\" data-id=\"50b2b28\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_effect&quot;:&quot;yes&quot;,&quot;motion_fx_opacity_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:47,&quot;end&quot;:80}},&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500,&quot;motion_fx_opacity_direction&quot;:&quot;out-in&quot;,&quot;motion_fx_opacity_level&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"650\" height=\"499\" src=\"https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/tiny-frog.png\" class=\"attachment-large size-large wp-image-11466\" alt=\"\" srcset=\"https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/tiny-frog.png 650w, https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/tiny-frog-300x230.png 300w, https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/tiny-frog-16x12.png 16w, https:\/\/fontanarossa.do\/wp-content\/uploads\/2025\/10\/tiny-frog-600x461.png 600w\" sizes=\"(max-width: 650px) 100vw, 650px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2bba67b elementor-section-full_width qodef-elementor-content-grid elementor-section-height-min-height elementor-section-height-default elementor-section-items-middle elementor-invisible\" data-id=\"2bba67b\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-19d2f81\" data-id=\"19d2f81\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-2c25255\" data-id=\"2c25255\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-39632c7 elementor-widget elementor-widget-dunker_core_section_title\" data-id=\"39632c7\" data-element_type=\"widget\" data-widget_type=\"dunker_core_section_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"qodef-shortcode qodef-m  qodef-section-title qodef-alignment--left \">\n\t\t\t<h2 class=\"qodef-m-title\" style=\"color: #FFFFFF\">\n\t\t\t\t\tThe Source of Life \t\t\t<\/h2>\n\t\t<p class=\"qodef-m-text\" style=\"font-size: 24px;color: #FFFFFF\">What begins in nature should return to it. Fontanarossa is a symbol of this cycle \u2013 harmony, responsibility, and care that connect people with their surroundings. In every drop, we find the primal force of life, purity, and calm. True natural beauty endures only when we draw from it with gratitude.<\/p>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Sustainably Sourced In harmony with the wildlife. Fontanarossa is harmony between people and nature. Every drop is crafted from sustainable crops that protect and support local ecosystems. This is how we offer purity and taste in harmony with the natural beauty of our planet. protection RAINFOREST Responsible Cultivation Our principle is simplicity and respect for [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-full-width.php","meta":{"footnotes":""},"class_list":["post-11326","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/fontanarossa.do\/en\/wp-json\/wp\/v2\/pages\/11326","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fontanarossa.do\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fontanarossa.do\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fontanarossa.do\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fontanarossa.do\/en\/wp-json\/wp\/v2\/comments?post=11326"}],"version-history":[{"count":343,"href":"https:\/\/fontanarossa.do\/en\/wp-json\/wp\/v2\/pages\/11326\/revisions"}],"predecessor-version":[{"id":11720,"href":"https:\/\/fontanarossa.do\/en\/wp-json\/wp\/v2\/pages\/11326\/revisions\/11720"}],"wp:attachment":[{"href":"https:\/\/fontanarossa.do\/en\/wp-json\/wp\/v2\/media?parent=11326"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}