/*
Theme Name: SportsData
Description: Sports event data services and product examples, built on Kadence.
Template: kadence
Version: 1.3.0
Text Domain: sportsdata-football
*/
:root {
  --sdf-blue: #2452db;
  --sdf-blue-dark: #183da9;
  --sdf-ink: #192838;
  --sdf-muted: #536174;
  --sdf-line: #dfe5ec;
  --sdf-soft: #f5f7fb;
  --global-palette1: #2452db;
  --global-palette2: #183da9;
  --global-palette3: #192838;
  --global-palette4: #536174;
  --global-palette8: #f5f7fb;
  --global-palette9: #fff;
}
body { background: #fff; color: var(--sdf-ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 18px; font-weight: 400; line-height: 1.8; }
h1, h2, h3, h4 { font-family: inherit; font-weight: 400; color: var(--sdf-ink); }
a { color: var(--sdf-blue); text-underline-offset: 4px; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--sdf-blue); outline-offset: 5px; border-radius: 3px; }
.sdf-wrap { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.sdf-home section[id] { scroll-margin-top: 30px; }
.sdf-home p { margin: 0 0 20px; }
.sdf-home a { transition: color 160ms ease, background-color 160ms ease; }
.sdf-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
#masthead { border-bottom: 1px solid var(--sdf-line); }
.site-main-header-wrap .site-header-row-container-inner { background: #fff; }
.site-branding .site-title { font-size: 26px; font-weight: 400; letter-spacing: -1px; color: var(--sdf-ink); }
.header-navigation .header-menu-container > ul > li > a { font-size: 16px; font-weight: 400; }
.site-header-item .header-button { border-radius: 6px; font-size: 16px; font-weight: 400; background: var(--sdf-blue); padding: 12px 20px; }
.drawer-nav-drop-wrap a { font-size: 18px !important; font-weight: 400 !important; }
.sdf-eyebrow { color: var(--sdf-blue); font-size: 14px; letter-spacing: 1px; margin-bottom: 18px !important; }
.sdf-hero { display: grid; grid-template-columns: 1fr 1.08fr; align-items: center; gap: 54px; padding-block: 66px 64px; }
.sdf-hero > * { min-width: 0; }
.sdf-hero h1 { font-size: clamp(36px, 3.6vw, 49px); line-height: 1.35; letter-spacing: -1.8px; margin: 0 0 26px; }
.sdf-hero h1 span { color: var(--sdf-blue); }
.sdf-lead { font-size: 20px; line-height: 1.9; color: var(--sdf-ink); max-width: 480px; }
.sdf-hero-note { color: var(--sdf-muted); font-size: 17px; max-width: 430px; }
.sdf-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 22px; margin-top: 30px; }
.sdf-button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 50px; padding: 13px 22px; border: 1px solid var(--sdf-blue); border-radius: 6px; background: var(--sdf-blue); color: #fff !important; text-decoration: none; font-size: 17px; font-weight: 400; line-height: 1.5; }
.sdf-button:hover { background: var(--sdf-blue-dark); border-color: var(--sdf-blue-dark); }
.sdf-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 16px; text-decoration: none; }
.sdf-link:hover { color: var(--sdf-blue-dark); text-decoration: underline; }
.sdf-small { font-size: 14px; color: var(--sdf-muted); margin-top: 17px !important; }
/* A readable product example, with static illustrative data. */
.sdf-match-demo { margin: 0; padding: 0 25px 16px; border: 1px solid #dce3ef; background: #fff; border-radius: 14px; box-shadow: 0 14px 48px #2138580d; overflow: hidden; }
.sdf-match-demo figcaption { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 0 -25px; padding: 16px 22px; background: var(--sdf-soft); border-bottom: 1px solid var(--sdf-line); color: var(--sdf-muted); font-size: 14px; }
.sdf-demo-label { flex-shrink: 0; font-size: 12px; padding: 2px 7px; border: 1px solid #d4dce8; border-radius: 4px; background: #fff; }
.sdf-match-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-block: 22px 12px; color: var(--sdf-muted); font-size: 13px; }
.sdf-match-status { color: #176345; background: #eef8f2; padding: 2px 8px; border-radius: 4px; }
.sdf-scoreline { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; padding-block: 4px 24px; }
.sdf-team { display: flex; align-items: center; gap: 10px; font-size: 16px; line-height: 1.5; }
.sdf-team small, .sdf-score small { display: block; font-size: 12px; color: var(--sdf-muted); margin-top: 5px; letter-spacing: 0; }
.sdf-team-mark { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 44px; color: var(--sdf-blue); background: #ecf1ff; clip-path: polygon(0 0, 100% 0, 100% 72%, 50% 100%, 0 72%); font-size: 20px; }
.sdf-away { flex-direction: row-reverse; text-align: right; }
.sdf-away .sdf-team-mark { color: #8a4d29; background: #fbefe4; }
.sdf-score { text-align: center; font-size: 35px; line-height: 1.3; font-variant-numeric: tabular-nums; white-space: nowrap; }
.sdf-score > span { color: #8793a4; }
.sdf-demo-columns { display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid var(--sdf-line); padding-block: 20px; gap: 20px; }
.sdf-demo-columns h2 { font-size: 14px; margin: 0 0 16px; line-height: 1.4; }
.sdf-demo-events { border-right: 1px solid var(--sdf-line); padding-right: 16px; }
.sdf-demo-events ol { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; }
.sdf-demo-events li { display: flex; gap: 10px; font-size: 14px; line-height: 1.4; }
.sdf-demo-events time { color: var(--sdf-muted); font-size: 12px; min-width: 24px; padding-top: 2px; font-variant-numeric: tabular-nums; }
.sdf-demo-events small { display: block; font-size: 12px; color: var(--sdf-muted); margin-top: 5px; }
.sdf-event-dot { display: inline-block; width: 9px; height: 9px; border: 2px solid var(--sdf-blue); border-radius: 50%; margin-right: 7px; }
.sdf-event-sub { display: inline-block; width: 9px; color: var(--sdf-blue); font-style: normal; margin-right: 7px; }
.sdf-event-card { display: inline-block; width: 8px; height: 11px; background: #c48a13; border-radius: 1px; margin-right: 8px; }
.sdf-possession > div:first-child { display: flex; justify-content: space-between; gap: 8px; align-items: center; font-size: 15px; }
.sdf-possession > div:first-child > span:nth-child(2) { color: var(--sdf-muted); font-size: 12px; }
.sdf-stat-bar { background: #dce3ef; border-radius: 5px; height: 5px; margin: 9px 0 14px; overflow: hidden; }
.sdf-stat-bar span { display: block; width: 58%; height: 100%; background: var(--sdf-blue); }
.sdf-demo-stats table { width: 100%; border: 0; margin: 0; font-size: 14px; border-collapse: collapse; }
.sdf-demo-stats td, .sdf-demo-stats th { padding: 6px 0; border: 0; font-weight: 400; line-height: 1.5; }
.sdf-demo-stats th { text-align: center; color: var(--sdf-muted); font-size: 12px; }
.sdf-demo-stats td:first-child { text-align: left; }
.sdf-demo-stats td:last-child { text-align: right; }
.sdf-demo-lineup { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 12px; padding-top: 18px; }
.sdf-demo-lineup > span:first-child { font-size: 14px; }
.sdf-demo-lineup > span:last-child { color: var(--sdf-muted); }
.sdf-demo-lineup i { padding-inline: 3px; font-style: normal; }
.sdf-home .sdf-demo-note { color: var(--sdf-muted); font-size: 12px; margin: 15px 0 0; }
/* Content hierarchy: data -> applications -> integration. */
.sdf-strip { border-block: 1px solid var(--sdf-line); }
.sdf-strip .sdf-wrap { display: grid; grid-template-columns: repeat(3, 1fr); }
.sdf-strip a { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 70px; color: var(--sdf-muted); font-size: 16px; text-decoration: none; padding-inline: 28px; border-right: 1px solid var(--sdf-line); }
.sdf-strip a:first-child { padding-left: 0; }
.sdf-strip a:last-child { border: 0; padding-right: 0; }
.sdf-strip a:hover { color: var(--sdf-blue); }
.sdf-strip a span { color: var(--sdf-blue); }
.sdf-section { padding-block: 84px; }
.sdf-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 42px; }
.sdf-section-heading > div { flex: 0 0 46%; }
.sdf-section-heading h2 { font-size: 37px; line-height: 1.45; margin: 0; letter-spacing: -1px; }
.sdf-section-heading > p { color: var(--sdf-muted); font-size: 18px; max-width: 440px; margin: 0; }
.sdf-data-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 38px; row-gap: 34px; }
.sdf-data-item { padding-block: 25px 10px; border-top: 1px solid #cfd8e7; display: flex; flex-direction: column; }
.sdf-item-number { font-size: 14px; color: var(--sdf-blue); }
.sdf-data-item h3 { font-size: 23px; margin: 16px 0 14px; line-height: 1.5; letter-spacing: -.4px; }
.sdf-data-item p { font-size: 17px; color: var(--sdf-muted); margin-bottom: 18px; }
.sdf-data-use { display: block; font-size: 14px; color: #465773; margin-top: auto; }
.sdf-detail { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 28px; margin-top: 34px; border-top: 1px solid var(--sdf-line); }
.sdf-detail p { font-size: 15px; color: var(--sdf-muted); margin: 0; max-width: 700px; }
.sdf-detail .sdf-link { flex-shrink: 0; }
.sdf-use-section { background: var(--sdf-soft); border-block: 1px solid #e9edf4; }
.sdf-use-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; }
.sdf-use-grid article { padding-right: 32px; border-right: 1px solid #d9e1ed; display: flex; flex-direction: column; }
.sdf-use-grid article:last-child { padding-right: 0; border-right: 0; }
.sdf-use-number { color: #536b98; font-size: 14px; }
.sdf-use-grid h3 { font-size: 24px; margin: 16px 0; }
.sdf-use-grid p { color: var(--sdf-muted); font-size: 17px; }
.sdf-use-flow { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 13px; margin-top: auto; padding-top: 10px; }
.sdf-use-flow span { background: #fff; padding: 5px 10px; border: 1px solid var(--sdf-line); border-radius: 4px; }
.sdf-use-flow i { color: var(--sdf-muted); font-style: normal; }
.sdf-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px; padding: 0; margin: 0; list-style: none; }
.sdf-steps li { border-top: 1px solid var(--sdf-line); padding-top: 24px; }
.sdf-steps li > span { font-size: 14px; color: var(--sdf-blue); }
.sdf-steps h3 { font-size: 22px; margin: 14px 0; line-height: 1.5; }
.sdf-steps p { font-size: 17px; color: var(--sdf-muted); margin: 0; }
.sdf-docs-note { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 42px; padding: 25px 28px; border: 1px solid var(--sdf-line); border-radius: 8px; }
.sdf-docs-note h3 { font-size: 18px; margin: 0 0 8px; }
.sdf-docs-note p { font-size: 15px; color: var(--sdf-muted); margin: 0; }
.sdf-docs-note .sdf-link { flex-shrink: 0; }
.sdf-faq-section { display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; padding-block: 0 84px; }
.sdf-faq-section > h2 { font-size: 30px; line-height: 1.5; margin: 0; }
.sdf-faq details { border-bottom: 1px solid var(--sdf-line); }
.sdf-faq details:first-child { border-top: 1px solid var(--sdf-line); }
.sdf-faq summary { cursor: pointer; padding: 19px 30px 19px 0; min-height: 60px; font-size: 17px; list-style: none; position: relative; }
.sdf-faq summary::-webkit-details-marker { display: none; }
.sdf-faq summary::after { content: "+"; position: absolute; right: 3px; color: var(--sdf-blue); font-size: 23px; line-height: 1.3; }
.sdf-faq details[open] summary::after { content: "−"; }
.sdf-faq p { color: var(--sdf-muted); font-size: 16px; margin: 0 0 22px; padding-right: 20px; }
.sdf-contact-band { background: #f0f4fd; border-block: 1px solid #e0e8fa; }
.sdf-contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-block: 55px; }
.sdf-contact-inner h2 { font-size: 35px; line-height: 1.5; margin: 0 0 18px; letter-spacing: -.7px; }
.sdf-contact-inner p:not(.sdf-eyebrow) { color: var(--sdf-muted); margin: 0; font-size: 17px; }
.sdf-contact-action { display: flex; flex-direction: column; align-items: center; gap: 12px; flex-shrink: 0; }
.sdf-contact-action > span { font-size: 14px; color: var(--sdf-muted); }
/* Shared native WordPress pages and footer. */
.sdf-page { max-width: 860px; padding-block: 52px 80px; min-height: 62vh; }
.sdf-page h1 { font-size: 44px; margin: 22px 0 25px; line-height: 1.3; }
.sdf-page h2 { font-size: 25px; margin: 32px 0 14px; }
.sdf-page p { font-size: 18px; color: var(--sdf-muted); line-height: 1.95; }
.sdf-page .sdf-page-lead { font-size: 22px; color: var(--sdf-ink); }
.sdf-back { font-size: 16px; text-decoration: none; min-height: 44px; display: inline-flex; align-items: center; }
.sdf-contact-card { background: var(--sdf-soft); border: 1px solid var(--sdf-line); border-radius: 10px; padding: 30px; margin-block: 25px; }
.sdf-contact-card h2 { margin-top: 0; }
.sdf-contact-card .sdf-handle { font-size: 25px; color: var(--sdf-ink); overflow-wrap: anywhere; }
.sdf-contact-list { padding-left: 22px; color: var(--sdf-muted); }
.sdf-contact-list li { margin-block: 12px; }
.sdf-contact-list strong { font-weight: 400; color: var(--sdf-ink); }
.sdf-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; text-align: left; padding-block: 12px; color: var(--sdf-muted); font-size: 15px; }
.sdf-footer a { color: var(--sdf-muted); text-decoration: none; display: inline-flex; align-items: center; min-height: 44px; }
.sdf-footer nav { display: flex; gap: 24px; flex-wrap: wrap; }
.sdf-footer-brand { color: var(--sdf-ink); }
.site-bottom-footer-wrap .site-footer-row-container-inner { background: #fff; border-top: 1px solid var(--sdf-line); }
.site-footer .footer-html { width: 100%; margin: 0; }
.site-footer-section { width: 100%; }
.site-bottom-footer-inner-wrap { padding-block: 20px !important; }
.site-footer p { margin: 0; }
@media (max-width: 1080px) {
  .sdf-hero { gap: 30px; grid-template-columns: 1fr 1.12fr; }
  .sdf-hero h1 { font-size: 38px; }
  .sdf-match-demo { padding-inline: 20px; }
  .sdf-match-demo figcaption { margin-inline: -20px; padding-inline: 18px; font-size: 12px; }
  .sdf-team { font-size: 14px; gap: 6px; }
  .sdf-team-mark { flex-basis: 30px; width: 30px; height: 36px; }
  .sdf-score { font-size: 30px; }
  .sdf-demo-columns { gap: 16px; }
  .sdf-data-grid, .sdf-use-grid, .sdf-steps { gap: 28px; }
  .sdf-use-grid article { padding-right: 24px; }
  .sdf-data-item h3 { font-size: 21px; }
  .sdf-use-flow { gap: 6px; }
  .sdf-use-flow span { padding-inline: 7px; }
}
@media (max-width: 900px) {
  .sdf-hero { grid-template-columns: 1fr; padding-block: 48px; gap: 35px; }
  .sdf-hero-copy { max-width: 640px; }
  .sdf-hero h1 { font-size: 46px; }
  .sdf-lead { max-width: 570px; }
  .sdf-match-demo { width: 100%; max-width: 590px; justify-self: center; }
  .sdf-match-demo figcaption { font-size: 14px; }
  .sdf-team { font-size: 16px; }
  .sdf-data-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sdf-section-heading { gap: 30px; }
  .sdf-section-heading h2 { font-size: 32px; }
  .sdf-use-grid, .sdf-steps { grid-template-columns: 1fr; gap: 28px; }
  .sdf-use-grid article { border: 0; border-top: 1px solid var(--sdf-line); padding: 22px 0 0; }
  .sdf-faq-section { grid-template-columns: 1fr; gap: 26px; }
  .sdf-detail, .sdf-docs-note { flex-direction: column; align-items: flex-start; gap: 14px; }
}
@media (max-width: 600px) {
  .sdf-wrap { width: calc(100% - 40px); }
  .sdf-hero { padding-block: 35px 38px; gap: 28px; }
  .sdf-hero h1 { font-size: clamp(29px, 8.1vw, 43px); letter-spacing: -1.1px; margin-bottom: 22px; }
  .sdf-eyebrow { font-size: 13px; letter-spacing: .6px; margin-bottom: 16px !important; }
  .sdf-lead { font-size: 18px; }
  .sdf-hero-note { font-size: 16px; }
  .sdf-actions { gap: 12px 18px; margin-top: 24px; }
  .sdf-button { font-size: 16px; padding: 12px 18px; }
  .sdf-link { font-size: 15px; gap: 8px; }
  .sdf-small { font-size: 13px; }
  .sdf-match-demo { padding: 0 16px 14px; border-radius: 10px; }
  .sdf-match-demo figcaption { margin-inline: -16px; padding: 12px 16px; align-items: flex-start; flex-direction: column; gap: 6px; font-size: 13px; }
  .sdf-match-heading { font-size: 12px; padding-top: 16px; }
  .sdf-scoreline { gap: 8px; padding-bottom: 18px; }
  .sdf-team, .sdf-away { flex-direction: column; text-align: center; gap: 6px; font-size: 14px; }
  .sdf-team-mark { flex-basis: auto; width: 30px; height: 34px; font-size: 16px; }
  .sdf-score { font-size: 32px; }
  .sdf-demo-columns { grid-template-columns: 1.1fr 1fr; gap: 12px; padding-block: 16px; }
  .sdf-demo-columns h2 { margin-bottom: 14px; }
  .sdf-demo-events { padding-right: 10px; }
  .sdf-demo-events li { gap: 5px; font-size: 13px; }
  .sdf-demo-events time { min-width: 21px; }
  .sdf-demo-events small { font-size: 12px; line-height: 1.65; }
  .sdf-demo-lineup { align-items: flex-start; flex-direction: column; gap: 5px; padding-top: 14px; }
  .sdf-home .sdf-demo-note { line-height: 1.7; }
  .sdf-strip a { padding-inline: 10px; font-size: 13px; min-height: 58px; gap: 5px; }
  .sdf-section { padding-block: 48px; }
  .sdf-section-heading { flex-direction: column; align-items: flex-start; gap: 18px; margin-bottom: 28px; }
  .sdf-section-heading > div { flex-basis: auto; }
  .sdf-section-heading h2 { font-size: 30px; letter-spacing: -.7px; }
  .sdf-section-heading > p { font-size: 17px; }
  .sdf-data-grid { grid-template-columns: 1fr; gap: 20px; }
  .sdf-data-item { padding-block: 22px 6px; }
  .sdf-data-item h3 { font-size: 23px; margin-block: 12px; }
  .sdf-data-item p { margin-bottom: 12px; }
  .sdf-detail { margin-top: 26px; padding-top: 22px; }
  .sdf-use-grid h3 { font-size: 23px; }
  .sdf-steps h3 { font-size: 22px; }
  .sdf-docs-note { margin-top: 30px; padding: 22px; }
  .sdf-faq-section { padding-bottom: 48px; gap: 22px; }
  .sdf-faq-section > h2 { font-size: 28px; }
  .sdf-faq summary { font-size: 16px; }
  .sdf-contact-inner { align-items: flex-start; flex-direction: column; padding-block: 38px; gap: 24px; }
  .sdf-contact-inner h2 { font-size: 29px; }
  .sdf-contact-action { align-items: flex-start; }
  .sdf-page { padding-block: 30px 50px; }
  .sdf-page h1 { font-size: 36px; }
  .sdf-page .sdf-page-lead { font-size: 21px; }
  .sdf-contact-card { padding: 22px; }
  .sdf-footer { gap: 10px; }
  .sdf-footer nav { gap: 18px; }
  .site-branding .site-title { font-size: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Large split-screen product scenes. Illustrations are static, fictional data. */
.sdf-showcase-hero.sdf-wrap, .sdf-feature-inner.sdf-wrap { width: min(1400px, calc(100% - 112px)); }
.sdf-showcase-hero { min-height: min(850px, calc(100svh - 80px)); grid-template-columns: .95fr 1.05fr; gap: clamp(40px, 5vw, 90px); padding-block: 76px; }
.sdf-showcase-hero h1 { font-size: clamp(42px, 4.2vw, 68px); line-height: 1.24; letter-spacing: -2.4px; margin-bottom: 30px; }
.sdf-showcase-hero .sdf-lead { color: var(--sdf-muted); max-width: 440px; }
.sdf-showcase-hero .sdf-actions { margin-top: 36px; }
.sdf-hero-art { position: relative; isolation: isolate; padding: 28px 0; }
.sdf-art-orbit { position: absolute; z-index: -1; inset: -10px -24px; border-radius: 50%; background: radial-gradient(ellipse at center, #d9e5ff 0, #eaf0ff 50%, #f8faff 68%, transparent 70%); }
.sdf-hero-art .sdf-match-demo { position: relative; box-shadow: 0 28px 65px #1e376518; }
.sdf-feature { border-top: 1px solid #e5eaf1; }
.sdf-feature-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 7vw, 120px); align-items: center; min-height: clamp(690px, 86svh, 900px); padding-block: 88px; }
.sdf-feature-inner > * { min-width: 0; }
.sdf-feature-live { background: #f4f7fd; }
.sdf-feature-performance { background: #fff; }
.sdf-feature-season { background: #f4f7fd; }
.sdf-feature-copy h2 { font-size: clamp(38px, 3.5vw, 56px); line-height: 1.3; letter-spacing: -1.9px; margin: 0 0 26px; }
.sdf-feature-copy .sdf-eyebrow { font-size: 14px; letter-spacing: .5px; }
.sdf-feature-description { font-size: 19px; color: var(--sdf-muted); line-height: 1.85; max-width: 420px; }
.sdf-feature-tags { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 26px 0 28px; max-width: 430px; }
.sdf-feature-tags li { border: 1px solid #d9e1ed; padding: 6px 13px; border-radius: 5px; font-size: 14px; color: #485a72; line-height: 1.6; }
.sdf-feature-copy .sdf-link { font-size: 16px; border-bottom: 1px solid #b8c8ed; padding-bottom: 3px; }
.sdf-feature-reverse { grid-template-columns: 1.1fr .9fr; }
.sdf-feature-reverse .sdf-feature-copy { order: 2; }
.sdf-feature-reverse .sdf-feature-art { order: 1; }
.sdf-feature-art { margin: 0; min-width: 0; position: relative; font-variant-numeric: tabular-nums; }
.sdf-feature-art > figcaption { display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 14px; color: #52647d; margin-bottom: 20px; }
.sdf-art-label { font-size: 12px; color: #5c6b80; border: 1px solid #d7e0ed; background: #ffffffb3; padding: 3px 8px; border-radius: 4px; }
/* Match centre, with schedule rows and a single event callout. */
.sdf-fixture-art { padding-bottom: 0; }
.sdf-fixtures { background: #fff; border: 1px solid #dee5f0; border-radius: 16px; overflow: hidden; box-shadow: 0 28px 70px #223c6012; }
.sdf-fixture-head { display: flex; align-items: center; justify-content: space-between; padding: 21px 28px; border-bottom: 1px solid #e4eaf3; font-size: 17px; }
.sdf-fixture-head > span:last-child { font-size: 13px; color: #637188; }
.sdf-fixture-main { padding: 24px 28px 0; text-align: center; }
.sdf-live-tag { display: inline-flex; align-items: center; gap: 7px; color: #176345; background: #ecf8f1; border-radius: 4px; padding: 3px 9px; font-size: 12px; }
.sdf-live-tag i { height: 5px; width: 5px; border-radius: 50%; background: currentColor; }
.sdf-fixture-score { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 12px; padding: 20px 0 28px; }
.sdf-fixture-score > span:not(.sdf-fixture-result) { display: flex; flex-direction: column; align-items: center; gap: 12px; font-size: 16px; }
.sdf-club-badge { width: 54px; height: 61px; display: grid; place-items: center; background: #edf2ff; color: #2452db; font-size: 27px; font-style: normal; clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%); }
.sdf-club-gold { color: #8a5428 !important; background: #faefdf !important; }
.sdf-fixture-result { font-size: clamp(32px, 3.4vw, 54px); white-space: nowrap; line-height: 1.4; letter-spacing: 1px; }
.sdf-fixture-result i { font-style: normal; color: #91a0b2; }
.sdf-fixture-result small { display: block; font-size: 12px; color: #66758b; letter-spacing: 0; }
.sdf-event-timeline { display: flex; justify-content: space-between; gap: 8px; position: relative; border-top: 2px solid #e1e8f3; padding: 14px 0 20px; font-size: 12px; color: #65748a; }
.sdf-event-timeline .sdf-goal-event { color: #2452db; }
.sdf-event-timeline .sdf-goal-event::before { content: ''; display: block; position: absolute; top: -5px; right: 18px; height: 8px; width: 8px; background: #2452db; border: 2px solid #fff; outline: 1px solid #2452db; border-radius: 50%; }
.sdf-fixture-row { display: grid; grid-template-columns: 68px 1fr 60px 1fr; gap: 8px; align-items: center; border-top: 1px solid #e7ecf4; min-height: 67px; padding: 12px 28px; font-size: 14px; }
.sdf-fixture-state { font-size: 12px; color: #6a788c; }
.sdf-fixture-row > span:last-child { text-align: right; }
.sdf-row-score { text-align: center; font-size: 18px; }
.sdf-row-versus { font-size: 12px; color: #7a8798; }
.sdf-goal-callout { display: flex; align-items: center; gap: 13px; position: relative; margin: -8px -20px 0 auto; width: min(330px, 86%); padding: 15px 19px; border: 1px solid #d9e4f8; border-radius: 10px; background: #fff; box-shadow: 0 12px 35px #25427015; font-size: 14px; }
.sdf-goal-callout small { display: block; font-size: 12px; color: #64748b; margin-top: 2px; }
.sdf-goal-callout > span:last-child { margin-left: auto; font-size: 25px; white-space: nowrap; }
.sdf-goal-icon { width: 34px; height: 34px; display: grid; place-items: center; background: #edf3ff; border-radius: 50%; color: #2452db; font-size: 21px; }
/* Pitch and statistics, composed as a single large illustration. */
.sdf-pitch-art { padding: 0; }
.sdf-pitch-board { width: 100%; background: #123e34; padding: 20px; border-radius: 16px; box-shadow: 0 24px 60px #123c3420; }
.sdf-pitch-heading { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #e4f2ec; font-size: 13px; margin-bottom: 18px; }
.sdf-pitch-heading > span:last-child { color: #b7d6c8; }
.sdf-football-pitch { position: relative; aspect-ratio: 1.55; border: 1px solid #7ab19980; background: repeating-linear-gradient(0deg, #1a5144 0, #1a5144 12.5%, #20584a 12.5%, #20584a 25%); overflow: hidden; }
.sdf-football-pitch::before { content: ''; position: absolute; left: 0; right: 0; top: 50%; border-top: 1px solid #7ab19980; }
.sdf-pitch-center { position: absolute; left: 50%; top: 50%; width: 24%; aspect-ratio: 1; transform: translate(-50%, -50%); border: 1px solid #7ab19980; border-radius: 50%; }
.sdf-pitch-box { position: absolute; left: 23%; width: 54%; height: 16%; border: 1px solid #7ab19980; }
.sdf-pitch-box-top { top: -1px; }
.sdf-pitch-box-bottom { bottom: -1px; }
.sdf-formation { position: absolute; inset: 8% 5%; display: flex; flex-direction: column; justify-content: space-between; }
.sdf-formation > div { display: flex; justify-content: space-around; }
.sdf-formation span { width: 32px; height: 32px; border-radius: 50%; border: 2px solid #eaf2ff; background: #f1f5fc; color: #294979; box-shadow: 0 3px 8px #062d3255; display: grid; place-items: center; font-size: 12px; line-height: 1; }
.sdf-formation .sdf-goalkeeper { background: #f1c769; border-color: #f8dc9d; color: #544018; }
.sdf-stat-card { position: relative; width: 94%; margin: -8px -12px 0 auto; padding: 20px 23px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 22px; background: #fff; border: 1px solid #e0e7f0; border-radius: 12px; box-shadow: 0 18px 50px #1f34591a; }
.sdf-stat-card-heading { font-size: 15px; margin-bottom: 2px; line-height: 1.4; grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; }
.sdf-stat-card-heading > span { font-size: 11px; color: #6a788c; }
.sdf-comparison { margin-top: 17px; }
.sdf-comparison > div:first-child { display: flex; justify-content: space-between; align-items: center; font-size: 16px; }
.sdf-comparison > div:first-child > span:nth-child(2) { font-size: 12px; color: #65748b; }
.sdf-comparison-bar { height: 5px; border-radius: 3px; background: #dfe6ef; margin-top: 8px; overflow: hidden; }
.sdf-comparison-bar > span { display: block; height: 100%; background: #2452db; }
/* Season standings and team profile. */
.sdf-season-art { padding-bottom: 0; }
.sdf-table-card { background: #fff; border: 1px solid #dde5f0; border-radius: 16px; padding: 24px 26px 18px; box-shadow: 0 24px 60px #25427012; }
.sdf-table-heading { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding-bottom: 24px; font-size: 20px; }
.sdf-table-heading small { display: block; color: #66768a; font-size: 13px; margin-top: 2px; }
.sdf-table-heading > span:last-child { color: #5e7398; font-size: 12px; border: 1px solid #dce4f2; padding: 3px 8px; border-radius: 4px; }
.sdf-league-table { width: 100%; margin: 0; border: 0; border-collapse: collapse; font-size: 14px; white-space: nowrap; }
.sdf-league-table th, .sdf-league-table td { border: 0; border-bottom: 1px solid #e7ecf4; font-weight: 400; text-align: center; padding: 16px 7px; }
.sdf-league-table th:nth-child(2) { text-align: left; }
.sdf-league-table thead th { font-size: 12px; color: #66768a; padding-block: 10px; }
.sdf-league-table tbody th { text-align: left; }
.sdf-league-table tbody td:first-child { color: #6b7a90; font-size: 12px; }
.sdf-league-table tbody td:last-child { color: #2452db; font-size: 18px; }
.sdf-league-table .sdf-table-leader { background: #eff4ff; }
.sdf-league-table tbody tr:last-child > * { border-bottom: 0; }
.sdf-table-badge { display: inline-grid; place-items: center; width: 23px; height: 26px; margin-right: 10px; color: #496898; background: #eaf0fb; border-radius: 3px 3px 10px 10px; font-size: 12px; }
.sdf-team-profile { display: flex; align-items: center; gap: 17px; position: relative; margin: -8px -20px 0 auto; width: 87%; padding: 20px 23px; background: #1d3d78; color: #fff; border-radius: 12px; box-shadow: 0 18px 40px #24487926; }
.sdf-profile-mark { display: grid; place-items: center; width: 43px; height: 49px; flex-shrink: 0; color: #1d3d78; background: #eaf0ff; clip-path: polygon(0 0, 100% 0, 100% 72%, 50% 100%, 0 72%); font-size: 26px; }
.sdf-profile-kicker { color: #c4d5f6; font-size: 11px; }
.sdf-team-profile h3 { color: #fff; font-size: 20px; margin: 2px 0 4px; line-height: 1.4; }
.sdf-home .sdf-team-profile p { color: #c4d5f6; font-size: 12px; margin: 0; }
.sdf-team-profile dl { display: flex; gap: 20px; margin: 0 0 0 auto; text-align: center; }
.sdf-team-profile dt { font-size: 12px; font-weight: 400; color: #c4d5f6; }
.sdf-team-profile dd { margin: 0; font-size: 24px; line-height: 1.4; }
@media (min-width: 1600px) {
  .sdf-hero-art .sdf-match-demo { padding-inline: 30px; }
  .sdf-hero-art .sdf-match-demo figcaption { margin-inline: -30px; padding: 20px 28px; }
  .sdf-hero-art .sdf-scoreline { padding-block: 20px 30px; }
  .sdf-hero-art .sdf-score { font-size: 46px; }
  .sdf-hero-art .sdf-demo-columns { padding-block: 26px; }
  .sdf-hero-art .sdf-demo-lineup { padding-block: 23px 6px; }
}
@media (max-width: 1100px) and (min-width: 901px) {
  .sdf-showcase-hero.sdf-wrap, .sdf-feature-inner.sdf-wrap { width: calc(100% - 64px); }
  .sdf-showcase-hero, .sdf-feature-inner { gap: 36px; }
  .sdf-showcase-hero h1 { font-size: 41px; }
  .sdf-feature-copy h2 { font-size: 37px; }
  .sdf-feature-copy .sdf-eyebrow { font-size: 12px; }
  .sdf-feature-description { font-size: 17px; }
  .sdf-fixture-head, .sdf-fixture-main { padding-inline: 20px; }
  .sdf-fixture-row { padding-inline: 20px; grid-template-columns: 52px 1fr 48px 1fr; font-size: 13px; }
  .sdf-table-card { padding-inline: 14px; }
  .sdf-table-badge { margin-right: 5px; }
  .sdf-team-profile { gap: 10px; padding: 17px; width: 94%; }
  .sdf-team-profile dl { gap: 12px; }
  .sdf-pitch-board { padding: 16px; }
  .sdf-stat-card { padding: 18px; column-gap: 14px; }
}
@media (max-width: 900px) {
  .sdf-showcase-hero.sdf-wrap, .sdf-feature-inner.sdf-wrap { width: min(660px, calc(100% - 64px)); }
  .sdf-showcase-hero { min-height: 0; grid-template-columns: 1fr; gap: 36px; padding-block: 64px; }
  .sdf-showcase-hero h1 { font-size: clamp(40px, 6.5vw, 58px); }
  .sdf-showcase-hero .sdf-lead { max-width: 510px; }
  .sdf-hero-art { padding: 12px 0; }
  .sdf-hero-art .sdf-match-demo { max-width: none; }
  .sdf-art-orbit { inset: -8px -16px; }
  .sdf-feature-inner, .sdf-feature-reverse { grid-template-columns: 1fr; gap: 44px; padding-block: 64px; min-height: 0; }
  .sdf-feature-reverse .sdf-feature-copy, .sdf-feature-reverse .sdf-feature-art { order: initial; }
  .sdf-feature-copy h2 { font-size: 43px; }
  .sdf-feature-description { max-width: none; }
  .sdf-feature-tags { max-width: none; margin-block: 20px; }
  .sdf-feature-art { width: 100%; max-width: 600px; justify-self: center; }
  .sdf-goal-callout, .sdf-team-profile, .sdf-stat-card { margin-right: 0; }
}
@media (max-width: 600px) {
  .sdf-showcase-hero.sdf-wrap, .sdf-feature-inner.sdf-wrap { width: calc(100% - 40px); }
  .sdf-showcase-hero { padding-block: 42px; gap: 32px; }
  .sdf-showcase-hero h1 { font-size: clamp(32px, 8.7vw, 45px); letter-spacing: -1.5px; margin-bottom: 22px; }
  .sdf-showcase-hero .sdf-lead { font-size: 17px; }
  .sdf-showcase-hero .sdf-actions { margin-top: 24px; gap: 10px 16px; }
  .sdf-showcase-hero .sdf-button { padding-inline: 15px; }
  .sdf-art-orbit { inset: -5px -8px; }
  .sdf-feature-inner { padding-block: 46px 52px; gap: 34px; }
  .sdf-feature-copy h2 { font-size: clamp(31px, 8.4vw, 42px); letter-spacing: -1px; margin-bottom: 18px; }
  .sdf-feature-copy .sdf-eyebrow { font-size: 12px; letter-spacing: 0; }
  .sdf-feature-description { font-size: 16px; }
  .sdf-feature-tags { gap: 8px; margin-block: 18px; }
  .sdf-feature-tags li { font-size: 12px; padding: 5px 9px; }
  .sdf-feature-art > figcaption { font-size: 12px; margin-bottom: 14px; }
  .sdf-art-label { font-size: 11px; padding: 2px 6px; }
  .sdf-fixtures { border-radius: 10px; }
  .sdf-fixture-head { font-size: 15px; padding: 16px; }
  .sdf-fixture-main { padding: 18px 16px 0; }
  .sdf-fixture-score { gap: 7px; padding-block: 16px 22px; }
  .sdf-fixture-score > span:not(.sdf-fixture-result) { font-size: 13px; gap: 9px; }
  .sdf-club-badge { width: 38px; height: 44px; font-size: 22px; }
  .sdf-fixture-result { font-size: 34px; letter-spacing: 0; }
  .sdf-fixture-result small { font-size: 11px; }
  .sdf-event-timeline { font-size: 11px; padding-block: 12px 16px; }
  .sdf-fixture-row { grid-template-columns: 43px 1fr 44px 1fr; gap: 5px; padding: 12px 16px; font-size: 12px; min-height: 58px; }
  .sdf-fixture-state { font-size: 11px; }
  .sdf-row-score { font-size: 16px; }
  .sdf-row-versus { font-size: 11px; }
  .sdf-goal-callout { padding: 12px 14px; gap: 10px; font-size: 13px; }
  .sdf-goal-callout small { font-size: 11px; }
  .sdf-goal-callout > span:last-child { font-size: 22px; }
  .sdf-goal-icon { width: 28px; height: 28px; }
  .sdf-pitch-art { padding-bottom: 0; }
  .sdf-pitch-board { padding: 13px; border-radius: 10px; }
  .sdf-pitch-heading { font-size: 11px; margin-bottom: 12px; }
  .sdf-football-pitch { aspect-ratio: 1.15; }
  .sdf-formation span { width: 24px; height: 24px; font-size: 10px; border-width: 1px; }
  .sdf-stat-card { width: 96%; padding: 16px 12px; column-gap: 12px; border-radius: 9px; }
  .sdf-stat-card-heading { font-size: 14px; margin-bottom: 0; }
  .sdf-comparison { margin-top: 13px; }
  .sdf-comparison > div:first-child { font-size: 12px; flex-wrap: wrap; gap: 4px; }
  .sdf-comparison > div:first-child > span:nth-child(2) { font-size: 11px; order: -1; flex-basis: 100%; margin-bottom: 3px; }
  .sdf-season-art { padding-bottom: 0; }
  .sdf-table-card { padding: 18px 12px 16px; border-radius: 10px; }
  .sdf-table-heading { font-size: 17px; padding-bottom: 16px; }
  .sdf-table-heading small { font-size: 11px; }
  .sdf-table-heading > span:last-child { font-size: 11px; }
  .sdf-league-table { font-size: 12px; }
  .sdf-league-table th, .sdf-league-table td { padding: 13px 3px; }
  .sdf-league-table thead th { font-size: 10px; }
  .sdf-league-table tbody td:first-child { font-size: 11px; }
  .sdf-league-table tbody td:last-child { font-size: 16px; }
  .sdf-table-badge { width: 17px; height: 20px; margin-right: 5px; font-size: 10px; }
  .sdf-team-profile { width: 94%; padding: 15px 14px; gap: 10px; border-radius: 9px; }
  .sdf-profile-mark { width: 31px; height: 36px; font-size: 20px; }
  .sdf-team-profile h3 { font-size: 16px; }
  .sdf-profile-kicker { font-size: 10px; }
  .sdf-home .sdf-team-profile p { font-size: 10px; }
  .sdf-team-profile dl { gap: 11px; }
  .sdf-team-profile dt { font-size: 10px; }
  .sdf-team-profile dd { font-size: 19px; }
}
/* Multi-sport positioning and a continuous right / left visual rhythm. */
.sdf-showcase-hero { padding-block: 58px 64px; }
.sdf-showcase-hero h1, .sdf-feature-copy h2 { text-wrap: balance; }
.sdf-showcase-hero .sdf-lead { max-width: 440px; font-size: 19px; }
.sdf-sport-types { display: flex; flex-wrap: wrap; gap: 10px 24px; padding: 0; margin: 24px 0 0; list-style: none; color: #465b79; font-size: 15px; }
.sdf-sport-types li { display: inline-flex; align-items: center; gap: 8px; }
.sdf-sport-types li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #8ba3ce; }
.sdf-showcase-hero .sdf-actions { margin-top: 30px; }
.sdf-sports-board { position: relative; margin: 0; background: #fff; border: 1px solid #dce4f1; border-radius: 16px; overflow: hidden; box-shadow: 0 26px 64px #243d671a; }
.sdf-sports-board > figcaption { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 23px 28px; background: #1c345d; color: #fff; font-size: 16px; }
.sdf-sports-example { font-size: 12px; color: #dce7f9; border: 1px solid #607596; border-radius: 4px; padding: 3px 7px; white-space: nowrap; }
.sdf-sport-match { padding: 20px 28px 17px; border-bottom: 1px solid #e7ecf4; }
.sdf-sport-match-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; font-size: 12px; color: #586b84; }
.sdf-sport-name { display: inline-flex; align-items: center; gap: 7px; color: #2452db; font-size: 13px; }
.sdf-sport-basketball { color: #925425; }
.sdf-sport-badminton { color: #216553; }
.sdf-sport-dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.sdf-sport-score { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; padding: 11px 0 8px; font-size: 16px; }
.sdf-sport-score > span:nth-child(2) { font-size: 32px; line-height: 1.4; font-variant-numeric: tabular-nums; white-space: nowrap; }
.sdf-sport-score > span:last-child { text-align: right; }
.sdf-sport-score i { color: #8697af; font-style: normal; padding-inline: 4px; }
.sdf-home .sdf-sport-match p { display: flex; justify-content: space-between; gap: 12px; margin: 0; color: #62738b; font-size: 12px; line-height: 1.7; }
.sdf-sports-board-footer { display: flex; justify-content: space-between; gap: 12px; padding: 16px 28px; font-size: 12px; color: #546985; background: #f6f8fc; }
.sdf-feature-inner { min-height: clamp(660px, 82svh, 850px); padding-block: 72px; }
.sdf-feature-copy .sdf-eyebrow { margin-bottom: 20px !important; }
.sdf-feature-tags li { background: #ffffff80; }
.sdf-quarter-table { width: 100%; margin: 0 0 20px; border: 0; border-collapse: collapse; font-size: 14px; }
.sdf-quarter-table th, .sdf-quarter-table td { border: 0; border-top: 1px solid #e3eaf4; padding: 10px 4px; text-align: center; font-weight: 400; }
.sdf-quarter-table thead th { font-size: 12px; color: #5f718a; }
.sdf-quarter-table th:first-child { text-align: left; }
.sdf-quarter-table tbody td:last-child { color: #2452db; background: #f0f5ff; }
.sdf-fixture-score { grid-template-columns: 1fr 1.15fr 1fr; }
.sdf-fixture-row { grid-template-columns: 62px 1fr 76px 1fr; }
@media (max-width: 1100px) and (min-width: 901px) {
  .sdf-sport-match { padding-inline: 20px; }
  .sdf-sports-board > figcaption { padding-inline: 20px; font-size: 14px; }
  .sdf-fixture-row { grid-template-columns: 46px 1fr 67px 1fr; }
}
@media (max-width: 900px) {
  .sdf-showcase-hero { padding-block: 48px 58px; }
  .sdf-feature-inner { padding-block: 60px; min-height: 0; }
}
@media (max-width: 600px) {
  .sdf-showcase-hero { padding-block: 36px 44px; gap: 28px; }
  .sdf-showcase-hero .sdf-lead { font-size: 17px; }
  .sdf-sport-types { gap: 8px 18px; margin-top: 20px; font-size: 14px; }
  .sdf-showcase-hero .sdf-actions { margin-top: 24px; }
  .sdf-sports-board { border-radius: 11px; }
  .sdf-sports-board > figcaption { padding: 17px 16px; font-size: 14px; gap: 8px; }
  .sdf-sports-example { font-size: 12px; padding: 2px 5px; }
  .sdf-sport-match { padding: 17px 16px 15px; }
  .sdf-sport-score { font-size: 14px; gap: 8px; }
  .sdf-sport-score > span:nth-child(2) { font-size: 27px; }
  .sdf-sport-score i { padding-inline: 1px; }
  .sdf-sports-board-footer { padding: 14px 16px; gap: 8px; }
  .sdf-feature-inner { padding-block: 44px 50px; }
  .sdf-feature-copy .sdf-eyebrow { margin-bottom: 16px !important; }
  .sdf-art-label { font-size: 12px; }
  .sdf-fixture-score { grid-template-columns: 1fr 1.15fr 1fr; }
  .sdf-fixture-result { font-size: 31px; }
  .sdf-fixture-row { grid-template-columns: 39px 1fr 63px 1fr; padding-inline: 14px; gap: 4px; }
  .sdf-row-score { font-size: 14px; }
  .sdf-quarter-table { font-size: 12px; }
  .sdf-quarter-table th, .sdf-quarter-table td { padding: 9px 3px; }
  .sdf-quarter-table thead th { font-size: 12px; }
  .sdf-pitch-heading, .sdf-profile-kicker, .sdf-home .sdf-team-profile p, .sdf-team-profile dt, .sdf-league-table thead th { font-size: 12px; }
}
