:root {
  --mag-ink: #111214;
  --mag-paper: #f7f3eb;
  --mag-white: #fffdf9;
  --mag-gold: #c6a55d;
  --mag-gold-dark: #7d5c1e;
  --mag-line: rgba(17, 18, 20, .14);
  --mag-muted: #68645d;
}

#main { overflow: clip; background: var(--mag-paper); }
#main .mag-eyebrow { display: block; margin: 0 0 18px; color: var(--mag-gold-dark); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
#main .button-gold { display: inline-flex; align-items: center; justify-content: center; min-height: 58px; padding: 0 28px; border: 1px solid var(--mag-ink); border-radius: 999px; background: var(--mag-gold); color: var(--mag-ink); font-weight: 800; text-decoration: none; box-shadow: 0 12px 28px rgba(85, 58, 9, .14); transition: transform .2s ease, box-shadow .2s ease; }
#main .button-gold:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(85, 58, 9, .2); }

.mag-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(350px, .75fr); min-height: 720px; padding: clamp(74px, 8vw, 130px) max(28px, calc((100vw - 1220px) / 2)); background: radial-gradient(circle at 82% 12%, rgba(198,165,93,.24), transparent 31%), linear-gradient(135deg, #fbf8f1 0%, #efe7d7 100%); border-bottom: 1px solid var(--mag-line); }
.mag-hero::after { content: "JOURNAL"; position: absolute; left: max(28px, calc((100vw - 1220px) / 2)); bottom: -2.5vw; color: rgba(17,18,20,.035); font-size: clamp(92px, 18vw, 250px); font-weight: 900; line-height: .8; letter-spacing: -.07em; pointer-events: none; }
.mag-hero-copy { position: relative; z-index: 1; align-self: center; max-width: 760px; padding-right: clamp(24px, 6vw, 90px); }
.mag-issue { display: inline-flex; align-items: stretch; margin-bottom: 68px; border: 1px solid var(--mag-line); border-radius: 999px; overflow: hidden; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.mag-issue span, .mag-issue strong { padding: 10px 15px; }
.mag-issue strong { background: var(--mag-ink); color: #fff; }
.mag-hero h1 { max-width: 790px; margin: 0; color: var(--mag-ink); font-size: clamp(58px, 6.6vw, 104px); line-height: .9; letter-spacing: -.065em; }
.mag-hero-lead { max-width: 720px; margin: 34px 0 0; color: var(--mag-muted); font-size: clamp(19px, 1.9vw, 27px); line-height: 1.48; }
.mag-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 42px; }
.mag-text-link { color: var(--mag-ink); font-weight: 800; text-decoration: underline; text-underline-offset: 8px; }
.mag-text-link span { margin-left: 8px; color: var(--mag-gold-dark); }
.mag-hero-panel { position: relative; z-index: 1; align-self: center; padding: clamp(34px, 4vw, 58px); border: 1px solid rgba(255,255,255,.16); border-radius: 32px; background: linear-gradient(145deg, #17181a, #0c0d0f); color: white; box-shadow: 0 30px 80px rgba(17,18,20,.22); }
.mag-hero-panel::after { content: "26"; position: absolute; right: 14px; bottom: -20px; color: rgba(255,255,255,.035); font-size: 200px; font-weight: 900; line-height: .8; }
.mag-panel-top { display: flex; justify-content: space-between; color: #d9bf84; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.mag-hero-panel h2 { max-width: 420px; margin: 78px 0 24px; color: #fff; font-size: clamp(38px, 4vw, 63px); line-height: .98; letter-spacing: -.045em; }
.mag-hero-panel > p { color: #bbb9b5; font-size: 17px; line-height: 1.65; }
.mag-hero-panel ul { position: relative; z-index: 1; display: grid; gap: 0; margin: 38px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.mag-hero-panel li { display: grid; grid-template-columns: 50px 1fr; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-weight: 700; }
.mag-hero-panel li span { color: #d9bf84; }

.mag-manifesto { position: relative; z-index: 2; display: grid; grid-template-columns: .75fr 2.25fr repeat(3, .45fr); align-items: center; gap: 30px; max-width: 1220px; margin: -38px auto 0; padding: 32px 38px; border: 1px solid var(--mag-line); border-radius: 24px; background: rgba(255,253,249,.94); box-shadow: 0 22px 55px rgba(17,18,20,.08); backdrop-filter: blur(16px); }
.mag-manifesto > span { color: var(--mag-gold-dark); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.mag-manifesto > p { margin: 0; font-size: 18px; line-height: 1.5; }
.mag-manifesto > div { padding-left: 22px; border-left: 1px solid var(--mag-line); }
.mag-manifesto b { display: block; font-size: 32px; line-height: 1; }
.mag-manifesto small { color: var(--mag-muted); }

.mag-index { max-width: 1280px; margin: 0 auto; padding: clamp(100px, 11vw, 170px) 30px; }
.mag-section-head { display: grid; grid-template-columns: 1.55fr .65fr; align-items: end; gap: 70px; margin-bottom: 50px; }
.mag-section-head h2 { max-width: 780px; margin: 0; color: var(--mag-ink); font-size: clamp(48px, 6.2vw, 90px); line-height: .93; letter-spacing: -.06em; }
.mag-section-head > p { margin: 0 0 8px; color: var(--mag-muted); font-size: 17px; line-height: 1.6; }
.mag-toolbar { position: sticky; top: 104px; z-index: 8; display: grid; grid-template-columns: minmax(250px, 1fr) auto auto; align-items: center; gap: 18px; margin: 0 0 38px; padding: 14px; border: 1px solid var(--mag-line); border-radius: 22px; background: rgba(247,243,235,.93); box-shadow: 0 14px 38px rgba(17,18,20,.08); backdrop-filter: blur(18px); }
.mag-search { position: relative; display: block; }
.mag-search input { width: 100%; min-height: 50px; padding: 0 52px 0 18px; border: 1px solid var(--mag-line); border-radius: 14px; background: var(--mag-white); color: var(--mag-ink); font: inherit; }
.mag-search i { position: absolute; right: 18px; top: 50%; transform: translateY(-50%); font-size: 24px; font-style: normal; }
.mag-filters { display: flex; flex-wrap: wrap; gap: 6px; }
.mag-filters button, .mag-filters a { min-height: 46px; padding: 0 15px; border: 0; border-radius: 12px; background: transparent; color: var(--mag-ink); font: inherit; font-size: 14px; font-weight: 750; text-decoration: none; cursor: pointer; }
.mag-filters button.is-active { background: var(--mag-ink); color: #fff; }
.mag-result { margin: 0; padding: 0 12px; white-space: nowrap; color: var(--mag-muted); font-size: 13px; }
.mag-result strong { color: var(--mag-ink); }
.mag-article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.mag-article-card { min-width: 0; overflow: hidden; border: 1px solid var(--mag-line); border-radius: 26px; background: var(--mag-white); box-shadow: 0 14px 34px rgba(17,18,20,.05); transition: transform .25s ease, box-shadow .25s ease; }
.mag-article-card:hover { transform: translateY(-5px); box-shadow: 0 24px 58px rgba(17,18,20,.12); }
.mag-article-card[hidden] { display: none; }
.mag-article-card.is-featured { grid-column: span 2; display: grid; grid-template-columns: 1.1fr .9fr; background: var(--mag-ink); color: #fff; }
.mag-card-media { position: relative; display: block; min-height: 355px; overflow: hidden; background: #e9e4dc; }
.mag-article-card.is-featured .mag-card-media { min-height: 520px; }
.mag-card-media img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform .5s ease; }
.mag-card-media img[src*="transparent"] { padding: 11%; object-fit: contain; background: linear-gradient(145deg, #f0ece5, #ddd6cb); }
.mag-article-card:hover .mag-card-media img { transform: scale(1.025); }
.mag-card-index, .mag-card-time { position: absolute; top: 18px; display: inline-flex; align-items: center; min-height: 32px; padding: 0 11px; border-radius: 999px; background: rgba(17,18,20,.88); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.mag-card-index { left: 18px; }
.mag-card-time { right: 18px; }
.mag-card-copy { padding: 27px 27px 30px; }
.mag-article-card.is-featured .mag-card-copy { align-self: end; padding: 44px; }
.mag-card-kicker { color: var(--mag-gold-dark); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.mag-article-card.is-featured .mag-card-kicker { color: #d9bf84; }
.mag-card-copy h3 { margin: 14px 0 12px; font-size: clamp(27px, 2.5vw, 40px); line-height: 1.02; letter-spacing: -.04em; }
.mag-card-copy h3 a { color: inherit; text-decoration: none; }
.mag-card-copy p { min-height: 4.8em; margin: 0 0 30px; color: var(--mag-muted); line-height: 1.6; }
.mag-article-card.is-featured .mag-card-copy p { color: #bbb9b5; }
.mag-card-link { color: inherit; font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 7px; }
.mag-card-link span { color: var(--mag-gold-dark); }
.mag-empty { padding: 80px 20px; text-align: center; color: var(--mag-muted); }

.mag-focus-2026 { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; padding: clamp(80px, 10vw, 150px) max(30px, calc((100vw - 1220px) / 2)); background: var(--mag-ink); color: #fff; }
.mag-focus-2026 h2 { max-width: 560px; margin: 0; color: #fff; font-size: clamp(50px, 6vw, 86px); line-height: .95; letter-spacing: -.06em; }
.mag-focus-2026 .mag-eyebrow { color: #d9bf84 !important; }
.mag-focus-2026 ol { margin: 0; padding: 0; list-style: none; }
.mag-focus-2026 li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.mag-icon-mark { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid #d9bf84; border-radius: 50%; color: #d9bf84; font-size: 11px; font-weight: 800; }
.mag-focus-2026 b { font-size: 22px; }
.mag-focus-2026 p { margin: 8px 0 0; color: #aaa9a6; line-height: 1.55; }

.mag-sport-worlds { padding-top: clamp(85px, 10vw, 145px) !important; }
.mag-sport-worlds > header { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; }
.mag-sport-worlds > header h2 { max-width: 760px; }
.mag-sport-worlds .guide-sport-card figure { aspect-ratio: 4 / 5; padding: 10px; background: #171717; }
.mag-sport-worlds .guide-sport-card figure img { width: 100%; height: 100%; object-fit: contain !important; object-position: center !important; border-radius: 14px; background: #171717; }
.mag-sport-worlds .guide-sport-card b { display: block; }
.mag-sport-worlds .guide-sport-card small { display: block; margin-top: 22px; color: #b6b3ad; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.mag-editorial-note { display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 60px; padding: 80px max(30px, calc((100vw - 1220px) / 2)); border-top: 1px solid var(--mag-line); background: #e9e1d2; }
.mag-editorial-note h2 { max-width: 680px; margin: 0; font-size: clamp(35px, 4vw, 58px); line-height: 1; letter-spacing: -.045em; }
.mag-editorial-note > p { color: var(--mag-muted); line-height: 1.65; }

.mag-detail { --accent: var(--mag-gold); --accent-soft: #eee2c9; max-width: 1380px; margin: 0 auto; padding: 0 30px 110px; }
.mag-detail--amber { --accent: #d7a33e; --accent-soft: #f2e4c3; }
.mag-detail--rose { --accent: #bb756b; --accent-soft: #f0dcd8; }
.mag-detail--blue { --accent: #6c93a9; --accent-soft: #dce9ee; }
.mag-detail--sand { --accent: #ae8c62; --accent-soft: #eadfce; }
.mag-detail--aqua { --accent: #639da0; --accent-soft: #d9e9e8; }
.mag-detail--green { --accent: #728a68; --accent-soft: #dfe7dc; }
.mag-breadcrumbs { display: flex; flex-wrap: wrap; gap: 12px; padding: 42px 0 24px; color: var(--mag-muted); font-size: 13px; }
.mag-breadcrumbs a { color: inherit; }
.mag-detail-hero { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 660px; overflow: hidden; border: 1px solid var(--mag-line); border-radius: 34px; background: var(--mag-ink); box-shadow: 0 24px 65px rgba(17,18,20,.15); }
.mag-detail-hero-copy { align-self: center; padding: clamp(48px, 6vw, 90px); color: #fff; }
.mag-detail-hero-copy .mag-eyebrow { color: color-mix(in srgb, var(--accent) 80%, white) !important; }
.mag-detail-hero h1 { margin: 0; color: #fff; font-size: clamp(54px, 6.2vw, 92px); line-height: .92; letter-spacing: -.06em; }
.mag-detail-hero-copy > p { max-width: 670px; margin: 30px 0; color: #c4c2bd; font-size: 20px; line-height: 1.55; }
.mag-detail-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.mag-detail-meta span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #dedbd4; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.mag-detail-hero figure { position: relative; min-height: 660px; margin: 0; padding: 34px; background: var(--accent-soft); }
.mag-detail-hero figure img { width: 100%; height: 100%; max-height: 590px; object-fit: contain; border-radius: 22px; }
.mag-detail-hero figcaption { position: absolute; right: 52px; bottom: 52px; left: 52px; padding: 18px 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; background: rgba(17,18,20,.9); color: #fff; backdrop-filter: blur(12px); }
.mag-detail-hero figcaption small, .mag-detail-hero figcaption strong { display: block; }
.mag-detail-hero figcaption small { margin-bottom: 4px; color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mag-takeaways { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); margin: -24px 34px 80px; overflow: hidden; border: 1px solid var(--mag-line); border-radius: 24px; background: var(--mag-white); box-shadow: 0 18px 50px rgba(17,18,20,.1); }
.mag-takeaways article { padding: 34px; border-right: 1px solid var(--mag-line); }
.mag-takeaways article:last-child { border: 0; }
.mag-takeaways span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--accent-soft); color: #5d4b28; font-size: 11px; font-weight: 800; }
.mag-takeaways h2 { margin: 24px 0 10px; font-size: 24px; }
.mag-takeaways p { margin: 0; color: var(--mag-muted); line-height: 1.55; }
.mag-detail-layout { display: grid; grid-template-columns: 290px minmax(0, 1fr); gap: 70px; max-width: 1180px; margin: 0 auto; }
.mag-detail-aside { position: sticky; top: 125px; align-self: start; padding: 26px; border: 1px solid var(--mag-line); border-radius: 22px; background: var(--mag-white); }
.mag-detail-aside > span { display: block; padding-bottom: 16px; border-bottom: 1px solid var(--mag-line); color: var(--mag-gold-dark); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.mag-detail-aside nav a { display: grid; grid-template-columns: 32px 1fr; gap: 9px; padding: 16px 0; border-bottom: 1px solid var(--mag-line); color: var(--mag-ink); font-size: 13px; line-height: 1.35; text-decoration: none; }
.mag-detail-aside nav b { color: var(--mag-gold-dark); }
.mag-detail-aside > div { margin-top: 25px; padding: 18px; border-radius: 14px; background: var(--mag-ink); color: #fff; }
.mag-detail-aside > div strong { color: var(--accent); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.mag-detail-aside > div p { margin: 7px 0 0; color: #bbb9b5; font-size: 13px; line-height: 1.45; }
.mag-detail-body { min-width: 0; }
.mag-detail-section { display: grid; grid-template-columns: 70px 1fr; gap: 28px; padding: 0 0 72px; margin-bottom: 72px; border-bottom: 1px solid var(--mag-line); scroll-margin-top: 150px; }
.mag-detail-number { padding-top: 6px; color: var(--accent); font-size: 28px; font-weight: 900; }
.mag-detail-copy > span { color: var(--mag-gold-dark); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.mag-detail-copy h2 { margin: 12px 0 28px; font-size: clamp(38px, 4.5vw, 64px); line-height: .98; letter-spacing: -.05em; }
.mag-detail-copy p { margin: 0 0 20px; color: #4f4c47; font-size: 18px; line-height: 1.72; }
.mag-detail-copy ul { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.mag-detail-copy li { position: relative; padding: 15px 18px 15px 48px; border: 1px solid var(--mag-line); border-radius: 12px; background: var(--mag-white); font-weight: 700; }
.mag-detail-copy li::before { content: "✓"; position: absolute; left: 18px; color: var(--mag-gold-dark); }
.mag-myth-reality { padding: 54px; border-radius: 28px; background: var(--accent-soft); }
.mag-myth-reality h2 { margin: 0 0 34px; font-size: clamp(38px, 4vw, 58px); letter-spacing: -.05em; }
.mag-myth-reality > div { display: grid; grid-template-columns: 1fr auto 1fr; gap: 18px; align-items: stretch; }
.mag-myth-reality article { padding: 28px; border-radius: 18px; background: rgba(255,255,255,.72); }
.mag-myth-reality article:last-child { background: var(--mag-ink); color: #fff; }
.mag-myth-reality small { color: var(--mag-gold-dark); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mag-myth-reality p { margin: 18px 0 0; font-size: 19px; font-weight: 700; line-height: 1.45; }
.mag-myth-reality i { align-self: center; color: var(--mag-gold-dark); font-size: 28px; font-style: normal; }
.mag-source-box { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 34px; padding: 42px; border-radius: 26px; background: var(--mag-ink); color: #fff; }
.mag-source-box h2 { margin: 0 0 15px; color: #fff; font-size: 38px; }
.mag-source-box p { color: #aaa9a6; line-height: 1.6; }
.mag-source-box ul { margin: 0; padding: 0; list-style: none; }
.mag-source-box a { display: flex; justify-content: space-between; gap: 16px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.15); color: #fff; font-weight: 700; text-decoration: none; }
.mag-source-box a span { color: var(--accent); }
.mag-detail-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 34px; padding: 42px; border: 1px solid var(--mag-line); border-radius: 26px; background: var(--mag-white); }
.mag-detail-cta h2 { margin: 0; font-size: 34px; }
.mag-related { display: grid; grid-template-columns: auto repeat(3, 1fr); gap: 0; max-width: 1180px; margin: 90px auto 0; overflow: hidden; border: 1px solid var(--mag-line); border-radius: 24px; background: var(--mag-white); }
.mag-related > span { display: grid; place-items: center; padding: 25px; background: var(--mag-ink); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.mag-related a { position: relative; display: flex; flex-direction: column; justify-content: center; min-height: 150px; padding: 25px 45px 25px 25px; border-right: 1px solid var(--mag-line); color: var(--mag-ink); text-decoration: none; }
.mag-related a:last-child { border: 0; }
.mag-related small { color: var(--mag-gold-dark); font-weight: 800; text-transform: uppercase; }
.mag-related strong { margin-top: 10px; font-size: 18px; line-height: 1.2; }
.mag-related i { position: absolute; right: 20px; top: 50%; color: var(--mag-gold-dark); font-style: normal; transform: translateY(-50%); }

@media (max-width: 1050px) {
  .mag-hero { grid-template-columns: 1fr; gap: 55px; }
  .mag-hero-copy { padding-right: 0; }
  .mag-issue { margin-bottom: 44px; }
  .mag-manifesto { grid-template-columns: 1fr 2fr repeat(3, .65fr); margin-right: 24px; margin-left: 24px; }
  .mag-toolbar { position: relative; top: auto; grid-template-columns: 1fr; }
  .mag-result { position: absolute; right: 20px; bottom: 20px; }
  .mag-article-grid { grid-template-columns: repeat(2, 1fr); }
  .mag-focus-2026, .mag-editorial-note { grid-template-columns: 1fr; }
  .mag-detail-layout { grid-template-columns: 1fr; }
  .mag-detail-aside { position: static; }
  .mag-related { grid-template-columns: repeat(3, 1fr); }
  .mag-related > span { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .mag-hero { min-height: auto; padding: 68px 22px 90px; }
  .mag-hero h1 { font-size: clamp(50px, 14vw, 74px); }
  .mag-hero-panel { padding: 30px 24px; }
  .mag-hero-panel h2 { margin-top: 52px; }
  .mag-manifesto { grid-template-columns: repeat(3, 1fr); margin-top: -25px; padding: 25px 20px; }
  .mag-manifesto > span, .mag-manifesto > p { grid-column: 1 / -1; }
  .mag-manifesto > div { padding: 14px 0 0; border-top: 1px solid var(--mag-line); border-left: 0; }
  .mag-index { padding: 90px 18px; }
  .mag-section-head { grid-template-columns: 1fr; gap: 24px; }
  .mag-filters { padding-right: 0; }
  .mag-result { position: static; }
  .mag-article-grid { grid-template-columns: 1fr; }
  .mag-article-card.is-featured { grid-column: auto; display: block; }
  .mag-article-card.is-featured .mag-card-media { min-height: 380px; }
  .mag-article-card.is-featured .mag-card-copy { padding: 28px; }
  .mag-focus-2026 { gap: 45px; padding: 80px 22px; }
  .mag-sport-worlds > header { grid-template-columns: 1fr; }
  .mag-editorial-note { gap: 24px; padding: 70px 22px; }
  .mag-detail { padding: 0 16px 80px; }
  .mag-detail-hero { grid-template-columns: 1fr; }
  .mag-detail-hero-copy { padding: 45px 28px; }
  .mag-detail-hero h1 { font-size: clamp(48px, 13vw, 70px); }
  .mag-detail-hero figure { min-height: 480px; padding: 20px; }
  .mag-detail-hero figure img { min-height: 440px; }
  .mag-detail-hero figcaption { right: 32px; bottom: 32px; left: 32px; }
  .mag-takeaways { grid-template-columns: 1fr; margin: -14px 10px 65px; }
  .mag-takeaways article { border-right: 0; border-bottom: 1px solid var(--mag-line); }
  .mag-detail-section { grid-template-columns: 1fr; gap: 14px; }
  .mag-myth-reality { padding: 34px 22px; }
  .mag-myth-reality > div { grid-template-columns: 1fr; }
  .mag-myth-reality i { justify-self: center; transform: rotate(90deg); }
  .mag-source-box { grid-template-columns: 1fr; padding: 30px 24px; }
  .mag-detail-cta { align-items: flex-start; flex-direction: column; padding: 30px 24px; }
  .mag-related { grid-template-columns: 1fr; }
  .mag-related > span { grid-column: auto; }
  .mag-related a { min-height: 120px; border-right: 0; border-bottom: 1px solid var(--mag-line); }
}

@media (prefers-reduced-motion: reduce) {
  .mag-article-card, .mag-card-media img, #main .button-gold { transition: none; }
}

#main a:focus-visible, #main button:focus-visible, #main input:focus-visible { outline: 3px solid #2d78ff; outline-offset: 3px; }

/* Premium visitor-first refresh */
.mag-hero-visual { position: relative; align-self: center; min-height: 610px; margin: 0; padding: 14px; border: 1px solid rgba(198,165,93,.75); border-radius: 36px; background: rgba(255,253,249,.7); box-shadow: 0 34px 85px rgba(17,18,20,.18); overflow: hidden; }
.mag-hero-visual::before { content: ""; position: absolute; inset: 14px; z-index: 1; border: 1px solid rgba(255,255,255,.35); border-radius: 26px; pointer-events: none; }
.mag-hero-visual img { width: 100%; height: 580px; border-radius: 26px; object-fit: cover !important; background: #ece5d7 !important; }
.mag-hero-visual figcaption { position: absolute; right: 34px; bottom: 34px; left: 34px; z-index: 2; padding: 21px 24px; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: rgba(17,18,20,.91); color: #fff; backdrop-filter: blur(14px); }
.mag-hero-visual figcaption span, .mag-hero-visual figcaption strong, .mag-hero-visual figcaption small { display: block; }
.mag-hero-visual figcaption span { margin-bottom: 6px; color: #d9bf84; font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.mag-hero-visual figcaption strong { font-size: 19px; }
.mag-hero-visual figcaption small { margin-top: 5px; color: rgba(255,255,255,.62); }
.mag-hero-seal { position: absolute; top: 34px; right: 34px; z-index: 2; display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; background: var(--mag-ink); color: #d9bf84; font-size: 12px; font-style: normal; font-weight: 900; box-shadow: 0 10px 30px rgba(17,18,20,.24); }
.mag-visitor-entry { padding: clamp(85px,9vw,135px) max(28px,calc((100vw - 1220px)/2)); background: var(--mag-white); }
.mag-visitor-entry > header { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; margin-bottom: 44px; }
.mag-visitor-entry h2 { max-width: 760px; margin: 0; font-size: clamp(46px,5.6vw,78px); line-height: .96; letter-spacing: -.055em; }
.mag-visitor-entry > header > p { margin: 0; color: var(--mag-muted); font-size: 17px; line-height: 1.65; }
.mag-visitor-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; }
.mag-visitor-grid > a { position: relative; display: flex; min-height: 360px; padding: 27px; flex-direction: column; border: 1px solid var(--mag-line); border-radius: 26px; background: linear-gradient(145deg,#fffdf9,#eee5d5); color: var(--mag-ink); text-decoration: none; box-shadow: 0 16px 42px rgba(17,18,20,.06); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.mag-visitor-grid > a:nth-child(2) { background: linear-gradient(145deg,#171819,#29251e); color: #fff; }
.mag-visitor-grid > a:hover { transform: translateY(-5px); border-color: rgba(198,165,93,.8); box-shadow: 0 25px 58px rgba(17,18,20,.13); }
.mag-premium-icon { display: grid; width: 58px; height: 58px; place-items: center; margin-bottom: auto; border: 1px solid rgba(198,165,93,.62); border-radius: 18px; background: var(--mag-ink); color: #d9bf84; }
.mag-visitor-grid > a:nth-child(2) .mag-premium-icon { background: var(--mag-gold); color: var(--mag-ink); }
.mag-premium-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.mag-visitor-grid small { margin-top: 34px; color: var(--mag-gold-dark); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.mag-visitor-grid > a:nth-child(2) small { color: #d9bf84; }
.mag-visitor-grid strong { margin-top: 10px; font-size: 25px; line-height: 1.06; letter-spacing: -.025em; }
.mag-visitor-grid p { margin: 15px 0 28px; color: var(--mag-muted); font-size: 14px; line-height: 1.55; }
.mag-visitor-grid > a:nth-child(2) p { color: rgba(255,255,255,.62); }
.mag-visitor-grid i { margin-top: auto; font-size: 12px; font-style: normal; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.mag-sport-worlds .guide-sport-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; }
.mag-sport-worlds .guide-sport-card { min-height: 0; }
.mag-sport-worlds .guide-sport-card figure { aspect-ratio: 5 / 6; }
@media (max-width:1050px) { .mag-visitor-grid { grid-template-columns: repeat(2,1fr); } .mag-sport-worlds .guide-sport-grid { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media (max-width:760px) { .mag-hero-visual { min-height: 500px; } .mag-hero-visual img { height: 470px; } .mag-visitor-entry > header { grid-template-columns: 1fr; gap: 24px; } .mag-visitor-grid { grid-template-columns: 1fr; } .mag-visitor-grid > a { min-height: 320px; } .mag-sport-worlds .guide-sport-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }

/* Editorial Sport Lab: the journal's own, brighter visual world. */
body.editorial-sport-lab {
  --lab-petrol: #123f42;
  --lab-petrol-deep: #092c2f;
  --lab-mint: #b7dec9;
  --lab-mint-light: #e7f4ed;
  --lab-apricot: #ff8266;
  --lab-apricot-soft: #ffd7cb;
  --lab-butter: #f4d76e;
  --lab-sky: #87c8e8;
  --lab-paper: #faf5e9;
  --lab-ink: #102526;
  background: var(--lab-paper);
}

body.editorial-sport-lab #main { background: var(--lab-paper); color: var(--lab-ink); }
body.editorial-sport-lab #main img[src*="/assets/editorial-sport-lab/"] {
  object-fit: contain !important;
  object-position: center !important;
  background: linear-gradient(145deg, var(--lab-mint-light), #fffaf0) !important;
}
body.editorial-sport-lab .mag-article-card:not(.is-featured) .mag-card-media:has(img[src*="/assets/editorial-sport-lab/"]) {
  min-height: 0;
  aspect-ratio: 4 / 5;
}
body.editorial-sport-lab .mag-card-media img[src*="/assets/editorial-sport-lab/"] { padding: 10px; }
body.editorial-sport-lab .guide-sport-card img[src*="/assets/editorial-sport-lab/"] { background: var(--lab-petrol-deep) !important; }
body.editorial-sport-lab .guide-detail img[src*="/assets/editorial-sport-lab/"],
body.editorial-sport-lab .sport-detail img[src*="/assets/editorial-sport-lab/"] { max-width: 100%; height: 100%; }
body.editorial-sport-lab #main .mag-eyebrow { color: var(--lab-petrol); }
body.editorial-sport-lab #main .button-gold { border-color: var(--lab-ink); background: var(--lab-apricot); color: var(--lab-ink); box-shadow: 7px 7px 0 var(--lab-butter); }
body.editorial-sport-lab #main .button-gold:hover { box-shadow: 3px 3px 0 var(--lab-butter); transform: translate(4px, 4px); }

body.editorial-sport-lab .mag-hero {
  isolation: isolate;
  background:
    radial-gradient(circle at 8% 15%, rgba(135,200,232,.28) 0 10%, transparent 10.3%),
    radial-gradient(circle at 58% 88%, rgba(255,130,102,.38) 0 13%, transparent 13.3%),
    linear-gradient(112deg, var(--lab-petrol-deep) 0%, var(--lab-petrol) 63%, #1b5555 100%);
  border-bottom: 10px solid var(--lab-butter);
}
body.editorial-sport-lab .mag-hero::before { content: ""; position: absolute; z-index: -1; width: 310px; height: 310px; right: 33%; top: -155px; border: 2px solid rgba(244,215,110,.5); border-radius: 50%; }
body.editorial-sport-lab .mag-hero::after { content: "JOURNAL"; color: rgba(255,255,255,.035); }
body.editorial-sport-lab .mag-hero h1 { position: relative; max-width: 810px; color: #fffaf0; }
body.editorial-sport-lab .mag-hero h1::after { content: ""; display: block; width: 180px; height: 13px; margin-top: 24px; border-radius: 999px; background: linear-gradient(90deg, var(--lab-apricot) 0 50%, var(--lab-butter) 50%); transform: rotate(-2deg); }
body.editorial-sport-lab .mag-hero .mag-eyebrow { color: var(--lab-butter) !important; }
body.editorial-sport-lab .mag-hero-lead { color: #d6eee2; }
body.editorial-sport-lab .mag-text-link { color: #fff; }
body.editorial-sport-lab .mag-text-link span { color: var(--lab-butter); }
body.editorial-sport-lab .mag-issue { border-color: rgba(255,255,255,.42); color: #fff; }
body.editorial-sport-lab .mag-issue span { background: rgba(255,255,255,.1); }
body.editorial-sport-lab .mag-issue strong { background: var(--lab-butter); color: var(--lab-ink); }
body.editorial-sport-lab .mag-hero-panel { overflow: hidden; border: 2px solid var(--lab-ink); background: var(--lab-butter); color: var(--lab-ink); box-shadow: 16px 16px 0 var(--lab-apricot); transform: rotate(1deg); }
body.editorial-sport-lab .mag-hero-panel::before { content: ""; position: absolute; right: -70px; top: 70px; width: 190px; height: 190px; border: 24px solid rgba(255,130,102,.55); border-radius: 50%; }
body.editorial-sport-lab .mag-hero-panel::after { color: rgba(18,63,66,.07); }
body.editorial-sport-lab .mag-panel-top { color: var(--lab-petrol); }
body.editorial-sport-lab .mag-hero-panel h2 { color: var(--lab-ink); }
body.editorial-sport-lab .mag-hero-panel > p { color: #405152; }
body.editorial-sport-lab .mag-hero-panel ul { border-color: rgba(16,37,38,.2); }
body.editorial-sport-lab .mag-hero-panel li { border-color: rgba(16,37,38,.2); }
body.editorial-sport-lab .mag-hero-panel li span { color: #b24737; }

body.editorial-sport-lab .mag-manifesto { border: 2px solid var(--lab-petrol); background: var(--lab-mint-light); box-shadow: 12px 12px 0 var(--lab-sky); }
body.editorial-sport-lab .mag-manifesto > span { color: var(--lab-petrol); }
body.editorial-sport-lab .mag-manifesto > div { border-color: rgba(18,63,66,.22); }
body.editorial-sport-lab .mag-manifesto > div:nth-last-child(3) b { color: #bf4d3b; }
body.editorial-sport-lab .mag-manifesto > div:nth-last-child(2) b { color: #237679; }
body.editorial-sport-lab .mag-manifesto > div:nth-last-child(1) b { color: #816911; }

body.editorial-sport-lab .mag-index { position: relative; }
body.editorial-sport-lab .mag-index::before { content: ""; position: absolute; top: 90px; right: -80px; width: 220px; height: 220px; border: 46px solid var(--lab-apricot-soft); border-radius: 50%; opacity: .75; pointer-events: none; }
body.editorial-sport-lab .mag-section-head h2 { color: var(--lab-petrol-deep); }
body.editorial-sport-lab .mag-toolbar { border: 2px solid var(--lab-petrol); background: rgba(231,244,237,.95); box-shadow: 8px 8px 0 var(--lab-butter); }
body.editorial-sport-lab .mag-search input { border-color: rgba(18,63,66,.25); background: #fffdf8; }
body.editorial-sport-lab .mag-filters button.is-active { background: var(--lab-petrol); }
body.editorial-sport-lab .mag-filters a { color: var(--lab-petrol); }
body.editorial-sport-lab .mag-article-card { --card-accent: var(--lab-apricot); border: 2px solid var(--lab-petrol); border-bottom: 8px solid var(--card-accent); background: #fffdf8; box-shadow: none; }
body.editorial-sport-lab .mag-article-card:nth-child(4n+2) { --card-accent: var(--lab-butter); }
body.editorial-sport-lab .mag-article-card:nth-child(4n+3) { --card-accent: var(--lab-sky); }
body.editorial-sport-lab .mag-article-card:nth-child(4n+4) { --card-accent: var(--lab-mint); }
body.editorial-sport-lab .mag-article-card:hover { box-shadow: 10px 10px 0 var(--card-accent); transform: translate(-3px, -3px); }
body.editorial-sport-lab .mag-article-card.is-featured { background: var(--lab-apricot-soft); color: var(--lab-ink); }
body.editorial-sport-lab .mag-article-card.is-featured .mag-card-copy p { color: #566061; }
body.editorial-sport-lab .mag-card-index { background: var(--card-accent); color: var(--lab-ink); }
body.editorial-sport-lab .mag-card-time { background: var(--lab-petrol-deep); }
body.editorial-sport-lab .mag-card-kicker,
body.editorial-sport-lab .mag-article-card.is-featured .mag-card-kicker,
body.editorial-sport-lab .mag-card-link span { color: var(--lab-petrol); }

body.editorial-sport-lab .mag-focus-2026 { position: relative; overflow: hidden; background: var(--lab-petrol-deep); }
body.editorial-sport-lab .mag-focus-2026::after { content: "26"; position: absolute; right: -20px; bottom: -75px; color: rgba(183,222,201,.06); font-size: 320px; font-weight: 900; line-height: 1; }
body.editorial-sport-lab .mag-focus-2026 .mag-eyebrow { color: var(--lab-apricot) !important; }
body.editorial-sport-lab .mag-focus-2026 h2 { color: var(--lab-butter); }
body.editorial-sport-lab .mag-focus-2026 li { border-color: rgba(183,222,201,.22); }
body.editorial-sport-lab .mag-icon-mark { border: 0; background: var(--lab-apricot); color: var(--lab-ink); }
body.editorial-sport-lab .mag-focus-2026 li:nth-child(even) .mag-icon-mark { background: var(--lab-butter); }

body.editorial-sport-lab .mag-sport-worlds { background: linear-gradient(145deg, #102f31, #091f21) !important; }
body.editorial-sport-lab .mag-sport-worlds > header h2 { color: #fffaf0; }
body.editorial-sport-lab .mag-sport-worlds > header p { color: #b7d4c5; }
body.editorial-sport-lab .mag-sport-worlds .eyebrow-light { color: var(--lab-butter); }
body.editorial-sport-lab .mag-sport-worlds .guide-sport-card { border: 2px solid rgba(183,222,201,.3); border-bottom: 7px solid var(--lab-apricot); background: #17383a; }
body.editorial-sport-lab .mag-sport-worlds .guide-sport-card:nth-child(3n+2) { border-bottom-color: var(--lab-butter); }
body.editorial-sport-lab .mag-sport-worlds .guide-sport-card:nth-child(3n+3) { border-bottom-color: var(--lab-sky); }
body.editorial-sport-lab .mag-sport-worlds .guide-sport-card > span { color: var(--lab-butter); }
body.editorial-sport-lab .mag-editorial-note { border-top: 0; background: var(--lab-apricot); }
body.editorial-sport-lab .mag-editorial-note .mag-eyebrow { color: #6f2c22 !important; }
.mag-premium-cta { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-width: 300px; min-height: 82px; padding: 12px 13px 12px 28px; border: 1px solid rgba(198,165,93,.9); border-radius: 999px; background: linear-gradient(135deg,#111214,#26221b); color: #fff; text-decoration: none; box-shadow: 0 18px 42px rgba(17,18,20,.22), inset 0 1px rgba(255,255,255,.08); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.mag-premium-cta::before { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(255,255,255,.09); border-radius: inherit; pointer-events: none; }
.mag-premium-cta span { position: relative; z-index: 1; display: block; font-size: 17px; font-weight: 850; line-height: 1.15; }
.mag-premium-cta small { display: block; margin-top: 6px; color: rgba(255,255,255,.58); font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.mag-premium-cta i { position: relative; z-index: 1; display: grid; width: 56px; height: 56px; flex: 0 0 56px; place-items: center; border-radius: 50%; background: linear-gradient(145deg,#e3c77f,#ae873d); color: #111214; font-size: 22px; font-style: normal; box-shadow: 0 10px 24px rgba(85,58,9,.24); transition: transform .22s ease; }
.mag-premium-cta:hover { transform: translateY(-3px); border-color: #ecd28e; box-shadow: 0 24px 52px rgba(17,18,20,.28), inset 0 1px rgba(255,255,255,.1); }
.mag-premium-cta:hover i { transform: rotate(8deg) scale(1.05); }
@media (max-width:760px) { .mag-premium-cta { width: 100%; min-width: 0; } }

/* Einheitlicher Premium-CTA für alle Sportwelten */
.sport-detail { --sport-button-accent: #c6a55d; --sport-button-accent-2: #ead28f; }
.sport-detail--aqua { --sport-button-accent: #63b8c4; --sport-button-accent-2: #a8dde2; }
.sport-detail--sky { --sport-button-accent: #72b9da; --sport-button-accent-2: #b8e1f2; }
.sport-detail--gold { --sport-button-accent: #c6a55d; --sport-button-accent-2: #ead28f; }
.sport-detail--coral { --sport-button-accent: #ff8266; --sport-button-accent-2: #ffc0ad; }
.sport-detail--amber { --sport-button-accent: #e9a84c; --sport-button-accent-2: #f7d28a; }
.sport-detail--mint { --sport-button-accent: #66bda8; --sport-button-accent-2: #aee2d3; }
.sport-detail--red { --sport-button-accent: #dc655c; --sport-button-accent-2: #f3aaa3; }
.sport-detail--green { --sport-button-accent: #78a96f; --sport-button-accent-2: #b9d7ae; }
.sport-detail--bronze { --sport-button-accent: #b58a4b; --sport-button-accent-2: #ddbd82; }
.sport-detail--blue { --sport-button-accent: #568fc0; --sport-button-accent-2: #9cc6e8; }
.sport-detail--leaf { --sport-button-accent: #829f66; --sport-button-accent-2: #bfd39c; }
.sport-detail--violet { --sport-button-accent: #9b86bd; --sport-button-accent-2: #d0c1e4; }
.sport-premium-cta { position: relative; display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-width: 310px; min-height: 82px; margin-top: 38px; padding: 11px 12px 11px 29px; border: 1px solid color-mix(in srgb,var(--sport-button-accent) 88%,white); border-radius: 999px; background: linear-gradient(135deg,#202123,#101113); color: #fff; text-decoration: none; box-shadow: 0 20px 46px rgba(0,0,0,.3), 0 0 0 5px color-mix(in srgb,var(--sport-button-accent) 18%,transparent), inset 0 1px rgba(255,255,255,.09); transition: transform .22s ease, box-shadow .22s ease; }
.sport-premium-cta::before { content: ""; position: absolute; inset: 5px; border: 1px solid rgba(255,255,255,.08); border-radius: inherit; pointer-events: none; }
.sport-premium-cta span { position: relative; z-index: 1; display: block; font-size: 18px; font-weight: 850; line-height: 1.1; }
.sport-premium-cta small { display: block; margin-top: 6px; color: var(--sport-button-accent-2); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.sport-premium-cta i { position: relative; z-index: 1; display: grid; width: 58px; height: 58px; flex: 0 0 58px; place-items: center; border-radius: 50%; background: linear-gradient(145deg,var(--sport-button-accent-2),var(--sport-button-accent)); color: #101113; font-size: 20px; font-style: normal; box-shadow: 0 10px 26px color-mix(in srgb,var(--sport-button-accent) 38%,transparent); transition: transform .22s ease; }
.sport-premium-cta:hover { transform: translateY(-3px); box-shadow: 0 25px 56px rgba(0,0,0,.36), 0 0 0 6px color-mix(in srgb,var(--sport-button-accent) 25%,transparent), inset 0 1px rgba(255,255,255,.12); }
.sport-premium-cta:hover i { transform: translateY(3px); }
@media (max-width:760px) { .sport-premium-cta { width: 100%; min-width: 0; } }

body.editorial-sport-lab .mag-detail { --mag-paper: var(--lab-paper); --mag-ink: var(--lab-ink); }
body.editorial-sport-lab .mag-detail-hero { border: 2px solid var(--lab-petrol-deep); background: var(--lab-petrol-deep); box-shadow: 14px 14px 0 var(--lab-apricot); }
body.editorial-sport-lab .mag-detail-hero figure { background: var(--accent-soft); }
body.editorial-sport-lab .mag-takeaways { border: 2px solid var(--lab-petrol); box-shadow: 8px 8px 0 var(--lab-butter); }
body.editorial-sport-lab .mag-detail-aside { border: 2px solid var(--lab-petrol); background: var(--lab-mint-light); }
body.editorial-sport-lab .mag-detail-aside > div { background: var(--lab-petrol-deep); }
body.editorial-sport-lab .mag-detail-copy li { border-color: rgba(18,63,66,.22); }
body.editorial-sport-lab .mag-source-box { background: var(--lab-petrol-deep); }
body.editorial-sport-lab .mag-detail-cta { border: 2px solid var(--lab-petrol); box-shadow: 8px 8px 0 var(--lab-mint); }
body.editorial-sport-lab .mag-related { border: 2px solid var(--lab-petrol); }
body.editorial-sport-lab .mag-related > span { background: var(--lab-apricot); color: var(--lab-ink); }

body.editorial-sport-lab .guide-detail,
body.editorial-sport-lab .sport-detail { background: var(--lab-paper); }
body.editorial-sport-lab .guide-detail-hero,
body.editorial-sport-lab .sport-detail-hero { border-bottom: 9px solid var(--lab-apricot); box-shadow: 0 20px 60px rgba(9,44,47,.16); }
body.editorial-sport-lab .guide-detail-hero { background: var(--lab-petrol-deep); }
body.editorial-sport-lab .guide-detail-meta span,
body.editorial-sport-lab .sport-detail-meta span { border-color: rgba(244,215,110,.55); }
body.editorial-sport-lab .guide-detail-toc,
body.editorial-sport-lab .sport-detail-orientation { border: 2px solid var(--lab-petrol); box-shadow: 8px 8px 0 var(--lab-butter); }
body.editorial-sport-lab .guide-myths { border-left: 9px solid var(--lab-apricot); background: var(--lab-apricot-soft); }
body.editorial-sport-lab .sport-detail-selection { background: var(--lab-petrol-deep); }
body.editorial-sport-lab .guide-detail-sources {
  position: relative;
  overflow: hidden;
  margin-top: 28px;
  padding: clamp(34px, 5vw, 58px);
  border: 2px solid var(--lab-petrol);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(135, 200, 232, .18), transparent 34%),
    linear-gradient(145deg, var(--lab-petrol-deep), #123f42);
  color: #fffaf0;
  box-shadow: 9px 9px 0 var(--lab-sky);
}
body.editorial-sport-lab .guide-detail-sources::after {
  content: "Q";
  position: absolute;
  right: 22px;
  bottom: -48px;
  color: rgba(183, 222, 201, .06);
  font-size: clamp(150px, 20vw, 250px);
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}
body.editorial-sport-lab .guide-detail-sources > * {
  position: relative;
  z-index: 1;
}
body.editorial-sport-lab .guide-detail-sources .section-index {
  color: var(--lab-butter);
}
body.editorial-sport-lab .guide-detail-sources h2 {
  max-width: 680px;
  margin: 12px 0 16px;
  color: #fffdf8;
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1;
}
body.editorial-sport-lab .guide-detail-sources > p {
  max-width: 690px;
  margin: 0;
  color: #d6eee2;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.65;
}
body.editorial-sport-lab .guide-detail-sources > div {
  gap: 12px;
  margin-top: 30px;
}
body.editorial-sport-lab .guide-detail-sources a {
  min-height: 62px;
  padding: 17px 19px;
  border: 1px solid rgba(183, 222, 201, .42);
  border-radius: 16px;
  background: rgba(255, 253, 248, .08);
  color: #fffdf8;
  font-size: 13px;
  line-height: 1.45;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
body.editorial-sport-lab .guide-detail-sources a span {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--lab-butter);
  color: var(--lab-ink);
  font-size: 15px;
}
body.editorial-sport-lab .guide-detail-sources a:hover,
body.editorial-sport-lab .guide-detail-sources a:focus-visible {
  border-color: var(--lab-mint);
  background: var(--lab-mint);
  color: var(--lab-ink);
  transform: translateX(4px);
}
body.editorial-sport-lab .guide-detail-next,
body.editorial-sport-lab .sport-detail-next { border-color: var(--lab-petrol); }
body.editorial-sport-lab .sport-detail-routine { border: 2px solid var(--lab-petrol); background: var(--lab-mint-light); box-shadow: 8px 8px 0 var(--lab-sky); }

@media (max-width: 760px) {
  body.editorial-sport-lab .mag-hero-panel { box-shadow: 8px 8px 0 var(--lab-apricot); transform: none; }
  body.editorial-sport-lab .mag-manifesto { box-shadow: 6px 6px 0 var(--lab-sky); }
  body.editorial-sport-lab .mag-toolbar { box-shadow: 5px 5px 0 var(--lab-butter); }
  body.editorial-sport-lab .guide-detail-sources {
    padding: 32px 22px;
    border-radius: 24px;
    box-shadow: 6px 6px 0 var(--lab-sky);
  }
  body.editorial-sport-lab .guide-detail-sources a:hover,
  body.editorial-sport-lab .guide-detail-sources a:focus-visible { transform: none; }
}

/* Knowledge Journal refinement: quieter, deeper and more editorial. */
body.editorial-sport-lab {
  --lab-petrol: #174a4d;
  --lab-petrol-deep: #082f32;
  --lab-champagne: #ddc785;
  --lab-champagne-soft: #f3ead2;
  --lab-coral: #d9705f;
  --lab-cream: #fffaf0;
  --lab-reading-line: rgba(8, 47, 50, .16);
}

body.editorial-sport-lab .mag-hero {
  min-height: 790px;
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr);
  gap: clamp(48px, 7vw, 110px);
  padding-top: clamp(82px, 8vw, 126px);
  padding-bottom: clamp(82px, 8vw, 126px);
  background:
    radial-gradient(circle at 88% 14%, rgba(221, 199, 133, .13), transparent 27%),
    radial-gradient(circle at 6% 92%, rgba(217, 112, 95, .12), transparent 23%),
    linear-gradient(125deg, #07282b 0%, #0b393c 58%, #154c4f 100%);
  border-bottom: 1px solid rgba(221, 199, 133, .55);
}
body.editorial-sport-lab .mag-hero::before {
  width: 420px;
  height: 420px;
  right: 31%;
  top: -225px;
  border: 1px solid rgba(221, 199, 133, .38);
}
body.editorial-sport-lab .mag-hero::after {
  left: max(28px, calc((100vw - 1220px) / 2));
  bottom: -1.5vw;
  color: rgba(255, 250, 240, .025);
  letter-spacing: -.06em;
}
body.editorial-sport-lab .mag-hero-copy {
  max-width: 820px;
  padding-right: 0;
}
body.editorial-sport-lab .mag-issue {
  margin-bottom: 58px;
  border-color: rgba(255, 250, 240, .28);
  background: rgba(255, 250, 240, .04);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03);
}
body.editorial-sport-lab .mag-issue span,
body.editorial-sport-lab .mag-issue strong { padding: 11px 17px; }
body.editorial-sport-lab .mag-issue strong { background: var(--lab-champagne); }
body.editorial-sport-lab .mag-hero h1 {
  max-width: 770px;
  font-size: clamp(58px, 6.2vw, 96px);
  line-height: .92;
  letter-spacing: -.06em;
}
body.editorial-sport-lab .mag-hero h1::after {
  width: 116px;
  height: 4px;
  margin-top: 30px;
  background: linear-gradient(90deg, var(--lab-coral) 0 42%, var(--lab-champagne) 42%);
  transform: none;
}
body.editorial-sport-lab .mag-hero-lead {
  max-width: 700px;
  margin-top: 28px;
  color: rgba(245, 250, 246, .82);
  font-size: clamp(19px, 1.6vw, 24px);
}
body.editorial-sport-lab .mag-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 30px;
}
body.editorial-sport-lab .mag-proof-row span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 15px 0 8px;
  border: 1px solid rgba(255, 250, 240, .2);
  border-radius: 999px;
  background: rgba(255, 250, 240, .055);
  color: #fffaf0;
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}
body.editorial-sport-lab .mag-proof-row b {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--lab-champagne);
  color: var(--lab-petrol-deep);
  font-size: 9px;
}
body.editorial-sport-lab .mag-actions { margin-top: 34px; }
body.editorial-sport-lab #main .mag-hero .button-gold {
  border-color: var(--lab-champagne);
  background: var(--lab-champagne);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .18);
}
body.editorial-sport-lab #main .mag-hero .button-gold:hover {
  box-shadow: 0 22px 48px rgba(0, 0, 0, .24);
  transform: translateY(-2px);
}

body.editorial-sport-lab .mag-hero-panel {
  align-self: center;
  overflow: hidden;
  padding: clamp(34px, 3.6vw, 54px);
  border: 1px solid rgba(221, 199, 133, .62);
  border-radius: 32px;
  background:
    radial-gradient(circle at 105% -5%, rgba(217, 112, 95, .14), transparent 30%),
    linear-gradient(145deg, #fffaf0, #eadfbf);
  color: var(--lab-ink);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .28);
  transform: none;
}
body.editorial-sport-lab .mag-hero-panel::before {
  right: -82px;
  top: -82px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(8, 47, 50, .14);
}
body.editorial-sport-lab .mag-hero-panel::after {
  content: "01";
  right: 16px;
  bottom: -40px;
  color: rgba(8, 47, 50, .045);
  font-size: 220px;
}
body.editorial-sport-lab .mag-panel-top { color: #7a5c20; }
body.editorial-sport-lab .mag-hero-panel h2 {
  max-width: 500px;
  margin: 54px 0 20px;
  color: var(--lab-petrol-deep);
  font-size: clamp(42px, 4.1vw, 62px);
}
body.editorial-sport-lab .mag-hero-panel > p {
  max-width: 520px;
  color: #3f5252;
  line-height: 1.58;
}
body.editorial-sport-lab .mag-panel-path {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
body.editorial-sport-lab .mag-panel-path li {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 14px;
  align-items: center;
  padding: 15px;
  border: 1px solid rgba(8, 47, 50, .13);
  border-radius: 15px;
  background: rgba(255, 253, 248, .58);
}
body.editorial-sport-lab .mag-panel-path li > span {
  color: #87661f;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}
body.editorial-sport-lab .mag-panel-path strong,
body.editorial-sport-lab .mag-panel-path small { display: block; }
body.editorial-sport-lab .mag-panel-path strong { color: var(--lab-petrol-deep); font-size: 15px; }
body.editorial-sport-lab .mag-panel-path small { margin-top: 3px; color: #61706e; line-height: 1.35; }
body.editorial-sport-lab .mag-hero-panel footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 25px;
  padding-top: 23px;
  border-top: 1px solid rgba(8, 47, 50, .14);
}
body.editorial-sport-lab .mag-hero-panel footer > span {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--lab-petrol-deep);
  color: var(--lab-champagne);
  font-weight: 850;
}
body.editorial-sport-lab .mag-hero-panel footer p { margin: 0; }
body.editorial-sport-lab .mag-hero-panel footer strong,
body.editorial-sport-lab .mag-hero-panel footer small { display: block; }
body.editorial-sport-lab .mag-hero-panel footer strong { color: var(--lab-petrol-deep); }
body.editorial-sport-lab .mag-hero-panel footer small { margin-top: 2px; color: #61706e; }

body.editorial-sport-lab .mag-reading-path {
  max-width: 1280px;
  margin: 0 auto;
  padding: clamp(90px, 10vw, 150px) 30px clamp(70px, 8vw, 110px);
}
body.editorial-sport-lab .mag-reading-path > header,
body.editorial-sport-lab .mag-topic-atlas > header {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: clamp(40px, 8vw, 100px);
  align-items: end;
  margin-bottom: 48px;
}
body.editorial-sport-lab .mag-reading-path h2,
body.editorial-sport-lab .mag-topic-atlas h2 {
  max-width: 850px;
  margin: 0;
  color: var(--lab-petrol-deep);
  font-size: clamp(44px, 5.5vw, 78px);
  line-height: .96;
  letter-spacing: -.055em;
}
body.editorial-sport-lab .mag-reading-path > header > p,
body.editorial-sport-lab .mag-topic-atlas > header > p {
  margin: 0 0 5px;
  color: #5a6664;
  font-size: 17px;
  line-height: 1.62;
}
body.editorial-sport-lab .mag-reading-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
body.editorial-sport-lab .mag-reading-grid article {
  position: relative;
  min-height: 330px;
  padding: 28px;
  border: 1px solid var(--lab-reading-line);
  border-radius: 24px;
  background: rgba(255, 253, 248, .86);
  box-shadow: 0 20px 55px rgba(8, 47, 50, .07);
}
body.editorial-sport-lab .mag-reading-grid article::after {
  content: "";
  position: absolute;
  right: 26px;
  bottom: 25px;
  width: 62px;
  height: 62px;
  border-right: 1px solid rgba(8, 47, 50, .12);
  border-bottom: 1px solid rgba(8, 47, 50, .12);
  border-radius: 0 0 28px 0;
}
body.editorial-sport-lab .mag-reading-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 34px;
  place-items: center;
  border-radius: 16px;
  background: var(--lab-petrol-deep);
  color: var(--lab-champagne);
  font-size: 22px;
  font-style: normal;
}
body.editorial-sport-lab .mag-reading-grid article > small {
  color: #87661f;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
body.editorial-sport-lab .mag-reading-grid h3 {
  margin: 12px 0;
  color: var(--lab-petrol-deep);
  font-size: 27px;
  line-height: 1.05;
  letter-spacing: -.035em;
}
body.editorial-sport-lab .mag-reading-grid p { margin: 0; color: #5a6664; line-height: 1.58; }
body.editorial-sport-lab .mag-reading-grid a {
  position: absolute;
  z-index: 1;
  left: 28px;
  bottom: 28px;
  color: var(--lab-petrol-deep);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}
body.editorial-sport-lab .mag-reading-grid a span { color: #9a7220; }
body.editorial-sport-lab .mag-reading-promise {
  display: grid;
  grid-template-columns: .8fr 1.8fr;
  gap: 45px;
  align-items: center;
  margin-top: 18px;
  padding: 34px 38px;
  border-radius: 24px;
  background: var(--lab-petrol-deep);
  color: #fffaf0;
  box-shadow: 0 24px 60px rgba(8, 47, 50, .14);
}
body.editorial-sport-lab .mag-reading-promise span {
  display: block;
  margin-bottom: 7px;
  color: var(--lab-champagne);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .15em;
  text-transform: uppercase;
}
body.editorial-sport-lab .mag-reading-promise strong { font-size: 23px; }
body.editorial-sport-lab .mag-reading-promise ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.editorial-sport-lab .mag-reading-promise li {
  min-height: 58px;
  padding: 8px 18px;
  border-left: 1px solid rgba(255, 250, 240, .16);
  color: rgba(255, 250, 240, .76);
  font-size: 13px;
  line-height: 1.45;
}

body.editorial-sport-lab .mag-topic-atlas {
  padding: clamp(85px, 9vw, 132px) max(30px, calc((100vw - 1220px) / 2));
  background:
    radial-gradient(circle at 88% 16%, rgba(221, 199, 133, .12), transparent 22%),
    linear-gradient(145deg, #0a3033, #08282b);
  color: #fffaf0;
}
body.editorial-sport-lab .mag-topic-atlas .mag-eyebrow { color: var(--lab-champagne) !important; }
body.editorial-sport-lab .mag-topic-atlas h2 { color: #fffaf0; }
body.editorial-sport-lab .mag-topic-atlas > header > p { color: rgba(235, 245, 239, .72); }
body.editorial-sport-lab .mag-topic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
body.editorial-sport-lab .mag-topic-grid > a {
  position: relative;
  display: grid;
  grid-template-columns: 62px 1fr 42px;
  gap: 20px;
  align-items: center;
  min-height: 190px;
  padding: 26px;
  border: 1px solid rgba(221, 199, 133, .26);
  border-radius: 23px;
  background: rgba(255, 250, 240, .055);
  color: #fffaf0;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
body.editorial-sport-lab .mag-topic-grid > a:hover {
  border-color: rgba(221, 199, 133, .72);
  background: rgba(255, 250, 240, .09);
  transform: translateY(-3px);
}
body.editorial-sport-lab .mag-topic-grid > a > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(221, 199, 133, .55);
  border-radius: 18px;
  background: rgba(0, 0, 0, .17);
  color: var(--lab-champagne);
  font-size: 20px;
  font-weight: 850;
}
body.editorial-sport-lab .mag-topic-grid small,
body.editorial-sport-lab .mag-topic-grid strong { display: block; }
body.editorial-sport-lab .mag-topic-grid small {
  margin-bottom: 8px;
  color: var(--lab-champagne);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
body.editorial-sport-lab .mag-topic-grid strong { max-width: 460px; font-size: 22px; line-height: 1.1; }
body.editorial-sport-lab .mag-topic-grid p { margin: 9px 0 0; color: rgba(235, 245, 239, .66); font-size: 14px; line-height: 1.45; }
body.editorial-sport-lab .mag-topic-grid i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 50%;
  background: var(--lab-champagne);
  color: var(--lab-petrol-deep);
  font-style: normal;
}

body.editorial-sport-lab .mag-manifesto {
  margin: 28px auto 0;
  border: 1px solid var(--lab-reading-line);
  background: rgba(255, 253, 248, .9);
  box-shadow: 0 20px 55px rgba(8, 47, 50, .08);
}
body.editorial-sport-lab .mag-index { padding-top: clamp(105px, 11vw, 160px); }
body.editorial-sport-lab .mag-index::before {
  width: 250px;
  height: 250px;
  border-width: 1px;
  border-color: rgba(217, 112, 95, .22);
}
body.editorial-sport-lab .mag-toolbar {
  border: 1px solid rgba(8, 47, 50, .22);
  background: rgba(246, 241, 228, .94);
  box-shadow: 0 15px 45px rgba(8, 47, 50, .1);
}
body.editorial-sport-lab .mag-article-card {
  overflow: hidden;
  border: 1px solid rgba(8, 47, 50, .18);
  border-bottom: 1px solid rgba(8, 47, 50, .18);
  background: #fffdf8;
  box-shadow: 0 16px 42px rgba(8, 47, 50, .065);
}
body.editorial-sport-lab .mag-article-card::before {
  content: "";
  display: block;
  height: 4px;
  background: var(--card-accent);
}
body.editorial-sport-lab .mag-article-card:hover {
  box-shadow: 0 25px 62px rgba(8, 47, 50, .13);
  transform: translateY(-5px);
}
body.editorial-sport-lab .mag-article-card.is-featured {
  background: var(--lab-petrol-deep);
  color: #fffaf0;
}
body.editorial-sport-lab .mag-article-card.is-featured .mag-card-copy p { color: rgba(235,245,239,.7); }
body.editorial-sport-lab .mag-card-copy p { margin-bottom: 20px; }
body.editorial-sport-lab .mag-card-lens {
  display: grid;
  gap: 4px;
  margin: 0 0 26px;
  padding: 14px 0;
  border-top: 1px solid rgba(8, 47, 50, .12);
  border-bottom: 1px solid rgba(8, 47, 50, .12);
}
body.editorial-sport-lab .mag-article-card.is-featured .mag-card-lens { border-color: rgba(255,250,240,.14); }
body.editorial-sport-lab .mag-card-lens span {
  color: #8a6722;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
body.editorial-sport-lab .mag-article-card.is-featured .mag-card-lens span { color: var(--lab-champagne); }
body.editorial-sport-lab .mag-card-lens strong { color: inherit; font-size: 12px; line-height: 1.4; }
body.editorial-sport-lab .mag-card-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 44px;
  padding: 0 6px 0 17px;
  border: 1px solid rgba(8, 47, 50, .22);
  border-radius: 999px;
  text-decoration: none;
}
body.editorial-sport-lab .mag-card-link span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--lab-champagne);
  color: var(--lab-petrol-deep);
}
body.editorial-sport-lab .mag-article-card.is-featured .mag-card-link { border-color: rgba(255,250,240,.25); }
body.editorial-sport-lab .mag-focus-intro {
  max-width: 520px;
  margin-top: 28px;
  color: rgba(235, 245, 239, .66) !important;
  font-size: 17px;
  line-height: 1.6;
}

@media (max-width: 1050px) {
  body.editorial-sport-lab .mag-hero { grid-template-columns: 1fr; }
  body.editorial-sport-lab .mag-hero-panel { max-width: 720px; }
  body.editorial-sport-lab .mag-reading-path > header,
  body.editorial-sport-lab .mag-topic-atlas > header { grid-template-columns: 1fr; gap: 24px; }
  body.editorial-sport-lab .mag-reading-promise { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  body.editorial-sport-lab .mag-hero { min-height: auto; gap: 45px; padding: 62px 20px 78px; }
  body.editorial-sport-lab .mag-issue { margin-bottom: 42px; }
  body.editorial-sport-lab .mag-hero h1 { font-size: clamp(49px, 13.4vw, 70px); }
  body.editorial-sport-lab .mag-proof-row { display: grid; grid-template-columns: 1fr; }
  body.editorial-sport-lab .mag-proof-row span { width: max-content; }
  body.editorial-sport-lab .mag-hero-panel { padding: 29px 22px; border-radius: 26px; box-shadow: 0 24px 60px rgba(0,0,0,.22); }
  body.editorial-sport-lab .mag-hero-panel h2 { margin-top: 42px; }
  body.editorial-sport-lab .mag-panel-path li { grid-template-columns: 64px 1fr; padding: 13px; }
  body.editorial-sport-lab .mag-reading-path { padding: 78px 18px 68px; }
  body.editorial-sport-lab .mag-reading-grid,
  body.editorial-sport-lab .mag-topic-grid { grid-template-columns: 1fr; }
  body.editorial-sport-lab .mag-reading-grid article { min-height: 305px; }
  body.editorial-sport-lab .mag-reading-promise { padding: 28px 22px; }
  body.editorial-sport-lab .mag-reading-promise ul { grid-template-columns: 1fr; }
  body.editorial-sport-lab .mag-reading-promise li { min-height: 0; padding: 12px 0; border-top: 1px solid rgba(255,250,240,.14); border-left: 0; }
  body.editorial-sport-lab .mag-topic-atlas { padding: 76px 18px; }
  body.editorial-sport-lab .mag-topic-grid > a { grid-template-columns: 54px 1fr; min-height: 185px; padding: 22px; }
  body.editorial-sport-lab .mag-topic-grid > a > span { width: 50px; height: 50px; }
  body.editorial-sport-lab .mag-topic-grid i { grid-column: 2; justify-self: end; }
  body.editorial-sport-lab .mag-manifesto { margin: 20px 18px 0; box-shadow: 0 16px 42px rgba(8,47,50,.08); }
  body.editorial-sport-lab .mag-toolbar { box-shadow: 0 12px 36px rgba(8,47,50,.1); }
}
