Tuesday, 8 September 2026
The Global Post Emblem
The GlobalPost
Advertisement
Front Page/Sports/Mbappé and Valverde fire Real Madrid to Champions League win agai...
Sportsvia The Guardian Sport
8 September 2026 at 21:1811 min read

Mbappé and Valverde fire Real Madrid to Champions League win agai...

Mbappé and Valverde fire Real Madrid to Champions | Analysis

Mbappé and Valverde fire Real Madrid to Champions League win agai...

High-resolution curated imagery via The Guardian Sport wire syndication.

Executive Takeaways • Key Intelligence
  • Strategic intelligence desk confirms key developments surrounding Sometimes football is silly and sometimes it is more fun for...
  • International stakeholders analyze: On a night when there were 37 shots and the goalkeepers shared thirteen saves be
  • Multilateral policy, financial liquidity, and regulatory frameworks face direct realignments.
Advertisement

In an authoritative intelligence dispatch verified through The Guardian Sport, significant international developments have emerged regarding Mbappé and Valverde fire Real Madrid to Champions League win against Inter. Observers across key diplomatic, corporate, and policy corridors are actively parsing the immediate impact, as corroborated by verified wire filings. Sometimes football is silly and sometimes it is more fun for it. On a night when there were 37 shots and the goalkeepers shared thirteen saves between them, some of them absurd, José Mourinho’s Real Madrid found a way to beat his former team Inter in his first Champions League night of his second spell. Just don’t ask exactly how. Except perhaps to cite Thibaut Courtois, whose astonishing save in the 89th minute saw them hold on to a 2-0 first-half lead given then by goals from Kylian Mbappé and Fede Valverde themselves. You would say that they had shot themselves in the foot, only if they tried, Courtois would probably save that too. This wasn’t always good, in fact at times it was terrible, but they had got through somehow. You would say that they had shot themselves in the foot, only if they tried, Courtois would probably save that too. This wasn’t always good, in fact at times it was terrible, but they had got through somehow. When Madrid scored the first, this grand arena cheered but they might as well have laughed too. That Madrid led really didn’t make much sense; not when it came to the goal and not when it came to the game either. It had taken Madrid four minutes to get a meaningful hold of the ball, and by then Courtois had already made a superb save from Marcus Thuram. But now, somehow, they led. Ninety minutes later, they still did. Continue reading... Close dialogue1/2Next imagePrevious imageToggle captionPrint subscriptionsSearch jobs Sign indocument.addEventListener('DOMContentLoaded', function () { /** The checkbox input element used to toggle the navigation menu. */ const navInputCheckbox = document.getElementById('header-nav-input-checkbox'); /** The veggie burger button element used to open/close the menu. */ const veggieBurger = document.getElementById('header-veggie-burger'); /** List of menu items that should be selectable when the menu is open. */ const expandedMenuClickableTags = document.querySelectorAll( '.selectableMenuItem', ); /** The root element of the expanded menu. */ const expandedMenu = document.getElementById('header-expanded-menu-root'); /** The label for the first column in the menu, assumed to be "News".*/ const firstColLabel = document.getElementById('News-button'); /** The link element in the second list item under news links. */ const firstColLink = document.querySelector( '#newsLinks > li:nth-of-type(2) > a', ); /** * Focuses on the first navigation element depending on whether the first column label is visible. * * If the first column label is not visible, the function focuses on the first link element. * Otherwise, it focuses on the first column label. */ const focusOnFirstNavElement = () => { if (window.getComputedStyle(firstColLabel).display === 'none') { firstColLink.focus(); } else { firstColLabel.focus(); } }; /** * Updates ARIA attributes and tabindex values based on whether the menu is open or closed. */ const updateAttributesForMenu = (isOpen) => { firstColLabel.setAttribute('aria-expanded', isOpen ? 'true' : 'false'); veggieBurger.setAttribute( 'data-link-name', isOpen ? 'header : veggie-burger : hide' : 'header : veggie-burger : show', ); expandedMenuClickableTags.forEach((tag) => { tag.setAttribute('tabindex', isOpen ? '0' : '-1'); }); }; /** Toggles the navigation menu by simulating a click on the checkbox. */ const toggleMainMenu = () => { if (navInputCheckbox) { navInputCheckbox.click(); } }; /** * Handles keydown events to toggle the menu when the Enter or Space key is pressed. */ const keydownToggleMainMenu = (e) => { if (e.key === 'Enter' || e.key === ' ') { e.preventDefault(); toggleMainMenu(); } }; /** * Handles click events to manage the state of the navigation menu. * * - Toggles the menu open/close state when the menu button (veggieBurger) is clicked. */ const handleMenuClick = (e) => { const menuButtonClicked = navInputCheckbox === e.target; const clickInsideMenu = expandedMenu.contains(e.target); const menuIsOpen = navInputCheckbox.checked if (menuButtonClicked && !menuIsOpen) { document.body.classList.toggle('nav-is-open') firstColLabel.setAttribute('aria-expanded', 'false') veggieBurger.setAttribute('data-link-name','header : veggie-burger : show') expandedMenuClickableTags.forEach(function($selectableElement){ $selectableElement.setAttribute('tabindex','-1') }) } else if (menuButtonClicked && menuIsOpen) { document.body.classList.toggle('nav-is-open') firstColLabel.setAttribute('aria-expanded', 'true') veggieBurger.setAttribute('data-link-name','header : veggie-burger : hide') expandedMenuClickableTags.forEach(function($selectableElement){ $selectableElement.setAttribute('tabindex','0') }) focusOnFirstNavElement() } }; /** Adds event listeners to manage the navigation menu. */ if (navInputCheckbox) { navInputCheckbox.addEventListener('click', handleMenuClick); veggieBurger.addEventListener('keydown', keydownToggleMainMenu); document.addEventListener('keydown', (e) => { if (e.key === 'Escape' && navInputCheckbox.checked) { toggleMainMenu(); veggieBurger.focus(); } }); /** * Handles mouse down events to manage the state of the navigation menu. * * - Closes the menu if the click occurs outside both the menu button and the expanded menu. */ document.addEventListener('mousedown', function(e){ if(navInputCheckbox.checked && !expandedMenu.contains(e.target) && !veggieBurger.contains(e.target)){ toggleMainMenu() } }); } });UKUK editionUS editionAustralia editionEurope editionInternational editionThe Guardian - Back to homeThe GuardianNewsOpinionSportCultureLifestyleShow moreHide expanded menudocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('News-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('News-checkbox-input').click(); } }) })NewsView all NewsUK newsUS politicsWorld newsClimate crisisMiddle EastUkraineFootballNewslettersBusinessEnvironmentUK politicsScienceTechGlobal developmentObituariesdocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('Opinion-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('Opinion-checkbox-input').click(); } }) })OpinionView all OpinionThe Guardian viewColumnistsCartoonsOpinion videosLettersdocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('Sport-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('Sport-checkbox-input').click(); } }) })SportView all SportFootballCricketRugby unionTennisCyclingF1GolfBoxingRugby leagueRacingUS sportsdocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('Culture-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('Culture-checkbox-input').click(); } }) })CultureView all CultureFilmMusicTV & radioBooksArt & designStageGamesClassicaldocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('Lifestyle-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('Lifestyle-checkbox-input').click(); } }) })LifestyleView all LifestyleThe FilterFashionFoodRecipesTravelHealth & fitnessWomenMenLove & sexBeautyHome & gardenMoneyCarsSearch input google-search SearchSupport usPrint subscriptionsSearch jobsHire with Guardian JobsHolidaysLive eventsAbout UsDigital ArchiveGuardian Print ShopPatronsGuardian LicensingThe Guardian appVideoPodcastsPicturesNewslettersToday's paperInside the GuardianGuardian WeeklyCrosswordsWordiplyCorrectionsTipsSearch input google-search SearchSearch jobsHire with Guardian JobsHolidaysLive eventsAbout UsDigital ArchiveGuardian Print ShopPatronsGuardian LicensingFootballLive scoresTablesFixturesResultsCompetitionsClubsChampions LeagueChampions LeagueMbappé and Valverde fire Real Madrid to Champions League win against Inter Fede Valverde (left) is congratulated by Kylian Mbappé after scoring Real Madrid’s second goal. Photograph: Juanjo Martin/EPAView image in fullscreenFede Valverde (left) is congratulated by Kylian Mbappé after scoring Real Madrid’s second goal. Photograph: Juanjo Martin/EPAChampions LeagueMbappé and Valverde fire Real Madrid to Champions League win against InterSid Lowe at the BernabéuTue 8 Sep 2026 22.18 BSTLast modified on Tue 8 Sep 2026 22.20 BSTSharePrefer the Guardian on GoogleSometimes football is silly and sometimes it is more fun for it. On a night when there were 37 shots and the goalkeepers shared thirteen saves between them, some of them absurd, José Mourinho’s Real Madrid found a way to beat his former team Inter in his first Champions League night of his second spell. Just don’t ask exactly how. Except perhaps to cite Thibaut Courtois, whose astonishing save in the 89th minute saw them hold on to a 2-0 first-half lead given then by goals from Kylian Mbappé and Fede Valverde themselves. You would say that they had shot themselves in the foot, only if they tried, Courtois would probably save that too. This wasn’t always good, in fact at times it was terrible, but they had got through somehow. Read moreYou would say that they had shot themselves in the foot, only if they tried, Courtois would probably save that too. This wasn’t always good, in fact at times it was terrible, but they had got through somehow. When Madrid scored the first, this grand arena cheered but they might as well have laughed too. That Madrid led really didn’t make much sense; not when it came to the goal and not when it came to the game either. It had taken Madrid four minutes to get a meaningful hold of the ball, and by then Courtois had already made a superb save from Marcus Thuram. But now, somehow, they led. Ninety minutes later, they still did. Inter had been playing round them with what looked like an ease, until suddenly even the simplest things looked complicated. Hakan Calhanoglu had just fired off the third shot and Lautaro Martínez the fourth when it happened. Inter had enjoyed 65% of possession which actually felt like rather more until then suddenly gave it up, and in a way that was comic. Under pressure from Trent Alexander-Arnold, Curtis Jones made a mess of the first ball, playing it back for Yann Bisseck who for one brief moment seemed to lose his bearing and his footing. Stumbling like someone had put his legs on the wrong way round, he gave it away to Brahim Díaz who first time sent Mbappé away and he finished past Josep Martínez. It was Madrid’s first shot, gifted their attack, and the opening goal. If that was absurd, what came next was even more ridiculous. What is it that Real Madrid do to goalkeepers in this competition? Receiving on his line, Martínez saw Fede Valverde coming and tried a drag back, which of course failed. A swift flick of the ankle and from a metre, Valverde had scored. Twenty-three minutes had gone and it was 2-0. The lead might even have grown when another awful loss saw Vinícius Júnior dashing away. This time, Bissek made a fantastic saving challenge right on the edge of the six-yard box. There was something exhilarating about Vinícius’s acceleration and for all the fortune this did start to feel a little like a plan now: force the mistake, punish it. Madrid would force many more too, which they didn’t punish. Inter, meanwhile, recovered and reasserted themselves, a calmness in possession at the top of the pitch that contrasted with the calamitousness in possession further back. View image in fullscreenKylian Mbappé opens the scoring for Real Madrid in the 14th minute. Photograph: Violeta Santos Moura/ReutersJones, Martínez and Carlos Augusto played their way round Madrid again, virtually walking into the area, Jones turning and smashing a shot off the bar. Then just before the break, another gift, this time from Benjamin Pavard, saw Madrid escape again. Mbappé got in, Bellingham was denied by a wonderful stop from Martínez and Díaz hit the post from the rebound. Inter led 12-3 in shots and had 70% of the ball. They had also completed 125 passes in the final third; Madrid had completed 13. The second half began with Martínez coming out to stop Mbappé, dashing through again, but Inter came back at them. Madrid’s midfield just didn’t exist. Which didn’t always matter as they ran through it. Courtois, though, does: he saved from Jones. There was a Nicolò Barella shot wide and Thuram scooped over. Then the stadium then stood to applaud when Courtois made an outrageous double stop on 55 minutes which, although the flag was up anyway, spoke of a kind of disbelief.

The underlying catalysts behind these events trace back to evolving structural dynamics across the Sports landscape. Over recent quarters, multilateral authorities and market participants have navigated mounting volatility, heightening the urgency of coordinated responses and policy alignment.

Senior analysts and industry stakeholders underscore that strategic transparency remains paramount. As institutional delegations evaluate risk models and operational contingencies, secondary dispatches indicate that further compliance directives and consultative reviews will be initiated in the coming cycle.

Broader economic and regulatory ramifications are projected to ripple across interconnected regional ecosystems. Market analysts note that supply chains, capital allocations, and policy frameworks must swiftly assimilate these verified updates to insulate against systemic bottlenecks.

The Global Post's editorial desk will continue rigorous monitoring of this developing story, with periodic updates provided as official statements and primary documentation are released by relevant governing bodies.

Topical Tags:#Sports#The Guardian Sport#Global News#Market Analysis
Primary wire reporting curated via The Guardian Sport.View Source Dispatch
Advertisement

Related Dispatches in Sports

Bouaddi impresses on first start - have Man City found 'a gem'?...
Sports
via BBC Sport
30m ago1 min read

Bouaddi impresses on first start - have Man City found 'a gem'?...

In an authoritative briefing verified via BBC Sport, Ayyoub Bouaddi belies his age with a mature Champions League performance on his first Manchester City start to showcase why the club were so intent on signing the 18-year-old. Manchester City reporterPublished8 minutes ago2 CommentsAyyoub Bouaddi belied his age with a mature Champions League performance on his first Manchester City start to showcase why the club were so intent on signing the 18-year-old. The midfielder took centre stage for Morocco. Global policy observers continue assessing the strategic trajectory and broader market reverberations.

#Sports#BBC Sport
Details →
Haaland double gives Manchester City ideal Champions League start...
Sports
via The Guardian Sport
1h ago1 min read

Haaland double gives Manchester City ideal Champions League start...

In an authoritative briefing verified via The Guardian Sport, Enzo Maresca admitted a liking for the “boom-boom” of house music, then oversaw a gritty performance that ended with Manchester City enjoying the sweet notes of victory. They had lost six of their past nine away games in the competition and also lost the 2021 Champions League final at this venue, so to beat Porto and claim three points is a fillip for the manager’s nascent project. Continue reading... Close. Global policy observers continue assessing the strategic trajectory and broader market reverberations.

#Sports#The Guardian Sport
Details →
LIV players free to leave after bankruptcy protection filing
Sports
via BBC Sport
2h ago1 min read

LIV players free to leave after bankruptcy protection filing

In an authoritative briefing verified via BBC Sport, LIV Golf intends to starts its new league early next year after filing for bankruptcy protection in the United States. A Chapter 11 petition, which LIV says is to "preserve the company's business", was filed in the United States on Tuesday. PreviousNext0:46Amateur goalkeeper 'Big G' could become Ugandan king. 00:00:46, play videoAmateur goalkeeper 'Big G' could become Ugandan king0:54Root defends Bazball era. 00:00:54, play videoRoot defends Bazball era1:00'Problems run deeper'. Global policy observers continue assessing the strategic trajectory and broader market reverberations.

#Sports#BBC Sport
Details →