<script>
document.addEventListener('DOMContentLoaded', function() {
// Select all nav links
var navLinks = document.querySelectorAll('.ld-nav-link');
// Set the second nav link as active initially
if (navLinks.length > 1) {
var secondNavLink = navLinks[1];
var circle = secondNavLink.querySelector('.ld-menuu-ball'); // Update this selector to target your circle element
secondNavLink.classList.add('active');
if (circle) {
circle.style.display = 'block';
}
}
// Add hover and active effects
navLinks.forEach(function(link, index) {
var circle = link.querySelector('.ld-menuu-ball'); // Update this selector to target your circle element
// Show the circle on hover
link.addEventListener('mouseenter', function() {
circle.style.display = 'block';
});
// Hide the circle on mouse leave if it's not the active link
link.addEventListener('mouseleave', function() {
if (!link.classList.contains('active')) {
circle.style.display = 'none';
}
});
// Toggle the active state on click
link.addEventListener('click', function(e) {
// Check if the link is not the first one
if (index !== 0) {
e.preventDefault();
// Remove the active class from all nav links and hide their circles
navLinks.forEach(function(l) {
l.classList.remove('active');
var lCircle = l.querySelector('.ld-menuu-ball'); // Use the same selector as above
if (lCircle) {
lCircle.style.display = 'none';
}
});
// Add the active class to the clicked nav link and show its circle
link.classList.add('active');
circle.style.display = 'block';
}
// For the first link, allow the default action to proceed
});
});
});
</script>
Somewhere amid the two hour zoom calls, rigid processes, sprawling decks and branding buzzwords, creativity is losing. Losing its surprise. Its energy. Its ability to be translated into the real world, with originality.
But it turns out that focusing on what’s best for creativity—joy, curiosity, fluidity—is better for brands, too. So that’s what we’ve decided to do.
We’re named Lucky Dip, because that’s what working with us feels like. Full of anticipation and delight. No two projects the same, but all equally thoughtful and distinct. A team that won’t leave you hanging. Because we know the importance of creating stuff you can actually use. A partnership where building great brands is an undeniably good time. And where nothing is for certain except one thing—here, creativity wins.
Services
Branding Strategy Voice Motion Digital Activation
Hatty Wytton
Co-founder & MANAGING DIRECTOR
Hatty cut her teeth in global ad agencies (think RKCR, Havas) delivering large-scale campaigns for her clients. Five years ago, she jumped ship into the world of brand—working at OMSE, DesignStudio & in-house at DICE.
Once voted ‘most unflappable’ by her peers, she’s best known for being calm in a crisis. With a knack for problem-solving and love of spreadsheets, Hatty takes the lead on client services, planning & strategy.
KATIE CADWELL
Co-founder & CREATIVE DIRECTOR
Katie is in charge of all things creative. Before founding Lucky Dip, she worked across the world with the best branding agencies (like How&How, Koto, DesignStudio and DixonBaxi)
She’s picked up experience in every industry, across more disciplines than you can shake a stick at – with a particular fondness for copy & motion. Collecting a shelf of trophies from D&AD, Transform Awards, Design Week... and featured in publications & podcasts galore.
Hatty cut her teeth in global ad agencies (think RKCR, Havas) delivering large-scale campaigns for her clients. Five years ago, she jumped ship into the world of brand—working at OMSE, DesignStudio & in-house at DICE.
Once voted ‘most unflappable’ by her peers, she’s best known for being calm in a crisis. With a knack for problem-solving and love of spreadsheets, Hatty takes the lead on client services, planning & strategy.
Hatty Wytton
Co-founder & MANAGING DIRECTOR
Katie is in charge of all things creative. Before founding Lucky Dip, she worked across the world with the best branding agencies (like How&How, Koto, DesignStudio and DixonBaxi)
She’s picked up experience in every industry, across more disciplines than you can shake a stick at – with a particular fondness for copy & motion. Collecting a shelf of trophies from D&AD, Transform Awards, Design Week... and featured in publications & podcasts galore.