What happens inside you when another person enters your experience?
Before you think about it... Take a slow breath... Notice your body for a moment...
This is what fascinates us! What happens within us when we meet another human being. At Authentic Relating Experience, we don't spend hours talking about connection. We create experiences that allow you to discover it for yourself.
Exploring trough...
Conversation, movement, playful games and quiet reflection, you'll begin to notice the patterns that shape the way you relate to yourself and to others. Some moments will be light. Some may surprise you. Some may feel uncomfortable.
Relational layers.
Every exercise is simply an invitation. You don't need any experience. You don't need to perform or share anything you don't want to. Bring your curiosity and the human version of yourself.
connection points
London, Brighton & Hove
We want to offer you a space you can return to. A place to slow down, feel welcome, meet yourself and others, and discover what becomes possible when connection is given time to develop.Sometimes we go deeper through an extended workshop. Sometimes we begin with a one-hour taster. But each experience is part of something bigger, a journey of awareness, relating and embodiment that doesn't end when you leave the room.
Come once. Come back. Build on what you discover. Let the experience continue beyond the door.
ARE YOU READY?
PREPARE FOR THE JOURNEY
Your wellbeing matters to us. Before joining an experience, we want you to feel informed, prepared and clear about what to expect.Take a moment to read through our Wellbeing journey guide, which explains the process and how we create a supportive and brave space for everyone.
Hi, I’m Maria, an integrative counsellor, relational coach and somatic practitioner. I create grounded, embodied spaces to explore connection, self-awareness and what becomes possible when we allow new narratives to unfold.
Hi, I’m Marcus, a researcher with a background in psychology.I create curious, reflective spaces to explore our patterns, question what we think we know, and discover new ways of relating.
ABOUT US
WHAT BRING US HERE
We’re Maria and Marcus.We created Authentic Relating Experience because we believe something is missing from the way we learn to be with each other.We’re surrounded by people, conversations and opportunities to connect, yet genuine connection can still feel surprisingly difficult or unsatisfying.We don’t see ourselves as having all the answers. We’re curious about the messy, beautiful, uncomfortable and surprising nature of being human, and we’re learning alongside you.Along the way, we’ve found more humans like us, curious, open and hungry for more intentional ways of relating. We met Pranath and Erika, our paths crossed, and something began to grow.Together, we’re creating spaces that feel warm, edgy, playful, imperfect and honest.But more than anything else, authentic.And we’d love to welcome you in.
The space Between us
WOULD YOU LIKE TO STAY IN THE RELATING FLOW?
Keep exploring beyond the room. We share thoughtful articles and reflections on relating, practical ways to keep practising, upcoming experiences, and occasional offers created especially for our community.Stay curious. Stay connected. Keep the journey going.
(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[8]='MMERGE8';ftypes[8]='text';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='ADDRESS';ftypes[3]='address';fnames[4]='PHONE';ftypes[4]='phone';fnames[5]='BIRTHDAY';ftypes[5]='birthday';fnames[6]='COMPANY';ftypes[6]='text';fnames[7]='MMERGE7';ftypes[7]='text';fnames[9]='MMERGE9';ftypes[9]='text';}(jQuery));var $mcj = jQuery.noConflict(true); // SMS Phone Multi-Country Functionality if(!window.MC) { window.MC = {}; } window.MC.smsPhoneData = { defaultCountryCode: 'GB', programs: [], smsProgramDataCountryNames: [] }; function getCountryUnicodeFlag(countryCode) { return countryCode.toUpperCase().replace(/./g, (char) => String.fromCodePoint(char.charCodeAt(0) + 127397)) }; // HTML sanitization function to prevent XSS function sanitizeHtml(str) { if (typeof str !== 'string') return ''; return str .replace(/&/g, '&') .replace(//g, '>') .replace(/"/g, '"') .replace(/'/g, ''') .replace(/\//g, '/'); } // URL sanitization function to prevent javascript: and data: URLs function sanitizeUrl(url) { if (typeof url !== 'string') return ''; const trimmedUrl = url.trim().toLowerCase(); if (trimmedUrl.startsWith('javascript:') || trimmedUrl.startsWith('data:') || trimmedUrl.startsWith('vbscript:')) { return '#'; } return url; } const getBrowserLanguage = () => { if (!window?.navigator?.language?.split('-')[1]) { return window?.navigator?.language?.toUpperCase(); } return window?.navigator?.language?.split('-')[1]; }; function getDefaultCountryProgram(defaultCountryCode, smsProgramData) { if (!smsProgramData || smsProgramData.length === 0) { return null; } const browserLanguage = getBrowserLanguage(); if (browserLanguage) { const foundProgram = smsProgramData.find( (program) => program?.countryCode === browserLanguage, ); if (foundProgram) { return foundProgram; } } if (defaultCountryCode) { const foundProgram = smsProgramData.find( (program) => program?.countryCode === defaultCountryCode, ); if (foundProgram) { return foundProgram; } } return smsProgramData[0]; } function updateSmsLegalText(countryCode, fieldName) { if (!countryCode || !fieldName) { return; } const programs = window?.MC?.smsPhoneData?.programs; if (!programs || !Array.isArray(programs)) { return; } const program = programs.find(program => program?.countryCode === countryCode); if (!program || !program.requiredTemplate) { return; } var smsConsentHtmlRenderingFixEnabled = true; const legalTextElement = document.querySelector('#legal-text-' + fieldName); if (!legalTextElement) { return; } const divRegex = new RegExp('?[div][^>]*>', 'gi'); const blockWrapperRegex = new RegExp('?(?:div|p)[^>]*>', 'gi'); const fullAnchorRegex = new RegExp('', 'g'); const anchorRegex = new RegExp('(.*?)'); const template = smsConsentHtmlRenderingFixEnabled ? program.requiredTemplate .replace(/<\/p>\s*