LATEADO

How do you give meaning to a beverage that challenges conventional notions of pleasure within the dairy sector?
 

One year after redefining its purpose to focus on holistic care, Pascual decided to take a step further. It created Lateado: a surprisingly creamy milk-based beverage. Not only did it introduce a new category; it also set out to transform the role of milk in our everyday lives.

To do so in a relevant way, it required a coherent, fertile and distinctive value proposition capable of setting the course for the future of this new brand.

REFRAME

Lateado is a surprisingly creamy beverage that redefines the traditional cultural meaning of pleasure. Far from being a guilty indulgence, we understood it as something deeply human: an essential mechanism for our physical and emotional balance. It is not a luxury, it's a necessity we should not give up.

In this way, we reframed Lateado’s role: not as a “guilt-free” indulgent product, but as an everyday act of self-care that generates wellbeing.

UNCOVER

We discovered that true pleasure doesn’t live only in big occasions, but in those small moments of conscious enjoyment. Lateado is one of those experiences: a surprising sensory experience that invites you to savour it mindfully. You enjoy it and at the same time, it takes care of you, thanks to its balanced nutritional profile.

From this insight, its value proposition was born: “Surprising you with a new way of enjoying that invites you to savour what’s good for you.” An invitation to connect with the present through the senses and to turn the everyday into a source of genuine enjoyment.

REINVIGORATE

What began as a tactical necessity became a beacon, illuminating the path forward.

Thanks to this clarity, Pascual was able to develop a stronger, richer and more fertile brief, one capable of guiding both creative execution and business decisions with a unifying sense of purpose. Because when you understand that pleasure can be care, you stop selling a beverage and start offering a different way of experiencing everyday life.

BRINGING THE STRATEGY TO LIFE
← IBEROSTAR
UNIE →

Strategy for Brighter Growth

MADRID
Calle Alfonso XII 36, 5 dcha
28014 Madrid
+34 913 688 249
holamadrid@the-picnic.com

BUENOS AIRES
La Pampa 1391, 5, oficina 5.1
Buenos Aires
holaba@the-picnic.com

Picnic-Hormiga
© PICNIC EXPERIENCE · All rights reserved — Legal

MADRID
Calle Alfonso XII 36, 5 dcha
28014 Madrid
+34 913 688 249
holamadrid@the-picnic.com

BUENOS AIRES
La Pampa 1391, 5, oficina 5.1
Buenos Aires
holaba@the-picnic.com

Picnic-Hormiga
© PICNIC EXPERIENCE · All rights reserved — Legal
// You can find the form ID in the URL of this page // https://tally.so/forms/mJg9a4/share const formId = 'mJg9a4'; // Open the popup Tally.openPopup(formId, options); // Available options type PopupOptions = { key?: string; layout?: 'default' | 'modal'; width?: number; alignLeft?: boolean; hideTitle?: boolean; overlay?: boolean; emoji?: { text: string; animation: 'none' | 'wave' | 'tada' | 'heart-beat' | 'spin' | 'flash' | 'bounce' | 'rubber-band' | 'head-shake'; }; autoClose?: number; showOnce?: boolean; doNotShowAfterSubmit?: boolean; customFormUrl?: string; hiddenFields?: { [key: string]: any, }; onOpen?: () => void; onClose?: () => void; onPageView?: (page: number) => void; onSubmit?: (payload: any) => void; }; // Example: open a popup with default options Tally.openPopup('mJg9a4'); // Example: opening a popup as a centered modal Tally.openPopup('mJg9a4', { layout: 'modal', // Open as a centered modal width: 700, // Set the width of the modal autoClose: 5000, // Close the popup 5 seconds after form was submitted (in ms) }); // Example: set custom hidden fields Tally.openPopup('mJg9a4', { hiddenFields: { ref: 'downloads', email: 'alice@example.com' } }); // Example: customization via custom domain URL + code injection Tally.openPopup('mJg9a4', { customFormUrl: 'https://yourdomain.com/form', }); // Example: use callback functions to handle events Tally.openPopup('mJg9a4', { onOpen: () => { // The popup was opened, mark the form as seen // ... }, onClose: () => { // The popup was closed // ... }, onPageView: (page: number) => { // Log the page view // ... }, onSubmit: (payload: any) => { // Form was submitted, use the answers payload in your application // ... } }); // Close the popup Tally.closePopup('mJg9a4');