@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Cormorant+Garamond:wght@500;600;700&display=swap");

:root {
	--bg: #090b0f;
	--bg-soft: #10141c;
	--panel: #11161e;
	--panel-2: #161c25;
	--paper: #f3f0e8;
	--paper-soft: #c7cbd4;
	--ink: #0f141d;
	--line: rgba(255, 255, 255, 0.1);
	--line-dark: rgba(15, 20, 29, 0.12);
	--gold: #c7a968;
	--gold-soft: rgba(199, 169, 104, 0.2);
	--navy: #16263f;
	--navy-soft: rgba(22, 38, 63, 0.22);
	--white: #ffffff;
	--shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.22);
	--radius-lg: 2rem;
	--radius-md: 1.25rem;
	--max: 82rem;
}

html {
	scroll-behavior: smooth;
}

body {
	background:
		radial-gradient(circle at 15% 20%, rgba(199, 169, 104, 0.16), transparent 22%),
		radial-gradient(circle at 85% 8%, rgba(22, 38, 63, 0.32), transparent 22%),
		linear-gradient(180deg, #06080c 0%, #0d1118 40%, #090b0f 100%);
	color: var(--paper-soft);
}

body,
input,
select,
textarea {
	font-family: "Manrope", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.button,
#nav ul.links,
#header .logo {
	font-family: "Manrope", sans-serif;
}

h1,
h2 {
	letter-spacing: -0.03em;
	text-transform: none;
}

h3,
h4,
h5,
h6 {
	letter-spacing: 0.02em;
	text-transform: none;
}

p {
	text-align: left;
}

a {
	border-bottom: 0;
}

#wrapper > .bg {
	background-image:
		linear-gradient(180deg, rgba(6, 8, 12, 0.35), rgba(6, 8, 12, 0.82)),
		url("../../images/bg.jpg");
	background-position: center;
	filter: grayscale(0.15) contrast(1.12) saturate(0.6);
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--gold);
}

.eyebrow::before {
	content: "";
	width: 2.5rem;
	height: 1px;
	background: currentColor;
	opacity: 0.6;
}

#intro.madrid-intro {
	max-width: var(--max);
	margin: 0 auto;
	padding: 8.5rem 4rem 5.5rem 4rem;
}

.hero-shell {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.92fr);
	gap: 2.5rem;
	align-items: end;
}

.hero-copy {
	max-width: 44rem;
}

#intro h1 {
	margin: 1.5rem 0;
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(4rem, 9vw, 7rem);
	font-weight: 600;
	line-height: 0.9;
	color: var(--white);
}

.intro-copy {
	max-width: 36rem;
	margin-bottom: 2rem;
	font-size: 1.02rem;
	line-height: 1.9;
	color: rgba(243, 240, 232, 0.82);
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.button {
	border-radius: 999px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 0.72rem;
	font-weight: 800;
	padding: 0 2rem;
}

.button.primary,
.button.nav-button {
	background: linear-gradient(135deg, var(--gold), #e1c78f);
	color: var(--ink) !important;
	box-shadow: 0 0.8rem 2.2rem rgba(199, 169, 104, 0.22);
}

.button.primary:hover,
.button.nav-button:hover {
	transform: translateY(-1px);
}

.button.ghost,
.button.ghost-light {
	background: transparent;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
	color: var(--white) !important;
}

.button.ghost-light {
	box-shadow: inset 0 0 0 1px rgba(15, 20, 29, 0.14);
	color: var(--ink) !important;
}

.hero-composition {
	position: relative;
	min-height: 28rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--radius-lg);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.01)),
		linear-gradient(180deg, rgba(17, 22, 30, 0.96), rgba(8, 10, 15, 0.96));
	overflow: hidden;
	box-shadow: var(--shadow);
}

.hero-scorecard {
	position: absolute;
	left: 2rem;
	right: 2rem;
	bottom: 2rem;
	z-index: 2;
	padding: 1.4rem;
	border-radius: 1.35rem;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.scorecard-label {
	margin: 0 0 0.8rem 0;
	font-size: 0.72rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--gold);
}

.scorecard-line {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 0.45rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--white);
}

.scorecard-line span {
	flex: 0 0 42%;
}

.scorecard-line strong {
	flex: 0 0 54%;
	text-align: right;
	word-break: break-word;
}

.scorecard-line.muted strong,
.scorecard-line.muted span {
	color: rgba(243, 240, 232, 0.78);
}

.scorecard-line strong {
	font-size: 1.05rem;
	font-weight: 800;
}

.scorecard-foot {
	margin-top: 0.85rem;
	font-size: 0.92rem;
	color: rgba(243, 240, 232, 0.7);
}

.hero-orbit,
.hero-grid-lines {
	position: absolute;
	inset: auto;
}

.hero-orbit {
	border-radius: 50%;
	border: 1px solid rgba(199, 169, 104, 0.18);
	animation: orbitFloat 14s ease-in-out infinite;
}

.orbit-one {
	width: 26rem;
	height: 26rem;
	top: -6rem;
	right: -4rem;
}

.orbit-two {
	width: 16rem;
	height: 16rem;
	top: 4rem;
	right: 5rem;
	border-color: rgba(255, 255, 255, 0.12);
}

.hero-grid-lines {
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
	background-size: 3rem 3rem;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 82%);
}

#header {
	padding-top: 0;
}

#header .logo,
.footer-logo {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	border-bottom: 0;
}

.logo-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 999px;
	background: linear-gradient(145deg, var(--gold), #e5cea0);
	color: var(--ink);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.logo-mark-image {
	overflow: hidden;
	padding: 0;
	background: #11161e;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.logo-mark-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.logo-text {
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: none;
	color: var(--white);
}

#nav {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(10, 12, 18, 0.72);
	backdrop-filter: blur(18px);
}

#nav ul.links {
	flex-wrap: wrap;
}

#nav ul.links li a {
	color: rgba(243, 240, 232, 0.86);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

#nav ul.links li.active a,
#nav ul.links li a:hover {
	background: rgba(255, 255, 255, 0.06);
	color: var(--white);
}

#nav ul.links li.active a {
	background: linear-gradient(135deg, rgba(255, 248, 230, 0.96), rgba(227, 209, 164, 0.9));
	color: var(--ink);
	box-shadow: inset 0 0 0 1px rgba(199, 169, 104, 0.4);
	text-shadow: none;
}

#nav ul.icons.nav-cta {
	margin-left: auto;
}

#nav ul.icons.nav-cta li {
	padding-right: 1rem;
}

#main {
	background:
		linear-gradient(180deg, rgba(242, 239, 231, 0.98), rgba(255, 255, 255, 0.98));
	color: var(--ink);
}

.madrid-section {
	padding: 5.5rem 4rem;
}

.section-heading {
	max-width: 40rem;
	margin: 0 auto 3rem auto;
	text-align: center;
}

.section-heading.left {
	margin-left: 0;
	text-align: left;
}

.section-heading h2 {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: clamp(2.2rem, 4vw, 3.4rem);
	line-height: 1;
	color: var(--ink);
}

.section-heading p {
	margin-bottom: 0;
	color: rgba(15, 20, 29, 0.72);
}

.hero-summary {
	padding-top: 4.5rem;
}

.hero-summary-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.9fr);
	gap: 1.5rem;
	align-items: start;
}

.summary-panel,
.summary-stats,
.pillar-card,
.social-panel,
.newsletter-shell,
.partner-block,
.fantasy-shell,
.partners-visual-card {
	border-radius: var(--radius-lg);
}

.summary-panel {
	padding: 1.75rem 1.9rem;
	background: linear-gradient(135deg, var(--panel), #1c2430);
	color: rgba(243, 240, 232, 0.86);
	box-shadow: var(--shadow);
}

.summary-stats {
	padding: 1rem 1.1rem;
	margin: 0;
	list-style: none;
	border: 1px solid var(--line-dark);
	background: rgba(255, 255, 255, 0.72);
}

.summary-stats li {
	padding: 0.9rem 0.4rem;
	border-bottom: 1px solid var(--line-dark);
}

.summary-stats li:last-child {
	border-bottom: 0;
}

.summary-stats strong,
.social-metric strong {
	display: block;
	margin-bottom: 0.3rem;
	font-size: 1rem;
	font-weight: 800;
	color: var(--ink);
}

.pillars-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.15rem;
}

.pillar-card {
	position: relative;
	min-height: 20rem;
	padding: 1.6rem;
	background: linear-gradient(180deg, #ffffff, #f1eee7);
	border: 1px solid rgba(15, 20, 29, 0.08);
	overflow: hidden;
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.pillar-card::after {
	content: "";
	position: absolute;
	inset: auto -3rem -3rem auto;
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	background: radial-gradient(circle, var(--gold-soft), transparent 70%);
}

.pillar-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 1.4rem 2.8rem rgba(9, 12, 17, 0.12);
	border-color: rgba(199, 169, 104, 0.25);
}

.pillar-featured {
	background: linear-gradient(155deg, var(--panel), #1b2430 85%);
	color: rgba(243, 240, 232, 0.84);
}

.pillar-featured h3,
.pillar-featured .pillar-index {
	color: var(--white);
}

.pillar-index {
	display: inline-block;
	margin-bottom: 1.4rem;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	color: rgba(15, 20, 29, 0.42);
}

.pillar-icon {
	position: absolute;
	top: 1.35rem;
	right: 1.35rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 1rem;
	background: rgba(15, 20, 29, 0.05);
	color: var(--navy);
	font-size: 1rem;
	z-index: 1;
}

.pillar-featured .pillar-icon,
.pillar-coming .pillar-icon {
	background: rgba(255, 255, 255, 0.08);
	color: var(--gold);
}

.pillar-card h3 {
	margin-bottom: 0.9rem;
	font-size: 1.45rem;
	line-height: 1.08;
	color: var(--ink);
}

.pillar-link {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	margin-top: 1.2rem;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--navy);
}

.pillar-featured .pillar-link {
	color: var(--gold);
}

.coming-badge {
	display: inline-flex;
	align-items: center;
	margin-top: 1rem;
	padding: 0.4rem 0.85rem;
	border-radius: 999px;
	background: rgba(22, 38, 63, 0.08);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--navy);
}

.social-section {
	background: linear-gradient(180deg, rgba(244, 241, 234, 0.88), #f8f6f1);
}

.social-layout {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 1.25rem;
}

.social-panel {
	padding: 1.5rem;
}

.social-panel-dark {
	background: linear-gradient(145deg, #0e131b, #121a25);
	color: rgba(243, 240, 232, 0.82);
	box-shadow: var(--shadow);
}

.social-panel-light {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid var(--line-dark);
}

.platform-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding: 1.05rem 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 0.96rem;
}

.platform-row:last-child {
	border-bottom: 0;
}

.platform-link {
	color: rgba(243, 240, 232, 0.82);
}

.platform-link:hover {
	color: var(--white);
	background: rgba(255, 255, 255, 0.03);
	padding-left: 0.35rem;
	padding-right: 0.35rem;
	border-radius: 0.75rem;
}

.platform-row > span:first-child,
.platform-link > span:first-child {
	font-weight: 800;
	color: var(--white);
}

.platform-label {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
}

.platform-label .social-icon-mark,
.platform-link .social-icon-mark {
	color: var(--gold);
}

.social-icon-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	color: var(--gold);
	font-size: 1rem;
	flex-shrink: 0;
}

.social-icon-mark:before {
	margin: 0;
}

.social-icon-svg svg {
	width: 0.95rem;
	height: 0.95rem;
	fill: currentColor;
}

.social-metric {
	padding: 1rem 0;
	border-bottom: 1px solid var(--line-dark);
}

.social-metric:last-child {
	border-bottom: 0;
}

.social-proof-section {
	background: linear-gradient(180deg, rgba(248, 246, 241, 0.96), rgba(243, 240, 232, 0.9));
}

.social-proof-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

.social-proof-card {
	display: flex;
	padding: 0;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow);
	overflow: hidden;
}

.social-proof-embed-card {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.social-proof-card-header {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.social-proof-summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.25rem 1.4rem;
	cursor: pointer;
	list-style: none;
}

.social-proof-summary::-webkit-details-marker {
	display: none;
}

.social-proof-summary-icon {
	position: relative;
	flex: 0 0 1rem;
	width: 1rem;
	height: 1rem;
}

.social-proof-summary-icon::before,
.social-proof-summary-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.9rem;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.social-proof-summary-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.social-proof-card[open] .social-proof-summary-icon::after {
	opacity: 0;
}

.social-proof-card-dark {
	background:
		radial-gradient(circle at top right, rgba(199, 169, 104, 0.14), transparent 30%),
		linear-gradient(145deg, #0e131b, #121a25);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.social-proof-card-light {
	background:
		radial-gradient(circle at top left, rgba(199, 169, 104, 0.12), transparent 28%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(245, 241, 233, 0.94));
	border: 1px solid rgba(15, 20, 29, 0.08);
}

.social-proof-kicker {
	margin: 0;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--gold);
}

.social-proof-card h3 {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.1;
}

.social-proof-card-dark h3 {
	color: var(--white);
}

.social-proof-card-light h3 {
	color: var(--ink);
}

.social-proof-card p:last-of-type {
	margin-bottom: 1.35rem;
}

.social-proof-card-header .social-proof-kicker {
	margin-bottom: 0;
}

.social-proof-card-dark p {
	color: rgba(243, 240, 232, 0.8);
}

.social-proof-card-light p {
	color: rgba(15, 20, 29, 0.7);
}

.social-proof-embed-shell {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	min-height: 24rem;
	padding: 0 1rem 1rem;
	background: rgba(255, 255, 255, 0.04);
	overflow: hidden;
}

.social-proof-card-light .social-proof-embed-shell {
	background: rgba(15, 20, 29, 0.03);
}

.social-proof-embed-shell .social-proof-tweet,
.social-proof-embed-shell .instagram-media {
	width: 100% !important;
	max-width: 34rem !important;
	min-width: 0 !important;
	margin: 0 !important;
}

.social-proof-embed-shell iframe {
	max-width: 100% !important;
}

.social-proof-card:not([open]) .social-proof-embed-shell {
	display: none;
}

@media screen and (max-width: 1280px) {
	.social-proof-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.newsletter-shell {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(26rem, 1.18fr);
	gap: 1rem;
	padding: 1.75rem;
	align-items: start;
	background:
		linear-gradient(135deg, rgba(17, 22, 30, 0.96), rgba(21, 29, 39, 0.94)),
		linear-gradient(135deg, rgba(199, 169, 104, 0.12), transparent);
	color: var(--white);
	box-shadow: var(--shadow);
}

.newsletter-shell h2,
.partners-section .section-heading h2,
.fantasy-copy h2 {
	color: var(--white);
}

.newsletter-copy p,
.fantasy-copy p {
	color: rgba(243, 240, 232, 0.8);
}

.newsletter-points {
	margin: 1.1rem 0 0 0;
	padding-left: 1.1rem;
}

.newsletter-points li {
	margin-bottom: 0.55rem;
}

.newsletter-links,
.fantasy-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin-top: 1.2rem;
}

.newsletter-home-preview {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
	align-content: start;
}

.newsletter-home-preview[hidden] {
	display: none !important;
}

.newsletter-home-card {
	border-radius: 1.35rem;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.newsletter-home-card-image {
	display: block;
	min-height: 11rem;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.newsletter-home-card-body {
	padding: 1.15rem 1.2rem 1.25rem;
}

.newsletter-home-card-body h3 {
	margin-bottom: 0.65rem;
	font-size: 1.25rem;
	color: var(--white);
}

.newsletter-home-card-body p {
	margin-bottom: 0;
	color: rgba(243, 240, 232, 0.76);
}

.newsletter-inline-link {
	display: inline-flex;
	align-items: center;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--gold);
}

.newsletter-page {
	background:
		radial-gradient(circle at 10% 0%, rgba(199, 169, 104, 0.14), transparent 22%),
		radial-gradient(circle at 100% 10%, rgba(22, 38, 63, 0.28), transparent 25%),
		linear-gradient(180deg, #05070b 0%, #0b1018 40%, #090c11 100%);
}

.newsletter-page #main {
	background:
		linear-gradient(180deg, rgba(242, 239, 231, 0.98), rgba(248, 246, 241, 0.98));
}

.newsletter-hero {
	padding-top: 3.5rem;
}

.newsletter-hero-shell {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
	gap: 1.5rem;
	align-items: stretch;
	padding: 1.75rem;
	border-radius: var(--radius-lg);
	background:
		radial-gradient(circle at top left, rgba(199, 169, 104, 0.1), transparent 28%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(246, 243, 236, 0.92));
	border: 1px solid rgba(15, 20, 29, 0.08);
	box-shadow: 0 1.25rem 2.6rem rgba(15, 20, 29, 0.08);
}

.newsletter-hero-copy h1 {
	margin-top: 1.25rem;
	margin-bottom: 1rem;
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(2.9rem, 6vw, 4.8rem);
	line-height: 0.95;
	color: var(--ink);
}

.newsletter-hero-copy p:last-of-type {
	max-width: 40rem;
	font-size: 1rem;
	line-height: 1.9;
	color: rgba(15, 20, 29, 0.72);
}

.newsletter-hero-panel,
.newsletter-featured-card,
.newsletter-card,
.newsletter-article {
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow);
}

.newsletter-hero-panel {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1.75rem;
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
		linear-gradient(180deg, rgba(16, 22, 33, 0.98), rgba(8, 11, 17, 0.98));
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.panel-kicker,
.featured-meta,
.article-meta {
	margin: 0 0 0.85rem 0;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--gold);
}

.newsletter-hero-points {
	margin: 1rem 0 0 0;
	padding-left: 1.15rem;
}

.newsletter-hero-points li {
	margin-bottom: 0.85rem;
	color: rgba(243, 240, 232, 0.76);
}

.newsletter-hero-icons {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.8rem;
	margin-top: auto;
	padding-top: 1.35rem;
}

.newsletter-hero-icon-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-height: 6.5rem;
	padding: 1rem 0.85rem;
	border-radius: 1.15rem;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	text-align: center;
	color: inherit;
	text-decoration: none;
	transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.newsletter-hero-icon-card:hover,
.newsletter-hero-icon-card:focus-visible {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(199, 169, 104, 0.35);
	box-shadow: 0 0.85rem 1.8rem rgba(0, 0, 0, 0.18);
	outline: none;
}

.newsletter-hero-icon-card .icon {
	font-size: 1.25rem;
	color: var(--gold);
}

.newsletter-hero-icon-card span {
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(243, 240, 232, 0.78);
}

.newsletter-feed {
	padding-top: 1rem;
}

.newsletter-status {
	padding: 1rem 1.25rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(243, 240, 232, 0.76);
}

.newsletter-featured-card {
	display: block;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	overflow: hidden;
	background: #0c1118;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.newsletter-card-link {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.newsletter-card-link:hover .featured-copy h3,
.newsletter-card-link:hover .newsletter-card-body h3 {
	color: var(--gold);
}

.newsletter-card-link-featured {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	height: 100%;
}

.featured-media,
.newsletter-card-image {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.featured-media {
	min-height: 20rem;
}

.featured-copy,
.newsletter-card-body {
	padding: 1.7rem;
}

.featured-copy h3,
.newsletter-card h3,
.newsletter-article h1 {
	color: var(--white);
}

.featured-copy p,
.newsletter-card p,
.article-excerpt,
.article-body p,
.article-body li {
	color: rgba(243, 240, 232, 0.78);
}

.newsletter-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin-top: 1.5rem;
}

.newsletter-post-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

.newsletter-load-more-wrap {
	display: flex;
	justify-content: center;
	margin-top: 1.35rem;
}

.newsletter-card {
	background: linear-gradient(180deg, rgba(17, 23, 33, 0.98), rgba(10, 13, 19, 0.98));
	border: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
}

.newsletter-card-image {
	display: block;
	min-height: 14rem;
}

.newsletter-card h3 {
	margin-bottom: 0.9rem;
	font-size: 1.45rem;
}

.card-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 1rem;
}

.card-tags span {
	display: inline-flex;
	padding: 0.45rem 0.75rem;
	border-radius: 999px;
	background: rgba(199, 169, 104, 0.12);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--gold);
}

.newsletter-signup-band {
	padding-top: 0;
}

.newsletter-signup-shell {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.5rem;
	padding: 2rem 2.2rem;
	border-radius: var(--radius-lg);
	background: linear-gradient(135deg, rgba(199, 169, 104, 0.12), rgba(255, 255, 255, 0.04));
	border: 1px solid rgba(199, 169, 104, 0.2);
}

.newsletter-signup-shell h2 {
	margin-bottom: 0;
	color: var(--white);
}

.newsletter-signup-band .newsletter-signup-shell {
	background:
		radial-gradient(circle at top left, rgba(199, 169, 104, 0.18), transparent 28%),
		linear-gradient(145deg, rgba(15, 21, 31, 0.98), rgba(8, 11, 17, 0.98));
	border: 1px solid rgba(199, 169, 104, 0.18);
	box-shadow: 0 1.2rem 2.6rem rgba(8, 11, 17, 0.18);
}

.newsletter-signup-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
}

.newsletter-signup-content {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	min-width: min(100%, 46rem);
	width: 100%;
}

.newsletter-embed-shell {
	width: 100%;
	padding: 0.7rem;
	border-radius: 1.2rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
	overflow: hidden;
}

.newsletter-embed-shell-light {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
	border-color: rgba(255, 255, 255, 0.08);
}

.newsletter-embed-label {
	margin: 0 0 0.55rem 0;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--gold);
}

.subscribe-card-intro {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	margin-bottom: 0.9rem;
	padding: 1rem 1.05rem;
	border-radius: 1rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025));
	border: 1px solid rgba(255, 255, 255, 0.09);
}

.subscribe-card-intro strong {
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(1.55rem, 3vw, 2rem);
	line-height: 1;
	color: var(--white);
}

.subscribe-card-intro span {
	color: rgba(243, 240, 232, 0.74);
	line-height: 1.65;
}

.newsletter-subscribe-form {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.subscribe-field-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.75rem;
	align-items: center;
}

.subscribe-input {
	height: 3.5rem;
	padding: 0 1.1rem;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.06);
	color: var(--white);
	font-size: 0.98rem;
}

.newsletter-embed-shell-light .subscribe-input {
	border-color: rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.08);
	color: var(--white);
}

.subscribe-input::placeholder {
	color: rgba(243, 240, 232, 0.48);
}

.newsletter-embed-shell-light .subscribe-input::placeholder {
	color: rgba(243, 240, 232, 0.48);
}

.subscribe-input:focus {
	outline: none;
	border-color: rgba(199, 169, 104, 0.7);
	box-shadow: 0 0 0 3px rgba(199, 169, 104, 0.14);
}

.subscribe-submit {
	min-width: 10.75rem;
}

.subscribe-submit[disabled] {
	opacity: 0.72;
	cursor: wait;
}

.subscribe-privacy {
	margin: 0;
	font-size: 0.84rem;
	line-height: 1.55;
	color: rgba(243, 240, 232, 0.62);
}

.newsletter-embed-shell-light .subscribe-privacy {
	color: rgba(243, 240, 232, 0.68);
}

.subscribe-message {
	min-height: 1.5rem;
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.45;
}

.subscribe-message.is-pending {
	color: rgba(243, 240, 232, 0.72);
}

.subscribe-message.is-success {
	color: #9fe3b1;
}

.subscribe-message.is-error {
	color: #ffb1b1;
}

.newsletter-embed-shell-light .subscribe-message.is-pending {
	color: rgba(243, 240, 232, 0.72);
}

.newsletter-embed-shell-light .subscribe-message.is-success {
	color: #9fe3b1;
}

.newsletter-embed-shell-light .subscribe-message.is-error {
	color: #ffb1b1;
}

.newsletter-page .button.ghost {
	box-shadow: inset 0 0 0 1px rgba(15, 20, 29, 0.16);
	color: var(--ink) !important;
}

.newsletter-page .button.ghost:hover {
	background: rgba(15, 20, 29, 0.04);
}

.article-shell {
	padding-top: 4rem;
}

.newsletter-article {
	max-width: 52rem;
	margin: 0 auto;
	padding: 2.25rem;
	background: linear-gradient(180deg, rgba(18, 25, 36, 0.99), rgba(9, 13, 19, 0.99));
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.article-header h1 {
	margin-top: 1rem;
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(2.8rem, 7vw, 4.8rem);
	line-height: 0.98;
}

.article-excerpt {
	font-size: 1.05rem;
	line-height: 1.9;
}

.article-cover {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	overflow: hidden;
	border-radius: 1.5rem;
}

.article-cover img {
	display: block;
	width: 100%;
	height: auto;
}

.article-body {
	font-size: 1rem;
	line-height: 1.9;
}

.article-body > *:first-child {
	margin-top: 0;
}

.article-body > *:last-child {
	margin-bottom: 0;
}

.article-body p,
.article-body ul,
.article-body ol,
.article-body picture,
.article-body img,
.article-body iframe {
	margin-top: 1.2rem;
	margin-bottom: 1.2rem;
}

.article-body h2,
.article-body h3,
.article-body h4,
.article-body strong,
.article-body b,
.article-body a {
	color: var(--white);
}

.article-body h2,
.article-body h3,
.article-body h4 {
	margin-top: 2.25rem;
	margin-bottom: 0.85rem;
	line-height: 1.15;
}

.article-body h2 {
	font-size: 2rem;
}

.article-body h3 {
	font-size: 1.5rem;
}

.article-body ul,
.article-body ol {
	padding-left: 1.2rem;
	color: rgba(243, 240, 232, 0.78);
}

.article-body li + li {
	margin-top: 0.55rem;
}

.article-body a {
	text-decoration: underline;
	text-decoration-color: rgba(199, 169, 104, 0.45);
}

.article-body .article-subscribe-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 1.2rem;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--gold), #e1c78f);
	color: var(--ink);
	font-weight: 800;
	letter-spacing: 0.04em;
	text-decoration: none;
}

.article-body picture {
	display: block;
	overflow: hidden;
	border-radius: 1.25rem;
}

.article-body img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 1.25rem;
}

.article-body iframe {
	display: block;
	width: 100%;
	min-height: 24rem;
	border: 0;
	border-radius: 1.25rem;
}

.article-body .twitter-tweet {
	margin: 1.5rem auto !important;
	padding: 1rem 1rem 0.35rem;
	border-radius: 1.25rem;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.article-body blockquote {
	margin: 1.5rem 0;
	padding-left: 1.2rem;
	border-left: 2px solid rgba(199, 169, 104, 0.4);
	color: rgba(243, 240, 232, 0.72);
}

.cta-form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1rem;
}

.cta-form input[type="email"] {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: var(--white);
}

.cta-form input[type="email"]::placeholder {
	color: rgba(243, 240, 232, 0.55);
}

.form-note {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.55;
	color: rgba(243, 240, 232, 0.76);
}

.partners-section {
	background: linear-gradient(180deg, #0d1118, #121720);
	color: rgba(243, 240, 232, 0.82);
}

.partners-section .section-heading p {
	color: rgba(243, 240, 232, 0.7);
}

.partners-section .section-heading h2 {
	font-size: clamp(1.95rem, 3.4vw, 2.9rem);
	margin-top: 0.75rem;
	margin-bottom: 0.85rem;
	max-width: 30rem;
}

.partners-section .section-heading p {
	font-size: 0.98rem;
	line-height: 1.7;
	max-width: 34rem;
}

.partners-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(20rem, 0.88fr);
	gap: 1.5rem;
	align-items: start;
}

.partners-layout .section-heading {
	margin: 0;
	max-width: none;
}

.partners-copy-column {
	display: flex;
	flex-direction: column;
	grid-column: 1;
	min-width: 0;
	gap: 0.35rem;
}

.partners-copy-panel {
	margin-top: 0.9rem;
	padding: 1.2rem 1.3rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.9rem;
	background:
		radial-gradient(circle at top right, rgba(199, 169, 104, 0.12), transparent 34%),
		linear-gradient(180deg, rgba(18, 24, 34, 0.92), rgba(10, 14, 20, 0.94));
	box-shadow: 0 1.2rem 2.6rem rgba(0, 0, 0, 0.18);
	max-width: 36rem;
}

.partners-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.partner-block {
	padding: 1.6rem;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.partner-block h3 {
	color: var(--white);
}

.partner-block p {
	margin-bottom: 0;
	color: rgba(243, 240, 232, 0.72);
}

.partner-block:hover {
	transform: translateY(-5px);
	border-color: rgba(199, 169, 104, 0.24);
	background: rgba(255, 255, 255, 0.06);
}

.partners-showcase {
	display: contents;
}

.partners-visual-card {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
}

.partners-visual-image {
	grid-column: 2;
	align-self: start;
	min-width: 0;
}

.partners-visual-image img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 23rem;
	object-fit: cover;
	opacity: 0.86;
}

.partners-visual-copy {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 1.6rem;
	background:
		radial-gradient(circle at top right, rgba(199, 169, 104, 0.18), transparent 38%),
		linear-gradient(180deg, rgba(18, 24, 34, 0.98), rgba(10, 14, 20, 0.98));
}

.partners-visual-kicker {
	margin: 0.85rem 0 0.8rem 0;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--gold);
}

.partners-visual-copy strong {
	font-size: 1.45rem;
	line-height: 1.2;
	color: var(--white);
}

.partners-copy-panel strong {
	display: block;
	max-width: 28rem;
	font-size: clamp(1.28rem, 2.55vw, 1.95rem);
	line-height: 1.16;
	color: var(--white);
}

.partners-cta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.partners-cta p {
	margin: 0;
	color: rgba(243, 240, 232, 0.68);
}

.partners-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.9rem;
}

.partners-visual-copy .partners-actions {
	margin-top: 1.25rem;
	justify-content: flex-start;
}

.partners-copy-panel .partners-actions {
	margin-top: 1rem;
	justify-content: flex-start;
}

.partners-actions .partner-mail-button {
	background: rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
	color: var(--white) !important;
}

.partners-copy-panel .button.ghost-light {
	background: rgba(255, 255, 255, 0.05);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
	color: rgba(243, 240, 232, 0.92) !important;
}

.partners-contact-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.partners-contact-list li {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 0.55rem;
	color: rgba(243, 240, 232, 0.82);
}

.partners-contact-list li:last-child {
	margin-bottom: 0;
}

.partners-contact-list a {
	color: inherit;
}

.fantasy-status-pill {
	pointer-events: none;
	opacity: 1;
	border-color: rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.04);
}

.fantasy-section {
	background: linear-gradient(180deg, #101722, #0d131d);
}

.fantasy-shell {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: 2rem;
	padding: 2.25rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
		linear-gradient(145deg, #121926, #0b1018);
	color: var(--white);
}

.fantasy-teaser {
	position: relative;
	min-height: 18rem;
	border-radius: var(--radius-lg);
	background:
		radial-gradient(circle at center, rgba(199, 169, 104, 0.3), transparent 28%),
		radial-gradient(circle at center, rgba(22, 38, 63, 0.55), transparent 60%),
		linear-gradient(180deg, #101622, #0a0f16);
	overflow: hidden;
}

.teaser-chip {
	position: absolute;
	top: 1.25rem;
	left: 1.25rem;
	padding: 0.45rem 0.9rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--gold);
}

.teaser-scoreboard {
	position: absolute;
	top: 1.35rem;
	right: 1.35rem;
	z-index: 2;
	width: 10rem;
	padding: 1rem;
	border-radius: 1.15rem;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(14px);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.teaser-scoreboard-label {
	display: block;
	margin-bottom: 0.65rem;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--gold);
}

.teaser-score-line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.35rem 0;
	color: rgba(243, 240, 232, 0.78);
}

.teaser-score-line strong {
	color: var(--white);
}

.teaser-player-card {
	position: absolute;
	left: 2rem;
	bottom: 1.5rem;
	z-index: 2;
	width: min(44%, 15rem);
	padding: 0.85rem;
	border-radius: 1.4rem;
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 1rem 2.4rem rgba(0, 0, 0, 0.24);
	animation: floatCard 5.8s ease-in-out infinite;
}

.teaser-player-card img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 1rem;
}

.teaser-rings,
.teaser-rings::before,
.teaser-rings::after {
	position: absolute;
	inset: 50% auto auto 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	content: "";
}

.teaser-rings {
	width: 8rem;
	height: 8rem;
	border: 1px solid rgba(255, 255, 255, 0.18);
}

.teaser-rings::before {
	width: 13rem;
	height: 13rem;
	border: 1px solid rgba(199, 169, 104, 0.22);
}

.teaser-rings::after {
	width: 18rem;
	height: 18rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

#footer {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: 2rem;
	padding: 4rem;
	background: #090c11;
	color: rgba(243, 240, 232, 0.78);
}

.footer-brand {
	max-width: 23rem;
}

.footer-brand p {
	margin-top: 1.2rem;
	margin-bottom: 0;
	color: rgba(243, 240, 232, 0.66);
}

#footer h3 {
	color: var(--white);
}

#footer a {
	color: rgba(243, 240, 232, 0.78);
}

.footer-social-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
	transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.footer-social-link .social-icon-mark {
	background: transparent;
	width: 1.4rem;
	height: 1.4rem;
	color: var(--gold);
}

.footer-social-link:hover {
	transform: translateY(-2px);
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(199, 169, 104, 0.35);
}

.reveal-on-scroll {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-on-scroll.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@keyframes orbitFloat {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}

@keyframes floatCard {
	0%, 100% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-10px);
	}
}

#copyright {
	color: rgba(243, 240, 232, 0.5);
}

@media screen and (max-width: 1280px) {
	.pillars-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 980px) {
	#intro.madrid-intro,
	.madrid-section,
	#footer {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.hero-shell,
	.social-layout,
	.newsletter-hero-shell,
	.newsletter-featured-card,
	.newsletter-post-grid,
	.newsletter-shell,
	.partners-layout,
	.partners-grid,
	.partners-showcase,
	.fantasy-shell,
	#footer {
		grid-template-columns: 1fr;
	}

	.newsletter-signup-shell {
		flex-direction: column;
		align-items: flex-start;
	}

	.newsletter-signup-content {
		min-width: 100%;
		width: 100%;
	}

	.hero-composition {
		min-height: 24rem;
	}

	.hero-shell {
		gap: 1.75rem;
	}

	.summary-panel {
		padding: 1.4rem 1.45rem;
	}

	.summary-stats {
		padding: 0.8rem 0.95rem;
	}

	.social-panel,
	.newsletter-shell,
	.newsletter-hero-shell,
	.newsletter-signup-shell,
	.fantasy-shell {
		padding: 1.4rem;
	}

	.newsletter-signup-shell-compact {
		padding: 1.35rem;
	}

	.partners-cta {
		flex-direction: column;
		align-items: flex-start;
	}

	.partners-actions {
		width: 100%;
	}

	.partners-visual-image {
		display: none;
	}

	#nav ul.icons.nav-cta {
		width: 100%;
		margin-left: 0;
	}
}

@media screen and (max-width: 736px) {
	#intro.madrid-intro {
		padding: 5.9rem 1.1rem 2.7rem 1.1rem;
	}

	.newsletter-hero,
	.article-shell {
		padding-top: 1.55rem;
	}

	.newsletter-hero-shell,
	.newsletter-shell {
		padding: 1rem;
	}

	.newsletter-signup-shell {
		padding: 1rem;
	}

	.newsletter-signup-copy {
		max-width: none;
	}

	#intro h1 {
		margin: 0.85rem 0 0.95rem 0;
		font-size: clamp(2.5rem, 14vw, 3.8rem);
		line-height: 0.92;
	}

	.madrid-section {
		padding: 2.5rem 1.1rem;
	}

	.hero-actions,
	.newsletter-links,
	.fantasy-actions,
	.newsletter-card-actions,
	.newsletter-signup-actions,
	.partners-actions,
	.cta-form {
		align-items: stretch;
	}

	.hero-actions .button,
	.newsletter-links .button,
	.fantasy-actions .button,
	.newsletter-card-actions .button,
	.newsletter-signup-actions .button,
	.partners-actions .button,
	.cta-form .button {
		width: 100%;
	}

	.featured-copy,
	.newsletter-card-body,
	.newsletter-article {
		padding: 1.2rem;
	}

	.newsletter-card-link-featured {
		grid-template-columns: 1fr;
	}

	.hero-copy,
	.intro-copy,
	.section-heading,
	.section-heading.left,
	.newsletter-hero-copy p:last-of-type {
		max-width: none;
	}

	.hero-shell,
	.social-layout,
	.newsletter-post-grid,
	.partners-layout,
	.partners-grid,
	.partners-showcase,
	.fantasy-shell {
		gap: 0.8rem;
	}

	.social-proof-grid {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.social-proof-card {
		padding: 1rem;
	}

	.social-proof-summary {
		padding: 0;
	}

	.social-proof-card h3 {
		font-size: 1.02rem;
		line-height: 1.08;
	}

	.social-proof-embed-shell {
		min-height: auto;
		padding: 0.75rem 0 0;
	}

	.social-proof-embed-shell .social-proof-tweet,
	.social-proof-embed-shell .instagram-media {
		max-width: 100% !important;
	}

	.social-proof-embed-shell .twitter-tweet-rendered,
	.social-proof-embed-shell iframe {
		max-width: 100% !important;
		width: 100% !important;
	}

	.newsletter-home-preview {
		display: none;
	}

	.hero-composition {
		display: none;
	}

	.hero-composition {
		min-height: 19rem;
	}

	.section-heading {
		margin-bottom: 1.2rem;
	}

	.section-heading h2,
	.newsletter-hero-copy h1 {
		font-size: clamp(2rem, 10.5vw, 2.7rem);
		line-height: 0.96;
	}

	.summary-panel,
	.summary-stats,
	.social-panel,
	.newsletter-shell,
	.newsletter-hero-shell,
	.newsletter-signup-shell,
	.partner-block,
	.fantasy-shell {
		padding: 1rem;
	}

	.newsletter-embed-shell {
		padding: 0.4rem;
		border-radius: 1rem;
	}

	.newsletter-embed-label {
		margin-bottom: 0.45rem;
		font-size: 0.64rem;
		letter-spacing: 0.12em;
	}

	.subscribe-card-intro {
		padding: 0.8rem;
		margin-bottom: 0.6rem;
	}

	.subscribe-card-intro strong {
		font-size: 1.28rem;
	}

	.subscribe-field-row {
		grid-template-columns: 1fr;
		gap: 0.65rem;
	}

	.subscribe-input,
	.subscribe-submit {
		width: 100%;
	}

	.summary-stats li,
	.social-metric,
	.platform-row {
		padding-top: 0.72rem;
		padding-bottom: 0.72rem;
	}

	.platform-row {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 0.75rem;
	}

	.platform-row > span:last-child {
		padding-left: 0;
		margin-left: auto;
		font-size: 0.88rem;
		color: rgba(243, 240, 232, 0.72);
		text-align: right;
	}

	.platform-label {
		gap: 0.65rem;
		min-width: 0;
	}

	.platform-label span:last-child {
		white-space: nowrap;
	}

	.newsletter-copy p,
	.newsletter-hero-copy p:last-of-type,
	.summary-panel p,
	.fantasy-copy p,
	.partner-block p,
	.social-metric span {
		font-size: 0.92rem;
		line-height: 1.58;
	}

	.newsletter-signup-content,
	.newsletter-links,
	.fantasy-actions,
	.newsletter-signup-actions {
		gap: 0.7rem;
	}

	.newsletter-points,
	.newsletter-hero-points {
		margin-top: 0.8rem;
	}

	.newsletter-points li,
	.newsletter-hero-points li {
		margin-bottom: 0.45rem;
		line-height: 1.45;
	}

	.newsletter-post-grid {
		grid-template-columns: 1fr;
	}

	.featured-media,
	.newsletter-card-image {
		min-height: 9.5rem;
	}

	.partners-visual-image img {
		min-height: 9rem;
	}

	.fantasy-teaser {
		display: none;
		min-height: 12.5rem;
	}

	.newsletter-hero-icons {
		gap: 0.55rem;
		padding-top: 1rem;
	}

	.newsletter-hero-icon-card {
		min-height: 5.1rem;
		padding: 0.7rem 0.5rem;
	}

	.newsletter-hero-icon-card .icon {
		font-size: 1rem;
	}

	.newsletter-hero-icon-card span {
		font-size: 0.68rem;
	}

	.form-note {
		font-size: 0.82rem;
		line-height: 1.5;
	}

	#footer {
		padding-left: 1.1rem;
		padding-right: 1.1rem;
	}

	#footer .footer-brand {
		padding-bottom: 0.4rem;
	}

	#footer .footer-brand p {
		font-size: 0.92rem;
		line-height: 1.5;
		margin-bottom: 0.55rem;
	}

	#footer .split.contact > section {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	#footer .split.contact h3 {
		margin-bottom: 0.55rem;
	}

	#footer > .split.contact > section {
		padding-left: 0;
		padding-right: 0;
	}

	.teaser-scoreboard {
		top: 1rem;
		right: 1rem;
		width: 8rem;
		padding: 0.85rem;
	}

	.teaser-player-card {
		left: 1rem;
		bottom: 1rem;
		width: min(54%, 11rem);
	}

	.partners-cta {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 1rem;
		padding-top: 1rem;
	}

	.partners-actions {
		width: 100%;
	}

	.footer-social-list {
		gap: 0.75rem;
	}

	.footer-social-link {
		width: 3.25rem;
		height: 3.25rem;
	}

	.newsletter-signup-band .newsletter-signup-shell {
		gap: 0.9rem;
	}

	.newsletter-signup-band .newsletter-signup-shell > div:first-child h2 {
		font-size: 1.9rem;
		line-height: 1;
	}

	.newsletter-signup-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.newsletter-post-grid + .newsletter-signup-band,
	.article-shell + .newsletter-signup-band {
		padding-top: 1.35rem;
	}

	.article-shell + .newsletter-signup-band .newsletter-signup-actions a:last-child {
		display: none;
	}
}
