:root {
	--tmf-bg: #f4efe6;
	--tmf-ink: #0b1d36;
	--tmf-muted: #5c6b7a;
	--tmf-accent: #d97706;
	--tmf-accent-2: #b45309;
	--tmf-card: #fffdf8;
	--tmf-line: #e4dccf;
	--tmf-navy: #123052;
	--tmf-radius: 12px;
	--tmf-sans: "Archivo", "Segoe UI", sans-serif;
	--tmf-display: "Fraunces", Georgia, serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--tmf-sans);
	color: var(--tmf-ink);
	background:
		radial-gradient(ellipse at 10% 0%, rgba(217,119,6,.08), transparent 45%),
		linear-gradient(180deg, #f7f2ea 0%, var(--tmf-bg) 40%, #efe8db 100%);
	line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--tmf-accent-2); }
.tmf-shell { width: min(1140px, 92vw); margin-inline: auto; }
.tmf-app { min-height: 100vh; display: flex; flex-direction: column; }
.tmf-main { flex: 1; }

.tmf-head {
	background: var(--tmf-ink);
	color: #fff;
	position: sticky; top: 0; z-index: 50;
	border-bottom: 3px solid var(--tmf-accent);
}
.tmf-head__row {
	display: flex; align-items: center; justify-content: space-between;
	gap: 1rem; padding: .9rem 0;
}
.tmf-logo { display: flex; align-items: center; gap: .7rem; text-decoration: none; color: inherit; }
.tmf-logo strong { display: block; font-family: var(--tmf-display); font-size: 1.15rem; letter-spacing: -.02em; }
.tmf-logo small { display: block; font-size: .7rem; opacity: .7; text-transform: uppercase; letter-spacing: .1em; }
.tmf-menu-btn {
	display: none; border: 1px solid #334155; background: transparent; color: #fff;
	padding: .45rem .85rem; border-radius: 8px; cursor: pointer; font: inherit;
}
.tmf-nav { display: flex; flex-wrap: wrap; gap: .3rem .95rem; }
.tmf-nav a { color: #cbd5e1; text-decoration: none; font-size: .9rem; font-weight: 600; }
.tmf-nav a:hover { color: #fbbf24; }

.tmf-home-hero {
	background: linear-gradient(135deg, #0b1d36 0%, #16325a 55%, #1e3a5f 100%);
	color: #f8fafc; padding: 2.75rem 0 3.2rem; position: relative; overflow: hidden;
}
.tmf-home-hero::after {
	content: ""; position: absolute; right: -8%; top: -20%; width: 420px; height: 420px;
	border: 2px solid rgba(245,158,11,.2); border-radius: 50%; pointer-events: none;
}
.tmf-home-hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 2rem; align-items: center; }
.tmf-home-hero h1 {
	font-family: var(--tmf-display); font-size: clamp(2.1rem, 5vw, 3.35rem);
	line-height: 1.05; margin: .45rem 0 1rem; letter-spacing: -.03em;
}
.tmf-home-hero h1 em { color: #fbbf24; font-style: italic; }
.tmf-kicker { text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; color: #94a3b8; margin: 0; font-weight: 700; }
.tmf-lede { font-size: 1.08rem; color: #cbd5e1; max-width: 54ch; }
.tmf-home-hero__visual { position: relative; border-radius: var(--tmf-radius); overflow: hidden; border: 2px solid #334155; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.tmf-home-hero__visual img { aspect-ratio: 3/2; object-fit: cover; width: 100%; }
.tmf-home-hero__chip {
	position: absolute; left: 1rem; bottom: 1rem; background: var(--tmf-accent); color: #111;
	font-weight: 800; font-size: .75rem; text-transform: uppercase; letter-spacing: .06em;
	padding: .4rem .75rem; border-radius: 8px;
}

.tmf-hero { position: relative; background: var(--tmf-navy); color: #fff; overflow: hidden; padding: 3rem 0 2.6rem; }
.tmf-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .4; }
.tmf-hero__inner { position: relative; width: min(1140px, 92vw); margin: auto; }
.tmf-hero__badge {
	display: inline-block; background: var(--tmf-accent); color: #111; font-weight: 800;
	font-size: .72rem; text-transform: uppercase; padding: .32rem .7rem; border-radius: 6px; margin: 0 0 .8rem;
}
.tmf-hero h1 { font-family: var(--tmf-display); font-size: clamp(1.85rem, 4vw, 2.7rem); margin: 0 0 .75rem; letter-spacing: -.02em; }
.tmf-hero__lead { max-width: 62ch; color: #cbd5e1; margin: 0; font-size: 1.05rem; }

.tmf-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
	padding: .75rem 1.3rem; border-radius: 10px; font-weight: 800; text-decoration: none;
	border: none; cursor: pointer; font: inherit;
}
.tmf-btn--accent { background: var(--tmf-accent); color: #111; }
.tmf-btn--accent:hover { background: #f59e0b; }
.tmf-btn--line { border: 1px solid #64748b; color: #e2e8f0; background: transparent; }
.tmf-actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.3rem; }
.tmf-block { padding: 2.4rem 0; }
.tmf-title { font-family: var(--tmf-display); font-size: 1.55rem; margin: 0 0 1.2rem; letter-spacing: -.02em; }

.tmf-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1rem; }
.tmf-card {
	background: var(--tmf-card); border: 1px solid var(--tmf-line); border-radius: var(--tmf-radius);
	padding: 1.2rem 1.25rem; text-decoration: none; color: inherit;
	transition: transform .15s, box-shadow .15s; box-shadow: 0 1px 0 rgba(11,29,54,.04);
}
.tmf-card:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(11,29,54,.1); }
.tmf-card__sport { display: block; color: var(--tmf-accent-2); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; margin-bottom: .4rem; }
.tmf-card h3 { margin: 0 0 .45rem; font-size: 1.08rem; font-family: var(--tmf-display); }
.tmf-card p { margin: 0; color: var(--tmf-muted); font-size: .95rem; }

.tmf-split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 2rem; align-items: center; }
.tmf-split img { border-radius: var(--tmf-radius); border: 1px solid var(--tmf-line); width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.tmf-prose { font-size: 1.05rem; }
.tmf-prose h2 { font-family: var(--tmf-display); font-size: 1.45rem; margin: 1.8rem 0 .7rem; letter-spacing: -.02em; }
.tmf-prose h3 { font-size: 1.12rem; margin: 1.4rem 0 .5rem; }
.tmf-prose p, .tmf-prose li { color: #243447; }
.tmf-prose ul, .tmf-prose ol { padding-left: 1.2rem; }
.tmf-prose .tmf-steps { margin: 1rem 0 1.4rem; }
.tmf-prose .tmf-steps li { margin: .55rem 0; }
.tmf-note { background: #fff7ed; border-left: 4px solid var(--tmf-accent); padding: .9rem 1rem; border-radius: 0 8px 8px 0; color: #7c2d12; }
.tmf-section-alt { background: rgba(255,253,248,.85); border: 1px solid var(--tmf-line); border-radius: var(--tmf-radius); padding: 1.15rem 1.25rem; }
.tmf-link { font-weight: 700; }

.tmf-timeline { display: grid; gap: .85rem; }
.tmf-timeline article {
	display: grid; grid-template-columns: 72px 1fr; gap: 1rem; padding: 1rem 1.1rem;
	background: var(--tmf-card); border: 1px solid var(--tmf-line); border-radius: 10px;
}
.tmf-timeline time { font-weight: 800; color: var(--tmf-accent-2); font-size: .85rem; text-transform: uppercase; }
.tmf-timeline h3 { margin: 0 0 .35rem; font-size: 1.05rem; font-family: var(--tmf-display); }
.tmf-timeline p { margin: 0; color: var(--tmf-muted); }

.tmf-article { display: grid; grid-template-columns: minmax(0,1fr) 260px; gap: 2rem; align-items: start; }
.tmf-aside {
	position: sticky; top: 5.5rem; background: var(--tmf-ink); color: #e2e8f0;
	border-radius: var(--tmf-radius); padding: 1.15rem 1.2rem;
}
.tmf-aside__title { margin: 0 0 .75rem; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; color: #fbbf24; }
.tmf-aside__list { list-style: none; margin: 0; padding: 0; }
.tmf-aside__list li { margin: .45rem 0; }
.tmf-aside__list a { color: #e2e8f0; text-decoration: none; font-weight: 600; font-size: .92rem; }
.tmf-aside__list a:hover { color: #fbbf24; }

.tmf-figure { margin: 1.4rem 0 1.6rem; background: var(--tmf-card); border: 1px solid var(--tmf-line); border-radius: var(--tmf-radius); overflow: hidden; }
.tmf-figure img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.tmf-figure figcaption { padding: .75rem 1rem; color: var(--tmf-muted); font-size: .92rem; border-top: 1px solid var(--tmf-line); }

.tmf-table-wrap { overflow-x: auto; margin: 1.3rem 0 1.6rem; border: 1px solid var(--tmf-line); border-radius: var(--tmf-radius); background: var(--tmf-card); }
.tmf-table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.tmf-table caption { text-align: left; font-weight: 800; padding: .85rem 1rem; background: #fff7ed; color: #7c2d12; border-bottom: 1px solid var(--tmf-line); }
.tmf-table th, .tmf-table td { padding: .7rem 1rem; text-align: left; border-bottom: 1px solid var(--tmf-line); vertical-align: top; }
.tmf-table th { background: #0b1d36; color: #fff; font-size: .82rem; text-transform: uppercase; letter-spacing: .04em; }
.tmf-table tr:last-child td { border-bottom: 0; }
.tmf-table tbody tr:nth-child(even) { background: #faf7f1; }

.tmf-pullquote {
	margin: 1.6rem 0; padding: 1.2rem 1.35rem 1.2rem 1.5rem;
	border-left: 5px solid var(--tmf-accent); background: #fffdf8;
	font-family: var(--tmf-display); font-size: 1.2rem; line-height: 1.35;
}
.tmf-pullquote p { margin: 0 0 .5rem; color: var(--tmf-ink); }
.tmf-pullquote cite { font-style: normal; font-family: var(--tmf-sans); font-size: .85rem; color: var(--tmf-muted); font-weight: 700; }

.tmf-sponsor-wrap {
	margin-top: -1.35rem;
	margin-bottom: .5rem;
	position: relative;
	z-index: 2;
}
.tmf-sponsor {
	margin: 0; padding: 1.35rem 1.5rem; border-radius: var(--tmf-radius);
	background: linear-gradient(120deg, #0b1d36, #1e3a5f); color: #f8fafc;
	border: 2px solid rgba(251,191,36,.45);
	box-shadow: 0 12px 32px rgba(11,29,54,.22);
}
.tmf-sponsor__grid { display: flex; flex-wrap: wrap; gap: 1.25rem; justify-content: space-between; align-items: center; }
.tmf-sponsor__tag { margin: 0 0 .35rem; font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: #fbbf24; font-weight: 800; }
.tmf-sponsor__name { margin: 0 0 .4rem; font-family: var(--tmf-display); font-size: 1.5rem; }
.tmf-sponsor__txt { margin: 0; max-width: 58ch; color: #cbd5e1; }
.tmf-sponsor__rg { margin: .75rem 0 0; font-size: .88rem; color: #fde68a; }
.tmf-sponsor__rg a { color: #fff; font-weight: 700; }
.tmf-sponsor__cta { display: flex; flex-direction: column; gap: .55rem; align-items: flex-start; }
.tmf-sponsor .tmf-link { color: #fde68a; }

.tmf-bar {
	padding: .85rem 1rem; border-radius: 10px; margin-bottom: 1.2rem;
	background: #fff7ed; border: 1px solid #fdba74; color: #7c2d12; font-size: .95rem;
}
.tmf-bar a { color: #9a3412; font-weight: 700; }

.tmf-foot { background: var(--tmf-ink); color: #cbd5e1; padding: 2.4rem 0 2rem; margin-top: 2rem; }
.tmf-foot__grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 1.5rem; margin-top: 1rem; }
.tmf-foot__brand { font-family: var(--tmf-display); font-size: 1.25rem; color: #fff; margin: 0 0 .4rem; }
.tmf-foot__links { display: flex; flex-wrap: wrap; gap: .55rem 1rem; align-content: start; }
.tmf-foot__links a { color: #e2e8f0; text-decoration: none; font-weight: 600; }
.tmf-foot__links a:hover { color: #fbbf24; }
.tmf-foot__legal, .tmf-foot__copy { font-size: .88rem; margin: 1.1rem 0 0; color: #94a3b8; }
.tmf-foot__legal a { color: #fbbf24; }

@media (max-width: 900px) {
	.tmf-home-hero__grid, .tmf-split, .tmf-article, .tmf-foot__grid { grid-template-columns: 1fr; }
	.tmf-aside { position: static; }
	.tmf-menu-btn { display: inline-flex; }
	.tmf-nav { display: none; width: 100%; flex-direction: column; padding-bottom: .75rem; }
	.tmf-nav.is-open { display: flex; }
	.tmf-head__row { flex-wrap: wrap; }
}
